/* General styles */

@font-face{font-family:lg;src:url(../webfonts/lg.eot?n1z373);src:url(../webfonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(../webfonts/lg.woff?n1z373) format("woff"),url(../webfonts/lg.ttf?n1z373) format("truetype"),url(../webfonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}

body {
  font-family: 'Istok Web', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  backface-visibility: hidden;
  background-color: #F1F3F4;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Istok Web", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  text-rendering: geometricPrecision;
}

.row.collapsed {
  margin-left: -4px;
  margin-right: -4px;
}
[class^='col-'].collapsed {
  padding-left: 4px;
  padding-right: 4px;
}
a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
a:hover, a:focus {
  text-decoration: none;
}



/* Logo bar */

.branding {
  padding: 35px 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.logo {
  position: relative;
  color: #fff;
}
.logo > * {
  display: inline-block;
  vertical-align: middle;
}
.logo p {
  margin: 0;
  line-height: 1.2em;
  font-size: 16px;
}
.logo .orgname {
  padding-left: 10px;
}


/* Header - Top Menu */

.header {
  position: relative;
  z-index: 5;
}
.navbar-default {
  background-color:#3F7CBA;
  border:0px;
  margin-bottom:0px;
  min-height: inherit;
  width: 100%;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.navbar-default .navbar-nav>li>a {
  font-size:14px;
  padding: 17px 8px;
  color: #fff;
  font-weight: 700;
  opacity: 1;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  background-color: rgba(0,0,0,.1);
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin: 0;
  margin-top: -2px;
  background-color: #3970A8;
  border: none;
}

.navbar-nav .dropdown-menu>li>a {
  padding: 11px 20px;
  font-size: 15px;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.1);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
}
.navbar-nav .dropdown-menu>li:first-child>a {
  border-top: none;
}

.navbar-nav .dropdown-menu>li>a:hover {
  color: #fff;
  background-color: #3F7CBA;
}

.navbar-nav > li > .dropdown-menu.hasicons [class^="icon-"] {
  font-size: 140%;
  position: absolute;
  left: 20px;
}

.navbar-default .navbar-toggle {
  float: none;
  text-align: center;
  margin: 0;
  background-color:transparent;
  padding: 6px 10px;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus {
  background-color:transparent;
  border:0px;
  border-radius: 0;
  padding: 3px 10px;
}
.navbar-default .navbar-toggle .title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.navbar-default .navbar-toggle:hover {
  background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color:#fff;
  margin: 4px auto;
  height: 4px;
  width: 30px;
}
.navbar-default .navbar-collapse {
  border:0px;
}
.navbar-collapse .navbar-nav>li>a.btn-default {
  padding:6px 16px;
  border-width: 1px;
  margin-top: 17px;
  font-size: 12px;
  margin-left: 5px;
}
.navbar-collapse .navbar-nav>li>a.btn-default:hover {
  background-color: #fff;
  color: #53A4A4;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: rgba(255,255,255,.75);
  padding: 10px 14px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
  padding-top: 18px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 12px;
  line-height: 1em;
  padding: 0;
  padding-top: 3px;
  padding-left: 12px;
  color: #fff;
}
.navbar-default .navbar-brand {
  display: none;
}

.navbar-default .navbar-brand img {
  max-height: 55px;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.navbar-default .navbar-brand .orgname {
  display: inline-block;
  vertical-align: top;
  padding-top: 12px;
  padding-left: 6px;
}
.navbar-default .navbar-brand p {
  line-height: 1em;
}
.navbar-default .navbar-nav>li>a.btn-login {
  color: #fff;
  background-color: #434A54;
  padding: 8px 20px;
  font-size: 14px;
  margin-top: 15px;
}
.navbar-default .navbar-nav>li>a.btn-login:hover {
  color: #fff;
  background-color: #46CAAA;
}
.navbar-right [class^="icon-"] {
  font-size: 18px;
  line-height: .8em;
}
.navbar-default .navbar-right>li>a {
  padding-left: 10px;
  padding-right: 10px;
}

/* Searchbar */
.searchbar {
  background-color:rgba(63,124,186,0.85);
  position: absolute;
  width: 100%;
  padding: 8px 0;
  display: none;
}
.form-search {
  position: relative;
  padding-right: 100px;
}
.form-control {
  font-size: 17px;
}
.form-search a {
  display: inline-block;
  width: 40px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  padding: 0;
}
.form-search a:hover, .form-search a:focus {
  color: #fff;
}
.btn-search {
  background-color: #0A3783;
  width: 60px;
}
.btn-search:hover {
  background-color: #0C419A;
}
.navbar-nav .form-search {
  display: none;
}
.navbar-nav .form-search .btn-closesearch {
  display: none;
}
.navbar-nav .form-search .form-control {
  height: 41px;
}
.navbar-nav .form-search {
  padding-right: 40px;
}

.searchbtns {
  position: absolute;
  right: 0;
  top: 0;
}



/* Pagination */

.pagination {
  display: block;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,.08);
  padding-bottom: 12px;
}
.pagination li,
.article .pagination li {
  display: inline-block;
  padding-left: 0;
}
.pagination .pag-prev {
  float: left;
  position: relative;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination .pag-next {
  float: right;
}
.pagination .pag-nav a {
  color: #3F7BB9;
  font-size: 13px;
  padding: 6px;
  border-radius: 0;
}
.pagination .pag-nav a:hover {
  background-color: transparent;
  color: #0099CC;
  opacity: .7;
}
.pagination li a {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #777;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  padding: 6px 8px;
}
.pagination li a:hover {
  background-color: #f5f5f5;
  color: #444;
}
.pagination .active a, .pagination .active a:hover {
  background-color: #eee;
  color: #3F7BB9;
}


/* Misc */
.alert {
  line-height: 1.3em;
  position: relative;
}
.alert-info {
  padding-left: 45px;
}
.alert-info:before {
  content: "\e61c";
  font-family: "icomoon";
  position: absolute;
  left: 15px;
  top: 15px;
  color: #8ECBE8;
  font-size: 18px;
}
.alert-danger {
  padding-left: 45px;
}
.alert-danger:before {
  content: "\e61b";
  font-family: "icomoon";
  position: absolute;
  left: 15px;
  top: 15px;
  color: #a94442;
  font-size: 18px;
}


/* Bredacrumbs navigation */

.subnav {
  padding: 25px 0;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb ol {
  margin: 0;
}
.breadcrumb li {
  font-weight: 500;
  color: #C7C7C7;
}
.breadcrumb>.active {
  color: #C7C7C7;
}
.breadcrumb>li>a {
  color: #667A84;
}
.breadcrumb>li>a:hover {
  text-decoration: underline;
}
.breadcrumb>li+li:before {
  content: ">";
  font-size: 11px;
}


/* Buttons */

.btn {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  font-weight: 700;
  padding: 14px 18px;
  line-height: 1em;
  border-radius: 2px;
}
.btn:focus {
  text-decoration: none;
}
.btn .icon-arrow {
  margin-left: 5px;
  position: relative;
  top: 1px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}


.btn-primary {
  background-color: #3F7CBA;
  border: none;
}
.btn-primary:hover {
  background-color: #418FBE;

}
.btn-default {
  background-color: transparent;
  border: 2px solid #0C9ECE;
  color: #0C9ECE;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.btn-default:hover {
  background-color: #0C9ECE;
  color: #fff;
  border: 2px solid #0C9ECE;
}
.btn-grey {
  background-color: #9CABB2;
  color: #fff;
  text-align: left;
}
.btn-grey:hover {
  background-color: #3F7CBA;
  color: #fff;
}
.witharrow {
  position: relative;
  padding-right: 60px;
  text-align: left;
}
.witharrow .icon-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.witharrow:after {
  content: "";
  display:inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 35px;
  top: 0;
  background-color:rgba(255,255,255,0.25);
}

.btn-text {
  font-weight: 700;
  font-size: 13px;
}
.btn-text .icon-arrow {
  margin-left: 5px;
  display: inline-block;
  position: relative;
  top: 1px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.btn-text .sec {
  display: none;
}
.btn-text.open .sec {
  display: inline;
}
.btn-text.open .prim {
  display: none;
}

.btn-large {
  font-size: 20px;
  padding: 14px 18px;
}

.btn-outline {
  border: 1px solid #3F7CBA;
  color: #3F7CBA;
  font-size: 13px;
}

.btn-simple {
  font-size: 13px;
  color: #9CABB2;
}
.btn-simple:hover {
  color: #3F7CBA
}

.box > .foot .btn-simple {
  float: right;
  padding:18px 2px;
}


/* Promo section */

.promo-banner {
  margin: 38px 0;
  background-color: #0A3783;
  color: #fff;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.promo-banner:hover {
  background-color: #0C419A;
}
.promo-banner a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 12px 60px;
}
.promo-banner p {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}
.promo-banner .btn-outline {
  position: absolute;
  right: 30px;
  top: 50%;
  color: #fff;
  border-color: rgba(255,255,255,.35);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promo-banner .btn-outline:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3F7CBA;
}
.promo-banner a > * {
  display: inline-block;
  vertical-align: middle;
}
.promo-banner .picto {
  margin: -20px 0;
  margin-right: 12px;
}

.ads {
  margin: 0 -12px;
}
.ads a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-right: -4px;
  padding: 12px;
}
.ads a img {
  max-width: 100%;
  height: auto;
}

.side .ads {
  margin: 0;
}
.side .ads a {
  width: 100%;
  padding: 5px 0;
}

/* Content block styles */

.box {
  background-color: #fff;
  border-top: 4px solid #3F7CBA;
  margin-bottom: 25px;
  -moz-box-shadow:1px 1px 3px rgba(0,0,0,0.08);
  -webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.08);
  box-shadow:1px 1px 3px rgba(0,0,0,0.08);
}
.box > .head {
  padding: 25px 30px;
  border-bottom: 1px solid #F1F3F4;
  position: relative;
}
.box > .head .title {
  font-weight: 700;
  margin: 0;
  line-height: 1.2em;
  color: #3F7AB8;
  font-size: 15px;
}
.box > .head .btn-simple {
  position: absolute;
  right: 30px;
  font-size: 12px;
  padding: 8px 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid rgba(0,0,0,.1);
}
.box > .body {
  padding: 25px 30px;
}
.box > .body.nopadding {
  padding: 0;
}
.box > .foot {
  border-top: 1px solid #F1F3F4;
  padding: 0 30px;
  overflow: hidden;
  background-color:rgba(241,243,244,0.25);
}


.top-news .imgbox {
  position: relative;
}
.top-news .imgbox img {
  width: 100%;
  height: auto;
}
.top-news .news-headline {
  background-color:rgba(34,25,23,0.45);
  padding: 16px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.top-news .news-headline h1 {
  color: #fff;
  font-size: 28px;
  margin: 0;
}
.top-news .body {
  padding: 15px 30px;
}
.top-news .body p {
  color: #85989F;
  font-size: 15px;
}
.top-news a {
  display: block;
}
.top-news a:hover {
  background-color:rgba(229,233,235,0.2);
}
.top-news .btn-simple {
  padding: 5px 0;
  font-size: 13px !important;
  color: #3F7CBA !important;
}

.news-list a {
  display: block;
  position: relative;
  padding: 17px 30px;
  padding-right: 50px;
  border-top: 1px solid #F1F3F4;
  padding-left: 260px;
  min-height: 170px;
  overflow: hidden;
}
.news-list a:before {
  content: "\e601";
  font-family: "icomoon";
  color: #85989F;
  position: absolute;
  right: -13px;
  opacity: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-list a:hover {
  background-color:rgba(229,233,235,0.2);
}
.news-list a:hover:before {
  right: 18px;
  opacity: .6;
}
.news-list .imgbox {
  position: absolute;
  left: 30px;
  max-width: 200px;
  max-height: 135px;
  overflow: hidden;
}
.news-list h2 {
  font-size: 21px;
  color: #201917;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}
.date {
  font-size: 13px !important;
  color: #85989F !important;
  margin: 0;
}


.photo-slider .photo {
  position: relative;
}
.photo-slider .photo img {
  width: 100%;
  height: auto;
}
.photo-slider .photo a {
  display: block;
}
.photo-slider .photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image:-moz-linear-gradient(50% 0% -90deg,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
  background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgba(0,0,0,0.35)),color-stop(1, rgba(0,0,0,0)));
  background-image:-webkit-linear-gradient(0deg,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
  background-image:linear-gradient(0deg,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
}
.photo-slider .photo .title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 16px 30px;
  max-width: 50%;
  z-index: 5;
}


.welcome {
  margin-bottom: 25px;
}
.welcome .title {
  color: #3F7AB8;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 35px;
  position: relative;
}
.withline {
  position: relative;
}
.withline:after {
  content: "";
  display:inline-block;
  width: 60px;
  height: 10px;
  background-color:rgba(134,152,161,0.35);
  margin-left: 8px;
}
.withdelimiter {
  position: relative;
  overflow: hidden;
}
.withdelimiter:after {
  content: "";
  display:inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color:rgba(134,152,161,0.1);
}
.welcome p {
  color: #424F55;
  font-size: 15px;
  line-height: 1.5em;
}
.welcome .question {
  font-size: 20px;
  color: #201917;
  font-weight: 700;
  line-height: 1.15em;
}
.welcome .imgbox {
  display: inline-block;
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
}
.welcome .imgbox p {
  margin-top: 10px;
  color: #687C84;
  max-width: 165px;
  line-height: 1.15em;
  font-size: 14px;
}
.welcome .btn-simple {
  font-size: 12px;
  padding: 8px 10px;
  border: 1px solid rgba(0,0,0,.1);
  color: #3F7CBA;
}


.quick {
  margin-bottom: 25px;
}
.list-quick {
  margin: 0 -1%;
}
.list-quick li {
  width: 47.5%;
  margin: 0 1%;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: top;
}
.list-quick a {
  display: block;
  background-color: #3F7CBA;
  color: #fff;
  padding: 15px 18px;
  padding-right: 50px;
  position: relative;
  min-height: 80px;
}

.list-quick .red-red-red a {
	background-color: #BA3F3F;
}

.list-quick a:before {
  content: "\e600";
  font-family: "icomoon";
  color: #fff;
  position: absolute;
  right: 13px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.list-quick a:hover {
  background-color: #3970A8;
}

.list-quick .red-red-red  a:hover {
  background-color: #a83939;
}


.list-quick a:hover:before {
  right: 11px;
}
.list-quick a:after {
  content: "";
  display:block;
  width: 1px;
  height: 100%;
  background-color:rgba(255,255,255,.15);
  position: absolute;
  top: 0;
  right: 40px;
}
.list-quick p {
  margin: 0;
  line-height: 1.2em;
}
.list-quick .title {
  font-weight: 700;
  margin-bottom: 2px;
}


.maplink a {
  display: block;
}
.maplink a:hover .titlebox {
  background-color: #3F7CBA;
}
.maplink .imgbox {
  position: relative;
}
.maplink .imgbox img {
  width: 100%;
  height: auto;
}
.titlebox {
  display: block;
  background-color:rgba(63,124,186,0.85);
  color: #fff;
  padding: 15px 18px;
  padding-right: 50px;
  position: relative;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.titlebox:after {
  content: "";
  display:block;
  width: 1px;
  height: 100%;
  background-color:rgba(255,255,255,.15);
  position: absolute;
  top: 0;
  right: 40px;
}
.titlebox:hover:before {
  right: 11px;
}
.titlebox:before {
  content: "\e600";
  font-family: "icomoon";
  color: #fff;
  position: absolute;
  right: 13px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.titlebox p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
}
.maplink .imgbox .titlebox {
  max-width: 270px;
  position: absolute;
  left: 0;
  bottom: 15px;
}

.faq-slider {
  padding-bottom: 60px;
}
.faq-q {
  color: #201917;
  font-size: 17px;
  margin-top: 0;
  line-height: 1.3em;
  margin-bottom: 14px;
}
.faq-o {
  padding-left: 55px;
  position: relative;
}
.faq-o:before {
  content: "O";
  font-weight: 700;
  color: #8598A0;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #F1F3F4;
  display: inline-block;
  position: absolute;
  left: 0;
  margin-top: 2px;
  text-align: center;
}
.faq-o p {
  font-size: 15px;
  color: #667A84;
  line-height: 1.5em;
}


/* Tabs */
.nav-tabs-large {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.nav-tabs-large>li {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 0 !important;
  margin-bottom: -1px !important;
  position: relative;
}
.nav-tabs-large>li>a {
  padding: 15px 18px;
  text-align: left;
  font-size: 17px;
  color: #515F66;
  background-color: #F1F3F4;
  border-radius: 0;
  font-weight: 700;
  line-height: 1.1em;
  border-top: 3px solid transparent;
  position: relative;
  height: 100%;
  min-height: 160px;
}
.nav-tabs-large>li>a:hover {
  background-color: #EDF0F1;
  border-top: 3px solid transparent;
}
.nav-tabs-large>li>a [class^="icon"] {
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
  opacity: .35;
}
.nav-tabs-large>li.active a,
.nav-tabs-large>li.active a:hover,
.nav-tabs-large>li.active a:focus {
  color: #3F7CBA;
  border-top: 3px solid #3F7CBA;
}
.nav-tabs-large>li.active a [class^="icon"] {
  opacity: 1;
}
.tab-large .tab-pane {
  padding-top: 25px;
  padding-bottom: 35px;
}


/* Products grid */

.list-prodgrid {
  margin: 25px -.5%;
  margin-bottom: 80px;
}
.list-prodgrid .product {
  background-color: #0099CC;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding-top: 15px;
  width: 23.5%;
  margin: 0 .5%;
  margin-bottom: 13px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.list-prodgrid .product:hover,
.list-prodgrid .product:focus {
  text-decoration: none;
}
.list-prodgrid .product:hover {
  background-color: #00A8DF;
}
.list-prodgrid .prodname:hover {
  background-color: #00AFEA;
}
.list-prodgrid .prodname {
  background: url(../img/prodgrid-title-bg.png) no-repeat top center;
  background-size: 100% auto;
  font-size: 22px;
  padding: 15px 10px;
  line-height: 1em;
  font-family: Dax, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.list-prodgrid .product:hover .bg {
  opacity: .45;
}
.list-prodgrid .bg {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: auto;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.list-prodgrid .imgbox {
  position: relative;
  z-index: 2;
}
.list-prodgrid .imgbox img {
  max-width: 100%;
  height: auto;
}

/* Quick Links */

.list-quicklinks .qlink {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  margin-right: -4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.list-quicklinks .title,
.content .list-quicklinks .title {
  font-size: 20px;
  padding-top: 20px;
  line-height: 1.0em;
  color: #0099CC;
  margin: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: Dax, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
}
.list-quicklinks .icon-arrow {
  margin-left: 8px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 85%;
}
.list-quicklinks .qlink:hover {
  opacity: .85;
}
.list-quicklinks .qlink:hover .icon-arrow {
  margin-left: 12px;
}
.list-quicklinks p,
.content .list-quicklinks p {
  font-size: 16px;
  color: #444;
  line-height: 1.3em;
  padding-right: 25px;
}
.list-quicklinks .btn-default {
  color: #0099CC;
  background-color: transparent;
  padding: 5px 12px;
  border: 1px solid rgba(0,153,204,0.35);
}
.list-quicklinks .btn-default:hover {
  background-color: #0099CC;;
  color: #fff;
  border-color: #0099CC;;
}
.list-quicklinks a {
  text-decoration: none;
}
.list-quicklinks a:hover,
.list-quicklinks a:focus {
  text-decoration: none;
}

.tmonirotator {
  position: relative;
}
.tmonirotator .testinav .btn-testinav {
  z-index: 10;
  top: 40%;
  width: 26px;
}
.tmoni {
  border-left: none;
  padding: 0;
}
.testimonials {
  background-color: #eee;
  padding: 30px 45px;
  position: relative;
  margin-bottom: 25px;
  position: relative;
}
.testinav .btn-testinav {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #0099CC;
  font-size: 26px;
  top: 50%;
  margin-top: -20px;
}
.testinav .btn-testinav:hover,
.testinav .btn-testinav:focus {
  opacity: .7;
  text-decoration: none;
}
.testinav .prev {
  left: 0;
  display: block;
}
.testinav .next {
  right: 0;
}

.testimonials blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
.testimonials blockquote p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 5px;
}
.testimonials blockquote .quote {
  font-family: Dax, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
}
.testimonials blockquote .author {
  font-size: 15px;
  color: #0099CC;
  font-weight: normal;
}
.testimonials .owl-controls {
  margin-top: 0;
  text-align: left !important;
}


.badges {
  margin-bottom: 25px;
}
.badges img {
  height: 170px;
  width: auto;
}

/* Side quick links */

.list-quickside > a {
  display: block;
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #B2E0F0;
  padding-left: 105px;
  padding-right: 30px;
  min-height: 75px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-quickside a:hover {
  background-color: #f5f5f5;
}
.list-quickside a:hover .icon-arrow {
  right: 10px;
}
.list-quickside .btn-default {
  padding: 6px 8px;
  margin-top: 5px;
  border-width: 1px;
}
.list-quickside .icon-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.list-quickside strong {
  font-size: 20px;
  text-transform: uppercase;
  color: #0099CC;
  margin: 0;
  margin-bottom: 8px;
  font-family: Dax, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  display: block;
}
.list-quickside p {
  font-size: 16px;
  color: #444;
  line-height: 1.4em;
  margin: 0;
}
.list-quickside .imgbox {
  position: absolute;
  left: 0;
  margin-left: 5px;
  margin-top: -8px;
}
.list-quickside .imgbox img {
  max-width: 85px;
  height: auto;
}
.list-quickside a {
  text-decoration: none;
}
.list-quickside a:hover,
.list-quickside a:focus {
  text-decoration: none;
}


/* Side box */

.sidebox {
  padding: 15px 20px;
  border: 2px solid #EEE;
  margin-bottom: 35px;
}
.sidebox p {
  font-size: 14px;
  line-height: 1.2em;
}
.sidebox .head {
  background-color: #0099CC;
  color: #fff;
  height: 55px;
  margin-right: -30px;
  padding-left: 10px;
  margin-bottom: 15px;
  position: relative;
}
.sidebox .head:before {
  content:"";
  position: absolute;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 55px solid #0099CC;
  border-left: 8px solid transparent;
}
.sidebox .head:after {
  content:"";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #949494;
  border-right: 10px solid transparent;
  opacity: .7;
}
.sidebox .head [class^='icon-'] {
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 32px;
  opacity: .3;
}
.sidebox .head p {
  color: #fff;
  font-size: 22px;
  line-height: 55px;
  font-family: Dax, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
}
.list-info {
  margin: 0;
}
.list-info a {
  display: block;
  border-top: 1px solid #eee;
  padding: 12px 8px;
  padding-right: 30px;
  padding-left: 40px;
  font-family: Dax, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #444;
  font-size: 16px;
  position: relative;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  line-height: 1em;
}
.list-info .icon-sect {
  position: absolute;
  left: 8px;
  margin-top: -3px;
  color: #0099CC;
  opacity: .65;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  font-size: 130%;
  padding: 0 2px;
}
.list-info a:hover {
  background-color: #f5f5f5;
  color: #0099CC;
  text-decoration: none;
}
.list-info a:hover .icon-sect {
  opacity: 1;
}
.list-info a:hover .icon-thinarrow {
  right: 5px;
}
.list-info li:first-child a {
  border-top: none;
}
.list-info .icon-thinarrow {
  color: #CCC;
  position: absolute;
  right: 8px;
  left: auto;
  font-size: 75%;
  margin-top: 5px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}



/* Article */
.article h2 {
  margin-top: 35px;
  margin-bottom: 15px;
}
.article h3 {
  color: #0099CC;
  font-size: 24px;
  margin-bottom: 15px
}
.article h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 8px;
}
.article h5 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 8px;
}
.article h6 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 8px;
}
.article p {
  color: #222;
}
.article ul,
.article ol {
  font-size: 16px;
  color: #222;
  margin: 16px 0;
}
.article ol {
  padding-left: 1.5em;
}
.article ul li,
.article ol li {
  margin-bottom: 5px;
}
.article ul {
  list-style: none;
  padding: 0;
}
.article ul li {
  position: relative;
  padding-left: 30px;
}
.article .list-regular li:before {
  position: absolute;
  content:"";
  width: 7px;
  height: 7px;
  background-color: #0099CC;
  border-radius: 10px;
  top: 0;
  left: 0;
  margin-top: 6px
}
.article .list-regular ul {
  margin: 5px 0;
}
.article .list-regular ul li {
  padding-left: 20px;
}
.article .list-regular ul li:before {
  background-color: #fff;
  border: 1px solid #0099CC;
}

.article ul.list-arrows li:before {
  content: "\e624";
  font-family: "icomoon";
  font-size: 80%;
  color: #0099CC;
  position: absolute;
  left: 0;
}

.article .list-checks li:after {
  display: none;
}
.article .list-checks li:before {
  color: #0099CC;
}

.article .table {
  border-top: none;
  border-bottom-color: #36AFD6;
}
.article .table>thead>tr>th {
  background-color: #85CEE6;
  font-family: Dax, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #36AFD6;
  line-height: 1.1em;
}
.article .table>tbody>tr>td {
  border-top-color: #36AFD6;
  font-size: 15px;
  color: #222;
  line-height: 1.2em;
}
.article .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #F3F7FB;
}

.c1 {
  background-color: #FCD5B4;
}
.c2 {
  background-color: #FDE9D9;
}
.c3 {
  background-color: #DBEEF3;
}
.c4 {
  background-color: #E5E0EC;
}
.c5 {
  background-color: #EAF1DD;
}
.c6 {
  background-color: #F2DDDC;
}
.c7 {
  background-color: #DBE5F1;
}
.c8 {
  background-color: #C5D9F1;
}
.c9 {
  background-color: #DDD9C3;
}
.c10 {
  background-color: #D8D8D8;
}
.c11 {
  background-color: #FDE9D9;
}
.c12 {
  background-color: #DBEEF3;
}
.c13 {
  background-color: #E5E0EC;
}
.c14 {
  background-color: #EAF1DD;
}

.sidebar .section {
  font-family: Dax, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #878787;
  margin-top: 45px;
  margin-bottom: 20px;
}


.formbox {
  background-color: #CFE0F1;
  border: 1px solid #71A2D7;
  padding: 25px 35px;
  margin-bottom: 25px;
}
.formbox h3 {
  margin-top: 0;
}

.mapbox {
  position: relative;
  background-color: #eee;
  min-height: 280px;
}
.locationbox {
  background-color: #fff;
  position: absolute;
  padding: 15px;
  bottom: 12px;
  left: 12px;
}
.locationbox p {
  margin: 0;
  color: #777;
  line-height: 1.25em;
}
.location {
  position: absolute;
  font-size: 40px;
  color: #0099CC;
}

.product-list {
  overflow: hidden;
  margin: 0 -1%;
}
.product-list .product {
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 3px;
  width: 31.333333%;
  margin: 0 1%;
  margin-bottom: 15px;
  float: left;
}
.product-list .inner {
  padding: 6px;
  min-height: 180px;
}
.product-list .imgbox {
  text-align: center;
  background-color: #f5f5f5;
  padding: 7px;
  border-radius: 3px;
  margin-bottom: 5px;
  min-height: 130px;
}
.product-list a:hover {
  text-decoration: none;
}
.product-list p {
  margin: 0;
  line-height: 1.3em;
  font-size: 15px;
}
.product-list .title {
  font-family: Dax, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
.product-list .btn-primary {
  margin-top: 10px;
  font-size: 13px;
  padding: 8px 12px;
}




/* Form */
.form.grey {
  background-color: #F7F8F9;
  margin: 35px 0;
}
.form.padded {
  padding: 40px 60px;
}
.form .form-control {
  border: 1px solid #B6C1C7;
  box-shadow: none;
  height: 40px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  font-size: 16px;
}
.form .form-control:focus {
  border-color: #0099CC;
  color: #333;
}
.form .form-group {
  margin-bottom: 10px;
}
.form .form-delimited {
  margin-top: 20px;
}
.form .form-area {
  height: auto;
  min-height: 135px;
  padding-top: 12px;
}
.form label {
  color:rgba(103,123,132,0.65);
  text-transform: uppercase;
  font-size: 13px;
}
.form-horizontal label {
  padding-right: 0;
}


/* Content page */
.page {
  display: table;
  width: 100%;
}
.maincol {
  display: table-cell;
  padding-right: 25px;
  vertical-align: top;
}
.maincol .inner {
  max-width: 600px;
  margin: 0 auto;
}
.box.main {
  border-top: none;
}
.box.main > .head .inner {
  display: table;
  width: 100%;
}
.box.main > .head .inner > * {
  display: table-cell;
  vertical-align: middle;
}
.box.main .sect {
  font-size: 14px;
  color: #9AABB2;
  font-weight: 700;
  margin: 0;
}
.box.main .article-action {
  text-align: right;
}
.article-action ul {
  margin: 0;
}
.article-action li {
  display: inline-block;
  margin-right: -3px;
  vertical-align: top;
  padding: 0;
}
.article-action a {
  display: block;
  color: #9CABB2;
  background-color: #F1F3F4;
  width: 37px;
  height: 37px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
}
.article-action a:hover {
  background-color: #9CABB2;
  color: #fff;
}
.article-action .btn-print {
  background-color: #fff;
}
.box.main > .body {
  padding: 40px 30px;
  padding-bottom: 65px;
  min-height: 700px;
}
.box.main article h1 {
  font-size: 26px;
  color: #3F79B8;
  margin: 0;
  margin-bottom: 30px;
}
.box.main article h2 {
  font-size: 22px;
  color: #3F79B8;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 30px;
}
.box.main article h3 {
  font-size: 20px;
  color: #3F79B8;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 15px;
}
.box.main article .intro {
  font-size: 17px;
  color: #667984;
  line-height: 1.5em;
  margin-bottom: 25px;
}
.box.main article p {
  font-size: 15px;
  line-height: 1.6em;
  text-align: justify;
}
.box.main article ul,
.box.main article ol {
  font-size: 15px;
  line-height: 1.5em;
}
.box.main article ul li,
.box.main article ol li {
  margin: 4px 0;
}

.box.main article .question {
  font-size: 17px;
  color: #515F66;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 35px;
  margin-bottom: 18px;
}
.horline {
  border-bottom: 1px solid rgba(0,0,0,.08);
  height: 1px;
  margin: 20px 0;
}

.circlebox {
  margin: 25px 0;
  position: relative;
  padding-left: 55px;
  min-height: 55px;
}
.circlebox p {
  line-height: 1.3em !important;
}
.circlebox .circle {
  position: absolute;
  left: 0;
}
.circlebox.contact p {
  color:rgba(81,95,102,0.65);
  max-width: 120px;
}
.circlebox.contact a {
  color: #3F7AB8;
  font-weight: 700;
  font-size: 20px;
}


.contactbox {
  margin-top: 35px;
  border: 1px solid rgba(0,0,0,.15);
  clear: both;
}
.contactbox > .head {
  padding: 10px 16px;
  border-bottom: 1px solid rgba(0,0,0,.07);
}
.contactbox > .head p {
  font-size: 13px !important;
  margin: 0;
  color: #667A84;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.2em;
}
.contactbox > .body {
  padding: 12px 16px;
}
.contactbox > .foot {
  background-color: #F1F3F4;
}
.list-contacts {
  margin: 0;
}
.list-contacts li {
  position: relative;
}
.list-contacts a {
  display: block;
  padding: 2px 10px;
  padding-left: 55px;
  color: #1F1917;
  font-size: 17px;
}
.list-contacts a:hover {
  color: #3F7CBA;
}
.list-contacts [class^="icon-"] {
  color: #B5C0C6;
  font-size: 13px;
  position: absolute;
  left: 18px;
  top: 6px;
}
.btn-download {
  display: block;
  background-color: #F1F3F4;
  padding: 18px 20px;
  padding-left: 72px;
  position: relative;
  font-weight: 700;
  color: #687C84;
  font-size: 15px;
}
.btn-download:hover {
  background-color: #687C84;
  color: #fff;
}
.btn-download:hover .circle {
  color: #687C84;
}
.btn-download .circle {
  background-color: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.circle {
  width: 42px;
  height: 42px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: #F1F3F4;
  font-size: 17px;
  color:rgba(156,171,178,0.7);
}


.list-docs {
  border-top: 1px solid rgba(0,0,0,.08);
  padding: 0;
}
.list-docs li {
  margin: 0 !important;
}
.list-docs a {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,.08);
  padding: 18px 20px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.25em;
  color: #516168;
}
.list-docs a:hover {
  background-color: rgba(156,171,178,0.05);
}
.list-docs a .small {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 400;
  opacity: .65;
}

.list-docs.withicons a {
  padding-left: 70px;
  min-height: 65px;
}
.list-docs.withicons .circle {
  position: absolute;
  left: 16px;
  top: 9px;
}


.img-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 12px;
}
.img-right.grey {
  background-color: #F1F3F4;
  padding: 12px;
}
.img-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 12px;
}
.img-full {
  margin: 25px 0;
  text-align: center ;
}
.img-full img {
  max-width: 100%;
  height: auto;
}
.img-full figcaption {
  text-align: left;
}

figcaption {
  padding-top: 6px;
}
figcaption p {
  font-size: 14px !important;
  color: #677B84 !important;
  line-height: 1.2em !important;
}


.side {
  width: 280px;
  display: table-cell;
  vertical-align: top;
}

.side .list-quick li {
  width: 100%;
  margin: 0;
  margin-bottom: 8px;
}

.side .ads a {
  margin-bottom: 25px;
  display: block;
}

.list-subnav {
  margin-bottom: 25px;
  border-top: 1px solid rgba(0,0,0,.1);
}
.list-subnav a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 12px;
  padding-right: 32px;
  color: #515F66;
  line-height: 1.2em;
  border-bottom: 1px solid rgba(0,0,0,.1);
  position: relative;
}
.list-subnav a:hover {
  background-color: rgba(255,255,255,.55);
  color: #333;
}
.list-subnav .active > a,
.list-subsubnav li > a.active {
  background-color: #fff;
  color: #3F7CBA;
}
.list-subnav li:not(.active):not(.hassubmenu) a:before {
  content: "\e601";
  font-family: "icomoon";
  color: #85989F;
  position: absolute;
  right: -13px;
  opacity: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.list-subnav li:not(.active) a:hover:before {
  right: 12px;
  opacity: .6;
}
.list-subnav li.hassubmenu > a {
  position: relative;
}
.list-subnav li.hassubmenu > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
}
.list-subnav li.hassubmenu.active > a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-subsubnav {
  display: none;
}
.open .list-subsubnav {
  display: block;
}




/* FAQ section */
.faqs {
  clear: both;
  padding-top: 25px;
}
.faq-head {
  border-top: 2px solid #F1F3F4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #F1F3F4;
  padding: 18px 20px;
  padding-right: 40px;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
}
.faq-head:after {
  content: "\e600";
  font-family: 'icomoon';
  position: absolute;
  right: 20px;
  top: 24px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .4;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-head.open:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.faq-head.open, .faq-head.open:hover {
  background-color: #fff;
}
.box.main .faq-head.open p {
  color: #3F7AB8;
}
.faq-head:hover {
  background-color: #EAEDEE;
}
.faq-body {
  display: none;
}
.box.main .faq-head p {
  margin: 0;
  line-height: 1.2em;
  color: #516067;
}
.box.main .faq-head .title {
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
}
.box.main .faq-head p {
  opacity: .65;
  font-size: 13px;
  margin-top: 4px;
}
.box.main .faq-o p {
  color: #333;
}
.list-faq dd {
  display: none;
}
.list-faq dd .faq-o {
  margin-top: 10px;
  margin-left: 18px;
  padding-bottom: 18px;
}
.list-faq dt {
  display: block;
  cursor: pointer;
  border-top: 1px solid #F1F3F4;
  padding: 20px;
  padding-right: 50px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 400;
}
.list-faq dt:after {
  content: "\e600";
  font-family: 'icomoon';
  position: absolute;
  right: 20px;
  top: 24px;
  font-size: 10px !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .4;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.list-faq dt.open:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.list-faq dt:hover {
  background-color: #F9FAFB;
}
.box.main .list-faq dt .faq-q {
  margin: 0;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  color: #211917;
}
.box.main .list-faq dt.open .faq-q {
  color: #3F7BB9;
}

.box.main article .list-faq-light dt h3 {
  margin-top: 0;
}

.callout {
  background-color: #F1F3F4;
  padding: 30px 45px;
  margin: 35px 0;
}
.box.main .callout h3 {
  color: #515F66;
}
.box.main .callout h3:first-of-type {
  margin-top: 0;
}


.list-personel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.list-personel>li {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-bottom: 30px;
  padding-right: 50px;
}
.list-personel .name {
  font-size: 20px !important;
  font-weight: 700;
  color: #667A84;
  margin: 8px 0;
}
.list-personel .title {
  font-size: 14px !important;
  color: #667A84;
  margin: 0;
  line-height: 1.3em !important;
  margin-bottom: 15px;
  max-width: 60%;
}
.list-personel .btn-outline {
  border: 2px solid #F1F3F4;
}
.list-personel .btn-outline:hover {
  background-color: #F1F3F4;
}
.list-personel-large {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-personel-large > li {
  width: 50%;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;;
}
.box.main article .list-personel-large li p {
  text-align: left
}

.collapsible {
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: -1px;
}
.collapsible h3:first-of-type {
  margin-top: 0 !important;
}
.collapsible .btn-text .icon-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.collapsible .btn-text.open .icon-arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hiddenblock {
  display: none;
}
.block.withicon {
  position: relative;
  padding-left: 60px;
}
.block.withicon > .circle {
  position: absolute;
  left: 0;
  opacity: .8;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  color: #BAC4C9;
}
.block.withicon > .circle.blue,
.block.withicon.blue > .circle {
  background-color: #3F7CBA;
  color: #fff;
}
.block.withicon > .circle [class^="icon-"] {
  font-size: 22px;
  line-height: 40px;
}
.open .block.withicon > .circle {
  opacity: 1;
}
.block.delimited {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.list-faq dd .block {
  margin-bottom: 45px;
  margin-top: 20px;
}
.block.inset {
  margin-left: 20px;
}
.block .list-contacts li > a {
  padding-left: 35px;
  font-size: 16px;
  color: #516067;
}
.block .list-contacts li > a:hover {
  color: #3F79B8;
}
.block .list-contacts [class^="icon-"] {
  left: 0;
}

.list-employees {
  border-top: 1px solid rgba(156,171,178,0.12);
  margin: 30px 0;
}
.list-employees li {
  position: relative;
  min-height: 160px;
  padding: 12px 0;
  padding-left: 120px;
  border-bottom: 1px solid rgba(156,171,178,0.12);
}
.list-employees .imgbox {
  position: absolute;
  left: 0;
}
.list-employees p {
  margin: 0;
}
.list-employees .name {
  font-size: 18px !important;
  font-weight: 700;
  color: #515F66;
}
.list-employees .title {
  color:rgb(102,122,132);
  font-size: 14px !important;
  margin-bottom: 15px;
}
.list-employees .contacts a {
  position: relative;
  display: block;
  padding: 2px 0;
  padding-left: 25px;
  color: #333;
  line-height: 1.3em;
}
.list-employees .contacts a:hover {
  color: #3F7CBA;
}
.list-employees .contacts [class^="icon-"] {
  color:rgba(81,96,103,0.35);
  font-size: 12px;
  position: absolute;
  left: 0;
  margin-top: 3px;
}


.list-numbers li {
  position: relative;
  padding-left: 50px;
  min-height: 40px;
  margin-bottom: 18px !important;
}
.list-numbers .circle {
  width: 35px;
  height: 35px;
  color: #3F7CBA;
  line-height: 37px;
  font-weight: 700;
  position: absolute;
  left: 0;
}


.lbox {
  display: inline-block;
  position: relative;
}
.lbox .btn-enlarge {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: rgba(0,0,0,0.65);
  color: #fff;
  display: inline-block;
  text-align: center;
  opacity: .8;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.lbox:hover .btn-enlarge {
  opacity: 1;
  background-color: rgba(63,124,186,0.85);
}


/* Gallery */
.list-photos {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-photos > li {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 50%;
  padding: 6px;
  margin: 0 !important;
}
.list-photos > li a {
  display: block;
  min-height: 300px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.list-photos > li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
  width: 100%;
  background-image:-moz-linear-gradient(50% 0% -90deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
  background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgba(0,0,0,0.55)),color-stop(1, rgba(0,0,0,0)));
  background-image:-webkit-linear-gradient(360deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
  background-image:linear-gradient(360deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
  opacity: .9;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.list-photos .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 15px 25px;
  padding-right: 60px;
}
.box.main article .list-photos h3 {
  margin: 0;
  color: #fff;
  margin-bottom: 6px;
  font-size: 22px;
}
.box.main article .list-photos p {
  font-size: 12px;
  margin: 0;
}
.list-photos .icon-image {
  opacity: .6;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.list-photos .circle {
  background-color: transparent;
  color: rgba(255,255,255,.65);
  border: 1px solid rgba(255,255,255,.25);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  right: 25px;
  bottom: 15px;
}
.list-photos > li:hover a {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  box-shadow: 0 8px 7px -5px rgba(0,0,0,.2);
}
.list-photos > li:hover .circle {
  color: #fff;
  border-color: rgba(255,255,255,.65);
  box-shadow: 0 0 0 1px rgba(255,255,255,.65);
}
.list-photos > li:hover a:before {
  opacity: 1;
}
.lg-progress-bar .lg-progress {
  background-color: #3F7CBA;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #3F7CBA;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}

/* Footer */

.footer {
  padding-top: 45px;
  padding-bottom: 30px;
}
.foot-logo {
  text-align: center;
  display: inline-block;
  padding: 15px 35px;
  border-left: 1px solid rgba(156,171,178,0.25);
  border-right: 1px solid rgba(156,171,178,0.25);
}
.footer a {
  color: #9BABB2;
}
.footer a:hover {
  color: #3F7CBA;
}
.footer .list-menu a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 0;
}
.footer .list-footlink {
  float: right;
}
.footer .list-footlink li {
  margin-left: 8px;
}
.footer .list-footlink li a {
  font-weight: 700;
}
.social {
  text-align: right;
  color: #99ABB2;
}
.list-soc li {
  padding: 0;
}
.list-soc a {
  background-color: #9CABB2;
  color: #F1F3F4;
  width: 65px;
  height: 65px;
  line-height: 69px;
  text-align: center;
  font-size: 32px;
  display: inline-block;
}
.list-soc a:hover {
  color: #F1F3F4;
  background-color: #3F7CBA;
}
.secrow {
  margin-top: 30px;
}
.copy {
  color: #99ABB2;
  margin: 0;
}











.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  /*border-top: 1px solid #E7EAED;*/
   border-top-color: rgba(0, 0, 0, 0.07);
}
.table {
  border-top: 1px solid #E7EAED;
  border-bottom: 1px solid #E7EAED;
}
.table>thead>tr>td {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #CBD1D8;
}
.table>tbody>tr>td {
  font-size: 15px;
}
.table>tbody>tr>td h4 {
  font-weight: 700;
  margin: 0;
  margin-top: 2px;
}
.tbl-right {
  text-align: right !important;
}
.tbl-price {
  font-size: 18px !important;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #F7F8F9;
}
.table-checkout>tbody>tr>td {
  vertical-align: middle;
}
.total {
  color: #E11E1B;
}
.btn-close {
  font-size: 20px;
  width: 24px;
  height: 24px;
  line-height: 26px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  color: #CBD1D8;
  border: 1px solid transparent;
  margin: -4px 0;
}
.btn-close:hover {
  border-color: #CBD1D8;
  text-decoration: none;
}


/* Table */
.table>thead>tr>th {
  color: #3970A8;
  line-height: 1.2em;
}
.table>tbody>tr>.tbl-highlight {
  background-color: #9CABB2 !important;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.table-smalltype>thead>tr>th {
  font-size: 12px;
}
.table-smalltype>tbody>tr>td {
  font-size: 12px;
}
.tbl-vertcenter {
  vertical-align: middle !important;
}
.tbl-head {
  font-weight: 700;
}



.transition {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.circliful {
  position: relative;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
}

.circle-info, .circle-info-half {
  color: #999;
}

.circliful .fa {
  margin: -10px 3px 0 3px;
  position: relative;
  bottom: 4px;
}

.slidebox {
  padding-top: 8px;
  padding-bottom: 8px;
}

.rangeslider,
.rangeslider__fill {
  background: #C5CDD7;
  display: block;
  height: 18px;
  width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  position: relative;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #DC4756;
  position: absolute;
  top: 0;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #DB4554;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after, .rangeslider__handle:before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 8px;
  left: 11px;
  background-color: #DB4554;
}
.rangeslider__handle:after {
  left: auto;
  right: 11px;
}
.rangeslider__handle:active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeresult {
  font-size: 16px;
  color: #DC4655;
  font-weight: 700;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.2
*/

.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;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* 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 {
  margin-top: 0;
  padding-bottom: 8px;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
}
.photo-slider.owl-theme .owl-controls {
  top: auto;
  bottom: 0;
  padding-right: 10px;
  padding-bottom: 10px;
}
.photo-slider .owl-controls .owl-buttons div {
  color: #9CABB2;
  zoom: 1;
  margin: 0;
  margin-left: 2px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  background: rgba(255,255,255,.7);
}
.photo-slider .owl-controls .owl-buttons div:hover {
  background: rgba(255,255,255,.95);
}


.faq-slider.owl-theme .owl-controls {
  top: auto;
  bottom: 0;
  padding: 0;
}
.faq-slider .owl-controls .owl-buttons div {
  color: #9CABB2;
  margin: 0;
  margin-left: -1px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  background: transparent;
  border: 1px solid #eee;
}
.faq-slider .owl-controls .owl-buttons div:hover {
  background-color: #eee;
}

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  padding-top: 15px;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 6px;
  height: 6px;
  margin: 2px 10px;
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  filter: Alpha(Opacity=30);
  opacity: .3;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);
  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(AjaxLoader.gif) no-repeat center center
}

@font-face {
  font-family: 'icomoon';
  src:url('../webfonts/icomoon.eot?mfvsxb');
  src:url('../webfonts/icomoon.eot?#iefixmfvsxb') format('embedded-opentype'),
    url('../webfonts/icomoon.woff?mfvsxb') format('woff'),
    url('../webfonts/icomoon.ttf?mfvsxb') format('truetype'),
    url('../webfonts/icomoon.svg?mfvsxb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
  content: "\e600";
}
.icon-arrow-alt:before {
  content: "\e601";
}
.icon-building:before {
  content: "\e602";
}
.icon-checkmark:before {
  content: "\e603";
}
.icon-document:before {
  content: "\e604";
}
.icon-document-edit:before {
  content: "\e605";
}
.icon-document-empty:before {
  content: "\e606";
}
.icon-document-help:before {
  content: "\e607";
}
.icon-documents:before {
  content: "\e608";
}
.icon-download:before {
  content: "\e609";
}
.icon-email:before {
  content: "\e60a";
}
.icon-facebook:before {
  content: "\e60b";
}
.icon-gplus:before {
  content: "\e60c";
}
.icon-home:before {
  content: "\e60d";
}
.icon-image:before {
  content: "\e60e";
}
.icon-location:before {
  content: "\e60f";
}
.icon-phone:before {
  content: "\e610";
}
.icon-phone-alt:before {
  content: "\e611";
}
.icon-pinterest:before {
  content: "\e612";
}
.icon-print:before {
  content: "\e613";
}
.icon-search:before {
  content: "\e614";
}
.icon-twitter:before {
  content: "\e615";
}
.icon-unit:before {
  content: "\e616";
}
.icon-warning:before {
  content: "\e617";
}
.icon-youtube:before {
  content: "\e618";
}
.icon-instagram:before {
  content: "\e900";
}

/* Boucing Arrow Animation */

@keyframes arrowbounce {
  from {
    -webkit-transform: translateY(0) rotate(90deg);
    -moz-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
  to {
    -webkit-transform: translateY(-10px) rotate(90deg);
    -moz-transform: translateY(-10px) rotate(90deg);
    transform: translateY(-10px) rotate(90deg);
  }
}
@-moz-keyframes arrowbounce {
  from {
    -webkit-transform: translateY(0) rotate(90deg);
    -moz-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
  to {
    -webkit-transform: translateY(-10px) rotate(90deg);
    -moz-transform: translateY(-10px) rotate(90deg);
    transform: translateY(-10px) rotate(90deg);
  }
}
@-webkit-keyframes arrowbounce {
  from {
    -webkit-transform: translateY(0) rotate(90deg);
    -moz-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
  to {
    -webkit-transform: translateY(-10px) rotate(90deg);
    -moz-transform: translateY(-10px) rotate(90deg);
    transform: translateY(-10px) rotate(90deg);
  }
}

@media only screen and (min-width: 1200px) {

}

@media (min-width: 975px) and (max-width: 1254px) {

    .list-unstyled.list-quick.list-language li {
        width: 100%;
    }
   
}


@media only screen and (min-width: 992px) {

  .navbar-default .navbar-nav > li.drop:hover .dropdown-toggle,
  .navbar-default .navbar-nav > li.drop:hover .dropdown-toggle:hover {
    background-color: rgba(0,0,0,.1);
    color: #fff;
    opacity: 1;
  }
  .navbar-nav > li.drop:hover .dropdown-menu {
    display: block;
  }
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .promo-banner ul  > li {
    max-width: 630px;
    word-break:normal;

}
   
}
@media only screen and (max-width: 992px) {
  .promo-banner .picto {
    margin: 5px 0px 0px 0px;
   }
    .promo-banner .btn-outline {
      padding-left: 0px !important;
      padding-right:0px !important;
      width: 15%;
    }
    .promo-banner ul {
    margin-top: 0px !important;
    }

    .promo-banner ul  > li {
    max-width: 330px;
    word-break:normal;

}
 
    body {
    padding-top: 55px;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  .branding {
    display: none;
  }
  .header .logo {
    display: none;
  }
  .navbar-header {
    display: relative;
  }
  .navbar-header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55px;
    background-image: url(../img/top-bar.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .navbar-default .navbar-brand {
    display: inline-block;
    position: relative;
    z-index: 5;
  }
  .navbar-toggle {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar-header {
    min-height: 55px;
  }
  .navbar-nav>li>a {
    border-bottom: 1px solid rgba(255,255,255,.15);
  }
  .navbar-default .navbar-right {
    display: none;
  }
  .navbar-nav .form-search {
    padding: 0 5px;
    display: block;
  }

  .searchbtns {
    right: 5px;
  }
  .social {
    text-align: left;
    padding-top: 25px;
  }
  .foot-logo {
    margin-bottom: 25px;
  }
  .side {
    width: 220px;
  }

  .withdelimiter:after {
    display: none;
  }



}

@media only screen and (max-width: 768px) {


  .promo-banner ul {
    margin-left: 0px !important;
    }

      .promo-banner ul  > li {
    max-width: 700px;
    word-break:normal;

}
  .promo-banner {
    overflow: hidden;
  }
  .promo-banner a {
    padding: 12px;
    overflow: hidden;
    font-size: 16px;
  }
  .promo-banner a > * {
    position: static;
  }
  .promo-banner .picto {
    float: right;
    margin: 0;
    margin-left: 15px;
  }
  .promo-banner .inner {
    float: left;
  }
  .promo-banner .btn-outline {
    position: static;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .list-subnav {
    display: none;
  }
  .maincol {
    padding-right: 0;
  }
  .page {
    display: block;
  }
  .page > * {
    display: block;
  }
  .side {
    width: 100%;
  }
  .side .ads {
    text-align: center;
  }
  .side .ads a {
    width: 50%;
    display: inline-block;

  }
  .list-quick {
    margin: 0;
  }
  

}

@media only screen and (max-width: 767px) {
    .promo-banner .btn-outline {
      width: 50%;
    }


  .navbar-header {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .logo img {
    max-width: 45px;
    height: auto;
  }
  .logo p {
    font-size: 13px;
  }
  .promo-banner {
    margin: 18px 0;
  }
  .promo-banner p {
    font-size: 16px;
    display: block;
  }
  .promo-banner img {
    width: auto;
    max-height: 70px;
  }
  
  .maincol .inner {
    max-width: inherit;
  }
  .box > .head {
    padding: 12px 15px;
  }
  .box > .head .title {
    font-size: 13px;
  }
  .box > .head .btn-simple {
    right: 12px;
    font-size: 11px;
  }
  .box > .body {
    padding: 12px 15px;
  }
  .top-news .news-headline {
    padding: 12px 15px;
  }
  .top-news .news-headline h1 {
    font-size: 18px;
  }

  .box.main article h2 {
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 14px;
  }
  .box.main article h3 {
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 10px;
  }
  .top-news .body {
    padding: 12px 15px;
  }
  .news-list a {
    padding-left: 145px;
    min-height: 115px;
    padding-right: 12px;
  }
  .news-list .imgbox {
    max-width: 120px;
    max-height: inherit;
    left: 12px;
  }
  .news-list h2 {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .news-list .imgbox img {
    width: 100%;
    height: auto;
  }

  .footer .list-footlink {
    float: none;
    margin-top: 20px;
  }
  .footer .list-footlink li {
    padding: 0;
  }
  .navbar-default .navbar-toggle {
    padding: 3px 10px;
  }
  .navbar-toggle .title {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    margin: 0;
  }
  .welcome .question {
    font-size: 16px;
  }
  .welcome .imgbox {
    max-width: 90px;
  }
  .welcome .imgbox img {
    width: 100%;
    height: auto;
  }
  .photo-slider .photo .title {
    padding: 10px;
  }
  .article-action .btn-print {
    display: none;
  }
  .box.main article h1 {
    font-size: 23px;
    margin-bottom: 18px;
  }
  .box.main article p {
    text-align: left;
  }
  
  .list-photos {
    display: block;
    margin: 0;
  }
  .list-photos > li {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px !important;
}
    .quick {
        padding-right: -5px;
    }


}


@media screen and (max-width: 600px)
{
  .navbar-header:before {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 55px;
  }
  .list-quick li {
    width: 100%;
    margin: 0;
    margin-bottom: 8px;
    display: block;
  }
  .promo-banner p {
    font-size: 14px;
  }
  .promo-banner .btn-outline {
    font-size: 13px;
    padding: 12px 14px;
    margin-top: 8px;
  }
  .navbar-collapse {
    max-height: 450px;
  }
  .subnav {
    padding: 12px 0;
  }
  .box.main > .body {
    padding: 30px 15px;
    min-height: inherit;
  }
  .callout {
    padding: 15px;
  }
  .callout img {
    max-width: 115px;
    height: auto;
  }
  .maincol {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list-personel {
    display: block;
  }
  .list-personel li {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .list-personel .imgbox img {
    max-width: 100px;
    height: auto;
  }
  .list-personel .name {
    font-size: 17px !important;
    line-height: 1.3em !important;
  }
  .img-right {
    float: none;
    margin: 20px 0;
  }
  .img-right a {
    width: 100%;
  }
  .img-right img {
    width: 100%;
    height: auto;
  }
  .list-employees .contacts a {
    font-size: 12px;
  }
  .list-employees .contacts a {
    padding-left: 18px;
  }
  .list-employees .contacts [class^="icon-"] {
    margin-top: 1px;
  }
  .list-contacts a {
    font-size: 13px;
  }
  .list-contacts [class^="icon-"] {
    left: 0;
  }
  .list-contacts a {
    padding-left: 25px;
  }
  .btn-download {
    line-height: 1.1em;
    font-size: 13px;
  }
  .ads,
  .side .ads {
    margin: 0;
    text-align: center;
  }

  .ads a,
  .side .ads a {
    display: inline-block;
    clear: both;
    width: auto;
    padding: 12px 0;
  }

  .box.main article .intro {
    font-size: 15px;
    color: #667984;
    line-height: 1.5em;
    margin-bottom: 25px;
  }

  .nav-tabs-large>li>a [class^="icon-"] {
    font-size: 24px;
  }
  .nav-tabs-large>li>a {
    padding: 12px;
    font-size: 12px;
    min-height: 130px;
  }
  .form.padded {
    padding: 15px 0;;
  }
  .form.padded.grey {
    padding: 15px;
  }
  .titlebox p {
    font-size: 15px;
  }

  .faq-head {
    padding: 15px 12px;
    padding-right: 40px;
  }
  .box.main .faq-head .title {
    font-size: 15px;
  }
  .list-faq dt {
    padding: 12px 8px;
    padding-right: 40px;
  }
  .box.main .list-faq dt .faq-q {
    font-size: 15px;
  }
  .list-faq dd .faq-o {
    margin-left: 0;
  }
  .article-action {
    white-space: nowrap;
  }

  .list-docs a {
    font-size: 15px;
    padding: 12px;
  }
  .list-docs.withicons a {
    padding-left: 56px;
  }
  .list-docs a .small {
    font-size: 13px !important;
  }
  .list-docs.withicons .circle {
    left: 10px;
    top: 12px;
  }
  .block.withicon {
    padding-left: 35px;
  }
  .block .list-contacts li > a {
    padding-left: 25px;
    font-size: 12px;
  }
  .block.inset {
    margin-left: 5px;
  }
  .block h4 {
    font-size: 14px;
  }
  .block.withicon .circle {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .block.withicon > .circle [class^="icon-"] {
    font-size: 17px;
    line-height: 30px;
  }

  .circle {
    width: 38px;
    height: 38px;
    line-height: 39px;
    font-size: 16px;
  }

    .quick {
        padding-right: -5px;
    }




}

@media screen and (max-width: 480px)
{


}
@media screen and (max-width: 320px)
{

  .box > .head .btn-simple {
    padding: 8px 6px;
    font-size: 10px;
  }
  .nav-tabs-large>li>a {
    padding: 8px;
    font-size: 12px;
  }
  .box.main .sect {
    font-size: 12px;
    line-height: 1.2em;
  }
  .box.main article h1 {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .box.main article h3 {
    font-size: 17px;
  }
  .list-numbers li {
    padding-left: 44px;
  }
}
