@import url(/resources/css/reset.css);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Khand:400,500,600,700&display=swap);
html,
body {
  font-family: 'Khand', sans-serif;
  font-size: 17px;
  background: #fff;
}
#col-main h1,
#col-main h2,
#col-main h3,
#col-main h4,
#col-main h5,
#col-main h6,
#col-side h1,
#col-side h2,
#col-side h3,
#col-side h4,
#col-side h5,
#col-side h6,
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6 {
  font-family: 'Khand', sans-serif;
  margin-bottom: 12px;
  color: #333;
  clear: both;
}
#col-main h1,
#col-side h1,
#tinymce h1 {
  font-size: 34px;
  color: #333333;
  font-size: 45px;
  font-weight: 800;
}
#col-main h2,
#col-side h2,
#tinymce h2 {
  font-size: 20px;
  color: #777777;
  font-weight: 800;
  text-transform: uppercase;
}
#col-main h3,
#col-side h3,
#tinymce h3 {
  font-size: 20px;
}
#col-main h4,
#col-side h4,
#tinymce h4 {
  font-size: 18px;
  font-weight: bold;
}
#col-main h5,
#col-side h5,
#tinymce h5 {
  font-size: 16px;
  font-weight: bold;
}
#col-main h6,
#col-side h6,
#tinymce h6 {
  font-size: 14px;
  font-weight: bold;
}
#col-main p,
#col-side p,
#tinymce p {
  margin-bottom: 12px;
  line-height: 1.5em;
}
#col-main ul,
#col-main ol,
#col-side ul,
#col-side ol,
#tinymce ul,
#tinymce ol {
  margin-bottom: 12px;
}
#col-main ul li,
#col-main ol li,
#col-side ul li,
#col-side ol li,
#tinymce ul li,
#tinymce ol li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  line-height: 1.5em;
}
#col-main a,
#col-side a,
#tinymce a {
  color: #333;
}
#col-main strong,
#col-side strong,
#tinymce strong {
  font-weight: bold;
}
#col-main em,
#col-side em,
#tinymce em {
  font-style: italic;
}
#col-main img.align-left,
#col-side img.align-left,
#tinymce img.align-left {
  float: left;
  width: 33%;
  margin: 0 20px 20px 0;
  height: auto;
}
#col-main img.align-right,
#col-side img.align-right,
#tinymce img.align-right {
  float: right;
  width: 33%;
  margin: 0 0 20px 20px;
  height: auto;
}
#col-main form p,
#col-side form p,
#tinymce form p {
  line-height: 1em;
}
#col-main form > div,
#col-side form > div,
#tinymce form > div {
  margin-bottom: 12px;
}
#col-main form > div:last-of-type,
#col-side form > div:last-of-type,
#tinymce form > div:last-of-type {
  margin-bottom: 0;
}
#col-main button,
#col-main input[type=button],
#col-main input[type=submit],
#col-main input[type=reset],
#col-side button,
#col-side input[type=button],
#col-side input[type=submit],
#col-side input[type=reset],
#tinymce button,
#tinymce input[type=button],
#tinymce input[type=submit],
#tinymce input[type=reset] {
  border: 3px solid #333;
  background: #333;
  color: #fff;
  padding: 5px 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: background-color 0.1s, border 0.1s;
}
#col-main button:hover,
#col-main input[type=button]:hover,
#col-main input[type=submit]:hover,
#col-main input[type=reset]:hover,
#col-side button:hover,
#col-side input[type=button]:hover,
#col-side input[type=submit]:hover,
#col-side input[type=reset]:hover,
#tinymce button:hover,
#tinymce input[type=button]:hover,
#tinymce input[type=submit]:hover,
#tinymce input[type=reset]:hover {
  background: #5f9fc3;
  border: 3px solid #5f9fc3;
}
#col-main input[type=text],
#col-main input[type=number],
#col-main input[type=password],
#col-main textarea,
#col-side input[type=text],
#col-side input[type=number],
#col-side input[type=password],
#col-side textarea,
#tinymce input[type=text],
#tinymce input[type=number],
#tinymce input[type=password],
#tinymce textarea {
  background: #eee;
  border: 2px solid #eee;
  padding: 5px 8px;
  min-width: 50%;
}
#col-main input[type=text].error,
#col-main input[type=number].error,
#col-main input[type=password].error,
#col-main textarea.error,
#col-side input[type=text].error,
#col-side input[type=number].error,
#col-side input[type=password].error,
#col-side textarea.error,
#tinymce input[type=text].error,
#tinymce input[type=number].error,
#tinymce input[type=password].error,
#tinymce textarea.error {
  border: 2px solid #fcc;
  background: #fcc;
}
#col-main input[type=text]:focus,
#col-main input[type=number]:focus,
#col-main input[type=password]:focus,
#col-main textarea:focus,
#col-side input[type=text]:focus,
#col-side input[type=number]:focus,
#col-side input[type=password]:focus,
#col-side textarea:focus,
#tinymce input[type=text]:focus,
#tinymce input[type=number]:focus,
#tinymce input[type=password]:focus,
#tinymce textarea:focus {
  background: #5f9fc3;
  border: 2px solid #5f9fc3;
}
#col-main #captcha-field label,
#col-main .captcha-field label,
#col-side #captcha-field label,
#col-side .captcha-field label,
#tinymce #captcha-field label,
#tinymce .captcha-field label {
  display: block;
  margin-bottom: 12px;
}
#col-main #captcha-field img,
#col-main .captcha-field img,
#col-side #captcha-field img,
#col-side .captcha-field img,
#tinymce #captcha-field img,
#tinymce .captcha-field img {
  margin: 0 12px -8px 0;
}
#col-main #captcha-field input[type="text"],
#col-main .captcha-field input[type="text"],
#col-side #captcha-field input[type="text"],
#col-side .captcha-field input[type="text"],
#tinymce #captcha-field input[type="text"],
#tinymce .captcha-field input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 170px;
  min-width: 170px;
  margin: 20px 12px 12px 0;
}
#col-main .inputs label,
#col-side .inputs label,
#tinymce .inputs label {
  display: inline-block;
  width: 64px;
}
.clr {
  clear: both;
}
#col-main form .fielderror,
#col-side form .fielderror {
  margin-bottom: 8px;
  list-style-type: none;
}
#col-main form .fielderror:before,
#col-side form .fielderror:before {
  content: "✖ ";
  font-weight: bold;
}
#col-main form .form-success,
#col-side form .form-success {
  list-style-type: none;
}
#col-main form .form-success:before,
#col-side form .form-success:before {
  content: "✔ ";
  font-weight: bold;
}
#col-main ul.alert_error,
#col-main ul.alert_success {
  list-style-type: none;
}
#col-main ul.alert_error li {
  margin-left: 0;
  list-style-type: none;
}
#col-main ul.alert_error li:before {
  font-weight: bold;
  content: "✖ ";
}
#col-main ul.alert_success li {
  margin-left: 0;
  list-style-type: none;
}
#col-main ul.alert_success li:before {
  font-weight: bold;
  content: "✔ ";
}
.sw {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1240px) {
  .sw {
    width: auto;
    margin: 0 20px;
  }
}
#green {
  width: 31%;
  background: #09568c;
  display: inline-block;
  padding: 13px;
  height: 400px;
}
@media (max-width: 890px) {
  #green {
    width: 54%;
    display: block;
    height: 348px;
    position: relative;
    margin: 0 auto;
  }
}
@media (max-width: 568px) {
  #green {
    width: 96%;
    display: block;
    height: 282px;
  }
}
#green-2 {
  width: 31%;
  background: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('/resources/images/mechanic-87.jpg');
  background-position: center;
  display: inline-block;
  padding: 13px;
  height: 400px;
}
@media (max-width: 890px) {
  #green-2 {
    width: 54%;
    display: block;
    height: 348px;
    position: relative;
    margin: 0 auto;
  }
}
@media (max-width: 568px) {
  #green-2 {
    width: 96%;
    display: block;
    height: 282px;
  }
}
#green-3 {
  width: 31%;
  background: linear-gradient(to right,rgba(255,255,255,0.9),rgba(255,255,255,0.9)), url(/resources/images/project.png);
  display: inline-block;
  padding: 13px;
  height: 400px;
  position: absolute;
}
@media (max-width: 890px) {
  #green-3 {
    width: 54%;
    display: block;
    height: 348px;
    position: relative;
    margin: 0 auto;
  }
}
@media (max-width: 568px) {
  #green-3 {
    width: 96%;
    display: block;
    height: 282px;
  }
}
#green p {
  padding: 22px;
  color: #fff;
  text-align: justify;
  font-size: 18px;
}
@media (max-width: 992px) {
  #green p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #green p {
    font-size: 16px;
    padding: 20px 40px;
  }
}
@media (max-width: 568px) {
  #green p {
    font-size: 18px;
    padding: 20px;
  }
}
#green h2 {
  padding: 22px;
  color: #fff;
  text-align: justify;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  #green h2 {
    font-size: 25px;
    text-align: left;
  }
}
@media (max-width: 980px) {
  #green h2 {
    font-size: 24px;
    text-align: left;
  }
}
#green p span {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 992px) {
  #green p span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #green p span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 620px) {
  #green p span {
    font-size: 14px;
  }
}
#green-2 p {
  padding: 22px;
  color: #fff;
  text-align: justify;
  font-size: 18px;
}
@media (max-width: 992px) {
  #green-2 p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #green-2 p {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  #green-2 p {
    font-size: 18px;
    padding: 20px;
  }
}
#green-2 h2 {
  padding: 22px;
  color: #fff;
  text-align: justify;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  #green-2 h2 {
    font-size: 25px;
  }
}
#green-2 p span {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 992px) {
  #green-2 p span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #green-2 p span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 620px) {
  #green-2 p span {
    font-size: 14px;
  }
}
#green-3 p {
  padding: 22px;
  color: #296596;
  text-align: justify;
  font-size: 18px;
  font-weight: bolder;
}
@media (max-width: 992px) {
  #green-3 p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #green-3 p {
    font-size: 16px;
    padding: 20px 40px;
  }
}
@media (max-width: 568px) {
  #green-3 p {
    font-size: 18px;
    padding: 20px;
  }
}
#green-3 h2 {
  padding: 22px;
  color: #000;
  text-align: justify;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  #green-3 h2 {
    font-size: 25px;
  }
}
#green-3 p span {
  font-size: 22px;
  font-weight: 600;
  color: #09568c;
}
@media (max-width: 992px) {
  #green-3 p span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #green-3 p span {
    font-size: 18px;
  }
}
@media (max-width: 568px) {
  #green-3 p span {
    font-size: 18px;
  }
}
#green-3 h4 {
  padding: 22px;
  color: #fff;
  text-align: justify;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 992px) {
  #green-3 h4 {
    font-size: 18px;
    padding: 30px 60px;
  }
}
@media (max-width: 768px) {
  #green-3 h4 {
    font-size: 16px;
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 620px) {
  #green-3 h4 {
    font-size: 12px;
    padding: 20px;
  }
}
.blocks a {
  display: block;
  padding: 10px 15px;
  background: #5f9fc3;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
}
.bg-ft1 {
  background: #f2f2f2;
  border-top: 11px solid #a0c0ab;
}
.bg-ft2 {
  background: #171717;
}
.bg-ft3 {
  background: #444;
}
#top-bar {
  position: relative;
  height: 40px;
  background: #333;
}
#top-bar h1 {
  float: right;
  font-size: 12px;
  line-height: 24px;
}
#top-bar .contact {
  position: absolute;
  left: 20px;
  top: 20%;
}
#top-bar .contact .phone-number {
  font-family: 'Khand', sans-serif;
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 1002px) {
  #areas {
    display: none;
  }
}
.locbutton {
  position: absolute;
  top: 4px;
  left: 6px;
  width: 150px;
  height: 26px;
  background: url('/resources/images/pin.png') left center no-repeat;
  z-index: 100;
}
.areas-menu {
  display: none;
}
.areas-menu li a {
  font-family: 'Khand', sans-serif;
  font-size: 12px;
  white-space: nowrap;
  padding: 8px 12px;
  background: #eee;
  color: #000;
  display: block;
  text-decoration: none;
}
.areas-menu li a:hover {
  background: #aaa;
}
#header {
  color: #fff;
  background: #000;
  padding: 1px 0 0 0;
  position: relative;
  height: 110px;
}
@media only screen and (max-width: 1002px) {
  #header {
    height: 150px;
  }
}
#logo {
  position: absolute;
  top: 0px;
  left: 20px;
}
@media (max-width: 1280px) {
  #logo {
    top: 14px;
  }
}
@media (max-width: 980px) {
  #logo {
    top: 4px;
  }
}
@media (max-width: 568px) {
  #logo {
    left: 0px;
  }
}
#logo a {
  display: inline-block;
  font-family: 'Khand', sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #1e283a;
  text-decoration: none;
  text-transform: uppercase;
}
#header .contact {
  position: absolute;
  top: 8px;
  right: 20px;
  font-family: 'Khand', sans-serif;
  font-size: 30px;
}
@media only screen and (max-width: 722px) {
  #header .contact {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 20px;
  }
}
#divide {
  background: #333333;
  padding: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 620px) {
  #divide {
    display: none;
  }
}
#boxes {
  width: 1170px;
  margin: auto;
}
@media (max-width: 992px) {
  #boxes {
    width: 940px;
  }
}
@media (max-width: 768px) {
  #boxes {
    width: 748px;
  }
}
.blocks {
  width: 376px;
  margin: 0 5px;
  display: inline-block;
  position: relative;
  text-align: center;
}
@media (max-width: 992px) {
  .blocks {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .blocks {
    width: 236px;
  }
}
.blocks h1 {
  color: #fff;
  font-family: 'Khand', sans-serif;
  font-size: 30px;
  font-weight: 800;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  border-bottom: 4px solid #5f9fc3;
  margin-bottom: 20px;
}
.blocks p {
  color: #fff;
  font-family: 'Khand', sans-serif;
}
.blocks img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  display: block;
}
#nav {
  color: #1e283a;
  position: absolute;
  right: 0;
  top: 40%;
}
@media only screen and (max-width: 1002px) {
  #nav {
    top: 16%;
  }
}
@media only screen and (max-width: 568px) {
  #nav {
    position: relative;
    text-align: center;
  }
}
#nav a {
  font-family: 'Khand', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
#nav a:link,
#nav a:visited,
#nav a:active,
#nav a:hover {
  color: #fff;
  text-decoration: none;
}
#nav a:hover {
  color: #fff;
}
#nav li:hover a {
  color: #fff;
}
#nav ul li {
  display: inline-block;
}
#nav ul li a {
  display: block;
  padding: 16px 10px 12px 20px;
}
@media only screen and (max-width: 768px) {
  #nav ul li a {
    padding: 16px 10px 12px 10px;
  }
}
#nav > ul > li > a {
  transition: border-color 0.2s;
  font-size: 17px;
  text-transform: uppercase;
}
@media only screen and (max-width: 568px) {
  #nav > ul > li > a {
    font-size: 15px;
  }
}
#nav > ul > li:last-child > a {
  border-right: none;
}
#nav > ul > li:hover > a {
  color: #efefef;
}
#nav ul li ul {
  display: none;
  background: #fff;
  margin-left: 1px;
  border-right: 1px solid #dddddd;
}
#nav ul li ul li a {
  font-family: 'Khand', sans-serif;
  line-height: normal;
  padding: 12px 20px;
  font-weight: 400;
  text-transform: none;
  text-shadow: none;
}
#nav ul li ul li a,
#nav ul li ul li a:link,
#nav ul li ul li a:visited,
#nav ul li ul li a:active,
#nav ul li ul li a:hover {
  color: #555;
  text-decoration: none;
}
#nav ul li ul li a:hover {
  color: #000;
}
#col-main-wrap {
  width: 100%;
  float: left;
}
#col-main-wrap2 {
  background: #fff;
  padding: 0px;
  color: #444;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #col-main-wrap2 {
    width: 80%;
  }
}
#col-side {
  width: 360px;
  margin-left: -360px;
  float: left;
  padding: 0 0 1px 0;
  color: #666;
}
@media only screen and (max-width: 870px) {
  #col-main-wrap {
    float: none;
  }
  #col-side {
    float: none;
    width: auto;
    margin: 0;
  }
  #col-side .sbminor {
    display: none;
  }
}
#col-side {
  padding: 0 0 0 1px;
  position: relative;
  z-index: 40;
  box-sizing: border-box;
}
@media only screen and (max-width: 870px) {
  #col-side {
    margin-top: 0;
    position: static;
  }
}
#col-side .sidebar {
  padding: 0;
}
#col-side .sidebar > div {
  background: #fff;
  margin: 0 0 1px 0;
  padding: 20px;
}
#col-side .sidebar > div > h2 {
  font-weight: 400;
  margin-top: -4px;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}
#presentation {
  position: relative;
}
#slideshow {
  clear: both;
  width: 100%;
  height: 585px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  #slideshow {
    height: 424px;
  }
}
@media (max-width: 1225px) {
  #slideshow {
    height: 402px;
  }
}
@media (max-width: 1024px) {
  #slideshow {
    height: 344px;
  }
}
@media (max-width: 980px) {
  #slideshow {
    height: 316px;
  }
}
@media (max-width: 890px) {
  #slideshow {
    height: 300px;
  }
}
@media (max-width: 768px) {
  #slideshow {
    height: 252px;
  }
}
@media (max-width: 568px) {
  #slideshow {
    height: 194px;
  }
}
@media (max-width: 447px) {
  #slideshow {
    height: 146px;
  }
}
@media (max-width: 440px) {
  #slideshow {
    display: none;
  }
}
#slideshow > * {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
#slideshow h3 {
  font-family: 'Khand', sans-serif;
  color: #fff;
  font-size: 48px;
  padding: 20px;
  text-shadow: 0 0 2px #000, 0 0 4px #000;
}
#banner {
  position: relative;
  height: 585px;
}
@media only screen and (max-width: 1280px) {
  #banner {
    height: 430px;
  }
}
@media only screen and (max-width: 1024px) {
  #banner {
    height: 364px;
  }
}
@media only screen and (max-width: 890px) {
  #banner {
    height: 300px;
  }
}
@media (max-width: 768px) {
  #banner {
    height: 260px;
  }
}
@media (max-width: 447px) {
  #banner {
    height: 190px;
  }
}
@media (max-width: 440px) {
  #banner {
    display: none;
  }
}
#banner .tagline {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1120px;
  z-index: 50;
  text-align: center;
  font-family: 'Khand', sans-serif;
  font-size: 48px;
  color: #fff;
  background: rgba(0,0,0,0.38) none repeat scroll 0 0;
  border-top: 5px solid #5f9fc3;
  height: 60px;
  padding: 80px 40px;
}
@media (max-width: 992px) {
  #banner .tagline {
    font-size: 38px;
    width: 900px;
  }
}
@media (max-width: 768px) {
  #banner .tagline {
    font-size: 30px;
    width: 768px;
  }
}
#featured {
  padding: 10px 0 10px 0;
}
.carouitem {
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 12px;
  margin-right: 12px;
  display: inline-block;
  font-size: 0px;
}
#inputs label {
  display: inline-block;
  width: 64px;
}
#message-field label {
  display: block;
  margin-bottom: 12px;
}
#message-field textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
#test-cont {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.test-el {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.test-el p.quote:before {
  content: "“";
}
.test-el p.quote:after {
  content: "”";
}
.test-el p.name {
  text-align: right;
  font-style: italic;
}
#footer .soc-links {
  position: relative;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#footer .soc-links ul {
  text-align: right;
  font-size: 0px;
}
@media only screen and (max-width: 568px) {
  #footer .soc-links ul {
    text-align: center;
    position: relative;
    font-size: 0px;
    display: block;
    top: 22px;
    margin: 0 auto;
    margin-top: 4px;
  }
}
#footer .soc-links li {
  display: inline-block;
  margin: 0 0 0 4px;
  overflow: hidden;
  transition: box-shadow 0.1s, margin 0.1s;
}
#footer .soc-links a {
  display: inline-block;
  width: 42px;
  height: 34px;
  font-size: 0;
  overflow: hidden;
}
@media only screen and (max-width: 568px) {
  #footer .soc-links a {
    display: inline-block;
    width: 38px;
    height: 30px;
    font-size: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 447px) {
  #footer .soc-links a {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #footer .soc-links {
    width: 38px;
    height: 38px;
    position: relative;
    display: inline;
    right: 0;
  }
}
#footer .soc-links .facebook {
  background: url('/resources/images/facebook.PNG') center center no-repeat;
}
#footer .soc-links .twitter {
  background: url('/resources/images/twitter.PNG') center center no-repeat;
}
#footer .soc-links .linkedin {
  background: url('/resources/images/linkedin.PNG') center center no-repeat;
}
#footer .soc-links .google {
  background: url('/resources/images/google.PNG') center center no-repeat;
}
#footer .soc-links .instagram {
  background: url('/resources/images/instagram.PNG') center center no-repeat;
}
#col-side .sidebar #callback label {
  display: none;
}
#col-side .sidebar #callback input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#col-side .sidebar .newsletter label {
  display: none;
}
#col-side .sidebar .newsletter input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.map > div {
  height: 336px;
}
#slcarousel {
  height: 185px;
  overflow: hidden;
}
#slcarousel > div {
  height: 165px;
  width: 100%;
  box-shadow: none;
}
#slcarousel > div > div {
  width: 914px;
  margin: 0 auto;
  padding: 20px 43px;
}
#slcarousel > div > div > div {
  display: inline-block;
  height: 118px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 30px;
  background-position: center center;
  background-size: cover;
}
#slcarousel > div > div > div.item1 {
  width: 118px;
}
#slcarousel > div > div > div.item2 {
  width: 298px;
}
#slcarousel > div > div > div:last-child {
  margin-right: 0;
}
#slcarousel .slider-pagination {
  height: 24px;
  width: 100%;
  padding: 0 0 20px 0;
}
#slcarousel .slider-pagination span {
  text-shadow: none;
  color: #bbb;
}
#slcarousel .slider-pagination span.current {
  color: #333;
}
#slcarousel .slider-control {
  width: 40px !important;
  color: #bbb;
  text-shadow: none;
}
#slcarousel .slider-control:hover {
  color: #333;
}
@media only screen and (max-width: 1240px) {
  #slcarousel > div > div {
    width: 662px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #slcarousel > div > div > div {
    margin: 0 5px;
  }
  #slcarousel > div > div > div.item2 {
    width: 248px;
  }
}
@media only screen and (max-width: 783px) {
  #slcarousel {
    display: none;
  }
}
#footer .contact {
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 20px 0;
}
#copyright {
  font-size: 16px;
  text-align: left;
  color: #fff;
  padding: 20px 0;
  background: #171717;
  font-family: Open Sans, Arial, sans-serif;
  height: 30px;
}
#copyright a,
#copyright a:link,
#copyright a:active,
#copyright a:visited,
#copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 890px) {
  #copyright {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #copyright {
    font-size: 12px;
  }
}
.container {
  width: 65%;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}
@media (max-width: 1280px) {
  .container {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 86%;
  }
}
@media (max-width: 568px) {
  .container {
    width: 86%;
    padding: 30px;
  }
}
@media (max-width: 447px) {
  .container {
    width: 86%;
    padding: 24px;
  }
}
.container-footer {
  width: 65%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .container-footer {
    width: 86%;
  }
}
.footerContainer {
  width: 1120px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}
#footerPic {
  position: absolute;
  background-image: url("/resources/images/unifyfooter.jpg");
  height: 223px;
  width: 1200px;
  top: -223px;
}
@media (max-width: 992px) {
  #footerPic {
    width: 992px;
    background-image: url("/resources/images/unifyfooter992.jpg");
  }
}
@media (max-width: 768px) {
  #footerPic {
    width: 768px;
    background-image: url("/resources/images/unifyfooter768.jpg");
  }
}
@media only screen and (max-width: 620px) {
  #footerPic {
    display: none;
  }
}
.footerBlock {
  display: inline-block;
  margin: 0 5px;
  width: 360px;
  vertical-align: top;
  text-align: left;
  color: #888;
  font-size: 14px;
  line-height: 23px;
}
@media only screen and (max-width: 620px) {
  .footerBlock {
    width: 300px;
    display: block;
  }
}
@media (max-width: 992px) {
  .footerBlock {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .footerBlock {
    display: block;
  }
}
.footerHeader {
  font-size: 16px;
  font-weight: 600;
  color: #777;
}
.footerBlock h2 {
  border-bottom: 4px solid #5f9fc3;
  color: #333;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
  padding: 20px 0;
  text-transform: uppercase;
}
.footerBlock li a {
  color: #888;
  text-decoration: none;
}
.footerBlock li a:hover {
  color: #5f9fc3;
}
.logo-img {
  width: 22%;
}
@media (max-width: 568px) {
  .logo-img {
    width: 50%;
    margin: 0 auto;
    position: relative;
    display: block;
    left: 0px;
  }
}
.book-button {
  background: #296596;
  color: #fff;
  width: 10%;
  position: relative;
  bottom: 110px;
  left: 5%;
  transform: skewX(-22deg);
  padding: 20px;
}
@media (max-width: 1280px) {
  .book-button {
    width: 13%;
  }
}
@media (max-width: 1024px) {
  .book-button {
    width: 16%;
    bottom: 76px;
  }
}
@media (max-width: 890px) {
  .book-button {
    width: 18%;
  }
}
@media (max-width: 768px) {
  .book-button {
    width: 22%;
    bottom: 63px;
  }
}
@media (max-width: 568px) {
  .book-button {
    bottom: 46px;
  }
}
@media (max-width: 447px) {
  .book-button {
    bottom: 34px;
    width: 28%;
  }
}
.book-button a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 17px;
}
@media (max-width: 568px) {
  .book-button a {
    font-size: 12px;
  }
}
.book-button:hover {
  background: #09568c;
}
.book-button a:hover {
  color: #efefef;
  background: #09568c;
}
.green-button {
  top: 16px;
  background: #296596;
  color: #fff;
  width: 36%;
  position: relative;
  left: 5%;
  transform: skewX(-22deg);
  padding: 12px;
  border: 2px solid #fff;
}
@media (max-width: 1024px) {
  .green-button {
    width: 39%;
  }
}
@media (max-width: 980px) {
  .green-button {
    width: 41%;
  }
}
.green-button a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 2px;
  text-decoration: none;
}
.green-button:hover {
  background: #09568c;
}
.green-button a:hover {
  color: #efefef;
  background: #09568c;
}
.green-2-button {
  color: #fff;
  width: 36%;
  position: relative;
  bottom: 0;
  left: 5%;
  transform: skewX(-22deg);
  padding: 12px;
  border: 2px solid #fff;
}
@media (max-width: 1280px) {
  .green-2-button {
    width: 37%;
  }
}
@media (max-width: 1225px) {
  .green-2-button {
    width: 39%;
  }
}
@media (max-width: 1024px) {
  .green-2-button {
    width: 43%;
  }
}
@media (max-width: 980px) {
  .green-2-button {
    width: 45%;
  }
}
.green-2-button a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 2px;
  text-decoration: none;
}
.green-2-button:hover {
  background: #09568c;
}
.green-2-button a:hover {
  color: #efefef;
  background: #09568c;
}
.green-3-button {
  color: #fff;
  width: 36%;
  position: relative;
  bottom: 0;
  left: 5%;
  transform: skewX(-22deg);
  padding: 12px;
  border: 2px solid #fff;
  background: #296596;
}
.green-3-button a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 2px;
  text-decoration: none;
}
.green-3-button:hover {
  background: #09568c;
}
.green-3-button a:hover {
  color: #efefef;
  background: #09568c;
}
