/*========================================================
                    Pre settings
=========================================================*/
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #777777;
  background: #f5f5f5;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #ff5502;
}
img {
  max-width: 100%;
}
p + p {
  margin-top: 25px;
}
/* Common styles
========================================================*/
.document-wrapper {
  width: 100%;
  overflow: hidden;
}
.text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.text-1 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.text-1a {
  font-size: 22px;
  line-height: 0px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #0dd8fd;
  margin-top: -10px;
  text-align: center;
}
.text-1d {
  font-size: 22px;
  line-height: 0px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin-top: -10px;
  text-align: center;
}
.text-1b {
  font-size: 14px;
  line-height: 0px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #777;
  text-align: center;
}
.text-1c {
  font-size: 12px;
  line-height: 0px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #777;
  font-style: italic;
  margin-top: 20px;
  text-align: center;
}


.text-2 {
  font-size: 47px;
  line-height: 47px;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.super-box {
  padding: 30px 0 0 0;
}
.content-box {
  background: #ffffff;
  margin-bottom: 30px;
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.75);
}
.heading {
  padding: 22px 30px 14px 30px;
  color: #333333;
}
.subtitle {
  padding: 0 0 0 0;
  color: #333333;
}
.img-box {
  margin: 0 0 30px 0;
}
.list {
  margin: 22px 0 22px 0;
  color: inherit;
  line-height: 40px;
}
.list_item {
  padding: 0 0 0 33px;
  position: relative;
}
.list_item:before {
  content: "";
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  color: #ffffff;
}
.list_item__hover {
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list_item__hover:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list_item__hover:hover {
  color: #ff5502;
}
.list_item__hover:hover:before {
  color: #ff5502;
}

.logo {
  max-width: 100%;
margin-right: 50px;
margin-top: -40px;
margin-left: 60px;
position: absolute;
}
@media only screen and (max-width: 1199px) {
  .super-box {
    padding: 20px 0 0 0;
  }
  .content-box {
    margin-bottom: 20px;
  }
  .heading {
    padding: 22px 20px 14px 20px;
  }
  .img-box {
    margin: 0 0 20px 0;
  }
  .space {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .heading {
    font-size: 38px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 479px) {
  .heading {
    font-size: 30px;
    line-height: 30px;
  }
  .list {
    font-size: 20px;
    line-height: 20px;
  }
  .list_item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.btn2 {
  display: inline-block;
  position: relative;
  padding: 24px 30px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #ffffff;
  background: #ffcc00;
}
.btn2__hover:hover {
  color: #ffffff;
  background: #333333;
}
.btn {
  display: inline-block;
  position: relative;
  padding: 24px 30px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #ffffff;
  background: #90d30f;
}
.btn__hover:hover {
  color: #ffffff;
  background: #333333;
}
.bg-color-5 {
  background: #90d30f;
}
.bg-color-6 {
  background: #ffcc00;
}
.bg-color-7 {
  background: #0dd8fd;
}
.bg-color-8 {
  background: #ff5502;
}
.bg-img-1 {
  background: #00a2cc url(../images/bg_img1.jpg) 50% -2000px no-repeat;
  background-attachment: fixed;
}
.bg-img-2 {
  background: #00a2cc url(../images/bg_img2.jpg) 50% 0 no-repeat;
  background-attachment: fixed;
}
.bg-img-3 {
  background: #00a2cc url(../images/water02.gif) 50% 0 repeat;
  background-attachment: fixed;
}
.bg-img-4 {
  background: #00a2cc url(../images/stoneborder.png) 50% 0 repeat;

}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
}
.header-top {
  padding: 75px 0 44px;
  min-height: 140px;
  width: 100%;
  background: #70d4fb url(../images/header_bg.jpg) 50% 0 no-repeat;
}
.header-top_s1 {
  background: #ffffff;
  padding: 16px 0 4px 27px;
  min-width: 413px;
  float: left;
}
.header-top_s2 {
  float: right;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #333333;
}
h1 span {
  font-size: 48px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  color: #0dd8fd;
}
h1 a:hover {
  color: inherit;
}
#stuck_container {
  position: relative;
  z-index: 100;
}
#stuck_container:before,
#stuck_container:after {
  content: " ";
  display: table;
}
#stuck_container:after {
  clear: both;
}
.isStuck {
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .sf-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.isStuck .header-top_s1 {
  padding: 10px 0 0 0;
}
.isStuck .logo {
  display:none;
}
.isStuck h1 {
  padding: 5px 0 0 0;
  font-size: 36px;
  line-height: 36px;
}
.isStuck h1 br {
  display: none;
}
.isStuck h1 span {
  font-size: 36px;
  line-height: 36px;
}
/* superfish-menu styles
========================================================*/
.sf-menu {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 47px;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.sf-menu > li {
  position: relative;
  text-align: center;
  float: left;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  min-width: 140px;
  text-align: center;
  padding: 46px 0 47px;
  color: #ffffff;
  background: #90d30f;
}
.sf-menu > li > a.sf-with-ul {
  color: #ffffff;
}
.sf-menu > li > a:hover {
  background: #333333;
  color: #ffffff;
}
.sf-menu > li.current > a {
  background: #333333;
  color: #ffffff;
}
.sf-menu > li.sfHover > a {
  background: #333333;
  color: #ffffff;
}
.sf-menu > li .bg-color-6 {
  background: #ffcc00;
}
.sf-menu > li .bg-color-7 {
  background: #0dd8fd;
}
.sf-menu > li .bg-color-8 {
  background: #ff5502;
}
/* first level sub-menu styles */
.sf-menu ul {
  display: none;
  z-index: 99;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 208px;
  padding: 24px 0 27px;
  font-size: 15px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  background: #333333;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  display: block;
  padding: 0 0 0 20px;
  color: #ffffff;
}
.sf-menu ul > li > a:hover {
  color: #ffffff;
  background: #ffcc00;
}
.sf-menu ul > li.sfHover > a {
  color: #ffffff;
  background: #ffcc00;
}
/* second level sub-menu styles */
.sf-menu ul ul {
  top: -15px;
  left: 100%;
  width: 100%;
  padding: 15px 0 15px;
  background: #777777;
}
.sf-menu ul ul > li {
  position: relative;
}
.sf-menu ul ul > li a {
  color: #ffffff;
}
.sf-menu ul ul > li a:hover {
  color: #ffffff;
  background: #0dd8fd;
}

/* superfish responsive layout */
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    margin: 20px 0;
    padding: 0;
    background-color: #ffffff;
    width: 100%;
  }

}
@media only screen and (max-width: 1199px) {
  .header-top_s1 {
    min-width: 300px;
  }
   .logo {
    display: none;
  }
  .sf-menu > li > a {
    min-width: 115px;
  }
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none;
  }
  .header-top_s1 {
    min-width: 250px;
  }
  h1 {
    font-size: 42px;
    line-height: 46px;
  }
  h1 span {
    font-size: 40px;
    line-height: 32px;
  }
  .sf-menu {
    font-size: 18px;
    line-height: 18px;
  }
  .sf-menu > li > a {
    min-width: 90px;
    padding: 46px 0 47px;
  }
  .sf-menu ul {
    min-width: 170px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .header-top {
    padding: 30px 0 30px;
    min-height: 140px;
  }
  .header-top_s1 {
    float: none;
    width: 100%;
    padding-left: 0;
  }
     .logo {

	display: inline;
margin-top: -50px;
  }
  .header-top_s2 {
    float: none;
    width: 100%;
  }
  h1 {
    text-align: left;
    display: inline-block;
    padding-left: 25px;
  }
}
.slider {
  position: relative;
  width: 100%;
  padding-bottom: 49.2682927%;
  min-height: 400px;
  overflow: hidden;
  background: #70d4fb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slider .header-top {
  position: absolute;
  top: 0;
  background: none;
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  position: relative;
}
.block-1 {
  padding: 0 25px 30px 30px;
  min-height: 268px;
}
.block-1 .btn {
  margin: 23px 0 0 0;
}
.block-1__mod-1 {
  padding: 0 30px 30px 30px;
  min-height: 77px;
}
@media only screen and (max-width: 1199px) {
  .block-1 {
    padding: 0 20px 20px 20px;
  }
}
.block-2 {
  float: left;
  margin: 0 -30px 30px 30px;
  overflow: hidden;
}
.block-2 + .block-2 {
  margin: 0 0 30px 0;
}
.block-2_s1 {
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  margin: 6px 30px 0 0;
  color: #ffffff;
  background: #ffcc00;
}
.block-2_s1__mod-1 {
  background: #ff5502;
}
.block-2_s1__mod-2 {
  background: #0dd8fd;
}
.block-2_s2 {
  margin: 0 30px 3px 0;
  overflow: hidden;
}
.block-2 .subtitle {
  padding: 1px 0 2px 0;
}
.block-2_wrapper {
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .block-2 {
    margin: 0 -20px 20px 20px;
  }
  .block-2 + .block-2 {
    margin: 0 0 20px 0;
  }
  .block-2_s1 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 6px 20px 0 0;
  }
}
@media only screen and (max-width: 979px) {
  .block-2_s1 {
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    margin: 6px 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-2 {
    margin: 0 20px 20px 20px;
  }
  .block-2 + .block-2 {
    margin: 0 20px 20px 20px;
  }
  .block-2_s1 {
    width: 60px;
    height: 60px;
    font-size: 47px;
    line-height: 60px;
    margin: 6px 20px 0 0;
  }
}
.block-3 {
  position: relative;
  padding: 7px 50px 90px 30px;
  min-height: 473px;
  color: #ffffff;
}
.block-3 .heading {
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}
.block-3 .subtitle {
  padding: 6px 0 2px 0;
  color: inherit;
}
.block-3_hover {
  display: block;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.block-3_hover:after {
  content: "";
  font-family: FontAwesome;
  font-size: 75px;
  line-height: 75px;
  position: absolute;
  bottom: 15px;
  right: 30px;
 
}
.block-3_hover:hover {
  color: #ffffff;
  background: #333333;
}
.block-3_hover1 {
  display: block;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.block-3_hover1:after {
  content: "";
  font-family: FontAwesome;
  font-size: 75px;
  line-height: 75px;
  position: absolute;
  bottom: 15px;
  right: 30px;
      -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
.block-3_hover1:hover {
  color: #ffffff;
  background: #333333;
}
.block-3_hover2 {
  display: block;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.block-3_hover2:after {
  content: "";
  font-family: FontAwesome;
  font-size: 75px;
  line-height: 75px;
  position: absolute;
  bottom: 15px;

      -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
.block-3_hover2:hover {
  color: #ffffff;
  background: #333333;
}
.block-3__mod-1 {
  padding-top: 0;
  min-height: 289px;
}
.block-3__mod-1 .subtitle {
  padding: 5px 0 27px 0;
}
.block-3__mod-2 {
  padding: 7px 58px 90px 30px;
  min-height: 473px;
}
.block-3__mod-2 .heading {
  padding-bottom: 20px;
}
.block-3-1 {
  position: relative;
  padding: 26px 30px 66px 30px;
  background: #ffffff;
}
.block-3-1 .subtitle {
  padding: 0 0 2px 0;
}
.block-3-1_hover {
  display: block;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.block-3-1_hover:after {
  content: "";
  font-family: FontAwesome;
  font-size: 55px;
  line-height: 55px;
  position: absolute;
  bottom: 19px;
  right: 28px;
  color: #ff5502;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.block-3-1_hover .subtitle {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.block-3-1_hover:hover {
  color: #ffffff;
  background: #333333;
}
.block-3-1_hover:hover:after {
  color: #ffffff;
}
.block-3-1_hover:hover .subtitle {
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .block-3 {
    padding: 7px 20px 90px 20px;
  }
  .block-3-1 {
    padding: 26px 20px 66px 20px;
  }
}
.block-4 {
  padding: 0 0 26px 0;
  color: #ffffff;
}
.block-4 .heading {
  color: inherit;
}
.block-4 .list {
  margin: -2px 0 32px 30px;
}
.block-5 {
  padding: 0 20px 52px 30px;
  color: #ffffff;
}
.block-5 .heading {
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}
.block-5_wrapper {
  position: relative;
  margin-top: -254px;
}
.block-5_wrapper-1 {
  position: relative;
  bottom: -30px;
}
.block-5_hover {
  position: relative;
  display: block;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.block-5_hover:after {
  content: "";
  font-family: FontAwesome;
  font-size: 75px;
  line-height: 75px;
  position: absolute;
  bottom: 15px;
  right: 30px;
}
.block-5_hover:hover {
  color: #ffffff;
  background: #333333;
}
@media only screen and (max-width: 1199px) {
  .block-5 {
    padding: 0 20px 82px 20px;
  }
  .block-5 .heading {
    font-size: 24px;
    line-height: 24px;
  }
  .block-5_wrapper {
    margin-top: -144px;
  }
  .block-5_wrapper-1 {
    bottom: -20px;
  }
}
@media only screen and (max-width: 979px) {
  .block-5 .heading {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .block-5_wrapper {
    margin-top: 0;
  }
  .block-5_wrapper-1 {
    bottom: 0;
  }
}
.block-6 {
  padding: 30px 33px 32px 30px;
}
.block-6 .img-box {
  margin: 0 0 13px 0;
}
.block-6 .img-box img {
  border-radius: 50%;
}
.block-6 p {
  min-height: 150px;
}
.block-6 a {
  display: inline-block;
  margin: 13px 0 0 0;
  color: #0dd8fd;
}
.block-6 a:hover {
  color: #ff5502;
}
@media only screen and (max-width: 1199px) {
  .block-6 {
    padding: 20px 20px 20px 20px;
  }
}
.gallery_item {
  display: block;
  position: relative;
}
.gallery_item .overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.4s opacity ease;
  transition: 0.4s opacity ease;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(0, 0, 0, 0.5);
}
.gallery_item .overlayer span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  color: #90d30f;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}
.gallery_item img {
  width: 100%;
}
.gallery_item:hover .overlayer {
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog {
  color: #ffffff;
}
.blog .content-box {
  position: relative;
  padding: 18px 30px 90px 30px;
  min-height: 266px;
}
.blog .subtitle {
  padding: 6px 0 2px 0;
  color: inherit;
}
.blog_add-info {
  margin: 0 0 25px 0;
}
.blog_add-info:before,
.blog_add-info:after {
  content: " ";
  display: table;
}
.blog_add-info:after {
  clear: both;
}
.blog_add-info_s1 {
  float: left;
}
.blog_add-info_s2 {
  float: right;
}
.blog_hover {
  display: block;
}
.blog_hover {
  display: block;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
/*
.blog_hover:after {
  content: "";
  font-family: FontAwesome;
  font-size: 75px;
  line-height: 75px;
  position: absolute;
  bottom: 15px;
  right: 30px;
}
*/
.blog_hover:hover {
  color: #ffffff;
  background: #333333;
}
@media only screen and (max-width: 1199px) {
  .blog .content-box {
    padding: 18px 20px 90px 20px;
  }
}
.map {
  margin: 0 0 30px 0;
  position: relative;
  min-height: 379px;
}
.map .google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.map #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.map iframe {
  width: 100%;
}
.map img {
  max-width: none !important;
}
@media only screen and (max-width: 979px) {
  .map {
    margin: 0 0 20px 0;
    min-height: 371px;
  }
}
@media only screen and (max-width: 979px) {
  .map {
    min-height: 371px;
  }
}
@media only screen and (max-width: 479px) {
  .map {
    min-height: 300px;
  }
}
.address {
  color: #ffffff;
}
.address .heading {
  color: inherit;
}
.address_s1 {
  line-height: 30px;
  padding: 3px 30px 0 30px;
}
.address_s1 span {
  display: inline-block;
  min-width: 98px;
}
.address_s2 {
  padding: 17px 30px 0 30px;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.04em;
}
.address_s2 .fa {
  font-size: 63px;
  line-height: 32px;
  display: inline-block;
  min-width: 30px;
}
.address_s3 {
  padding: 22px 30px 0 30px;
}
.address_s4 {
  padding: 25px 30px 65px 30px;
}
.address_s4:before,
.address_s4:after {
  content: " ";
  display: table;
}
.address_s4:after {
  clear: both;
}
.address_s4 li {
  float: left;
}
.address_s4 li + li {
  margin-left: 10px;
}
.address_s4 .fa {
  font-size: 47px;
  line-height: 47px;
}
@media only screen and (max-width: 1199px) {
  .address_s1 {
    padding: 3px 20px 0 20px;
  }
  .address_s2 {
    padding: 17px 20px 0 20px;
  }
  .address_s3 {
    padding: 22px 20px 0 20px;
  }
  .address_s4 {
    padding: 25px 20px 65px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .address_s1 {
    font-size: 16px;
    line-height: 22px;
  }
  .address_s1 span {
    min-width: 60px;
  }
  .address_s2 {
    font-size: 26px;
    line-height: 26px;
  }
  .address_s2 .fa {
    font-size: 56px;
    line-height: 26px;
  }
  .address_s3 {
    font-size: 26px;
    line-height: 26px;
  }
  .address_s4 {
    padding: 25px 20px 25px 20px;
  }
  .address_s4 li + li {
    margin-left: 6px;
  }
  .address_s4 .fa {
    font-size: 42px;
    line-height: 42px;
  }
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form2 {
  position: relative;
  margin: 6px 30px 0 30px;
}
#contact-form2 .contact-form_bottom-section {
  /*overflow: hidden;*/
  width: 100%;
  padding: 23px 0 30px 0;
  text-align: left;
}
#contact-form2 .contact-form_bottom-section .btn + .btn {
  margin-left: 15px;
}
#contact-form2 label {
  display: block;
  float: left;
  position: relative;
  display: inline-block;
  width: 350px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
#contact-form2 label + label {
  margin-left: 30px;
}
#contact-form2 label.message {
  margin: 0 0 0 0;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  #contact-form2 {
    margin: 0 20px 0 20px;
  }
  #contact-form2 label {
    width: 286px;
  }
  #contact-form2 label + label {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 979px) {
  #contact-form2 label {
    width: 100%;
  }
  #contact-form2 label + label {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  #contact-form2 .contact-form_bottom-section .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#contact-form2 fieldset {
  border: none;
  width: 100%;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form2 ._placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 25px;
  padding: 17px 0 0 22px;
  color: #888888;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  font-weight: 300;
}
#contact-form2 ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form2 ._placeholder.hidden {
  display: none;
}
#contact-form2 .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form2 input[type='text'] {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 25px;
  padding: 3px 21px 5px;
  border: 1px solid #dadada;
  color: #888888;
  font-weight: 300;
  width: 100%;
  outline: none;
  height: 60px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}
/* Contact Form File Input 
========================================================*/
#contact-form2 .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form2 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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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-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-form2 textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 25px;
  padding: 16px 21px;
  border: 1px solid #dadada;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 298px;
  font-weight: 300;
  color: #888888;
  background: #ffffff;
  margin: 0;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  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;
  padding-right: 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: #ffffff;
  background-image: url('../images/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;
}
#contact-form .modal h4 {
  font-size: 24px;
  color: #343438;
  text-transform: none;
  padding: 0;
  margin: 0;
  color: #000;
}
.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;
  color: #000;
}
.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;
  position: relative;
  z-index: 10;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  .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;
  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;
}
.privacy {
  margin: 0 0 30px;
}
.privacy_wrapper {
  padding: 2px 30px 37px 30px;
}
.privacy .subtitle {
  padding: 0 0 2px 0;
}
.privacy p + .subtitle {
  padding-top: 23px;
}
.privacy a {
  display: inline-block;
  margin-top: 23px;
  color: #0dd8fd;
}
.privacy a:hover {
  color: #333333;
}
@media only screen and (max-width: 1199px) {
  .privacy {
    margin: 0 0 20px;
  }
  .privacy_wrapper {
    padding: 0 20px 20px 20px;
  }
}
.wow {
  visibility: hidden;
  visibility: visible\9;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  position: relative;
  overflow: hidden;
}
.footer_s1 {
  margin: 0 0 30px 0;
  font-size: 15px;
  line-height: 15px;
}
.fblock-1 {
  padding: 30px;
  color: #777777;
  background: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .footer_s1 {
    margin: 0 0 20px 0;
  }
  .fblock-1 {
    padding: 20px;
  }
}
/* UItoTop styles =======================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  background: #0dd8fd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#toTop .triangle-up {
  position: absolute;
  margin-top: -6px;
  margin-left: -4px;
  top: 50%;
  left: 50%;
  border: 4px solid transparent;
  border-bottom: 4px solid #ffffff;
}
#toTop:hover {
  outline: none;
  background: #ff5502;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
