/*========================================================
                    Pre settings
=========================================================*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #777777;
  background: #000000;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #fd7202;
}
img {
  max-width: 100%;
}
p + p {
  margin-top: 25px;
}
/* Common styles
========================================================*/
.text {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}
.text-1 {
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.text-2 {
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	line-height: 61px;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: uppercase;
}
/*--------------------------------*/
.text-3 {
  font-family: 'Lato', sans-serif;
  font-size: 127px;
  line-height: 85px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.text-4 {
  font-family: 'Lato', sans-serif;
  font-size: 47px;
  line-height: 61px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.text-5 {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}
.text-6 {
  font-family: 'Lato', sans-serif;
  font-size: 87px;
  line-height: 27px;
  font-weight: 900;
}
/*--------------------------------*/
.super-box {
  padding: 0 0 53px 0;
}
.heading {
  padding: 47px 0 22px 0;
  text-align: center;
  color: #272727;
}
.subtitle {
  padding: 0 0 23px 0;
  color: #272727;
}
.subtitle time {
  display: block;
  margin: -4px 0 -6px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #81835f;
}
.img-box {
  margin: 8px 0 0 0;
}
.list {
  color: #fd7202;
  line-height: 40px;
  font-weight: 700;
}
.list a:hover {
  color: #272727;
}
@media only screen and (max-width: 979px) {
  .heading {
    font-size: 46px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .heading {
    padding: 36px 0 20px 0;
    font-size: 40px;
    line-height: 44px;
  }
  .img-box {
    margin: 8px 0 15px 0;
  }
}
@media only screen and (max-width: 479px) {
  .heading {
    font-size: 36px;
    line-height: 40px;
  }
}
/*--------------------------------*/
.btn {
  display: inline-block;
  position: relative;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fd7202;
}
.btn__hover:hover {
  color: #272727;
}
.btn__mod-1 {
  padding: 24px 42px;
  color: #ffffff;
  background: #fd7202;
}
.btn__mod-1__hover:hover {
  color: #ffffff;
  background: #272727;
}
/*--------------------------------*/
.bg-color-6 {
  background: #81835f;
}
.bg-img-1 {
  background: #a67633 url(../images/bg_img1.jpg) 50% -1400px no-repeat;
  background-attachment: fixed;
}
.bg-img-2 {
  background: #858581 url(../images/bg_img2.jpg) 50% -355px no-repeat;
  background-attachment: fixed;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  min-height: 110px;
}
/*--------------------------------*/
.header-top {
  padding: 0 0 0 0;
  width: 100%;
}
.header-top_s1 {
  padding: 21px 0 0 0;
  float: left;
}
.header-top_s2 {
  float: right;
}
h1 {
  font-family: 'Lato', sans-serif;
  font-size: 54px;
  line-height: 43px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #d3b04f;
}
h1 span {
  color: #ffffff;
}
h1 a:hover {
  color: inherit;
}
#stuck_container {
  position: relative;
  background: #171717;
}
#stuck_container:before,
#stuck_container:after {
  content: " ";
  display: table;
}
#stuck_container:after {
  clear: both;
}
.isStuck {
  z-index: 100;
  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 h1 {
  font-size: 40px;
  line-height: 40px;
}
.isStuck h1 br {
  display: none;
}
/* superfish-menu styles
========================================================*/
.sf-menu {
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  line-height: 43px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.sf-menu > li {
  position: relative;
  text-align: center;
  float: left;
  border: 1px solid #3d3d3d;
  border-width: 0 1px 0 1px;
}
.sf-menu > li + li {
  border-width: 0 1px 0 0;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 43px 20px 44px;
  color: #ffffff;
}
.sf-menu > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  height: 11px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sf-menu > li > a.sf-with-ul {
  color: #ffffff;
}
.sf-menu > li > a:hover {
  background: #272727;
  color: #ffffff;
}
.sf-menu > li > a:hover:after {
  background: #fd7202;
}
.sf-menu > li.current > a {
  background: #272727;
  color: #ffffff;
}
.sf-menu > li.current > a:after {
  background: #fd7202;
}
.sf-menu > li.sfHover > a {
  background: #272727;
  color: #ffffff;
}
.sf-menu > li.sfHover > a:after {
  background: #fd7202;
}
/* first level sub-menu styles */
.sf-menu ul {
  display: none;
  z-index: 99;
  position: absolute;
  top: 100%;
  left: -2px;
  min-width: 252px;
  padding: 15px 0;
  background: #272727;
}
.sf-menu ul > li {
  position: relative;
  font-size: 14px;
  line-height: 40px;
  text-transform: none;
  text-align: left;
}
.sf-menu ul > li > a {
  display: block;
  padding: 0 0 0 20px;
  color: #888888;
}
.sf-menu ul > li > a:hover {
  color: #ffffff;
  background: #81835f;
}
.sf-menu ul > li.sfHover > a {
  color: #ffffff;
  background: #81835f;
}
/* second level sub-menu styles */
.sf-menu ul ul {
  top: -15px;
  left: 100%;
  width: 100%;
  padding: 15px 0;
  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: #fd7202;
}
/* 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: 979px) {
  .isStuck {
    display: none;
  }
  .sf-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-top_s1 {
    float: none;
  }
  .header-top_s2 {
    float: none;
  }
  h1 br {
    display: none;
  }
  .sf-menu {
    font-size: 15px;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  position: relative;
  background: #ebebee;
  overflow: hidden;
}
/*--------------------------------*/
.bg {
  color: #ebebee;
}
.bg .heading {
  color: #ebebee;
}
.bg .btn {
  color: inherit;
}
.bg .btn__hover:hover {
  color: #fd7202;
}
/*--------------------------------*/
.block-1 {
  text-align: center;
}
.block-1 .subtitle {
  padding-left: 100px;
  padding-right: 100px;
}
.block-1 p {
  padding-left: 84px;
  padding-right: 84px;
}
.block-1-1 {
  margin: 0 0 7px;
}
.block-1-1 .subtitle {
  padding-bottom: 13px;
}
.block-1-2 .subtitle {
  padding-bottom: 26px;
}
.block-1-2 .list {
  padding: 7px 0 17px 0;
}
.block-1-3 {
  margin: 0 0 34px;
}
.block-1-4 {
  float: left;
}
.block-1-4_s1 {
  margin: 0 0 15px 0;
}
.block-1-4_wrapper:before,
.block-1-4_wrapper:after {
  content: " ";
  display: table;
}
.block-1-4_wrapper:after {
  clear: both;
}
.block-1-5 {
  float: left;
}
.block-1-5 .btn {
  margin-top: 18px;
}
.block-1-5_wrapper:before,
.block-1-5_wrapper:after {
  content: " ";
  display: table;
}
.block-1-5_wrapper:after {
  clear: both;
}
.block-1-5_wrapper + .block-1-5_wrapper {
  margin: 31px 0 6px 0;
}
.block-1-5_wrapper__mod-1 + .block-1-5_wrapper__mod-1 {
  margin: 41px 0 6px 0;
}
.block-1-6 {
  float: left;
}
.block-1-6 .subtitle {
  padding: 0 0 9px 0;
  line-height: 22px;
}
.block-1-6 .list {
  line-height: 20px;
}
.block-1-6 .list li {
  padding: 10px 0;
}
.block-1-6_wrapper {
  padding: 0 0 37px 0;
  border: solid #777777;
  border-width: 0 0 1px 0;
  margin: 11px 0 0 0;
}
.block-1-6_wrapper:before,
.block-1-6_wrapper:after {
  content: " ";
  display: table;
}
.block-1-6_wrapper:after {
  clear: both;
}
.block-1-6_wrapper + .block-1-6_wrapper {
  margin: 36px 0 0 0;
}
.block-1-7 {
  float: left;
  max-width: 100%;
}
.block-1-7 .img-box {
  margin: 15px 0 22px;
}
.block-1-7 .btn {
  margin: 21px 0 0;
}
.block-1-7_wrapper {
  margin: 0 0 8px;
}
.block-1-7_wrapper:before,
.block-1-7_wrapper:after {
  content: " ";
  display: table;
}
.block-1-7_wrapper:after {
  clear: both;
}
.block-1-8 {
  float: left;
}
.block-1-8_wrapper:before,
.block-1-8_wrapper:after {
  content: " ";
  display: table;
}
.block-1-8_wrapper:after {
  clear: both;
}
.block-1-9 {
  overflow: hidden;
}
.block-1-9 + .block-1-9 {
  margin: 24px 0 0;
}
.block-1-9_s1 {
  margin: 0 0 14px;
}
.block-1-9_wrapper {
  float: left;
  margin: 8px 0 3px;
}
.block-1-9_wrapper + .block-1-9_wrapper {
  margin-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .block-1 .subtitle {
    padding-left: 0;
    padding-right: 0;
  }
  .block-1 p {
    padding-left: 0;
    padding-right: 0;
  }
  .block-1 br {
    display: none;
  }
  .block-1-9_wrapper + .block-1-9_wrapper {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .block-1-4 + .block-1-4 {
    margin-top: 20px;
  }
  .block-1-5 + .block-1-5 {
    margin-top: 30px;
  }
  .block-1-5_wrapper + .block-1-5_wrapper {
    margin: 30px 0 0 0;
  }
  .block-1-6 {
    width: 100%;
  }
  .block-1-6 + .block-1-6 {
    margin: 20px 0 0;
  }
  .block-1-7 + .block-1-7 {
    margin: 20px 0 0;
  }
  .block-1-8 + .block-1-8 {
    margin: 20px 0 0;
  }
  .block-1-9_wrapper {
    margin: 0 0 0;
  }
  .block-1-9_wrapper + .block-1-9_wrapper {
    margin: 24px 0 0;
  }
}
.block-2 {
  position: relative;
  width: 100%;
  margin: 8px 0 7px;
  color: #ffffff;
  overflow: hidden;
}
.block-2_s1 img {
  width: 100%;
}
.block-2_s2 {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -97px 0 0 0;
  padding: 22px 20px 15px 28px;
  background: rgba(39, 39, 39, 0.8);
}
.block-2_hover {
  display: inline-block;
}
.block-2_hover_el1 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-2_hover:hover {
  color: #ffffff;
}
.block-2_hover:hover .block-2_hover_el1 {
  top: 0;
  margin: 0;
  padding-top: 160px;
  background: rgba(253, 114, 2, 0.8);
}
@media only screen and (max-width: 1199px) {
  .block-2_s2 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .block-2_s2 {
    font-size: 14px;
    line-height: 20px;
    margin: -60px 0 0 0;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block-2_s2 {
    font-size: 18px;
    line-height: 22px;
    margin: -80px 0 0 0;
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .block-2_s2 {
    font-size: 16px;
    line-height: 20px;
    margin: -60px 0 0 0;
    padding: 10px;
  }
}
.block-3 {
  margin: 147px 0 93px;
  color: #ffffff;
}
.block-3_s1 {
  margin: 0 0 19px;
}
.block-3_s2 {
  margin: 0 0 10px;
}
.block-3_s3 {
  padding: 0 64px 0 0;
}
.block-3-1 {
  padding: 149px 0 153px 0;
  text-align: right;
  color: #ffffff;
}
.block-3-1_s1 {
  margin: 0 0 19px;
}
.block-3-1_s2 {
  margin: 0 0 27px;
}
.block-3-1_s3 {
  margin: 0 0 44px;
  color: #fd7202;
}
.block-3-1_s4 {
  padding: 0 0 0 592px;
}
@media only screen and (max-width: 1199px) {
  .block-3-1 {
    padding: 140px 0 140px 0;
  }
  .block-3-1_s4 {
    padding: 0 0 0 400px;
  }
}
@media only screen and (max-width: 979px) {
  .block-3_s1 {
    font-size: 100px;
  }
  .block-3_s3 {
    padding: 0 0 0 0;
  }
  .block-3-1 {
    padding: 120px 0 120px 0;
  }
  .block-3-1_s4 {
    padding: 0 0 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  .block-3 {
    margin: 120px 0 80px;
  }
  .block-3_s1 {
    margin: 0 0 10px;
    font-size: 70px;
    line-height: 60px;
  }
  .block-3_s2 {
    font-size: 40px;
    line-height: 40px;
  }
  .block-3-1 {
    padding: 100px 0 100px 0;
  }
  .block-3-1_s1 {
    margin: 0 0 10px;
    font-size: 88px;
    line-height: 74px;
  }
  .block-3-1_s2 {
    margin: 0 0 26px;
    font-size: 32px;
    line-height: 36px;
  }
  .block-3-1_s3 {
    margin: 0 0 36px;
    font-size: 56px;
    line-height: 27px;
  }
  .block-3-1_s4 {
    padding: 0 0 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .block-3 {
    margin: 60px 0 40px;
  }
  .block-3_s1 {
    font-size: 50px;
    line-height: 50px;
  }
  .block-3_s2 {
    font-size: 30px;
    line-height: 30px;
  }
  .block-3-1 {
    padding: 40px 0 40px 0;
  }
  .block-3-1_s1 {
    font-size: 54px;
    line-height: 44px;
  }
  .block-3-1_s2 {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 24px;
  }
  .block-3-1_s3 {
    margin: 0 0 20px;
    font-size: 38px;
    line-height: 24px;
  }
  .block-3-1_s4 {
    padding: 0 0 0 0;
  }
}
.block-4 {
  overflow: hidden;
}
.block-4_s1 {
  float: left;
  margin: 0 19px 0 0;
  padding: 23px 0 22px 12px;
  min-width: 58px;
  font-size: 40px;
  color: #ffffff;
  background: #fd7202;
}
.block-4_s1__mod-1 {
  background: #ffc000;
}
.block-4_s1__mod-2 {
  background: #81835f;
}
.block-4_s2 {
  margin: 4px 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}
.block-5 {
  overflow: hidden;
  float: left;
  width: 33.33333%;
  color: #ffffff;
  background: #ffc000;
}
.block-5_s1 {
  text-align: center;
}
.block-5_s2 {
  line-height: 43px;
  padding: 27px 0 0 25px;
}
.block-5_s3 {
  padding: 20px 20px 0 27px;
}
.block-5_s4 {
  padding: 9px 29px 24px;
  color: #171717;
}
.block-5_wrapper {
	position: relative;
	margin: -213px 0 0 0;
	bottom: -150px;
}
.block-5_wrapper:before,
.block-5_wrapper:after {
  content: " ";
  display: table;
}
.block-5_wrapper:after {
  clear: both;
}
.block-5_afterspace {
  margin-bottom: 80px;
}
.block-5__mod-1 {
  background: #d3b04f;
}
.block-5__mod-2 {
  background: #fd7202;
}
@media only screen and (max-width: 1199px) {
  .block-5_s2 {
	font-size: 26px;
	line-height: 38px;
  }
  .block-5_s3 {
    font-size: 16px;
    line-height: 18px;
  }
  .block-5_wrapper {
    margin: -133px 0 0 0;
    bottom: -93px;
  }
  .block-5_afterspace {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .block-5 {
    width: 100%;
  }
}
.block-6 {
  color: #ffffff;
}
.block-6_s1 {
  position: relative;
  padding: 101px 17px 52px 30px;
  background: #272727;
}
.block-6_s1:before {
  content: "“";
  position: absolute;
  top: 92px;
  left: 26px;
  font-size: 195px;
  line-height: 25px;
  color: #ffffff;
  opacity: 0.11;
  filter: alpha(opacity=11);
}
.block-6_s1:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 0 0 0 -12px;
  border: 12px solid transparent;
  border-top: 12px solid #272727;
}
.block-6_s1__mod-1 {
  color: #272727;
  background: #ffc000;
}
.block-6_s1__mod-1:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.block-6_s1__mod-1:after {
  border-top: 12px solid #ffc000;
}
.block-6_s2 {
  margin: 25px 0 0;
  text-align: center;
}
.block-6_wrapper {
  margin: 70px 0 7px;
}
@media only screen and (max-width: 767px) {
  .block-6 {
    margin-bottom: 24px;
  }
  .block-6_wrapper {
    margin: 60px 0 0;
  }
}
.slider {
  width: 100%;
  padding-top: 37.037317%;
  min-height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #3a3335;
}
.slider:before,
.slider:after {
  content: " ";
  display: table;
}
.slider:after {
  clear: both;
}
.map {
  position: relative;
  min-height: 470px;
}
.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;
}
.map__mod-1 {
  margin: 8px 0 38px 0;
  min-height: 406px;
}
@media only screen and (max-width: 979px) {
  .map {
    min-height: 380px;
  }
}
@media only screen and (max-width: 479px) {
  .map {
    min-height: 300px;
  }
}
.address dt {
  margin: 0 0 19px 0;
  line-height: 18px;
  color: #272727;
}
.address dd span {
  display: inline-block;
  min-width: 80px;
}
.address dd a {
  text-decoration: underline;
  color: #fd7202;
}
.address dd a:hover {
  color: #272727;
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-top: 8px;
}
#contact-form .contact-form_bottom-section {
  overflow: hidden;
  width: 100%;
  padding: 21px 0 8px 0;
  text-align: right;
}
#contact-form .contact-form_bottom-section .btn {
  padding: 24px 74px;
}
#contact-form label {
  display: block;
  float: left;
  position: relative;
  display: inline-block;
  width: 420px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 8px 0;
}
#contact-form label.message {
  margin: 1px 0 0 0;
  width: 100%;
  position: relative;
}
#contact-form fieldset {
  border: none;
  width: 100%;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 0 0 14px;
  color: #777777;
  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-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: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 2px 14px 5px;
  border: 1px solid #d6d6d6;
  width: 100%;
  outline: none;
  height: 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-weight: 300;
  color: #777777;
  background: #f8f8f9;
}
/* 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: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 9px 14px;
  border: 1px solid #d6d6d6;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 361px;
  font-weight: 300;
  color: #777777;
  background: #f8f8f9;
  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: #ebebee;
  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;
}
@media only screen and (max-width: 979px) {
  #contact-form {
    padding-right: 0;
    width: 100%;
  }
  #contact-form label {
    width: 100%;
    margin-left: 0 !important;
    clear: left;
  }
}
.privacy {
  margin: 0 0 3px;
}
.privacy .subtitle {
  padding: 0 0 13px 0;
}
.privacy p + .subtitle {
  padding-top: 35px;
}
.privacy a {
  display: inline-block;
  margin-top: 25px;
  color: #fd7202;
  text-decoration: underline;
}
.privacy a:hover {
  color: #272727;
}
.wow {
  visibility: hidden;
  visibility: visible\9;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  position: relative;
  overflow: hidden;
  color: #888888;
  background: #171717;
}
.f-block-1 {
  padding: 62px 0 48px 31px;
  min-width: 357px;
  float: left;
  border: 1px solid #2f2f2f;
  border-width: 0 1px 0;
}
.f-block-1 + .f-block-1 {
  border-width: 0 1px 0 0;
}
.f-block-1_s1 {
  padding: 0 0 10px 0;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.f-block-1_s2 {
  color: inherit;
  font-weight: 400;
}
.f-block-1_s2 a {
  display: block;
  margin: 0 0 0 -31px;
  padding: 0 0 0 31px;
}
.f-block-1_s2 a:hover {
  background: #d3b04f;
  color: #ffffff;
}
.f-block-1_s3 {
  padding: 14px 0 0 0;
  color: #ffffff;
}
.f-block-1_s3 li {
  float: left;
}
.f-block-1_s3 li + li {
  margin-left: 9px;
}
.f-block-1_s3 .fa {
  font-size: 35px;
  line-height: 77px;
  text-align: center;
  background: #272727;
  height: 77px;
  width: 77px;
}
.f-block-1_s3 .fa:hover {
  color: inherit;
  background: #81835f;
}
.footer_s2 {
  padding: 19px 0 12px;
  font-size: 12px;
  line-height: 40px;
  background: #000000;
}
@media only screen and (max-width: 1199px) {
  .f-block-1 {
    min-width: 281px;
  }
}
@media only screen and (max-width: 979px) {
  .f-block-1 {
    padding: 40px 0 40px 20px;
    min-width: 228px;
  }
  .f-block-1_s2 a {
    margin: 0 0 0 -20px;
    padding: 0 0 0 20px;
  }
  .f-block-1_s3 .fa {
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .f-block-1 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .f-block-1 + .f-block-1 {
    border-width: 0 1px 0;
  }
}
/* UItoTop styles =======================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  background: #fd7202;
  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: #ffc000;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
