@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
  font-family: "antonio";
  src: url("antonio/antonio-webfont.eot");
  src:
    url("antonio/antonio-webfont.eot?#iefix") format("embedded-opentype"),
    url("antonio/antonio-webfont.woff2") format("woff2"),
    url("antonio/antonio-webfont.woff") format("woff"),
    url("antonio/antonio-webfont.ttf") format("truetype"),
    url("antonio/antonio-webfont.svg#antonioregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0px;
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 140%;
}
form {
  margin: 0px;
  padding: 0px;
}
img {
  border-style: none;
}
h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}
ul,
ol {
  padding-left: 25px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4 {
  font-family: Andada;
}
.float_l {
  float: left;
  width: 100%;
}
img {
  max-width: 100%;
}
.simple-text {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.container {
  margin: 0 auto;
  width: 1200px;
}
.header.float_l {
  border-top: 10px solid #146192;
  /* margin-bottom: 20px; */
  position: relative;
  width: 100%;
  float: left;
  z-index: 1000;
  background-color: #0e314f;
  background-color: #fff;
}
.header:before {
  background: #0e314f;
  bottom: 0;
  content: "";
  display: block;
  height: 11px;
  left: 0;
  position: absolute;
  right: 0;
}

.quick-search-form a,
.quick-search-form a:link,
.quick-search-form a:visited {
  color: #fff !important;
}
.logo,
.logo a,
.logo a img {
  float: left;
}
.logo a img {
  width: 100%;
}
.logo {
  border-left: 2px solid #0e314f;
  border-right: 2px solid #0e314f;
  margin: 0;
  position: relative;
  width: 142px;
  z-index: 15;
}
.header-right {
  float: left;
  width: 1050px;
}
.header-right .top-row {
  text-align: right;
  background-color: #d8d8d8;
  position: relative;
  z-index: 10;
}
.header-right .top-row a.con-btn {
  padding: 4px 35px;
  margin: 0 0 0 13px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  float: right;
  background-color: #146192;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-right .top-row a.con-btn:hover {
  background-color: #151515;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-right .top-row .text {
  float: right;
  padding: 3px 4px 0 0;
  font-style: italic;
  line-height: 22px;
}
.main-menu {
  float: right;
}
.main-menu ul {
  border-right: 2px solid #0e314f;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  float: none;
}
.main-menu ul li {
  border-left: 2px solid #0e314f;
  float: none;
  padding: 0 20px;
}
.main-menu ul li:first-child {
  border-left: none;
}
.main-menu ul li a {
  /*float: left;
    background-color: #ffffff;*/
  color: #000;
  display: block;
  font-family: "antonio", sans-serif;
  font-size: 20px;
  height: 67px;
  padding-top: 35px;
  /*line-height: 30px;
    padding: 35px 53px 2px 13px;
    margin: 0 2px 0 0;*/
}
.main-menu ul li:first-child a {
  /*padding-right: 56px;*/
}
.main-menu ul li a:hover {
  color: #146192;
}
.header.float_l .container {
  /*position: relative;*/
}
.header.float_l .container:before {
  /*background-image: url("../images/header-bg.jpg");
    background-repeat: repeat-x;
    background-position: center top;
    content: "";
    position: absolute;
    top: 0;
    width: 500px;
    left: -500px;
    height: 97px;*/
  background: #d8d8d8;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.header.float_l .container:after {
  /*background-image: url("../images/header-bg.jpg");
    background-repeat: repeat-x;
    background-position: center top;
    content: "";
    position: absolute;
    top: 0;
    width: 500px;
    right: -499px;
    height: 97px;*/
}
.footer.float_l {
  background-color: #1c1c1c;
  padding: 60px 0 30px 0;
}
.footer-logo {
  float: left;
  margin: 7px 28px;
}
.footer-manu {
  float: left;
  width: 465px;
  margin: 0 0 0 70px;
}
.footer-manu ul {
  float: left;
  margin: 0;
  padding: 0;
}
.footer-manu ul li {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
}
.footer-manu ul li a {
  float: left;
  color: #fff;
}
.footer-manu ul li a:hover,
.copyright a:hover {
  text-decoration: underline;
}
.footer-manu ul li {
  width: 33%;
  padding-right: 3%;
}

.heading-blue {
  font-size: 42px;
  font-family: antonio;
  line-height: 52px;
  color: #146192;
  margin: 0 0 15px 0;
}
/*
.footer-manu ul li:nth-child(1), .footer-manu ul li:nth-child(4), .footer-manu ul li:nth-child(7) {
    width: 40%;
}
.footer-manu ul li:nth-child(2), .footer-manu ul li:nth-child(5), .footer-manu ul li:nth-child(8) {
    width: 28%;
}*/
.footer-add {
  float: left;
  width: 250px;
  color: #fff;
}
.footer-add .text {
  padding-bottom: 10px;
  line-height: 22px;
}
.footer-icons,
.footer-icons img,
.web-by {
  float: right;
}
.copyright-main.float_l {
  font-size: 14px;
  color: #fff;
  margin: 20px 0 0 0;
}
.copyright {
  float: left;
}
.copyright a {
  color: #fff;
  padding: 0 0 0 20px;
  position: relative;
}
.copyright a:before {
  content: "";
  position: absolute;
  top: 2px;
  width: 1px;
  left: 8px;
  height: 15px;
  background-color: #fff;
}
.mobile-menu {
  display: none;
}
.web-by a:link,
.web-by a:visited {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 960px;
  }
  .header-right {
    width: 830px;
  }
  .main-menu ul li a {
    font-size: 18px;
    padding: 10px 0 0 0;
  }
  .header.float_l {
    position: relative;
  }

  .main-menu ul li:first-child a {
    padding-right: 24px;
  }
  .header-right .top-row .text {
    font-size: 14px;
  }
  .header-right .top-row a.con-btn {
    padding: 4px 15px;
  }
  .footer-logo {
    margin: 7px;
  }
  .footer-manu {
    font-size: 14px;
    margin: 0 15px 0 20px;
    width: 430px;
  }
  .footer-add {
    font-size: 14px;
    width: 210px;
  }
  .footer-icons {
    width: 200px;
  }
  .logo {
    margin-top: 0px !important;
    width: 124px !important;
    margin-right: 5px !important;
  }
  .logo a img {
    width: 124px;
  }
}
@media screen and (max-width: 990px) {
  .mobileMenuDiv {
    width: 100%;
    float: left;
  }
  .mobileMenuDiv ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .mobileMenuDiv a:link,
  .mobileMenuDiv a:visited {
    color: #fff !important;
    outline: none;
  }
  .mobileMenuDiv a {
    clear: both;
    display: block;
    float: left;
    margin: 0;
    padding: 0 5% 15px;
    text-decoration: none;
    width: 100%;
    font-size: 20px;
  }
  .mobileMenuButton {
    border: 2px solid #fff;
    border-radius: 10px;
    clear: none;
    color: #fff;
    float: right;
    font-size: 26px;
    line-height: 26px;
    margin: 10px 6px;
    padding: 7px 10px;
    text-decoration: none;
  }
  .mobileMenuDiv li ul {
    display: none !important;
  }
  .mobileMenuButton,
  .mobile-menu {
    display: block;
  }
  .mobileMenuDiv,
  .main-menu {
    display: none;
  }
  .mobileMenuDiv a:hover {
    text-decoration: underline;
  }
  .mobile-menu {
    background-color: #181818;
    float: left;
    position: relative;
    width: 100%;
    z-index: 9;
  }

  .container {
    width: 740px;
  }
  .header.float_l .container:before,
  .header.float_l .container:after,
  .header-right .top-row a.con-btn,
  .header-right .top-row .text b,
  .footer-add {
    display: none;
  }
  .header.float_l {
    background-image: url("../images/header-bg.jpg");
    background-repeat: repeat-x;
    background-position: center top;
  }
  .header-right {
    float: right;
    width: auto;
  }
  .header-right .top-row .text {
    font-size: 16px;
  }
  .logo {
    margin-bottom: -15px;
    position: relative;
    z-index: 99;
  }
}
@media screen and (max-width: 768px) {
  .heading-blue {
    font-size: 38px;
    line-height: 48px;
    margin: 0 0 5px;
  }

  .container {
    min-width: 320px;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }
  .header-right .top-row .text {
    font-size: 14px;
  }
  .logo {
    width: 120px;
  }
  .footer-manu {
    margin: 20px 0;
  }
  .footer-manu ul li {
    width: 100%;
  }
  .footer-icons {
    width: 100%;
  }
  .footer-icons img,
  .web-by {
    float: left;
  }
  .web-by {
    margin: 10px 0 0 0;
  }
}
