/*========================================================
                    Pre settings
=========================================================*/
body {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #777777;
  background: #e5e5e5;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #333333;
}
img {
  max-width: 100%;
}
p + p {
  margin-top: 21px;
}
/* Common styles
========================================================*/
.document-wrapper {
  width: 100%;
  overflow: hidden;
}
.text-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.text-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  line-height: 39px;
  font-weight: 600;
}
.text-3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 66px;
  line-height: 56px;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.super-box [class*="grid_"] {
  background: #ffffff;
}
.heading {
  padding: 18px 0 23px 0;
  color: #333333;
}
.heading.bg-color-4 {
  color: #ffffff;
}
.subtitle {
  padding: 23px 0 5px 0;
  color: #333333;
}
.img-box {
  margin: 9px 0 0 0;
}
.content-box {
  padding-left: 30px;
  padding-right: 30px;
}
.list {
  font-size: 17px;
  line-height: 49px;
  font-weight: 600;
  border-style: solid;
  border-color: transparent;
  border-width: 0 1px 1px 0;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list li {
  border-style: inherit;
  border-color: inherit;
  border-width: 1px 0 0 0;
}
.list a {
  display: block;
  padding: 0 10px 0 30px;
}
.list a:hover {
  color: #ffffff;
  background: #333333;
}
@media only screen and (max-width: 1199px) {
  .space {
    display: none;
  }
  .content-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .list {
    line-height: 46px;
  }
  .list a {
    padding: 0 10px 0 10px;
  }
}
@media only screen and (max-width: 979px) {
  .space {
    display: none;
  }
  .list {
    font-size: 13px;
  }
  .list a {
    padding: 0 10px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .list {
    font-size: 16px;
  }
  .list a {
    padding: 0 20px 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  .list {
    font-size: 13px;
  }
  .list a {
    padding: 0 20px 0 20px;
  }
}
.btn {
  display: inline-block;
  position: relative;
  padding: 27px 62px 27px 30px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  color: #333333;
  background: #fed014;
}
.btn:after {
  content: "";
  position: absolute;
  left: 176px;
  top: 50%;
  width: 28px;
  height: 56px;
  margin: -28px 0 0 0;
  background: url(../images/icon-arrow-right.png) 100% 50% no-repeat;
}
.btn__hover:hover {
  color: #ffffff;
  background: #333333;
}
.bg [class*="grid_"] {
  background: none;
}
.bg-color-4 {
  background: #333333;
}
.bg-color-5 {
  background: #fed014;
}
.bg-color-6 {
  background: #f2f2f2;
}
.bg-img-1 {
  background: #090909 url(../images/bg-img-1.jpg) 50% -375px no-repeat;
  background-attachment: fixed;
}
.bg-img-2 {
  background: #090909 url(../images/bg-img-2.jpg) 50% -400px no-repeat;
  background-attachment: fixed;
}
.bg-img-3 {
  background: #090909 url(../images/bg-img-3.jpg) 50% -600px no-repeat;
  background-attachment: fixed;
}
/*========================================================
                    HEADER styles
=========================================================*/
.header-top {
  background: #ffffff;
}
.header-top_s1 {
  background: #333333;
  padding: 14px 0 15px 0;
}
.header-top_s1:before,
.header-top_s1:after {
  content: " ";
  display: table;
}
.header-top_s1:after {
  clear: both;
}
.header-top_s1_s1 {
  float: left;
}
.header-top_s1_s2 {
  float: right;
}
.header-top_s2 {
  padding: 20px 0 27px;
}
.header-top_s2:before,
.header-top_s2:after {
  content: " ";
  display: table;
}
.header-top_s2:after {
  clear: both;
}
.header-top_s2_s1 {
  float: left;
}
.header-top_s2_s2 {
  padding: 52px 0 0 0;
  float: right;
}
#search input {
  float: left;
  outline: none;
  box-shadow: none;
  border: none;
  padding: 16px 29px 15px 29px;
  min-width: 279px;
  min-height: 20px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  color: #888888;
  background: #ffffff;
}
#search a {
  float: left;
  display: inline-block;
  padding: 18px 0 16px 2px;
  width: 51px;
  text-align: center;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
  color: #333333;
  background: #fed014;
}
#search a .fa {
  font-size: 17px;
  line-height: 17px;
}
#search a:hover {
  background: #484848;
  color: #fed014;
}
.search_results {
  min-height: 800px;
}
.reg-log-btn {
  float: left;
  position: relative;
  display: inline-block;
  padding: 17px 29px 17px 58px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  color: #333333;
  background: #fed014;
}
.reg-log-btn .fa {
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.reg-log-btn:hover {
  background: #ffffff;
  color: #333333;
}
.reg-log-btn:hover .fa {
  color: #333333;
}
.reg-log-btn__log {
  color: #ffffff;
  background: #484848;
}
.reg-log-btn__log .fa {
  color: #fed014;
}
h1 {
  position: relative;
  margin: 0 0 0 -8px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #333333;
}
h1 i {
  position: absolute;
  left: 100px;
  top: 6px;
  width: 24px;
  height: 24px;
  background: #fed014;
  border-radius: 50%;
}
h1 span {
  margin: -8px 0px 0px 5px;
  display: block;
  font-size: 28px;
  line-height: 45px;
  font-weight: 400;
  color: #888888;
}
h1 a {
  -webkit-transition: none;
  transition: none;
}
h1 a:hover {
  color: inherit;
}
/* superfish-menu styles
========================================================*/
.sf-menu {
  position: relative;
  display: inline-block;
  z-index: 999;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu li a {
  position: relative;
  display: inline-block;
  color: #333333;
}
.sf-menu li a.sf-with-ul {
  color: #333333;
}
.sf-menu li a:hover {
  color: #fed014;
}
.sf-menu li + li {
  margin-left: 30px;
}
.sf-menu li.current > a {
  color: #fed014;
}
.sf-menu li.sfHover > a {
  color: #fed014;
}
/* first level sub-menu styles */
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 20px 0 0 0;
  padding: 20px;
  min-width: 170px;
  background: #f7c701;
}
.sf-menu ul li + li {
  margin-left: 0;
}
.sf-menu ul li a {
  padding: 10px 0;
}
.sf-menu ul li a:hover {
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
/* second level sub-menu styles */
.sf-menu ul ul {
  top: 0;
  left: 100%;
  margin: -20px 0 0 50px;
}
/* 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%;
  }
}
.isStuck {
  z-index: 999;
  left: 0;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .stuck_wrapper {
  padding: 10px 0;
  position: relative;
  width: 100%;
  text-align: center;
  background: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 979px) {
  .header-top_s2_s1 {
    float: none;
    margin-left: 0px;
  }
  .header-top_s2_s2 {
    padding: 20px 0 0 0;
    float: none;
    text-align: center;
  }
  #search input {
    min-width: 200px;
  }
  .sf-menu > li + li {
    margin-left: 40px;
  }
  .isStuck {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-top_s1_s1 {
    float: none;
  }
  .header-top_s1_s2 {
    float: none;
  }
  #search input {
    min-width: 309px;
  }
  .reg-log-btn {
    min-width: 166px;
  }
  .reg-log-btn__log {
    min-width: 80px;
    float: right;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 92px;
    line-height: 92px;
  }
  h1 i {
    position: absolute;
    left: 93px;
    top: 5px;
    width: 22px;
    height: 22px;
    background: #fed014;
    border-radius: 50%;
  }
  #search input {
    min-width: 212px;
    width: 212px;
    padding: 16px 15px 15px 20px;
  }
  .reg-log-btn {
    margin-top: 10px;
    min-width: 213px;
  }
}
.slider {
  position: relative;
  padding-top: 560px;
  background: #f3f0e8;
}
/*========================================================
                    CONTENT styles
=========================================================*/
.block-1 {
  margin: 147px 0 145px;
  text-align: center;
}
.block-1_s1 {
  color: #ffffff;
  margin: 0 0 30px;
}
.block-1_s2 {
  padding: 0 100px 0;
  color: #fed014;
}
.block-1 .btn {
  margin: 37px 0 0;
}
@media only screen and (max-width: 1199px) {
  .block-1_s2 {
    padding: 0 0 0;
  }
}
.block-2 {
  padding-bottom: 41px;
}
.block-2-1 {
  padding-top: 20px;
  padding-bottom: 31px;
  line-height: 24px;
}
.block-2-1 .btn {
  margin-top: 14px;
  padding: 5px 52px 6px 0px;
  font-size: 17px;
  color: #333333;
  background: none;
}
.block-2-1 .btn:after {
  content: "";
  font-family: FontAwesome;
  width: auto;
  height: auto;
  right: 0;
  left: 103px;
  top: 0;
  bottom: 0;
  margin: 0;
  font-size: 17px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  background: #fed014;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-2-1 .btn__hover:hover {
  color: #333333;
}
.block-2-1 .btn__hover:hover:after {
  background: #333333;
}
.block-3 {
  margin: 0 0 0 0;
  overflow: hidden;
  box-shadow: inset 0px 20px 14px -10px rgba(50, 50, 50, 0.1);
}
.block-3:before,
.block-3:after {
  content: " ";
  display: table;
}
.block-3:after {
  clear: both;
}
.block-3 .list {
  margin: 0 0 -1px 0;
  float: left;
  width: 50%;
}
.block-3 .list + .list {
  border-right-width: 0;
}
.block-3.bg-color-4 .list {
  border-color: #2b2b2b;
  color: #fed014;
}
.block-3.bg-color-4 .list a:hover {
  color: #333333;
  background: #fed014;
}
.block-3.bg-color-5 .list {
  border-color: #e7be17;
}
.block-3.bg-color-6 .list {
  border-color: #dcdcdc;
}
.block-3__mod-1 .list {
  margin: 0 0 0 0;
  width: 100%;
  border-right-width: 0;
  border-bottom-width: 0;
}
.block-margin {
  margin: 10px 30px 10px 30px;
}
.block-4_s1 {
  float: left;
  position: relative;
  box-shadow: inset 0px 20px 14px -10px rgba(50, 50, 50, 0.1);
}
.block-4_s1_s1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 6px 5px 11px;
  min-width: 84px;
  font-size: 13px;
  color: #333333;
  background: #fed014;
}
.block-4_s2 {
  overflow: hidden;
  box-shadow: inset 0px 20px 14px -10px rgba(50, 50, 50, 0.1);
}
.block-4_s2 a {
  color: #fed014;
}
.block-4_s2 a:hover {
  color: #333333;
}
.block-4_wrapper {
  margin: 0 0 0;
}
.block-4-1_s1 img {
  width: 100%;
}
.block-4-1_s2 {
  box-shadow: inset 20px 0 14px -10px rgba(50, 50, 50, 0.1);
  padding-bottom: 25px;
}
.block-4-1 .btn {
  display: block;
}
.block-4-1_wrapper {
  margin: 0 0 0;
}
.block-4-2_s1 {
  float: left;
  position: relative;
}
.block-4-2_s1_s1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 6px 5px 11px;
  min-width: 84px;
  font-size: 13px;
  color: #333333;
  background: #fed014;
}
.block-4-2_s2 {
  overflow: hidden;
  padding-bottom: 24px;
}
.block-4-2_hover {
  display: block;
  overflow: hidden;
  box-shadow: inset 0px 20px 14px -10px rgba(50, 50, 50, 0.1);
}
.block-4-2_hover .subtitle {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-4-2_hover:hover {
  color: #777777;
  background: #333333;
}
.block-4-2_hover:hover .subtitle {
  color: #ffffff;
}
.block-4-2_hover-1 {
  position: relative;
  display: block;
  height: 160px;
  background: #fed014;
}
.block-4-2_hover-1 span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -33px 0 0 -84px;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: -0.04em;
  color: #333333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-4-2_hover-1 span:after {
  content: "";
  position: absolute;
  left: 128px;
  top: 50%;
  width: 39px;
  height: 78px;
  margin: -39px 0 0 0;
  background: url(../images/icon-arrow-right.png) 100% 50% no-repeat;
}
.block-4-2_hover-1:hover {
  background: #333333;
}
.block-4-2_hover-1:hover span {
  color: #ffffff;
}
.block-4-2_wrapper {
  margin: 0 0 0;
}
@media only screen and (max-width: 979px) {
  .block-4_s1 {
    float: none;
  }
  .block-4_s2 {
    margin: 0 0 20px 0;
    box-shadow: none;
  }
  .block-4-2_s1 {
    float: none;
  }
  .block-4-2_s2 {
    margin: 0 0 20px 0;
  }
  .block-4-2_hover-1 {
    min-height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .block-4-2_s1 {
    float: left;
  }
  .block-4-2_s2 {
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .block-4-2_s1 {
    float: none;
  }
  .block-4-2_s2 {
    margin: 0 0 20px 0;
  }
  .block-4-2_s2 br {
    display: none;
  }
}
.block-5_s1 {
  padding-top: 23px;
  padding-bottom: 19px;
  color: #333333;
  background: #fed014;
}
.block-5_s2 {
  padding-top: 8px;
  padding-bottom: 9px;
  font-size: 13px;
  line-height: 13px;
  color: #ffffff;
  background: #333333;
}
.block-5_s2:before,
.block-5_s2:after {
  content: " ";
  display: table;
}
.block-5_s2:after {
  clear: both;
}
.block-5_s2 .fa {
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 13px;
  color: #fed014;
}
.block-5_s2_s1 {
  float: left;
  margin: 0 0 0 1px;
}
.block-5_s2_s2 {
  float: left;
  margin: 0 0 0 30px;
}
.block-5_s2_s3 {
  float: left;
  margin: 0 0 0 30px;
}
.block-5_s2 a:hover {
  color: #fed014;
}
.block-5_s4 {
  padding-top: 26px;
  padding-bottom: 26px;
}
.block-5_hover {
  display: block;
  position: relative;
}
.block-5_hover:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  color: #ffffff;
  background: #fed014;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-5_hover:hover {
  color: #ffffff;
  background: #777777;
}
.block-5_hover:hover:after {
  color: #333333;
  background: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .block-5_s4 {
    padding-bottom: 46px;
  }
}
@media only screen and (max-width: 479px) {
  .block-5_s2 .fa {
    margin: 0 6px 0 0;
  }
  .block-5_s2_s1 {
    margin: 0 0 0 0;
  }
  .block-5_s2_s2 {
    float: left;
    margin: 0 0 0 12px;
  }
  .block-5_s2_s3 {
    float: left;
    margin: 0 0 0 12px;
  }
}
.video-calling {
  position: relative;
}
.video-calling span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -28px;
  text-align: center;
  font-size: 68px;
  line-height: 68px;
  color: #fed014;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-calling:hover span {
  color: #333333;
}
.gallery_item {
  position: relative;
  display: block;
}
.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;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #fed014;
}
.gallery_item:hover .overlayer {
  opacity: 1;
  filter: alpha(opacity=100);
}
.map {
  position: relative;
  min-height: 437px;
}
.map_caption {
  position: absolute;
  top: 0;
  bottom: -437px;
  right: 0;
  left: 85px;
  padding: 94px 43px 0 27px;
  color: #333333;
  background: #fed014;
}
.map_caption_s1 {
  margin: 0 0 27px 0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
}
.map_caption_s2 {
  margin: 0 0 27px 0;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
.map_caption_s3 {
  font-size: 15px;
  line-height: 21px;
}
.map_caption_wrapper {
  position: relative;
}
.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: 1199px) {
  .map {
    min-height: 400px;
  }
  .map_caption {
    bottom: -400px;
    left: 0;
    padding: 70px 43px 0 27px;
  }
}
@media only screen and (max-width: 979px) {
  .map {
    min-height: 400px;
  }
  .map_caption {
    padding: 60px 30px 0 30px;
  }
  .map_caption_s1 {
    margin: 0 0 20px 0;
    font-size: 38px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    margin: 0 0 0 0;
    min-height: 330px;
  }
  .map_caption {
    bottom: -330px;
    left: 30%;
    padding: 40px 24px 0 24px;
  }
  .map_caption_s1 {
    margin: 0 0 14px 0;
    font-size: 28px;
    line-height: 28px;
  }
  .map_caption_s2 {
    margin: 0 0 16px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .map_caption_s3 {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .map {
    min-height: 280px;
  }
  .map_caption {
    bottom: -280px;
    left: 30%;
    padding: 20px 15px 0 15px;
  }
  .map_caption_s1 {
    margin: 0 0 14px 0;
    font-size: 22px;
    line-height: 22px;
  }
  .map_caption_s2 {
    margin: 0 0 16px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .map_caption_s3 {
    font-size: 13px;
    line-height: 15px;
  }
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  display: block;
  position: relative;
  padding: 30px;
  box-shadow: inset 0px 20px 14px -10px rgba(50, 50, 50, 0.1);
  background: #f2f2f2;
}
#contact-form .contact-form_s1 {
  float: left;
  width: 540px;
}
#contact-form .contact-form_s2 {
  float: left;
  width: 540px;
  margin-left: 30px;
}
#contact-form .contact-form_s3 {
  padding: 25px 0 2px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
#contact-form .contact-form_s3 .btn:after {
  left: 128px;
}
#contact-form label {
  display: block;
  float: left;
  position: relative;
  display: inline-block;
  width: 100%;
}
#contact-form label + label {
  margin-top: 31px;
}
#contact-form label.message {
  margin: 0 0 0 0;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  #contact-form {
    padding: 20px;
  }
  #contact-form .contact-form_s1 {
    width: 441px;
  }
  #contact-form .contact-form_s2 {
    width: 441px;
    margin-left: 20px;
  }
  #contact-form label + label {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 979px) {
  #contact-form .contact-form_s1 {
    width: 100%;
  }
  #contact-form .contact-form_s2 {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
#contact-form fieldset {
  border: none;
  width: 100%;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  line-height: 49px;
  padding: 0 0 0 30px;
  font-weight: 600;
  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;
}
#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'] {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  line-height: 49px;
  padding: 0 29px 0;
  border: 1px solid #e7e7e7;
  color: #888888;
  font-weight: 600;
  width: 100%;
  outline: none;
  height: 49px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #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;
  -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-form textarea {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  line-height: 17px;
  padding: 16px 28px;
  border: 1px solid #e7e7e7;
  font-weight: 600;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 210px;
  color: #888888;
  background: #ffffff;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  #contact-form textarea {
    height: 187px;
  }
}
/* 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 {
  padding-top: 23px;
  padding-bottom: 25px;
  box-shadow: inset 0px 20px 14px -10px rgba(50, 50, 50, 0.1);
}
.privacy .subtitle {
  padding: 0 0 5px 0;
}
.privacy p + .subtitle {
  padding-top: 17px;
}
.privacy a {
  display: inline-block;
  margin: 21px 0 0 0;
  color: #fed014;
}
.privacy a:hover {
  color: #333333;
}
.social-boxes {
  overflow: hidden;
}
.social-boxes_title {
  padding: 23px 0 16px 0;
  color: #333333;
}
.social-boxes_facebook,
.social-boxes_twitter,
.social-boxes_pinterest {
  min-height: 495px;
  max-width: 100%;
  box-shadow: inset 20px 0 14px -10px rgba(50, 50, 50, 0.1);
  padding-bottom: 30px;
}
.social-boxes_facebook #fb-like-box {
  width: 100% !important;
}
.social-boxes_facebook #fb-like-box span {
  width: 100% !important;
}
.social-boxes_facebook #fb-like-box span iframe {
  width: 100% !important;
}
.social-boxes_pinterest [class*="grid"] {
  float: none;
}
.social-boxes_pinterest #pinterest-widget {
  width: 100%;
}
.social-boxes_pinterest #pinterest-widget > span {
  width: 100% !important;
  box-shadow: none !important;
}
.social-boxes_pinterest #pinterest-widget > span > span {
  width: 100% !important;
}
@media only screen and (max-width: 1199px) {
  .social-boxes_facebook,
  .social-boxes_twitter,
  .social-boxes_pinterest {
    min-height: 520px;
  }
}
@media only screen and (max-width: 979px) {
  .social-boxes_facebook,
  .social-boxes_twitter,
  .social-boxes_pinterest {
    min-height: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .social-boxes_facebook,
  .social-boxes_twitter,
  .social-boxes_pinterest {
    min-height: 0;
  }
}
.wow {
  visibility: hidden;
  visibility: visible\9;
}
/*========================================================
                    FOOTER styles
=========================================================*/
.fblock-1 {
  padding-top: 22px;
  padding-bottom: 22px;
  background: #333333;
}
.fblock-1:before,
.fblock-1:after {
  content: " ";
  display: table;
}
.fblock-1:after {
  clear: both;
}
.fblock-1_s1 {
  padding-top: 5px;
  float: left;
  line-height: 24px;
}
.fblock-1_s1 a {
  color: #fed014;
}
.fblock-1_s1 a:hover {
  color: #ffffff;
}
.fblock-1_s2 {
  float: right;
}
.fblock-1_s2 li {
  float: left;
}
.fblock-1_s2 li + li {
  margin-left: 7px;
}
.fblock-1_s2 a {
  color: #888888;
}
.fblock-1_s2 a:hover {
  color: #fed014;
}
.fblock-1_s2 .fa {
  font-size: 36px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .fblock-1_s2 {
    padding: 10px 0 0 0;
  }
}
/* UItoTop styles =======================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  color: #333333;
  font-size: 76px;
  line-height: 76px;
  text-align: center;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #fed014;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
