@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:100);
@import url(//fonts.googleapis.com/css?family=Roboto:300);
@import url(//fonts.googleapis.com/css?family=Roboto:300italic);
@import url(//fonts.googleapis.com/css?family=Roboto:400);
@import url(//fonts.googleapis.com/css?family=Roboto:500);
@import url(//fonts.googleapis.com/css?family=Roboto:700);
@import url(//fonts.googleapis.com/css?family=Roboto:900);
@import url(//fonts.googleapis.com/css?family=Roboto:900italic);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #ffffff;
  color: #404040;
  font: 400 14px/24px 'Roboto', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2 {
  font-size: 46px;
  line-height: 54px;
}
h3 {
  line-height: 35px;
  font-size: 28px;
}
h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}
h5 {
  font-size: 18px;
  line-height: 30px;
}
p {
  font-size: 14px;
  line-height: 24px;
}
p a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
  outline: none;
  border: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
  display: inline-block;
}
.bold {
  font-weight: 700;
  display: inline-block;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.t-right {
  text-align: right;
}
.margin-n {
  margin-top: 0!important;
}
dl {
  text-align: right;
  line-height: 21px;
}
dl dd span {
  width: 81px;
  display: inline-block;
  text-align: left;
}
.comment {
  position: relative;
  padding: 15px 135px 0px;
  list-style: -0.4px;
}
.comment:before {
  position: absolute;
  display: inline-block;
  content: '“';
  left: 85px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 104px;
  color: #003399;
  top: 0px;
  width: 55px;
  line-height: 104px;
  font-style: normal;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 25px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li {
  padding-bottom: 33px;
}
.sf-menu > li > a {
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  word-spacing: -0.5px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #909090;
}
.sf-menu > li.active > a {
  color: #909090;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -5px;
  width: 235px;
  padding: 20px 0 20px;
  background: #FFF;
  z-index: 1000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul {
  background: #404040;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #FFF;
  background: #404040;
  padding: 0px 30px;
  font-size: 12px;
  line-height: 37px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #FFF;
  background: #003399;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 105%;
  width: 188px;
  margin-top: 0;
  z-index: 4;
  padding: 20px 0 20px;
}
.sf-menu ul ul > li > a {
  color: #FFF;
  background: #404040;
  padding: 0px 30px;
  font-size: 12px;
  line-height: 37px;
  position: relative;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #003399;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 69%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
ul li .sf-with-ul {
  position: relative;
}
ul li .sf-with-ul:before {
  position: absolute;
  right: 23px;
  top: 13px;
  content: '\f054';
  font: 400 14px/14px 'FontAwesome';
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  border: 1px solid #CCC;
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Roboto', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #ffffff;
  z-index: 99;
}
@media only screen and (max-width: 1113px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 37px!important;
  line-height: 40px;
  color: #003399;
  z-index: 9999;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #ffcc00;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f002';
  position: absolute;
  bottom: -100%;
  right: 20px;
  font: 400 50px 'FontAwesome';
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay:before {
  bottom: 20px;
  right: 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  background-color: #FFF;
  background-image: url(../images/parallax-1.jpg);
}
.parallax2 {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
.header {
  background: #ffffff;
  z-index: 999;
  position: relative;
}
.header .header-top {
  width: 100%;
}
.header .header-top .top-section {
  display: table;
  background: #404040;
  width: 100%;
  z-index: 999;
  position: relative;
}
.header .header-top .top-section .social {
  padding: 15px 20px 11px;
  border-radius: 147px;
  display: block;
  float: left;
}
.header .header-top .top-section .social li {
  display: inline-block;
  margin-left: 4px;
}
.header .header-top .top-section .social li a {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #FFF;
  background: #747272;
  border-radius: 147px;
  padding: 4px 0px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.header .header-top .top-section .social li a:hover {
  background: #ffcc00;
  opacity: 1!important;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.header .header-top .top-section .social:hover a {
  opacity: 0.3;
}
.header .header-top .top-section .info-block {
  float: right;
  margin: 12px 25px 0px;
}
.header .header-top .top-section .info-block .top_phone,
.header .header-top .top-section .info-block .top_address {
  font-weight: 400;
  display: block;
  float: left;
  position: relative;
  font-size: 12px;
  color: #FFF;
  text-align: left;
  letter-spacing: -0.25px;
  line-height: 14px;
  margin-left: 39px;
}
.header .header-top .top-section .info-block .top_phone strong,
.header .header-top .top-section .info-block .top_address strong {
  font-size: 12px;
  clear: both;
  font-weight: 300;
  line-height: 12px;
  display: block;
  letter-spacing: 0.1px;
}
.header .header-top .top-section .info-block .top_phone:before,
.header .header-top .top-section .info-block .top_address:before {
  font-family: fontAwesome;
  position: absolute;
  display: block;
  left: 0px;
  color: #ffcc00;
}
.header .header-top .top-section .info-block .top_phone {
  padding-left: 28px;
}
.header .header-top .top-section .info-block .top_phone:before {
  content: "\F095";
  font-size: 29px;
  top: 10px;
}
.header .header-top .top-section .info-block .top_address {
  padding-left: 25px;
}
.header .header-top .top-section .info-block .top_address:before {
  content: "\f041";
  font-size: 31px;
  top: 6px;
}
.header .header-top .bottom-section {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 99;
  position: relative;
  display: table;
  width: 100%;
}
.header .header-top .bottom-section .right-side {
  float: right;
  position: relative;
}
.header .header-top .bottom-section .right-side .nav {
  display: block;
  float: left;
  margin-top: 38px;
}
.header .header-top .bottom-section .right-side .search-form_toggle {
  float: right;
  margin-top: 27px;
  margin-right: 14px;
  margin-left: 45px;
}
.header .header-bottom .camera_caption {
  color: #FFF;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}
.header .header-bottom .camera_caption h2 {
  font-weight: 900;
  font-style: italic;
  font-size: 63px;
}
.header .header-bottom .camera_caption p {
  font-size: 18px;
  font-weight: 300;
}
.header .header-bottom .camera_caption > div {
  display: table-cell;
  padding: 0px 40px;
}
/*==================     Brand     ======================*/
.brand {
  float: left;
  margin: 18px 17px 15px;
  display: inline-block;
  min-width: 273px;
}
.brand_name {
  text-align: left;
  overflow: hidden;
  font-size: 34px;
  font-weight: 900;
  line-height: 31px;
  color: #003399;
  position: relative;
  text-transform: uppercase;
  display: block;
  letter-spacing: -1.25px;
  padding-right: 4px;
}
.brand_name_color {
  text-align: left;
  overflow: hidden;
  font-size: 34px;
  font-weight: 900;
  line-height: 31px;
  color: #FFCC00;
  position: relative;
  text-transform: uppercase;
  display: block;
  letter-spacing: -1.25px;
  padding-right: 4px;
}
.brand_name span {
  position: absolute;
  right: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  top: 2px;
  color: #FFF;
  background: #003399;
  display: inline-block;
  padding: 6px 20px 5px 16px;
  letter-spacing: 3px;
}
.brand_logo {
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 13px;
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
img + h3 {
  margin-top: 18px;
}
h3 + p {
  margin-top: 8px;
}
h3 + p.bold {
  margin-top: 22px;
}
h3 + .list.list-1 {
  margin-top: 21px;
}
h3 + h4 {
  margin-top: 24px;
}
h3 + #search-results {
  margin-top: 50px;
}
p.bold + p.indent-1 {
  margin-top: 17px;
}
p.bold + p.bold > a {
  margin-top: 49px;
}
p + .btn.btn-1 {
  margin-top: 28px;
}
p + p {
  margin-top: 22px;
}
p + .list.list-3 {
  margin-top: 8px;
}
p + h4 {
  margin-top: 28px;
}
h2 + h5 {
  margin-top: 23px;
}
h2 + p {
  margin-top: 35px;
}
h4 + p {
  margin-top: 7px;
}
h4 + figure {
  margin-top: 28px;
}
h4 + p.indent-1 {
  margin-top: 17px;
}
h5 + .btn.btn-2 {
  margin-top: 45px;
}
.box.box-1.box-3 {
  text-align: left;
}
.box.box-1.box-3 p.bold,
.box.box-1.box-3 .list.list-1 {
  margin-top: 46px!important;
}
.box.box-1.box-3 + .owl-carousel {
  margin-top: 5px;
}
.box.box-3 + table {
  margin-top: 25px;
}
figure + strong {
  margin-top: 30px;
}
.list.list-3 + p {
  margin-top: 45px;
}
dl + p {
  margin-top: 42px;
}
time + h4 {
  margin-top: 4px;
}
a + time {
  margin-top: 7px;
}
table + p.bold {
  margin-top: 49px;
}
/*========================================================
                     CONTENT  Styles
=========================================================*/
.content {
  background: #FFF;
}
.content .block-1 {
  padding: 10px 0px 14px;
}
.content .block-1.indent-1 {
  padding: 100px 0px 115px;
}
.content .block-2 {
  padding: 127px 0px 100px;
}
.content .block-2.indent-1 {
  padding-top: 123px;
}
.content .block-2.indent-1 + h5 {
  margin-top: 14px;
}
.content .block-3 {
  padding: 106px 0px 120px;
}
.content .block-4 {
  padding: 106px 0px 170px;
}
.content .block-5 {
  padding: 70px 0px 62px;
}
.content .block-5.indent-1 {
  padding: 74px 0px 112px;
}
.content .block-5.indent-2 {
  padding: 41px 0px 62px;
}
.content .block-5.indent-3 {
  padding: 74px 0px 82px;
}
.content .block-6 {
  padding: 112px 0px 97px;
}
.content .block-6 h2 + h5 {
  margin-top: 13px;
}
.content .block-6 h5 + .btn {
  margin-top: 65px;
}
/*==================      Well     ======================*/
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #FFF;
}
.bg02 {
  background: #ffffff;
}
.bg03 {
  background: #f1f1f1;
}
.bg04 {
  background: url(../images/bg-1.png) #ffffff no-repeat;
  background-position: 0px 15px;
}
.bg05 {
  background: #f1f1f1;
}
.bg06 {
  background: #e0e0e0;
}
/*==================     Icons     ======================*/
/*==================    Lists      ======================*/
.list {
  list-style: none;
}
.list.list-1 li {
  line-height: 23px;
  font-size: 14px;
  margin-top: 1px;
}
.list.list-1 li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  color: #003399;
  margin-right: 15px;
}
.list.list-2 li {
  float: left;
  width: 20%;
  text-align: center;
  display: block;
  z-index: 10;
  color: #FFF;
}
.list.list-2 li a:hover img {
  transform: scale(1.1);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list.list-3 {
  color: #e0e0e0;
}
.list.list-3 li {
  line-height: 21px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list.list-3 li a:hover {
  color: #737373;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list.list-3 li a i {
  font-size: 17px;
  display: inline-block;
  width: 28px;
}
.list.list-4 {
  font-size: 11px;
}
.list.list-4 li {
  float: left;
  color: #f0eddf;
}
.list.list-4 li a {
  color: #f0eddf;
  margin-left: 5px;
  margin-right: 4px;
}
.list.list-4 li a:hover {
  text-decoration: underline;
}
.list.list-4 li + li {
  border-left: 1px solid;
  font-weight: 400;
}
.list.list-5 li {
  float: left;
  margin-bottom: 17px;
}
.list.list-5 li a {
  color: #003399;
  margin-left: 5px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  padding: 0;
  display: block;
  margin: 0;
}
.list.list-5 li a:hover {
  text-decoration: underline;
}
.list.list-5 li + li {
  border-top: 1px solid #b3b3b3;
  font-weight: 400;
  padding-top: 23px;
}
/*==================    Tables      ======================*/
.col-1 {
  width: 33%;
}
.col-2 {
  width: 48%;
}
.col-3 {
  width: 16%;
}
.table-1 thead {
  font-size: 18px;
  text-transform: uppercase;
  color: #003399;
  font-weight: 700;
  border-bottom: 1px solid #b3b3b3;
}
.table-1 thead tr td {
  padding-bottom: 15px;
}
.table-1 tbody tr {
  border-bottom: 1px solid #b3b3b3;
}
.table-1 tbody tr td {
  font-weight: 300;
  padding: 30px 10px 27px 0;
  font-size: 14px;
}
.table-1 tbody tr td h4 {
  margin-top: 5px;
}
.table-1 tbody tr td .btn {
  float: right;
  margin-top: 7px;
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 900;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.btn-1 {
  background: #003399;
  color: #FFF;
  padding: 14px 34px;
  border: 2px solid #003399;
}
.btn.btn-2 {
  background: #ffcc00;
  color: #404040;
  padding: 14px 37px;
  border: 2px solid #ffcc00;
}
.btn.btn-2:hover {
  color: #FFF;
}
.btn.btn-2:before,
.btn.btn-1:before {
  content: "";
  display: block;
  position: absolute;
  background: #404040;
  width: 0%;
  height: 100%;
  left: -10px;
  top: 0px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.btn.btn-2:hover:before,
.btn.btn-1:hover:before {
  width: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-2:after,
.btn.btn-1:after {
  content: "";
  display: block;
  position: absolute;
  background: #404040;
  width: 0%;
  height: 100%;
  right: -10px;
  top: 0px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.btn.btn-2:hover:after,
.btn.btn-1:hover:after {
  width: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*==================    Links    ======================*/
.link.link-1:hover {
  text-decoration: underline;
}
.link.link-2 {
  color: #003399;
}
/*==================      Captions      ======================*/
.caption {
  display: block;
}
.caption.caption-1 {
  background: #FFF;
  padding: 30px 28px 23px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.caption.caption-1:hover {
  color: #ffcc00!important;
  background: #404040;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.caption.caption-1:hover p {
  color: #ffcc00!important;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.caption.caption-1:hover time {
  color: #ffcc00!important;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.caption.caption-1 p {
  font-size: 12px;
  text-transform: uppercase;
  color: #727272;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 300;
}
.caption.caption-1 h4 {
  font-weight: 300;
}
.caption.caption-1 time {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  color: #727272;
  font-weight: 300;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box.box-1 {
  text-align: center;
}
.box.box-1 img {
  color: #003399;
}
.box.box-1 h3 {
  color: #003399;
  text-transform: uppercase;
  font-weight: 700;
}
.box.box-1 p {
  color: #404040;
}
.box.box-2 {
  text-align: center;
  color: #FFF;
}
.box.box-2 h2 {
  font-weight: 900;
  text-transform: uppercase;
}
.box.box-2 h5 {
  font-weight: 400;
}
.box.box-3 h3 {
  text-transform: uppercase;
  font-weight: 500;
  text-align: left!important;
}
.box.box-4 {
  text-align: center;
  margin-top: 64px;
}
.box.box-4 h4 {
  font-style: italic;
  font-weight: 300;
  line-height: 29px;
}
.box.box-4 figure img {
  width: auto;
  display: inline-block;
  border-radius: 147px;
}
.box.box-4 strong {
  font-size: 16px;
  color: #003399;
  font-weight: 700;
}
.box.box-4 strong span {
  font-weight: 400;
  color: #7a7a7a;
}
.box.box-5 h3 {
  font-size: 39px;
  font-weight: 900;
  font-style: italic;
  color: #003399 !important;
  line-height: 46px ;
}
.box.box-5 .btn.btn-1 {
  width: 100%;
  font-size: 22px;
  padding: 35px 10px;
}
.box.box-6 {
  margin-top: 31px;
}
.box.box-6.indent-1 {
  margin-top: 28px;
}
.box.box-6.indent-1 a.caption.caption-1 {
  padding-top: 29px!important;
}
.box.box-7 {
  margin-top: 45px;
}
.box.box-7 figure {
  float: left;
  margin-top: 7px;
  margin-right: 27px;
  margin-bottom: 27px;
}
.box.box-7 time {
  text-transform: uppercase;
  color: #727272;
  font-size: 12px;
  font-weight: 300;
}
.box.box-7 h4 {
  font-weight: 300;
}
.box.box-7 h4 + p {
  margin-top: 21px;
}
.box.box-8 {
  margin-bottom: 30px;
}
.box.box-8 figure.img-fl {
  float: left;
  margin-right: 28px;
}
.box.box-8 figure.img-fr {
  float: right;
  margin-left: 28px;
}
.box.box-8 .wrapper {
  padding: 25px 29px;
}
.box.box-8 .wrapper p {
  color: #727272;
  font-size: 12px;
  text-transform: uppercase;
}
.box.box-8 .wrapper p + h4 {
  margin-top: 5px;
}
.box.box-8 .wrapper h4 {
  font-weight: 300;
}
.box.box-8 .wrapper h4 + p {
  margin-top: 24px;
  text-transform: none;
  font-size: 14px!important;
  color: #404040;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
.footer {
  background: #404040;
}
.footer .footer-top {
  padding-top: 133px;
}
.footer .footer-bottom {
  padding: 4px 0px 40px;
}
.footer .footer-bottom .privacy-block {
  float: right;
  text-transform: uppercase;
  color: #ffcc00;
  font-weight: 900;
  font-size: 12px;
}
.footer .footer-bottom .privacy-block .link.link-1,
.footer .footer-bottom .privacy-block #copyright-year,
.footer .footer-bottom .privacy-block > span {
  color: #f0eddf!important;
  font-weight: 400!important;
  text-transform: none;
}
.footer .footer-bottom .list.list-4 {
  float: right;
  clear: both;
  line-height: 11px;
}
.footer p {
  font-weight: 900;
  color: #ffcc00;
  text-transform: uppercase;
}
/*========================================================
                     MEDIA QUERIES
=========================================================*/
@media (max-width: 1199px) {
  header .header-top .bottom-section {
    text-align: center;
  }
  header .header-top .bottom-section .brand,
  header .header-top .bottom-section .right-side {
    float: none!important;
    display: inline-block;
  }
  .list.list-2 li {
    width: 20%;
    margin-bottom: 30px;
  }
  figure.img-fl,
  figure.img-fr {
    float: none!important;
    margin: auto 0px!important;
  }
  figure.img-fl img,
  figure.img-fr img {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .right-side {
    margin-top: 39px;
  }
  header .header-top .bottom-section nav,
  header .header-top .bottom-section .search-form_toggle {
    float: none!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
  }
  header .header-top .bottom-section .search-form_toggle {
    margin-bottom: 20px!important;
  }
  header .header-top .bottom-section nav li {
    padding-bottom: 20px;
  }
  .content br {
    display: none;
  }
  .footer-top {
    padding-top: 63px!important;
  }
}
@media (max-width: 767px) {
  .comment {
    padding: 0px 20px 0px!important;
  }
  .comment:before {
    top: -40px;
  }
  figure img {
    width: 100%;
  }
  figure.img-fl,
  figure.img-fr {
    float: none!important;
    margin: auto 0px!important;
  }
  .list.list-2 li {
    width: 25%;
    margin-bottom: 30px;
  }
  .right-side {
    width: 100%!important;
  }
  .top-section {
    text-align: center;
  }
  .top_phone,
  .top_address,
  .social,
  .info-block {
    display: inline-block;
    float: none!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .top_phone,
  .top_address,
  .social {
    margin-bottom: 15px;
  }
  .box.box-2 h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .table-1 {
    font-size: 14px!important;
  }
  .table-1 thead {
    font-size: 14px!important;
  }
  .table-1 h4 {
    font-size: 14px;
    margin-top: 0px!important;
  }
  .table-1 .btn {
    font-size: 14px!important;
    padding: 15px 15px;
    font-weight: 300;
    margin-top: 0px!important;
    line-height: 20px;
  }
  footer p.t-right {
    text-align: left;
  }
  footer dl {
    text-align: left;
  }
  footer .privacy-block {
    text-align: left;
    line-height: 15px;
    float: none!important;
  }
  footer .list.list-4 {
    display: block;
    text-align: left;
    margin-top: 20px;
    float: none!important;
  }
  footer .list.list-4 li {
    float: none!important;
    border: none;
    line-height: 15px;
  }
  footer .list.list-4 li a {
    margin: 0!important;
  }
  .box.box-1 {
    margin-top: 80px;
  }
  .box.box-1.box-3 {
    margin-top: 0px;
  }
  .box.box-7 figure {
    float: none;
  }
}
@media (max-width: 479px) {
  .box.box-6 + .box.box-6 {
    margin-top: 58px;
  }
  .list.list-2 li {
    width: 50%;
    margin-bottom: 30px;
  }
  .owl-carousel-1 .owl-nav {
    top: auto!important;
    bottom: -40px;
  }
}
