/*
Theme Name: CompactSolutions
Theme URI: http://thewebco.co.nz
Author: The Web Company
Author URI: http://thewebco.co.nz
Description: The 2016 theme for Compact Solutions.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme54876

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "UTF-8";
/*==========================================================
                        NORMALIZE
==========================================================*/
@import url(css/animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Play:400,700|Roboto+Condensed:400,300,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input[type='button'] {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner {
  border: none;
  padding: 0;
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*===============   Fluid grid    ====================*/
.container-fluid [class*="grid_"] {
  float: left;
  width: 8.33333%;
  min-height: 1px;
}

.container-fluid .grid_1 {
  width: 8.33333%;
}

.container-fluid .grid_2 {
  width: 16.66667%;
}

.container-fluid .grid_3 {
  width: 25%;
}

.container-fluid .grid_4 {
  width: 33.33333%;
}

.container-fluid .grid_5 {
  width: 41.66667%;
}

.container-fluid .grid_6 {
  width: 50%;
}

.container-fluid .grid_7 {
  width: 58.33333%;
}

.container-fluid .grid_8 {
  width: 66.66667%;
}

.container-fluid .grid_9 {
  width: 75%;
}

.container-fluid .grid_10 {
  width: 83.33333%;
}

.container-fluid .grid_11 {
  width: 91.66667%;
}

.container-fluid .grid_12 {
  width: 100%;
}

.container-fluid .preffix_1 {
  margin-left: 70px;
}

.container-fluid .preffix_2 {
  margin-left: 140px;
}

.container-fluid .preffix_3 {
  margin-left: 210px;
}

.container-fluid .preffix_4 {
  margin-left: 280px;
}

.container-fluid .preffix_5 {
  margin-left: 350px;
}

.container-fluid .preffix_6 {
  margin-left: 420px;
}

.container-fluid .preffix_7 {
  margin-left: 490px;
}

.container-fluid .preffix_8 {
  margin-left: 560px;
}

.container-fluid .preffix_9 {
  margin-left: 630px;
}

.container-fluid .preffix_10 {
  margin-left: 700px;
}

.container-fluid .preffix_11 {
  margin-left: 770px;
}

.container-fluid .preffix_12 {
  margin-left: 840px;
}

.container, .container-fluid {
  width: 1170px;
}

.container .row {
  margin-left: -30px;
}
.container [class*="grid_"] {
  float: left;
  min-height: 1px;
  margin-left: 30px;
}
.container .grid_1 {
  width: 70px;
}
.container .grid_2 {
  width: 170px;
}
.container .grid_3 {
  width: 270px;
}
.container .grid_4 {
  width: 370px;
}
.container .grid_5 {
  width: 470px;
}
.container .grid_6 {
  width: 570px;
}
.container .grid_7 {
  width: 670px;
}
.container .grid_8 {
  width: 770px;
}
.container .grid_9 {
  width: 870px;
}
.container .grid_10 {
  width: 970px;
}
.container .grid_11 {
  width: 1070px;
}
.container .grid_12 {
  width: 1170px;
}
.container .preffix_1 {
  margin-left: 130px;
}
.container .preffix_2 {
  margin-left: 230px;
}
.container .preffix_3 {
  margin-left: 330px;
}
.container .preffix_4 {
  margin-left: 430px;
}
.container .preffix_5 {
  margin-left: 530px;
}
.container .preffix_6 {
  margin-left: 630px;
}
.container .preffix_7 {
  margin-left: 730px;
}
.container .preffix_8 {
  margin-left: 830px;
}
.container .preffix_9 {
  margin-left: 930px;
}
.container .preffix_10 {
  margin-left: 1030px;
}
.container .preffix_11 {
  margin-left: 1130px;
}
.container .preffix_12 {
  margin-left: 1230px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .container, .container-fluid {
    width: 940px;
  }

  .container .row {
    margin-left: -20px;
  }
  .container [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container .grid_1 {
    width: 60px;
  }
  .container .grid_2 {
    width: 140px;
  }
  .container .grid_3 {
    width: 220px;
  }
  .container .grid_4 {
    width: 300px;
  }
  .container .grid_5 {
    width: 380px;
  }
  .container .grid_6 {
    width: 460px;
  }
  .container .grid_7 {
    width: 540px;
  }
  .container .grid_8 {
    width: 620px;
  }
  .container .grid_9 {
    width: 700px;
  }
  .container .grid_10 {
    width: 780px;
  }
  .container .grid_11 {
    width: 860px;
  }
  .container .grid_12 {
    width: 940px;
  }
  .container .preffix_1 {
    margin-left: 100px;
  }
  .container .preffix_2 {
    margin-left: 180px;
  }
  .container .preffix_3 {
    margin-left: 260px;
  }
  .container .preffix_4 {
    margin-left: 340px;
  }
  .container .preffix_5 {
    margin-left: 420px;
  }
  .container .preffix_6 {
    margin-left: 500px;
  }
  .container .preffix_7 {
    margin-left: 580px;
  }
  .container .preffix_8 {
    margin-left: 660px;
  }
  .container .preffix_9 {
    margin-left: 740px;
  }
  .container .preffix_10 {
    margin-left: 820px;
  }
  .container .preffix_11 {
    margin-left: 900px;
  }
  .container .preffix_12 {
    margin-left: 980px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container, .container-fluid {
    width: 748px;
  }

  .container .row {
    margin-left: -20px;
  }
  .container [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container .grid_1 {
    width: 44px;
  }
  .container .grid_2 {
    width: 108px;
  }
  .container .grid_3 {
    width: 172px;
  }
  .container .grid_4 {
    width: 236px;
  }
  .container .grid_5 {
    width: 300px;
  }
  .container .grid_6 {
    width: 364px;
  }
  .container .grid_7 {
    width: 428px;
  }
  .container .grid_8 {
    width: 492px;
  }
  .container .grid_9 {
    width: 556px;
  }
  .container .grid_10 {
    width: 620px;
  }
  .container .grid_11 {
    width: 684px;
  }
  .container .grid_12 {
    width: 748px;
  }
  .container .preffix_1 {
    margin-left: 84px;
  }
  .container .preffix_2 {
    margin-left: 148px;
  }
  .container .preffix_3 {
    margin-left: 212px;
  }
  .container .preffix_4 {
    margin-left: 276px;
  }
  .container .preffix_5 {
    margin-left: 340px;
  }
  .container .preffix_6 {
    margin-left: 404px;
  }
  .container .preffix_7 {
    margin-left: 468px;
  }
  .container .preffix_8 {
    margin-left: 532px;
  }
  .container .preffix_9 {
    margin-left: 596px;
  }
  .container .preffix_10 {
    margin-left: 660px;
  }
  .container .preffix_11 {
    margin-left: 724px;
  }
  .container .preffix_12 {
    margin-left: 788px;
  }
}
@media (max-width: 767px) {
  .container, .container-fluid {
    width: 420px;
    padding: 0;
  }

  .container .row {
    margin-left: 0;
  }

  .row + .row,
  [class*="grid_"] + [class*="grid_"] {
    margin-top: 30px;
  }

  .container [class*="grid_"], .container-fluid [class*="grid_"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  body {
    padding: 0;
  }

  .container, .container-fluid {
    width: 300px;
    padding: 0 15px;
  }

  .row {
    margin-left: 0;
  }
}
.container:before, .container-fluid:before, .row:before, .container:after, .container-fluid:after, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after, .container-fluid:after, .row:after {
  clear: both;
}

.search-form {
  display: block;
  position: relative;
  width: 269px;
}
.search-form_label {
  display: block;
  padding: 5px 40px 5px 10px;
  background: #eaeaea;
  border: none;
}
.search-form_input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #333;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  height: 18px;
}
.search-form_submit {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 0;
  right: 9px;
  width: 25px;
  height: 22px;
  color: #302932;
  font: 400 14px/30px 'FontAwesome', sans-serif;
}
.search-form_submit:before {
  content: "";
}
.search-form_submit:hover {
  color: #dc6226;
}
@media (max-width: 479px) {
  .search-form {
    width: 270px;
  }
}

.search-form_toggle {
  float: right;
  display: inline-block;
  color: #404b52;
  font: 400 44px/44px "FontAwesome";
}
.search-form_toggle:before {
  content: "";
}
.search-form_toggle.active, .search-form_toggle:hover {
  color: #dc6226;
}
.search-form_toggle.active:before {
  content: "";
}

.search-form_liveout {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 9;
}
.lt-ie9 .search-form_liveout {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.search-form_liveout .search_list {
  font-size: 14px;
  line-height: 24px;
  background: #FFF;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.search-form_liveout .search_list li + li {
  margin-top: 2px;
}
.search-form_liveout .search_link {
  display: block;
  padding: 5px 10px;
  background: #FFF;
  color: #999;
}
.search-form_liveout .search_link .search_title {
  color: #dc6226;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
.search-form_liveout .search_link:hover {
  background: #dc6226;
  color: #f8e1d6;
}
.search-form_liveout .search_link:hover .search_title {
  color: #FFF;
}
.search-form_liveout .search_error {
  display: block;
  color: #dc6226;
  background: #fafafa;
  padding: 10px 10px;
  overflow: hidden;
  font-size: 17px;
  line-height: 22px;
}
.search-form_liveout .search_error span {
  font-size: 15px;
  display: block;
}
.search-form_liveout .match {
  display: none;
}
.search-form_liveout button {
  display: block;
  width: 100%;
  color: #dc6226;
  background: #fafafa;
  padding: 10px 10px;
}
.search-form_liveout button:hover {
  background: #dc6226;
  color: #FFF;
}
input:focus + .search-form_liveout {
  opacity: 1;
}
.lt-ie9 input:focus + .search-form_liveout {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.search-form_liveout .tablet, .mobile .search-form_liveout {
  display: none !important;
}

.search-frame, .search-frame body {
  width: 100%;
  height: auto;
  background: transparent;
}
.search-frame, .search-frame body, .search-frame h1, .search-frame h2, .search-frame h3, .search-frame h4, .search-frame h5, .search-frame h6, .search-frame p, .search-frame em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
.search-frame img {
  max-width: 100%;
  height: auto;
}
.search-frame a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.search-frame a:active {
  background: transparent;
}
.search-frame a:focus {
  outline: none;
}
.search-frame h4 a:hover {
  color: #dc6226;
}
.search-frame .search_list {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  list-style-type: none;
  counter-reset: li;
}
.search-frame .search_list li {
  padding: 24px 21px 22px 45px;
  position: relative;
  background: none;
  box-sizing: border-box;
}
.search-frame .search_list li:before {
  position: absolute;
  left: 0;
  top: 27px;
  width: 36px;
  height: 36px;
  font: 700 18px/36px "Roboto Condensed", sans-serif;
  color: #fff;
  background: #dc6226;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: counter(li,decimal);
  counter-increment: li;
}
.search-frame .search_list li h4 {
  margin-top: 10px;
  padding-left: 40px;
  font-weight: 700;
  font-size: 20px;
}
.search-frame .search_list li h4 a:hover {
  color: #dc6226;
}
.search-frame .search_list + li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .search-frame .search_list li {
    padding: 24px 0 22px 0;
  }
}
.search-frame .search {
  color: #dc6226;
}
.search-frame .match {
  color: #dc6226;
  font-size: 11px;
  display: block;
}
.search-frame * + p {
  margin-top: 16px;
}

/*==================  GOOGLE MAP  ======================*/
.map p {
  color: #404b52;
}
.map_model {
  height: 174px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 174px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 174px;
  }
}
.map_model2 {
  height: 422px;
}
.map_model2 img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model2 {
    height: 350px;
  }
}
@media (max-width: 479px) {
  .map_model2 {
    height: 250px;
  }
}
.map_locations {
  display: none;
}

/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 29.26829%;
}

@media (max-width: 1195.83333px) {
  .camera_container {
    padding-bottom: 350px;
  }
}
.camera_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0 !important;
  height: 100%;
  background: #fff;
  z-index: 0;
}

.camera_wrap img {
  max-width: none !important;
}

.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
}

.camera_src {
  display: none;
}

.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cameraSlide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cameraContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.camera_target {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-align: left;
  z-index: 0;
}

.camera_overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}

.camera_target_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}

.camera_loader {
  background: #fff url(images/camera-loader.gif) no-repeat center;
  border: 1px solid #ffffff;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}

.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}

.camerarelative {
  overflow: hidden;
  position: relative;
}

.imgFake {
  cursor: pointer;
}

.camera_command_wrap .hideNav {
  display: none;
}

.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}

.showIt {
  display: none;
}

.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}

.camera_caption {
  display: none;
}

.cameraContent .camera_caption {
  display: block;
}

/*================   Custom Layout&Styles   =====================*/
.camera_caption {
  position: absolute;
  left: 50%;
  top: 54%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.camera_caption h1, .camera_caption h2, .camera_caption h3, .camera_caption h4, .camera_caption h5, .camera_caption h6 {
  color: #fff;
}
.camera_caption h2 {
  display: block;
  margin-right: 18px;
}
.camera_caption h2 span {
  margin-left: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
.camera_caption > div {
  height: 100%;
}

.camera_pag {
  position: relative;
  bottom: 42px;
}
.camera_pag_ul {
  text-align: center;
}
.camera_pag_ul li {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
  background: #dc6226;
}
.camera_pag_ul li + li {
  margin-left: 8px;
}
.camera_pag_ul li > span {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .camera_caption * + .btn {
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .camera_caption * + .btn {
    margin-top: 0;
  }
  .camera_caption h2 {
    margin-right: 0;
  }
  .camera_caption h2 span {
    margin-left: 0;
  }

  .camera_pag {
    bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 979px) {
  .camera_caption h2 {
    font-size: 45px;
    line-height: 52px;
  }
  .camera_caption .btn {
    padding: 13px 22px 13px 22px;
  }
}
@media (max-width: 479px) {
  .camera_caption h2 {
    font-size: 38px;
    line-height: 45px;
  }
  .camera_caption .btn {
    padding: 12px 18px 11px 18px;
  }
}
/*========================================================
                      Contact Form
=========================================================*/
/* Contact Form Basic Styles
========================================================*/
.wpcf7 {
  position: relative;
}

div.wpcf7 label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 0 10px;
  width: 247px;
}
div.wpcf7 label + label {
  margin-left: 10px;
}

.wpcf7 label.message {
  max-width: 100%;
  width: 100%;
  margin: 0 0 29px;
}

.wpcf7 fieldset {
  border: none;
}

.wpcf7 button[type='submit'] {
  font-family: inherit;
  float: left;
}

/* Contact Form Placeholder Styles
========================================================*/
.wpcf7 ._placeholder {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 300 14px "Roboto Condensed", sans-serif;
  line-height: 18px;
  padding: 11.5px 17px 11.5px;
  color: silver;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 0;
  cursor: text;
}

.wpcf7 ._placeholder.focused {
  opacity: 0.4;
}
.lt-ie9 .wpcf7 ._placeholder.focused {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
  filter: alpha(opacity=40);
}

.wpcf7 ._placeholder.hidden,
.wpcf7 .file ._placeholder {
  display: none;
}

/* Contact Form Input
========================================================*/
.wpcf7 input[type='text'], .wpcf7 input[type='email'], .wpcf7 input[type='tel'] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 300 14px "Roboto Condensed", sans-serif;
  line-height: 18px;
  padding: 11.5px 17px 11.5px;
  color: silver;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #6d7279;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  height: 41px;
  margin: 0;
}
.lt-ie9 .wpcf7 input[type='text'], .lt-ie9 .wpcf7 input[type='email'], .lt-ie9 .wpcf7 input[type='tel'] {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1FFFFFFF', endColorstr='#1FFFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1FFFFFFF', endColorstr='#1FFFFFFF');
  zoom: 1;
}

/* Contact Form Buttons
========================================================*/
.wpcf7 .btn-wr a:hover {
  color: #fff;
}

/* Contact Form Textarea 
========================================================*/
.wpcf7 textarea {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 300 14px "Roboto Condensed", sans-serif;
  line-height: 18px;
  padding: 11.5px 17px 11.5px;
  color: silver;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #6d7279;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  resize: none;
  height: 129px;
  overflow: auto;
}
.lt-ie9 .wpcf7 textarea {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1FFFFFFF', endColorstr='#1FFFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1FFFFFFF', endColorstr='#1FFFFFFF');
  zoom: 1;
}

/* Contact Form Error messages
========================================================*/
.wpcf7 .empty-message,
.wpcf7 .error-message {
  -moz-transition: 0.3s ease-in height;
  -o-transition: 0.3s ease-in height;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  z-index: 99;
}

.wpcf7 .invalid .error-message,
.wpcf7 .empty .empty-message {
  height: 14px;
  line-height: 14px;
}

/* Contact Form Processing Box
========================================================*/
.wpcf7 .contact-form-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  background: rgba(247, 247, 247, 0.48) url(data:image/gif;base64,R0lGODlhIAAKAIAAAP///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAAACwAAAAAIAAKAAACD4yPqcvtD6OctNqLs94cFwAh+QQJCQAFACwAAAAAIAAKAILs7uz8+vz09vT08vT8/vz///8AAAAAAAADMVgx3FIwykmhADjjVzsdmjZ4ZASG2FiSJ6quXRu+8IemdXwDdB5dt54PsgA1BoThJAEAIfkECQkACAAsAAAAACAACgCDtLK03Nrc1NLUvL68/Pr81NbUxMLE/P78////AAAAAAAAAAAAAAAAAAAAAAAAAAAABDjwBGMGNeWgzbv/SACM5CiAKGiU5ZC+3MqOLvwOM22/8lzvqhzgB/TgcsQipyA0KD8HAe5o0Tw7EQAh+QQJCQAMACwAAAAAIAAKAIN0dnS8vrysrqyMioy0trSUkpT8+vy0srSMjoy8uryUlpT8/vz///8AAAAAAAAAAAAEPnAFVWpRZLHNu/9MAIzkeIAoqJQlkr5cwZIDDK8zUNupPA4/HS+Fm+2GnyLriOwkaKVT07M4FAbYQeFgmHoiACH5BAkJAAsALAAAAAAgAAoAg7SytNza3Ozu7NTS1Pz6/Ly+vPT29PTy9NTW1Pz+/MTCxP///wAAAAAAAAAAAAAAAARUMAWlClUorUWO/8YmjmIAnOg5LIbgvm5IkkqaFssBw8dM2yjcjucbFYAnnG4o6BU3NaSQ2XxCkQDhcud8HqULatWKwCoWCWq3mBgcvxYNy9P8yJ8RACH5BAkJAAsALAAAAAAgAAoAg7SytNza3Ozu7NTS1Pz6/Ly+vPT29PTy9NTW1Pz+/MTCxP///wAAAAAAAAAAAAAAAARUcJFDq1krBaUKV0iCjSRmCGiKXgHgvu5QzoeqHosCw8Vc1jYUTrdz9XwjYBBXKBqRyaAw5wQcoUobs3pFZm9UZ9d3kuIQVQV0NKlVDiLCoGmNXdYRACH5BAkJAAwALAAAAAAgAAoAg3R2dLy+vKyurIyKjLS2tJSSlPz6/LSytIyOjLy6vJSWlPz+/P///wAAAAAAAAAAAAQ+kMlJ2Qqq6KLIqmBIBUBploeoVsp5ImvMFK45yGtbAzcu0qVBkOcT6Wq9ImtHVFYStlPKSVkcCoPsoHAwxCIAIfkECQkACwAsAAAAACAACgCDtLK03Nrc7O7s1NLU/Pr8vL689Pb09PL01NbU/P78xMLE////AAAAAAAAAAAAAAAABFZwyUlXCkqVrFCSxCGORmUuAaCu6rAYQizHxEkpLFssxzwftgkup9r5fkFJgVjkHWPA5JBofAqiwWnO2DtibUtm1ZpcIJgAhcX6PSUGy/Dm8xJdr4dEBAAh+QQJCQALACwAAAAAIAAKAIO0srTc2tzs7uzU0tT8+vy8vrz09vT08vTU1tT8/vzEwsT///8AAAAAAAAAAAAAAAAEVXDJSSU5OBuZglLFpyBJZRpCqqZbALzwO5jVsa7HosRxQVO2Wyq34718P0lQmCsYj0mlcKh7ApDJ5a1pBUQXWlz1if2hpjmEVfFdXGyZQ4kwcF5liQgAIfkECQkADAAsAAAAACAACgCDdHZ0vL68rK6sjIqMtLa0lJKU/Pr8tLK0jI6MvLq8lJaU/P78////AAAAAAAAAAAABD6QyUmrZSuowosiyyVeAWCe5jGuk4KiBcsW7znIq1sDNy7SpkGQ5xPpar1i5fhKKicJG0rwrCwOhYF2UDgYIgAh+QQJCQAIACwAAAAAIAAKAIO0srTc2tzU0tS8vrz8+vzU1tTEwsT8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAEOBDJSatFJxgztinHJV4BYJ6mMK6TgaIDy7qvGcvjUNv4SNe3nuVXE150u6BxUtgBDMvKQaBDdg4RACH5BAkJAAUALAAAAAAgAAoAguzu7Pz6/PT29PTy9Pz+/P///wAAAAAAAAMvWLrcrmHIKZ61Auitw/3LwHEDCIqjVpoXmq7s445w3MykLaeb7mS8mg8iAYgkhAQAOw==);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lt-ie9 .wpcf7 .contact-form-loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.wpcf7.processing .contact-form-loader {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0.7;
  z-index: 99;
}
.lt-ie9 .wpcf7.processing .contact-form-loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
  filter: alpha(opacity=70);
}

/* Contact Form Modal
========================================================*/
.modal-open {
  overflow: hidden;
}

.wpcf7 .modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  letter-spacing: normal;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  color: #222;
}

.wpcf7 .modal h4 {
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0;
}

.modal.fade .modal-dialog {
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

.modal-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}
.lt-ie9 .modal-backdrop.fade {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
}
.lt-ie9 .modal-backdrop.in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-dialog {
  width: 600px;
  margin: 66px auto 10px;
}

@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* Contact Form Close icon
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* Contact Form reCaptcha
========================================================*/
.wpcf7 label.recaptcha {
  max-width: 100%;
  text-align: right;
  margin-left: 0px;
}

#captchadiv {
  display: inline-block;
  text-align: left;
  background: #FFF;
}
.empty-message + #captchadiv {
  border: 1px solid #DCDCDC;
  padding-top: 16px;
}

#recaptcha_table {
  border: none !important;
}
#recaptcha_table input[type="text"] {
  background: #FFF;
  border: 1px solid #CDCDCD !important;
  color: #999;
}

@media (max-width: 1199px) {
  .wpcf7 label {
    width: 100%;
  }
  .wpcf7 label + label {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #captchadiv {
    display: block;
  }

  #recaptcha_table {
    width: 100%;
  }
  #recaptcha_table tr:first-child td + td {
    padding-right: 14px !important;
  }
  #recaptcha_table tr:first-child td + td + td {
    display: none;
  }

  #recaptcha_image {
    width: 358px !important;
  }

  #recaptcha_response_field {
    width: 360px !important;
  }
}
@media (max-width: 479px) {
  #recaptcha_image {
    width: 208px !important;
  }

  #recaptcha_response_field {
    width: 210px !important;
  }
}
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: url("images/bg-footer.jpg");
  color: #757474;
  font: 400 14px/24px "Roboto Condensed", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  color: #404b52;
  font-weight: 700;
}

h3, h4, h5, h6 {
  text-transform: uppercase;
}

h2 span, h3 span, h4 span {
  font-weight: 300;
}

h1 {
  font-size: 65px;
  line-height: 70px;
}

h2 {
  font-size: 60px;
  line-height: 72px;
}

h3 {
  font-size: 36px;
  line-height: 40px;
}

h4 {
  font-size: 34px;
  line-height: 36px;
}
h4 span {
  font-size: 22px;
  line-height: 30px;
}
h4 a:hover {
  color: #dc6226;
}

h5 {
  font-size: 30px;
  line-height: 33px;
}

h6 {
  font-size: 18px;
  line-height: 24px;
  color: #dc6226;
}
h6 span {
  font-weight: 400;
  text-transform: none;
}
h6 a:hover {
  color: #404b52;
}

p a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

a[href^="mailto:"]:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

div.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 div.page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

@media (max-width: 767px) {
  .img_media {
    width: 100%;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 9px;
}

* + h6 {
  margin-top: 20px;
}

* + .search-form {
  margin-top: 13px;
}

* + .marked-list {
  margin-top: 10px;
}

* + .inline-list3 {
  margin-top: 19px;
}

* + .terms-list {
  margin-top: 48px;
}

* + .btn {
  margin-top: 48px;
}

* + .btn2 {
  margin-top: 20px;
}

* + .btn3 {
  margin-top: 39px;
}

* + .map {
  margin-top: 55px;
}

* + address {
  margin-top: 37px;
}

* + dl {
  margin-top: 26px;
}

* + .contact-form,
* + div.wpcf7 {
  margin-top: 53px;
}

* + .row {
  margin-top: 35px;
}

* + .off {
  margin-top: 41px;
}

* + .off1 {
  margin-top: 47px;
}

* + .off2 {
  margin-top: 24px;
}

* + .off3 {
  margin-top: 13px;
}

* + .off4 {
  margin-top: 36px;
}

p + p {
  margin-top: 24px;
}

img + h6 {
  margin-top: 44px;
}

h6 + p {
  margin-top: 24px;
}

p + h6 {
  margin-top: 49px;
}

.fa-map-marker + h6, .fa-phone + h6 {
  margin-top: 17px;
}

.mod + p {
  margin-top: 15px;
}

img + .mod {
  margin-top: 31px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  padding-top: 11px;
  padding-left: 16px;
  color: #404b52;
}
.brand_name {
  display: inline-block;
  overflow: hidden;
  font-size: 30px;
  line-height: 34px;
  text-transform:uppercase;
}
.brand_slogan {
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
  margin-top: 0;
  text-transform:uppercase;
}

.brand_img {
  height: 69px;
  width: 69px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #dc6226;
  position: relative;
  float: left;
}
.brand_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #f3f3f3;
}

.bg-secondary {
  background: url("images/bg1.jpg");
}
.bg-secondary p {
  color: #6d6c6c;
}

.bg-secondary2 {
  background: url("images/bg2.jpg");
  color: silver;
}
.bg-secondary2 h1, .bg-secondary2 h2, .bg-secondary2 h3, .bg-secondary2 h4, .bg-secondary2 h5, .bg-secondary2 h6 {
  color: #fff;
}
.bg-secondary2 a:hover {
  color: #ef4351;
}
.bg-secondary2 .call {
  font-size: 24px;
  line-height: 17px;
}
.bg-secondary2 .color_primary {
  color: #ef4351;
}
.bg-secondary2 .color_primary a:hover {
  color: #fff;
}
.bg-secondary2 .btn2 {
  color: #fff;
}
.bg-secondary2 .btn2:after {
  color: #fff;
}

/*==================     Icons     ======================*/
.fa-map-marker, .fa-envelope, .fa-phone {
  font-size: 36px;
  line-height: 69px;
  color: #fff;
  background: #ef4351;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 21px;
  margin-top: -3px;
}
@media (max-width: 979px) {
  .fa-map-marker, .fa-envelope, .fa-phone {
    float: none;
    display: block;
    position: relative;
    margin-right: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.fa-map-marker, .fa-phone {
  line-height: 73px;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 21px 31px 20px 30px;
}
.btn:hover {
  background: rgba(220, 98, 38, 0.8);
}
.lt-ie9 .btn:hover {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCDC6226', endColorstr='#CCDC6226')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCDC6226', endColorstr='#CCDC6226');
  zoom: 1;
}
.btn:active {
  background: #ef4351;
}
.lt-ie9 .btn:active {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDC6226', endColorstr='#FFDC6226')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDC6226', endColorstr='#FFDC6226');
  zoom: 1;
}

.btn2 {
  display: inline-block;
  color: #404b52;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-family: "Play", sans-serif;
}
.btn2:after {
  content: '\f18e';
  position: relative;
  left: 5px;
  top: 2px;
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 20px;
  color: #000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn2:hover {
  color: #dc6226;
}
.btn2:hover:after {
  color: #f3372c;
}
.btn2:active {
  color: #b24e1d;
}

.btn2_sm {
  font-size: 14px;
}
.btn2_sm:after {
  left: 11px;
}

.btn3 {
  display: inline-block;
  color: #fff;
  background: #dc6226;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 33px 15px 37px;
}
.btn3:hover {
  background: #b24e1d;
}
.btn3:active {
  background: #863b16;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box:hover .box_aside {
  background: #fff;
}
.box:hover .sprite {
  opacity: 0;
}
.lt-ie9 .box:hover .sprite {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.box_aside {
  position: relative;
  height: 170px;
  width: 170px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #dc6226;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.box_aside1 {
  float: right;
  margin-left: 31px;
}
.box_aside2 {
  float: left;
  margin-right: 31px;
}
.box_cnt__no-flow {
  overflow: hidden;
  margin-top: 6px;
}
.box .sprite, .box .sprite_hover {
  display: inline-block;
  background: url("images/page-1_sprite1.png") no-repeat;
  position: absolute;
  left: 38px;
  top: 40px;
  width: 96px;
  height: 88px;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 1;
}
.lt-ie9 .box .sprite, .lt-ie9 .box .sprite_hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.box .sprite1, .box .sprite2, .box .sprite3, .box .sprite4 {
  z-index: 2;
}
.box .sprite1_hover, .box .sprite2_hover, .box .sprite3_hover, .box .sprite4_hover {
  z-index: 1;
}
.box .sprite1 {
  background-position: -0px -0px;
}
.box .sprite1_hover {
  background-position: -96px -0px;
}
.box .sprite2 {
  background-position: -0px -88px;
}
.box .sprite2_hover {
  background-position: -96px -88px;
}
.box .sprite3 {
  background-position: -0px -176px;
}
.box .sprite3_hover {
  background-position: -96px -176px;
}
.box .sprite4 {
  background-position: -0px -264px;
}
.box .sprite4_hover {
  background-position: -96px -264px;
}
@media (max-width: 979px) {
  .box {
    text-align: center;
  }
  .box_aside1, .box_aside2 {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .box_cnt__no-flow {
    margin-top: 10px;
  }
}

/*==================  Inline List  ======================*/
.inline-list {
  padding-top: 19px;
}
.inline-list li {
  display: inline-block;
}
.inline-list li .fa-map-marker, .inline-list li .fa-envelope, .inline-list li .fa-phone {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 30px;
  width: 30px;
  background: rgba(255, 255, 255, 0.32);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  float: none;
  margin-right: 0;
  margin-top: 0;
}
.lt-ie9 .inline-list li .fa-map-marker, .lt-ie9 .inline-list li .fa-envelope, .lt-ie9 .inline-list li .fa-phone {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#52FFFFFF', endColorstr='#52FFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52FFFFFF', endColorstr='#52FFFFFF');
  zoom: 1;
}
.inline-list li + li {
  margin-left: 13px;
}
.inline-list .fa-map-marker:hover, .inline-list .fa-envelope:hover, .inline-list .fa-phone:hover {
  background: #404b52;
}

.inline-list2 li {
  display: inline-block;
}
.inline-list2 li a {
  color: #404b52;
  font-size: 18px;
  line-height: 18px;
}
.inline-list2 li + li {
  margin-left: 11px;
}
.inline-list2 a:hover {
  color: #dc6226;
}

.inline-list3 li {
  display: inline-block;
}
.inline-list3 li a {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}
.inline-list3 li + li {
  margin-left: 19.5px;
}
.inline-list3 a:hover {
  color: #dc6226;
}

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 102.5%;
}
.flex-list li {
  display: table-cell;
}
.flex-list li img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flex-list li img:hover {
  opacity: 0.7;
}
.lt-ie9 .flex-list li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
  filter: alpha(opacity=70);
}
@media (max-width: 979px) {
  .flex-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flex-list {
    text-align: center;
  }
  .flex-list, .flex-list li {
    display: block;
  }
  .flex-list li + li {
    margin-top: 5px;
  }
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 21px;
}
.marked-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 14px;
  font-family: "FontAwesome";
  color: #dc6226;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list li + li {
  margin-top: 6px;
}
.marked-list a:hover {
  color: #dc6226;
}
.marked-list li:hover:before {
  color: #404b52;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 26px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  padding: 22px 22px 17px 18px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #404b52;
}
.sf-menu > li.active > a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a {
  color: #fff;
  background: #404b52;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 105px;
  margin-top: 0px;
  left: -11px;
  padding: 29px 0 20px;
  background: #FFF;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul {
  background: #404b52;
}
.sf-menu ul > li {
  padding: 0 11px;
}
.sf-menu ul > li > a {
  color: #FFF;
  font-size: 12px;
  line-height: 14px;
  background: #404b52;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: inline-block;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
.sf-menu ul > li + li {
  margin-top: 10px;
}

.sf-menu ul ul {
  position: absolute;
  top: 40%;
  left: 100%;
  width: 100px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul {
  background: #dc6226;
  padding: 12px 0 2px;
}
.sf-menu ul ul > li > a {
  color: #FFF;
  background: #dc6226;
  padding: 0 4px;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.sf-menu ul ul > li + li {
  margin-top: 5px;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 39%;
  top: 71%;
  margin-left: 0px;
  content: "\f0dd";
  font: 400 14px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #dc6226;
  color: #FFF;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #404b52;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #404b52;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #404b52;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle.active span {
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
}
.rd-mobilepanel_toggle.active span:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 10px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  background: url("images/bg-header.jpg");
  padding-bottom: 11px;
}

.isStuck {
  background: url("images/bg-header.jpg");
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck .sf-menu ul {
  border: 1px solid #000;
  margin-top: 11px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 25px;
  line-height: 40px;
  color: #8f8f90;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.lt-ie9 .toTop {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000');
  zoom: 1;
}
.toTop:before {
  content: "";
}
.toTop:hover {
  color: #fff;
  background: #dc6226;
  text-decoration: none;
  -moz-transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  -o-transform: rotate(720deg);
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: silver;
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5 {
  color: #fff;
}
.parallax h6 a:hover {
  color: #fff;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*========================================================
                     HEADER  Section
=========================================================*/
.site-header {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
.site-header .cont_header {
  padding-top: 28px;
  padding-bottom: 26px;
}
.site-header .srch_header {
  text-align: right;
}
.site-header .nav, .site-header .brand {
  float: left;
}
.site-header .inline-list, .site-header .srch_header {
  float: right;
}
@media (max-width: 767px) {
  .site-header {
    text-align: center;
  }
  .site-header .social, .site-header .nav, .site-header .inline-list {
    float: none;
  }
  .site-header .inline-list2 {
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .site-header .brand_img {
    float: none;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

.mg_add {
  margin-top: 16px;
}

.mg_add2 {
  margin-top: 4px;
}

.mg_add3 {
  margin-top: -7px;
}

.mod {
  text-transform: none;
}

.color_default {
  color: #404b52;
}
.color_default a:hover {
  color: #dc6226;
}

.color_primary {
  color: #dc6226;
}
.color_primary a:hover {
  color: #404b52;
}

.f-weight {
  font-weight: 300;
}

.l-height {
  line-height: 21px;
}

.video {
  height: 353px;
}
@media (max-width: 479px) {
  .video {
    height: 200px;
  }
}

.bord-bottom {
  padding-bottom: 22px;
  border-bottom: 1px solid #82848b;
}
@media (max-width: 767px) {
  .bord-bottom {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.rand {
  display: inline-block;
  width: 88px;
  height: 88px;
  border: 6px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 89px;
  letter-spacing: 2px;
}

.img-block {
  cursor: default;
  position: relative;
}
.img-block .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.lt-ie9 .img-block .img-hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.img-block .img-hover_block {
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
}
.img-block .img-hover_block .img-hover_cnt {
  height: 100%;
  width: 100%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 100px 0 34px;
  color: #fff;
}
.img-block .img-hover_block .img-hover_cnt h1, .img-block .img-hover_block .img-hover_cnt h2, .img-block .img-hover_block .img-hover_cnt h3, .img-block .img-hover_block .img-hover_cnt h4, .img-block .img-hover_block .img-hover_cnt h5, .img-block .img-hover_block .img-hover_cnt h6 {
  color: #fff;
}
.img-block .img-hover_block .img-hover_cnt p {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}
.img-block .img-hover_block .img-hover_cnt .fa-arrow-circle-o-right {
  right: 29px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: 72px;
  line-height: 72px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}
.lt-ie9 .img-block .img-hover_block .img-hover_cnt .fa-arrow-circle-o-right {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=50);
}
.img-block .img-hover_block .img-hover_cnt .fa-arrow-circle-o-right:hover {
  opacity: 0.9;
  color: #dc6226;
}
.lt-ie9 .img-block .img-hover_block .img-hover_cnt .fa-arrow-circle-o-right:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.9)";
  filter: alpha(opacity=90);
}
.img-block:hover .img-hover {
  opacity: 1;
}
.lt-ie9 .img-block:hover .img-hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
@media (min-width: 480px) and (max-width: 979px) {
  .img-block .img-hover_cnt h3 {
    font-size: 20px;
    line-height: 21px;
  }
  .img-block .img-hover_cnt p {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (max-width: 479px) {
  .img-block .img-hover_block .img-hover_cnt {
    padding: 0 49px 0 34px;
  }
  .img-block .img-hover_block .img-hover_cnt h3 {
    font-size: 20px;
    line-height: 21px;
  }
  .img-block .img-hover_block .img-hover_cnt p {
    display: none;
  }
  .img-block .img-hover_block .img-hover_cnt .fa-arrow-circle-o-right {
    font-size: 44px;
    right: 10px;
  }
}

@media (max-width: 979px) {
  .media_center {
    text-align: center;
  }
}

.address-box address {
  font-size: 18px;
  line-height: 21px;
  color: #dc6226;
  text-transform: uppercase;
}
.address-box dl dt, .address-box dl dd {
  display: inline-block;
}
.address-box dl dt {
  width: 62px;
}
.address-box dl dd {
  width: 80%;
}
.address-box dl dt.mail {
  width: auto;
}
@media (max-width: 1199px) {
  .address-box dl dd {
    width: 70%;
  }
  .address-box dl dt.mail {
    width: auto;
  }
}
@media (max-width: 767px) {
  .address-box dl dt.mail {
    width: 15%;
  }
  .address-box dl dt.mail + dd {
    margin-left: -26px;
  }
}
@media (max-width: 479px) {
  .address-box dl dt.mail + dd {
    margin-left: -4px;
  }
}

.terms-list dt {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.terms-list dt + dd {
  margin-top: 23px;
}
.terms-list dd + dt {
  margin-top: 48px;
}
.terms-list + a {
  margin-top: 26px;
  display: inline-block;
}
.terms-list + a:hover {
  text-decoration: underline;
}

/*==================      Well     ======================*/
.well {
  padding-top: 45px;
  padding-bottom: 51px;
}

.well1 {
  padding-top: 122px;
  padding-bottom: 115px;
}

.well1__ins1 {
  padding-bottom: 121px;
}

.well1__ins2 {
  padding-bottom: 104px;
}

.well1__ins3 {
  padding-bottom: 58px;
}

.well2 {
  padding-top: 114px;
  padding-bottom: 145px;
}

.well4 {
  padding-top: 110px;
  padding-bottom: 107px;
}

.well3 {
  padding-top: 37px;
  padding-bottom: 37px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
.site-footer {
  background: url("images/bg-footer.jpg");
  padding-top: 62px;
  padding-bottom: 62px;
  color: #fff;
}
.site-footer .brand {
  padding-top: 0;
  padding-left: 0;
}
.site-footer .brand_name {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

/*# sourceMappingURL=style.css.map */

body,p{font-size:15px;}
#wpcf7-f34-o1{margin-top: 22px;}
.home_3_icon{ padding-top: 70px;
  padding-bottom: 40px;}
.row_editing{padding-top: 20px important;}
section.home_3_icon.bg-secondary{padding-top: 40px }
.page-id-325 .grid_5.mg_add2.wow{padding-top: 20px}
.page-id-272 .grid_12{padding-bottom: 20px}
.page-id-293 .grid_12{padding-bottom: 20px}
.page-id-298 .grid_12{padding-bottom: 20px}
#text-5 h5{color:#fff}
#wpcf7-f34-o1{    margin-top: 10px;}
#wpcf7-f34-o1 .message{margin-bottom: 0px;}
.page-id-12 .bg-secondary{background:none;}
.home_3_icon h6{font-size:17px;}
.fa-map-marker:before { content:"\f17e"; }
#wpcf7-f34-o1 .email{margin-left: 13px;}
#wpcf7-f34-o1 .phone{margin-left: 13px;}
.grid_8 #wpcf7-f34-o2{margin-top: 20px;}
.grid_8 .wpcf7 label.message{margin: 0px;}
.grid_8 .wpcf7-f34-o2 .email{margin-left: 13px;}
.grid_8 .wpcf7-f34-o2 .phone{margin-left: 13px;}

.isStuck {background: #EF4351;}
.stuck_container {background: #EF4351;}
.sf-menu > li.active > a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a{background:#c7343f;color:#fff;}
.sf-menu ul {background: #ef4351;}
.sf-menu ul > li > a{background:#ef4351;}
.sf-menu > li.sfHover > a, .sf-menu> li >a:hover{background:#c7343f;}
.color_primary {
    color: #ef4351;
}
menu-item menu-item-type-post_type menu-item-object-page menu-item-15{background:#ef4351}
h4 a:hover {
    color: #ef4351;
}
.btn3{background:#ef4351}
.btn3:hover {background:#c7343f}
.fa-map-marker, .fa-envelope, .fa-phone {    background: #ef4351;}
 h6,h5{color:#ef4351;}

.inline-list li .fa-map-marker, .inline-list li .fa-envelope, .inline-list li .fa-phone { background: #c7343f;}
.inline-list li .fa-envelope:hover{background:#c7343f}
.inline-list li .fa-phone:hover,.btn:hover{background:#c7343f}
.marked-list li::before{color:#ef4351;}
.page-id-12 div.wpcf7 label + label{    margin-left: 13px;}
@media (max-width: 768px){
#wpcf7-f34-o1 label { width:100%; margin-left:0px !important; }
.site-header .srch_header { float:none; clear:both; }
.site-header .brand,.brand_img { float:none; }
.site-header .inline-list2 { text-align:center; }
.inline-list { margin:10px; padding:0px!important; }
}
.camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover,.box_aside{background:#ef4351;}

.site-header { background: #231F20; border-bottom:none;}
.brand p{color:#fff;}
.brand h1{color:#ef4351;}
.brand_img{background: #231F20;}
.fa-tumblr-square:before {content: "\f17e";}
.fa-twitter-square:before {content: "\f08c";}
.fa-rss:before {content: "\f0d4";}
.inline-list2 a:hover,.page-id-2 h6 a:hover {
    color: #c7343f;
}
.sf-menu ul{width:205px;}
.inline-list2 li a {
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    margin:11px 0px 0px 0px;
    border-radius:50%;
    background:#4c4c4c;
    display:block; 
    padding:10px 10px 8px;
    width:22px;
    height:22px;
text-align:center;
}
.inline-list2 li a.fa-google-plus{ font-size:18px ; }
.page-id-12 .bg-secondary{background:#F1FDFB;}
.stuck_container { padding-bottom:0px; }
.isStuck { border-bottom:none; }
.inline-list { padding-top:17px; }
.media_center .grid_4 br{ display:none; } 
.media_center .grid_4 h6.l-height { margin-top:20px; }
.box_cnt__no-flow > h4 { font-size: 27px;line-height: 36px;margin-top: 15px; }
.isStuck .sf-menu ul { border:none; }
.fa-twitter:before {
    content: "\f08c ";
}
.rd-mobilemenu_ul a:hover {background:#c7343f}
.home_3_icon > .container > .row:nth-last-child(1) .box_aside1 .sprite1{background-position: -1px -344px;}
.home_3_icon > .container > .row:nth-last-child(1) .box_aside1 .sprite1_hover{background-position: -97px -344px;}
.home_3_icon > .container > .row:nth-last-child(1) .box_aside2 .sprite1{background-position: 0 -434px;}
.home_3_icon > .container > .row:nth-last-child(1) .box_aside2 .sprite1_hover{background-position: -96px -434px;}
.page-id-396 .grid_12{    width: 100%;    text-align: center;}
.page-id-396 .grid_12 h3{display:none;}
.page-id-396 .row{margin-top:0px;}
.content_img { max-width:60%; float:right; margin-left:10px; }
@media (max-width:768px){ .content_img{width:100%; max-width:100%;} }