@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import "animate.css";
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
  outline: none;
}
body {
  background: #ffffff;
  color: #191919;
  font: 17px/27px Roboto Slab, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 100;
  text-shadow: 0.1px 0.0px 0.0px black;
}
header {
  background-color: #191919;
  padding-top: 8px;
  padding-bottom: 9px;
}
img {
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}
a {
  color: #191919;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
#content {
  overflow: hidden;
}
.header-logo {
  float: left;
  padding-top: 8px;
}
@media only screen and (max-width: 767px) {
  .header-logo {
    text-align: center;
    float: none;
  }
}
.header-navigation {
  float: right;
}
@media only screen and (max-width: 767px) {
  .header-navigation {
    float: none;
    margin-top: 20px;
  }
}
/*========================================================
                    titles
=========================================================*/
h1 {
  font-size: 23px;
  color: #fced05;
  line-height: 35px;
  text-transform: uppercase;
}
h1 .bold {
  font-size: 43px;
  text-transform: none;
}
h2 {
  font-size: 53px;
  line-height: 53px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
h3 {
  font-size: 21px;
  line-height: 42px;
  font-weight: 400;
}
@media only screen and (max-width: 479px) {
  h3 {
    line-height: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  h3 {
    line-height: 25px;
  }
}
h4 {
  font-size: 26px;
  line-height: 24px;
  color: #191919;
  font-weight: 700;
}
.bold {
  font-weight: 700 !important;
}
.white {
  color: #ffffff !important;
}
.yellow {
  color: #fced05;
}
.dark {
  color: #191919;
}
.dark a {
  color: #191919;
}
.big {
  font-size: 93px;
  line-height: 93px;
}
@media only screen and (max-width: 979px) {
  .big {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .big {
    font-size: 50px;
    line-height: 50px;
  }
}
.to_right {
  float: right;
}
/*========================================================
                   header
=========================================================*/
.logo-image {
  float: left;
}
@media only screen and (max-width: 767px) {
  .logo-image {
    float: none;
  }
  .logo-image img {
    width: auto;
  }
}
.logo {
  display: inline-block;
  margin-top: -5px;
  margin-left: 12px;
}
span.plus {
  font-size: 16px;
  color: #414141;
  line-height: 42px;
  display: inline-block;
  padding-top: 16px;
  padding-left: 3px;
}
nav ul {
  display: inline-block;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0px 0 0;
  padding-top: 13px;
}
.sf-menu > li:first-child {
  margin-left: 0;
}
.sf-menu > li > a {
  margin: 4px 11px;
  color: #fced05;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-size: 21px;
  line-height: 42px;
  font-family: Roboto Slab, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 400;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.sfHover > a:after {
  visibility: visible;
  opacity: 100;
  top: 0;
  bottom: 0;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 82px;
  left: -12px;
  background: #191919;
  width: 166px;
  z-index: 2;
  display: none;
  padding-top: 12px;
  padding-bottom: 21px;
  padding-left: 20px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  line-height: 30px;
  position: relative;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
.sf-menu ul li:last-child {
  border-bottom: none;
}
.sf-menu ul li a {
  font-size: 17px;
  line-height: 31px;
  color: #969696;
  text-decoration: none;
  font-family: Roboto Slab, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 100;
}
.sf-menu ul li a:hover {
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  text-decoration: none;
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -7px;
  left: 146px;
  background: #191919;
  width: 166px;
  z-index: 1;
  padding-top: 12px;
  padding-bottom: 21px;
  padding-left: 20px;
}
.sf-menu ul ul li {
  line-height: 30px;
  text-align: left;
}
.sf-menu ul ul li a {
  font-size: 17px;
  line-height: 31px;
  color: #969696;
  text-decoration: none;
  font-family: Roboto Slab, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 100;
}
.sf-menu ul ul li a:hover {
  color: #ffffff;
}
.current .sub-menu a {
  /* background-color: #383838;*/
}
.current {
  color: #ffffff;
}
.current > a {
  color: #ffffff !important;
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    margin: 4px 7px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .select-menu {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  padding: 0px 0;
  padding-bottom: 5px;
  z-index: 999;
  height: 69px;
  background-color: #191919;
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.3);
}
.isStuck .logo-link {
  line-height: 79px;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
.back-yellow {
  background-color: #fced05;
}
a.back-yellow {
  color: #191919;
}
a.back-yellow:hover {
  background-color: #ffffff;
}
.back-dark {
  background-color: #191919;
}
.back-white {
  background-color: #ffffff;
}
a.back-white {
  color: #191919;
}
a.back-white:hover {
  background-color: #fced05;
}
a.back-dark {
  color: #ffffff;
}
a.back-dark:hover {
  background-color: #ffffff;
  color: #191919;
}
.back-grey {
  background-color: #f3f3f3;
}
.back1 {
  background: url('../images/back1.png') 0 0% no-repeat;
  background-position: 0% 0%;
  padding-bottom: 57px;
}
@media only screen and (max-width: 1920px) {
  .back1 {
    background: url('../images/back1.png') 50% 0% no-repeat;
  }
}
@media only screen and (max-width: 1440px) {
  .back1 {
    padding-top: 20px !important;
    background: url('../images/back1-2.png') 50% 0% no-repeat;
  }
  .back1 h2 {
    font-weight: 400;
  }
  .back1 p.dark {
    font-weight: 400;
  }
}
@media only screen and (max-width: 979px) {
  .back1 {
    background-size: cover;
  }
  .back1 .to_right {
    float: none;
  }
}
.circle-link {
  width: 46px;
  height: 46px;
  display: inline-block;
  border-radius: 500px;
  text-align: center;
  font-size: 27px;
  color: #ffffff;
  margin-left: 7px;
  margin-top: 10px;
}
.circle-link .fa {
  line-height: 46px;
}
.button-link {
  font-size: 21px;
  display: inline-block;
  border: 2px #191919 solid;
  font-weight: 400;
  margin-top: 16px;
  padding: 15px 19px;
}
.button-link:hover {
  background-color: #191919;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .button-link {
    margin-bottom: 30px;
  }
}
.pt79 {
  padding-top: 79px;
}
.pb57 {
  padding-bottom: 20px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.back2 {
  background: url('../images/back2.png') 0 85% no-repeat;
  background-position: 85% 0%;
  padding-bottom: 67px;
  padding-top: 201px;
}
.backsticker {
  background: url('../images/sticker.jpg') 0 85% no-repeat;
  background-position: 85% 0%;
  padding-bottom: 67px;
  padding-top: 201px;
}
.myIframe {
     position: relative;
     padding-bottom: 80%;
     padding-top: 30px;
     height: 0;
     overflow: auto; 
     -webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY 
     border: solid black 1px;
} 
.myIframe iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
@media only screen and (max-width: 979px) {
  .back2 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.pt79 {
  padding-top: 79px;
}
.simple-p {
  padding-top: 11px;
  padding-bottom: 99px;
}
.big a:hover {
  color: #fced05;
}
.back3 {
  background: url('../images/back3.png') 9% 0% no-repeat;
  background-position: 9% 0%;
  padding-bottom: 194px;
  padding-top: 210px;
}
@media only screen and (max-width: 1920px) {
  .back3 {
    background: url('../images/back3.png') 50% 0% no-repeat;
  }
}
@media only screen and (max-width: 1440px) {
  .back3 {
    padding-bottom: 50px;
    padding-top: 50px;
    background: url('../images/back3-2.png') 9% 0% no-repeat;
  }
}
h3.block {
  display: inline-block;
  padding: 0 19px 9PX;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.conf-pad-h2 {
  padding-top: 78px;
  padding-bottom: 38px;
}
.simple2-p {
  padding-top: 13px;
  padding-bottom: 24px;
}
.gallery {
  margin-bottom: 7px;
}
.gallery .post-image1 {
  float: left;
  width: 20%;
}
@media only screen and (max-width: 979px) {
  .gallery .post-image1 {
    width: 50%;
  }
  .gallery .post-image1 img {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .gallery .post-image1 {
    width: 100%;
    float: none;
  }
}
.pb89 {
  padding-bottom: 89px;
}
.small {
  width: 33px;
  height: 33px;
}
.post-image1 a {
  position: relative;
  display: block;
}
.post-image1 a .img-span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  width: 100%;
  height: 5%;
  top: 50%;
  left: 0%;
  background-color: transparent;
  z-index: 1;
  text-align: center;
  line-height: 100%;
  font-size: 16px;
  color: #ffffff;
  visibility: hidden;
}
.post-image1 a .img-span .fa {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  right: 0;
  top: 50%;
  margin-top: -45px;
  color: #191919;
  font-size: 1px;
  display: inline-block;
  width: 1px;
  height: 1px;
  border-radius: 500px;
  background-color: #fced05;
  line-height: 1px;
  visibility: hidden;
}
.post-image1:hover .img-span {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: block;
  visibility: visible;
}
.post-image1:hover a .img-span .fa {
  transition-delay: 0.2s;
  font-size: 50px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  visibility: visible;
}
.simple-post {
  padding-bottom: 50px;
}
.simple-post .post-image {
  padding-bottom: 23px;
}
.simple-post p {
  padding-bottom: 16px;
}
/*========================================================
                    map
=========================================================*/
.block-map {
  position: relative;
}
@media only screen and (max-width: 1530px) {
  .block-map {
    float: none;
  }
}
.block-map {
  height: 470px;
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 1530px) {
  .block-map {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .block-map {
    height: 300px;
  }
}
.map img {
  max-width: inherit;
}
.map #map-canvas {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .map #map-canvas {
    height: 300px;
  }
}
.map figure {
  display: block;
  padding-top: 56px;
  margin-bottom: 24px;
}
.map figure iframe {
  width: 100%;
  height: 430px;
  max-width: 100%;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
.back4 {
  background: url('../images/back4.png') 0 77% no-repeat;
  background-position: 77% 0%;
  padding-bottom: 88px;
  padding-top: 79px;
}
@media only screen and (max-width: 1199px) {
  .back4 {
    background: none;
  }
}
.listing {
  padding-top: 20px;
}
.listing li {
  padding-bottom: 5px;
  padding-top: 1px;
  display: inline-block;
}
.listing li a {
  font-size: 17px;
  padding-bottom: 13px;
  color: #191919;
}
.listing li a:hover {
  font-weight: 400;
}
.listing li:before {
  color: #191919;
  content: '\f138';
  font-size: 17px;
  font-family: 'FontAwesome';
  padding-right: 11px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.back5 {
  background: url('../images/back5.png') 0 74% no-repeat;
  background-position: 74% 0%;
  padding-bottom: 141px;
  padding-top: 201px;
}
@media only screen and (max-width: 767px) {
  .back5 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.pt80 {
  padding-top: 80px;
}
.pb29 {
  padding-bottom: 29px;
}
.pb27 {
  padding-bottom: 27px;
}
.pb71 {
  padding-bottom: 71px;
}
.label-post {
  padding-bottom: 45px;
}
.label-post .label {
  font-size: 32px;
  color: #191919;
  float: left;
  padding-top: 11px;
  padding-left: 19px;
  padding-right: 11px;
}
@media only screen and (max-width: 479px) {
  .label-post .label {
    float: none;
    padding-left: 0;
    margin-bottom: 15px;
  }
}
.label-post .post-info {
  overflow: hidden;
  margin-top: 3px;
}
.label-post .post-info ul.listing {
  padding-top: 10px;
}
.label-post .post-info h3 {
  display: block;
}
.label-cricle-post {
  padding: 23px 29px 29px;
  margin-bottom: 30px;
}
.label-cricle-post .label-cirlce {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 500px;
  border: 1px #ababab solid;
  text-align: center;
  font-size: 28px;
  color: #191919;
}
.label-cricle-post .label-cirlce .fa {
  line-height: 60px;
}
@media only screen and (max-width: 479px) {
  .label-cricle-post .label-cirlce {
    float: none;
  }
}
.label-cricle-post h4 {
  float: right;
  text-align: right;
}
@media only screen and (max-width: 479px) {
  .label-cricle-post h4 {
    float: none;
    text-align: left;
    padding-top: 20px;
  }
}
.label-cricle-post p {
  padding-top: 19px;
  padding-bottom: 7px;
}
.label-cricle-post a {
  padding: 7px 9px;
}
.border {
  border: 1px #ababab solid;
}
.pb30 {
  padding-bottom: 30px;
}
.border-top-foot {
  border-top: 2px #191919 solid;
}
.pb60 {
  padding-bottom: 60px;
}
.simple-post2 {
  padding-bottom: 39px;
}
.simple-post2 .post-image1 {
  padding-bottom: 20px;
}
.simple-post2 h3 {
  display: block;
  margin-right: 61px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1199px) {
  .simple-post2 h3 {
    line-height: 30px;
  }
}
@media only screen and (max-width: 979px) {
  .simple-post2 h3 {
    margin-right: 0;
    line-height: 30px;
  }
}
.small .fa {
  line-height: 33px;
}
.back6 {
  background: url('../images/back6.png') 0 80% no-repeat;
  background-position: 80% 0%;
  padding-bottom: 90px;
  padding-top: 114px;
}
@media only screen and (max-width: 767px) {
  .back6 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.back7 {
  background: url('../images/back7.png') 0 71% no-repeat;
  background-position: 71% 0%;
  padding-bottom: 79px;
  padding-top: 77px;
}
@media only screen and (max-width: 767px) {
  .back7 {
    padding-bottom: 50px;
    padding-top: 50px;
    background: none;
  }
}
.pb36 {
  padding-bottom: 36px;
}
dl#accordion dt {
  overflow: hidden;
  padding: 14px 29px;
  border: 1px #ababab solid;
  margin-bottom: 10px;
  cursor: pointer;
  background-color: #f3f3f3;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
dl#accordion dt a {
  font-size: 26px;
  line-height: 24px;
  color: #191919;
  font-weight: 700;
  position: relative;
  display: block;
}
dl#accordion dt:hover {
  background-color: #191919;
}
dl#accordion dt:hover a {
  color: #ffffff;
}
dl#accordion dd {
  display: none;
  overflow: hidden;
}
dl#accordion dd .indent {
  padding-left: 29px;
  padding-bottom: 13px;
}
dl#accordion dd a {
  color: inherit;
}
.regular {
  font-weight: 400;
}
.yellow-p p {
  padding-bottom: 10px;
}
.pb70 {
  padding-bottom: 70px;
}
/*========================================================
                    content menu
=========================================================*/
.content-menu {
  display: inline-block;
  margin-bottom: 18px;
}
.content-menu ul li {
  float: left;
}
.content-menu ul li a {
  color: #191919;
  font-size: 24px;
  display: inline-block;
  margin-right: 50px;
}
.content-menu ul li a:hover {
  font-weight: 700;
}
.content-menu ul li a.is-checked {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .content-menu ul li a {
    margin-bottom: 10px;
  }
}
.pb24 {
  padding-bottom: 24px;
}
.filtering {
  margin-bottom: 96px;
}
.pb27 {
  padding-bottom: 27px;
}
/*========================================================
                    map
=========================================================*/
.map-meta {
  padding-top: 390px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .map-meta {
    padding-top: 290px;
  }
}
.map {
  padding-bottom: 16px;
  padding-top: 18px;
  position: relative;
}
.map img {
  max-width: inherit;
}
.map #map-canvas {
  width: 100%;
  height: 406px;
}
@media only screen and (max-width: 767px) {
  .map #map-canvas {
    height: 300px;
  }
}
.contact-meta {
  font-size: 17px;
  line-height: 27px;
  padding-bottom: 12px;
}
.contacts {
  padding-top: 27px;
}
.contacts a {
  text-decoration: underline;
  color: #191919;
}
.contacts a:hover {
  color: #ccc;
}
.contacts br.s_br {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .contacts br.s_br {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .contacts br.s_br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .contacts {
    padding-bottom: 25px;
  }
}
.to-right {
  float: right;
}
@media only screen and (max-width: 1199px) {
  .to-right {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .to-right {
    float: right;
  }
}
.pb19 {
  padding-bottom: 19px;
}
/*========================================================
                    block page text
=========================================================*/
.page-text {
  padding-bottom: 72px;
}
.page-text p.simple {
  padding-top: 12px;
  padding-bottom: 42px;
}
.page-text a {
  color: #191919;
}
.page-text a:hover {
  color: #fced05;
}
/*========================================================
                    contact form
=========================================================*/
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
}
#contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  color: #191919;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 17px;
  line-height: 18px;
  font-weight: 100;
  padding: 11px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
  width: 100%;
  font-size: 17px;
  line-height: 18px;
  color: #191919;
  padding: 10px 14px 7px;
  outline: none;
  font-weight: 100;
  height: 41px;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: #ffffff;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  width: 100%;
  padding: 17px 16px;
  font-weight: 100;
  padding: 13px 15px;
  outline: none;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 18px;
  color: #191919;
  resize: none;
  height: 382px;
  background-color: #ffffff;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  text-transform: none;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
  text-transform: none;
}
#contact-form .modal h4 {
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  font-size: 15px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-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 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  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;
  color: #525151 !important;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000 !important;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000 !important;
  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-body {
  padding-bottom: 98px;
  padding-bottom: 137px;
}
.send-button {
  float: right;
  padding: 16px 46px !important;
}
.send-button .pink-more {
  margin-top: 18px;
}
@media only screen and (max-width: 1199px) {
  label.name,
  label.email {
    width: 100% !important;
  }
}
label.name,
label.email {
  width: 84%!important;
}
.form-buttons {
  margin-top: 6px;
}
/*========================================================
                    footer
=========================================================*/
footer {
  padding-top: 48px;
  text-align: center;
  color: #191919;
  font-size: 15px;
  font-weight: 300;
  font-family: Lato;
  padding-bottom: 134px;
}
footer a {
  color: #191919;
  white-space: nowrap;
}
footer a:hover {
  color: #fced05;
}
ul.footer-socials {
  display: inline-block;
  padding-top: 20px;
}
ul.footer-socials li {
  float: left;
  padding: 0 5px;
}
ul.footer-socials li a {
  display: inline-block;
  width: 85px;
  height: 85px;
  border-radius: 500px;
  text-align: center;
  background-color: #fced05;
  font-size: 36px;
}
ul.footer-socials li a .fa {
  line-height: 85px;
}
ul.footer-socials li a:hover {
  color: #ffffff;
  background-color: #191919;
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 165px;
  right: 100px !important;
  border-radius: 500px;
  width: 26px;
  height: 26px;
}
#toTop:before {
  content: '\f077';
  color: #ccc;
  font-size: 30px;
  line-height: 27px;
  right: 60px;
  bottom: 60px;
  position: fixed;
}
#toTop:hover:before {
  color: #811111;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 320px) {
  #toTop {
    display: none !important;
  }
}
.slide-bg {
  height: 600px;
}
@media only screen and (max-width: 1400px) {
  .slide-bg {
    height: 405px;
  }
}
@media only screen and (max-width: 1199px) {
  .slide-bg {
    height: 330px;
  }
}
@media only screen and (max-width: 979px) {
  .slide-bg {
    height: 300px;
  }
}
a.a-block {
  display: inline-block;
}
a.a-block:hover .block {
  background-color: #191919;
  color: #fced05;
}
.camera_prev:hover:before {
  background: url('../images/slide_prev_hov.png') 0% 0% no-repeat;
}
.camera_next:hover:before {
  background: url('../images/slide_next_hov.png') 0% 0% no-repeat;
}
a.small:hover {
  color: #ffffff;
  background-color: #191919;
}
@media only screen and (max-width: 767px) {
  .camera_prev:before,
  .camera_next:before {
    width: 20px;
    height: 70px;
    background-size: contain;
  }
  .camera_prev:before:hover,
  .camera_next:before:hover {
    background: url("../images/slide_next_hov.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: contain;
  }
}
.camera_prev:before:hover {
  background: url('../images/slide_prev_hov.png') 0% 0% no-repeat;
  background-size: contain;
}
.camera_next:before:hover {
  background: url('../images/slide_next_hov.png') 0% 0% no-repeat;
  background-size: contain;
}
.camera_prev:hover:before {
  background: url('../images/slide_prev_hov.png') 0% 0% no-repeat;
  background-size: contain;
}
.camera_next:hover:before {
  background: url('../images/slide_next_hov.png') 0% 0% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 979px) {
  .to_right {
    float: none;
  }
  .camera_prev,
  .camera_next {
    width: 20px !important;
    height: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .camera_prev,
  .camera_next {
    left: 10px;
    margin-left: 0px;
    width: 20px !important;
    height: 70px !important;
  }
}
