@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,500,600,700,800);
@import url(font-awesome.min.css);
@font-face {
  font-family: "Camphor";
  src: url("../fonts/camphor-regular.woff2") format("woff2");
}
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: rgba(255,255,255,0.548);
  text-align: center;
}
.cssload-container {
  width: 100%;
  height: 55px;
  text-align: center;
  margin-top: 25%;
}
.cssload-double-torus {
  width: 55px;
  height: 55px;
  margin: 0 auto;
  border: 4px solid;
  border-radius: 50%;
  border-color: transparent #1f218a;
  animation: cssload-spin 690ms infinite linear;
  -o-animation: cssload-spin 690ms infinite linear;
  -ms-animation: cssload-spin 690ms infinite linear;
  -webkit-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  font-family: "Work+Sans", sans-serif;
  font-weight: normal;
  color: #555;
  background-color: #FDFEFE;
  overflow-x: hidden;
  font-size: 14px;
}
hr {
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: 35px;
  margin-bottom: 35px;
}
a {
  color: #04053f;
  text-decoration: none;
}
a:visited {
  color: #15177c;
  text-decoration: none;
}
a:hover {
  color: #2F3192;
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
a[title]:hover:after {
  background-color: #04053f;
  color: #04053f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work+Sans", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.7;
}
h3 {
  font-size: 27px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 15px;
}
p,
dd {
  margin-bottom: 14px;
  line-height: 1.6;
}
code,
kbd,
pre,
samp {
  background-color: #EEF3F5;
  color: #0f1175;
}
.btn-primary {
  background-color: #04053f;
}
.btn-primary:hover {
  background-color: #15177c;
}
.pagination > li > a {
  color: #04053f;
}
.pagination > li > a:hover {
  color: #15177c;
}
.pagination > .active > a {
  background-color: #04053f;
  border-color: #04053f;
}
.pagination > .active > a:hover {
  background-color: #15177c;
  border-color: #15177c;
}
.title {
  overflow: hidden;
  margin-left: -1px;
}
.title h2,
.title h3 {
  color: #04053f;
  font-weight: bold;
  font-size: 35px;
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.title-r {
  overflow: hidden;
  text-align: right;
  margin-right: -1px;
}
.title-r h2,
.title-r h3 {
  color: #04053f;
  font-weight: bold;
  font-size: 35px;
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.line {
  display: block;
  font-size: .875em;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  color: #0e0f70;
}
.line:before {
  width: 40px;
  height: 10px;
  background-color: #f9f9f9;
  content: '';
  margin: -5px 0 0 -20px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.line:after {
  border-bottom: 1px solid #04053f;
  content: '';
  display: block;
  position: absolute;
  top: 49%;
  width: 100%;
  z-index: -2;
}
ul.listicon-check li {
  list-style: none;
  margin-bottom: 4px;
}
ul.listicon-check li:before {
  content: '\f00c';
  font-family: "FontAwesome";
  display: inline-block;
  width: 1.5em;
  margin-left: -2.5em;
  color: #15177c;
}
ul.listicon-times li {
  padding-left: 1em;
  list-style: none;
  margin-bottom: 4px;
}
ul.listicon-times li:before {
  content: '\f00d';
  font-family: "FontAwesome";
  display: inline-block;
  width: 1.5em;
  margin-left: -2.5em;
  color: #15177c;
}
ul.listicon-chevron-right li {
  padding-left: 1em;
  list-style: none;
  margin-bottom: 4px;
}
ul.listicon-chevron-right li:before {
  content: '\f054';
  font-family: "FontAwesome";
  display: inline-block;
  width: 1.3em;
  margin-left: -2.5em;
  font-size: 11px;
  color: #15177c;
}
.text-italic {
  font-style: italic;
}
.table-theme-1 {
  border: 0;
}
.table-theme-1 > tbody > tr > td,
.table-theme-1 > tbody > tr > th,
.table-theme-1 > tfoot > tr > td,
.table-theme-1 > tfoot > tr > th,
.table-theme-1 > thead > tr > td,
.table-theme-1 > thead > tr > th {
  padding: 9px;
  line-height: 1.5;
}
.table-theme-1.table-bordered > tbody > tr > td,
.table-theme-1.table-bordered > tbody > tr > th,
.table-theme-1.table-bordered > tfoot > tr > td,
.table-theme-1.table-bordered > tfoot > tr > th,
.table-theme-1.table-bordered > thead > tr > td,
.table-theme-1.table-bordered > thead > tr > th {
  border-color: #2F3192;
}
.table-theme-1.table-bordered > thead > tr > th {
  border-top: solid 1px #2F3192;
}
.table-theme-1.table-bordered > tfoot > tr > th {
  border-bottom: solid 1px #2F3192;
}
.table-theme-1 th {
  font-family: "Work+Sans", sans-serif;
  font-weight: 600;
  background-color: #2F3192;
  border-color: #2F3192;
  color: #fff;
}
.table-theme-1 th a {
  color: #fff;
}
.table-theme-1 th a:hover {
  color: #fff;
}
.table-theme-2 {
  border: 0;
}
.table-theme-2 > tbody > tr > td,
.table-theme-2 > tbody > tr > th,
.table-theme-2 > tfoot > tr > td,
.table-theme-2 > tfoot > tr > th,
.table-theme-2 > thead > tr > td,
.table-theme-2 > thead > tr > th {
  padding: 9px;
  line-height: 1.5;
}
.table-theme-2.table-bordered > tbody > tr > td,
.table-theme-2.table-bordered > tbody > tr > th,
.table-theme-2.table-bordered > tfoot > tr > td,
.table-theme-2.table-bordered > tfoot > tr > th,
.table-theme-2.table-bordered > thead > tr > td,
.table-theme-2.table-bordered > thead > tr > th {
  border-color: rgba(170,170,170,0.2);
}
.table-theme-2.table-bordered > thead > tr > th {
  border-top: solid 1px #04053f;
}
.table-theme-2.table-bordered > tfoot > tr > th {
  border-bottom: solid 1px #04053f;
}
.table-theme-2 th {
  font-family: "Work+Sans", sans-serif;
  font-weight: 600;
  background-color: #04053f;
  border-color: #04053f;
  color: #fff;
}
.table-theme-2 th a {
  color: #fff;
}
.table-theme-2 th a:hover {
  color: #fff;
}
.lead {
  margin-bottom: 30px;
}
.bg-color {
  background-color: ;
  padding: 20px 0;
}
.bg-gray {
  background-color: #F2F2F2;
  padding: 20px 0;
}
.bg-white {
  padding: 20px 0;
}
.fs404 {
  padding-top: 0.3em;
  font-size: 75%;
}
.corp-tooltip + .tooltip {
  margin-left: -2px;
}
.corp-tooltip + .tooltip > .tooltip-inner {
  background-color: rgba(4,74,103,0.06);
  color: #04053f;
}
.corp-tooltip + .tooltip > .tooltip-arrow {
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.nav-tabs {
  border-bottom: 1px solid rgba(4,74,103,0.2);
  background: transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  background: transparent;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  padding: 10px 16px;
  background-color: rgba(4,74,103,0.07);
  color: #15177c;
  font-weight: 600;
  cursor: pointer;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #2F3192;
  border-color: #2F3192;
  color: #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border: 1px solid transparent;
}
.nav-tabs > li.active a:hover,
.nav-tabs > li.active :focus {
  background: transparent;
  border-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  cursor: default;
  background: #FDFEFE;
  color: #15177c;
  border: 1px solid rgba(4,74,103,0.2);
  border-bottom-color: #fff;
}
.tab-content {
  padding: 10px;
}
.nav-about-carousel {
  width: 100%;
  margin-top: -87px;
  border-bottom: 1px solid #FDFEFE;
}
.nav-about-carousel > li > a {
  background-color: rgba(4,74,103,0.55);
  color: #fff;
  border: 1px solid #FDFEFE !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}
.nav-about-carousel > li > a:hover,
.nav-about-carousel > li > a:focus {
  border: 1px solid #2F3192;
}
.nav-about-carousel > li:first-child > a,
.nav-about-carousel > li:last-child > a {
  border-left: 0 !important;
  border-right: 0 !important;
}
.nav-about-carousel > li.active > a,
.nav-about-carousel > li.active > a:hover,
.nav-about-carousel > li.active > a:focus {
  cursor: default;
  background: #FDFEFE;
  color: #15177c;
  border: 1px solid #FDFEFE !important;
  border-bottom-color: #fff;
}
.nav-wizard > li {
  float: left;
}
.nav-wizard > li > a {
  position: relative;
  color: #04053f;
  background-color: #FDFEFE;
}
.nav-wizard > li > a:hover,
.nav-wizard > li > a:focus {
  color: #04053f;
  background-color: #FDFEFE;
}
.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #eeeeee;
  background-color: #2F3192;
}
.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px;
}
.nav-wizard > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #f2f4f5;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.nav-wizard > li:not(:last-child) > a {
  margin-right: 6px;
}
.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #FDFEFE;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
  background-color: #15177c;
  color: #fff;
}
.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
  border-right-color: #15177c;
}
.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
  border-left-color: #15177c;
}
.nav-wizard > li.done > a {
  background-color: #15177c;
}
.nav-wizard > li.done > a:before {
  border-right-color: #15177c;
}
.nav-wizard > li.done > a:after {
  border-left-color: #15177c;
}
.nav-wizard > li.active > a {
  color: #ffffff;
  background-color: #2F3192;
}
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
  color: #ffffff;
  background-color: #2F3192;
}
.nav-wizard > li.active > a:after {
  border-left-color: #2F3192;
}
.nav-wizard > li.active > a .badge {
  color: #2F3192;
  background-color: #ffffff;
}
.nav-wizard > li.disabled > a {
  color: #777777;
}
.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: #FDFEFE;
  cursor: default;
}
.nav-wizard > li.disabled > a:before {
  border-right-color: #FDFEFE;
}
.nav-wizard > li.disabled > a:after {
  border-left-color: #FDFEFE;
}
.nav-wizard.nav-justified > li {
  float: none;
}
.nav-wizard.nav-justified > li > a {
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
  }
  .nav-wizard.nav-justified > li > a:before,
  .nav-wizard.nav-justified > li > a:after {
    border: none !important;
  }
}
.color1 {
  color: #EEF3F5;
}
.color2 {
  color: #1e20ac;
}
.color3 {
  color: #2F3192;
}
.color4 {
  color: #15177c;
}
.color5 {
  color: #04053f;
}
.color6 {
  color: #0f1175;
}
.m0 {
  margin: 0 !important;
}
.p0 {
  padding: 0 !important;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m30 {
  margin: 30px;
}
.m40 {
  margin: 40px;
}
.m50 {
  margin: 50px;
}
.m60 {
  margin: 60px;
}
.m70 {
  margin: 70px;
}
.m80 {
  margin: 80px;
}
.m90 {
  margin: 90px;
}
.m100 {
  margin: 100px;
}
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.ml70 {
  margin-left: 70px;
}
.ml80 {
  margin-left: 80px;
}
.ml90 {
  margin-left: 90px;
}
.ml100 {
  margin-left: 100px;
}
.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr70 {
  margin-right: 70px;
}
.mr80 {
  margin-right: 80px;
}
.mr90 {
  margin-right: 90px;
}
.mr100 {
  margin-right: 100px;
}
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.p50 {
  padding: 50px;
}
.p60 {
  padding: 60px;
}
.p70 {
  padding: 70px;
}
.p80 {
  padding: 80px;
}
.p90 {
  padding: 90px;
}
.p100 {
  padding: 100px;
}
.pl0 {
  padding-left: 0;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
.pl70 {
  padding-left: 70px;
}
.pl80 {
  padding-left: 80px;
}
.pl90 {
  padding-left: 90px;
}
.pl100 {
  padding-left: 100px;
}
.pr0 {
  padding-right: 0;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
.pr70 {
  padding-right: 70px;
}
.pr80 {
  padding-right: 80px;
}
.pr90 {
  padding-right: 90px;
}
.pr100 {
  padding-right: 100px;
}
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pb0 {
  padding-bottom: 0;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.creci {
  padding: 9px 10px;
  font-size: 1em;
  background: rgba(213,212,212,0.51);
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #5f5f5f;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
  margin-left: 10px;
}
.navbar-default {
  font-family: "Work+Sans", sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: solid 3px #2F3192;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(5,5,5,0.06);
  -khtml-box-shadow: 2px 2px 2px 0px rgba(5,5,5,0.06);
  -moz-box-shadow: 2px 2px 2px 0px rgba(5,5,5,0.06);
  -ms-box-shadow: 2px 2px 2px 0px rgba(5,5,5,0.06);
  box-shadow: 2px 2px 2px 0px rgba(5,5,5,0.06);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.navbar-default .navbar-nav > li {
  margin: 0;
  padding: 0;
}
.navbar-default .navbar-nav > li > a {
  margin: 0 3px;
  padding: 9px 13px;
  font-size: 14px;
  color: #15177c;
  font-weight: 700;
  letter-spacing: .01em;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
  background-color: #2F3192;
  color: #fff;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -ms-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
.navbar-default .navbar-nav > li .dropdown-menu:before {
  border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .active > a {
  background-color: #2F3192;
  color: #fff;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -ms-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:active {
  background-color: #2F3192;
  color: #fff;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -ms-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
.navbar-default .navbar-nav > .open > a {
  background-color: #2F3192;
  color: #fff;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -ms-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:active {
  background-color: #2F3192;
  color: #fff;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -ms-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret,
.navbar-default .navbar-nav > .open > a:active .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.navbar-default .navbar-nav > .open > a .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #15177c;
  border-top-color: #15177c;
  margin-left: 0;
  margin-right: -4px;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.navbar-default .navbar-nav .active > a .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.navbar-default .navbar-nav .dropdown-menu {
  background: #fff;
  padding: 0;
  padding-top: 2px;
  margin: 0;
  border: 0;
  min-width: 80px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(5,5,5,0.04);
  -khtml-box-shadow: 1px 2px 2px 0px rgba(5,5,5,0.04);
  -moz-box-shadow: 1px 2px 2px 0px rgba(5,5,5,0.04);
  -ms-box-shadow: 1px 2px 2px 0px rgba(5,5,5,0.04);
  box-shadow: 1px 2px 2px 0px rgba(5,5,5,0.04);
}
.navbar-default .navbar-nav .dropdown-menu > li {
  border: 0;
  padding: 0;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
  display: inline-block;
  padding: 0 22px;
  margin: 0;
  color: #15177c;
  font-size: 13px;
  white-space: nowrap;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-left: solid 1px rgba(0,0,0,0.025);
  border-right: solid 1px rgba(0,0,0,0.025);
  border-bottom: solid 1px rgba(0,0,0,0.05);
  background: rgba(0,0,0,0.015);
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus {
  background: #2F3192;
  color: #fff;
  border-left: solid 1px rgba(0,0,0,0.025);
  border-right: solid 1px rgba(0,0,0,0.025);
  border-bottom: solid 1px rgba(0,0,0,0.05);
}
.navbar-default .navbar-nav .dropdown-menu > li:first-child > a {
  border-top: solid 1px rgba(0,0,0,0.05);
}
.navbar-default .navbar-nav .dropdown-menu > li:last-child > a {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-bottom: solid 1px rgba(0,0,0,0.025);
}
.navbar-default.tiny .navbar-nav > li > a {
  padding: 8px 13px;
}
.navbar-default.tiny .navbar-nav li > .dropdown-menu {
  margin-top: -4px;
}
.navbar-default .navbar-toggle {
  background-color: #2F3192;
  border: none;
  color: #fff;
  margin-top: 20px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #2F3192;
  border: none;
  color: #fff;
  margin-top: 20px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #f9f9f9;
}
.navbar-brand {
  color: #04053f;
  margin: 0;
  padding: 0;
  height: 75px;
  line-height: 75px;
  font-size: 28px;
  font-weight: 700;
}
.navbar-brand img {
  display: inline;
  width: 184px;
}
.intro-slider {
  text-align: center;
  height: 600px;
  overflow: hidden;
  padding-top: 100px;
  margin-top: 85px;
}
.flexslider {
  margin: 0;
  border: 0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.bg-slider-wrapper {
  content: '';
  position: absolute;
  width: 100%;
  top: 85px;
  left: 0;
  height: 600px;
}
.bg-slider-wrapper .flexslider {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-background-size: padding-box;
  -moz-background-size: padding-box;
  -o-background-size: padding-box;
  background-size: padding-box;
  max-height: 600px;
  overflow: hidden;
}
.bg-slider-wrapper .flexslider .slide {
  margin: 0;
  display: block;
  height: 600px;
}
.slide:before {
  background: rgba(34,34,34,0.6);
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 600px;
  z-index: 5;
}
.bg-slider-wrapper .flexslider .slide.slide-2:before {
  background: rgba(34,34,34,0.5);
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 600px;
  z-index: 5;
}
.bg-slider-wrapper .flexslider .slide.slide-3 {
  background: #222 url("../img/slider/slider3.jpg") no-repeat 70% top;
  background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-3:before {
  background: rgba(34,34,34,0.5);
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 600px;
  z-index: 5;
}
.bg-slider-wrapper .flexslider .flex-control-nav {
  z-index: 20;
  bottom: 45px;
  position: relative;
  margin-bottom: 0;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a {
  background: rgba(255,255,255,0.4);
}
.bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
  background: rgba(255,255,255,0.7);
}
.push-text-slide {
  height: 180px;
}
.bg-img-fixed {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 600px;
  background: url("../img/bg-fixed.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.bg-img-fixed-content {
  background-color: #222;
  margin: 85px 0 0;
  padding-top: 160px;
  position: relative;
  text-align: center;
  -webkit-background-size: padding-box;
  -moz-background-size: padding-box;
  -o-background-size: padding-box;
  background-size: padding-box;
  height: 600px;
  overflow: hidden;
}
#home_search .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}
#home_search .nav-pills > li.active > a {
  border-radius: 4px 4px 0 0;
  background-color: #2F3192;
}
#home_search .tab-content {
  color: white;
  background-color: #2F3192;
  padding: 15px;
}
#home_search #slideToogle {
  display: none;
}
.slider-styled,
.slider-styled .noUi-handle {
  box-shadow: none;
}
.slider-styled .noUi-handle::before,
.slider-styled .noUi-handle::after {
  display: none;
}
.slider-styled .noUi-handle .noUi-touch-area {
  border: 1px solid transparent;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  width: auto;
  height: auto;
}
.slider-styled .noUi-handle:hover .noUi-touch-area {
  border: none;
}
#slider_fva,
#slider_fvv {
  height: 10px;
}
#slider_fva .noUi-connect,
#slider_fvv .noUi-connect {
  background: #fcab15;
}
#slider_fva .noUi-handle,
#slider_fvv .noUi-handle {
  height: 20px;
  width: 20px;
  top: -5px;
  right: -9px;
  border-radius: 9px;
  border: none;
  background-color: #8B8EE0;
  cursor: pointer;
  box-shadow: none;
}
#slider_fva .noUi-handle::after,
#slider_fva .noUi-handle::before,
#slider_fvv .noUi-handle::after,
#slider_fvv .noUi-handle::before {
  display: none;
}
.slider_value_show {
  color: #fcab15;
}
#slider_fva_value_box,
#slider_fvv_value_box {
  padding-top: 0px;
  padding-bottom: 0px;
}
#slider_fva_box,
#slider_fvv_box {
  margin-bottom: 15px;
}
.home-promo {
  font-family: "Work+Sans", sans-serif;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 10;
  width: auto;
  margin: 0 auto;
}
.home-promo .titlepro {
  font-size: 30px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  margin-bottom: 40px;
  background: transparent;
  font-weight: 700;
}
.home-promo .titlepro .textref {
  color: #ffc894;
  font-size: 25px;
}
.home-promo .titlepro .text {
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 800;
  color: #EEF3F5;
  display: block;
}
.home-promo .titlepro .text strong {
  color: #ffc894;
}
.home-promo .titlepro .icons {
  font-size: 20px;
}
.bg-slider > ul {
  margin: 0;
  padding: 0;
}
.flex-direction-nav a:before {
  font-size: 42px;
  font-family: "FontAwesome";
  content: '\f104';
  color: rgba(255,255,255,0.8);
  text-shadow: none;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
  margin-right: 15px;
}
.intro-text {
  letter-spacing: .01em;
  color: #04053f;
}
.home-icons {
  padding: 18px 18px 22px;
  margin-top: -20px;
  text-align: center;
  overflow: hidden;
}
.home-icons .fa,
.home-icons .glyphicon {
  background-color: rgba(69,90,100,0.08);
  color: #15177c;
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  text-align: center;
  margin: 20px 0 10px;
  text-decoration: none;
  -webkit-border-radius: 70px;
  -khtml-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  border-radius: 70px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.home-icons .fa:hover,
.home-icons .glyphicon:hover {
  background-color: #15177c;
  color: #fff;
  animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
  transform: translate3d(0,-5px,0);
}
.home-icons h4 {
  color: #04053f;
  font-size: 20px;
  font-weight: bold;
}
.home-icons h5 {
  font-size: 13px;
  font-family: "Work+Sans", sans-serif;
  line-height: 22px;
  font-weight: normal;
  margin-top: -5px;
  padding-top: 0;
  color: #777;
}
.gallery img {
  width: 70px;
  height: 50px;
  margin-right: 4px;
  margin-bottom: 10px;
  opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  filter: grayscale(80%);
}
.gallery img:hover {
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
a.gallery:hover {
  text-decoration: none !important;
}
#clients > div > div > div > a {
  display: inline-block;
  padding: 5px;
}
#clients > div > div > div > a > img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#clients > div > div > div > a > img:hover,
#clients > div > div > div > a > img:focus {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}
#aboutCarousel .slick-list .slick-slide {
  padding: 0;
}
@media (max-width: 767px) {
  #navAboutCarousel {
    margin-top: -20px;
  }
}
.slick-loading .slick-list {
  background: #fff url("../img/loading.gif") center center no-repeat;
}
.slick-list .slick-slide {
  padding: 0 2px;
}
.slick-list .slick-slide img {
  width: 100%;
}
#clients .slick-list {
  width: 92%;
  left: 4%;
}
#news {
  margin-left: -15px;
  margin-right: -15px;
}
#news .slick-slide {
  padding: 0 15px;
}
@media (max-width: 800px) {
  #clients .slick-list {
    width: 90%;
    left: 5%;
  }
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px \9;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "fontawesome";
  font-size: 30px;
  line-height: 1;
  color: #15177c;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}
.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 90%;
  left: 5%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "fontawesome";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.2;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #2F3192;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.cinfo {
  padding-right: 10px;
  padding-top: 0;
}
.cinfo p {
  margin-bottom: 0;
}
.cinfo address {
  padding-top: 2px;
}
.cinfo address i {
  width: 25px;
  min-width: 25px;
  text-align: center;
  color: #fff;
  margin: 4px 8px 8px 0;
  background-color: #15177c;
  padding: 5px 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.cinfo address p {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 7px;
}
#map-canvas {
  width: 100%;
  height: 250px;
  bottom: 0;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#mapcontent {
  padding: 0;
}
.btn > i.le,
a > i.le {
  margin-right: 4px;
}
.btn > i.ra,
a > i.ra {
  margin-left: 4px;
}
.btn,
.submit {
  font-family: "Work+Sans", sans-serif, "FontAwesome";
  letter-spacing: 0.02em;
  font-weight: bold;
  border: 0;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover,
.btn:focus,
.submit:hover,
.submit:focus {
  -webkit-box-shadow: 1px 2px 2px 0px rgba(5,5,5,0.04);
  -khtml-box-shadow: 1px 2px 2px 0px rgba(5,5,5,0.04);
  -moz-box-shadow: 1px 2px 2px 0px rgba(5,5,5,0.04);
  -ms-box-shadow: 1px 2px 2px 0px rgba(5,5,5,0.04);
  box-shadow: 1px 2px 2px 0px rgba(5,5,5,0.04);
}
.btn-primary-corp,
.submit {
  background-color: #2F3192;
  color: #fff !important;
}
.btn-primary-corp:hover,
.btn-primary-corp:focus,
.btn-primary-corp:active,
.submit:hover,
.submit:focus,
.submit:active {
  background-color: #1e20ac;
  color: #fff;
}
.btn-alternative-corp {
  background-color: #15177c;
  color: #fff !important;
}
.btn-alternative-corp:hover,
.btn-alternative-corp:focus,
.btn-alternative-corp:active {
  background-color: #1e20ac;
  color: #fff;
}
.btn-primary-big {
  background-color: #2F3192;
  color: #fff !important;
  padding: 0 25px;
  height: 48px;
  line-height: 48px;
}
.btn-primary-big:hover,
.btn-primary-big:focus,
.btn-primary-big:active {
  background-color: #1e20ac;
  color: #fff;
}
.btn-primary-medical {
  background-color: #2F3192;
  color: #fff !important;
  font-size: 15px;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
}
.btn-primary-medical:hover,
.btn-primary-medical:focus,
.btn-primary-medical:active {
  background-color: #1e20ac;
  color: #fff;
}
.btn-transparent {
  border: solid 2px #fff;
  background: rgba(0,0,0,0.05);
  color: #fff !important;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  border-color: #2F3192;
  background: #2F3192;
  color: #fff;
}
.btn-transparent i {
  margin-right: 5px;
}
.btn-transparent-sm {
  border: solid 1px #fff;
  background: rgba(0,0,0,0.05);
  color: #fff !important;
  font-size: 13px;
  letter-spacing: 0.01em;
  padding: 0 13px;
  height: 30px;
  line-height: 28px;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
}
.btn-transparent-sm:hover,
.btn-transparent-sm:focus,
.btn-transparent-sm:active {
  border: solid 1px #fff;
  background: rgba(0,0,0,0.07);
  color: #fff;
}
.btn-transparent-sm i {
  margin-right: 2px;
}
input:focus,
textarea:focus,
select:focus,
button:focus,
.btn:focus {
  outline: none;
}
.form-control,
.selectcorp,
textarea {
  font-family: "Work+Sans", sans-serif, "FontAwesome";
  width: 100%;
  height: auto;
  min-height: 40px;
  padding: 8px 10px;
  border: solid 1px rgba(0,0,0,0.11);
  background-color: #f9f9f9;
  color: #777;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.form-control:focus,
.selectcorp:focus,
textarea:focus {
  border-color: #bdc3c7;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.form-control:-ms-input-placeholder,
.selectcorp:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.form-control::-ms-input-placeholder,
.selectcorp::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.form-control::-moz-placeholder,
.selectcorp::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.form-control::-webkit-input-placeholder,
.selectcorp::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.selectcorp {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
  font-family: "Work+Sans", sans-serif;
}
.selectcorp .caret {
  color: #777;
}
.selectcorp:hover,
.selectcorp:focus {
  color: #676767;
}
.selectcorp:hover .caret,
.selectcorp:focus .caret {
  color: rgba(75,78,80,0.7);
}
.newsletter .form-control,
.search-form .form-control {
  border: 0;
  margin: 5px 0;
  border: solid 1px #f9f9f9;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px 0 0 3px !important;
  -khtml-border-radius: 3px 0 0 3px !important;
  -moz-border-radius: 3px 0 0 3px !important;
  -ms-border-radius: 3px 0 0 3px !important;
  border-radius: 3px 0 0 3px !important;
}
.newsletter .input-group-btn button,
.search-form .input-group-btn button {
  background-color: #2F3192;
  border-color: #2F3192;
  color: #fff;
  margin-left: -1px;
  font-size: 18px;
  padding: 0 16px;
  -webkit-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.newsletter .input-group-btn button:hover,
.newsletter .input-group-btn button:focus,
.search-form .input-group-btn button:hover,
.search-form .input-group-btn button:focus {
  background-color: #1e20ac;
  border-color: #1e20ac;
  color: #fff;
}
.search-form > .form-control {
  border: solid 1px rgba(0,0,0,0.15);
}
.search-form > .input-group-btn button {
  background-color: #15177c;
  border-color: #15177c;
}
.search-form > .input-group-btn button:hover,
.search-form > .input-group-btn button:focus {
  background-color: #1e20ac;
  border-color: #1e20ac;
}
.newsletter-desc {
  padding-top: 15px;
  font-size: 12px;
}
.bootstrap-select > .open {
  padding-top: 10px;
  border: solid 1px #bdc3c7;
  background-color: #f9f9f9;
  margin-top: -11px;
  border-top: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.bootstrap-select > .dropdown-menu {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.08);
  -khtml-box-shadow: 0 2px 0 0 rgba(0,0,0,0.08);
  -moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.08);
  -ms-box-shadow: 0 2px 0 0 rgba(0,0,0,0.08);
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.08);
  min-height: 110px;
}
.bootstrap-select > .dropdown-menu li {
  height: 28px;
  line-height: 28px;
}
.bootstrap-select > .dropdown-menu li a {
  height: 28px;
  line-height: 28px;
}
.bootstrap-select > .dropdown-menu li.selected a {
  background-color: #e5e5e5;
}
.bootstrap-select.btn-group .dropdown-menu {
  overflow-y: scroll;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  background: transparent;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu.inner > li > a:hover {
  background-color: #f1f1f1;
  color: #333;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  color: #777;
  font-weight: 400;
}
.bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar {
  width: 8px;
}
.bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar-track {
  background-color: #d5d5d5;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #d5d5d5;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle {
  border-color: #bdc3c7;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.inner-addon {
  position: relative;
}
.inner-addon i {
  position: absolute;
  top: 12px;
  padding: 0 12px;
  pointer-events: none;
  color: #858585;
}
.left-addon i {
  left: 0px;
}
.left-addon input,
.left-addon textarea,
.left-addon select {
  padding-left: 32px;
}
.right-addon i {
  right: 0px;
}
.right-addon input,
.right-addon textarea,
.right-addon select {
  padding-right: 32px;
}
#alertform {
  padding: 20px 5px;
  background: none;
  border: none;
  text-align: right;
  margin-top: -20px;
  font-size: 13px;
  display: none;
}
.text-danger {
  color: #D6433B;
}
.text-warning {
  color: #EE8707;
}
.text-success {
  color: #2EA566;
}
.text-info {
  color: #1CA5D2;
}
.alert-info {
  background-color: #d9f2fa;
  border-color: #80d3ee;
  color: #1CA5D2;
}
.alert-success {
  background-color: #d5f3e3;
  border-color: #79daa6;
  color: #2EA566;
}
.alert-warning {
  background-color: #fef1e1;
  border-color: #fbc179;
  color: #EE8707;
}
.alert-danger {
  background-color: #f9e5e4;
  border-color: #eca8a4;
  color: #D6433B;
}
.has-error .form-control {
  border-color: #eca8a4;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #e3807a;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.msgcontact {
  padding: 10px 0;
  margin-bottom: 15px;
  margin-top: -10px;
}
.footer_logo img {
  width: 100%;
}
.footer_navlinks> ul > li > a {
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin: 7px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #2F3192;
  border: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  min-width: 90px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -ms-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
.footer_navlinks > ul > li > a:hover {
  text-decoration: none;
  background: #EEF3F5;
  color: #2F3192;
}
.footer-top {
  padding: 45px 0 40px;
  background-color: #04053f;
  margin: 0;
  color: #EEF3F5;
}
.footer-top a {
  color: #fff;
  font-weight: 600;
}
.footer-top a:hover {
  text-decoration: underline;
}
.footer-top .footer-widget h3 {
  line-height: 20px;
  color: #eee;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-bottom: 12px;
}
.footer-top .footer-widget p {
  font-size: 13px;
  font-weight: 300;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  line-height: 20px;
}
.footer-top .footer-widget ul li {
  font-size: 13px;
  font-weight: 300;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  line-height: 20px;
  margin-bottom: 10px;
}
.footer-top .footer-widget ul li i {
  margin-right: 4px;
}
.footer-bottom {
  width: 100%;
  background-color: #0f1175;
  color: #fff;
  margin: 0;
  padding: 0 0 18px 0;
  font-size: 14px;
  font-weight: 400;
  border-top: solid 5px #04053f;
}
.footer-bottom a {
  color: #fff;
  font-weight: 600;
  color: #EEF3F5;
  display: inline-block;
}
.footer-bottom a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-bottom a:visited {
  color: #EEF3F5;
  display: inline-block;
}
.social li {
  padding: 0 2px;
}
.social li .fa {
  margin-top: 35px;
  display: inline-block;
  color: rgba(238,243,245,0.9);
  background-color: rgba(0,0,0,0.07);
  width: 48px;
  height: 48px;
  line-height: 48px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social li .fa:hover,
.social li .fa:focus {
  background-color: #04053f;
  text-decoration: none;
  color: #EEF3F5;
}
.credits {
  text-align: right;
  font-size: 13px;
  padding-top: 30px;
  color: rgba(238,243,245,0.9);
}
.credits p {
  margin-bottom: 0;
  font-size: 13px;
}
.credits p.small {
  font-size: 12px;
  margin-top: 5px;
}
.scrollToTop {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  color: #fff !important;
  font-size: 20px;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 99;
  display: none;
  background: #13145e;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.scrollToTop:hover {
  background: #15177c;
  text-decoration: none;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
@media (min-width: 1025px) {
  .row-lg {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .row-lg .col-lg-7 {
    padding-left: 10px !important;
    padding-right: 10px;
  }
  .row-lg .col-lg-5 {
    padding-left: 0px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 801px) {
  .avatar img {
    float: left;
  }
  .navbar-default.tiny {
    height: 75px;
    line-height: 75px;
  }
  .navbar-default {
    height: 75px;
    line-height: 75px;
  }
  .navbar-default.tiny .navbar-brand {
    height: 75px;
    line-height: 75px;
  }
  .navbar-default.tiny .navbar-nav > li {
    height: 75px;
    line-height: 75px;
  }
  .navbar-default .navbar-nav > li {
    height: 75px;
    line-height: 75px;
  }
  .dropdown-menu > li {
    height: 40px;
    line-height: 40px;
  }
  .navbar-default .navbar-nav > li > a {
    display: inline-block;
  }
  .navbar-default ul.nav li.dropdown > ul.dropdown-menu {
    visibility: hidden;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .navbar-default ul.nav li.dropdown:hover > ul.dropdown-menu {
    visibility: visible;
    display: block;
    filter: none;
    opacity: 1;
  }
}
@media (max-width: 1170px) {
  .navbar-default .navbar-nav > li > a {
    margin: 15px 2px 2px;
    padding: 9px 10px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .navbar-default.tiny .navbar-nav > li > a {
    padding: 7px 10px;
  }
}
@media (max-width: 1050px) {
  .container {
    width: 95%;
  }
  .bg-img-fixed {
    background-size: auto 600px;
    height: 600px;
  }
  .bg-img-fixed-content {
    height: 600px;
  }
  #team .item-img-wrap {
    max-width: 400px;
  }
  #team figure {
    margin: 0 auto;
  }
  .img-center {
    margin: 15px auto 25px;
  }
  .sidebar-right > .widget {
    width: 100%;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 9px 7px;
  }
  .navbar-default.tiny .navbar-nav > li > a {
    padding: 7px;
  }
}
@media (min-width: 841px) and (max-width: 979px) {
  .footer_navlinks {
    display: none;
  }
  .navbar-brand img {
    width: 160px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 9px 5px;
  }
  .navbar-default.tiny .navbar-nav > li > a {
    padding: 7px 5px;
  }
  .navbar-default {
    min-width: 880px;
  }
}
@media (max-width: 840px) {
  .home-promo .titlepro .text {
    font-size: 30px;
  }
  .home-promo .titlepro .textref {
    font-size: 20px;
  }
  .home-promo .titlepro .icons {
    font-size: 18px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  .footer_navlinks {
    display: none;
  }
  .table-container {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 15px;
  }
  .bg-slider-wrapper {
    top: 75px;
  }
  .bg-img-fixed-content {
    top: -6px;
  }
  .container {
    width: 98%;
  }
  .navbar-header {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-toggle {
    display: block;
    margin-right: -15px;
  }
  .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -khtml-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
    padding-right: 15px;
    max-height: auto;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .navbar-collapse.collapsing {
    padding-right: 15px;
  }
  .navbar-nav.navbar-right {
    float: none !important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-brand img {
    margin-top: -5px;
    max-width: 180px;
  }
  .navbar-default .navbar-nav > li > a {
    margin: 0;
    font-size: 17px;
    border-bottom: solid 1px #EEE;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:active {
    background: inherit;
    color: #15177c;
    outline: none;
  }
  .navbar-default .navbar-nav .dropdown-menu {
    padding: 0;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    border: 0;
    border-top: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    border: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li {
    border: 0;
    border-bottom: solid 1px #EEE;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background: transparent;
    color: #15177c;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0;
    font-size: 17px;
    line-height: 30px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
    background: #F9F9F9;
    color: #15177c;
    outline: none;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  li.dropdown:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1) .navbar-default .navbar-toggle {
    margin-right: 1px;
  }
  .nav .open > a {
    border: 0;
  }
  .nav .open > a:focus,
  .nav .open > a:hover {
    border: 0;
  }
}
@media (max-width: 768px) {
  #home_search {
    left: 0;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 10%;
    padding-right: 10%;
    top: -305px;
    background-color: #fff;
    z-index: 1000;
    position: fixed;
    border-bottom: 2px solid #2F3192;
  }
  #home_search #slideToogle {
    display: block;
    width: 100px;
    height: 30px;
    left: 245px;
    line-height: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff !important;
    padding: 10px;
    position: absolute;
    margin-top: 8px;
    text-decoration: none;
    background: #2F3192;
    float: right;
    -webkit-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer_navlinks {
    display: none;
  }
  .intro-slider,
  .bg-slider-wrapper,
  .bg-slider-wrapper .flexslider .slide {
    height: 540px;
  }
  .intro-slider,
  .push-text-slide {
    padding-top: 125px;
  }
  .space {
    display: block;
  }
  .home-icons {
    padding-top: 15px;
  }
  .blognews {
    padding-top: 15px;
    overflow: hidden;
  }
  .reply {
    padding-left: 3em;
  }
  .ico-services {
    margin-left: -10px;
  }
  .servdesc {
    margin-right: -15px;
  }
  li.filter {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .item-img-wrap img {
    max-width: 680px;
  }
  .social {
    height: auto;
    text-align: center;
  }
  .credits {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .avatar {
    display: block;
  }
  .avatar img {
    margin: 15px auto;
  }
  .vnbx-label {
    font-size: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }
  .navbar-collapse,
  .navbar-collapse.collapse.in,
  .navbar-collapse.collapsing {
    margin-right: 0;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-nav {
    margin-top: 0;
  }
}
@media (max-width: 650px) {
  .ico-services {
    margin-left: -20px;
  }
  .servdesc {
    margin-right: -30px;
  }
  .item-img-wrap img {
    max-width: 560px;
  }
}
@media (max-width: 481px) {
  .title-r {
    text-align: left;
  }
  .title-r h2,
  .title-r h3,
  .title h2,
  .title h3 {
    font-size: 28px;
    line-height: 1.3;
    padding-left: 0;
  }
  .title-r h2:after,
  .title-r h3:after,
  .title h2:after,
  .title h3:after {
    display: none;
  }
}
@media (max-width: 480px) {
  .xs-50 {
    width: inherit;
    padding-right: inherit;
    padding-left: inherit;
    float: inherit;
  }
  .intro-slider,
  .bg-img-fixed-content {
    padding-top: 130px;
  }
  .push-text-slide {
    height: 130px;
  }
  .flex-direction-nav,
  .flex-direction-nav a:before {
    display: none;
  }
  .flex-direction-nav,
  .flex-direction-nav a.flex-next:before {
    display: none;
  }
  .home-promo .titlepro .middle {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  p {
    margin-bottom: 14px;
    line-height: 20px;
  }
  .social .fa {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .item-img-wrap img {
    max-width: 400px;
  }
  .ico-services {
    margin-left: -10px;
  }
  .nav-tabs > li {
    display: block;
    width: 100%;
  }
  .nav-tabs > li a {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .nav-tabs > li:first-child a {
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  #grid .mix {
    padding: 6px 0;
    width: 99%;
  }
  body {
    font-size: 15px;
  }
  .footer-top .footer-widget p,
  .footer-top .footer-widget ul li,
  .home-icons h5 {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .intro-slider {
    margin-top: 80px;
  }
  .bg-slider-wrapper {
    top: 80px;
  }
  .bg-img-fixed-content {
    margin: 80px 0 0 0;
  }
  .intro-slider,
  .bg-slider-wrapper,
  .bg-img-fixed-content,
  .bg-slider-wrapper .flexslider .slide,
  .bg-img-fixed,
  .bg-slider-wrapper .flexslider .slide.slide-1:before,
  .bg-slider-wrapper .flexslider .slide.slide-2:before,
  .bg-slider-wrapper .flexslider .slide.slide-3:before {
    height: 580px;
  }
  .bg-img-fixed {
    background-size: auto 580px;
    height: 580px;
  }
  .item-img-wrap img {
    max-width: 100%;
  }
}
@media (max-width: 320px) {
  .intro-slider,
  .bg-slider-wrapper,
  .bg-img-fixed-content,
  .bg-slider-wrapper .flexslider .slide,
  .bg-img-fixed,
  .bg-slider-wrapper .flexslider .slide.slide-1:before,
  .bg-slider-wrapper .flexslider .slide.slide-2:before,
  .bg-slider-wrapper .flexslider .slide.slide-3:before {
    height: 500px;
  }
  .bg-img-fixed {
    background-size: auto 500px;
    height: 500px;
  }
  .intro-slider,
  .bg-img-fixed-content {
    padding-top: 75px;
  }
  .bg-slider-wrapper {
    top: 75px;
  }
  .home-promo .titlepro .upper {
    font-size: 26px;
  }
  .home-promo .titlepro .middle {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 38px;
  }
  .navbar-brand img {
    width: 160px;
  }
  .bg-slider-wrapper {
    top: 75px;
  }
  .owl-theme .owl-controls .owl-page span {
    width: 9px;
    height: 9px;
    margin: 5px;
  }
  .social .fa {
    margin-top: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
  .post_content {
    text-align: left;
  }
}
@media (max-width: 240px) {
  .navbar-brand img {
    width: 140px;
  }
  .item-img-wrap img {
    max-width: 200px;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .xs-50 {
    width: 50% !important;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),only screen and (min--moz-device-pixel-ratio: 1.25),only screen and (min-device-pixel-ratio: 1.25),only screen and (min-resolution: 200dpi),only screen and (min-resolution: 1.25dppx) {
  html {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
