@charset "UTF-8";
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?56762656");
  src: url("../fonts/fontello.eot?56762656#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?56762656") format("woff2"), url("../fonts/fontello.woff?56762656") format("woff"), url("../fonts/fontello.ttf?56762656") format("truetype"), url("../fonts/fontello.svg?56762656#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu.woff") format("woff"), url("../fonts/Ubuntu.ttf") format("truetype"), url("../fonts/Ubuntu.svg#Ubuntu") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu-Light';
  src: url("../fonts/Ubuntu-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Light.woff") format("woff"), url("../fonts/Ubuntu-Light.ttf") format("truetype"), url("../fonts/Ubuntu-Light.svg#Ubuntu-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MavenProRegular';
  src: url("../fonts/MavenProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MavenProRegular.woff") format("woff"), url("../fonts/MavenProRegular.ttf") format("truetype"), url("../fonts/MavenProRegular.svg#MavenProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MavenProMedium';
  src: url("../fonts/MavenProMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/MavenProMedium.woff") format("woff"), url("../fonts/MavenProMedium.ttf") format("truetype"), url("../fonts/MavenProMedium.svg#MavenProMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-search:before { content: '\e800'; } /* '' */
.icon-right-open-mini:before { content: '\e801'; } /* '' */
.icon-left-open-mini:before { content: '\e802'; } /* '' */
.icon-down-open-mini:before { content: '\e803'; } /* '' */
.icon-up-open-mini:before { content: '\e804'; } /* '' */
.icon-left-open-big:before { content: '\e805'; } /* '' */
.icon-right-open-big:before { content: '\e806'; } /* '' */
.icon-print:before { content: '\e807'; } /* '' */
.icon-share:before { content: '\e808'; } /* '' */
.icon-mail:before { content: '\e809'; } /* '' */
.icon-email:before { content: '\e80a'; } /* '' */
.icon-download:before { content: '\e80b'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-linkedin:before { content: '\f318'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */

/* '' */
html, body {
  height: 100%;
}

body {
  background: #fff;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, li {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:hover, a:focus, li:hover, li:focus {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  outline: none;
}

.cut-rel {
  position: static;
}

.alpha {
  padding-right: 0 !important;
}

.omega {
  padding-left: 0 !important;
}

.ui-loader {
  display: none;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1330px) {
  .section-wrapper {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
  }
}

.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.btn.white {
  font-size: 18px;
  font-family: "MavenProMedium";
  color: #3f5564;
}

.btn.white:hover {
  background: #174a61;
  color: #fff;
}
.btn.blueDark1 {
  font-size: 18px;
  font-family: "MavenProMedium";
  color: #fff;
}
.btn.blueDark1:hover {
  background: #cba18b;
}

.readmore {
  color: #3f5564;
  font-family: "MavenProMedium";
  display: inline-block;
}

.readmore:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '\e801';
  font-family: "fontello";
  border: 1px solid #1d4f65;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
  line-height: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.readmore span {
  display: inline-block;
  position: relative;
  top: -2px;
}

.readmore:hover {
  color: #cba18b;
}

.readmore:hover:before {
  border-color: #cba18b;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.br-white {
  border: 3px solid #fff;
  color: #fff;
  font-size: 16px;
  padding-right: 40px;
  position: relative;
}
.br-white:before {
  content: '\e801';
  font-family: 'fontello';
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 22px;
}
.br-white:hover {
  background: #fff;
  color: #333;
}
.br-white:hover:before {
  color: #333;
}

.br-grey {
  border: 3px solid #b4b4b4;
  color: #b4b4b4;
  font-size: 16px;
  padding-right: 40px;
  position: relative;
}
.br-grey:before {
  content: '\e801';
  font-family: 'fontello';
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 22px;
}
.br-grey:hover {
  background: #b4b4b4;
  color: #fff;
}
.br-grey:hover:before {
  color: #fff;
}

.white {
  background: #fff;
}

.blueDark {
  background: #415664;
}

.greyDark {
  background: #7d7c7d;
}

.lightDark {
  background: #b38d79;
}

.brownDark {
  background: #a9896e;
}

.brown1 {
  background: #cba18b;
}

.blueDark1 {
  background: #174a61;
}

.text-brown {
  color: #b48e7a;
}
.text-blue {
  color: #174a61;
}

.text-brown p, .text-brown h4 {
  color: #b48e7a !important;
}

.grey-shade {
  background: url("../images/grey-shade.jpg");
}

.color-blocks div {
  height: 5px;
}

.text-center .section-title {
  display: inline-block;
}

.section-title,
.page-title {
  position: relative;
}
.page-title {
  margin-bottom: 30px;
}

.section-title h3 {
  color: #3f5564;
  font-size: 35px;
  font-family: "MavenProRegular";
  margin-top: 0;
}

.section-title span,
.page-title span {
  height: 6px;
  width: 50%;
  display: inline-block;
}
.page-title span {
  max-width: 210px;
}

.page-title h2 {
  font-size: 54px;
  line-height: 56px;
  font-family: "MavenProRegular";
  margin-top: 0;
  color: #3f5564;
}

@media only screen and (max-width: 640px) {
  .section-title h3 {
    font-size: 22px;
  }
  .page-title h2 {
    font-size: 26px;
    line-height: 28px;
  }
}

.cell-wrapper {
  display: table;
  width: 100%;
}

.cell-wrapper .cell {
  display: table-cell;
  float: none;
}

.border-left {
  border-left: 1px solid #ececec;
}

.anim {
  -webkit-animation: pulseAnim 1s infinite;
  -moz-animation: pulseAnim 1s infinite;
  -o-animation: pulseAnim 1s infinite;
  animation: pulseAnim 1s infinite;
}

@-webkit-keyframes pulseAnim {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}

@-moz-keyframes pulseAnim {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}

@-o-keyframes pulseAnim {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}

@keyframes pulseAnim {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}

@-webkit-keyframes spinningInf {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinningInf {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes spinningInf {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinningInf {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}

.mobileNav-wrapper {
  background: rgba(203, 161, 139, 0.9);
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0px;
  height: 0;
  overflow: auto;
  z-index: 10;
  -webkit-transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.mobileNav-wrapper nav {
  padding: 15%;
}

.mobileNav-wrapper nav a {
  color: #fff;
  font-size: 24px;
  font-family: "Ubuntu-Light";
}

.mobileNav-wrapper nav .subnav {
  display: none;
}

.mobileNav-wrapper .toggle {
  position: absolute;
  right: 15px;
  top: 40px;
}

@media only screen and (min-width: 991px) {
  .mobileNav-wrapper {
    display: none;
  }
}

body.on .mobileNav-wrapper {
  height: 100%;
  -webkit-transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.toggle {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  float: right;
  position: absolute;
  right: 15px;
  top: 40px;
}

@media only screen and (min-width: 991px) {
  .toggle {
    display: none;
  }
}

.toggle span:after,
.toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}

.toggle span:after {
  top: 9px;
}

.toggle span {
  position: relative;
  display: block;
}

.toggle span,
.toggle span:after,
.toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
body.on .toggle span {
  background-color: transparent;
}

body.on .toggle span:before {
  transform: rotate(45deg) translate(5px, 5px);
  background: #bb0e36;
}

body.on .toggle span:after {
  transform: rotate(-45deg) translate(7px, -8px);
  background: #bb0e36;
}

body.on .header-bottom .toggle {
  display: none;
}

header {
  position: relative;
  z-index: 3;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.4);
}

header ul li {
  display: inline-block;
  float: left;
}

.header-top {
  font-size: 14.38px;
  font-family: "MavenProMedium";
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .header-top {
    border-bottom: 1px solid #dddfdf;
  }
}

@media only screen and (max-width: 991px) {
  .header-top {
    display: none;
  }
}

.header-top a {
  color: #808a8a;
  display: inline-block;
  font-weight: bold;
}

.header-top a:hover {
  color: #d7b6a5;
}

.header-top .top-nav {
  float: right;
}

.header-top .top-nav ul {
  display: inline-block;
  padding-top: 5px;
}

.header-top .top-nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-top .top-nav .page-search {
  float: right;
  display: inline-block;
}

.header-top .top-nav .page-search .icon-search {
  width: 30px;
  height: 30px;
  background: #cba18b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 0px;
}

@media only screen and (max-width: 991px) {
  .header-bottom {
    padding: 15px 0;
  }
}

.header-bottom .page-logo {
  display: inline-block;
}

@media only screen and (min-width: 992px) {
  .header-bottom .page-logo {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -45px;
  }
}

.header-bottom .page-nav {
  float: right;
  padding-top: 20px;
}

@media only screen and (max-width: 991px) {
  .header-bottom .page-nav {
    display: none;
  }
}

.header-bottom .page-nav > ul {
  margin-right: -20px;
}

.header-bottom .page-nav > ul > li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-bottom .page-nav > ul > li > a {
  border-bottom: 4px solid transparent;
}

.header-bottom .page-nav > ul > li:hover > a {
  color: #d7b6a5;
  border-bottom: 4px solid #d7b6a5;
}

.header-bottom .page-nav a {
  font-family: "MavenProRegular";
  font-size: 18px;
  display: inline-block;
  padding-bottom: 20px;
  color: #696969;
  text-transform: lowercase;
}

.search-holder {
  background: #cba18b;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
}

.search-holder .container {
  position: relative;
}

.search-holder .search-inner {
  display: table;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 135px;
}

.search-holder .input-holder,
.search-holder .btn-holder {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.search-holder input {
  height: 53px;
  margin: 0;
  border: none;
  width: 100%;
  padding: 0 20px;
  color: #cba18b;
  font-size: 24px;
  font-family: "Ubuntu-Light";
}

.search-holder .btn-holder {
  width: 53px;
}

.search-holder .btn {
  height: 53px;
  margin: 0;
  font-size: 24px;
  color: #fff;
  background: #415664;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.search-holder .btn:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.search-holder .btn-close {
  position: absolute;
  right: -25px;
  top: 10px;
  color: #fff;
  font-size: 12px;
  width: 22px;
  height: 22px;
  background: #E73437;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.search-holder .btn-close:hover {
  background: #fff;
  color: #E73437;
}

.search-holder.on {
  height: 135px;
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
}

.page-spotlight {
  position: relative;
  z-index: 1;
  padding-top: 42px;
  margin-bottom: 25px;
}

.page-spotlight .item img {
  width: 100%;
}

.page-spotlight .item .container {
  position: relative;
}

.page-spotlight .owl-theme .owl-controls {
  /*display: none !important;*/
}
.page-spotlight .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 2;
}
.page-spotlight .owl-theme .owl-controls .owl-pagination span {
  width: 17px;
  height: 17px;
  background: rgba(255,255,255,0.6);
  margin: 0 2px 0 2px;
}
.page-spotlight .owl-theme .owl-controls .owl-pagination .active span {
  background: #fff;
}

.inner-spotlight img {
  width: 100%;
}

.overview-wrapper {
  padding: 30px 15px;
}

@media only screen and (min-width: 992px) {
  .overview-wrapper {
    padding: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .eq-height {
    height: auto !important;
  }
}

.view-cell {
  padding: 20px 30px;
}

.view-cell p {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  font-family: "MavenProRegular";
}

.view-cell .cell {
  padding-right: 30px;
}

.view-cell .cell p {
  color: #3f5564;
  font-family: "MavenProMedium";
  line-height: 18px;
}

@media only screen and (max-width: 640px) {
  .view-cell .cell {
    display: block;
    padding: 0;
  }
}

.view-cell h2 {
  color: #174a61;
}

h2 {
  font-size: 41.19px;
  line-height: 41px;
  font-family: "Ubuntu";
}

@media only screen and (max-width: 640px) {
  h2 {
    font-size: 26px;
    line-height: 28px;
  }
}

h4 {
  font-size: 25px;
  font-family: "Ubuntu";
  color: #174a61;
}

@media only screen and (max-width: 640px) {
  h4 {
    font-size: 18px;
  }
}


.core-box .title {
  color: #3f5564;
  font-size: 35px;
  font-family: "MavenProRegular";
  margin-top: 0;
  background: #174a61;
  color: #fff;
}
.core-box td {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #E7E8EA;
  border: 1px solid #fff;
  width: 138px;
}
.core-box .title-table .title {
  width: auto;
}
.core-box .icon img {
  margin: 0 auto 10px;
}
.core-box span {
  color: #174a61;
  font-family: "MavenProMedium";
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .core-box td {
    width: auto;
  }
}

@media only screen and (max-width: 640px) {
  
  .core-box .title-table td.title {
    width: 100%;
  }
  .core-box td {
    display: inline-block;
    padding: 20px;
    float: left;
    width: 100%;
  }
}

.services-slider {
  padding-top: 15px;
}

.list .item {
  background: #fff;
  padding: 20px;
  color: #000;
  margin-right: 2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.list .item .title {
  font-size: 31.34px;
  line-height: 32px;
  font-family: "Ubuntu-Light";
  padding-bottom: 20px;
  overflow: hidden;
  color: #174a61;
}

.list .item .title a {
  color: #174a61;
}

@media only screen and (max-width: 640px) {
  .list .item .title {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 10px;
    height: auto !important;
  }
}

.list .item figure {
  overflow: hidden;
  min-height: 150px;
}

.list .item figure img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .list .item figure {
    height: auto !important;
  }
}

.list .item .item-content {
  padding-top: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .list .item .item-content {
    height: auto !important;
  }
}

.list .item .item-footer {
  border-top: 1px solid #b89582;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list .item .readmore:hover {
  color: #fff;
}

.list .item:hover {
  background: #174a61;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.list .item:hover .title {
  color: #fff;
}

.list .item:hover .title a {
  color: #fff;
}

.list .item:hover .readmore {
  color: #fff;
}

.list .item:hover .readmore:before {
  border-color: #fff;
}

.section-careers {
  color: #fff;
}

.section-careers h2 {
  font-size: 35px;
  margin-top: 0;
}

.section-careers p {
  font-size: 17px;
  line-height: 22px;
}

.section-careers .section-wrapper {
  background: url("../images/bg-career.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 30px 0;
  position: relative;
}

.section-careers figure {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .section-careers figure {
    display: none;
  }
}

.section-careers .btn-holder {
  padding-top: 10px;
}

.section-careers .btn-holder .btn {
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  .section-careers .btn-holder .btn {
    margin-bottom: 15px;
  }
}

.partners-slider {
  padding-top: 30px;
  padding-bottom: 30px;
}
.partners-slider .cell-wrapper {
  width: 100%;
  table-layout: fixed;
  border-spacing: 25px 0;
}
@media only screen and (max-width: 640px) {
  .partners-slider .cell-wrapper {
    display: block;
  }
}
.partners-slider .cell-wrapper .cell {
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .partners-slider .cell-wrapper .cell {
    display: block;
  }
}

.partners-slider .item {
  border: 1px solid #d0d0d0;
  margin-right: 25px;
  margin-left: 25px;
  padding: 5px 20px;
  /*height: 90px;*/
  overflow: hidden;
}

.partners-slider img {
  margin: 0 auto;
}

.partners-slider .owl-pagination {
  display: none !important;
}

.partners-slider .owl-controls {
  position: relative;
  text-align: center;
}

.partners-slider .owl-controls:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.partners-slider .owl-buttons {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 10px 30px;
}

.partners-slider .owl-buttons > div {
  width: 39px;
  height: 39px;
  border: 2px solid #6c6c6c;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #6c6c6c !important;
  opacity: 1 !important;
}

.partners-slider .owl-buttons > div:before {
  font-family: "fontello";
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.partners-slider .owl-buttons > div.owl-prev:before {
  content: '\e805';
}

.partners-slider .owl-buttons > div.owl-next:before {
  content: '\e806';
}

.section-partners .section-title {
  margin-bottom: 30px;
}

footer {
  background: url("../images/bg-foot.png");
  padding-top: 60px;
  padding-bottom: 60px;
}

footer .copyright,
footer .developer {
  font-size: 13px;
  color: #696969;
}

footer .copyright p,
footer .developer p {
  font-size: 13px;
  color: #696969;
  margin-right: 10px;
  float: left;
}

footer .copyright a,
footer .developer a {
  font-size: 13px;
  line-height: 10px;
  color: #696969;
}

@media only screen and (max-width: 768px) {
  footer .copyright,
  footer .developer {
    text-align: center;
  }
  footer .copyright p,
  footer .developer p {
    float: none;
  }
}

footer .copyright a {
  font-size: 13px;
  line-height: 10px;
  color: #696969;
  display: inline-block;
  border-left: 1px solid #696969;
  padding-left: 10px;
  padding-right: 10px;
}

footer .developer {
  float: right;
}

footer .developer a {
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  footer .developer {
    float: none;
    padding-top: 10px;
  }
}

footer p {
  margin: 0;
}

footer a:hover {
  color: #174a61;
}

.footer-top {
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .footer-top {
    text-align: center;
    padding-bottom: 20px;
    clear: both;
  }
  .footer-top .footer-logo img {
    margin: 0 auto;
  }
}

.footer-nav li{line-height: 1.3;}
.footer-nav a {
  color: #696969;
  font-size: 12px;
}

.footer-nav .title {
  color: #174a61;
  font-size: 18px;
  padding-bottom: 5px;
}

.footer-nav .title a {
  font-size: 18px;
  color: #174a61;
  font-family: "MavenProRegular";
  text-transform: lowercase;
}

@media only screen and (max-width: 768px) {
  .footer-nav {
    display: none;
  }
}

.utilites-wrapper {
  padding-bottom: 0px;
}
.utilities {
  text-align: right;
  padding: 8px 15px;
  padding-right: 0;
}
.utilities li {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .utilities {
    text-align: left;
  }
}
.utilities a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  color: #6c6c6c;
  border: 2px solid #6c6c6c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 18px;
}
.breadcrumb {
  margin: 0;
  padding-left: 0;
  background: transparent;
}
.utilites-wrapper > div {
  /*padding: 0;*/
  padding-bottom: 20px;
}
.breadcrumb a,
.breadcrumb li,
.breadcrumb li.active {
  color: rgba(33,33,33,0.5);
  font-size: 13px;
}
.breadcrumb > li + li:before {
  content: '\e801';
  font-family: 'fontello';
  font-size: 20px;
  position: relative;
  top: 3px;
  color: rgba(33,33,33,0.7);
}

.inner-content {
  padding: 30px 69px;
}
.container-wrapper {
  padding: 50px;
}

@media only screen and (max-width: 640px) {
  .container-wrapper,
  .inner-content {
    padding: 15px;
  }
}

.about-holder {
  padding-bottom: 90px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .about-holder {
    padding-bottom: 30px;
  }
}
.about-holder .footer-text {
  font-size: 18px;
  color: #174a61;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0;
  font-family: 'MavenProRegular';
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 640px) {
  .about-holder .footer-text {
    position: relative;
    bottom: 0;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .abt figure {
    margin-bottom: 30px;
  }
}
.abt h4 {
  font-size: 21px;
  font-family: 'MavenProRegular';
  margin-top: 0;
  margin-bottom: 30px;
}
.abt p, .abt >div {
  font-size: 16px;
  font-family: 'MavenProRegular';
}
.abt .message p {
  font-family: 'MavenProMedium';
  font-size: 15px;
  position: relative;
  padding-top: 110px;
  font-style: italic;
}
.abt .message p:before {
  content: '';
  width: 84px;
  height: 84px;
  background: url('../images/colmn.png') no-repeat 0 0;
  position: absolute;
  font-size: 328px;
  top: 0px;
  left: 0;
}
.abt .lightDark {
  color: #fff;
}
.abt .white {
  color: #000;
}

.products .white p {
  color: #2a2a2a;
}
.products p {
  font-size: 17px;
  line-height: 24px;
}
.products .page-title h2 {
  font-size: 54px;
  line-height: 56px;
  margin-bottom: 10px;
}
.products h2 {
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 30px;
}
.products .cell-wrapper > div {
  padding: 45px;
}
.products .cell-wrapper {
  table-layout: fixed;
}
@media only screen and (max-width: 768px) {
  .products .cell-wrapper {
    display: block;
    margin-bottom: 30px;
  }
  .products .cell-wrapper > div {
    display: block;
    min-height: 300px;
  }
}
.products .cell-wrapper .btn {
  margin-top: 30px;
}
.fig-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.contact .cell-wrapper {
  width: 100%;
  table-layout: fixed;
}
.contact .cell-wrapper .cell {
  border-left: 1px solid #e9e9e9;
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (max-width: 991px) {
  .contact .cell-wrapper {
    display: block;
  }
  .contact .cell-wrapper .cell {
    display: block;
    border: none;
    padding: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
  }
}
.contact .cell-wrapper .cell:first-child {
  padding-left: 0;
  border-left: none;
}
.contact .cell-wrapper .cell p {
  color: #174a61;
  font-size: 18px;
  font-family: 'Ubuntu';
}
.contact .cell-wrapper .cell a {
  color: #174a61;
}
.contact .cell-wrapper .icon {
  display: block;
  font-family: 'Ubuntu';
  font-size: 18px;
}
.contact .cell-wrapper .icon:before {
  width: 15px;
  height: 15px;
  display: inline-block;
  color: #a0a0a0;
  margin-right: 20px;
}
#map {
  width: 100%;
  height: 437px;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-form.form .input-holder {
  padding-bottom: 15px;
  padding-top: 30px;
}
.captch-holder {
  padding-top: 30px;
}
.contact-form.form label {
  font-size: 15px;
  font-family: 'Arial';
  color: #000;
  font-weight: normal;
  display: inline-block;
}
.contact-form.form input,
.contact-form.form textarea {
  height: 56px;
  border: none;
  background: #f0f1f2;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.contact-form.form textarea {
  height: 160px;
  padding: 15px;

}
.contact-form.form .btn.blueDark1 {
  height: 57px;
  color: #fff;
  font-size: 26px;
  font-family: 'MavenProRegular';
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}
.contact-form.form .btn.blueDark1:before {
  float: right;
  margin-left: 20px;
  font-size: 20px;
  line-height: 2;
}
.form .mandatory label {
  position: relative;
}
.form .mandatory label:before {
  content: "*";
  color: red;
  font-size: 34px;
  position: absolute;
  right: -20px;
  top: -10px;
}
.page-nav li {
  position: relative;
}
.header-bottom .container {
  position: relative;
}
.page-nav li.large-nav {
  position: static;
}
.page-nav li.large-nav .subnav {
  display: table;
  width: 100%;
  table-layout: fixed;
  display: none;
}
.page-nav .subnav {
  position: absolute;
  left: 20px;
  top: 100%;
  background: #cba18b;
  /*width: 110%;*/
  display: none;
}
.page-nav .subnav li {
  display: block;
  padding: 0;
  float: none;
}
.page-nav li.large-nav .subnav ul {
  display: table-cell;
  float: none;
  vertical-align: top;
}
.page-nav .subnav a {
  color: #fff;
  padding: 10px;
  display: block;
  font-size: 14px;
  white-space: nowrap;
}
.page-nav .subnav a:hover {
  background: #808A8A;
}

.page-nav .subnav ul {
  display: inline-block;
}

.page-aside > h3 {
  padding: 20px;
  font-family: 'MavenProRegular';
  margin: 0;
  font-size: 28px;
  letter-spacing: -1px;
}
.page-aside .cell {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.page-aside li {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
}
.page-aside li a {
  color: rgba(255,255,255,0.7);
  padding: 10px 20px;
  display: block;
  position: relative;
  padding-right: 20px;
}
.page-aside li a:before {
  content: '\e801';
  font-family: 'fontello';
  width: 15px;
  height: 15px;
  color: rgba(255,255,255,0.3);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 13px;
  position: absolute;
  right: 20px;
  top: 12px;
}
.page-aside li:hover a {
  color: #fff;
  background: #133f53;
}
.page-aside .title {
  font-size: 18px;
  padding: 5px 20px;
  padding-top: 15px;
  font-family: 'MavenProMedium';
}
.detail-list .title {
  font-size: 17px;
  font-family: 'MavenProMedium';
  font-weight: bold;margin-bottom: 20px;
  color: #2a2a2a;
}
.detail-list h4 {
  margin: 0;
}
.detail-list .panel-heading {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.detail-list .panel,
.panel-group .panel-heading + .panel-collapse > .panel-body, 
.panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  padding: 0;
}

.detail-list ol {
  padding-left: 0;
}
.detail-list ol > li {
  padding-bottom: 40px;
}
.detail-list ol ul {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'MavenProMedium';
}
.detail-list ol ul li {
  font-size: 15px;
  position: relative;
  padding-left: 20px;
}
.detail-list ol ul li:before {
  content: '\e801';
  font-family: 'fontello';
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 2px;
}
.detail-list .counter {
  position: relative;
  display: inline-block;
}
ul.type-list {
  width: 100%;
  margin-bottom: 15px;
}
ul.type-list li {
  background: rgba(23,74,97,0.2);
  padding: 10px 20px;
  font-size: 14px;
  font-family: 'MavenProMedium';
}
ul.type-list li:before {
  display: none;
}
ul.type-list li span {
  color: #252f6d;
}
ul.type-list li:nth-child(even) {
  background: rgba(23,74,97,0.3);
}
ul.type-list.single li:nth-child(even),
ul.type-list.single li {
  background: #b38d79;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 12px;
}
ul.type-list.single li span {
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: bold;
}
.selectboxit-container {
  display: block;
 /* width: 100%;
  background: #f0f1f2;*/
}
.selectboxit-container .selectboxit {
  height: 56px;
  border: none;
  background: #f0f1f2;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important;
  max-width: 100%;
  border-radius: 0;
}
.selectboxit-container span {
  height: 56px;
  line-height: 56px;
  display: inline-block;
}
.selectboxit .selectboxit-option-icon-container {
  display: none;
}
.selectboxit-container .selectboxit-options {
  border-radius: 0;
}
.selectboxit-list {
  left: 0;
  right: 0;
  /*max-height: auto !important;*/
  /*min-width: 100% !important;*/
}
.selectboxit-text {
  overflow: visible;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #808A8A;
}
.sitemap a {
  color: rgba(33,33,33,0.5);
}
.sitemap a:hover {
  color: #3f5564;
}
.sitemap .abt .container-wrapper > ul {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.sitemap .abt .container-wrapper > ul ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.sitemap .abt .container-wrapper > ul > li > a {
  font-weight: bold;
  color: #3f5564;
  margin-bottom: 15px;
  display: inline-block;
}
.sitemap .abt .container-wrapper > ul > li {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
  float: left;
}
.sitemap .abt .container-wrapper > ul li li {
  list-style: square;
  list-style-position: inside;
}

.download-list ul li > a {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  float: left;
}
.download-list ul li .list-content {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}


.special-list li::before {
    content: '\e801';
    font-family: 'fontello';
    font-size: 20px;
    position: relative;
    top: 3px;
    color: rgba(33,33,33,0.7);
    margin-left: -10px;
}
.special-list li{margin-left: 10px;font-family: 'MavenProRegular';margin-bottom: 10px;font-size: 16px;}

.abt .news-list h4{margin-bottom: 10px;}
.news-list .date{color: #b48e7a;}
.news-list p{color: #000;}
.news-list-box{border-bottom: 1px solid #ddd;padding-bottom: 20px;margin-bottom: 20px;}
.news-list-box:last-child{border:0;}
.news-list-box a{  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;display: block;}
.news-list-box a:hover h4{text-decoration: underline;color: #0a2632;}

.services-slider .title a, .section-title h3, .section-partners h2{text-transform: lowercase;}

.option-list  li img, .suply-partns img{border:1px solid #dddfdf; float:left; margin-right:20px;}
.option-list > ul > li{border-bottom:1px solid #f0f0f0;padding-bottom:30px;margin-bottom:30px;clear:both; display:inline-block; font-family:'MavenProRegular'}
.partnerlist > ul > li{display:inherit;}
.option-list  ul li:last-child{border:0; }
.option-list span.title{display:block;font-size: 21px;font-family: 'MavenProRegular';margin-bottom:10px; color:#174a61;}
.option-list  h4{ margin-bottom:10px; display:block; clear:both;} 
.suply-partns h4{margin:30px 0 20px 0;border-top:1px solid #dddfdf;border-bottom:1px solid #dddfdf; padding:10px; background:#fafafa;}

.supply-nav{margin-bottom:10px; display:inline-block;}
.supply-nav a{color:#174a61;}
.supply-nav a:hover{color:#206888; }
.supply-nav span{display:inline-block; margin-top:20px;}
.supply-nav a:hover span{text-decoration:underline;}
.terms-content strong{font-weight:bold;}  
.mission-content .bg-content{background:#f0f0f0; padding:30px; min-height:195px;}
.divisionsites.microsites li {
  padding-bottom: 15px;
}
.divisionsites.microsites li figure {
  padding-bottom: 10px;
}


.page-nav .large-nav li:first-child a{ font-weight:bold; font-size:15px;}