/*========================================================
                    Main layout styles
=========================================================*/






video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}












/* Flexible iFrame */

.Flexible-container {
	position: relative;
	padding-bottom: 35%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  color: #bab9b9;
  	background-image: url(../images/texture.jpg);
    background-repeat: repeat;
	
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
	color: #0066CC;
}
img {
  max-width: 100%;
}
.circle {
  border-radius: 50%;
}
.talign__right {
  text-align: right;
}
.talign__center {
  text-align: center;
}
.color-1 {
  color: #ffffff;
}
.color-2 {
  color: #000000;
}
.color-3 {
  color: #bab9b9;
}
.color-4 {
  color: #292929;
}
.color-5 {
  color: #99bf38;
}
.color-7 {
  color: #9fa6ae;
  
 } 
  .color-8 {
  color: #ffffff; 
    text-shadow: 2px 2px 6px #000;
	-webkit-text-stroke: 1px black;
  
}
.hover-color-5:hover {
  color: #99bf38;
}
.bg-color-1 {
  background-color: #ffffff;
}
.bg-color-4 {
  background-color: #292929;
}
.bg-color-5 {
	background-color: #FECC00;
}
.bg-img-1 {
  background: url(../images/bg_img1.jpg) 50% 0 no-repeat;
}
.bg-img-2 {
  background: url(../images/bg_img2.jpg) 50% 0 no-repeat;
}
.bg-img-3 {
  background: url(../images/bg_img3.jpg) 50% 0 no-repeat;
}
.bg-img-4 {
  background: url(../images/bg_img4.jpg) 50% 0 no-repeat;
}

.bg-img-5 {
  background: url(../images/bg_img5.jpg) 50% 0 no-repeat;
}
.bg-img-6 {
  background: url(../images/bg_img6.jpg) 50% 0 no-repeat;
}


/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  min-height: 386px;
  background: url(../images/header_bg.jpg) no-repeat;
}
.main-page #header {
  background: none;
}
.main-page h1 {
	top: 35%;
	alignment-adjust: central;
}
.header-navigation {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 999;
}
h1 {
	display: inline;
	position: absolute;
	z-index: 2;
	top: 15%;
	margin-left: -100px;
	left: 36%;
	font-family: 'Open Sans', sans-serif;
	font-size: 51px;
	line-height: 51px;
	font-weight: 600;
	letter-spacing: 0.072em;
	text-transform: uppercase;
	text-align: center;
	padding-top: 100px;
	padding-right: 56px;
	padding-bottom: 15px;
	padding-left: 56px;
	width: 380px;
	height: 150px;
	visibility: visible;
	background-image: url(../images/logo_bg-1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
h1 span {
  display: block;
  padding: 28px 0 0 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.38em;
  font-weight: 400;
}
h1 a:hover {
  color: inherit;
}
.header-slider {
  overflow: hidden;
}
.slider-box_wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}
#stuck_container {
  text-align: center;
}
.isStuck {
  background: #292929;
}
.isStuck .sf-menu {
  padding: 0;
  margin: 0;
}
.isStuck .sf-menu > li a {
  padding: 18px 0;
}
.isStuck .sf-menu ul {
  padding: 6px 0;
}
.isStuck .sf-menu ul > li a {
  padding: 5px 0;
}
/* superfish-menu styles
========================================================*/
.sf-menu {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: -15px;
  background-color: #8C3538;  /**********   MENU BACKGROUND COLOUR (top line)    ***********/
}
.sf-menu > li {
  float: left;
  position: relative;
  width: 25%;                    /**********   MENU BUTTON WIDTH    ***********/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu > li > a {
  display: inline-block;
  width: 100%;
  padding: 41px 0;
  color: #ffffff;
  background-color: #292929;
}
.sf-menu > li > a.sf-with-ul {
  color: #ffffff;
}
.sf-menu > li > a:hover {
	background-color: #8C3538; /**********   MENU BLOCKS COLOUR    ***********/
}
.sf-menu > li.current > a {
  background-color: #8C3538;  /**********    MENU ACTIVE BLOCKS COLOUR    ***********/
}
.sf-menu > li.sfHover > a {
  background-color: #8C3538;   /**********   MENU HOVER BLOCKS COLOUR    ***********/
}
.sf-menu > li + li {
  border-left: 1px solid #19191a;
}
.sf-menu a {

  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.sf-menu ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* first level sub-menu styles */
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  padding: 32px 0;
  background: #292929;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 7px 0;
  color: #ffffff;
}
.sf-menu ul > li > a:hover {
  color: #0098FD;
}
.sf-menu ul > li.sfHover > a {
  color: #0098FD;              
}
/* second level sub-menu styles */
.sf-menu ul ul {
  top: -3px;
  margin-left: 13px;
  left: 100%;
  width: 100%;
  padding: 27px 0;
  background-color: #8C3538;    /**********   MENU DROP DOWN TEXT COLOUR    ***********/
}
.sf-menu ul ul > li {
  position: relative;
}
.sf-menu ul ul > li a {
  color: #ffffff;
  

  
  
}
.sf-menu ul ul > li a:hover {
  color: #1F1B20;
}
.sf-menu ul ul:before {
  content: "";
  display: block !important;
  position: absolute;
  top: 13px;
  margin-left: -10px;
  border: 5px solid transparent;
  border-right: 5px solid #99bf38;
}
/* 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%;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
}
.content_map {
  position: relative;
  min-height: 347px;
  margin-bottom: 23px;
}
.content_map .google-map-api {
	position: absolute;
	left: -1px;
	right: 0;
	top: -5px;
	bottom: 0;
}
.content_map #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content_map iframe {
  width: 100%;
}
.content_map img {
  max-width: none !important;
}
.section__afterspace-1 {
	padding-bottom: 65px;
}
.section__afterspace-2 {
  padding-bottom: 77px;
}
.heading__beforespace-1 {
  padding-top: 121px;
}
.heading__beforespace-2 {
  padding-top: 110px;
}
.heading__beforespace-3 {
  padding-top: 84px;
}
.heading__afterspace-1 {
  padding-bottom: 25px;
}
.heading__afterspace-2 {
  padding-bottom: 37px;
}
.heading__afterspace-3 {
  padding-bottom: 57px;
}
.heading__afterspace-4 {
  padding-bottom: 63px;
}
.heading__afterspace-5 {
  padding-bottom: 28px;
}
.heading__afterspace-6 {
  padding-bottom: 42px;
}
.heading__afterspace-7 {
  padding-bottom: 17px;
}
.cbox {
  overflow: hidden;
}
.extension-1 {
  margin-top: 6px;
}
.extension-2 {
  margin-top: 6px;
  margin-right: 23px;
  float: left;
  width: 76px;
  padding: 23px 0;
  text-align: center;
}
.extension-3 {
  padding-bottom: 7px;
}
.extension-4 {
  padding-bottom: 39px;
  overflow: hidden;
}
.extension-4 img {
  float: left;
}
.extension-5 {
	padding-bottom: 20px;
}
.extension-5 img {
	border-top-width: 11px;
	border-top-style: solid;
	border-top-color: #8C3538;
}
.extension-6 {
  padding-bottom: 15px;
}
.extension-7 {
	padding-top: 21px;
}
.extension-8 {
  padding-bottom: 17px;
}
.extension-9 {
  padding-bottom: 24px;
}
.extension-10 {
  padding: 4px 0 24px;
}
.extension-11 {
  padding-bottom: 10px;
}
.extension-12 {
  padding-top: 27px;
}
.extension-13 {
  padding: 15px 0 10px;
}
.extension-14 {
  float: left;
  margin: 3px 10px 0 0;
  padding: 10px 0;
  width: 56px;
  text-align: center;
}
.extension-15 {
  padding-bottom: 25px;
}
.extension-16 {
  padding-bottom: 9px;
}
.extension-17 {
  padding: 0 0 10px 0;
}
.sequence-1 + .sequence-1 {
  padding-top: 27px;
}
.sequence-2 {
  padding-bottom: 15px;
}
.sequence-3 {
  padding-bottom: 42px;
}
.sequence-4 + .sequence-4 {
  padding-top: 19px;
}
.sequence-5:before,
.sequence-5:after {
  content: " ";
  display: table;
}
.sequence-5:after {
  clear: both;
}
.sequence-5 + .sequence-5 {
  padding-top: 43px;
}
.sequence-6:before,
.sequence-6:after {
  content: " ";
  display: table;
}
.sequence-6:after {
  clear: both;
}
.sequence-6 + .sequence-6 {
  padding-top: 22px;
}
.mbox-1 span + span {
  display: block;
  margin-top: -3px;
}
.mbox-2 span + span {
  display: block;
  padding-top: 5px;
}
.mbox-3 span + span {
	display: block;
	padding-top: 0;
	color: #333333;
}
.mbox-4:before,
.mbox-4:after {
  content: " ";
  display: table;
}
.mbox-4:after {
  clear: both;
}
.mbox-4_item-1 {
  float: left;
}
.mbox-4_item-2 {
  float: right;
}
.privacy-box_heading {
  padding-bottom: 16px;
}
.privacy-box_content + .privacy-box_heading {
  padding-top: 42px;
}
.privacy-box_link {
  display: block;
  padding-top: 31px;
}
/*---texts---*/
.text__thin {
  font-weight: 100 !important;
}
.text__light {
  font-weight: 300 !important;
}
.text__regular {
  font-weight: 400 !important;
}
.text__bold {
  font-weight: 700 !important;
}
.text__black {
  font-weight: 900 !important;
}
.text__upercase {
  text-transform: uppercase !important;
}
.text__italic {
  font-style: italic !important;
}
.text__underline {
  text-decoration: underline !important;
}
.text__spacing-1 {
	letter-spacing: -0.05em;
	color: #67b42a;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
}
.text-menu-1 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.text-slider-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 80px;
  line-height: 71px;
  font-weight: 300;
  text-transform: uppercase;
}
.text-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 70px;
  line-height: 60px;
  font-weight: 300;
  text-transform: uppercase;
}
.text-2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000000;
}
.text-3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 7px;
  font-weight: 400;
  text-transform: uppercase;
}
.text-4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	line-height: 15px;
	font-weight: 300;
	text-transform: uppercase;
	color: #00226B;
}
.text-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  text-transform: uppercase;
}
.text-6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.text-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.text-8 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	text-transform: uppercase;
	color: #333;
}
.icon-1 {
  font-size: 30px !important;
  line-height: 30px !important;
}
.icon-2 {
  font-size: 30px !important;
  line-height: 58px !important;
}
.icon-3 {
  font-size: 36px !important;
  line-height: 36px !important;
}
.btn-1 {
	display: inline-block;
	padding: 20px 24px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #0093FB;
}
.btn-1:hover {
	color: #ffffff;
	background-color: #007CEC;
}
.btn-1__size-2 {
  padding: 17px 20px;
}
.btn-1__size-3 {
  padding: 15px 28px;
}
.list-1 li {
	position: relative;
	padding: 0 0 0 25px;
	color: #38302E;
}
.list-1 li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #31353d;
  border-radius: 50%;
}
.list-1__indent-2 li {
  padding: 0 0 0 15px;
}
.gallery_item {
  position: relative;
  display: inline-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) url(../images/gall_expand.png) 50% 50% no-repeat;
}
.gallery_item:hover .overlayer {
  opacity: 1;
  filter: alpha(opacity=100);
}
.address-1 dt {
  padding-bottom: 16px;
}
.address-1 dd span {
  display: inline-block;
  min-width: 78px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  overflow: hidden;
  text-align: center;
}
.fbox-1 {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	color: #FFFFFF;
}
.fbox-1_extension {
  padding: 82px 0 26px 0;
}
.fbox-2 {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #FFFFFF;
}
.fbox-3 {
  padding: 21px 0 86px 0;
}
.logo-small {
  display: inline-block;
  padding: 49px 34px 33px;
  margin-top: 70px;
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 0.072em;
  text-transform: uppercase;
  text-align: center;
  background: url(../images/logo_bg-2.png) no-repeat;
}
.logo-small span {
  display: block;
  padding: 18px 0 0 0;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 0.38em;
  font-weight: 400;
}
.logo-small a:hover {
  color: inherit;
}
.socials-1_item {
  display: block;
  height: 58px;
  width: 58px;
  text-align: center;
}
.socials-1_item + .socials-1_item {
  margin-left: 11px;
}
.socials-1_item:hover {
  color: inherit;
  background: #99bf38;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles =======================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  color: #8C3538;
  font-size: 45px;
  line-height: 79px;
  text-align: center;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #aaaaaa;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  padding: 0 0 0 0;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#contact-form .contact-form_btn {
  overflow: hidden;
  width: 100%;
  text-align: right;
  padding-top: 33px;
}
#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: 0;
  width: 100%;
  position: relative;
}
#contact-form fieldset {
  border: none;
  width: 100%;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 0 0 15px;
  font-weight: 400;
  color: #bab9b9;
  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: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 12px;
  border: 1px solid #eaeaea;
  font-weight: 400;
  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: #bab9b9;
  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: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 12px;
  border: 1px solid #eaeaea;
  font-weight: 400;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 243px;
  font-weight: 300;
  color: #bab9b9;
  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;
}
@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;
  }
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .camera_prev {
    margin-left: -375px !important;
  }
  .camera_next {
    margin-right: -375px !important;
  }
  .extension-4 img {
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 979px) {
  .isStuck {
    position: static !important;
  }
  .content_map {
    min-height: 287px;
  }
  .text-7 {
    font-size: 12px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .camera_prev {
    margin-top: 140px !important;
    margin-left: -75px !important;
  }
  .camera_next {
    margin-top: 140px !important;
    margin-right: -75px !important;
  }
  .section__afterspace-1,
  .section__afterspace-2 {
    padding-bottom: 40px;
  }
  .heading__beforespace-1,
  .heading__beforespace-2,
  .heading__beforespace-3 {
    padding-top: 40px;
  }
  .heading__afterspace-1,
  .heading__afterspace-2,
  .heading__afterspace-3,
  .heading__afterspace-4,
  .heading__afterspace-5,
  .heading__afterspace-6,
  .heading__afterspace-7 {
    padding-bottom: 20px;
  }
  .slider-box_wrapper {
    top: 55%;
  }
  .extension-1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .extension-5 {
    padding-bottom: 25px;
  }
  .extension-7 {
    padding-top: 20px;
  }
  .sequence-2 {
    padding-bottom: 40px;
  }
  .fbox-1 {
    padding: 0 0 20px 0;
  }
  .fbox-1_extension {
    padding: 40px 0 20px 0;
  }
  .fbox-2 {
    padding: 40px 0 10px 0;
  }
  .fbox-3 {
    padding: 15px 0 50px 0;
  }
  .logo-small {
    margin-top: 25px;
  }
  .text-slider-1 {
    font-size: 38px;
    line-height: 38px;
  }
  .text-1 {
    font-size: 64px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-box_wrapper {
    top: 58%;
  }
  .extension-4 img {
    max-width: 100%;
  }
  .text-1 {
    font-size: 40px;
    line-height: 40px;
  }
  .text-2 {
    font-size: 25px;
    line-height: 40px;
  }
}
