@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

/*==========================================================
                        NORMALIZE
==========================================================*/

html, body {
  line-height: 1;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

/*==========================================================
                        GRID SYSTEM
==========================================================*/
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container:before,
.container-fluid:before,
.row:before,
.container:after,
.container-fluid:after,
.row:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.container-fluid [class*="grid_"] {
  float: left;
  width: 8.33333333%;
  min-height: 1px;
}
.container-fluid .grid_12 {
  width: 100%;
}
.container-fluid .grid_11 {
  width: 91.66666667%;
}
.container-fluid .grid_10 {
  width: 83.33333333%;
}
.container-fluid .grid_9 {
  width: 75%;
}
.container-fluid .grid_8 {
  width: 66.66666667%;
}
.container-fluid .grid_7 {
  width: 58.33333333%;
}
.container-fluid .grid_6 {
  width: 50%;
}
.container-fluid .grid_5 {
  width: 41.66666667%;
}
.container-fluid .grid_4 {
  width: 33.33333333%;
}
.container-fluid .grid_3 {
  width: 25%;
}
.container-fluid .grid_2 {
  width: 16.66666667%;
}
.container-fluid .grid_1 {
  width: 8.33333333%;
}
.container-fluid .preffix_12 {
  margin-left: 100%;
}
.container-fluid .preffix_11 {
  margin-left: 91.66666667%;
}
.container-fluid .preffix_10 {
  margin-left: 83.33333333%;
}
.container-fluid .preffix_9 {
  margin-left: 75%;
}
.container-fluid .preffix_8 {
  margin-left: 66.66666667%;
}
.container-fluid .preffix_7 {
  margin-left: 58.33333333%;
}
.container-fluid .preffix_6 {
  margin-left: 50%;
}
.container-fluid .preffix_5 {
  margin-left: 41.66666667%;
}
.container-fluid .preffix_4 {
  margin-left: 33.33333333%;
}
.container-fluid .preffix_3 {
  margin-left: 25%;
}
.container-fluid .preffix_2 {
  margin-left: 16.66666667%;
}
.container-fluid .preffix_1 {
  margin-left: 8.33333333%;
}
.container,
.container-fluid {
  width: 1170px;
}
.container .row {
  margin-left: -30px;
}
.container [class*="grid_"] {
  float: left;
  min-height: 1px;
  margin-left: 30px;
}
.container .grid_12 {
  width: 1170px;
}
.container .grid_11 {
  width: 1070px;
}
.container .grid_10 {
  width: 970px;
}
.container .grid_9 {
  width: 870px;
}
.container .grid_8 {
  width: 770px;
}
.container .grid_7 {
  width: 670px;
}
.container .grid_6 {
  width: 570px;
}
.container .grid_5 {
  width: 470px;
}
.container .grid_4 {
  width: 370px;
}
.container .grid_3 {
  width: 270px;
}
.container .grid_2 {
  width: 170px;
}
.container .grid_1 {
  width: 70px;
}
.container .preffix_12 {
  margin-left: 1230px;
}
.container .preffix_11 {
  margin-left: 1130px;
}
.container .preffix_10 {
  margin-left: 1030px;
}
.container .preffix_9 {
  margin-left: 930px;
}
.container .preffix_8 {
  margin-left: 830px;
}
.container .preffix_7 {
  margin-left: 730px;
}
.container .preffix_6 {
  margin-left: 630px;
}
.container .preffix_5 {
  margin-left: 530px;
}
.container .preffix_4 {
  margin-left: 430px;
}
.container .preffix_3 {
  margin-left: 330px;
}
.container .preffix_2 {
  margin-left: 230px;
}
.container .preffix_1 {
  margin-left: 130px;
}
@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_12 {
    width: 940px;
  }
  .container .grid_11 {
    width: 860px;
  }
  .container .grid_10 {
    width: 780px;
  }
  .container .grid_9 {
    width: 700px;
  }
  .container .grid_8 {
    width: 620px;
  }
  .container .grid_7 {
    width: 540px;
  }
  .container .grid_6 {
    width: 460px;
  }
  .container .grid_5 {
    width: 380px;
  }
  .container .grid_4 {
    width: 300px;
  }
  .container .grid_3 {
    width: 220px;
  }
  .container .grid_2 {
    width: 140px;
  }
  .container .grid_1 {
    width: 60px;
  }
  .container .preffix_12 {
    margin-left: 980px;
  }
  .container .preffix_11 {
    margin-left: 900px;
  }
  .container .preffix_10 {
    margin-left: 820px;
  }
  .container .preffix_9 {
    margin-left: 740px;
  }
  .container .preffix_8 {
    margin-left: 660px;
  }
  .container .preffix_7 {
    margin-left: 580px;
  }
  .container .preffix_6 {
    margin-left: 500px;
  }
  .container .preffix_5 {
    margin-left: 420px;
  }
  .container .preffix_4 {
    margin-left: 340px;
  }
  .container .preffix_3 {
    margin-left: 260px;
  }
  .container .preffix_2 {
    margin-left: 180px;
  }
  .container .preffix_1 {
    margin-left: 100px;
  }
}
@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_12 {
    width: 748px;
  }
  .container .grid_11 {
    width: 684px;
  }
  .container .grid_10 {
    width: 620px;
  }
  .container .grid_9 {
    width: 556px;
  }
  .container .grid_8 {
    width: 492px;
  }
  .container .grid_7 {
    width: 428px;
  }
  .container .grid_6 {
    width: 364px;
  }
  .container .grid_5 {
    width: 300px;
  }
  .container .grid_4 {
    width: 236px;
  }
  .container .grid_3 {
    width: 172px;
  }
  .container .grid_2 {
    width: 108px;
  }
  .container .grid_1 {
    width: 44px;
  }
  .container .preffix_12 {
    margin-left: 788px;
  }
  .container .preffix_11 {
    margin-left: 724px;
  }
  .container .preffix_10 {
    margin-left: 660px;
  }
  .container .preffix_9 {
    margin-left: 596px;
  }
  .container .preffix_8 {
    margin-left: 532px;
  }
  .container .preffix_7 {
    margin-left: 468px;
  }
  .container .preffix_6 {
    margin-left: 404px;
  }
  .container .preffix_5 {
    margin-left: 340px;
  }
  .container .preffix_4 {
    margin-left: 276px;
  }
  .container .preffix_3 {
    margin-left: 212px;
  }
  .container .preffix_2 {
    margin-left: 148px;
  }
  .container .preffix_1 {
    margin-left: 84px;
  }
}
@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;
  }
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

body {
  background: #ffffff;
  color: #555555;
  font: 400 15px/28px 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 5.7px;
  color: #333333;
}
h2 {
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 5.7px;
  color: #333333;
}
h3 {
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 3.9px;
  color: #333333;
}
@media (max-width: 767px) {
  h3 {
    text-align: center;
  }
}
h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.25px;
  color: #888888;
  margin: 0;
}
h5 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.25px;
  color: #888888;
}
h6 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.25px;
  color: #888888;
}
p a:hover {
  text-decoration: underline;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="callto:#"]:hover,
a[href^="mailto:#"]:hover {
  text-decoration: none;
}
a[href^="callto:#"] {
  position: relative;
}
a[href^="callto:#"]:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  height: 1px;
  background: #888888;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[href^="callto:#"]:hover {
  color: #888888;
}
a[href^="callto:#"]:hover:before {
  left: 0;
  right: 0;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
main hr {
  float: left;
  width: 39px;
  border: none;
  border-bottom: 2px solid #888888;
}
@media (max-width: 767px) {
  hr {
    float: none;
    text-align: center;
  }
}
dt {
  font-weight: 700;
  letter-spacing: 2.25px;
  color: #333333;
}
@media (max-width: 767px) {
  .center-mobile {
    text-align: center;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/

#welcome h2, #services h3, #offers h3, #news h3 {
	font-weight: 400;
}
#services h3, #offers h3, #news h3 {
	margin: 0;
}
#services h4 {
	font-weight: 700;
}
h4 + h2 {
  margin-top: 23px;
}
h3 + h4 {
  margin-top: 8px;
}
@media (max-width: 767px) {
  h3 + h4 {
    text-align: center;
  }
}
h4 + hr {
  margin-top: 18px;
}
h4 + img {
  margin-top: 5px;
}
img + p {
  margin-top: 4px;
}
p + .marked-list {
  margin-top: 30px;
}
dt + dd {
  margin-top: 16px;
}
dd + dt {
  margin-top: 28px;
}
dl + a[href^="mailto:#"] {
  display: inline-block;
  font-weight: 400;
  margin-top: 28px;
  color: #333333;
  letter-spacing: 0;
}
.tablet .marked-list a:before,
.mobile .marked-list a:before,
.tablet h4 a:before,
.mobile h4 a:before {
  display: none;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  margin: 0;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 51px;
}
@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 20px;
  }
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  /*padding: 45px 4px 46px;*/
  padding: 25px 4px 26px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #333333;
  border-bottom: 3px solid transparent;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 979px) {
  .sf-menu > li > a {
    padding: 14px 4px;
  }
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  border-bottom: 3px solid #333333;
}
.sf-menu > li.active > a {
  border-bottom: 3px solid #333333;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -57px;
  right: 0;
  width: 114px;
  line-height: 36px;
  text-align: center;
  padding: 10px 0 10px;
  background: #f1f1f1;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #333333;
  width: 100%;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #888888;
}
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 114px;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 0 10px;
  z-index: 4;
}
/*.sf-menu > li > .sf-with-ul {
  position: relative;

  
}*/
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #f1f1f1 url('/uploads/site/1/skin/select.png') no-repeat right center;
  border: 1px solid #333333;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #333333;
  background-color: transparent;
  font: 400 15px 'Open Sans', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  background: #f1f1f1;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  z-index: 2;
}
.sub_header {  padding-bottom: 15px; }
.sub_header .stuck_container { position: relative; }
.ins1 .stuck_container {
  position: static;
}
@media (max-width: 767px) {
  .stuck_container {
    padding-bottom: 12px;
  }
}
.isStuck {
  background: #f1f1f1;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck .logo h1 {
  padding: 4px 0;
}
.isStuck .logo h1 img { max-height: 65px; width: auto; }
.isStuck .sf-menu > li > a {
  padding: 18px 4px;
}
.isStuck .sf-menu ul {
  top: 100%;
  margin-top: 1px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  color: #888888;
  background: transparent;
  border: 3px solid #888888;
  -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;
}
.toTop:hover {
  color: #fff;
  background: #888888;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  padding-top: 356px;
}
.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;
}
/*==================   Tumbnail    ======================*/
.owl-carousel a {
  display: block;
  position: relative;
  overflow: hidden;
}
.owl-carousel a img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 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;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  font: 300 70px 'FontAwesome';
  line-height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  background: url(/uploads/site/1/skin/plus.png);
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.owl-carousel a:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .owl-carousel a:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .owl-carousel a:hover .thumb_overlay:before {
  display: block;
}
.owl-carousel a:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.owl-carousel h4 {
  margin-top: 6px;
}
.owl-carousel a {
  margin-top: 14px;
}
/*==================     Quote     ======================*/
blockquote {
  padding-top: 40px;
}
blockquote:before,
blockquote:after {
  content: " ";
  display: table;
}
blockquote:after {
  clear: both;
}
blockquote img {
  float: left;
}
blockquote cite {
  position: relative;
  float: left;
  padding-top: 37px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 2.25px;
  color: #888888;
}
blockquote cite:before {
  content: "“";
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 72px;
}
blockquote q {
  float: left;
  width: 100%;
}
blockquote img + cite {
  margin-left: 30px;
}
@media (max-width: 1199px) and (min-width: 767px) {
  blockquote img + cite {
    width: 100%;
    padding-top: 28px;
    margin-top: 12px;
    margin-left: 0;
  }
}
blockquote img ~ q {
  margin-top: 24px;
}
@media (max-width: 1199px) and (min-width: 767px) {
  blockquote img ~ q {
    margin-top: 14px;
  }
}
/*==================     Icons     ======================*/
.fa-twitter:hover {
  color: #34b6e4;
}
.fa-facebook:hover {
  color: #3b60af;
}
.fa-google-plus:hover {
  color: #c13832;
}
.fa-pinterest:hover {
  color: #cc2127;
}
.fa-instagram:hover {
  color: #3f729b;
}


/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
#services ul, #news ul {
	padding: 0;
}
/*==================  Inline List  ======================*/
ul.inline-list,.inline-list>ul {
  display: inline-block;
  width: 100%;
  padding: 41px 0 40px;
  background: #333333;
}
.inline-list li {
  display: inline-block;
  font-size: 44px;
  line-height: 44px;
  color: #fff;
}
.inline-list li + li {
  margin-left: 64px;
}
@media (max-width: 500px) {
.inline-list li + li {
  margin-left: 20px;
}
}
/*==================  Index List   ======================*/
.index-list {
  /*counter-reset: li;*/
  padding: 0;
  list-style: none;
}
.index-list li {
  position: relative;
  /*padding-top: 52px;*/
}
.index-list .icon + p {
  margin-top: 17px;
}
.index-list img { vertical-align: middle; margin-right: 6px; }
.index-list [class*='fa-'] {
  font-size: 36px;
  color: #888888;
}
@media (max-width: 767px) {
  .index-list {
    padding-top: 20px;
    text-align: center;
  }
}
/*
.index-list li:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  position: absolute;
  top: 2px;
  left: 0;
  font-weight: 700;
  letter-spacing: 2.25px;
  color: #888888;
}
@media (max-width: 767px) {
  .index-list li:before {
    right: 0;
    text-align: center;
  }
}
*/
.index-list__ins1 li {
  padding-top: 54px;
}
.index-list__ins1 .icon + p {
  margin-top: 19px;
}
.index-list__ins2 li {
  padding-top: 42px;
}
.index-list__ins2 h4 + p {
  margin-top: 15px;
}
/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 36px;
}
.marked-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  margin-top: -4.5px;
  background: #888888;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.marked-list li a {
  position: relative;
  display: inline-block;
}
.marked-list li a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 100%;
  height: 1px;
  background: #333333;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.marked-list li a:hover {
  color: #333333;
}
.marked-list li a:hover:before {
  right: 0;
}
.marked-list li + li {
  margin-top: 8px;
}

/*==================     Banner    ======================*/
.banner-wr .banner:first-child {
  margin-top: -112px;
}
.banner {
  color: #fff;
  position: relative;
  background: #333333;
  z-index: 1;
  letter-spacing: 2.25px;
  line-height: 24px;
}
.banner [class*='grid_'] {
  padding-top: 26px;
  padding-bottom: 26px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.banner.two-columns {
  position: relative;
}
.banner.two-columns [class*='grid_']:first-child {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .banner.two-columns [class*='grid_']:first-child {
    position: static;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner [class*='grid_']:first-child {
  padding-left: 55px;
}
.banner [class*='grid_']:last-child {
  padding-right: 25px;
}
.banner .eqWrapped .box_inner {
  height: 100%;
}
.banner:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  padding: 7px;
  border: 3px solid #333333;
  clip: rect(auto, auto, 122px, auto);
  z-index: -1;
}
.banner h2 {
  color: #fff;
  text-align: left;
  letter-spacing: 5.2px;
  font-weight: 400;
  margin: 0;
}
.banner h4 a {
  position: relative;
  color: #fff;
}
.banner h4 a:before {
  content: "";
  position: absolute;
  top: -3 px;
  left: 0;
  right: 100%;
  height: 1px;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner h4 a:hover:before {
  right: 0;
}
.banner p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.25px;
  color: #888888;
}
@media (max-width: 1199px) {
  .banner a {
    display: inline-block;
  }
}
@media (max-width: 979px) and (min-width: 767px) {
  .banner [class*='grid_']:first-child {
    padding-left: 26px;
  }
}
@media (max-width: 767px) {
  .banner h2 {
    text-align: center;
  }
  .banner [class*='grid_'] {
    padding: 26px;
    box-sizing: border-box;
  }
  .banner [class*='grid_']:first-child {
    padding-left: 26px;
  }
  .banner [class*='grid_']:last-child {
    padding-top: 26px;
  }
  .banner [class*='grid_'] + [class*='grid_'] {
    margin-top: 0;
  }
}
.banner__ins1 [class*='grid_'] {
  padding-top: 33px;
  padding-bottom: 33px;
  box-sizing: border-box;
}
.contact {
  font-size: 15px;
  font-weight: 700;
  color: #888888;
}

/*==================    Post    ======================*/
.post {
  padding-top: 11px;
}
.post h5 {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.25px;
  color: #888888;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: top;
  position: relative;
  min-height: 70px;
  padding-left: 110px;
}
.post h5 a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 67px;
}
.post h5 a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*.post h5 a:hover:before {
  opacity: .5;
}*/
@media (max-width: 1199px) and (min-width: 767px) {
  .post h5  a {
    display: block;
    margin-top: 6px;
    margin-left: 0;
  }
}
.post p {
  margin-top: 23px;
}
.post ul {
  margin-top: 23px;
}
.post h5 a:hover,
  color: #333333;
}
.post2 a {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
  max-width: 100%;
}
.post2 a:before {
  content: "";
  position: absolute;
  top: -50%;
  right: 50%;
  bottom: -50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.5);
  transition: all .5s ease;
  transform: rotate(45deg);
}
.post2 a:hover:before {
  right: -30%;
  left: -30%;
}
.post2 a:after {
  content: "Read more";
  font: 700 15px 'Open Sans';
  line-height: 100%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  letter-spacing: 2.25px;
  position: absolute;
  background: transparent;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 333;
  opacity: 0;
  transition: all .5s ease;
}
.post2 a:hover:after {
  opacity: 1;
}
.post2 a + h5 {
  display: block;
  margin-top: 6px;
  margin-left: 0;
}
.post2 h5 + p {
  margin-top: 0;
}

#welcome ul {
padding: 0;
}
/*==================  Product List  ======================*/
.product-list h4 {
  color: #333333;
}
.product-list a {
  position: relative;
}
.product-list a:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  right: 100%;
  height: 1px;
  background: #333333;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-list a:hover:before {
  right: 0;
}
.product-list .price {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.25px;
  color: #888888;
}
.product-list h4 + img {
  margin-top: 5px;
}
.product-list img + .price {
  margin-top: 8px;
}
.product-list li:nth-child(n+4) {
  margin-top: 5px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  border-top: 3px solid #f1f1f1;
  padding: 0;
  background: url(/uploads/site/1/skin/header-bg.jpg);
}
header .logo h1 {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 979px) {
  header {
    text-align: center;
  }
  header .logo h1,
  header .nav {
    float: none;
    display: inline-block;
  }
  header .logo h1 {
    /*padding: 14px 0;*/
	padding: 7px 0;
  }

header .search-form, #search {
    width: 100%;
}
header #search {
	margin-top: 0;
}
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .logo h1,
  header .nav {
    float: none;
  }
}
@media (max-width: 767px) {
  header .logo h1 {
    padding: 8px 0;
  }
}
header.ins1 {
  padding: 6px 0;
}
/*==================     Brand     ======================*/
.logo h1,footer h1 {
  display: inline-block;
  padding: 43px 0 41px;
  font: 600 20px/28px 'Open Sans', sans-serif;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #333333;
  margin: 0;
}
.logo h1 { padding: 8px 0 3px; }
@media (max-width: 479px) {
  .logo h1 {
    font-size: 17px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
/*==================      Well     ======================*/
.well {
  padding-top: 84px;
  padding-bottom: 111px;
}
.well2 {
  padding-top: 64px;
  padding-bottom: 69px;
}
.well3 {
  padding-top: 86px;
  padding-bottom: 89px;
}
.well4 {
  padding-top: 56px;
  padding-bottom: 96px;
}
.well5 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.well__ins1 {
  padding-top: 100px;
}
.well__ins2 {
  padding-bottom: 100px;
}
.well__ins3 {
  padding-top: 70px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #f1f1f1;
}
.primary {
  color: #333333;
}
.secondary {
  color: #888888;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #ffffff;
  text-align: center;
}
footer .well {
  padding: 65px 0 62px;
}
footer h1 {
  padding: 0;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 12px;
}
footer .copyright {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3.25px;
  color: #888888;
}
footer h1 + .copyright {
  margin-top: 38px;
}
@media (max-width: 479px) {
  footer .well {
    padding: 35px 0 32px;
  }
  footer h1 {
    font-size: 24px;
    letter-spacing: 6px;
  }
  footer .copyright {
    font-size: 12px;
    letter-spacing: 2.75px;
  }
  footer h1 + .copyright {
    margin-top: 19px;
  }
}

/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 32.76041667%;
}
@media (max-width: 915.73926868px) {
  .camera_container {
    padding-bottom: 300px;
  }
}
.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: #ffffff url(/uploads/site/1/skin/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;
}
.camera_caption > div {
  height: 100%;
}
.camera_pag_ul {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
}
.camera_pag_ul li {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.camera_pag_ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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:after,
.camera_pag_ul li:hover:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.camera_pag_ul li + li {
  margin-left: 14px;
}
.camera_pag_ul li > span {
  display: none;
}

/*========================================================
                      Owl Carousel
=========================================================*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/uploads/site/1/skin/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-nav {
  position: absolute;
  bottom: 2px;
  left: -300px;
}
@media (max-width: 1199px) {
  .owl-nav {
    left: -240px;
  }
}
@media (max-width: 979px) {
  .owl-nav {
    left: -190px;
  }
}
@media (max-width: 767px) {
  .owl-nav {
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
  width: 45px;
  height: 45px;
  font-size: 28px;
  font-weight: 700!important;
  text-align: center;
  line-height: 39px;
  color: #333333;
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-nav .owl-next[class*="fa-"]:before,
.owl-nav .owl-prev[class*="fa-"]:before {
  font-weight: 700;
}
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
  border-color: #333333;
}
.owl-nav .owl-prev {
  padding-right: 2px;
}
.owl-nav .owl-next {
  padding-left: 2px;
}
.owl-nav .owl-prev + .owl-next {
  margin-left: 20px;
}
.owl-dots .owl-dot + .owl-dot {
  margin-left: 0;
}
.owl-carousel h4 {
  color: #333333;
}
.owl-carousel .item {
  margin-left: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/uploads/site/1/skin/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/uploads/site/1/skin/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/uploads/site/1/skin/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/uploads/site/1/skin/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/uploads/site/1/skin/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/uploads/site/1/skin/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

#services p { margin-top: 0; }
#action p { margin: 0; }
#action strong { color: #fff; }
.owl-carousel p { margin: 0; }
footer p { display: inline; }
footer .design {
	margin-top: 30px;
	font-size: 0.8em;
}
footer .design, footer .design a {
	color: #c8c8c8;
}
footer .design a { text-decoration: underline; }

#sub { padding-top: 20px; min-height: 500px; }
#sub h1 { font-size: 26px; line-height: 35px; }
#sub h2 { font-size: 22px; line-height: 31px; }
#sub .leftcol h1 { font-size: 20px; line-height: 20px; }

#sub>.row>.leftcol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
}

#sub>.row>.leftcol ul, #sub>.row>.leftcol ul a {
	color: #798085;
	font-size: 14px;
	line-height: 34px;
	text-decoration: none;
}

#sub>.row>.leftcol ul li {
	border-top: 1px solid #c0c1c1;
}

#sub>.row>.leftcol ul li:first-child {
	border-top: none;
}

#sub>.row>.leftcol ul li a {
	display: block;
	padding-left: 17px;
}
#sub>.row>.leftcol ul li>a:hover, #sub>.row>.leftcol ul li.active>a {
	background-color: #4c4c4c;
	text-decoration: none;
	color: #fff;
}

#sub>.row>.leftcol ul ul {
	background: none;
	line-height: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 5px;
}

#sub>.row>.leftcol ul ul a {
	background: none;
	font-size: 12px;
	color: #798085;
	line-height: 20px;
}

#sub>.row>.leftcol ul ul li {
	background: none;
	border: none;
}

#sub>.row>.leftcol ul ul li>a:hover, #sub>.row>.leftcol ul ul li.active>a {
	background-color: transparent;
	text-decoration: underline;
	color: #798085;
}

#slider { display: none; }

#search {
float: right;
	margin: 10px 0px;
}

.search-form {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 147px;
}
.isStuck .search-form {
margin-left: 30px;
}
.search-form_label {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid gainsboro;
    display: block;
    padding: 8px 40px 8px 10px;
}
.search-form_input {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #333333;
    display: block;
    font-size: 13px;
    height: 15px;
    line-height: 16px;
    outline: medium none;
    vertical-align: baseline;
    width: 100%;
}
.search-form_submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font: 400 13px/16px "FontAwesome",sans-serif;
    height: 22px;
    outline: medium none;
    outline-offset: 0;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 5px;
    transition: all 0.3s ease 0s;
    width: 25px;
}
.search-form_submit::-moz-focus-inner {
    border: medium none;
    padding: 0;
}
.search-form_submit::before {
    content: "";
}
.search-form_submit:hover {
    color: #333333;
}


@media (max-width: 767px) {
	.jquery-adgallery {
		width: 100% !important;
	}
	.jquery-adgallery .ad-image {
		width: 100% !important;
	}
	.jquery-adgallery .ad-image>img {
		height: auto !important;
		width: 100% !important;
	}
}