.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

img {
  border: none;
}

body, html {
  margin: 0;
}

body {
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.right-content {
  float: right;
  width: 593px;
}

.bg-menu {
  width: 100%;
  position: relative;
  height: 76px;
  background: #ffffff;
}
.bg-menu:before {
  content: "";
  width: 16px;
  height: 76px;
  background: url(/images/icon-before-menu.png) no-repeat;
  position: absolute;
  top: 0;
  left: -14px;
}
.bg-menu:after {
  content: "";
  width: 16px;
  height: 76px;
  background: url(/images/icon-after-menu.png) no-repeat;
  position: absolute;
  top: 0;
  right: -14px;
}

.primary {
  overflow: hidden;
}
.primary .container {
  -webkit-box-shadow: 2px 0px 3px 0 #c1c1c1;
  -moz-box-shadow: 2px 0px 3px 0 #c1c1c1;
  box-shadow: 2px 0px 3px 0 #c1c1c1;
}

.content-image {
  margin-left: 29px;
  margin-top: 9px;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
}

.padd-box {
  margin: 0 12px 0 15px;
  border-top: 1px solid #e7e0c8;
  -webkit-box-shadow: inset 0 1px 0px 0px #a1a1a1;
  -moz-box-shadow: inset 0 1px 0px 0px #a1a1a1;
  box-shadow: inset 0 1px 0px 0px #a1a1a1;
  overflow: hidden;
}

.links {
  float: right;
  display: inline-block;
  margin: 6px 0 0;
  padding-left: 0;
}
.links li {
  float: left;
  border-left: 2px solid #b3dcf7;
}
.links li:first-child {
  border-left: none;
}
.links li a {
  padding: 0 5px;
  text-decoration: none;
  line-height: 15px;
  display: inline-block;
}

.holder-box {
  float: left;
  width: 237px;
}
.holder-box:first-child {
  margin-right: 17px;
}
.holder-box .for-input {
  font-weight: 700;
  color: #2f3d4e;
  font-size: 19px;
}
.holder-box.second {
  width: 222px;
}

.input-text input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 10px;
  height: 30px;
  line-height: normal;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.input-text label {
  font-size: 11px;
  display: inline-block;
  margin-top: 5px;
}

.search-button {
  width: 68px;
  position: relative;
  height: 27px;
  padding: 0;
  border: 1px solid #82a5b7;
  background-color: #9dbbcc;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9dbbcc), color-stop(31%, #94b4c7), color-stop(35%, #91b1c5), color-stop(42%, #90b1c5), color-stop(62%, #85a7bf), color-stop(100%, #85a9bf));
  background: -webkit-linear-gradient(top, #9dbbcc 0%, #94b4c7 31%, #91b1c5 35%, #90b1c5 42%, #85a7bf 62%, #85a9bf 100%);
  background: -moz-linear-gradient(top, #9dbbcc 0%, #94b4c7 31%, #91b1c5 35%, #90b1c5 42%, #85a7bf 62%, #85a9bf 100%);
  background: -o-linear-gradient(top, #9dbbcc 0%, #94b4c7 31%, #91b1c5 35%, #90b1c5 42%, #85a7bf 62%, #85a9bf 100%);
  -pie-background: linear-gradient(top, #9dbbcc 0%, #94b4c7 31%, #91b1c5 35%, #90b1c5 42%, #85a7bf 62%, #85a9bf 100%);
  background: linear-gradient(top, #9dbbcc 0%, #94b4c7 31%, #91b1c5 35%, #90b1c5 42%, #85a7bf 62%, #85a9bf 100%);
  background: -ms-linear-gradient(top, #9dbbcc 0%, #94b4c7 31%, #91b1c5 35%, #90b1c5 42%, #85a7bf 62%, #85a9bf 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.search-button:hover {
  cursor: pointer;
}
.search-button:before {
  content: "";
  width: 17px;
  height: 16px;
  background: url(/images/icon-search.png) no-repeat;
  position: absolute;
  top: 5px;
  left: 25px;
}

#search-form {
  overflow: hidden;
  margin-top: 64px;
}
#search-form .search-button {
  float: left;
  margin-left: 7px;
  margin-top: 23px;
}

.holder-row {
  margin-bottom: 4px;
  overflow: hidden;
}
.holder-row .for-input {
  float: left;
  margin-right: 5px;
}
.holder-row .input-checkbox {
  float: left;
  display: inline-block;
}
.holder-row .input-checkbox label {
  float: left;
  font-size: 10px;
  display: inline-block;
  line-height: 14px;
  margin-top: 4px;
}
.holder-row .input-checkbox .ez-checkbox {
  float: left;
}

.info-box {
  margin-right: 40px;
  margin-top: 6px;
  margin-bottom: 47px;
}
.info-box > p {
  display: inline-block;
  float: left;
  font-size: 21px;
  color: #294c63;
  margin-top: 16px;
  letter-spacing: -1px;
}
.info-box .right {
  float: right;
  text-align: center;
}
.info-box .right p {
  font-size: 10px;
  color: #000000;
}
.info-box .right img {
  display: block;
  clear: both;
}

.menu {
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  background: #578093;
}
.menu li {
  float: left;
  text-align: center;
  border-left: 2px solid #8aaab9;
  width: 115px;
  height: 64px;
}
.menu li:first-child {
  border-left: 0;
}
.menu li a {
  display: block;
  text-decoration: none;
  line-height: 64px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}
.menu li a span {
  line-height: 18px;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: -1px;
  margin-top: 10px;
}

.bg-menu.second .menu li {
  height: 64px;
}
.bg-menu.second .menu li:first-child {
  width: 322px;
}
.bg-menu.second .menu li:nth-child(2) {
  width: 328px;
}
.bg-menu.second .menu li:nth-child(3) {
  width: 319px;
}
.bg-menu.second .menu li a {
  font-size: 16px;
  color: #f4f5f5;
  line-height: 64px;
}

.holder {
  background: #f4f5f5;
  padding: 5px 11px 6px 12px;
}
.holder > div {
  display: inline-block;
}
.holder .left {
  float: left;
  width: 617px;
  background: #ffffff;
  padding: 5px 8px 5px;
  margin-top: 4px;
}
.holder .left p {
  font-size: 16px;
  color: #5a5b5b;
  line-height: 19px;
  letter-spacing: -1px;
  margin-bottom: 0px;
}
.holder .left span, .holder .left a {
  color: #578093;
  text-decoration: none;
}
.holder .advertisement {
  float: right;
  width: 300px;
}

.landingpage .box-footer-menu {
  margin: 0;
  float: left;
  margin: 19px 21px 0 264px;
}

.landingpage .box-footer-images {
  float: right;
  margin: 13px 91px 0 20px;
}

.partners-box {
  text-align: center;
  margin-bottom: 5px;
}
.partners-box img {
  display: block;
}
.partners-box a {
  display: inline-block;
  overflow: hidden;
}
.partners-box a:first-child {
  margin-left: 0;
}
.partners-box > div:first-child {
  line-height: 46px;
}
.partners-box > div:first-child a:first-child {
  margin-right: 60px;
}
.partners-box > div:first-child + div {
  line-height: 61px;
  margin-top: -10px;
}
.partners-box > div a {
  vertical-align: middle;
  line-height: 46px;
}

.ez-hide {
  filter: none;
  width: 13px;
  height: 14px;
}

.ez-checkbox {
  background: url(/images/icon-checkbox.png) no-repeat;
  width: 13px;
  height: 14px;
}
.ez-checkbox.ez-checked {
  background: url(/images/icon-checkbox.png) no-repeat;
  background-position: -14px 0;
}

input[type="checkbox"] {
 /* -webkit-appearance: none;*/
  padding: 0;
  margin: 0;
}

.title-list {
  font-size: 18px;
  color: #5a5b5b;
  position: relative;
  padding-bottom: 12px;
  letter-spacing: -1px;
  margin-right: 40px;
  margin-bottom: 16px;
}
.title-list:after {
  content: "";
  width: 100%;
  height: 2px;
  /*background: url(/images/pattern-border.png) repeat-x;*/
  position: absolute;
  bottom: 0;
  left: 0;
}

.category-list {
  overflow: hidden;
  margin: 0 0 0 -10px;
  padding-left: 0;
}
.category-list li {
  margin-bottom: 6px;
  line-height: 13px;
  display: block;
  margin-left: 10px;
  float: left;
  list-style: none;
  width: 30%;
}
.category-list li a {
  color: #425398;
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  text-decoration: underline;
  font-family: "Trebuchet MS";
  letter-spacing: -1px;
}
