@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: Ubuntu, sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #a5a5a5;
  background-color: #fff;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  margin-top: 33px;
  font-family: Pacifico;
  font-size: 60px;
  line-height: 52px;
  color: #3d3d3c;
  text-align: center;
  padding-top: 0px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(../images/logo_bg.png);
}
h1 a:hover {
  color: #3d3d3c;
}
h2 {
  padding-top: 65px;
  padding-bottom: 26px;
  font-family: Julius Sans One;
  font-size: 40px;
  line-height: 58px;
  color: #3d3d3c;
  text-transform: lowercase;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #c5c5c5;
}
/*global classes*/
.circle {
  border-radius: 50%;
}
.bord__t {
  border-top: 1px solid #d1d1d1;
}
.bord__b {
  border-bottom: 1px solid #d1d1d1;
}
.ta__l {
  text-align: left;
}
.ta__c {
  text-align: center;
}
.ta__r {
  text-align: right;
}
.f__l {
  float: left;
}
.f__r {
  float: right;
}
.f__c {
  float: middle;
}
.pos__c {
  margin-left: auto;
  margin-right: auto;
}
.pos__r {
  margin-left: auto;
}
.w__f {
  width: 100%;
}
.w__h {
  width: 50%;
}
.w__y {
  width: 80%;
}
.ovf__h {
  overflow: hidden;
}
.tt__up {
  text-transform: uppercase;
}
.td__udl {
  text-decoration: underline;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding-bottom: 46px;
}
.top {
  padding-top: 16px;
  padding-bottom: 20px;
  background-color: #2f2f2f;
}
.top_location,
.top_mail,
.top_phone {
  font-family: Julius Sans One;
  font-size: 11px;
  line-height: 30px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  float: left;
}
.top_location {
  background-position: 0 6px;
  background-image: url(../images/icon_location.png);
  padding-left: 20px;
}
.top_mail {
  background-position: 0 7px;
  background-image: url(../images/icon_mail.png);
  margin-left: 89px;
  padding-left: 25px;
}
.top_phone {
  background-position: 0 7px;
  background-image: url(../images/icon_phone.png);
  margin-left: 42px;
  padding-left: 22px;
}
.top_socials {
  
  margin-top: 4px;
}
.top_socials a {
  padding-left: 14px;
  font-family: FontAwesome;
  font-size: 20px;
  color: #898989;
  text-decoration: none;
}
.top_socials a:first-child {
  padding-left: 0;
}
.top_socials a:hover {
  color: #aaaaaa;
}
.navigation {
  width: 100%;
  padding-top: 47px;
  height: 20px;
}
/* Main menu styles
========================================================*/
nav {
  float: right;
  right: 50%;
  position: relative;
}
.sf-menu {
  float: left;
  left: 50%;
  position: relative;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin-left: 58px;
}
.sf-menu > li:first-child {
  margin-left: 0;
  background-image: none;
}
.sf-menu > li:first-child a:before {
  display: none;
}
.sf-menu > li > a {
  display: inline-block;
  text-decoration: none;
  font-family: Julius Sans One;
  text-transform: uppercase;
  font-size: 14px;
  color: #6f6f6f;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  color: #eb674c;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:before {
  content: '';
  position: absolute;
  background-image: url(../images/nav_separator.png);
  background-repeat: no-repeat;
  top: 3px;
  left: -38px;
  pointer-events: none;
  width: 13px;
  height: 13px;
}
.sf-menu > li .sf-with-ul:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -3px;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
}
.sf-menu > li.current > a {
  color: #eb674c;
}
.sf-menu > li.sfHover > a {
  color: #eb674c;
}
.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: 23px;
  left: -27px;
  background: #2a2a2a;
  border-radius: 5px;
  padding-left: 10px;
  padding-top: 19px;
  padding-bottom: 19px;
  width: 113px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li {
  position: relative;
  line-height: 34px;
}
.sf-menu ul > li a {
  color: #fff;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}
.sf-menu ul > li a:hover {
  font-weight: bold;
}
.sf-menu ul > li .sf-with-ul {
  font-size: 14px;
}
.sf-menu ul > li.sfHover > a {
  font-weight: bold;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 2px;
  left: 104px;
  background: #eb674c;
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 0;
  width: 118px;
  z-index: 4;
}
.sf-menu ul ul li {
  line-height: 30px;
}
.sf-menu ul ul li a {
  font-size: 12px;
  color: #000;
}
.sf-menu ul ul li a:hover {
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  nav {
    width: 100%;
  }
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
}
.content_inset__1 {
  padding-bottom: 33px;
}
.content_inset__2 {
  padding-bottom: 84px;
}
.content_inset__3 {
  padding-bottom: 55px;
}
.content_inset__4 {
  padding-bottom: 0px;
}
.content_bg__1 {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(../images/page1_img17.jpg);
}
 .content_bg__4 {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(../images/page1_img18.jpg);
}
.content_bg__2 {
  background-color: #fbfbfb;
}
.content_bg__3 {
  padding-bottom: 55px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(../images/page3_img9.jpg);
}
.content_bg__5 {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(../images/page1_img19.jpg);
}
.content_bg__6 {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(../images/page1_img24.jpg);
}
.block-1_left,
.block-1_right {
  width: 500px;
  float: left;
  padding-top: 36px;
  padding-bottom: 22px;
  text-transform: uppercase;
}
.block-1_left {
  text-align: right;
}
.block-1_right {
  text-align: left;
}
.block-1_center {
  width: 170px;
  padding-top: 1px;
  padding-bottom: 29px;
  text-align: center;
  float: left;
  background-image: url(../images/page1_decoration1.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.block-2:hover {
  opacity: 0.7;
}
.block-2 img {
  width: 100%;
}
.block-3 {
  padding-top: 65px;
}
.block-4 {
  width: 50%;
  padding-bottom: 80px;
}
.block-4_content {
  height: 160px;
  padding-top: 33px;
  padding-left: 3px;
}
.block-4_nav li {
  display: inline-block;
  margin-right: 14px;
}
.block-4_nav li a:hover {
  opacity: 0.7;
}
.block-5 {
  padding-top: 55px;
}
.block-6 {
  padding-top: 45px;
}
.block-7 {
  width: 100%;
  height: 292px;
}
.block-8 {
  padding-bottom: 55px;
}
.block-9_nav li {
  display: inline-block;
}
.block-9_nav li a {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #dddddd;
  margin-right: 7px;
}
.block-9_nav li a:hover {
  background-color: #eb674c;
}
.block-9_nav li.selected a {
  background-color: #eb674c;
}
.block-10 {
  width: 50%;
}
.block-10_list {
  overflow: hidden;
  width: 100%;
  padding-bottom: 15px;
}
.block-10_list:before,
.block-10_list:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-10_list:after {
  clear: both;
}
.block-10_list li {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  width: 50%;
  float: left;
}
.block-10_list li:before {
  position: absolute;
  content: "";
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #eb674c;
  display: block;
  left: 0;
  top: 0;
}
.block-11 {
  width: 100%;
  position: relative;
}
.block-11_nav {
  text-align: center;
  position: relative;
  margin-top: -22px;
  padding-bottom: 27px;
}
.block-11_nav .nav {
  display: inline-block;
  position: relative;
}
.block-11_nav .nav li {
  float: left;
  font-family: Julius Sans One;
  font-size: 18px;
  line-height: 58px;
  color: #3d3d3c;
}
.block-11_nav .nav li a:hover {
  color: #eb674c;
}
.block-11_nav .nav li .selected {
  color: #eb674c;
}
.block-11_nav .nav li + li {
  margin-left: 57px;
}
.block-11_content a {
  overflow: hidden;
  float: left;
  display: block;
  position: relative;
  width: inherit;
}
.block-11_content a img {
  width: inherit;
  transition: opacity 0.5s ease;
}
.block-11_content a:hover .block-11_cover1 {
  opacity: 0.7;
}
.block-11_content a:hover .block-11_cover2 {
  opacity: 1;
}
.block-11_cover1 {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding-top: 120px;
  z-index: 2;
  transition: opacity 0.5s ease;
}
.block-11_cover2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0;
  padding-top: 160px;
  z-index: 3;
  transition: opacity 0.5s ease;
}
.block-12 p + div {
  padding-top: 40px;
}
.block-12 div {
  padding-bottom: 15px;
}
.blog {
  padding-bottom: 70px;
  font-size: 14px;
  line-height: 24px;
}
.blog_content {
  overflow: hidden;
}
.blog_time {
  font-family: Julius Sans One;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  width: 60px;
  text-align: center;
  background-color: #eb674c;
  margin-right: 40px;
  float: left;
  padding-top: 16px;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.blog_time__big {
  display: block;
  font-size: 30px;
  line-height: 22px;
  padding-bottom: 10px;
}
.btn1 {
  display: block;
  width: 101px;
  margin-top: 10px;
  text-align: center;
  line-height: 44px;
  background-color: #333333;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.btn1:hover {
  color: #fff;
  background-color: #eb674c;
}
.btn2 {
  display: block;
  width: 70px;
  text-decoration: none;
  color: #3d3d3c;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url(../images/arrow_right.png);
}
.btn2:hover {
  color: #eb674c;
}
.indents__1 {
  padding-top: 17px;
  padding-bottom: 20px;
  padding-left: 22px;
  padding-right: 22px;
}
.indents__2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.indents__3 {
  padding-top: 17px;
  padding-bottom: 20px;
  padding-left: 13px;
  padding-right: 13px;
}
.indents__4 {
  padding-top: 17px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.indents__5 {
  padding-top: 40px;
  padding-bottom: 15px;
}
.text__indent1 {
  padding-top: 47px;
}
.text__indent2 {
  padding-top: 62px;
}
.text__indent3 {
  padding-top: 34px;
}
.text__indent4 {
  padding-top: 55px;
}
.text__indent5 {
  padding-top: 28px;
}
.img__indent1 {
  margin-bottom: 28px;
}
.color1 {
  color: #eb674c;
}
.color2 {
  color: #3d3d3c;
}
.color3 {
  color: #8b8b8b;
}
.color4 {
  color: #191919;
}
.text1 {
  padding-top: 56px;
  padding-bottom: 24px;
  font-size: 80px;
  line-height: 58px;
}
.text2 {
  color: #8b8b8b;
  font-size: 10px;
  font-style: italic;
  line-height: 24px;
}
.text3 {
  display: block;
  line-height: 30px;
  font-size: 24px;
  font-family: Julius Sans One;
  text-transform: uppercase;
  color: #191919;
}
.text3__decorated {
  padding-top: 37px;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(../images/page1_decoration2.png);
}
.text3__big {
  font-size: 30px;
}
.text4 {
  padding-top: 115px;
  padding-bottom: 0;
  margin: 0;
  font-size: 40px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: Julius Sans One;
}
.text5 {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
}
.text6 {
  padding-top: 17px;
  padding-left: 0px;
  font-size: 18px;
  font-style: italic;
}
.text7 {
  font-size: 72px;
  line-height: 30px;
  color: #191919;
}
.text8 {
  line-height: 22px;
  font-size: 30px;
  font-family: Julius Sans One;
  text-transform: uppercase;
}
.text8__small {
  font-size: 18px;
}
.text9 {
  padding-top: 105px;
  padding-bottom: 0;
  line-height: 24px;
  text-transform: uppercase;
}
.text10 {
  padding-bottom: 19px;
  font-size: 48px;
  line-height: 22px;
  color: #eb674c;
}
.text11 {
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #3d3d3c;
  text-transform: uppercase;
}
.text12 {
  font-family: Julius Sans One;
  font-size: 16px;
  line-height: 24px;
  color: #eb674c;
  text-transform: uppercase;
}
.text13 {
  padding-top: 105px;
  font-size: 40px;
  line-height: 24px;
  text-transform: uppercase;
}
.text14 {
  font-family: Julius Sans One;
  font-size: 30px;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.text15 {
  padding-bottom: 10px;
  font-family: Julius Sans One;
  font-size: 18px;
  line-height: 18px;
  color: #080707;
  text-transform: uppercase;
}
.text16 {
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 16px;
}
.text16 a:first-child {
  color: #eb674c;
}
.text16 a:first-child:hover {
  color: #a5a5a5;
}
.text16 a:hover {
  color: #eb674c;
}
.text17 {
  font-family: Julius Sans One;
  font-size: 18px;
  line-height: 22px;
  color: #080707;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
}
.text18 {
  font-size: 14px;
  line-height: 24px;
}
.text19 {
  font-size: 15px;
  line-height: 22px;
  color: #3d3d3c;
  text-transform: uppercase;
}
.text20 {
  color: #8b8b8b;
  font-size: 13px;
  font-style: italic;
  line-height: 24px;
}
.text21 {
  display: block;
  line-height: 30px;
  font-size: 35px;
  font-family: Julius Sans One;
  text-transform: uppercase;
  color: #191919;
 }
 .text22 {
   color: #8b8b8b;
   font-size: 20px;
   font-style: italic;
   line-height: 24px;
}
/****Map****/
.map {
  overflow: hidden;
  bottom: 0;
  top: 0;
  padding-top: 6px;
}
.map figure {
  margin-bottom: 22px;
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 400px;
  max-width: 100%;
}
.address1 dd span {
  min-width: 80px;
  display: inline-block;
  text-align: left;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
}
#footer .privacy {
  text-align: center;
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Julius Sans One;
  text-transform: uppercase;
  color: #6d6d6d;
}
#footer .privacy a:hover {
  color: #ccc;
}
.footer_socials {
  margin-left: -19px;
  text-align: center;
}
.footer_socials a {
  padding-left: 19px;
  font-family: FontAwesome;
  font-size: 22px;
  color: #919191;
  text-decoration: none;
}
.footer_socials a:hover {
  color: #333333;
}
.logo__small {
  font-family: Pacifico;
  line-height: 30px;
  font-size: 36px;
  color: #3d3d3c;
  letter-spacing: 0.04em;
}
.logo__small:hover {
  color: #3d3d3c;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #d4d4d4;
  color: #2c2c2d;
  width: 43px;
  height: 43px;
  font-size: 26px;
  line-height: 43px;
  text-align: center;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #f0f0f0;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
  padding-top: 6px;
}
#contact-form .btn1 {
  margin-top: 25px;
}
#contact-form label {
  display: block;
  float: left;
  position: relative;
  display: inline-block;
  width: 379px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 47px;
}
#contact-form label + label {
  clear: both;
}
#contact-form label.message {
  margin-left: 0;
  width: 100%;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 18px;
  font-size: 13px;
  font-family: 'Ubuntu', sans-serif;
  padding: 12px 16px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  color: #a5a5a5;
  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'] {
  width: 100%;
  line-height: 18px;
  font-size: 13px;
  font-family: 'Ubuntu', sans-serif;
  padding: 8px 15px 8px;
  outline: none;
  color: #a5a5a5;
  height: 41px;
  border: 1px solid #dfe1e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-weight: 300;
  background: #f6f6f6;
}
/* 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 {
  width: 100%;
  line-height: 24px;
  font-size: 13px;
  font-family: 'Ubuntu', sans-serif;
  padding: 8px 15px 8px;
  outline: none;
  border: 1px solid #dfe1e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #a5a5a5;
  height: 318px;
  font-weight: 300;
  background: #f6f6f6;
  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;
}
/* 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/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: 'Ubuntu', sans-serif;
  font-size: 13px;
}
#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: 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;
  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;
  }
  #contact-form label {
    width: 100%;
    margin: 0 !important;
    clear: left;
  }
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .top_mail {
    margin-left: 15px;
  }
  .top_phone {
    margin-left: 15px;
  }
  .content_bg__3 {
    background-position: -400px 0;
  }
  .indents__2 {
    padding-left: 0;
    padding-right: 0;
  }
  .block-1_left,
  .block-1_right {
    width: 385px;
  }
  .block-10 {
    width: 75%;
  }
  .block-10_list li {
    font-size: 13px;
  }
  .block-10_list li:before {
    font-size: 13px;
  }
  .block-11_cover1 {
    padding-top: 70px;
  }
  .block-11_cover2 {
    padding-top: 80px;
  }
  .text7 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 979px) {
  h2 {
    line-height: 40px;
  }
  .top_socials {
    width: 100%;
    float: left;
  }
  .block-1_left,
  .block-1_right {
    width: 289px;
  }
  .block-4_nav img {
    width: 100px;
  }
  .block-10 {
    width: 75%;
  }
  .block-11_cover1 {
    padding-top: 120px;
  }
  .block-11_cover2 {
    padding-top: 160px;
  }
  .text7 {
    font-size: 50px;
  }
  .text8__small {
    font-size: 12px;
  }
  .text9 {
    line-height: 40px;
  }
  .text13 {
    line-height: 40px;
  }
  .blog img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .top_mail {
    margin-left: 0;
  }
  .content_bg__1 {
    background-image: none;
    background-color: #e6e6e6;
  }
  .content_bg__3 {
    background-image: none;
    background-color: #f2f5f4;
  }
    .content_bg__5 {
      background-image: none;
    background-color: #e6e6e6;
  }
    .content_bg__6 {
        background-image: none;
      background-color: #e6e6e6;
  }
  .block-1_left,
  .block-1_right,
  .block-1_center {
    width: 100%;
    text-align: center;
  }
  .block-2 img {
    width: 170px;
  }
  .block-4 {
    width: 100%;
  }
  .block-10 {
    width: 100%;
  }
  .block-10_list li {
    font-size: 11px;
  }
  .block-10_list li:before {
    font-size: 11px;
  }
  .block-7 {
    margin-top: 20px;
  }
  .block-11_cover1 {
    padding-top: 120px;
  }
  .block-11_cover2 {
    padding-top: 160px;
  }
  .block-11_nav {
    text-align: left;
  }
  .block-11_nav .nav li {
    float: none;
  }
  .block-11_nav .nav li + li {
    margin-left: 0;
  }
  .blog_content {
    overflow: inherit;
  }
  .text8__small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .top_location,
  .top_mail,
  .top_phone,
  .top_socials {
    padding-left: 25px;
  }
  .top_phone {
    margin-left: 0;
  }
  .text1 {
    font-size: 55px;
  }
  .text7 {
    font-size: 30px;
  }
  .block-4_content {
    height: 220px;
  }
  .block-4_nav img {
    width: 70px;
  }
  .block-10_list li {
    width: 100%;
    font-size: 13px;
  }
  .block-10_list li:before {
    font-size: 13px;
  }
  .block-11_content {
    width: 15px;
  }
  .block-11_cover1 {
    padding-top: 60px;
  }
  .block-11_cover2 {
    padding-top: 100px;
  }
}
/*Core variables and mixins*/
