@charset "UTF-8";
.content-post .post-heading:after, .boolet-holder:after, .contact-box-row:after {
  content: " ";
  display: block;
  clear: both; }

.langs-drop ul, .jcf-list ul, #nav ul, .footer-nav ul, .info-links, .social, .mobile-menu .mob-nav, .language-list, .filter-list, .col-content .box ul, .drop-auto, .paggination {
  margin: 0;
  padding: 0;
  list-style: none; }

/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Custom form styles
   4. Common site styles
   5. Custom styles @import
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/
@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proximanova-reg.eot");
  src: url("../fonts/proximanova-reg.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-reg.woff") format("woff"), url("../fonts/proximanova-reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proximanova-bold.eot");
  src: url("../fonts/proximanova-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold.woff") format("woff"), url("../fonts/proximanova-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_lt';
  src: url("../fonts/proximanova-light.eot");
  src: url("../fonts/proximanova-light.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-light.woff") format("woff"), url("../fonts/proximanova-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* ------------------------------------------------------
   2. General reset
---------------------------------------------------------*/
html,
body {
  height: 100% !important; }

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
*/
body {
  background: #fff;
  margin: 0;
  color: #717271;
  font: 18px/24px 'proxima_nova', Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-width: 320px; }

img {
  display: block;
  height: auto;
  width: 100%;
  border-style: none; }

/* set styles for default page links */
a {
  text-decoration: none;
  color: #2fb2e0; }

a:hover {
  text-decoration: underline; }

a:active {
  background-color: transparent; }

@media screen and (min-width: 1391px) {
  a.phone {
    cursor: default;
    pointer-events: none; } }

/* set default styles in all browsers */
input,
textarea,
select {
  vertical-align: middle;
  color: #000;
  -webkit-appearance: none;
  outline: none;
  font: 100% 'proxima_nova', Arial, Helvetica, sans-serif; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type="image"] {
  padding: 0;
  border: none; }

input[type=text], input[type=password], input[type=file], input[type=submit], textarea {
  -webkit-appearance: none; }

header, footer, article, section, nav, figure, aside {
  display: block; }

figure {
  margin: 0;
  padding: 0; }

/* ---------------------------------------------------------
   3. Custom form styles
   ---------------------------------------------------------*/
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px; }

.jcf-select-select001 {
  float: left;
  width: 100%;
  border: 1px solid #e7e7e7;
  height: 69px;
  margin: 0;
  border-radius: 4px; }
  @media screen and (max-width: 1391px) {
    .jcf-select-select001 {
      height: 46px; } }
  @media screen and (max-width: 767px) {
    .jcf-select-select001 {
      height: 39px;
      box-shadow: 2px 2px 4px #d6d6d6 inset; } }

.jcf-select-select001.jcf-drop-active {
  background: #f3fcff;
  border: 1px solid #cbecf7; }
  @media screen and (max-width: 767px) {
    .jcf-select-select001.jcf-drop-active {
      box-shadow: none; } }

.lang-select {
  display: none; }

.open-close-langs {
  z-index: 101;
  position: relative;
  cursor: pointer;
  overflow: visible !important; }
  .open-close-langs a:focus {
    text-decoration: none;
    outline: none; }
  .open-close-langs .langs-opener {
    cursor: pointer;
    color: #fff;
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    padding: 2px 28px 0 2px;
    text-transform: uppercase;
    text-decoration: none; }
    .open-close-langs .langs-opener:after {
      background: url("../images3_0/sprite.png") no-repeat scroll 0 0 transparent;
      height: 6px;
      right: 12px;
      top: 12px;
      width: 10px;
      position: absolute;
      content: ''; }
    .open-close-langs .langs-opener span {
      display: block;
      overflow: hidden; }
  .open-close-langs.hover-open-close, .open-close-langs.open-close-active {
    background: url(../images3_0/bg-header.png);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px; }
    .open-close-langs.hover-open-close:before, .open-close-langs.open-close-active:before {
      left: 1px;
      right: 1px; }
  .open-close-langs .langs-drop {
    cursor: default;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    overflow: hidden; }

.open-close-langs,
.lang-select .jcf-select {
  min-width: 48px;
  width: 48px;
  background: none;
  border: none;
  height: 30px;
  color: #fff;
  z-index: 100; }

.lang-select .jcf-drop-active {
  min-width: 105px;
  width: 105px;
  background: none;
  border: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px; }

.lang-select .jcf-drop-active:after {
  left: 2px;
  right: 2px;
  top: 0; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 25px;
  margin: 0 35px 0 8px; }

.lang-select .jcf-select .jcf-select-text {
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 2px 28px 0 2px;
  text-overflow: clip;
  overflow: hidden;
  text-align: left; }

.jcf-select-select001 .jcf-select-text {
  font: 18px/25px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
  color: #a0a1a0;
  padding: 22px 21px 22px;
  margin: 0 59px 0 0; }
  @media screen and (max-width: 1391px) {
    .jcf-select-select001 .jcf-select-text {
      font: 14px/20px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
      padding: 13px 11px 12px;
      margin: 0 33px 0 0; } }
  @media screen and (max-width: 767px) {
    .jcf-select-select001 .jcf-select-text {
      font: 12px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
      padding: 11px 11px;
      margin: 0 27px 0 0; } }

.lang-select .jcf-drop-active .jcf-select-text {
  color: #fff;
  margin: 2px 27px 0 8px; }

.jcf-select-select001 .jcf-list-content .jcf-option-hideme {
  display: none !important; }

.jcf-select-select001 .jcf-select-text > .jcf-option-hideme {
  position: relative;
  padding: 0 11px 0 0;
  display: inline-block;
  vertical-align: top; }
  .jcf-select-select001 .jcf-select-text > .jcf-option-hideme:after {
    clear: both;
    color: #f54a6c;
    content: "*";
    position: absolute;
    right: 0;
    top: -3px; }
  @media screen and (max-width: 1391px) {
    .jcf-select-select001 .jcf-select-text > .jcf-option-hideme {
      padding: 0 8px 0 0; }
      .jcf-select-select001 .jcf-select-text > .jcf-option-hideme:after {
        top: -1px; } }
  @media screen and (max-width: 767px) {
    .jcf-select-select001 .jcf-select-text > .jcf-option-hideme {
      padding: 0 6px 0 0; }
      .jcf-select-select001 .jcf-select-text > .jcf-option-hideme:after {
        top: 0; } }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }

.lang-select .jcf-select .jcf-select-opener {
  background: url(../images3_0/sprite.png) no-repeat;
  width: 10px;
  height: 6px;
  top: 12px;
  right: 12px; }

.jcf-select-select001 .jcf-select-opener {
  background: url(../images3_0/sprite.png) no-repeat -249px -64px;
  width: 51px;
  height: 51px;
  top: 8px;
  right: 8px; }
  @media screen and (max-width: 1391px) {
    .jcf-select-select001 .jcf-select-opener {
      background: url(../images3_0/sprite.png) no-repeat -335px -64px;
      width: 31px;
      height: 31px;
      top: 8px;
      right: 7px; } }
  @media screen and (max-width: 767px) {
    .jcf-select-select001 .jcf-select-opener {
      background: url(../images3_0/sprite.png) no-repeat -330px -97px;
      width: 26px;
      height: 26px;
      top: 7px;
      right: 7px; } }
  @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
    .jcf-select-select001 .jcf-select-opener {
      background: url(../images3_0/sprite.png) no-repeat -97px -32px;
      background-size: 250px 250px; } }

.jcf-select-select001.jcf-drop-active .jcf-select-opener {
  background: url(../images3_0/sprite.png) no-repeat -194px -64px; }
  @media screen and (max-width: 1391px) {
    .jcf-select-select001.jcf-drop-active .jcf-select-opener {
      background: url(../images3_0/sprite.png) no-repeat -302px -64px; } }
  @media screen and (max-width: 767px) {
    .jcf-select-select001.jcf-drop-active .jcf-select-opener {
      background: url(../images3_0/sprite.png) no-repeat -302px -97px; } }
  @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
    .jcf-select-select001.jcf-drop-active .jcf-select-opener {
      background: url(../images3_0/sprite.png) no-repeat -124px -32px;
      background-size: 250px 250px; } }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

.jcf-select-drop.jcf-select-select001 {
  background: #f3fcff;
  margin: 1px 0 0;
  height: auto;
  border: 1px solid #cbecf7;
  box-shadow: none; }

.error.imp .jcf-select-select001 {
  border: 2px solid #f54a6c; }

.error.imp .jcf-select-select001 .jcf-select-text {
  color: #f54a6c;
  font: 18px/23px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1391px) {
    .error.imp .jcf-select-select001 .jcf-select-text {
      font: 14px/18px 'proxima_nova_lt', Arial, Helvetica, sans-serif; } }
  @media screen and (max-width: 767px) {
    .error.imp .jcf-select-select001 .jcf-select-text {
      font: 12px/14px 'proxima_nova_lt', Arial, Helvetica, sans-serif; } }

.jcf-select-select001 .jcf-list-box .jcf-selected {
  background: #cbecf7;
  color: #175970;
  padding: 15px; }
  @media screen and (max-width: 1391px) {
    .jcf-select-select001 .jcf-list-box .jcf-selected {
      padding: 11px; } }
  @media screen and (max-width: 767px) {
    .jcf-select-select001 .jcf-list-box .jcf-selected {
      padding: 8px; } }

.jcf-select-select001 {
  color: #a0a1a0;
  background: #fff; }

.jcf-select-drop.jcf-select-select001 .jcf-select-drop-content {
  background: none;
  border: none; }

body > .jcf-select-s-lang {
  margin: 2px 0 0; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #dadada;
  border-radius: 5px;
  background: #fff; }

body > .jcf-select-s-lang .jcf-select-drop-content {
  border: none;
  background: none; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #dadada;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.langs-drop ul {
  text-align: left;
  padding-top: 2px; }

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-select-s-lang .jcf-list {
  background: none; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-select-s-lang .jcf-list ul li {
  margin: 0 0 2px;
  position: relative; }

.langs-drop li:hover {
  border-left: 1px solid #2fb2e0;
  border-right: 1px solid #fdcd2f; }

.langs-drop li:hover a:after,
.jcf-select-s-lang .jcf-list ul li:hover a:after {
  background: #2fb2e0 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmYjJlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjMmZiMmUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTIlIiBzdG9wLWNvbG9yPSIjMzhiMmQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjNGNiNmM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjNThiN2JkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjNjdiOGFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjODFiZDk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjOWRjMTgzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjYThjMjc4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjYjVjMzZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjYjhjNTZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjQlIiBzdG9wLWNvbG9yPSIjYzFjNjYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZDJjODU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjZTFjYTRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODElIiBzdG9wLWNvbG9yPSIjZWNjYjNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjZjhjZDMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjZmJjZDJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjZmZjZDMwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkY2QyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2fb2e0), color-stop(6%, #2fb2e0), color-stop(12%, #38b2d7), color-stop(21%, #4cb6c6), color-stop(27%, #58b7bd), color-stop(33%, #67b8af), color-stop(42%, #81bd99), color-stop(51%, #9dc183), color-stop(56%, #a8c278), color-stop(60%, #b5c36c), color-stop(60%, #b8c56d), color-stop(64%, #c1c660), color-stop(70%, #d2c855), color-stop(76%, #e1ca4a), color-stop(81%, #eccb3e), color-stop(88%, #f8cd33), color-stop(92%, #fbcd2f), color-stop(92%, #ffcd30), color-stop(100%, #fdcd2f));
  background: -webkit-linear-gradient(left, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
  background: -o-linear-gradient(left, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
  background: -ms-linear-gradient(left, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
  background: linear-gradient(to right, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 1px;
  z-index: 99; }

.langs-drop li:hover a:before,
.jcf-select-s-lang .jcf-list ul li:hover a:before {
  background: #2fb2e0 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmYjJlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjMmZiMmUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTIlIiBzdG9wLWNvbG9yPSIjMzhiMmQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjNGNiNmM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjNThiN2JkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjNjdiOGFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjODFiZDk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjOWRjMTgzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjYThjMjc4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjYjVjMzZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjYjhjNTZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjQlIiBzdG9wLWNvbG9yPSIjYzFjNjYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZDJjODU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjZTFjYTRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODElIiBzdG9wLWNvbG9yPSIjZWNjYjNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjZjhjZDMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjZmJjZDJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjZmZjZDMwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkY2QyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2fb2e0), color-stop(6%, #2fb2e0), color-stop(12%, #38b2d7), color-stop(21%, #4cb6c6), color-stop(27%, #58b7bd), color-stop(33%, #67b8af), color-stop(42%, #81bd99), color-stop(51%, #9dc183), color-stop(56%, #a8c278), color-stop(60%, #b5c36c), color-stop(60%, #b8c56d), color-stop(64%, #c1c660), color-stop(70%, #d2c855), color-stop(76%, #e1ca4a), color-stop(81%, #eccb3e), color-stop(88%, #f8cd33), color-stop(92%, #fbcd2f), color-stop(92%, #ffcd30), color-stop(100%, #fdcd2f));
  background: -webkit-linear-gradient(left, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
  background: -o-linear-gradient(left, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
  background: -ms-linear-gradient(left, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
  background: linear-gradient(to right, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 1px;
  z-index: 109; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.langs-drop a,
.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 7px;
  color: #656565;
  font-size: 14px;
  height: 1%; }

.langs-drop a,
.jcf-list .jcf-option {
  background: url(../images3_0/bg-header.png);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  color: #cfd0d0;
  border: 1px solid transparent; }

.jcf-select-select001 ul {
  padding: 9px 0 6px; }
  @media screen and (max-width: 767px) {
    .jcf-select-select001 ul {
      padding: 0; } }

.jcf-select-select001 .jcf-option {
  background: none;
  border-radius: 0;
  color: #414342;
  padding: 8px 16px 9px;
  border: none;
  font: 18px/25px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1391px) {
    .jcf-select-select001 .jcf-option {
      padding: 8px 11px 9px;
      font: 14px/20px 'proxima_nova_lt', Arial, Helvetica, sans-serif; } }
  @media screen and (max-width: 767px) {
    .jcf-select-select001 .jcf-option {
      padding: 6px 11px;
      font: 12px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif; } }

.langs-drop li {
  margin: 0 0 2px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px; }

.langs-drop li:hover a,
.langs-drop a:hover {
  font: bold 14px/14px 'proxima_nova', Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 7px 6px;
  border-radius: 0; }

.jcf-list .jcf-option:hover {
  /*color:$white;*/ }

/*
.jcf-select-drop .jcf-hover:hover:after,
.jcf-list-box .jcf-selected:hover:after{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmYjJlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjMmZiMmUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTIlIiBzdG9wLWNvbG9yPSIjMzhiMmQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjNGNiNmM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjNThiN2JkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjNjdiOGFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjODFiZDk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjOWRjMTgzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjYThjMjc4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjYjVjMzZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjYjhjNTZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjQlIiBzdG9wLWNvbG9yPSIjYzFjNjYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZDJjODU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjZTFjYTRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODElIiBzdG9wLWNvbG9yPSIjZWNjYjNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjZjhjZDMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjZmJjZDJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjZmZjZDMwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkY2QyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2fb2e0), color-stop(6%,#2fb2e0), color-stop(12%,#38b2d7), color-stop(21%,#4cb6c6), color-stop(27%,#58b7bd), color-stop(33%,#67b8af), color-stop(42%,#81bd99), color-stop(51%,#9dc183), color-stop(56%,#a8c278), color-stop(60%,#b5c36c), color-stop(60%,#b8c56d), color-stop(64%,#c1c660), color-stop(70%,#d2c855), color-stop(76%,#e1ca4a), color-stop(81%,#eccb3e), color-stop(88%,#f8cd33), color-stop(92%,#fbcd2f), color-stop(92%,#ffcd30), color-stop(100%,#fdcd2f));
	background: -webkit-linear-gradient(left, #2fb2e0 0%,#2fb2e0 6%,#38b2d7 12%,#4cb6c6 21%,#58b7bd 27%,#67b8af 33%,#81bd99 42%,#9dc183 51%,#a8c278 56%,#b5c36c 60%,#b8c56d 60%,#c1c660 64%,#d2c855 70%,#e1ca4a 76%,#eccb3e 81%,#f8cd33 88%,#fbcd2f 92%,#ffcd30 92%,#fdcd2f 100%);
	background: -o-linear-gradient(left, #2fb2e0 0%,#2fb2e0 6%,#38b2d7 12%,#4cb6c6 21%,#58b7bd 27%,#67b8af 33%,#81bd99 42%,#9dc183 51%,#a8c278 56%,#b5c36c 60%,#b8c56d 60%,#c1c660 64%,#d2c855 70%,#e1ca4a 76%,#eccb3e 81%,#f8cd33 88%,#fbcd2f 92%,#ffcd30 92%,#fdcd2f 100%);
	background: -ms-linear-gradient(left, #2fb2e0 0%,#2fb2e0 6%,#38b2d7 12%,#4cb6c6 21%,#58b7bd 27%,#67b8af 33%,#81bd99 42%,#9dc183 51%,#a8c278 56%,#b5c36c 60%,#b8c56d 60%,#c1c660 64%,#d2c855 70%,#e1ca4a 76%,#eccb3e 81%,#f8cd33 88%,#fbcd2f 92%,#ffcd30 92%,#fdcd2f 100%);
	background: linear-gradient(to right, #2fb2e0 0%,#2fb2e0 6%,#38b2d7 12%,#4cb6c6 21%,#58b7bd 27%,#67b8af 33%,#81bd99 42%,#9dc183 51%,#a8c278 56%,#b5c36c 60%,#b8c56d 60%,#c1c660 64%,#d2c855 70%,#e1ca4a 76%,#eccb3e 81%,#f8cd33 88%,#fbcd2f 92%,#ffcd30 92%,#fdcd2f 100%);
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	width: 2px;
	height: 100%;
	z-index: 99;
}
.jcf-select-drop .jcf-hover:hover:before,
.jcf-list-box .jcf-selected:hover:before{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmYjJlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjMmZiMmUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTIlIiBzdG9wLWNvbG9yPSIjMzhiMmQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjNGNiNmM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjNThiN2JkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjNjdiOGFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjODFiZDk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjOWRjMTgzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjYThjMjc4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjYjVjMzZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjYjhjNTZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjQlIiBzdG9wLWNvbG9yPSIjYzFjNjYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZDJjODU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjZTFjYTRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODElIiBzdG9wLWNvbG9yPSIjZWNjYjNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjZjhjZDMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjZmJjZDJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjZmZjZDMwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkY2QyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2fb2e0), color-stop(6%,#2fb2e0), color-stop(12%,#38b2d7), color-stop(21%,#4cb6c6), color-stop(27%,#58b7bd), color-stop(33%,#67b8af), color-stop(42%,#81bd99), color-stop(51%,#9dc183), color-stop(56%,#a8c278), color-stop(60%,#b5c36c), color-stop(60%,#b8c56d), color-stop(64%,#c1c660), color-stop(70%,#d2c855), color-stop(76%,#e1ca4a), color-stop(81%,#eccb3e), color-stop(88%,#f8cd33), color-stop(92%,#fbcd2f), color-stop(92%,#ffcd30), color-stop(100%,#fdcd2f));
	background: -webkit-linear-gradient(left, #2fb2e0 0%,#2fb2e0 6%,#38b2d7 12%,#4cb6c6 21%,#58b7bd 27%,#67b8af 33%,#81bd99 42%,#9dc183 51%,#a8c278 56%,#b5c36c 60%,#b8c56d 60%,#c1c660 64%,#d2c855 70%,#e1ca4a 76%,#eccb3e 81%,#f8cd33 88%,#fbcd2f 92%,#ffcd30 92%,#fdcd2f 100%);
	background: -o-linear-gradient(left, #2fb2e0 0%,#2fb2e0 6%,#38b2d7 12%,#4cb6c6 21%,#58b7bd 27%,#67b8af 33%,#81bd99 42%,#9dc183 51%,#a8c278 56%,#b5c36c 60%,#b8c56d 60%,#c1c660 64%,#d2c855 70%,#e1ca4a 76%,#eccb3e 81%,#f8cd33 88%,#fbcd2f 92%,#ffcd30 92%,#fdcd2f 100%);
	background: -ms-linear-gradient(left, #2fb2e0 0%,#2fb2e0 6%,#38b2d7 12%,#4cb6c6 21%,#58b7bd 27%,#67b8af 33%,#81bd99 42%,#9dc183 51%,#a8c278 56%,#b5c36c 60%,#b8c56d 60%,#c1c660 64%,#d2c855 70%,#e1ca4a 76%,#eccb3e 81%,#f8cd33 88%,#fbcd2f 92%,#ffcd30 92%,#fdcd2f 100%);
	background: linear-gradient(to right, #2fb2e0 0%,#2fb2e0 6%,#38b2d7 12%,#4cb6c6 21%,#58b7bd 27%,#67b8af 33%,#81bd99 42%,#9dc183 51%,#a8c278 56%,#b5c36c 60%,#b8c56d 60%,#c1c660 64%,#d2c855 70%,#e1ca4a 76%,#eccb3e 81%,#f8cd33 88%,#fbcd2f 92%,#ffcd30 92%,#fdcd2f 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 2px;
	height: 100%;
	z-index: 99;
}
*/
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

.jcf-select-select001 .jcf-hover,
.jcf-select-select001 .jcf-list-box .jcf-selected {
  background: #cbecf7;
  padding: 8px 16px 9px;
  color: #175970;
  border: none;
  border-radius: 0; }
  @media screen and (max-width: 1391px) {
    .jcf-select-select001 .jcf-hover,
    .jcf-select-select001 .jcf-list-box .jcf-selected {
      padding: 8px 11px 9px; } }
  @media screen and (max-width: 767px) {
    .jcf-select-select001 .jcf-hover,
    .jcf-select-select001 .jcf-list-box .jcf-selected {
      padding: 6px 11px; } }

.jcf-checkbox {
  vertical-align: middle;
  float: left;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #cbcbcb;
  border-radius: 50%;
  margin: -1px 10px 0 0;
  height: 17px;
  width: 17px; }
  .jcf-checkbox span {
    position: absolute;
    display: none;
    height: 4px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -6px;
    background: url(../images3_0/sprite.png) no-repeat -359px -2px;
    width: 11px;
    height: 9px; }
  .jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0; }
  .jcf-checkbox.jcf-checked {
    background: #268eb3; }
    .jcf-checkbox.jcf-checked span {
      display: block; }
  @media screen and (max-width: 1391px) {
    .jcf-checkbox {
      margin: -1px 10px 0 0; }
      .jcf-checkbox span {
        margin: -5px 0 0 -6px; } }
  @media screen and (max-width: 767px) {
    .jcf-checkbox {
      margin: 2px 5px 0 0;
      height: 10px;
      width: 10px; }
      .jcf-checkbox span {
        margin: -3px 0 0 -3px;
        background: url(../images3_0/sprite.png) no-repeat -361px -16px;
        width: 6px;
        height: 5px; } }

:root .jcf-checkbox span {
  margin: -5px 0 0 -6px; }
  @media screen and (max-width: 767px) {
    :root .jcf-checkbox span {
      margin: -3px 0 0 -3px; } }

/* ---------------------------------------------------------
   4. ðíommon site styles
   ---------------------------------------------------------*/
/* btn styles */
.btn.btn-default {
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #414342;
  padding: 6px 15px 5px;
  font-size: 14px;
  line-height: 20px;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #d7d7d7 100%);
  background-repeat: repeat-x;
  text-transform: uppercase;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
    text-decoration: none;
    border: none;
    padding: 7px 16px 6px;
    color: #fff;
    background: #2fb2e0;
    background-image: -webkit-linear-gradient(top, #2fb2e0 0%, #2fb2e0 100%);
    background-image: -o-linear-gradient(top, #2fb2e0 0%, #2fb2e0 100%);
    background-image: linear-gradient(to bottom, #2fb2e0 0%, #2fb2e0 100%);
    background-repeat: repeat-x; }
  @media screen and (max-width: 1391px) {
    .btn.btn-default {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); } }

.btn1.btn-default {
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #414342;
  padding: 6px 15px 5px;
  font-size: 14px;
  line-height: 20px;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #d7d7d7 100%);
  background-repeat: repeat-x;
  text-transform: uppercase;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .btn1.btn-default:hover, .btn1.btn-default:active, .btn1.btn-default:focus {
    text-decoration: none;
    border: none;
    padding: 7px 16px 6px;
    color: #fff;
    background: #2fb2e0;
    background-image: -webkit-linear-gradient(top, #2fb2e0 0%, #2fb2e0 100%);
    background-image: -o-linear-gradient(top, #2fb2e0 0%, #2fb2e0 100%);
    background-image: linear-gradient(to bottom, #2fb2e0 0%, #2fb2e0 100%);
    background-repeat: repeat-x; }
  @media screen and (max-width: 1391px) {
    .btn1.btn-default {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); } }

.col-holder .col a:hover .btn.btn-default {
  text-decoration: none;
  border: none;
  color: #fff;
  background: #2fb2e0;
  background-image: -webkit-linear-gradient(top, #2fb2e0 0%, #2fb2e0 100%);
  background-image: -o-linear-gradient(top, #2fb2e0 0%, #2fb2e0 100%);
  background-image: linear-gradient(to bottom, #2fb2e0 0%, #2fb2e0 100%);
  background-repeat: repeat-x; }
.col-holder .col a:hover .btn.btn-default {
  text-decoration: none;
  border: none;
  color: #fff;
  background: #2fb2e0;
  background-image: -webkit-linear-gradient(top, #2fb2e0 0%, #2fb2e0 100%);
  background-image: -o-linear-gradient(top, #2fb2e0 0%, #2fb2e0 100%);
  background-image: linear-gradient(to bottom, #2fb2e0 0%, #2fb2e0 100%);
  background-repeat: repeat-x; }

.line-after, .open-close-langs.hover-open-close:before, .open-close-langs.open-close-active:before, .lang-select .jcf-drop-active:after, #nav li a:focus:after, #nav li a:active:after, #nav li a:hover:after, #nav li.active a:after, .logo:hover a:after, .logo.active a:after, .intro:after, #footer .footer-holder:after, .footer-nav li.home a:hover:after, .language-list li a:hover:after, .language-list li a.active:after, .language-list li a:focus:after, .language-list li a:active:after {
  position: absolute;
  height: 1px;
  content: '';
  clear: both;
  background: #2fb2e0 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmYjJlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjMmZiMmUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTIlIiBzdG9wLWNvbG9yPSIjMzhiMmQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjNGNiNmM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjNThiN2JkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjNjdiOGFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjODFiZDk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjOWRjMTgzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjYThjMjc4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjYjVjMzZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjYjhjNTZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjQlIiBzdG9wLWNvbG9yPSIjYzFjNjYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZDJjODU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjZTFjYTRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODElIiBzdG9wLWNvbG9yPSIjZWNjYjNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjZjhjZDMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjZmJjZDJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjZmZjZDMwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkY2QyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2fb2e0), color-stop(6%, #2fb2e0), color-stop(12%, #38b2d7), color-stop(21%, #4cb6c6), color-stop(27%, #58b7bd), color-stop(33%, #67b8af), color-stop(42%, #81bd99), color-stop(51%, #9dc183), color-stop(56%, #a8c278), color-stop(60%, #b5c36c), color-stop(60%, #b8c56d), color-stop(64%, #c1c660), color-stop(70%, #d2c855), color-stop(76%, #e1ca4a), color-stop(81%, #eccb3e), color-stop(88%, #f8cd33), color-stop(92%, #fbcd2f), color-stop(92%, #ffcd30), color-stop(100%, #fdcd2f));
  background: -webkit-linear-gradient(left, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
  background: -o-linear-gradient(left, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
  background: -ms-linear-gradient(left, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%);
  background: linear-gradient(to right, #2fb2e0 0%, #2fb2e0 6%, #38b2d7 12%, #4cb6c6 21%, #58b7bd 27%, #67b8af 33%, #81bd99 42%, #9dc183 51%, #a8c278 56%, #b5c36c 60%, #b8c56d 60%, #c1c660 64%, #d2c855 70%, #e1ca4a 76%, #eccb3e 81%, #f8cd33 88%, #fbcd2f 92%, #ffcd30 92%, #fdcd2f 100%); }

/* main container styles */
#wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
  background: #fff; }

.nav-opener {
  float: right;
  width: 24px;
  height: 20px;
  margin: 2px 0 0;
  background: #bac0ce;
  position: relative;
  border-radius: 3px; }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    background: #1f2c59;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 4px;
    right: 4px;
    height: 2px;
    margin-top: -1px;
    transition: all 0.2s linear; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 25%; }
  .nav-opener:after {
    top: 75%; }
  .nav-opener:focus, .nav-opener:active, .nav-opener:hover {
    opacity: .9;
    background: #bac0ce; }
  @media screen and (max-width: 767px) {
    .nav-opener {
      display: block !important; } }

/* header styles */
#header {
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 101; }
  @media screen and (max-width: 1391px) {
    #header {
      background: none; } }
  #header:before {
    content: '';
    clear: both;
    background: rgba(255, 255, 255, 0.05);
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px; }
  #header:after {
    content: '';
    clear: both;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px; }
    @media screen and (max-width: 767px) {
      #header:after {
        height: 5px; } }
  #header .holder {
    padding: 0 0 0 1px;
    text-align: center;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 1391px) {
      #header .holder {
        padding: 0 10px 1px 12px; } }
    @media screen and (max-width: 767px) {
      #header .holder {
        padding: 10px 10px 7px 10px;
        overflow: hidden; } }
  #header .btn {
    float: right;
    margin: 28px 0 0 38px; }
    @media screen and (max-width: 1391px) {
      #header .btn {
        margin: 27px 0 0 10px;
        padding: 6px 15px 4px; }
        #header .btn:hover {
          padding: 7px 16px 5px; } }
    @media screen and (max-width: 767px) {
      #header .btn {
        display: none; } }
  #header .open-close-langs,
  #header .lang-select {
    float: right;
    margin: 27px 0 0; }
    @media screen and (max-width: 767px) {
      #header .open-close-langs,
      #header .lang-select {
        display: none; } }

/* nav styles */
#nav {
  padding: 17px 0 0;
  margin: 0 0 0 -15%;
  position: absolute;
  left: 50%;
  vertical-align: top;
  text-align: center;
  width: 30%; }
  @media screen and (max-width: 1391px) {
    #nav {
      width: 50%;
      margin: 0 0 0 -25%; } }
  @media screen and (max-width: 767px) {
    #nav {
      display: none; } }
  #nav ul {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top; }
  #nav li {
    margin: 0 7px;
    float: left; }
    @media screen and (max-width: 1391px) {
      #nav li {
        padding: 8px 0 0;
        margin: 0 2px; } }
    #nav li a {
      color: #fff;
      display: block;
      padding: 17px 5px 29px;
      margin: 0 18px;
      border-radius: 6px;
      position: relative; }
      #nav li a:focus, #nav li a:active, #nav li a:hover {
        text-decoration: none; }
        #nav li a:focus:after, #nav li a:active:after, #nav li a:hover:after {
          left: 3px;
          content: '';
          position: absolute;
          clear: both;
          right: 3px;
          top: auto;
          border-radius: 3px;
          bottom: 0; }
      @media screen and (max-width: 1391px) {
        #nav li a {
          padding: 8px 8px;
          margin: 0; }
          #nav li a:focus:after, #nav li a:active:after, #nav li a:hover:after {
            bottom: -20px; } }
    #nav li.active a {
      text-decoration: none;
      color: #767676; }
      #nav li.active a:after {
        left: 3px;
        content: '';
        position: absolute;
        clear: both;
        right: 3px;
        top: auto;
        border-radius: 3px;
        bottom: 0; }
      @media screen and (max-width: 1391px) {
        #nav li.active a:after {
          bottom: -20px; } }

/* page logo styles */
.logo {
  position: relative;
  height: auto;
  padding: 0;
  float: left; }
  .logo a {
    display: block;
    height: 80px;
    position: relative;
    z-index: 4;
    padding: 35px 0 30px; }
  .logo:hover a, .logo.active a {
    text-decoration: none;
    color: #767676; }
    .logo:hover a:after, .logo.active a:after {
      left: 3px;
      content: '';
      position: absolute;
      clear: both;
      right: 3px;
      top: auto;
      border-radius: 3px;
      bottom: 0; }
  .logo .logo img {
    vertical-align: top;
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1391px) {
    .logo {
      width: 148px;
      padding: 27px 0 20px; }
      .logo a {
        padding: 10px 0;
        height: 32px; }
      .logo:hover a:after, .logo.active a:after {
        bottom: -20px; } }
  @media screen and (max-width: 767px) {
    .logo {
      width: 132px;
      padding: 0;
      height: auto; }
      .logo a {
        height: 21px;
        padding: 5px 0; } }

/* banner intro styles */
.intro {
  height: 805px;
  width: 100%;
  margin: -80px 0 0;
  position: relative; }
  .intro:after {
    bottom: -2px;
    right: 0;
    left: 0;
    height: 2px; }
  .intro .container {
    position: relative;
    z-index: 10;
    min-height: 805px; }
    @media screen and (max-width: 1391px) {
      .intro .container {
        min-height: 465px; } }
    @media screen and (max-width: 767px) {
      .intro .container {
        min-height: 214px; } }
  .intro .row {
    position: relative;
    min-height: 805px; }
    @media screen and (max-width: 1391px) {
      .intro .row {
        min-height: 465px; } }
    @media screen and (max-width: 767px) {
      .intro .row {
        min-height: 214px; } }
  .intro .intro-text {
    z-index: 200;
    position: absolute;
    top: 100px;
    padding: 43px 0 0;
    left: 0;
    right: 0; }
    .intro .intro-text h1 {
      text-transform: uppercase;
      margin: 0 0 9px -3px;
      color: #b1b6ba;
      font: 90px/91px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .intro .intro-text h1 strong {
        color: #fff;
        font-family: 'proxima_nova';
        display: block;
        font-weight: bold; }
    @media screen and (max-width: 1391px) {
      .intro .intro-text {
        top: 60px;
        padding: 46px 0 0 10px; }
        .intro .intro-text h1 {
          font-size: 48px;
          line-height: 54px;
          margin: 0 0 15px 1px; } }
    @media screen and (max-width: 767px) {
      .intro .intro-text {
        top: 20px;
        padding: 31px 0 0 10px; }
        .intro .intro-text h1 {
          font-size: 15px;
          line-height: 18px;
          margin: 0 0 8px 1px;
          color: #fff; } }
  @media screen and (max-width: 1391px) {
    .intro {
      height: 465px; }
      .intro:after {
        bottom: -3px;
        height: 3px; } }
  @media screen and (max-width: 767px) {
    .intro {
      height: 214px;
      margin: -39px 0 0; }
      .intro:after {
        bottom: -3px;
        height: 3px; } }
  .intro .bg-stretch {
    min-height: 805px;
    overflow: hidden;
    height: 805px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
    @media screen and (max-width: 1391px) {
      .intro .bg-stretch {
        height: 465px;
        min-height: 465px; } }
    .intro .bg-stretch img {
      min-height: 805px; }
      @media screen and (max-width: 1391px) {
        .intro .bg-stretch img {
          min-height: 465px; } }
      @media screen and (max-width: 767px) {
        .intro .bg-stretch img {
          min-height: 214px; } }
    @media screen and (max-width: 767px) {
      .intro .bg-stretch {
        min-height: 214px;
        height: 214px; } }
  .intro.intro-about {
    height: 521px; }
    .intro.intro-about .row {
      min-height: 521px; }
    .intro.intro-about .container {
      min-height: 521px; }
    .intro.intro-about .bg-stretch {
      min-height: 521px;
      height: 521px; }
      .intro.intro-about .bg-stretch img {
        min-height: 521px; }
    .intro.intro-about .intro-text {
      text-align: center;
      top: 170px;
      padding: 0 4%; }
      .intro.intro-about .intro-text h1 {
        margin: 0 0 72px; }
      .intro.intro-about .intro-text p {
        color: #cfd0d0;
        font: 32px/44px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
        padding: 0 0 10px; }
    @media screen and (max-width: 1391px) {
      .intro.intro-about {
        min-height: 352px;
        height: 352px; }
        .intro.intro-about .row {
          min-height: 352px; }
        .intro.intro-about .container {
          min-height: 352px; }
        .intro.intro-about .bg-stretch {
          min-height: 352px;
          height: 352px; }
          .intro.intro-about .bg-stretch img {
            min-height: 352px; }
        .intro.intro-about .intro-text {
          text-align: center;
          top: 131px;
          padding: 0 7.5% 0 6.5%; }
          .intro.intro-about .intro-text h1 {
            margin: 0 0 23px; }
          .intro.intro-about .intro-text p {
            color: #cfd0d0;
            font: 24px/30px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
            padding: 0 0 10px; } }
    @media screen and (max-width: 767px) {
      .intro.intro-about {
        min-height: 191px;
        height: 191px; }
        .intro.intro-about .row {
          min-height: 191px; }
        .intro.intro-about .container {
          min-height: 191px; }
        .intro.intro-about .bg-stretch {
          min-height: 191px;
          height: 191px; }
          .intro.intro-about .bg-stretch img {
            min-height: 191px; }
        .intro.intro-about .intro-text {
          text-align: center;
          top: 66px;
          padding: 0 4%; }
          .intro.intro-about .intro-text h1 {
            margin: 0 0 8px; }
          .intro.intro-about .intro-text p {
            color: #cfd0d0;
            font: 14px/18px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
            padding: 0 0 10px; } }
  .intro.intro-contact {
    height: 581px; }
    .intro.intro-contact .row {
      min-height: 581px; }
    .intro.intro-contact .container {
      min-height: 581px; }
    .intro.intro-contact .bg-stretch {
      min-height: 581px;
      height: 581px; }
      .intro.intro-contact .bg-stretch img {
        min-height: 581px; }
    .intro.intro-contact .intro-text {
      text-align: center;
      top: 170px;
      padding: 0 4%; }
      .intro.intro-contact .intro-text h1 {
        margin: 0 0 65px; }
      .intro.intro-contact .intro-text .contact-cols {
        text-align: center; }
        .intro.intro-contact .intro-text .contact-cols .col {
          display: inline-block;
          width: 14.6%;
          vertical-align: top;
          margin: 0 6.5%; }
        .intro.intro-contact .intro-text .contact-cols .ico-box {
          min-height: 82px; }
          .intro.intro-contact .intro-text .contact-cols .ico-box img {
            width: auto;
            margin: 0 auto;
            max-width: 100%; }
        .intro.intro-contact .intro-text .contact-cols .title {
          color: #fece2f;
          display: block;
          text-transform: uppercase;
          font-size: 12px;
          line-height: 16px;
          font-weight: normal;
          margin: 0 0 11px; }
        .intro.intro-contact .intro-text .contact-cols .text {
          font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
          color: #fff; }
          .intro.intro-contact .intro-text .contact-cols .text a {
            color: #fff; }
          .intro.intro-contact .intro-text .contact-cols .text address {
            font-style: normal;
            margin: 0;
            line-height: 24px;
            display: block; }
          .intro.intro-contact .intro-text .contact-cols .text time {
            display: block;
            font-size: 14px;
            line-height: 22px; }
    @media screen and (max-width: 1391px) {
      .intro.intro-contact {
        min-height: 471px;
        height: 471px; }
        .intro.intro-contact .row {
          min-height: 471px; }
        .intro.intro-contact .container {
          min-height: 471px; }
        .intro.intro-contact .bg-stretch {
          min-height: 471px;
          height: 471px; }
          .intro.intro-contact .bg-stretch img {
            min-height: 471px; }
        .intro.intro-contact .intro-text {
          text-align: center;
          top: 128px;
          padding: 0 2.5%; }
          .intro.intro-contact .intro-text h1 {
            margin: 0 0 45px; }
          .intro.intro-contact .intro-text .contact-cols {
            text-align: center; }
            .intro.intro-contact .intro-text .contact-cols .col {
              display: inline-block;
              width: 22%;
              vertical-align: top;
              margin: 0; }
            .intro.intro-contact .intro-text .contact-cols .col:first-child + .col {
              margin: 0 12.5%; }
            .intro.intro-contact .intro-text .contact-cols .ico-box {
              min-height: 83px; }
              .intro.intro-contact .intro-text .contact-cols .ico-box img {
                width: auto;
                margin: 0 auto;
                max-width: 100%; }
            .intro.intro-contact .intro-text .contact-cols .title {
              font-size: 12px;
              line-height: 16px;
              margin: 0 0 9px; }
            .intro.intro-contact .intro-text .contact-cols .text {
              font: 14px/22px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
              color: #fff; }
              .intro.intro-contact .intro-text .contact-cols .text a {
                color: #fff; }
              .intro.intro-contact .intro-text .contact-cols .text address {
                line-height: 22px; }
              .intro.intro-contact .intro-text .contact-cols .text time {
                font-size: 14px;
                line-height: 22px; } }
    @media screen and (max-width: 767px) {
      .intro.intro-contact {
        min-height: 208px;
        height: 208px; }
        .intro.intro-contact .row {
          min-height: 208px; }
        .intro.intro-contact .container {
          min-height: 208px; }
        .intro.intro-contact .bg-stretch {
          min-height: 208px;
          height: 208px; }
          .intro.intro-contact .bg-stretch img {
            min-height: 208px; }
        .intro.intro-contact .intro-text {
          text-align: center;
          top: 66px;
          padding: 0 2.5%; }
          .intro.intro-contact .intro-text h1 {
            margin: 0 0 14px; }
          .intro.intro-contact .intro-text .contact-cols {
            text-align: center; }
            .intro.intro-contact .intro-text .contact-cols .col {
              display: inline-block;
              width: 28%;
              vertical-align: top;
              margin: 0; }
            .intro.intro-contact .intro-text .contact-cols .col:first-child + .col {
              margin: 0 2.5%; }
            .intro.intro-contact .intro-text .contact-cols .ico-box {
              min-height: 37px;
              display: inline-block;
              vertical-align: top; }
              .intro.intro-contact .intro-text .contact-cols .ico-box img {
                display: inline-block;
                vertical-align: top;
                max-width: 50%; }
            .intro.intro-contact .intro-text .contact-cols .title {
              font-size: 9px;
              line-height: 13px;
              margin: 0 0 5px; }
            .intro.intro-contact .intro-text .contact-cols .text {
              font: 10px/12px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
              .intro.intro-contact .intro-text .contact-cols .text a {
                color: #fff; }
              .intro.intro-contact .intro-text .contact-cols .text address {
                line-height: 12px; }
              .intro.intro-contact .intro-text .contact-cols .text time {
                font-size: 10px;
                line-height: 12px; } }
  .intro.intro-faq {
    height: 581px; }
    .intro.intro-faq .row {
      min-height: 581px; }
    .intro.intro-faq .container {
      min-height: 581px; }
    .intro.intro-faq .bg-stretch {
      min-height: 581px;
      height: 581px; }
      .intro.intro-faq .bg-stretch img {
        min-height: 581px; }
      .intro.intro-faq .bg-stretch .question-text p {
        padding-left: 80px; }
    .intro.intro-faq .intro-text h1 {
      margin: 0 0 65px;
      font-size: 90px; }
    .intro.intro-faq .intro-text .contact-cols {
      text-align: center; }
      .intro.intro-faq .intro-text .contact-cols .col {
        display: inline-block;
        width: 14.6%;
        vertical-align: top;
        margin: 0 6.5%; }
      .intro.intro-faq .intro-text .contact-cols .ico-box {
        min-height: 82px; }
        .intro.intro-faq .intro-text .contact-cols .ico-box img {
          width: auto;
          margin: 0 auto;
          max-width: 100%; }
      .intro.intro-faq .intro-text .contact-cols .title {
        color: #fece2f;
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px;
        font-weight: normal;
        margin: 0 0 11px; }
      .intro.intro-faq .intro-text .contact-cols .text {
        font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
        color: #fff; }
        .intro.intro-faq .intro-text .contact-cols .text a {
          color: #fff; }
        .intro.intro-faq .intro-text .contact-cols .text address {
          font-style: normal;
          margin: 0;
          line-height: 24px;
          display: block; }
        .intro.intro-faq .intro-text .contact-cols .text time {
          display: block;
          font-size: 14px;
          line-height: 22px; }
    @media screen and (max-width: 1391px) {
      .intro.intro-faq {
        min-height: 471px;
        height: 471px; }
        .intro.intro-faq .row {
          min-height: 471px; }
        .intro.intro-faq .container {
          min-height: 471px; }
        .intro.intro-faq .bg-stretch {
          min-height: 471px;
          height: 471px; }
          .intro.intro-faq .bg-stretch img {
            min-height: 471px; }
        .intro.intro-faq .intro-text {
          text-align: center;
          top: 128px;
          padding: 0 2.5%; }
          .intro.intro-faq .intro-text h1 {
            margin: 0 0 45px; }
          .intro.intro-faq .intro-text .contact-cols {
            text-align: center; }
            .intro.intro-faq .intro-text .contact-cols .col {
              display: inline-block;
              width: 22%;
              vertical-align: top;
              margin: 0; }
            .intro.intro-faq .intro-text .contact-cols .col:first-child + .col {
              margin: 0 12.5%; }
            .intro.intro-faq .intro-text .contact-cols .ico-box {
              min-height: 83px; }
              .intro.intro-faq .intro-text .contact-cols .ico-box img {
                width: auto;
                margin: 0 auto;
                max-width: 100%; }
            .intro.intro-faq .intro-text .contact-cols .title {
              font-size: 12px;
              line-height: 16px;
              margin: 0 0 9px; }
            .intro.intro-faq .intro-text .contact-cols .text {
              font: 14px/22px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
              color: #fff; }
              .intro.intro-faq .intro-text .contact-cols .text a {
                color: #fff; }
              .intro.intro-faq .intro-text .contact-cols .text address {
                line-height: 22px; }
              .intro.intro-faq .intro-text .contact-cols .text time {
                font-size: 14px;
                line-height: 22px; } }
    @media screen and (max-width: 767px) {
      .intro.intro-faq {
        min-height: 208px;
        height: 208px; }
        .intro.intro-faq .row {
          min-height: 208px; }
        .intro.intro-faq .container {
          min-height: 208px; }
        .intro.intro-faq .bg-stretch {
          min-height: 208px;
          height: 208px; }
          .intro.intro-faq .bg-stretch img {
            min-height: 208px; }
        .intro.intro-faq .intro-text {
          text-align: center;
          top: 66px;
          padding: 0 2.5%; }
          .intro.intro-faq .intro-text h1 {
            margin: 0 0 14px; }
          .intro.intro-faq .intro-text .contact-cols {
            text-align: center; }
            .intro.intro-faq .intro-text .contact-cols .col {
              display: inline-block;
              width: 28%;
              vertical-align: top;
              margin: 0; }
            .intro.intro-faq .intro-text .contact-cols .col:first-child + .col {
              margin: 0 2.5%; }
            .intro.intro-faq .intro-text .contact-cols .ico-box {
              min-height: 37px;
              display: inline-block;
              vertical-align: top; }
              .intro.intro-faq .intro-text .contact-cols .ico-box img {
                display: inline-block;
                vertical-align: top;
                max-width: 50%; }
            .intro.intro-faq .intro-text .contact-cols .title {
              font-size: 9px;
              line-height: 13px;
              margin: 0 0 5px; }
            .intro.intro-faq .intro-text .contact-cols .text {
              font: 10px/12px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
              .intro.intro-faq .intro-text .contact-cols .text a {
                color: #fff; }
              .intro.intro-faq .intro-text .contact-cols .text address {
                line-height: 12px; }
              .intro.intro-faq .intro-text .contact-cols .text time {
                font-size: 10px;
                line-height: 12px; } }
  .intro.intro-k12 {
    height: 805px; }
    .intro.intro-k12 .row {
      min-height: 805px; }
    .intro.intro-k12 .container {
      min-height: 805px; }
    .intro.intro-k12 .bg-stretch {
      min-height: 805px;
      height: 805px; }
      .intro.intro-k12 .bg-stretch img {
        min-height: 805px; }
    .intro.intro-k12 .intro-text {
      text-align: center;
      top: 162px;
      padding: 0; }
      .intro.intro-k12 .intro-text h1 {
        margin: 0 0 96px; }
    @media screen and (max-width: 1391px) {
      .intro.intro-k12 {
        min-height: 471px;
        height: 471px; }
        .intro.intro-k12 .row {
          min-height: 471px; }
        .intro.intro-k12 .container {
          min-height: 471px; }
        .intro.intro-k12 .bg-stretch {
          min-height: 471px;
          height: 471px; }
          .intro.intro-k12 .bg-stretch img {
            min-height: 471px; }
        .intro.intro-k12 .intro-text {
          text-align: center;
          top: 111px;
          padding: 0; }
          .intro.intro-k12 .intro-text h1 {
            margin: 0 0 23px;
            font-size: 42px;
            line-height: 52px; } }
    @media screen and (max-width: 767px) {
      .intro.intro-k12 {
        min-height: 231px;
        height: 231px; }
        .intro.intro-k12 .row {
          min-height: 231px; }
        .intro.intro-k12 .container {
          min-height: 231px; }
        .intro.intro-k12 .bg-stretch {
          min-height: 231px;
          height: 231px; }
          .intro.intro-k12 .bg-stretch img {
            min-height: 231px; }
        .intro.intro-k12 .intro-text {
          text-align: center;
          top: 50px;
          padding: 0; }
          .intro.intro-k12 .intro-text h1 {
            margin: 0 0 8px;
            font-size: 15px;
            line-height: 21px; } }

@media screen and (max-width: 1391px) {
  .container {
    width: 100% !important; } }

/* login form styles */
.form-login {
  overflow: hidden;
  padding: 2px 0 4px;
  margin: 0 0 10px; }
  .form-login .form-group {
    position: relative;
    float: left;
    margin: 0 10px 0 0; }
    .form-login .form-group .input-placeholder-text {
      position: absolute;
      top: 15px;
      left: 41px;
      color: #717271;
      z-index: 5;
      font-size: 18px;
      line-height: 22px; }
    .form-login .form-group.pass-group .input-placeholder-text {
      left: 36px; }
    @media screen and (max-width: 767px) {
      .form-login .form-group {
        display: none; } }
  .form-login .form-group.pass-group .form-control {
    width: 171px;
    padding: 12px 12px 12px 36px; }
  .form-login .form-control {
    float: left;
    color: #717271;
    border: 1px solid #7e8a6c;
    border-radius: 6px;
    width: 189px;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    overflow: hidden;
    padding: 12px 12px 12px 40px;
    height: 52px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4) inset; }
  .form-login .parent-focus .form-control {
    border-color: #2fb2e0; }
  .form-login .label-user {
    position: absolute;
    top: 15px;
    left: 15px;
    background: url(../images3_0/sprite.png) no-repeat -32px 0;
    width: 17px;
    z-index: 5;
    height: 21px; }
  .form-login .parent-focus .label-user {
    background: url(../images3_0/sprite.png) no-repeat -32px -23px; }
  .form-login .label-pass {
    position: absolute;
    top: 21px;
    left: 14px;
    background: url(../images3_0/sprite.png) no-repeat -15px 0;
    width: 12px;
    z-index: 5;
    height: 12px; }
  .form-login .parent-focus .label-pass {
    background: url(../images3_0/sprite.png) no-repeat -15px -14px; }
  .form-login .btn {
    font-size: 18px;
    line-height: 26px;
    padding: 13px 19px;
    border-radius: 30px;
    margin: -1px 0; }
    .form-login .btn:active, .form-login .btn:focus, .form-login .btn:hover {
      padding: 14px 20px; }
  .form-login .btn1 {
    font-size: 18px;
    line-height: 26px;
    padding: 13px 19px;
    border-radius: 30px;
    margin: 20px 0; }
    .form-login .btn1:active, .form-login .btn1:focus, .form-login .btn1:hover {
      padding: 14px 20px; }
  .form-login.error .label-user,
  .form-login.error .label-user.label-active {
    background: url(../images3_0/sprite.png) no-repeat -32px -46px; }
  .form-login.error .label-pass,
  .form-login.error .label-pass.label-active {
    background: url(../images3_0/sprite.png) no-repeat -15px -28px; }
  .form-login.error .form-control {
    border-color: #f54a6c;
    border-width: 2px;
    color: #f54a6c; }
  @media screen and (max-width: 1391px) {
    .form-login {
      margin: 0 0 8px; }
      .form-login .form-group {
        margin: 0 10px 0 0; }
        .form-login .form-group .input-placeholder-text {
          top: 13px;
          left: 33px;
          font-size: 14px;
          line-height: 20px; }
        .form-login .form-group.pass-group .input-placeholder-text {
          left: 29px; }
      .form-login .form-group.pass-group .form-control {
        width: 141px;
        padding: 11px 11px 11px 29px; }
      .form-login .form-control {
        width: 159px;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        padding: 11px 11px 11px 33px;
        height: 42px;
        border-radius: 4px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4) inset; }
      .form-login .label-user {
        top: 13px;
        left: 11px;
        background: url(../images3_0/sprite.png) no-repeat -96px 0;
        width: 14px;
        height: 17px; }
      .form-login .parent-focus .label-user {
        background: url(../images3_0/sprite.png) no-repeat -96px -18px; }
      .form-login .label-pass {
        top: 17px;
        left: 12px;
        background: url(../images3_0/sprite.png) no-repeat -112px 0;
        width: 9px;
        height: 9px; }
      .form-login .parent-focus .label-pass {
        background: url(../images3_0/sprite.png) no-repeat -112px -11px; }
      .form-login .btn {
        font-size: 14px;
        line-height: 20px;
        padding: 13px 13px 8px;
        border-radius: 30px;
        margin: -1px 4px; }
        .form-login .btn:active, .form-login .btn:focus, .form-login .btn:hover {
          padding: 14px 14px 9px; }
      .form-login.error .label-user,
      .form-login.error .label-user.label-active {
        background: url(../images3_0/sprite.png) no-repeat -96px -36px; }
      .form-login.error .label-pass,
      .form-login.error .label-pass.label-active {
        background: url(../images3_0/sprite.png) no-repeat -112px -22px; } }
  @media screen and (max-width: 767px) {
    .form-login .btn {
      font-size: 12px;
      line-height: 18px;
      padding: 9px 14px 9px;
      border-radius: 30px;
      margin: -1px 1px; }
      .form-login .btn:active, .form-login .btn:focus, .form-login .btn:hover {
        padding: 10px 15px 10px; } }

.line-educator-login {
  border-top: 1px solid #484848;
  padding: 0px 0px 20px;
  width: 500px; }
  @media screen and (max-width: 1391px) {
    .line-educator-login {
      border-top: 1px solid #484848;
      padding: 0px 0px 20px;
      width: 100px; } }

.link-educator-login {
  font: 14px proxima_nova,Arial,Helvetica,sans-serif;
  color: #fff; }
  @media screen and (max-width: 1391px) {
    .link-educator-login {
      font: 14px proxima_nova,Arial,Helvetica,sans-serif;
      color: #fff; } }

.img-educator-login {
  height: 10px;
  width: 8px;
  display: inline;
  margin-right: 8px; }
  @media screen and (max-width: 1391px) {
    .img-educator-login {
      height: 10px;
      width: 8px;
      display: inline;
      margin-right: 8px; } }

.line-forgote {
  overflow: hidden; }
  .line-forgote .forgot {
    float: left;
    margin: 0 0 0 14px;
    position: relative;
    color: #cdcdcd;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px; }
    .line-forgote .forgot:after {
      position: absolute;
      top: 8px;
      left: -13px;
      content: '';
      clear: both;
      background: url(../images3_0/sprite.png) no-repeat 0 -27px;
      width: 4px;
      height: 7px; }
  @media screen and (max-width: 1391px) {
    .line-forgote {
      margin: 0 1px; }
      .line-forgote .forgot {
        font-size: 12px;
        line-height: 24px; } }

.error-block {
  width: 470px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
  color: #fff; }
  .error-block .error-header {
    border-radius: 5px 5px 0 0;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 11px 11px 9px; }
  .error-block .warning-ico {
    float: left;
    background: url(../images3_0/sprite.png) no-repeat -66px 0;
    width: 28px;
    height: 25px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 8px 0 0; }
  .error-block .close {
    background: url(../images3_0/sprite.png) no-repeat -53px 0;
    width: 11px;
    height: 11px;
    text-indent: -9999px;
    margin: 6px 2px 0 0;
    overflow: hidden;
    opacity: 1; }
  .error-block .title {
    overflow: hidden;
    display: block;
    padding: 4px 0 0;
    font-weight: normal; }
    .error-block .title .apper {
      text-transform: uppercase; }
  .error-block .box {
    padding: 6px 14px;
    font: 14px/20px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
    .error-block .box p {
      margin: 0; }
    .error-block .box a {
      color: #fff;
      text-decoration: underline; }
      .error-block .box a:hover {
        text-decoration: none; }
  .error-block a.phone {
    text-decoration: none; }
    .error-block a.phone:hover {
      text-decoration: underline; }
  @media screen and (max-width: 1391px) {
    .error-block {
      width: 400px; }
      .error-block .error-header {
        font-size: 12px;
        line-height: 20px; }
      .error-block .box {
        font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .error-block {
      width: 100%; }
      .error-block .error-header {
        font-size: 10px;
        line-height: 16px; }
      .error-block .box {
        font-size: 10px; } }

.hide {
  display: none; }

@media screen and (max-width: 1391px) {
  .t-hide {
    display: none; } }

@media screen and (max-width: 767px) {
  .m-hide {
    display: none; } }

.intro-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }

.intro-info .box {
  display: inline-block;
  vertical-align: top;
  margin: 0 52px 37px; }
  .intro-info .box .title {
    text-transform: uppercase;
    display: block;
    color: #2fb2e0;
    font: 70px/74px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  .intro-info .box .subtitle {
    color: #a0a1a0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 0 0;
    vertical-align: top;
    display: inline-block;
    position: relative; }
    .intro-info .box .subtitle br {
      display: none; }
    .intro-info .box .subtitle.state {
      text-align: left;
      padding: 3px 0 0 24px; }
      .intro-info .box .subtitle.state:after {
        background: url(../images3_0/sprite.png) no-repeat 0 -42px;
        width: 16px;
        height: 15px;
        position: absolute;
        content: '';
        left: 0;
        top: 4px;
        clear: both; }
    .intro-info .box .subtitle.province {
      padding: 3px 0 0 24px;
      text-align: left; }
      .intro-info .box .subtitle.province:after {
        background: url(../images3_0/sprite.png) no-repeat 0 -59px;
        width: 16px;
        height: 15px;
        position: absolute;
        content: '';
        left: 0;
        top: 4px;
        clear: both; }
  @media screen and (max-width: 1391px) {
    .intro-info .box {
      margin: 0 26px 20px; }
      .intro-info .box .title {
        font-size: 42px;
        line-height: 44px;
        margin: 0 0 5px; }
      .intro-info .box .subtitle {
        font-size: 12px;
        line-height: 14px; }
        .intro-info .box .subtitle br {
          display: block; }
        .intro-info .box .subtitle.state:after {
          left: 0;
          top: 3px; }
        .intro-info .box .subtitle.province:after {
          left: 0;
          top: 3px; } }
  @media screen and (max-width: 767px) {
    .intro-info .box {
      margin: 0 5px 15px; }
      .intro-info .box .title {
        font-size: 21px;
        line-height: 23px;
        margin: 0; }
      .intro-info .box .subtitle {
        font-size: 9px;
        line-height: 9px;
        display: block;
        padding: 0; }
        .intro-info .box .subtitle br {
          display: block; }
        .intro-info .box .subtitle.state {
          padding: 0 0 10px 0; }
          .intro-info .box .subtitle.state:after {
            background: url(../images3_0/sprite.png) no-repeat -18px -42px;
            width: 9px;
            height: 8px;
            position: absolute;
            content: '';
            left: 50%;
            margin: 0 0 0 -4px;
            top: auto;
            bottom: 0;
            clear: both; } }
        @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
          .intro-info .box .subtitle.state:after {
            background: url(../images3_0/sprite.png) no-repeat 0 -21px;
            background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
        .intro-info .box .subtitle.province {
          padding: 0 0 10px 0; }
          .intro-info .box .subtitle.province:after {
            background: url(../images3_0/sprite.png) no-repeat -18px -59px;
            width: 9px;
            height: 8px;
            position: absolute;
            content: '';
            left: 50%;
            margin: 0 0 0 -4px;
            top: auto;
            bottom: 0;
            clear: both; } }
        @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
          .intro-info .box .subtitle.province:after {
            background: url(../images3_0/sprite.png) no-repeat 0 -29px;
            background-size: 250px 250px; } }

/* how section styles */
.solution-section,
.how-section {
  text-align: center;
  padding: 90px 0 0;
  background: url(../images3_0/bg1.jpg) no-repeat 50% 100%;
  color: #717271;
  font: 32px/44px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  .solution-section .heading,
  .how-section .heading {
    width: 82%;
    margin: 0 auto 9px;
    overflow: hidden; }
  .solution-section h2,
  .how-section h2 {
    text-transform: uppercase;
    margin: 0 0 23px;
    color: #414342;
    font: 70px/74px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
    .solution-section h2 strong,
    .how-section h2 strong {
      font-family: 'proxima_nova';
      font-weight: bold; }
  @media screen and (max-width: 1391px) {
    .solution-section,
    .how-section {
      padding: 56px 0 0;
      font-size: 24px;
      line-height: 30px;
      background: url(../images3_0/bg1-t.jpg) no-repeat 50% 100%; }
      .solution-section .heading,
      .how-section .heading {
        width: 98%;
        margin: 0 auto 22px;
        overflow: hidden; }
      .solution-section h2,
      .how-section h2 {
        text-transform: uppercase;
        margin: 0 0 15px;
        color: #414342;
        font-size: 42px;
        line-height: 44px; } }
  @media screen and (max-width: 767px) {
    .solution-section,
    .how-section {
      padding: 25px 0 0;
      font-size: 14px;
      line-height: 18px;
      background: none; }
      .solution-section .heading,
      .how-section .heading {
        width: 96%;
        margin: 0 auto 12px;
        overflow: hidden; }
      .solution-section h2,
      .how-section h2 {
        text-transform: uppercase;
        margin: 0 0 6px;
        font-size: 21px;
        line-height: 25px; } }

.boolet-holder {
  min-height: 660px;
  position: relative;
  font-family: 'proxima_nova';
  text-align: center; }
  .boolet-holder .popup-holder {
    position: absolute;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase; }
    .boolet-holder .popup-holder.popup-active .popup {
      width: 273px;
      top: 100%;
      opacity: 1;
      z-index: 1; }
    .boolet-holder .popup-holder .open {
      color: #fff;
      display: block;
      border: 8px solid transparent;
      width: 132px;
      height: 132px;
      text-decoration: none;
      border-radius: 50%;
      white-space: nowrap; }
      .boolet-holder .popup-holder .open:after {
        content: '';
        display: inline-block;
        height: 116px;
        width: 1px;
        overflow: hidden;
        margin: 0 0 0 -5px;
        vertical-align: middle; }
      .boolet-holder .popup-holder .open:focus, .boolet-holder .popup-holder .open:active {
        text-decoration: none; }
    .boolet-holder .popup-holder .vert {
      vertical-align: middle;
      display: inline-block;
      white-space: normal;
      padding: 0;
      -webkit-transition: all, 0.5s, ease;
      -o-transition: all, 0.5s, ease;
      transition: all, 0.5s, ease; }
      .boolet-holder .popup-holder .vert span {
        display: block; }
    .boolet-holder .popup-holder.green .popup {
      width: 273px;
      margin: 17px 0 0 -114px;
      background: #f2f8e9;
      color: #405e11;
      border: 1px solid #dfeec8; }
      .boolet-holder .popup-holder.green .popup:after {
        background-position: 0 -77px;
        margin: -7px 0 0 -36px; }
    .boolet-holder .popup-holder.green .open {
      background: #80bd23;
      border-color: #bfde91; }
    .boolet-holder .popup-holder.pos1 {
      top: 64px;
      left: 8px; }
    .boolet-holder .popup-holder.blue .popup {
      background: #eaf7fc;
      color: #175970;
      border: 1px solid #cbecf7; }
      .boolet-holder .popup-holder.blue .popup:after {
        background-position: -14px -77px; }
    .boolet-holder .popup-holder.blue .open {
      background: #2fb2e0;
      border-color: #97d8ef; }
    .boolet-holder .popup-holder.pos2 {
      top: 112px;
      left: 453px; }
    .boolet-holder .popup-holder.red .popup {
      background: #fee6eb;
      color: #79071d;
      width: 279px;
      margin: 17px 0 17px -135px;
      border: 1px solid #fcc3ce;
      padding: 13px 14px 8px 17px; }
      .boolet-holder .popup-holder.red .popup:after {
        background-position: -28px -77px;
        top: auto;
        bottom: 0;
        margin: 0 0 -7px -7px; }
    .boolet-holder .popup-holder.red .open {
      background: #f54a6c;
      border-color: #fcc3ce; }
    .boolet-holder .popup-holder.pos3 {
      bottom: 108px;
      right: 389px; }
    .boolet-holder .popup-holder.purple .popup {
      background: #f4eef7;
      color: #492e5a;
      width: 289px;
      margin: 17px 0 17px -175px;
      border: 1px solid #e4d6ec;
      padding: 13px 14px 10px 15px; }
      .boolet-holder .popup-holder.purple .popup:after {
        background-position: -42px -77px;
        top: auto;
        bottom: 0;
        margin: 0 0 -7px 27px; }
    .boolet-holder .popup-holder.purple .open {
      background: #925cb5;
      border-color: #c8adda; }
    .boolet-holder .popup-holder.pos4 {
      bottom: 63px;
      right: 4px; }
    .boolet-holder .popup-holder .popup {
      display: block !important;
      position: absolute;
      top: 100%;
      width: 273px;
      z-index: -1;
      border-radius: 7px;
      opacity: 0;
      left: 50%;
      text-transform: none;
      text-align: left;
      padding: 13px 18px;
      font-size: 18px;
      line-height: 24px;
      margin: 17px 0 17px -140px;
      -webkit-transition: all, 4s, ease;
      -o-transition: all, 4s, ease;
      transition: all, 4s, ease;
      background: rgba(255, 255, 255, 0); }
      .boolet-holder .popup-holder .popup.top {
        top: auto;
        bottom: 100%; }
      .boolet-holder .popup-holder .popup p {
        margin: 0 0 4px; }
      .boolet-holder .popup-holder .popup:after {
        content: '';
        clear: both;
        position: absolute;
        top: 0;
        left: 50%;
        background: url(../images3_0/sprite.png) no-repeat;
        width: 13px;
        height: 7px;
        margin: -7px 0 0 -7px; }
  @media screen and (max-width: 1440px) {
    .boolet-holder .popup-holder.pos1 {
      left: 30px; }
    .boolet-holder .popup-holder.pos4 {
      right: 30px; } }
  @media screen and (max-width: 1391px) {
    .boolet-holder {
      min-height: 711px;
      max-width: 768px;
      margin: 0 auto; }
      .boolet-holder .popup-holder.pos1 {
        top: 68px;
        left: 26px; }
      .boolet-holder .popup-holder.pos2 {
        top: 156px;
        left: 348px; }
      .boolet-holder .popup-holder.pos3 {
        bottom: 119px;
        right: 271px; }
      .boolet-holder .popup-holder.pos4 {
        bottom: 110px;
        right: 26px; } }
  @media screen and (max-width: 800px) {
    .boolet-holder .popup-holder.pos1 {
      left: 40px; }
    .boolet-holder .popup-holder.pos4 {
      right: 46px; } }
  @media screen and (max-width: 767px) {
    .boolet-holder {
      display: none; } }

/* solution section styles */
.solution-section {
  background: #f9f9f9;
  padding: 88px 0 143px; }
  .solution-section h2 {
    margin: 0 0 24px; }
  @media screen and (max-width: 1391px) {
    .solution-section {
      padding: 53px 0 73px;
      background: #f9f9f9; }
      .solution-section h2 {
        margin: 0 0 15px; } }
  @media screen and (max-width: 767px) {
    .solution-section {
      padding: 25px 0 60px;
      background: #f9f9f9; }
      .solution-section .heading {
        margin: 0 auto; }
      .solution-section p {
        margin: 0; }
      .solution-section h2 {
        margin: 0 0 5px; } }

.col-holder {
  overflow: hidden;
  width: 89.5%;
  font: 18px/24px 'proxima_nova', Arial, Helvetica, sans-serif;
  margin: 0 auto 30px;
  padding: 19px 0 0; }
  .col-holder .col {
    float: left;
    width: 22%;
    margin: 0 1.5%;
    padding: 15px 15px 25px; }
    .col-holder .col .ico-box {
      min-height: 130px; }
    .col-holder .col img {
      width: auto;
      margin: 0 auto;
      max-width: 100%;
      vertical-align: top; }
    .col-holder .col .title-link {
      display: inline-block;
      color: #2fb2e0;
      vertical-align: top;
      font-size: 24px;
      line-height: 28px;
      text-transform: uppercase;
      margin: 0 0 12px; }
      .col-holder .col .title-link:focus, .col-holder .col .title-link:active, .col-holder .col .title-link:hover {
        text-decoration: none; }
    .col-holder .col p {
      margin: 0 0 44px; }
    .col-holder .col .btn {
      color: #414342;
      font-size: 18px;
      line-height: 24px;
      padding: 14px 28px;
      border-radius: 30px; }
      .col-holder .col .btn:hover {
        padding: 15px 29px; }
    .col-holder .col a:hover {
      text-decoration: none; }
      .col-holder .col a:hover .btn {
        padding: 15px 29px; }
  .col-holder .col > a {
    display: block;
    overflow: hidden;
    color: #717271; }
  @media screen and (max-width: 1391px) {
    .col-holder {
      padding: 24px 0 0;
      width: 100%;
      font: 14px/20px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .col-holder .col {
        float: left;
        width: 22%;
        margin: 0 1.5%;
        padding: 0 5px 25px; }
        .col-holder .col .ico-box {
          min-height: 111px; }
        .col-holder .col .title-link {
          display: inline-block;
          color: #2fb2e0;
          vertical-align: top;
          font-size: 18px;
          line-height: 24px;
          text-transform: uppercase;
          margin: 0 0 8px; }
          .col-holder .col .title-link:focus, .col-holder .col .title-link:active, .col-holder .col .title-link:hover {
            text-decoration: none; }
        .col-holder .col p {
          max-height: 80px;
          overflow: hidden;
          margin: 0 0 26px; }
        .col-holder .col .btn {
          font-size: 14px;
          line-height: 20px;
          padding: 9px 15px 6px; }
          .col-holder .col .btn:hover {
            color: #fff;
            padding: 10px 16px 7px; }
        .col-holder .col a:hover .btn {
          padding: 10px 16px 7px; } }
  @media screen and (max-width: 767px) {
    .col-holder {
      padding: 13px 10px 0;
      width: 100%;
      margin: 0;
      font: 12px/16px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .col-holder .col {
        float: none;
        overflow: hidden;
        width: 100%;
        margin: 0;
        min-height: 80px;
        border-top: 1px solid #f1f2f2;
        padding: 11px 18px 0 9px;
        text-align: left;
        position: relative; }
        .col-holder .col:first-child {
          border: none; }
        .col-holder .col .ico-box {
          min-height: 1px;
          float: left;
          width: 40px;
          margin: 14px 17px 0 0; }
          .col-holder .col .ico-box img.ico1 {
            width: 100%; }
          .col-holder .col .ico-box img.ico2 {
            width: 93%; }
          .col-holder .col .ico-box img.ico3 {
            width: 100%; }
          .col-holder .col .ico-box img.ico4 {
            width: 45%; }
        .col-holder .col .title-link {
          font-size: 12px;
          line-height: 16px;
          text-transform: uppercase;
          margin: 0 0 3px; }
          .col-holder .col .title-link:focus, .col-holder .col .title-link:active, .col-holder .col .title-link:hover {
            text-decoration: none; }
        .col-holder .col p {
          max-height: 80px;
          overflow: hidden;
          margin: 0 0 13px; }
        .col-holder .col .btn {
          position: absolute;
          top: 37px;
          right: 0;
          background: url(../images3_0/sprite.png) no-repeat -22px -91px !important;
          border: none;
          width: 11px;
          height: 18px;
          text-indent: -9999px;
          overflow: hidden;
          padding: 0 !important;
          box-shadow: none; }
          .col-holder .col .btn:hover {
            padding: 0 !important;
            background: url(../images3_0/sprite.png) no-repeat -22px -91px !important; } }
      @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
        .col-holder .col .btn {
          background: url(../images3_0/sprite.png) no-repeat 0 -45px !important;
          background-size: 250px 250px !important; }
          .col-holder .col .btn:hover {
            padding: 0 !important;
            background: url(../images3_0/sprite.png) no-repeat 0 -45px !important;
            background-size: 250px 250px !important; } }

.mob-boolet {
  overflow: hidden;
  padding: 3px 0 7px; }
  .mob-boolet .box {
    text-align: left;
    padding: 0 28px 9px 16px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    position: relative; }
    .mob-boolet .box .count {
      text-align: center;
      float: left;
      margin: 0 6px 0 0;
      background: #80bd23;
      color: #fff;
      font: 12px/23px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
      width: 27px;
      height: 27px;
      position: relative;
      border-radius: 50%;
      border: 2px solid #bfde91; }
      .mob-boolet .box .count:after {
        content: '';
        clear: both;
        position: absolute;
        top: 27px;
        left: 10px;
        width: 1px;
        height: 999px;
        background: url(../images3_0/separator.png) repeat-y; }
    .mob-boolet .box.blue .count {
      background: #2fb2e0;
      border-color: #97d8ef; }
    .mob-boolet .box.red .count {
      background: #f54a6c;
      border-color: #fcc3ce; }
    .mob-boolet .box .count-final {
      text-align: center;
      float: left;
      background: #925cb5;
      margin: 0 6px 0 0;
      color: #fff;
      width: 27px;
      height: 27px;
      border-radius: 50%;
      border: 2px solid #c8adda;
      font-size: 10px;
      line-height: 23px; }
    .mob-boolet .box .box-content {
      overflow: hidden; }
    .mob-boolet .box .title {
      color: #414342;
      text-transform: uppercase;
      display: block;
      padding: 5px 0 1px; }
      .mob-boolet .box .title strong {
        color: #80bd23; }
    .mob-boolet .box.blue .title strong {
      color: #2fb2e0; }
    .mob-boolet .box.red .title strong {
      color: #f54a6c; }
    .mob-boolet .box:before {
      content: '';
      clear: both;
      position: absolute;
      top: 50%;
      left: 26px;
      width: 9px;
      height: 6px;
      margin: 8px 0 0;
      z-index: 4;
      background: url(../images3_0/sprite.png) no-repeat 0 -8px; }
    .mob-boolet .box.purple .title strong {
      color: #925cb5; }
    .mob-boolet .box.purple:before {
      display: none; }
  @media screen and (max-width: 767px) {
    .mob-boolet {
      display: block !important; } }

/* footer styles */
#footer {
  width: 100%;
  overflow: hidden;
  display: table-footer-group;
  height: 1%; }
  #footer .footer-holder {
    position: relative;
    background: #202121;
    width: 100%; }
    #footer .footer-holder:after {
      top: 0;
      left: 0;
      right: 0;
      height: 8px; }
      @media screen and (max-width: 767px) {
        #footer .footer-holder:after {
          height: 4px; } }
  #footer .holder {
    padding: 10px 0 0; }

.contact-btn {
  position: absolute;
  background: #fff;
  top: 0;
  width: 202px;
  height: 202px;
  padding: 8px;
  left: 50%;
  z-index: 100;
  margin: -97px 0 0 -101px;
  border-radius: 50%; }
  .contact-btn .btn {
    width: 186px;
    height: 186px;
    border-radius: 50%;
    padding: 0;
    color: #414342;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase; }
    .contact-btn .btn:focus, .contact-btn .btn:active, .contact-btn .btn.hover {
      padding: 0;
      width: 186px;
      height: 186px;
      color: #fff;
      margin: 0; }
      .contact-btn .btn:focus:after, .contact-btn .btn:active:after, .contact-btn .btn.hover:after {
        height: 186px; }
    .contact-btn .btn:after {
      content: '';
      display: inline-block;
      height: 184px;
      width: 1px;
      overflow: hidden;
      margin: 0 0 0 -5px;
      vertical-align: middle; }
    .contact-btn .btn.hover .over, .contact-btn .btn:active .over, .contact-btn .btn:focus .over,
    .contact-btn .btn .static {
      display: block; }
    .contact-btn .btn.hover .static, .contact-btn .btn:active .static, .contact-btn .btn:focus .static,
    .contact-btn .btn .over {
      display: none; }
  .contact-btn img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: top; }
  .contact-btn .vert {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    padding: 2px 0 0; }
    .contact-btn .vert span {
      padding: 10px 10px;
      display: block; }
  @media screen and (max-width: 1391px) {
    .contact-btn {
      width: 143px;
      height: 143px;
      padding: 5px;
      margin: -68px 0 0 -72px; }
      .contact-btn .btn {
        width: 133px;
        height: 133px;
        font-size: 14px;
        line-height: 20px; }
        .contact-btn .btn img {
          max-width: 45px; }
        .contact-btn .btn:focus, .contact-btn .btn:active, .contact-btn .btn.hover {
          padding: 2px 0 0;
          width: 133px;
          height: 131px;
          margin: 0; }
          .contact-btn .btn:focus:after, .contact-btn .btn:active:after, .contact-btn .btn.hover:after {
            height: 131px; }
        .contact-btn .btn:after {
          content: '';
          display: inline-block;
          height: 133px;
          width: 1px;
          overflow: hidden;
          margin: 0 0 0 -5px;
          vertical-align: middle; }
        .contact-btn .btn .vert {
          vertical-align: middle;
          display: inline-block;
          white-space: normal;
          padding: 0 0 1px; }
          .contact-btn .btn .vert span {
            padding: 6px 5px 5px;
            display: block; } }
  @media screen and (max-width: 767px) {
    .contact-btn {
      width: 101px;
      height: 102px;
      padding: 5px;
      margin: -49px 0 0 -51px; }
      .contact-btn .btn {
        width: 93px;
        height: 93px;
        font-size: 10px;
        line-height: 18px; }
        .contact-btn .btn img {
          max-width: 31px; }
        .contact-btn .btn:focus, .contact-btn .btn:active, .contact-btn .btn.hover {
          padding: 2px 0 0;
          width: 93px;
          height: 93px; }
          .contact-btn .btn:focus:after, .contact-btn .btn:active:after, .contact-btn .btn.hover:after {
            height: 93px; }
        .contact-btn .btn:after {
          height: 93px;
          width: 1px; }
        .contact-btn .btn .vert {
          padding: 0 2px 1px 0; }
          .contact-btn .btn .vert span {
            padding: 1px 5px 2px;
            display: block; } }

.footer-nav {
  overflow: hidden;
  padding: 29px 0 96px;
  width: 91%;
  margin: 0 auto; }
  .footer-nav ul.left {
    float: left; }
  .footer-nav ul.right {
    float: right; }
    .footer-nav ul.right li {
      margin: 0  15px 0 37px; }
  .footer-nav li {
    float: left;
    overflow: hidden;
    text-transform: uppercase;
    margin: 0  14px 0 15px;
    font-size: 14px;
    line-height: 20px; }
    .footer-nav li a {
      display: block;
      color: #fff;
      position: relative; }
      .footer-nav li a:hover {
        text-decoration: underline; }
    .footer-nav li.home a {
      color: #2fb2e0; }
      .footer-nav li.home a .yellow {
        color: #fece2f; }
      .footer-nav li.home a:hover {
        text-decoration: none; }
        .footer-nav li.home a:hover:after {
          bottom: 3px;
          left: 0;
          right: 0;
          height: 1px; }
  @media screen and (max-width: 1391px) {
    .footer-nav {
      overflow: hidden;
      padding: 29px 0 46px;
      width: 99.2%; }
      .footer-nav ul.left {
        float: left; }
      .footer-nav ul.right {
        float: right; }
        .footer-nav ul.right li {
          margin: 0 8px 0 11px; }
      .footer-nav li {
        float: left;
        overflow: hidden;
        text-transform: uppercase;
        margin: 0  9px 0 10px;
        font-size: 12px;
        line-height: 20px; } }
  @media screen and (max-width: 767px) {
    .footer-nav {
      overflow: hidden;
      padding: 20px 0 33px;
      width: 100%; }
      .footer-nav ul.right {
        text-align: right; }
        .footer-nav ul.right li {
          margin: 0 9px; }
      .footer-nav li {
        float: none;
        overflow: hidden;
        margin: 0 9px;
        font-size: 9px;
        line-height: 16px; }
        .footer-nav li .t-hide {
          display: inline !important; }
        .footer-nav li a {
          display: inline; }
          .footer-nav li a:hover:after {
            bottom: 1px !important; } }
  .footer-nav.type2 {
    text-align: center;
    width: 71.4%;
    margin: 0 auto;
    padding: 49px 0 57px; }
    .footer-nav.type2 .right li,
    .footer-nav.type2 li {
      float: left;
      overflow: hidden;
      text-transform: uppercase;
      margin: 0  40px 0 40px;
      font-size: 14px;
      line-height: 20px; }
    .footer-nav.type2 .center {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 12px 9px;
      margin: -11px 0 0; }
      .footer-nav.type2 .center:after, .footer-nav.type2 .center:before {
        content: '';
        clear: both;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images3_0/sprite.png) no-repeat -312px -128px;
        width: 4px;
        height: 42px; }
      .footer-nav.type2 .center:after {
        background: url(../images3_0/sprite.png) no-repeat -320px -128px;
        left: auto;
        right: 0; }
      .footer-nav.type2 .center li {
        margin: 0 11px;
        text-transform: none;
        font-size: 14px;
        line-height: 18px; }
    @media screen and (max-width: 1391px) {
      .footer-nav.type2 {
        padding: 29px 0 46px;
        width: 99.2%; }
        .footer-nav.type2 .right li,
        .footer-nav.type2 li {
          float: left;
          margin: 0  9px;
          font-size: 12px;
          line-height: 20px; }
        .footer-nav.type2 .center li {
          margin: 0 9px;
          font-size: 12px;
          line-height: 18px; } }
    @media screen and (max-width: 767px) {
      .footer-nav.type2 {
        overflow: hidden;
        padding: 20px 0 33px;
        width: 100%; }
        .footer-nav.type2 .right,
        .footer-nav.type2 .left {
          width: 35%; }
        .footer-nav.type2 .right li,
        .footer-nav.type2 li {
          float: none;
          text-align: left;
          overflow: hidden;
          margin: 0 9px;
          font-size: 9px;
          line-height: 16px; }
        .footer-nav.type2 .right li {
          text-align: right; }
        .footer-nav.type2 .center {
          margin: 0;
          padding: 0; }
          .footer-nav.type2 .center:after, .footer-nav.type2 .center:before {
            display: none; }
          .footer-nav.type2 .center li {
            margin: 0 9px;
            text-align: center;
            text-transform: uppercase;
            font-size: 9px;
            line-height: 16px; } }

.phone-line {
  text-align: center;
  color: #a9a9a9;
  text-transform: uppercase;
  display: block;
  margin: 0 0 43px;
  font: 32px/36px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  .phone-line .phone {
    color: #a9a9a9; }
  @media screen and (max-width: 1391px) {
    .phone-line {
      margin: 0 0 41px;
      font-size: 24px;
      line-height: 32px; } }
  @media screen and (max-width: 767px) {
    .phone-line {
      margin: 0 0 18px;
      font-size: 14px;
      line-height: 20px; } }

.info-links {
  text-align: center;
  margin: 0 0 35px;
  font: 14px/20px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  .info-links li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 11px;
    position: relative; }
    .info-links li:after {
      content: '';
      clear: both;
      position: absolute;
      top: 50%;
      left: -1px;
      background: #717271;
      height: 10px;
      width: 1px;
      margin: -5px 0 0; }
    .info-links li a {
      color: #717271; }
    .info-links li:first-child {
      padding: 0 10px; }
      .info-links li:first-child:after {
        display: none; }
  @media screen and (max-width: 1391px) {
    .info-links {
      font-size: 12px;
      line-height: 16px;
      margin: 0 0 45px; }
      .info-links li {
        padding: 0 9px 0 10px; }
        .info-links li:after {
          height: 8px;
          margin: -4px 0 0; }
        .info-links li:first-child {
          padding: 0 9px; } }
  @media screen and (max-width: 767px) {
    .info-links {
      font-size: 9px;
      line-height: 14px;
      margin: 0 0 15px; }
      .info-links li {
        padding: 0 6px 0 6px; }
        .info-links li:after {
          height: 6px;
          margin: -3px 0 0; }
        .info-links li:first-child {
          padding: 0 6px; } }

.social-box {
  text-align: center;
  overflow: hidden;
  position: relative; }
  .social-box:after {
    background: #323333;
    position: absolute;
    top: 51px;
    left: 0;
    right: 0;
    height: 1px;
    content: '';
    clear: both; }
    @media screen and (max-width: 767px) {
      .social-box:after {
        top: 26px; } }

.social {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 42px;
  position: relative;
  z-index: 10; }
  .social li {
    float: left;
    background: #202121;
    padding: 6px;
    margin: 0 10px; }
    .social li a {
      display: block;
      width: 88px;
      border-radius: 50%;
      margin: 0 0 12px;
      height: 88px;
      text-indent: -9999px;
      overflow: hidden;
      background: url(../images3_0/sprite.png) no-repeat; }
      .social li a.twitter {
        background-position: -6px -156px; }
        .social li a.twitter:hover {
          background-position: -6px -256px; }
      .social li a.facebook {
        background-position: -106px -156px; }
        .social li a.facebook:hover {
          background-position: -106px -256px; }
      .social li a.rss {
        background-position: -206px -156px; }
        .social li a.rss:hover {
          background-position: -206px -256px; }
    .social li .title {
      display: block;
      text-transform: uppercase;
      color: #717271;
      font-size: 12px;
      line-height: 18px; }
      @media screen and (max-width: 1391px) {
        .social li .title {
          font-size: 11px;
          line-height: 19px; } }
  @media screen and (max-width: 1391px) {
    .social {
      padding: 0 0 40px; } }
  @media screen and (max-width: 767px) {
    .social {
      padding: 0 0 19px; }
      .social li {
        margin: 0 5px;
        padding: 0; }
        .social li a {
          display: block;
          width: 50px;
          border-radius: 50%;
          margin: 0 0 1px;
          height: 50px;
          background: url(../images3_0/sprite.png) no-repeat; }
          .social li a.twitter {
            background-position: 0 -352px; }
            .social li a.twitter:hover {
              background-position: 0 -404px; } }
        @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
          .social li a.twitter {
            background: url(../images3_0/sprite.png) no-repeat 0 -75px;
            background-size: 250px 250px; }
            .social li a.twitter:hover {
              background: url(../images3_0/sprite.png) no-repeat 0 -125px;
              background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
          .social li a.facebook {
            background-position: -52px -352px; }
            .social li a.facebook:hover {
              background-position: -52px -404px; } }
        @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
          .social li a.facebook {
            background: url(../images3_0/sprite.png) no-repeat -50px -75px;
            background-size: 250px 250px; }
            .social li a.facebook:hover {
              background: url(../images3_0/sprite.png) no-repeat -50px -125px;
              background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
          .social li a.rss {
            background-position: -104px -352px; }
            .social li a.rss:hover {
              background-position: -104px -404px; } }
        @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
          .social li a.rss {
            background: url(../images3_0/sprite.png) no-repeat -100px -75px;
            background-size: 250px 250px; }
            .social li a.rss:hover {
              background: url(../images3_0/sprite.png) no-repeat -100px -125px;
              background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
        .social li .title {
          font-size: 9px;
          line-height: 13px; } }

/* lightboxes styles */
.lightbox-holder {
  overflow-x: hidden !important; }
  .lightbox-holder .error-block {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    color: #fff;
    margin: -18px 0 13px;
    width: 100%; }
    .lightbox-holder .error-block .warning-ico {
      margin: 5px 8px 0 0; }
    .lightbox-holder .error-block .box {
      padding: 11px 14px 15px; }
    .lightbox-holder .error-block .error-header {
      text-align: left;
      padding: 11px 10px 11px; }
      .lightbox-holder .error-block .error-header .title {
        padding: 0;
        line-height: 17px; }
      .lightbox-holder .error-block .error-header .close {
        margin: 9px 1px 0 0; }

.login-lb {
  padding: 5px;
  margin: 243px auto;
  width: 294px;
  text-align: center; }
  .login-lb .btn-close {
    float: right;
    width: 29px;
    height: 29px;
    background: url(../images3_0/sprite.png) no-repeat -66px -28px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 19px 1px 0 0; }
  .login-lb .form-login.error .error-block {
    display: block !important; }
  .login-lb .form-group {
    float: none;
    overflow: hidden;
    margin: 0 0 18px;
    position: relative;
    text-align: left; }
  .login-lb .form-login > .title {
    display: block;
    font-size: 70px;
    text-align: left;
    line-height: 72px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 24px -3px; }
  .login-lb .form-group.pass-group .form-control,
  .login-lb .form-control {
    padding: 12px 12px 12px 40px;
    width: 100% !important; }
  .login-lb .form-login .form-group.pass-group .input-placeholder-text {
    left: 41px; }
  .login-lb .form-login .label-pass {
    left: 16px;
    top: 19px; }
  .login-lb .line-forgote {
    padding: 5px 0;
    text-align: center;
    margin: 0 0 39px; }
    .login-lb .line-forgote .forgot {
      float: none;
      display: inline-block;
      vertical-align: top; }
      .login-lb .line-forgote .forgot:after {
        top: 9px; }
  @media screen and (max-width: 1391px) {
    .login-lb {
      display: none;
      margin: 20% auto;
      display: block;
      width: 296px; }
      .login-lb .form-group {
        display: block;
        overflow: hidden;
        margin: 0 0 18px;
        position: relative;
        text-align: left; }
      .login-lb .form-login .label-pass {
        left: 16px;
        top: 16px; } }

.error-lb {
  padding: 5px;
  margin: 323px auto;
  width: 496px; }
  .error-lb .error-block {
    background: rgba(255, 255, 255, 0.05);
    margin: 0; }
    .error-lb .error-block .warning-ico {
      margin: 3px 8px 0 0; }
    .error-lb .error-block .box {
      padding: 16px 17px 19px; }
    .error-lb .error-block .error-header {
      text-align: left;
      padding: 11px 10px 16px; }
      .error-lb .error-block .error-header .title {
        padding: 9px 0 0;
        line-height: 17px; }
      .error-lb .error-block .error-header .close {
        margin: 10px 7px 0 0; }
  @media screen and (max-width: 767px) {
    .error-lb {
      display: none;
      margin: 20% auto;
      width: 296px;
      display: block; } }

/* mobile menu styles */
.mobile-menu .drop {
  background: none;
  border: none;
  position: absolute;
  right: -276px;
  top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  z-index: 200;
  width: 276px;
  bottom: 0;
  background: #202121;
  transition: all 0.2s linear; }

.nav-active #footer,
.nav-active #wrapper {
  overflow: hidden;
  position: relative; }

.w1 {
  transition: all 0.2s linear;
  margin: 0;
  min-width: 320px;
  overflow: hidden; }

.nav-active .footer-holder,
.nav-active .w1 {
  min-width: 320px; }
  @media screen and (max-width: 767px) {
    .nav-active .footer-holder,
    .nav-active .w1 {
      margin: 0 0 0 -276px;
      padding: 0 276px 0 0; } }

.nav-active .footer-holder {
  padding: 0; }

.nav-active .mobile-menu {
  display: none; }
  @media screen and (max-width: 767px) {
    .nav-active .mobile-menu {
      display: block; } }

.nav-active .mobile-menu .drop {
  right: 0; }

.mob-login {
  background: #2b2c2c;
  padding: 17px 34px 20px;
  text-align: center; }
  .mob-login .error-block {
    margin: 0 0 5px; }
    .mob-login .error-block .title {
      text-transform: none;
      font-size: 10px;
      line-height: 14px;
      padding: 0; }
    .mob-login .error-block .warning-ico {
      margin: 0; }
  .mob-login .form-group {
    display: block;
    width: 100%;
    margin: 0 0 8px;
    text-align: left; }
    .mob-login .form-group .input-placeholder-text {
      font-size: 12px;
      line-height: 16px;
      left: 29px !important;
      top: 10px !important; }
    .mob-login .form-group .form-control {
      width: 100% !important;
      border-radius: 4px;
      font-size: 12px;
      height: 37px;
      line-height: 16px;
      padding: 9px 11px 9px 28px;
      position: relative; }
    .mob-login .form-group .label-user {
      top: 13px;
      left: 11px;
      background: url(../images3_0/sprite.png) no-repeat -53px -14px;
      width: 9px;
      height: 11px; }
      @media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), (min-resolution: 144dpi) and (max-width: 767px) {
        .mob-login .form-group .label-user {
          background: url(../images3_0/sprite.png) no-repeat -16px 0;
          background-size: 250px 250px; } }
    .mob-login .form-group .label-user.label-active {
      background: url(../images3_0/sprite.png) no-repeat -53px -27px; }
      @media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), (min-resolution: 144dpi) and (max-width: 767px) {
        .mob-login .form-group .label-user.label-active {
          background: url(../images3_0/sprite.png) no-repeat -16px -11px;
          background-size: 250px 250px; } }
    .mob-login .form-group .label-pass {
      top: 15px;
      left: 13px;
      background: url(../images3_0/sprite.png) no-repeat -124px 0;
      width: 6px;
      height: 7px; }
      @media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), (min-resolution: 144dpi) and (max-width: 767px) {
        .mob-login .form-group .label-pass {
          background: url(../images3_0/sprite.png) no-repeat -8px 0;
          background-size: 250px 250px; } }
    .mob-login .form-group .label-pass.label-active {
      background: url(../images3_0/sprite.png) no-repeat -124px -9px; }
      @media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), (min-resolution: 144dpi) and (max-width: 767px) {
        .mob-login .form-group .label-pass.label-active {
          background: url(../images3_0/sprite.png) no-repeat -8px -7px;
          background-size: 250px 250px; } }
    .mob-login .form-group.error .label-user,
    .mob-login .form-group.error .label-user.label-active {
      background: url(../images3_0/sprite.png) no-repeat -53px -40px; }
      @media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), (min-resolution: 144dpi) and (max-width: 767px) {
        .mob-login .form-group.error .label-user,
        .mob-login .form-group.error .label-user.label-active {
          background: url(../images3_0/sprite.png) no-repeat -16px -18px;
          background-size: 250px 250px; } }
    .mob-login .form-group.error .label-pass,
    .mob-login .form-group.error .label-pass.label-active {
      background: url(../images3_0/sprite.png) no-repeat -124px -18px; }
      @media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), (min-resolution: 144dpi) and (max-width: 767px) {
        .mob-login .form-group.error .label-pass,
        .mob-login .form-group.error .label-pass.label-active {
          background: url(../images3_0/sprite.png) no-repeat -8px -14px;
          background-size: 250px 250px; } }
  .mob-login .btn {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 12px;
    border-radius: 30px;
    margin: 0 4px; }
    .mob-login .btn:active, .mob-login .btn:focus, .mob-login .btn:hover {
      padding: 6px 13px; }
  .mob-login .title {
    display: block;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
    font: 14px/18px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  .mob-login .line-forgote {
    text-align: center;
    margin: 0 0 8px;
    width: 100%;
    overflow: hidden; }
    .mob-login .line-forgote .forgot {
      font-size: 9px;
      line-height: 15px;
      float: none;
      display: inline-block;
      vertical-align: top; }
      .mob-login .line-forgote .forgot:after {
        top: 5px; }
  .mob-login.error .hide {
    display: block !important; }

/* mobile menu styles */
.mobile-menu {
  bottom: 0;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 200;
  display: none; }
  .mobile-menu .drop-heading {
    text-align: center;
    padding: 7px 10px 5px; }
    .mobile-menu .drop-heading .logo-mob {
      padding: 10px 0;
      display: inline-block;
      width: 39%;
      vertical-align: top; }
      .mobile-menu .drop-heading .logo-mob img {
        vertical-align: top; }
    .mobile-menu .drop-heading .nav-opener.close-btn {
      position: absolute;
      top: 11px;
      right: 14px;
      width: 15px;
      height: 15px;
      text-indent: -9999px;
      overflow: hidden;
      background: url(../images3_0/sprite.png) no-repeat -66px -60px; }
      @media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), (min-resolution: 144dpi) and (max-width: 767px) {
        .mobile-menu .drop-heading .nav-opener.close-btn {
          background: url(../images3_0/sprite.png) no-repeat -43px -30px;
          background-size: 250px 250px; } }
      .mobile-menu .drop-heading .nav-opener.close-btn:before, .mobile-menu .drop-heading .nav-opener.close-btn:after {
        display: none; }
  .mobile-menu .mob-nav li {
    text-align: center;
    border-top: 1px solid #252626; }
    .mobile-menu .mob-nav li a {
      padding: 9px;
      display: block;
      text-transform: uppercase;
      color: #ececec;
      font: 12px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }

.language-list {
  text-align: center;
  margin: 0;
  padding: 19px 0; }
  .language-list li {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin: 0 12px;
    font: 12px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
    .language-list li a {
      position: relative;
      color: #a0a1a0;
      padding: 0 0 2px; }
      .language-list li a:hover, .language-list li a.active, .language-list li a:focus, .language-list li a:active {
        text-decoration: none;
        color: #fff; }
        .language-list li a:hover:after, .language-list li a.active:after, .language-list li a:focus:after, .language-list li a:active:after {
          bottom: 0;
          right: 0;
          left: 0; }

/* content intro styles */
.content-intro {
  padding: 92px 0 67px;
  color: #414342;
  font: 32px/44px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
  text-align: center; }
  .content-intro p {
    margin: 0; }
  @media screen and (max-width: 1391px) {
    .content-intro {
      padding: 56px 10px 28px;
      font: 24px/30px 'proxima_nova_lt', Arial, Helvetica, sans-serif; } }
  @media screen and (max-width: 767px) {
    .content-intro {
      padding: 27px 10px 1px;
      font: 14px/18px 'proxima_nova_lt', Arial, Helvetica, sans-serif; } }

/* content post styles */
.content-post {
  color: #414342;
  margin-bottom: 83px;
  font: 24px/34px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  .content-post .img-box {
    margin: 21px 0 0; }
  .content-post p {
    margin: 0 0 12px; }
    .content-post p.t2 {
      margin: 0 0 58px; }
  .content-post h2 {
    padding: 20px 0 10px;
    font: bold 70px/65px 'proxima_nova', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #414342;
    margin: 0 0 0 -3px; }
  .content-post .alignright {
    float: right;
    width: auto;
    max-width: 100%;
    margin: 14px -49px 0 -170px; }
  .content-post .post-heading {
    margin: 0 0 20px; }
    .content-post .post-heading .heading {
      padding: 56px 0 0; }
    .content-post .post-heading h2 {
      margin: 0 0 20px -3px; }
  .content-post .post-columns {
    overflow: hidden;
    margin-bottom: 31px; }
    .content-post .post-columns .col {
      width: 50%;
      padding: 0 20px;
      float: left; }
    .content-post .post-columns .title {
      font: bold 24px/28px 'proxima_nova', Arial, Helvetica, sans-serif;
      margin: 0 0 14px;
      display: block; }
  .content-post .btn {
    padding: 21px 40px 19px;
    font: 24px/28px 'proxima_nova', Arial, Helvetica, sans-serif;
    vertical-align: top;
    border-radius: 40px; }
    .content-post .btn:focus, .content-post .btn:active, .content-post .btn:hover {
      padding: 22px 41px 20px; }
  .content-post.content-post-columer {
    margin-bottom: 103px; }
  @media screen and (max-width: 1391px) {
    .content-post {
      margin: 0 -8px 13px;
      font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .content-post .img-box {
        margin: 25px 5px 16px 0;
        width: 51%;
        float: left; }
      .content-post p {
        margin: 0 0 44px; }
        .content-post p.t2 {
          margin: 0 0 44px; }
      .content-post h2 {
        font: bold 42px/51px 'proxima_nova', Arial, Helvetica, sans-serif;
        margin: 0 0 2px; }
      .content-post .alignright {
        float: right;
        width: auto;
        max-width: 66%;
        margin: 20px -9px 0 -40px; }
      .content-post .post-heading {
        margin: 0 0 21px; }
        .content-post .post-heading .heading {
          padding: 14px 0 0; }
        .content-post .post-heading h2 {
          margin: 0 0 2px; }
        .content-post .post-heading br {
          display: none; }
        .content-post .post-heading p {
          margin: 0; }
      .content-post .post-columns {
        margin-bottom: 13px; }
        .content-post .post-columns .col {
          width: 50%;
          padding: 0 20px;
          float: left; }
        .content-post .post-columns .title {
          font: bold 18px/24px 'proxima_nova', Arial, Helvetica, sans-serif;
          margin: 0;
          display: block; }
      .content-post .btn {
        padding: 14px 30px;
        font: 18px/24px 'proxima_nova', Arial, Helvetica, sans-serif; }
        .content-post .btn:focus, .content-post .btn:active, .content-post .btn:hover {
          padding: 15px 31px; }
      .content-post.content-post-columer {
        margin-bottom: 62px;
        padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .content-post {
      margin: 0 -10px 22px;
      font: 12px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .content-post .img-box {
        display: none; }
      .content-post .hide {
        display: block !important;
        margin: 0 0 11px; }
      .content-post p {
        margin: 0 0 6px; }
      .content-post h2 {
        font: bold 21px/24px 'proxima_nova', Arial, Helvetica, sans-serif;
        margin: 0;
        text-align: center; }
      .content-post .post-heading {
        margin: 0 0 7px;
        font: 12px/15px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
        .content-post .post-heading .heading {
          padding: 14px 0 0;
          text-align: left; }
        .content-post .post-heading h2 {
          margin: 0 0 7px;
          text-align: left;
          padding: 8px 0 0; }
        .content-post .post-heading br {
          display: none; }
        .content-post .post-heading p {
          margin: 0; }
      .content-post .hide.wided {
        margin: 0 0 13px;
        width: 100%; }
      .content-post .post-columns {
        margin-bottom: 17px;
        line-height: 14px; }
        .content-post .post-columns .col {
          width: 100%;
          padding: 0 20px 5px;
          float: none; }
        .content-post .post-columns .title {
          font: bold 12px/16px 'proxima_nova', Arial, Helvetica, sans-serif;
          margin: 0;
          display: block; }
      .content-post .btn {
        padding: 9px 20px;
        font: 12px/16px 'proxima_nova', Arial, Helvetica, sans-serif; }
        .content-post .btn:focus, .content-post .btn:active, .content-post .btn:hover {
          padding: 10px 21px; }
      .content-post.content-post-columer {
        margin-bottom: 31px;
        padding: 0 20px; } }

/* team block styles */
.team-block {
  text-align: center;
  background: #f4f4f4;
  margin: 0 -9999px;
  padding: 85px 9999px 155px; }
  .team-block .jcf-select {
    display: none !important; }
  .team-block:after {
    content: '';
    display: block;
    clear: both; }
  .team-block h2 {
    font: 70px/78px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #414342;
    margin: 0 0 69px; }
    .team-block h2 strong {
      font: bold 70px/74px 'proxima_nova', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1391px) {
    .team-block {
      background: #f4f4f4;
      margin: 0 -9999px;
      padding: 49px 9999px 114px; }
      .team-block h2 {
        font: 48px/58px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin: 0 0 44px; }
        .team-block h2 strong {
          font: bold 48px/58px 'proxima_nova', Arial, Helvetica, sans-serif; } }
  @media screen and (max-width: 767px) {
    .team-block {
      margin: 0 -20px;
      padding: 25px 20px 61px; }
      .team-block h2 {
        font: 21px/25px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin: 0 0 24px; }
        .team-block h2 strong {
          font: bold 21px/25px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .team-block .jcf-select {
        display: block !important;
        text-align: left;
        text-transform: uppercase;
        border: 1px solid #dadada;
        width: 66.6%;
        margin: 0 auto 14px;
        border-radius: 5px;
        height: 38px; }
        .team-block .jcf-select .ico-b {
          float: left;
          margin: 0 13px 0 0; }
        .team-block .jcf-select a {
          display: block;
          color: #717271;
          padding: 0 0 2px;
          font: bold 12px/22px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
          text-transform: uppercase; }
        .team-block .jcf-select img {
          vertical-align: top;
          width: 12px; }
          .team-block .jcf-select img.ico {
            display: none; }
          .team-block .jcf-select img.ico-h {
            display: block; }
        .team-block .jcf-select .jcf-select-opener {
          background: url(../images3_0/sprite.png) no-repeat -112px -36px;
          bottom: auto;
          position: absolute;
          right: 9px;
          text-align: center;
          top: 15px;
          width: 11px;
          height: 7px; }
        .team-block .jcf-select .jcf-select-text {
          cursor: default;
          display: block;
          font-size: 12px;
          line-height: 18px;
          margin: 0 35px 0 8px;
          padding: 10px;
          height: 38px;
          color: #717271;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; } }

.jcf-select-nav-select img {
  width: 14px; }
.jcf-select-nav-select .jcf-option {
  font-size: 12px;
  line-height: 18px;
  padding: 10px 10px 10px 18px;
  height: 38px;
  color: #717271;
  text-transform: uppercase; }
  .jcf-select-nav-select .jcf-option .ico-b {
    float: left;
    margin: 0 13px 0 0; }
  .jcf-select-nav-select .jcf-option a {
    display: block;
    color: #717271;
    padding: 0 0 2px;
    font: bold 12px/22px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
  .jcf-select-nav-select .jcf-option img.ico {
    display: block; }
  .jcf-select-nav-select .jcf-option img.ico-h {
    display: none; }
  .jcf-select-nav-select .jcf-option.jsf-hover, .jcf-select-nav-select .jcf-option.active, .jcf-select-nav-select .jcf-option:active, .jcf-select-nav-select .jcf-option:hover, .jcf-select-nav-select .jcf-option.focus {
    font: bold 12px/18px 'proxima_nova', Arial, Helvetica, sans-serif; }
    .jcf-select-nav-select .jcf-option.jsf-hover img.ico, .jcf-select-nav-select .jcf-option.active img.ico, .jcf-select-nav-select .jcf-option:active img.ico, .jcf-select-nav-select .jcf-option:hover img.ico, .jcf-select-nav-select .jcf-option.focus img.ico {
      display: none; }
    .jcf-select-nav-select .jcf-option.jsf-hover img.ico-h, .jcf-select-nav-select .jcf-option.active img.ico-h, .jcf-select-nav-select .jcf-option:active img.ico-h, .jcf-select-nav-select .jcf-option:hover img.ico-h, .jcf-select-nav-select .jcf-option.focus img.ico-h {
      display: block; }

/* filter list styles */
.filter-list {
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 25px; }
  .filter-list:before, .filter-list:after {
    content: " ";
    display: table; }
  .filter-list:after {
    clear: both; }
  .filter-list li {
    float: left;
    width: 12.5%;
    padding: 0 12px;
    text-align: center; }
    .filter-list li .ico-b {
      min-height: 62px; }
    .filter-list li a {
      display: inline-block;
      color: #717271;
      padding: 16px 5px 18px;
      font: 14px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif !important;
      text-transform: uppercase; }
      .filter-list li a:hover, .filter-list li a:focus {
        padding: 15px 5px 17px;
        text-decoration: none;
        background: #fff;
        border: 1px solid #eaeaea;
        border-radius: 6px;
        font: bold 14px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif !important; }
        .filter-list li a:hover img.ico, .filter-list li a:focus img.ico {
          display: none; }
        .filter-list li a:hover img.ico-h, .filter-list li a:focus img.ico-h {
          display: block; }
      .filter-list li a:hover {
        font: 14px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif !important;
        text-decoration: none; }
    .filter-list li img {
      width: auto;
      margin: 0 auto; }
      .filter-list li img.ico {
        display: block; }
      .filter-list li img.ico-h {
        display: none; }
    .filter-list li a.active-filter {
      padding: 16px 5px 18px;
      text-decoration: none;
      font: bold 14px/24px 'proxima_nova', Arial, Helvetica, sans-serif !important; }
      .filter-list li a.active-filter:hover, .filter-list li a.active-filter:focus {
        text-decoration: none;
        padding: 15px 5px 17px; }
      .filter-list li a.active-filter img.ico {
        display: none; }
      .filter-list li a.active-filter img.ico-h {
        display: block; }
  @media screen and (max-width: 1391px) {
    .filter-list {
      margin: 0 0 24px; }
      .filter-list li {
        padding: 0; }
        .filter-list li .ico-b {
          min-height: 70px; }
        .filter-list li a {
          padding: 10px 5px 12px;
          font: 12px/14px 'proxima_nova_lt', Arial, Helvetica, sans-serif !important; }
          .filter-list li a:hover, .filter-list li a:focus {
            text-decoration: none;
            padding: 9px 5px 11px;
            font: 12px/14px 'proxima_nova_lt', Arial, Helvetica, sans-serif !important; }
        .filter-list li a.active-filter {
          padding: 10px 5px 12px;
          text-decoration: none;
          font: bold 12px/14px 'proxima_nova', Arial, Helvetica, sans-serif !important; }
          .filter-list li a.active-filter:hover, .filter-list li a.active-filter:focus {
            padding: 9px 5px 11px;
            font: bold 12px/14px 'proxima_nova', Arial, Helvetica, sans-serif !important; } }
  @media screen and (max-width: 767px) {
    .filter-list {
      display: none; } }

@media screen and (max-width: 767px) {
  .filters {
    position: relative;
    width: 66.6%;
    z-index: 30;
    margin: 0 auto 14px;
    font-size: 12px;
    line-height: 18px; }
    .filters .title-text {
      overflow: hidden; }
    .filters .opener-filter {
      border-radius: 5px;
      background: #fff;
      display: block;
      text-align: left;
      padding: 10px 45px 10px 18px;
      height: 38px;
      text-transform: uppercase;
      border: 1px solid #dadada;
      color: #414342;
      font: 12px/18px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .filters .opener-filter img.ico {
        display: none; }
      .filters .opener-filter img.ico-h {
        display: block;
        display: inline-block; }
      .filters .opener-filter:after {
        content: '';
        clear: both;
        background: url("../images3_0/sprite.png") no-repeat -112px -36px;
        bottom: auto;
        height: 7px;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 16px;
        width: 11px; }
      .filters .opener-filter:active, .filters .opener-filter:focus, .filters .opener-filter:hover {
        text-decoration: none;
        font: bold 12px/18px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .filters .opener-filter .ico-b {
        float: left;
        width: 12px;
        margin: 0 13px 0 0; }
        .filters .opener-filter .ico-b img {
          width: 12px; }
    .filters .filter-list {
      border-radius: 5px;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #fff;
      border: 1px solid #dadada;
      margin: 0; }
      .filters .filter-list li {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        text-align: left;
        font-weight: normal; }
        .filters .filter-list li a {
          padding: 10px 45px 10px 18px;
          color: #414342;
          height: 38px;
          overflow: visible;
          font: 12px/18px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
          .filters .filter-list li a.active-filter, .filters .filter-list li a:active, .filters .filter-list li a:focus, .filters .filter-list li a:hover {
            text-decoration: none;
            border: none;
            padding: 10px 45px 10px 18px;
            font: bold 12px/18px 'proxima_nova', Arial, Helvetica, sans-serif; }
            .filters .filter-list li a.active-filter img.ico, .filters .filter-list li a:active img.ico, .filters .filter-list li a:focus img.ico, .filters .filter-list li a:hover img.ico {
              display: none !important; }
            .filters .filter-list li a.active-filter img.ico-h, .filters .filter-list li a:active img.ico-h, .filters .filter-list li a:focus img.ico-h, .filters .filter-list li a:hover img.ico-h {
              display: block !important;
              display: inline-block !important; }
          .filters .filter-list li a img.ico {
            display: block !important;
            display: inline-block !important; }
          .filters .filter-list li a img.ico-h {
            display: none !important; }
      .filters .filter-list a.active-filter {
        text-decoration: none;
        font: bold 12px/18px 'proxima_nova', Arial, Helvetica, sans-serif !important; }
      .filters .filter-list .ico-b {
        float: left;
        width: 14px;
        height: 18px;
        margin: 0 13px 0 0;
        min-height: 1px;
        white-space: nowrap; }
        .filters .filter-list .ico-b:after {
          content: '';
          display: inline-block;
          height: 18px;
          width: 1px;
          overflow: hidden;
          margin: 0 0 0 -5px;
          vertical-align: middle; }
        .filters .filter-list .ico-b img {
          width: 14px;
          vertical-align: middle;
          white-space: normal; } }

/* join box styles */
.join-box {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  color: #414342;
  padding: 30px;
  margin: 0 0 49px;
  font: 24px/36px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  .join-box a {
    color: #2fb2e0; }
    .join-box a:hover {
      background: none repeat scroll 0 0 #2fb2e0;
      color: white;
      text-decoration: none; }
  .join-box p {
    margin: 0 0 3px; }
  @media screen and (max-width: 1391px) {
    .join-box {
      padding: 29px 10px 23px;
      margin: 0 0 30px;
      font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif; } }
  @media screen and (max-width: 767px) {
    .join-box {
      font-size: 12px;
      line-height: 16px;
      padding: 13px 10px 12px;
      margin: 0 0 14px; } }

.team-list {
  overflow: hidden; }
  .team-list a:hover {
    text-decoration: none; }
  .team-list .team-box {
    text-align: left;
    margin: 0 0 39px;
    font: 24px/30px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
    .team-list .team-box .img-box .static {
      display: block; }
    .team-list .team-box .img-box .over {
      display: none; }
    .team-list .team-box .img-box:hover .static {
      display: none; }
    .team-list .team-box .img-box:hover .over {
      display: block; }
    .team-list .team-box .name {
      color: #2fb2e0;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      margin: 13px 0 0; }
      .team-list .team-box .name:hover {
        background: #2fb2e0;
        color: #fff;
        text-decoration: none; }
    .team-list .team-box .position {
      display: block;
      font-size: 18px;
      line-height: 20px;
      color: #717271;
      font-weight: normal; }
  @media screen and (max-width: 1391px) {
    .team-list {
      margin: 0; }
      .team-list .team-box {
        margin: 0 0 28px;
        font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
        .team-list .team-box .name {
          margin: 9px 0 0; }
        .team-list .team-box .position {
          font-size: 14px;
          line-height: 16px;
          min-height: 32px; } }
  @media screen and (max-width: 767px) {
    .team-list .team-box {
      margin: 0 0 14px;
      padding: 0 10px;
      font: 12px/14px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .team-list .team-box .name {
        margin: 7px 0 0; }
      .team-list .team-box .position {
        font-size: 12px;
        line-height: 14px;
        min-height: 28px; } }

/* lightboxes team styles */
.cycle-gallery {
  position: relative; }
  .cycle-gallery .mask {
    position: relative;
    overflow: hidden;
    width: 1127px; }
  .cycle-gallery .slideset {
    width: 99999px;
    float: left; }
  .cycle-gallery .slide {
    width: 1127px;
    float: left; }
  .cycle-gallery .slide.active {
    z-index: 1; }
  .cycle-gallery .btn-next,
  .cycle-gallery .btn-prev {
    background: url(../images3_0/sprite.png) no-repeat -135px 0;
    position: absolute;
    top: 334px;
    left: -116px;
    text-indent: -9999px;
    overflow: hidden;
    width: 29px;
    height: 56px;
    z-index: 20; }
  .cycle-gallery .btn-next {
    right: -108px;
    left: auto;
    background: url(../images3_0/sprite.png) no-repeat -167px 0; }
  .cycle-gallery .close {
    position: absolute;
    top: 11px;
    right: 5px;
    background: url(../images3_0/sprite.png) no-repeat -66px -92px;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    z-index: 100;
    opacity: 1;
    overflow: hidden; }
  @media screen and (max-width: 1391px) {
    .cycle-gallery .mask {
      position: relative;
      overflow: hidden;
      width: 768px; }
    .cycle-gallery .slide {
      width: 768px;
      float: left; }
    .cycle-gallery .btn-next,
    .cycle-gallery .btn-prev {
      display: none; } }
  @media screen and (max-width: 767px) {
    .cycle-gallery {
      padding: 0 10px; }
      .cycle-gallery .mask {
        position: relative;
        overflow: hidden;
        width: 300px;
        margin: 0 auto; }
      .cycle-gallery .slide {
        width: 300px;
        float: left; }
      .cycle-gallery .btn-next,
      .cycle-gallery .btn-prev {
        display: none; }
      .cycle-gallery .close {
        top: 11px;
        right: 10px;
        background: url(../images3_0/sprite.png) no-repeat -200px 0;
        width: 30px;
        height: 30px; } }
    @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
      .cycle-gallery .close {
        background: url(../images3_0/sprite.png) no-repeat -117px 0;
        background-size: 250px 250px; } }

.col-aside {
  float: left;
  height: auto;
  width: 27.35%;
  font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  .col-aside .img-box {
    padding: 11px 0 0;
    margin: 0 0 39px; }
  .col-aside .contact-box {
    padding: 0 1px;
    margin: 0 0 35px;
    overflow: hidden;
    border-bottom: 1px solid #252525; }
  .col-aside .mail {
    padding: 0 0 0 50px;
    position: relative;
    display: block;
    margin: 0 0 42px; }
    .col-aside .mail:after {
      content: '';
      clear: both;
      position: absolute;
      top: 2px;
      left: 0;
      background: url(../images3_0/sprite.png) no-repeat -91px -93px;
      width: 30px;
      height: 21px; }
  .col-aside .phone-box {
    padding: 0 0 0 50px;
    position: relative;
    display: block;
    margin: 0 0 42px;
    color: #fff; }
    .col-aside .phone-box a {
      color: #fff; }
    .col-aside .phone-box:after {
      content: '';
      clear: both;
      position: absolute;
      top: 0;
      left: 1px;
      background: url(../images3_0/sprite.png) no-repeat -127px -93px;
      width: 23px;
      height: 27px; }
  .col-aside .blog-box {
    padding: 0 1px; }
    .col-aside .blog-box .title {
      color: #fff;
      margin: 0 0 13px;
      display: block;
      font: bold 24px/32px 'proxima_nova', Arial, Helvetica, sans-serif; }
    .col-aside .blog-box .post {
      line-height: 21px;
      margin: 0 0 40px; }
      .col-aside .blog-box .post time {
        display: block;
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 2px; }
    .col-aside .blog-box .more {
      display: inline-block;
      vertical-align: top;
      padding: 0 12px 0 0;
      margin: 5px 0 0;
      position: relative; }
      .col-aside .blog-box .more:after {
        content: '';
        clear: both;
        position: absolute;
        top: 10px;
        right: 0;
        background: url(../images3_0/sprite.png) no-repeat 0 -18px;
        width: 7px;
        height: 7px; }
  @media screen and (max-width: 1391px) {
    .col-aside {
      font: 14px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .col-aside .img-box {
        padding: 11px 0 0;
        margin: 0 0 14px; }
      .col-aside .contact-box {
        margin: 0 0 20px; }
      .col-aside .mail {
        padding: 0 0 0 40px;
        margin: 0 0 12px; }
      .col-aside .phone-box {
        padding: 0 0 0 40px;
        margin: 0 0 12px; }
      .col-aside .blog-box .title {
        margin: 0 0 8px;
        font: bold 18px/24px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .col-aside .blog-box .post {
        line-height: 18px;
        margin: 0 0 20px; }
        .col-aside .blog-box .post time {
          font-size: 12px;
          line-height: 16px; } }
  @media screen and (max-width: 767px) {
    .col-aside {
      float: none;
      width: 100%;
      overflow: hidden;
      font: 10px/15px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .col-aside .img-box,
      .col-aside .contact-box,
      .col-aside .mail,
      .col-aside .phone-box {
        display: none; }
      .col-aside .blog-box .title {
        margin: 0 0 6px;
        font: bold 12px/18px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .col-aside .blog-box .post {
        line-height: 12px;
        margin: 0 0 20px; }
        .col-aside .blog-box .post time {
          font-size: 9px;
          margin: 0;
          line-height: 9px; }
      .col-aside .blog-box .more {
        padding: 0 7px 0 0; }
        .col-aside .blog-box .more:after {
          top: 7px;
          background: url(../images3_0/sprite.png) no-repeat -9px -18px;
          width: 4px;
          height: 4px; } }
      @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
        .col-aside .blog-box .more:after {
          background: url(../images3_0/sprite.png) no-repeat 0 -9px;
          background-size: 250px 250px; } }

.col-content {
  float: right;
  height: auto;
  width: 68.2%;
  margin: 0 0.8% 0.5% 0; }
  .col-content .heading {
    border-bottom: 1px solid #252525;
    padding: 0 0 27px;
    margin: 0 0 33px; }
    .col-content .heading .head {
      color: #fff;
      text-transform: uppercase;
      display: block;
      margin: 0 0 19px;
      font: 70px/72px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .col-content .heading .head strong {
        font: bold 70px/72px 'proxima_nova', Arial, Helvetica, sans-serif; }
    .col-content .heading .head-info {
      position: relative;
      padding: 7px 0 5px 33px;
      color: #a0a1a0;
      font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
      display: block; }
      .col-content .heading .head-info:after {
        position: absolute;
        content: '';
        clear: both;
        top: 1px;
        left: 3px;
        background: url(../images3_0/sprite.png) no-repeat -39px -91px;
        width: 23px;
        height: 30px; }
  .col-content .box {
    font: 24px/34px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 40px;
    overflow: hidden; }
    .col-content .box .title {
      display: block;
      margin: 0 0 12px;
      font: bold 24px/32px 'proxima_nova', Arial, Helvetica, sans-serif; }
    .col-content .box p {
      margin: 0 0 20px; }
    .col-content .box ul {
      margin: -8px 0 8px;
      overflow: hidden; }
      .col-content .box ul li {
        margin: 0 0 12px; }
        .col-content .box ul li .glyphicon {
          color: #fece2f;
          float: left;
          font-size: 12px;
          line-height: 20px;
          margin: 6px 11px 6px 7px; }
        .col-content .box ul li .t {
          overflow: hidden;
          display: block; }
  @media screen and (max-width: 1391px) {
    .col-content .heading {
      padding: 0 0 15px;
      margin: 0 0 20px; }
      .col-content .heading .head {
        margin: 0 0 10px;
        font: 42px/52px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
        .col-content .heading .head strong {
          font: bold 42px/52px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .col-content .heading .head-info {
        font: 14px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
    .col-content .box {
      font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
      margin: 0 0 20px; }
      .col-content .box .title {
        margin: 0 0 12px;
        font: bold 18px/22px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .col-content .box p {
        margin: 0 0 10px; }
      .col-content .box ul {
        margin: 0 0 8px; }
        .col-content .box ul li {
          margin: 0 0 6px; }
          .col-content .box ul li .glyphicon {
            font-size: 10px;
            line-height: 16px;
            margin: 3px 5px 0 4px; }
          .col-content .box ul li .t {
            overflow: hidden;
            display: block; } }
  @media screen and (max-width: 767px) {
    .col-content {
      border-bottom: 1px solid #252525;
      width: 100%;
      margin: 0 0 25px;
      float: none;
      padding: 53px 0 0; }
      .col-content .heading {
        padding: 0 0 10px;
        margin: 0;
        overflow: hidden;
        border: none; }
        .col-content .heading .img-box {
          float: left;
          margin: 5px 11px 0 0;
          width: 27%; }
        .col-content .heading .hide {
          display: block !important; }
        .col-content .heading .head {
          margin: 0 0 4px;
          overflow: hidden;
          font: 21px/25px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
          .col-content .heading .head strong {
            font: bold 21px/25px 'proxima_nova', Arial, Helvetica, sans-serif; }
        .col-content .heading .head-info {
          font: 10px/14px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
          padding: 0 4px 0 16px;
          overflow: hidden;
          margin: 0 0 7px; }
          .col-content .heading .head-info:after {
            position: absolute;
            content: '';
            clear: both;
            top: 1px;
            left: 1px;
            background: url(../images3_0/sprite.png) no-repeat -53px -53px;
            width: 9px;
            height: 12px; } }
        @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
          .col-content .heading .head-info:after {
            background: url(../images3_0/sprite.png) no-repeat -21px -62px;
            background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
      .col-content .box {
        font: 12px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
        margin: 0 0 17px;
        padding: 0 1px;
        overflow: hidden; }
        .col-content .box .title {
          margin: 0 0 7px;
          font: bold 12px/16px 'proxima_nova', Arial, Helvetica, sans-serif; }
        .col-content .box p {
          margin: 0 0 10px; }
        .col-content .box ul {
          margin: -4px 0 4px; }
          .col-content .box ul li {
            margin: 0 0 6px; }
            .col-content .box ul li .glyphicon {
              font-size: 7px;
              line-height: 14px;
              margin: 0 4px 0 5px; }
            .col-content .box ul li .t {
              overflow: hidden;
              display: block; }
      .col-content .contact-box {
        padding: 0;
        margin: 0;
        overflow: hidden; }
      .col-content .mail {
        font: 10px/14px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
        padding: 0 4px 0 16px;
        position: relative;
        display: block;
        margin: 0 0 6px; }
        .col-content .mail:after {
          content: '';
          clear: both;
          position: absolute;
          top: 2px;
          left: 0;
          background: url(../images3_0/sprite.png) no-repeat -91px -116px;
          width: 13px;
          height: 9px; } }
      @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
        .col-content .mail:after {
          background: url(../images3_0/sprite.png) no-repeat -32px -64px;
          background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
      .col-content .phone-box {
        padding: 0 4px 0 16px;
        position: relative;
        display: block;
        margin: 0 0 2px;
        color: #fff;
        font: 10px/14px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
        .col-content .phone-box a {
          color: #fff; }
        .col-content .phone-box:after {
          content: '';
          clear: both;
          position: absolute;
          top: 1px;
          left: 0;
          background: url(../images3_0/sprite.png) no-repeat -109px -116px;
          width: 11px;
          height: 12px; } }
      @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
        .col-content .phone-box:after {
          background: url(../images3_0/sprite.png) no-repeat -76px -46px;
          background-size: 250px 250px; } }

#content .contact-form-holder .error-line {
  background: #ececec;
  margin: 3px 0 0;
  position: static !important; }
  #content .contact-form-holder .error-line .title {
    color: #414342; }

.contact-form-holder {
  overflow: visible !important; }
  .contact-form-holder.error .error-line {
    display: block; }
  .contact-form-holder .error-line {
    display: none;
    position: absolute;
    background: #3b3d3c;
    margin: 0 -9999px !important;
    padding: 0 9999px !important; }
    .contact-form-holder .error-line .error-box {
      width: 734px;
      margin: 0 auto;
      padding: 21px 0 23px; }
      .contact-form-holder .error-line .error-box .title {
        color: #fff;
        position: relative;
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        text-transform: none;
        display: block;
        padding: 0 38px;
        margin: 0; }
        .contact-form-holder .error-line .error-box .title:after {
          content: '';
          clear: both;
          position: absolute;
          top: 0;
          left: 2px;
          background: url(../images3_0/sprite.png) no-repeat -66px 0;
          width: 28px;
          height: 25px; }
  @media screen and (max-width: 1391px) {
    .contact-form-holder .error-line {
      top: 0 !important; }
      .contact-form-holder .error-line .error-box {
        width: 490px;
        margin: 0 auto;
        padding: 15px 0; }
        .contact-form-holder .error-line .error-box .title {
          font-size: 14px;
          line-height: 26px;
          padding: 0 10px 0 38px;
          margin: 0; } }
  @media screen and (max-width: 767px) {
    .contact-form-holder .error-line {
      top: 0 !important; }
      .contact-form-holder .error-line .error-box {
        width: 100%;
        padding: 3px 10px; }
        .contact-form-holder .error-line .error-box .title {
          min-height: 32px;
          font-size: 10px;
          line-height: 16px;
          padding: 0 0 0 38px;
          margin: 0; }
          .contact-form-holder .error-line .error-box .title:after {
            top: 4px; } }

.form-contact {
  width: 738px;
  margin: 0 auto 101px;
  padding: 101px 0 0;
  position: relative; }
  .form-contact .error-line {
    display: block;
    left: -100%;
    position: absolute;
    right: -100%;
    top: 0; }
  .form-contact .line {
    overflow: hidden;
    margin: 0 0 19px; }
    .form-contact .line .col {
      width: 50%;
      float: left;
      padding: 0 20px; }
    .form-contact .line .form-group {
      width: 100%;
      position: relative;
      overflow: hidden;
      margin: 0 0 30px;
      font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
    .form-contact .line .label {
      display: block;
      color: #717271;
      text-transform: uppercase;
      text-align: left;
      padding: 3px 40px;
      position: relative;
      margin: 0 0 9px;
      font: 12px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .form-contact .line .label.personal:after {
        content: '';
        clear: both;
        position: absolute;
        top: 1px;
        left: 1px;
        background: url(../images3_0/sprite.png) no-repeat -132px -124px;
        width: 18px;
        height: 23px; }
      .form-contact .line .label.email {
        padding: 3px 34px; }
        .form-contact .line .label.email:after {
          content: '';
          clear: both;
          position: absolute;
          top: 2px;
          left: 2px;
          background: url(../images3_0/sprite.png) no-repeat -143px -59px;
          width: 19px;
          height: 21px; }
      .form-contact .line .label.msg {
        padding: 3px 40px; }
        .form-contact .line .label.msg:after {
          content: '';
          clear: both;
          position: absolute;
          top: 2px;
          left: 4px;
          background: url(../images3_0/sprite.png) no-repeat -200px -32px;
          width: 23px;
          height: 21px; }
    .form-contact .line .error .label.personal:after {
      background: url(../images3_0/sprite.png) no-repeat -152px -124px; }
    .form-contact .line .error .label.email:after {
      background: url(../images3_0/sprite.png) no-repeat -164px -59px; }
    .form-contact .line .error .label.msg:after {
      background: url(../images3_0/sprite.png) no-repeat -173px -124px; }
    .form-contact .line .input-placeholder-text {
      top: 24px;
      left: 22px;
      padding: 0 11px 0 0;
      color: #a0a1a0 !important; }
    .form-contact .line .imp .input-placeholder-text:after {
      position: absolute;
      top: 0;
      color: #f54a6c;
      content: '*';
      right: 0;
      clear: both; }
    .form-contact .line .imp.error .form-control {
      border: 2px solid #f54a6c;
      color: #f54a6c; }
    .form-contact .line .imp.error .input-placeholder-text {
      color: #f54a6c !important; }
    .form-contact .line .form-control {
      float: left;
      width: 100%;
      position: relative;
      border: 1px solid #e7e7e7;
      color: #a0a1a0;
      padding: 24px 21px 20px;
      height: 69px;
      box-shadow: 2px 2px 4px #d6d6d6 inset;
      font: 18px/25px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
    .form-contact .line .parent-active .form-control,
    .form-contact .line .parent-focus .form-control {
      border: 1px solid #cbecf7;
      color: #414342;
      box-shadow: none;
      background: #f3fcff; }
    .form-contact .line .result-box {
      padding: 22px 0;
      font: 18px/25px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .form-contact .line .result-box .result-text {
        position: relative;
        padding: 0 37px; }
        .form-contact .line .result-box .result-text a {
          font-size: 12px;
          line-height: 20px;
          margin: 0 0 0 18px;
          padding: 0 0 1px; }
    .form-contact .line .auto-box .form-group {
      display: none; }
    .form-contact .line .auto-box .result-text:after {
      content: '';
      clear: both;
      position: absolute;
      top: 4px;
      left: 2px;
      width: 21px;
      height: 16px; }
    .form-contact .line .auto-box.CA .result-text:after {
      background: url(../images3_0/sprite.png) no-repeat -120px -60px; }
    .form-contact .line .auto-box.US .result-text:after {
      background: url(../images3_0/sprite.png) no-repeat -377px 0; }
    .form-contact .line .auto-box.RU .result-text:after {
      background: url(../images3_0/sprite.png) no-repeat -407px 0; }
    .form-contact .line .line-holder {
      padding: 0 20px; }
      .form-contact .line .line-holder .form-control {
        overflow: auto;
        resize: none;
        height: 128px;
        padding: 23px 23px 23px; }
      .form-contact .line .line-holder .input-placeholder-text {
        top: 23px;
        left: 24px; }
  .form-contact .btn-holder {
    text-align: center; }
    .form-contact .btn-holder .btn {
      padding: 20px 38px 17px;
      font-size: 24px;
      border-radius: 34px;
      line-height: 32px; }
      .form-contact .btn-holder .btn:hover, .form-contact .btn-holder .btn:focus, .form-contact .btn-holder .btn:active {
        padding: 21px 39px 18px; }
  @media screen and (max-width: 1391px) {
    .form-contact {
      width: 488px;
      margin: 0 auto 70px;
      padding: 62px 8px 0; }
      .form-contact .line {
        overflow: hidden;
        margin: 0 0 8px; }
        .form-contact .line .col {
          padding: 0 12px; }
        .form-contact .line .form-group {
          margin: 0 0 20px;
          font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
        .form-contact .line .label {
          padding: 3px 34px;
          margin: 0 0 9px; }
          .form-contact .line .label.personal:after {
            top: 1px;
            left: 2px;
            background: url(../images3_0/sprite.png) no-repeat -132px -124px; }
          .form-contact .line .label.email {
            padding: 3px 34px; }
            .form-contact .line .label.email:after {
              top: 2px;
              left: 3px;
              background: url(../images3_0/sprite.png) no-repeat -143px -59px; }
          .form-contact .line .label.msg {
            padding: 3px 39px; }
            .form-contact .line .label.msg:after {
              top: 2px;
              left: 1px;
              background: url(../images3_0/sprite.png) no-repeat -200px -32px; }
        .form-contact .line .input-placeholder-text {
          top: 14px;
          left: 11px;
          padding: 0 8px 0 0;
          font: 14px/20px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
        .form-contact .line .form-control {
          padding: 12px 11px 10px;
          height: 46px;
          font: 14px/20px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
        .form-contact .line .result-box {
          padding: 16px 0 10px;
          font: 14px/20px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
          .form-contact .line .result-box .result-text {
            padding: 0 0 0 36px; }
            .form-contact .line .result-box .result-text a {
              font-size: 11px;
              line-height: 20px;
              margin: 0 0 0 8px;
              padding: 0;
              float: right; }
        .form-contact .line .auto-box .result-text:after {
          top: 0;
          left: 1px;
          width: 21px;
          height: 16px; }
        .form-contact .line .line-holder {
          padding: 0 12px; }
          .form-contact .line .line-holder .form-group {
            margin: 0 0 11px; }
          .form-contact .line .line-holder .form-control {
            height: 112px;
            padding: 13px 14px; }
          .form-contact .line .line-holder .input-placeholder-text {
            top: 14px;
            left: 15px; }
      .form-contact .btn-holder .btn {
        padding: 10px 28px;
        font-size: 18px;
        border-radius: 28px;
        line-height: 32px; }
        .form-contact .btn-holder .btn:hover, .form-contact .btn-holder .btn:focus, .form-contact .btn-holder .btn:active {
          padding: 11px 29px; } }
  @media screen and (max-width: 767px) {
    .form-contact {
      width: 100%;
      margin: 0 auto 70px;
      padding: 31px 10px 0; }
      .form-contact .row {
        margin: 0; }
      .form-contact .line {
        overflow: hidden;
        margin: 0; }
        .form-contact .line .col {
          float: none;
          width: 100%;
          padding: 0 0 9px; }
        .form-contact .line .form-group {
          margin: 0 0 20px;
          font: 12px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
        .form-contact .line .label {
          padding: 0 14px;
          margin: 0 0 7px;
          font-size: 9px;
          line-height: 13px; }
          .form-contact .line .label.personal:after {
            top: 1px;
            left: 0;
            background: url(../images3_0/sprite.png) no-repeat -300px -32px;
            width: 9px;
            height: 12px; } }
        @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
          .form-contact .line .label.personal:after {
            background: url(../images3_0/sprite.png) no-repeat -66px -62px;
            background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
          .form-contact .line .label.email {
            padding: 0 16px;
            margin: 0 0 8px; }
            .form-contact .line .label.email:after {
              top: 1px;
              left: 0;
              background: url(../images3_0/sprite.png) no-repeat -300px -46px;
              width: 10px;
              height: 12px; } }
          @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
            .form-contact .line .label.email:after {
              background: url(../images3_0/sprite.png) no-repeat -71px -29px;
              background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
          .form-contact .line .label.msg {
            padding: 0 14px;
            margin: 0 0 6px; }
            .form-contact .line .label.msg:after {
              top: 0;
              left: 0;
              background: url(../images3_0/sprite.png) no-repeat -322px -32px;
              width: 12px;
              height: 12px; } }
          @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
            .form-contact .line .label.msg:after {
              background: url(../images3_0/sprite.png) no-repeat -100px -16px;
              background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
        .form-contact .line .error .label.personal:after {
          background: url(../images3_0/sprite.png) no-repeat -311px -32px; } }
      @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
        .form-contact .line .error .label.personal:after {
          background: url(../images3_0/sprite.png) no-repeat -76px -62px;
          background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
        .form-contact .line .error .label.email:after {
          background: url(../images3_0/sprite.png) no-repeat -312px -46px; } }
      @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
        .form-contact .line .error .label.email:after {
          background: url(../images3_0/sprite.png) no-repeat -82px -29px;
          background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
        .form-contact .line .error .label.msg:after {
          background: url(../images3_0/sprite.png) no-repeat -324px -46px; } }
      @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
        .form-contact .line .error .label.msg:after {
          background: url(../images3_0/sprite.png) no-repeat -86px -61px;
          background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
        .form-contact .line .input-placeholder-text {
          top: 11px;
          left: 12px;
          padding: 0 8px 0 0;
          font: 12px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
        .form-contact .line .form-control {
          padding: 11px 11px 11px;
          height: 39px;
          font: 12px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
        .form-contact .line .result-box {
          padding: 7px 0 16px;
          font: 12px/15px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
          text-align: center; }
          .form-contact .line .result-box .result-text {
            padding: 0 0 0 16px; }
            .form-contact .line .result-box .result-text a {
              font-size: 9px;
              line-height: 15px;
              margin: 0 0 0 8px;
              padding: 0;
              float: none; }
        .form-contact .line .auto-box .result-text:after {
          top: 3px;
          left: 0px;
          width: 11px;
          height: 8px; }
        .form-contact .line .auto-box.CA .result-text:after {
          background: url(../images3_0/sprite.png) no-repeat -120px -80px; } }
      @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
        .form-contact .line .auto-box.CA .result-text:after {
          background: url(../images3_0/sprite.png) no-repeat -60px -30px;
          background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
        .form-contact .line .auto-box.US .result-text:after {
          background: url(../images3_0/sprite.png) no-repeat -377px -20px; } }
      @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
        .form-contact .line .auto-box.US .result-text:after {
          background: url(../images3_0/sprite.png) no-repeat -188px 0;
          background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
        .form-contact .line .auto-box.RU .result-text:after {
          background: url(../images3_0/sprite.png) no-repeat -407px -20px; } }
      @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
        .form-contact .line .auto-box.RU .result-text:after {
          background: url(../images3_0/sprite.png) no-repeat -203px 0;
          background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
        .form-contact .line .line-holder {
          padding: 0; }
          .form-contact .line .line-holder .form-group {
            margin: 0 0 28px; }
          .form-contact .line .line-holder .form-control {
            height: 147px;
            padding: 8px 11px; }
          .form-contact .line .line-holder .input-placeholder-text {
            top: 8px;
            left: 11px; }
      .form-contact .btn-holder .btn {
        padding: 8px 19px 5px;
        font-size: 12px;
        border-radius: 24px;
        line-height: 22px; }
        .form-contact .btn-holder .btn:hover, .form-contact .btn-holder .btn:focus, .form-contact .btn-holder .btn:active {
          padding: 9px 20px 6px; } }

.pac-container {
  background: none repeat scroll 0 0 #f3fcff;
  border: 1px solid #cbecf7;
  box-shadow: none;
  height: auto;
  margin: 1px -1px 0;
  box-sizing: border-box;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 9px 0 6px; }
  .pac-container .pac-item {
    background: none;
    display: block;
    border: none;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    vertical-align: top;
    width: 100%;
    padding: 8px 16px 9px;
    color: #717271;
    font: 14px/20px "proxima_nova_lt",Arial,Helvetica,sans-serif; }
    .pac-container .pac-item:hover, .pac-container .pac-item:active, .pac-container .pac-item:focus {
      background: #cbecf7;
      color: #175970; }
    .pac-container .pac-item .pac-item-query {
      color: #414342;
      font: 18px/25px "proxima_nova_lt",Arial,Helvetica,sans-serif; }
    .pac-container .pac-item .pac-matched {
      font: bold 18px/25px "proxima_nova",Arial,Helvetica,sans-serif; }
  @media screen and (max-width: 1391px) {
    .pac-container .pac-item {
      padding: 8px 11px 9px;
      font: 12px/18px "proxima_nova_lt",Arial,Helvetica,sans-serif; }
      .pac-container .pac-item .pac-item-query {
        font: 14px/20px "proxima_nova_lt",Arial,Helvetica,sans-serif; }
      .pac-container .pac-item .pac-matched {
        font: bold 14px/20px "proxima_nova",Arial,Helvetica,sans-serif; } }
  @media screen and (max-width: 767px) {
    .pac-container {
      padding: 0; }
      .pac-container .pac-item {
        padding: 6px 11px 6px;
        font: 10px/14px "proxima_nova_lt",Arial,Helvetica,sans-serif; }
        .pac-container .pac-item .pac-item-query {
          font: 12px/16px "proxima_nova_lt",Arial,Helvetica,sans-serif; }
        .pac-container .pac-item .pac-matched {
          font: bold 12px/16px "proxima_nova",Arial,Helvetica,sans-serif; } }

.drop-auto {
  display: none;
  overflow: hidden;
  background: #f3fcff;
  margin: 1px 0 0;
  padding: 5px 0;
  border-radius: 4px;
  width: 100%;
  float: left;
  border: 1px solid #cbecf7;
  font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  .drop-auto a {
    color: #414342;
    display: block;
    padding: 10px 17px; }
    .drop-auto a:hover {
      text-decoration: none;
      color: #175970;
      background: #cbecf7; }
  .drop-auto .match {
    font: bold 18px/22px 'proxima_nova', Arial, Helvetica, sans-serif; }
  .drop-auto .small {
    font-size: 14px;
    line-height: 20px; }
  @media screen and (max-width: 1391px) {
    .drop-auto {
      font: 14px/18px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .drop-auto a {
        padding: 6px 11px; }
      .drop-auto .match {
        font: bold 14px/18px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .drop-auto .small {
        font-size: 12px;
        line-height: 18px; } }
  @media screen and (max-width: 767px) {
    .drop-auto {
      padding: 0;
      font: 12px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .drop-auto .match {
        font: bold 12px/16px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .drop-auto .small {
        font-size: 10px;
        line-height: 16px; } }

.form-contact-lb {
  position: relative; }
  .form-contact-lb .form-contact {
    position: relative;
    padding: 89px 0 0;
    width: 734px; }
  .form-contact-lb .close {
    position: absolute;
    top: 111px;
    right: 0;
    background: url(../images3_0/sprite.png) no-repeat -300px 0;
    opacity: 1;
    width: 28px;
    text-indent: -9999px;
    overflow: hidden;
    height: 28px; }
  .form-contact-lb .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 76px;
    display: block;
    margin: 0 0 41px;
    color: #fff; }
  .form-contact-lb .view-full {
    text-align: center;
    padding: 74px 0 0; }
    .form-contact-lb .view-full a {
      display: inline-block;
      vertical-align: top;
      padding: 0 11px 0 0;
      position: relative;
      font-size: 14px;
      line-height: 20px; }
      .form-contact-lb .view-full a:after {
        position: absolute;
        top: 5px;
        right: 0;
        content: '';
        clear: both;
        background: url(../images3_0/sprite.png) no-repeat 0 -18px;
        width: 7px;
        height: 7px; }
  @media screen and (max-width: 1391px) {
    .form-contact-lb .form-contact {
      position: relative;
      padding: 50px 0 0;
      width: 472px; }
    .form-contact-lb.error .form-contact {
      padding: 100px 0 0; }
    .form-contact-lb.error .close {
      top: 101px; }
    .form-contact-lb .close {
      top: 51px;
      right: -107px;
      background: url(../images3_0/sprite.png) no-repeat -300px 0; }
    .form-contact-lb .title {
      font-size: 48px;
      line-height: 52px;
      margin: 0 0 47px; }
    .form-contact-lb .view-full {
      padding: 43px 0 0; }
      .form-contact-lb .view-full a:after {
        top: 7px; }
    .form-contact-lb .btn-holder {
      padding: 30px 0 0; }
      .form-contact-lb .btn-holder .btn {
        padding: 20px 38px 17px;
        font-size: 24px;
        border-radius: 34px;
        line-height: 32px; }
        .form-contact-lb .btn-holder .btn:hover, .form-contact-lb .btn-holder .btn:focus, .form-contact-lb .btn-holder .btn:active {
          padding: 21px 39px 18px; } }
  @media screen and (max-width: 767px) {
    .form-contact-lb .form-contact {
      position: relative;
      padding: 26px 10px 0;
      width: 100%;
      max-width: 218px; }
      .form-contact-lb .form-contact .row {
        min-width: 198px; }
    .form-contact-lb.error .form-contact {
      padding: 81px 10px 0; }
    .form-contact-lb.error .close {
      top: 65px; }
    .form-contact-lb .close {
      top: 10px;
      right: 10px;
      background: url(../images3_0/sprite.png) no-repeat -332px 0;
      width: 14px;
      height: 14px; } }
  @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
    .form-contact-lb .close {
      background: url(../images3_0/sprite.png) no-repeat -150px 0;
      background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
    .form-contact-lb .title {
      font-size: 24px;
      line-height: 28px;
      margin: 0 0 22px; }
    .form-contact-lb .view-full {
      display: none; }
    .form-contact-lb .btn-holder {
      padding: 0; }
      .form-contact-lb .btn-holder .btn {
        padding: 8px 19px 6px;
        font-size: 12px;
        border-radius: 32px;
        line-height: 22px; }
        .form-contact-lb .btn-holder .btn:hover, .form-contact-lb .btn-holder .btn:focus, .form-contact-lb .btn-holder .btn:active {
          padding: 9px 20px 7px; } }

.lightbox-holder .thx-lb .title,
.lightbox-holder .thx-lb .thx-block {
  color: #fff; }

.thx-lb {
  position: relative;
  padding: 69px 0 0;
  width: 698px;
  text-align: center;
  margin: 0 auto;
  color: #fff; }
  .thx-lb .close-thx-message,
  .thx-lb .close {
    position: absolute;
    top: 18px;
    right: -18px;
    background: url(../images3_0/sprite.png) no-repeat -300px 0;
    opacity: 1;
    width: 28px;
    text-indent: -9999px;
    overflow: hidden;
    height: 28px; }
  .thx-lb .img-box {
    margin: 0 0 52px;
    padding: 0 6px 0 0; }
    .thx-lb .img-box img {
      max-width: 100%;
      width: auto;
      margin: 0 auto; }
  .thx-lb .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 76px;
    display: block;
    margin: 0 0 37px;
    color: #414342; }
  .thx-lb p {
    margin: 0;
    font: 32px/50px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1391px) {
    .thx-lb {
      width: 468px; }
      .thx-lb .close-thx-message,
      .thx-lb .close {
        top: 9px;
        right: 1px;
        background: url(../images3_0/sprite.png) no-repeat -300px 0; }
      .thx-lb .title {
        font-size: 48px;
        line-height: 52px;
        margin: 0 0 47px; }
      .thx-lb .img-box {
        margin: 0 0 32px; }
      .thx-lb p {
        font: 24px/34px 'proxima_nova_lt', Arial, Helvetica, sans-serif; } }
  @media screen and (max-width: 767px) {
    .thx-lb {
      width: 300px;
      padding: 30px 10px; }
      .thx-lb .close-thx-message,
      .thx-lb .close {
        top: 5px;
        right: 10px;
        background: url(../images3_0/sprite.png) no-repeat -332px 0;
        width: 14px;
        height: 14px; } }
    @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (max-width: 767px) and (min-resolution: 144dpi) and (max-width: 767px) {
      .thx-lb .close-thx-message,
      .thx-lb .close {
        background: url(../images3_0/sprite.png) no-repeat -150px 0;
        background-size: 250px 250px; } }
  @media screen and (max-width: 767px) {
      .thx-lb .title {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 22px; }
      .thx-lb .img-box {
        margin: 0 0 12px;
        padding: 0;
        display: inline-block;
        vertical-align: top; }
        .thx-lb .img-box img {
          max-width: 50%;
          width: auto;
          margin: 0 auto; }
      .thx-lb p {
        font: 12px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif; } }

/* slideshow styles */
.slideshow {
  position: relative;
  text-align: center;
  height: 330px; }
  .slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 223px;
    width: 100%; }
    .slideshow .slide.active {
      z-index: 2; }
    .slideshow .slide blockquote {
      border: none;
      margin: 0;
      padding: 0 20px;
      color: #cfd0d0; }
      .slideshow .slide blockquote p {
        margin: 0 0 4px; }
      .slideshow .slide blockquote q {
        display: block;
        position: relative;
        padding: 4px 30px;
        quotes: none;
        color: #cfd0d0;
        font: 32px/42px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
        .slideshow .slide blockquote q:before, .slideshow .slide blockquote q:after {
          content: '';
          clear: both;
          position: absolute;
          top: 0;
          left: 0;
          background: url(../images3_0/sprite.png) no-repeat -200px -120px;
          width: 29px;
          height: 21px; }
        .slideshow .slide blockquote q:before {
          left: auto;
          right: 0;
          background: url(../images3_0/sprite.png) no-repeat -233px -120px; }
      .slideshow .slide blockquote cite {
        color: #a0a1a0;
        display: block;
        font: 24px/34px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1391px) {
    .slideshow {
      height: 230px; }
      .slideshow .slide {
        left: 0;
        top: 158px;
        width: 100%; }
        .slideshow .slide blockquote {
          padding: 4px 20px; }
          .slideshow .slide blockquote p {
            margin: 0 0 13px;
            padding: 0 32px 0 22px;
            font: 24px/30px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
          .slideshow .slide blockquote q {
            position: relative;
            padding: 0;
            color: #cfd0d0;
            font: 24px/30px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
            .slideshow .slide blockquote q:before, .slideshow .slide blockquote q:after {
              top: 2px;
              left: -37px;
              background: url(../images3_0/sprite.png) no-repeat -200px -120px;
              width: 29px;
              height: 21px; }
            .slideshow .slide blockquote q:before {
              left: auto;
              right: -37px;
              background: url(../images3_0/sprite.png) no-repeat -233px -120px; }
          .slideshow .slide blockquote cite {
            font: 18px/28px 'proxima_nova_lt', Arial, Helvetica, sans-serif; } }
  @media screen and (max-width: 767px) {
    .slideshow {
      height: 130px; }
      .slideshow .slide {
        left: 0;
        top: 80px; }
        .slideshow .slide blockquote {
          padding: 4px 20px; }
          .slideshow .slide blockquote p {
            margin: 0 0 2px;
            padding: 0 2px;
            font: 14px/18px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
          .slideshow .slide blockquote q {
            padding: 3px 0;
            color: #cfd0d0;
            font: 14px/18px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
            .slideshow .slide blockquote q:before, .slideshow .slide blockquote q:after {
              top: 0;
              left: -16px;
              background: url(../images3_0/sprite.png) no-repeat -265px -120px;
              width: 15px;
              height: 11px; }
            .slideshow .slide blockquote q:before {
              left: auto;
              top: auto;
              bottom: -7px;
              right: -16px;
              background: url(../images3_0/sprite.png) no-repeat -282px -120px; }
          .slideshow .slide blockquote cite {
            font: 10px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif; } }

.paggination {
  position: relative;
  z-index: 40;
  padding: 0 6px 0 0; }
  .paggination li {
    display: inline-block;
    vertical-align: top;
    width: 14%;
    text-align: center;
    padding: 0 2%;
    font-size: 24px;
    line-height: 34px; }
    .paggination li a {
      color: #2fb2e0;
      display: block; }
      .paggination li a:focus, .paggination li a:active, .paggination li a:hover {
        color: #fff;
        text-decoration: none; }
    .paggination li .img-box {
      min-height: 74px;
      padding: 0 0 0 4px; }
      .paggination li .img-box img {
        width: auto;
        max-width: 100%;
        margin: 0 auto; }
      .paggination li .img-box .static {
        display: block; }
      .paggination li .img-box .over {
        display: none; }
    .paggination li.active .static {
      display: none; }
    .paggination li.active .over {
      display: block; }
    .paggination li.active a {
      color: #fff;
      position: relative; }
      .paggination li.active a:after {
        content: '';
        clear: both;
        position: absolute;
        top: 100%;
        margin: 21px 0 0 -25px;
        left: 50%;
        background: url(../images3_0/separator1.png) no-repeat;
        width: 49px;
        height: 6px; }
    .paggination li .title {
      display: block;
      padding: 0;
      text-transform: uppercase; }
  @media screen and (max-width: 1391px) {
    .paggination {
      position: relative;
      z-index: 40;
      padding: 0 0 0 14px; }
      .paggination li {
        width: 22%;
        text-align: center;
        padding: 0 2%;
        font-size: 18px;
        line-height: 28px; }
        .paggination li .img-box {
          min-height: 69px;
          padding: 0; }
        .paggination li.active a:after {
          top: 100%;
          margin: 12px 0 0 -25px;
          left: 50%;
          background: url(../images3_0/separator1.png) no-repeat;
          width: 49px;
          height: 6px; }
        .paggination li .title {
          display: block;
          padding: 0;
          text-transform: uppercase; } }
  @media screen and (max-width: 767px) {
    .paggination {
      position: relative;
      z-index: 40;
      padding: 0; }
      .paggination li {
        width: 21%;
        text-align: center;
        padding: 0;
        font-size: 9px;
        line-height: 13px; }
        .paggination li .img-box {
          min-height: 34px;
          padding: 0;
          display: inline-block;
          vertical-align: top; }
          .paggination li .img-box img {
            max-width: 50%; }
        .paggination li.active a:after {
          top: 100%;
          margin: 7px 0 0 -13px;
          left: 50%;
          background: url(../images3_0/separator1-2.png) no-repeat;
          width: 25px;
          height: 4px; }
        .paggination li .title {
          display: block;
          padding: 0;
          text-transform: uppercase; } }

.propose-block {
  background: #f6f6f6;
  margin: 0 -9999px;
  color: #414342;
  padding: 86px 9999px 98px;
  font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  .propose-block h2 {
    color: #414342;
    text-align: center;
    margin: 0 0 8px;
    text-transform: uppercase;
    font: bold 70px/78px 'proxima_nova', Arial, Helvetica, sans-serif; }
  .propose-block .title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;
    display: block;
    margin: 0 0 9px; }
  .propose-block .img-box {
    text-align: center;
    min-height: 242px;
    width: 100%;
    white-space: nowrap;
    margin: 0 0 14px; }
    .propose-block .img-box:after {
      content: '';
      display: inline-block;
      height: 242px;
      width: 1px;
      overflow: hidden;
      margin: 0 0 0 -5px;
      vertical-align: middle; }
    .propose-block .img-box img {
      width: auto;
      max-width: 100%;
      vertical-align: middle;
      display: inline-block;
      white-space: normal; }
  .propose-block .btn-box {
    text-align: center; }
    .propose-block .btn-box .btn {
      padding: 21px 39px 20px;
      border-radius: 40px;
      font: 24px/28px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .propose-block .btn-box .btn:hover, .propose-block .btn-box .btn:active, .propose-block .btn-box .btn:focus {
        padding: 22px 40px 21px; }
  .propose-block .col-container {
    padding: 0 0 34px; }
  @media screen and (max-width: 1391px) {
    .propose-block {
      padding: 49px 9999px 61px;
      font: 14px/20px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .propose-block h2 {
        margin: 0 0 24px;
        font: bold 42px/52px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .propose-block .col-container {
        margin: 0; }
      .propose-block .col {
        text-align: center;
        padding: 0 12px; }
      .propose-block .title {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 11px;
        text-align: left; }
      .propose-block p {
        text-align: left; }
      .propose-block .img-box {
        text-align: center;
        min-height: 142px;
        width: auto;
        margin: 0 auto;
        display: inline-block;
        margin: 0 0 27px; }
        .propose-block .img-box:after {
          height: 142px; }
        .propose-block .img-box img {
          max-width: 70%; }
      .propose-block .btn-box {
        text-align: center; }
        .propose-block .btn-box .btn {
          padding: 14px 30px 14px;
          border-radius: 40px;
          font: 18px/24px 'proxima_nova', Arial, Helvetica, sans-serif; }
          .propose-block .btn-box .btn:hover, .propose-block .btn-box .btn:active, .propose-block .btn-box .btn:focus {
            padding: 15px 31px 15px; }
      .propose-block .col-container {
        padding: 0 0 47px;
        text-align: left; } }
  @media screen and (max-width: 767px) {
    .propose-block {
      padding: 25px 9999px 29px;
      font: 12px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .propose-block h2 {
        margin: 0 0 21px;
        text-align: left;
        font: bold 21px/25px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .propose-block .row {
        margin: 0 -10px; }
      .propose-block .col {
        text-align: left;
        overflow: hidden;
        padding: 0 10px 0 0;
        margin: 0 0 14px; }
      .propose-block .title {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 6px; }
        .propose-block .title br {
          display: none; }
      .propose-block p {
        text-align: left;
        overflow: hidden; }
      .propose-block .img-box {
        text-align: center;
        min-height: 1px;
        width: 19%;
        float: left;
        display: inline-block;
        margin: 29px 12px 0 13px; }
        .propose-block .img-box:after {
          display: none; }
        .propose-block .img-box img {
          max-width: 100%; }
      .propose-block .btn-box {
        text-align: center; }
        .propose-block .btn-box .btn {
          padding: 9px 20px 10px;
          border-radius: 40px;
          font: 12px/16px 'proxima_nova', Arial, Helvetica, sans-serif; }
          .propose-block .btn-box .btn:hover, .propose-block .btn-box .btn:active, .propose-block .btn-box .btn:focus {
            padding: 10px 21px 11px; }
      .propose-block .col-container {
        padding: 0 0 3px;
        text-align: left; } }

.faq-block {
  background: #ffffff;
  margin: 0 -9999px;
  color: #414342;
  padding: 86px 9999px 98px;
  font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  .faq-block h2 {
    color: #414342;
    text-align: center;
    margin: 0 0 8px;
    text-transform: uppercase;
    font: bold 70px/78px 'proxima_nova', Arial, Helvetica, sans-serif; }
  .faq-block .title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;
    display: block;
    margin: 0 0 9px; }
  .faq-block .img-box {
    text-align: center;
    min-height: 242px;
    width: 100%;
    white-space: nowrap;
    margin: 0 0 14px; }
    .faq-block .img-box:after {
      content: '';
      display: inline-block;
      height: 242px;
      width: 1px;
      overflow: hidden;
      margin: 0 0 0 -5px;
      vertical-align: middle; }
    .faq-block .img-box img {
      width: auto;
      max-width: 100%;
      vertical-align: middle;
      display: inline-block;
      white-space: normal; }
  .faq-block .btn-box {
    text-align: center; }
    .faq-block .btn-box .btn {
      padding: 21px 39px 20px;
      border-radius: 40px;
      font: 24px/28px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .faq-block .btn-box .btn:hover, .faq-block .btn-box .btn:active, .faq-block .btn-box .btn:focus {
        padding: 22px 40px 21px; }
  .faq-block .col-container {
    padding: 0 0 34px; }
  @media screen and (max-width: 1391px) {
    .faq-block {
      padding: 49px 9999px 61px;
      font: 14px/20px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .faq-block h2 {
        margin: 0 0 24px;
        font: bold 42px/52px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .faq-block .col-container {
        margin: 0; }
      .faq-block .col {
        text-align: center;
        padding: 0 12px; }
      .faq-block .title {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 11px;
        text-align: left; }
      .faq-block p {
        text-align: left; }
      .faq-block .img-box {
        text-align: center;
        min-height: 142px;
        width: auto;
        margin: 0 auto;
        display: inline-block;
        margin: 0 0 27px; }
        .faq-block .img-box:after {
          height: 142px; }
        .faq-block .img-box img {
          max-width: 70%; }
      .faq-block .btn-box {
        text-align: center; }
        .faq-block .btn-box .btn {
          padding: 14px 30px 14px;
          border-radius: 40px;
          font: 18px/24px 'proxima_nova', Arial, Helvetica, sans-serif; }
          .faq-block .btn-box .btn:hover, .faq-block .btn-box .btn:active, .faq-block .btn-box .btn:focus {
            padding: 15px 31px 15px; }
      .faq-block .col-container {
        padding: 0 0 47px;
        text-align: left; } }
  @media screen and (max-width: 767px) {
    .faq-block {
      padding: 25px 9999px 29px;
      font: 12px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .faq-block h2 {
        margin: 0 0 21px;
        text-align: left;
        font: bold 21px/25px 'proxima_nova', Arial, Helvetica, sans-serif; }
      .faq-block .row {
        margin: 0 -10px; }
      .faq-block .col {
        text-align: left;
        overflow: hidden;
        padding: 0 10px 0 0;
        margin: 0 0 14px; }
      .faq-block .title {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 6px; }
        .faq-block .title br {
          display: none; }
      .faq-block p {
        text-align: left;
        overflow: hidden; }
      .faq-block .img-box {
        text-align: center;
        min-height: 1px;
        width: 19%;
        float: left;
        display: inline-block;
        margin: 29px 12px 0 13px; }
        .faq-block .img-box:after {
          display: none; }
        .faq-block .img-box img {
          max-width: 100%; }
      .faq-block .btn-box {
        text-align: center; }
        .faq-block .btn-box .btn {
          padding: 9px 20px 10px;
          border-radius: 40px;
          font: 12px/16px 'proxima_nova', Arial, Helvetica, sans-serif; }
          .faq-block .btn-box .btn:hover, .faq-block .btn-box .btn:active, .faq-block .btn-box .btn:focus {
            padding: 10px 21px 11px; }
      .faq-block .col-container {
        padding: 0 0 3px;
        text-align: left; } }

.comunity-block {
  padding: 89px 0 182px;
  color: #414342;
  font: 24px/34px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  .comunity-block .alignleft {
    float: left;
    width: auto;
    max-width: 100%;
    margin: 12px 37px 0 43px; }
  .comunity-block p {
    margin: 0; }
  .comunity-block .heading {
    margin: 0 0 37px; }
  .comunity-block h2 {
    font: bold 70px/76px 'proxima_nova', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 23px 2px;
    color: #414342; }
  .comunity-block .cols-holder {
    margin: 0 -40px 0 -20px;
    overflow: hidden; }
    .comunity-block .cols-holder .col {
      float: left;
      width: 50%;
      padding: 0 20px; }
    .comunity-block .cols-holder .title {
      font: bold 24px/34px 'proxima_nova', Arial, Helvetica, sans-serif;
      display: block;
      margin: 0 0 11px; }
  @media screen and (max-width: 1391px) {
    .comunity-block {
      padding: 50px 0 118px;
      font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .comunity-block .alignleft {
        max-width: 26.9%;
        margin: 7px 45px 0 17px; }
        .comunity-block .alignleft img {
          width: auto;
          max-width: 100%; }
      .comunity-block .content-box {
        overflow: visible; }
      .comunity-block p {
        margin: 0; }
      .comunity-block .heading {
        margin: 0 0 63px; }
      .comunity-block h2 {
        font: bold 42px/52px 'proxima_nova', Arial, Helvetica, sans-serif;
        margin: 0 0 21px; }
      .comunity-block .cols-holder {
        margin: 0; }
        .comunity-block .cols-holder .col {
          width: 50%;
          padding: 0 12px; }
        .comunity-block .cols-holder .title {
          font: bold 18px/24px 'proxima_nova', Arial, Helvetica, sans-serif;
          margin: 0; } }
  @media screen and (max-width: 767px) {
    .comunity-block {
      padding: 25px 12px 70px;
      font: 12px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .comunity-block .alignleft {
        display: none; }
      .comunity-block .alignleft.hide {
        display: block !important;
        max-width: 34%;
        margin: 4px 13px 0 0; }
        .comunity-block .alignleft.hide img {
          width: auto;
          max-width: 100%; }
      .comunity-block .content-box {
        overflow: visible; }
      .comunity-block p {
        margin: 0;
        overflow: hidden; }
      .comunity-block .heading {
        margin: 0 0 9px; }
      .comunity-block h2 {
        font: bold 21px/25px 'proxima_nova', Arial, Helvetica, sans-serif;
        margin: 0 0 20px; }
      .comunity-block .cols-holder {
        margin: 0 -11px; }
        .comunity-block .cols-holder .col {
          width: 50%;
          padding: 0 11px; }
        .comunity-block .cols-holder .title {
          font: bold 12px/16px 'proxima_nova', Arial, Helvetica, sans-serif;
          margin: 0 0 6px; } }

.blog #header {
  background: #1d1e1e; }
  .blog #header:after {
    background: #171818; }

#main .heading {
  overflow: hidden;
  padding: 87px 0 31px;
  border-bottom: 1px solid #e8e8e8; }
  #main .heading .btn {
    margin: 20px 0 0;
    float: right;
    padding: 6px 13px 4px 41px;
    position: relative; }
    #main .heading .btn:focus, #main .heading .btn:active, #main .heading .btn:hover {
      padding: 7px 14px 5px 42px; }
      #main .heading .btn:focus:after, #main .heading .btn:active:after, #main .heading .btn:hover:after {
        top: 8px;
        left: 17px; }
    #main .heading .btn:after {
      content: '';
      clear: both;
      position: absolute;
      top: 7px;
      left: 16px;
      background: url(../images3_0/sprite.png) no-repeat -293px -128px;
      width: 14px;
      height: 14px; }
  #main .heading h1 {
    font-size: 90px;
    line-height: 94px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    color: #202121; }
#main .post {
  margin: 0 0 99px; }
  #main .post .post-head {
    font-size: 14px;
    line-height: 16px;
    overflow: hidden; }
    #main .post .post-head .ico-person {
      width: auto;
      max-width: 40px;
      border-radius: 4px;
      float: left;
      margin: 0 10px 0 0; }
    #main .post .post-head .post-info {
      padding: 5px 0 0;
      overflow: hidden; }
      #main .post .post-head .post-info .posted-by {
        display: block;
        color: #a0a1a0;
        font-weight: normal;
        margin: 0 0 1px; }
        #main .post .post-head .post-info .posted-by a {
          color: #414342;
          font-weight: bold; }
      #main .post .post-head .post-info .date {
        display: block;
        color: #a0a1a0; }
  #main .post .post-container {
    overflow: hidden;
    color: #414342;
    margin: 0 -20px; }
    #main .post .post-container .img-box {
      width: 50%;
      float: left;
      padding: 9px 20px 0; }
      #main .post .post-container .img-box img {
        border: 1px solid #e9e9e9; }
    #main .post .post-container .post-content {
      overflow: hidden;
      padding: 0 20px; }
      #main .post .post-container .post-content h2 {
        margin: 0 0 6px;
        font-size: 32px;
        line-height: 44px;
        text-transform: uppercase;
        font-weight: bold; }
        #main .post .post-container .post-content h2 a {
          color: #414342; }
          #main .post .post-container .post-content h2 a:hover, #main .post .post-container .post-content h2 a:focus, #main .post .post-container .post-content h2 a:active {
            color: #2fb2e0;
            text-decoration: none; }
      #main .post .post-container .post-content p {
        margin: 0 0 27px; }
      #main .post .post-container .post-content .btn {
        padding: 6px 16px 4px;
        margin: 0 0 2px; }
        #main .post .post-container .post-content .btn:focus, #main .post .post-container .post-content .btn:active, #main .post .post-container .post-content .btn:hover {
          padding: 7px 17px 5px; }
@media screen and (max-width: 1391px) {
  #main .row {
    margin: 0 -10px; }
  #main .heading {
    padding: 50px 0 17px; }
    #main .heading .btn {
      margin: 9px 0 0;
      padding: 6px 14px 4px 40px; }
      #main .heading .btn:focus, #main .heading .btn:active, #main .heading .btn:hover {
        padding: 7px 15px 5px 41px; }
        #main .heading .btn:focus:after, #main .heading .btn:active:after, #main .heading .btn:hover:after {
          top: 8px;
          left: 18px; }
      #main .heading .btn:after {
        left: 17px; }
    #main .heading h1 {
      font-size: 42px;
      line-height: 52px; }
  #main #content {
    padding: 0 10px; }
  #main .post {
    margin: 0 0 58px; }
    #main .post .post-head {
      font-size: 12px;
      line-height: 14px;
      margin: 0 0 5px; }
      #main .post .post-head .ico-person {
        margin: 0 9px 0 0; }
      #main .post .post-head .post-info {
        padding: 6px 0 0; }
        #main .post .post-head .post-info .posted-by {
          margin: 0; }
    #main .post .post-container {
      margin: 0 -10px;
      font-size: 14px;
      line-height: 20px; }
      #main .post .post-container .hide {
        display: block !important;
        float: none;
        width: 100%;
        padding: 0 0 6px; }
      #main .post .post-container .post-content {
        padding: 0 10px; }
        #main .post .post-container .post-content h2 {
          margin: 0 0 11px 2px;
          font-size: 24px;
          line-height: 30px; }
        #main .post .post-container .post-content p {
          margin: 0 0 17px;
          padding: 0 2px; }
        #main .post .post-container .post-content .btn {
          padding: 6px 16px 4px 15px;
          margin: 0 0 2px;
          font-size: 12px;
          line-height: 20px; }
          #main .post .post-container .post-content .btn:focus, #main .post .post-container .post-content .btn:active, #main .post .post-container .post-content .btn:hover {
            padding: 7px 17px 5px 16px; } }
@media screen and (max-width: 767px) {
  #main .row {
    margin: 0 -20px; }
  #main .heading {
    padding: 16px 10px 9px; }
    #main .heading .btn {
      display: none; }
    #main .heading h1 {
      font-size: 15px;
      line-height: 21px; }
  #main #content {
    padding: 0 10px; }
  #main .post {
    margin: 0 0 27px; }
    #main .post .post-head {
      font-size: 9px;
      line-height: 9px;
      margin: 0 0 6px; }
      #main .post .post-head .ico-person {
        max-width: 20px;
        margin: 0 4px 0 0; }
      #main .post .post-head .post-info .posted-by {
        display: inline;
        margin: 0; }
      #main .post .post-head .post-info .date {
        display: inline; }
    #main .post .post-container {
      font-size: 12px;
      line-height: 16px; }
      #main .post .post-container .hide {
        display: block !important;
        float: none;
        width: 100%;
        padding: 0 0 4px; }
      #main .post .post-container .post-content {
        padding: 0 10px; }
        #main .post .post-container .post-content h2 {
          margin: 0 0 5px;
          font-size: 14px;
          line-height: 18px; }
        #main .post .post-container .post-content p {
          margin: 0 0 13px;
          padding: 0; }
        #main .post .post-container .post-content .btn {
          padding: 7px 20px 8px 20px;
          margin: 0 0 2px;
          font-size: 12px;
          line-height: 20px; }
          #main .post .post-container .post-content .btn:focus, #main .post .post-container .post-content .btn:active, #main .post .post-container .post-content .btn:hover {
            padding: 7px 17px 5px 16px; } }

.twocolumn {
  padding: 100px 0 66px;
  overflow: hidden; }
  .twocolumn .same {
    overflow: hidden; }
  @media screen and (max-width: 1391px) {
    .twocolumn {
      padding: 60px 0 112px; } }
  @media screen and (max-width: 767px) {
    .twocolumn {
      padding: 20px 0 0;
      margin: 0 !important; } }

#sidebar .same {
  overflow: hidden;
  background: #f4f4f4;
  padding: 0 40px; }
  #sidebar .same h3 {
    margin: 0; }
  #sidebar .same .checkbox {
    margin: 0; }
#sidebar .same > .box + .box {
  border: none; }
#sidebar .box {
  padding: 35px 0 51px;
  margin: 0 0 9px;
  border-bottom: 1px solid #ebeceb; }
  #sidebar .box .form-category {
    padding: 5px 0; }
  #sidebar .box h3 {
    color: #414342;
    font: 24px/28px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 19px; }
  #sidebar .box .checkbox {
    overflow: hidden;
    margin: 0 0 10px; }
    #sidebar .box .checkbox label {
      float: left;
      color: #414342;
      background: #e2e2e2;
      padding: 12px 9px 10px 10px;
      text-transform: uppercase;
      border-radius: 4px;
      font: 14px/18px 'proxima_nova', Arial, Helvetica, sans-serif; }
      #sidebar .box .checkbox label.jcf-label-active {
        background: #2fb2e0;
        color: #fff; }
  #sidebar .box .post {
    font: 18px/22px 'proxima_nova', Arial, Helvetica, sans-serif;
    margin: 0 0 47px; }
    #sidebar .box .post .title {
      font-weight: normal;
      display: block;
      margin: 0 0 7px; }
    #sidebar .box .post .posted-by {
      display: block;
      font-size: 14px;
      line-height: 18px;
      color: #a0a1a0;
      font-weight: normal; }
      #sidebar .box .post .posted-by a {
        color: #414342; }
@media screen and (max-width: 1391px) {
  #sidebar {
    padding: 0 10px; }
    #sidebar .same {
      padding: 0 20px; }
      #sidebar .same h3 {
        margin: 0; }
      #sidebar .same .checkbox {
        margin: 0; }
    #sidebar .box {
      padding: 15px 0 11px;
      margin: 0 0 9px; }
      #sidebar .box .form-category {
        padding: 9px 0; }
      #sidebar .box h3 {
        font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
        margin: 0 0 11px; }
      #sidebar .box .checkbox {
        margin: 0 0 10px; }
        #sidebar .box .checkbox label {
          padding: 7px 11px 5px 10px;
          font: 12px/14px 'proxima_nova', Arial, Helvetica, sans-serif; }
      #sidebar .box .post {
        font: 14px/17px 'proxima_nova', Arial, Helvetica, sans-serif;
        margin: 0 0 19px; }
        #sidebar .box .post .title {
          margin: 0 0 5px; }
        #sidebar .box .post .posted-by {
          font-size: 12px;
          line-height: 15px; } }
@media screen and (max-width: 767px) {
  #sidebar {
    padding: 0; }
    #sidebar .same {
      padding: 0 10px 49px; }
      #sidebar .same h3 {
        margin: 0; }
      #sidebar .same .checkbox {
        margin: 0; }
    #sidebar .box {
      padding: 24px 0 24px;
      margin: 0; }
      #sidebar .box .form-category {
        padding: 0; }
      #sidebar .box h3 {
        font: 12px/20px 'proxima_nova_lt', Arial, Helvetica, sans-serif;
        margin: 0 0 4px; }
      #sidebar .box .checkbox {
        margin: 0 0 4px; }
        #sidebar .box .checkbox label {
          padding: 3px 9px 4px 3px;
          border-radius: 3px;
          font: 9px/13px 'proxima_nova', Arial, Helvetica, sans-serif; }
      #sidebar .box .post {
        padding: 3px 0;
        font: 12px/13px 'proxima_nova', Arial, Helvetica, sans-serif;
        margin: 0 0 2px; }
        #sidebar .box .post .title {
          margin: 0; }
          #sidebar .box .post .title br {
            display: none; }
        #sidebar .box .post .posted-by {
          font-size: 9px;
          line-height: 9px; } }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  .accessibility:focus {
    position: static;
    width: auto;
    height: auto; }

.lightbox-holder {
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  overflow: auto;
  display: block;
  bottom: auto;
  right: auto; }

.error-lb,
.login-lb {
  margin: 0; }

.lightbox-frame {
  display: inline-block;
  vertical-align: top; }

.thx-lightbox {
  display: none; }

.form-contact-lb .form-contact {
  margin: 0; }

.form-contact-lb .error-line {
  position: absolute;
  top: 0; }

.thx-lightbox {
  color: #777;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  display: none;
  padding: 0;
  -webkit-transition: all, 0.5s, ease;
  -o-transition: all, 0.5s, ease;
  transition: all, 0.5s, ease; }

.validate-form {
  -webkit-transition: all, 0.5s, ease;
  -o-transition: all, 0.5s, ease;
  transition: all, 0.5s, ease; }

.formSuccess .validate-form {
  opacity: 0; }

.formSuccess .thx-lightbox {
  display: block;
  opacity: 1; }

.form-contact .line .auto-box .form-group {
  display: block; }

.location-holder {
  position: relative; }

.location-holder.auto-box > .change-location-tab {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1; }

.location-holder.auto-box .result-box.location-tab {
  opacity: 1;
  position: relative;
  z-index: 2; }

.pac-icon-marker {
  display: none; }

.social li a {
  text-indent: -9999px;
  overflow: hidden; }

.accessibility {
  position: absolute;
  top: -9999px; }

.form-item-container {
  position: relative;
  overflow: hidden; }

.formSuccess .form-item-container .thx-lightbox {
  color: #414342; }

.team-list .team-box .img-box .over {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.team-list .team-box .img-box:hover .over {
  display: none; }

.person-item {
  position: relative; }

.team-list .team-box .img-box:hover .static {
  display: block; }

.filters .slide-filter a.active-filter .ico-h {
  display: block; }

.filters .slide-filter a.active-filter .ico {
  display: none; }

.filters .slide-filter a.active-filter {
  font: bold 12px/14px 'proxima_nova', Arial, Helvetica, sans-serif; }

a.opener-lightbox:hover,
a.opener-lightbox:focus,
a.opener-lightbox:hover span,
a.opener-lightbox:focus span,
a.opener-lightbox:active span,
a.opener-lightbox:active {
  text-decoration: none; }

.ajax-load-target {
  overflow: hidden;
  min-height: 100px;
  min-width: 100%;
  position: relative; }

.ajax-load-container {
  position: relative; }

.ajax-btn-more {
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  bottom: 0; }

.form-contact .line .parent-active #location-input,
.form-contact .line .parent-focus #location-input {
  border: none;
  -webkit-box-shadow: inset 0 0 0 1px #cbecf7;
  box-shadow: inset 0 0 0 1px #cbecf7; }

.form-contact .line .line-holder .form-control {
  position: relative; }

.form-contact .line .input-placeholder-text {
  z-index: 3; }

.mobile-filter {
  overflow: hidden;
  display: none;
  padding: 20px 10%; }
  .mobile-filter .jcf-select-select001 {
    background: #fff; }
  @media screen and (max-width: 767px) {
    .mobile-filter {
      display: block; } }

.jcf-list .jcf-option-default {
  display: none; }

.error.imp .error-text {
  display: block; }

.error-text {
  padding: 5px 0 0;
  font-size: 12px;
  display: none;
  color: #f54a6c; }

.formSuccess .validate-form {
  opacity: 0;
  visibility: hidden; }

button.accordion, button.accordion:hover {
  cursor: pointer;
  padding: 30px 18px 24px 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font: 18px/24px 'proxima_nova', Arial, Helvetica, sans-serif;
  transition: 0.4s;
  background-color: #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #ebeceb; }

button.accordion.active {
  background-color: #ffffff;
  border: none; }

button.accordion .title {
  position: relative; }

button.accordion .title::before {
  content: "+";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #f0f0f0;
  color: #414342;
  position: absolute;
  left: -18px;
  border-radius: 6px;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  font-family: 'Times New Roman', Times, serif; }

button.accordion.active .title {
  position: relative; }

button.accordion.active .title::before {
  content: "_";
  line-height: 7px; }

div.panel {
  padding: 0 18px 0 80px;
  display: none;
  background-color: #ffffff; }

div.panel.show {
  display: block;
  border-bottom: 1px solid #ebeceb;
  margin-bottom: 0px; }

div.panel.show ul {
  margin-left: -20px; }

/* ---------------------------------------------------------
   5. Custom styles @import
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   Custom styles - template overrides and additions
   ---------------------------------------------------------*/
/*** Global ***/
.container {
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (min-width: 768px) {
  #nav {
    width: auto;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1; } }
@media screen and (min-width: 1024px) {
  #nav {
    width: auto;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1; }
    #nav li {
      margin-left: 10px;
      margin-right: 10px; } }

.intro::after {
  background: #2fb2e0;
  height: 4px;
  bottom: -4px; }

#header {
  background: #202121; }

.langs-drop li:hover {
  border-radius: 4px; }

.langs-drop {
  display: none; }

.footer-nav {
  width: 100%; }

.footer-nav li {
  float: none; }
  @media screen and (min-width: 1160px) {
    .footer-nav li {
      float: left; } }

.footer-nav li.home a {
  color: #fff;
  font-weight: bold; }

.footer-nav li.home a .yellow {
  color: #fff; }

.intro.intro-k12 .intro-text,
.intro.intro-about .intro-text {
  top: 15px; }
  @media screen and (min-width: 768px) {
    .intro.intro-k12 .intro-text,
    .intro.intro-about .intro-text {
      top: 70px; } }
  @media screen and (min-width: 1392px) {
    .intro.intro-k12 .intro-text,
    .intro.intro-about .intro-text {
      top: 120px; } }

@media screen and (min-width: 1392px) {
  .intro.intro-k12 .intro-text h1 {
    font-size: 80px;
    line-height: 79px;
    margin-bottom: 40px; } }

.intro.intro-contact .intro-text {
  top: 60px; }
  @media screen and (min-width: 768px) {
    .intro.intro-contact .intro-text {
      top: 90px; } }
  @media screen and (min-width: 1392px) {
    .intro.intro-contact .intro-text {
      top: 90px; } }
  @media screen and (max-width: 767px) {
    .intro.intro-contact .intro-text h1 {
      font-size: 30px; } }

.lightbox-holder {
  background: rgba(0, 0, 0, 0.95); }

.login-lb .btn-close {
  position: absolute;
  top: 10px;
  right: 60px; }

.linebreak-mobile {
  display: inline; }
  @media screen and (min-width: 768px) {
    .linebreak-mobile {
      display: block; } }

/*** Index ***/
.intro {
  height: 644px;
  margin: 0; }
  @media screen and (max-width: 1391px) {
    .intro {
      height: 386px; } }
  @media screen and (max-width: 767px) {
    .intro {
      height: 214px; } }

.intro .container,
.intro .row {
  min-height: 644px; }
  @media screen and (max-width: 1391px) {
    .intro .container,
    .intro .row {
      min-height: 386px; } }
  @media screen and (max-width: 767px) {
    .intro .container,
    .intro .row {
      min-height: 214px; } }

.intro .bg-stretch {
  min-height: 644px;
  height: 644px; }
  @media screen and (max-width: 1391px) {
    .intro .bg-stretch {
      min-height: 386px;
      height: 386px; } }
  @media screen and (max-width: 767px) {
    .intro .bg-stretch {
      min-height: 214px;
      height: 214px; } }

.intro .bg-stretch img {
  min-height: 644px; }
  @media screen and (max-width: 1391px) {
    .intro .bg-stretch img {
      min-height: 386px; } }
  @media screen and (max-width: 767px) {
    .intro .bg-stretch img {
      min-height: 214px; } }

.intro .intro-text h1 {
  color: #fff; }

#form-tab2 {
  opacity: 0; }

.error-block,
.error-block .error-header {
  background: rgba(0, 0, 0, 0.85); }

@media screen and (min-width: 768px) {
  .error-block .title {
    font-size: 16px;
    line-height: 24px; } }

@media screen and (min-width: 768px) {
  .error-block p:first-child {
    font-size: 14px;
    line-height: 20px; } }

.error-block p:last-child {
  margin-top: 10px; }

.invalidemailformat,
.emailnotfound,
.confirmemailsent {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .invalidemailformat,
    .emailnotfound,
    .confirmemailsent {
      font-size: 14px; } }

.confirmemailsent {
  color: white; }

.intro-info {
  position: static;
  margin-top: 75px; }
  @media screen and (max-width: 767px) {
    .intro-info {
      margin-top: 36px; } }
  .intro-info::after {
    content: "";
    display: block;
    height: 1px;
    width: 80%;
    margin: 21px auto -5px;
    background: #ececec; }

@media screen and (min-width: 1392px) {
  .intro-info .box .title {
    font-size: 48px;
    line-height: 58px; } }

.how-section {
  background: none; }

.boolet-holder {
  min-height: 0;
  max-width: 100%;
  margin-top: 70px;
  margin-bottom: 70px; }
  @media screen and (min-width: 768px) {
    .boolet-holder {
      background: url(../images3_0/bg1.jpg) no-repeat top center;
      background-size: 82%; } }

.boolet-holder .popup-holder {
  position: static;
  width: 25%;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 24px; }
  .boolet-holder .popup-holder .open {
    margin: 0 auto 45px;
    width: 165px;
    height: 165px;
    -webkit-box-shadow: 0px 0px 0px 5px white;
    box-shadow: 0px 0px 0px 5px white; }
  .boolet-holder .popup-holder p {
    text-transform: none; }

.boolet-holder .popup-holder .open:after {
  height: 150px; }

/*** Contact ***/
.intro.intro-contact {
  height: 261px;
  min-height: 261px;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .intro.intro-contact {
      height: 141px;
      min-height: 141px; } }

.intro.intro-contact .container,
.intro.intro-contact .row {
  min-height: 261px; }
  @media screen and (max-width: 767px) {
    .intro.intro-contact .container,
    .intro.intro-contact .row {
      min-height: 141px; } }

.intro.intro-contact .bg-stretch {
  min-height: 261px;
  height: 261px; }
  @media screen and (max-width: 767px) {
    .intro.intro-contact .bg-stretch {
      min-height: 141px;
      height: 141px; } }

.intro.intro-contact .bg-stretch img {
  min-height: 521px; }
  @media screen and (max-width: 1391px) {
    .intro.intro-contact .bg-stretch img {
      min-height: 471px; } }
  @media screen and (max-width: 767px) {
    .intro.intro-contact .bg-stretch img {
      min-height: 208px; } }

/*** FAQ ***/
.intro.intro-faq {
  min-height: 261px;
  margin: 0;
  height: 397px; }
  @media screen and (max-width: 767px) {
    .intro.intro-faq {
      height: 141px; } }

.intro.intro-faq .container,
.intro.intro-faq .row {
  min-height: 261px; }
  @media screen and (max-width: 767px) {
    .intro.intro-faq .container,
    .intro.intro-faq .row {
      min-height: 141px; } }

.intro.intro-faq .bg-stretch {
  min-height: 261px;
  height: 400px; }
  @media screen and (max-width: 767px) {
    .intro.intro-faq .bg-stretch {
      min-height: 141px; } }

.intro.intro-faq .bg-stretch img {
  min-height: 521px; }
  @media screen and (max-width: 1391px) {
    .intro.intro-faq .bg-stretch img {
      min-height: 471px; } }
  @media screen and (max-width: 767px) {
    .intro.intro-faq .bg-stretch img {
      min-height: 208px; } }

.intro.intro-faq .intro-text {
  text-align: center;
  top: 80px;
  padding: 2% 0 2%; }
  @media screen and (max-width: 1391px) {
    .intro.intro-faq .intro-text {
      text-align: center;
      top: 120px;
      padding: 46px 0 0 10px; }
      .intro.intro-faq .intro-text h1 {
        font-size: 48px;
        margin: 0 0 15px 1px; } }
  @media screen and (max-width: 767px) {
    .intro.intro-faq .intro-text {
      top: 20px;
      padding: 31px 0 0 10px; }
      .intro.intro-faq .intro-text h1 {
        font-size: 15px;
        margin: 0 0 8px 1px;
        color: #fff; } }

@media screen and (min-width: 1392px) {
  .footer-nav.type2 {
    width: 78%; } }

.form-contact {
  width: 100%;
  padding-top: 80px; }

.form-contact .line .form-control {
  color: #414342; }

.lightbox-holder .form-contact .line .label {
  color: #cfd0d0; }
.lightbox-holder .result-text {
  color: #cfd0d0; }

.faq-block {
  background: #ffffff;
  margin: 0 -9999px;
  color: #414342;
  padding: 30px 9999px 98px;
  font: 18px/24px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }

.faq-block .title {
  text-transform: none;
  font-size: 24px;
  line-height: 27px;
  display: block;
  margin: 0 0 9px;
  padding-left: 30px; }

.question-text {
  padding-bottom: 40px; }

/*** About Us ***/
.about-dreams-image {
  margin-top: 20px; }
  @media screen and (min-width: 1024px) {
    .about-dreams-image {
      margin-bottom: 83px; } }

.content-post p {
  margin-bottom: 12px; }
  @media screen and (min-width: 1024px) {
    .content-post p {
      margin-bottom: 24px; } }

.filter-list li {
  width: 16.666667%; }

.filter-list li a {
  display: block; }

.intro-about blockquote {
  border: none;
  margin: 0;
  padding: 0 20px;
  color: #cfd0d0; }
  .intro-about blockquote p {
    margin: 0 0 4px; }
  .intro-about blockquote q {
    display: block;
    position: relative;
    padding: 4px 30px;
    quotes: none;
    color: #cfd0d0;
    font: 32px/42px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  .intro-about blockquote cite {
    color: #a0a1a0;
    display: block;
    font: 24px/34px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1391px) {
    .intro-about blockquote {
      padding: 4px 20px; }
      .intro-about blockquote p {
        margin: 0 0 13px;
        padding: 0 32px 0 22px;
        font: 24px/30px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .intro-about blockquote q {
        position: relative;
        padding: 0;
        color: #cfd0d0;
        font: 24px/30px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
        .intro-about blockquote q:before, .intro-about blockquote q:after {
          top: 2px;
          left: -37px;
          background: url(../images3_0/sprite.png) no-repeat -200px -120px;
          width: 29px;
          height: 21px; }
        .intro-about blockquote q:before {
          left: auto;
          right: -37px;
          background: url(../images3_0/sprite.png) no-repeat -233px -120px; }
      .intro-about blockquote cite {
        font: 18px/28px 'proxima_nova_lt', Arial, Helvetica, sans-serif; } }
  @media screen and (max-width: 767px) {
    .intro-about blockquote {
      padding: 4px 20px; }
      .intro-about blockquote p {
        margin: 0 0 2px;
        padding: 0 2px;
        font: 14px/18px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
      .intro-about blockquote q {
        padding: 3px 0;
        color: #cfd0d0;
        font: 14px/18px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
        .intro-about blockquote q:before, .intro-about blockquote q:after {
          top: 0;
          left: -16px;
          background: url(../images3_0/sprite.png) no-repeat -265px -120px;
          width: 15px;
          height: 11px; }
        .intro-about blockquote q:before {
          left: auto;
          top: auto;
          bottom: -7px;
          right: -16px;
          background: url(../images3_0/sprite.png) no-repeat -282px -120px; }
      .intro-about blockquote cite {
        font: 10px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif; } }

/*** Our Solutions ***/
.oursolutions-header {
  position: relative;
  text-align: center;
  height: 330px; }
  .oursolutions-header .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 223px;
    width: 100%; }
    .oursolutions-header .slide.active {
      z-index: 2; }
    .oursolutions-header .slide blockquote {
      border: none;
      padding: 0 20px;
      color: #cfd0d0;
      margin: 0 auto; }
      .oursolutions-header .slide blockquote p {
        margin: 0 0 4px; }
      .oursolutions-header .slide blockquote q {
        display: block;
        position: relative;
        padding: 4px 30px;
        quotes: none;
        color: #cfd0d0;
        font: 32px/42px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
        .oursolutions-header .slide blockquote q:before, .oursolutions-header .slide blockquote q:after {
          content: '';
          clear: both;
          position: absolute;
          top: 0;
          left: 10px;
          background: url(../images3_0/sprite.png) no-repeat -200px -120px;
          width: 29px;
          height: 21px; }
        .oursolutions-header .slide blockquote q:before {
          left: auto;
          right: 10px;
          background: url(../images3_0/sprite.png) no-repeat -233px -120px; }
      .oursolutions-header .slide blockquote cite {
        color: #a0a1a0;
        display: block;
        font: 24px/34px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1391px) {
    .oursolutions-header {
      height: 230px; }
      .oursolutions-header .slide {
        left: 0;
        top: 158px;
        width: 100%; }
        .oursolutions-header .slide blockquote {
          padding: 4px 20px; }
          .oursolutions-header .slide blockquote p {
            margin: 0 0 13px;
            padding: 0 32px 0 22px;
            font: 24px/30px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
          .oursolutions-header .slide blockquote q {
            position: relative;
            padding: 0;
            color: #cfd0d0;
            font: 24px/30px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
            .oursolutions-header .slide blockquote q:before, .oursolutions-header .slide blockquote q:after {
              top: 2px;
              left: -37px;
              background: url(../images3_0/sprite.png) no-repeat -200px -120px;
              width: 29px;
              height: 21px; }
            .oursolutions-header .slide blockquote q:before {
              left: auto;
              right: -37px;
              background: url(../images3_0/sprite.png) no-repeat -233px -120px; }
          .oursolutions-header .slide blockquote cite {
            font: 18px/28px 'proxima_nova_lt', Arial, Helvetica, sans-serif; } }
  @media screen and (max-width: 767px) {
    .oursolutions-header {
      height: 130px; }
      .oursolutions-header .slide {
        left: 0;
        top: 80px; }
        .oursolutions-header .slide blockquote {
          padding: 4px 20px; }
          .oursolutions-header .slide blockquote p {
            margin: 0 0 2px;
            padding: 0 2px;
            font: 14px/18px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
          .oursolutions-header .slide blockquote q {
            padding: 3px 0;
            color: #cfd0d0;
            font: 14px/18px 'proxima_nova_lt', Arial, Helvetica, sans-serif; }
            .oursolutions-header .slide blockquote q:before, .oursolutions-header .slide blockquote q:after {
              top: 0;
              left: -16px;
              background: url(../images3_0/sprite.png) no-repeat -265px -120px;
              width: 15px;
              height: 11px; }
            .oursolutions-header .slide blockquote q:before {
              left: auto;
              top: auto;
              bottom: -7px;
              right: -16px;
              background: url(../images3_0/sprite.png) no-repeat -282px -120px; }
          .oursolutions-header .slide blockquote cite {
            font: 10px/16px 'proxima_nova_lt', Arial, Helvetica, sans-serif; } }

.content-post.content-post-columer {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .content-post.content-post-columer {
      margin-top: 92px; } }

@media screen and (max-width: 767px) {
  .intro.intro-k12 {
    height: 275px; } }

@media screen and (max-width: 767px) {
  .intro.intro-k12 .container,
  .intro.intro-k12 .row {
    min-height: 275px; } }

@media screen and (max-width: 767px) {
  .intro.intro-k12 .bg-stretch {
    min-height: 275px;
    height: 275px; } }

@media screen and (max-width: 767px) {
  .intro.intro-k12 .bg-stretch img {
    min-height: 275px; } }

/*** Validation Errors ***/
.error.imp .error-border {
  border: 2px solid #f54a6c; }

@media screen and (min-width: 768px) {
  .nav-opener {
    width: 34px;
    height: 28px;
    margin: 22px 0 0; }
    .nav-opener .close-btn {
      margin: 18px 0 0; }
    .nav-opener .mobile-menu .drop-heading .logo-mob {
      padding: 22px 0 !important; } }
@media screen and (max-width: 949px) {
  .nav-opener {
    display: block !important; } }

@media screen and (min-width: 768px) {
  .mobile-menu .drop-heading .logo-mob {
    padding: 22px 0; }

  .mobile-menu .drop-heading .nav-opener.close-btn {
    top: 7px; } }
#header:after {
  display: none; }
@media screen and (max-width: 767px) {
  #header .holder {
    padding: 7px 10px; } }
#header .btn {
  margin: 23px 0 0 38px; }
  @media screen and (max-width: 1391px) {
    #header .btn {
      margin: 20px 0 0 10px; } }
  @media screen and (max-width: 949px) {
    #header .btn {
      display: none; } }
#header .open-close-langs,
#header .lang-select {
  margin: 24px 0 0; }
@media screen and (max-width: 1391px) {
  #header .open-close-langs,
  #header .lang-select {
    margin-top: 21px; } }
@media screen and (max-width: 949px) {
  #header .open-close-langs,
  #header .lang-select {
    display: none; } }

#nav {
  padding-top: 0; }
  @media screen and (max-width: 949px) {
    #nav {
      display: none; } }
  #nav ul {
    line-height: 20px; }
  @media screen and (max-width: 1391px) {
    #nav li {
      padding: 0;
      margin: 0 7px; } }
  #nav li a {
    padding: 30px 5px; }
    @media screen and (max-width: 1391px) {
      #nav li a {
        padding: 27px 5px 25px;
        margin: 0 18px !important; }
        #nav li a:focus:after, #nav li a:active:after, #nav li a:hover:after {
          bottom: 0; } }
    @media screen and (max-width: 1024px) {
      #nav li a {
        margin: 0 !important; } }
  @media screen and (max-width: 1391px) {
    #nav li.active a:after {
      bottom: 0; } }

.logo a {
  padding: 30px 0; }
@media screen and (max-width: 1391px) {
  .logo {
    padding: 20px 0; }
    .logo a {
      padding: 10px 0;
      height: 32px; }
    .logo:hover a:after, .logo.active a:after {
      bottom: -20px; } }
@media screen and (max-width: 767px) {
  .logo {
    width: 132px;
    padding: 0;
    height: auto; }
    .logo a {
      height: 21px;
      padding: 5px 0; } }

@media screen and (max-width: 949px) {
  .nav-active .mobile-menu {
    display: block; } }

.mobile-menu .drop-heading .nav-opener.close-btn {
  background: url(../images3_0/sprite.png) no-repeat -332px 0; }
  @media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 949px), (min-resolution: 144dpi) and (max-width: 949px) {
    .mobile-menu .drop-heading .nav-opener.close-btn {
      background: url(../images3_0/sprite.png) no-repeat -150px 0;
      background-size: 250px 250px; } }

@media screen and (max-width: 1391px) {
  .cycle-gallery .btn-next,
  .cycle-gallery .btn-prev {
    display: block; }
  .cycle-gallery .btn-next {
    right: -65px; }
  .cycle-gallery .btn-prev {
    left: -65px; } }
@media screen and (max-width: 1023px) {
  .cycle-gallery .btn-next,
  .cycle-gallery .btn-prev {
    display: none; } }

.col-content .heading .head-info {
  padding: 7px 0 5px 40px; }
  .col-content .heading .head-info:after {
    top: 3px;
    left: 3px;
    background: url(../images3_0/sprite.png) no-repeat -430px -120px;
    width: 35px; }
.col-content .heading .person-leadership:after {
  background-position: -430px -120px; }
.col-content .heading .person-sales:after {
  background-position: -430px -255px;
  left: -2px; }
.col-content .heading .person-product:after {
  background-position: -430px -152px; }
.col-content .heading .person-client-success:after {
  background-position: -430px -222px; }
.col-content .heading .person-operations:after {
  background-position: -430px -188px; }
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) {
  .col-content .heading .person-leadership:after {
    background-position: -181px -59px; }
  .col-content .heading .person-sales:after {
    background-position: -181px -195px; }
  .col-content .heading .person-product:after {
    background-position: -181px -92px; }
  .col-content .heading .person-client-success:after {
    background-position: -181px -161px; }
  .col-content .heading .person-operations:after {
    background-position: -181px -128px; }
  .col-content .heading .head-info:after {
    background-size: 250px 250px !important; } }
@media screen and (max-width: 767px) {
  .col-content .heading .head-info {
    padding-left: 25px; }
    .col-content .heading .head-info:after {
      width: 18px;
      height: 16px;
      top: 6px;
      left: -1px; }
  .col-content .heading .person-leadership:after {
    background-position: -215px -60px; }
  .col-content .heading .person-sales:after {
    background-position: -215px -128px;
    left: -2px; }
  .col-content .heading .person-product:after {
    background-position: -215px -76px; }
  .col-content .heading .person-client-success:after {
    background-position: -215px -111px; }
  .col-content .heading .person-operations:after {
    background-position: -215px -94px; }
  .col-content .heading .head-info:after {
    background-size: 250px 250px !important; } }
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (min-resolution: 144dpi) {
  .col-content .heading .person-leadership:after {
    background-position: -90px -29px; }
  .col-content .heading .person-sales:after {
    background-position: -90px -98px; }
  .col-content .heading .person-product:after {
    background-position: -90px -46px; }
  .col-content .heading .person-client-success:after {
    background-position: -90px -81px; }
  .col-content .heading .person-operations:after {
    background-position: -90px -64px; }
  .col-content .heading .head-info:after {
    background-size: 125px 125px !important; } }

@media screen and (max-width: 767px) {
  .col-holder .col .ico-box img.ico4 {
    width: 90%; } }
.col-holder .col-text {
  margin-bottom: 40px; }

.comunity-block h2 {
  margin: 0 0 23px -3px; }

.simple-page {
  padding: 50px 50px 140px; }

.home-flag-box-clear {
  display: none; }

@media screen and (max-width: 480px) {
  .home-flag-box-clear {
    display: block; } }
.team-list .team-box {
  margin-bottom: 10px; }
.team-list .team-box-details {
  min-height: 95px; }

.footer-nav-fr li a {
  font-size: 12px; }
.footer-nav-fr ul.right li {
  margin: 0 10px; }

.post-columns {
  padding-top: 30px; }

.login-lb {
  width: 272px; }
  .login-lb .form-login > .title {
    margin-left: 4px; }

.login-lb-fr {
  width: 422px; }
  .login-lb-fr .form-login > .title {
    margin-left: -1px; }

@media screen and (min-width: 768px) {
  body {
    border-top: 72px solid #202121; }

  #header {
    height: 72px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%; }
    #header.nav-up {
      top: -72px; } }
@media screen and (min-width: 1391px) {
  body {
    border-top: 80px solid #202121; }

  #header {
    height: 80px; }
    #header.nav-up {
      top: -80px; } }
#main .post .post-container .post-content p {
  font-size: 16px; }

.no-capitals {
  text-transform: none !important; }

#intro {
  background: #202121; }

.img-loading {
  opacity: 0;
  transition: opacity .25s ease; }

.img-loaded {
  opacity: 1;
  transition: opacity .25s ease; }

.lb-team-active #slide-lightbox3 .lightbox-frame {
  margin-top: 40px !important; }

.contact-boxes {
  margin-top: 120px;
  margin-bottom: 60px;
  background: #fafafa;
  border: 1px solid #f1f1f1;
  border-radius: 3px; }
  @media screen and (max-width: 1023px) {
    .contact-boxes {
      margin-top: 70px; } }
  @media screen and (max-width: 767px) {
    .contact-boxes {
      margin-top: 50px; } }

.contact-box-row {
  border-top: 1px solid #f3f3f3;
  padding: 30px;
  color: #414342;
  font-size: 17px; }
  .contact-box-row.first {
    border: none; }
  @media screen and (max-width: 1023px) {
    .contact-box-row {
      font-size: 14px;
      padding: 18px; } }
  .contact-box-row .text {
    max-width: 330px; }
  .contact-box-row .ico-box {
    float: left;
    text-align: center;
    margin-right: 20px;
    width: 70px;
    height: 85px; }
    .contact-box-row .ico-box img {
      width: auto;
      height: auto;
      display: inline-block;
      max-width: 100%; }
    @media screen and (max-width: 1023px) {
      .contact-box-row .ico-box {
        width: 40px;
        height: 65px; } }
  .contact-box-row a {
    color: #414342; }
    .contact-box-row a:hover, .contact-box-row a:focus {
      color: #2fb2e0; }
  .contact-box-row .title {
    font: 12px/24px "proxima_nova_lt",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 0 0 4px; }
    @media screen and (max-width: 1023px) {
      .contact-box-row .title {
        font-size: 10px; } }
  .contact-box-row address {
    margin-bottom: 0; }
    @media screen and (max-width: 1150px) {
      .contact-box-row address {
        font-size: 14px; } }
  .contact-box-row time {
    font-size: 14px; }
    @media screen and (max-width: 1023px) {
      .contact-box-row time {
        font-size: 12px; } }

#main .post .post-container .post-content h2 {
  text-transform: none;
  line-height: 38px;
  padding: 14px 0 6px;
  border-top: 1px dashed #ccc;
  margin-top: 10px;
  margin-bottom: 0; }

#main .post .post-container .post-content p {
  margin-bottom: 20px; }

#main .post .post-container .img-box {
  padding-left: 0; }

@media screen and (max-width: 767px) {
  #main .post {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc; }

  #main .post .post-container .post-content h2 {
    line-height: 1.4;
    border: none;
    margin-top: 0; }

  #main .post .post-container .img-box {
    display: block;
    float: none;
    clear: both;
    margin: 10px 0; } }
@media screen and (max-width: 420px) {
  #main .post .post-container .img-box {
    width: 100%;
    height: auto; } }
.paggination li {
  padding: 0 1%;
  width: 16%; }

.paggination li .title {
  line-height: 1.1; }

.solution-intro-paragraph {
  text-align: center;
  margin: 90px 0 0;
  line-height: 1.5;
  padding: 0 20px;
  color: #414342;
  white-space: pre-line;
  font: 32px "proxima_nova_lt",Arial,Helvetica,sans-serif; }
  @media screen and (max-width: 1023px) {
    .solution-intro-paragraph {
      margin-top: 60px;
      font-size: 26px; } }
  @media screen and (max-width: 767px) {
    .solution-intro-paragraph {
      margin-top: 30px;
      font-size: 18px; } }

@media screen and (min-width: 1392px) {
  .comunity-block h2 {
    font-size: 65px; } }
@media screen and (min-width: 767px) and (max-width: 860px) {
  .content-post .post-heading .img-box {
    display: none !important; }

  .content-post img.wided {
    display: block !important; } }
.intro-about blockquote,
.oursolutions-header .slide blockquote {
  position: relative; }
  .intro-about blockquote:before, .intro-about blockquote:after,
  .oursolutions-header .slide blockquote:before,
  .oursolutions-header .slide blockquote:after {
    content: ' ';
    position: absolute;
    top: 0;
    width: 30px;
    height: 21px; }
    @media screen and (max-width: 767px) {
      .intro-about blockquote:before, .intro-about blockquote:after,
      .oursolutions-header .slide blockquote:before,
      .oursolutions-header .slide blockquote:after {
        display: none; } }
  .intro-about blockquote:before,
  .oursolutions-header .slide blockquote:before {
    left: 10px;
    background: url(../images3_0/quotes.png) no-repeat left top; }
  .intro-about blockquote:after,
  .oursolutions-header .slide blockquote:after {
    right: 10px;
    background: url(../images3_0/quotes.png) no-repeat right top; }

.form-contact-lb .title {
  max-width: 725px; }

.contact-form-holder .error-line .error-box {
  padding: 15px 0; }

@media screen and (min-width: 1391px) {
  .contact-form-holder .error-line .error-box .title {
    font-size: 16px; } }
.jcf-option-selected .jcf-select-text {
  color: #414342; }

#contactFormTown,
#contactFormState,
#contactFormCountry {
  display: none; }

.info-links {
  margin: 0;
  padding-bottom: 45px; }

.pagination {
  display: block;
  border-top: 1px dashed #ccc;
  padding: 20px 0;
  margin-bottom: 40px; }
  .pagination .prev {
    float: right; }
  .pagination .next {
    float: left; }

/*# sourceMappingURL=all.css.map */
