/*
  Name: Woodsman
  Description: Responsive Coming Soon Page
  Version: 1.0
  Author: MountainTheme
  This template and more are available to purchase on Themeforest.net
  http://themeforest.net/user/MountainTheme
*/



/* === GENERAL === */


html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Exo', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

a, a:hover, a:active, a:focus {
  outline: 0;
  border: 0;
  text-decoration: none;
}

.padbottom10 {
	padding-bottom: 10px !important;
}
.paddingtop10 {
	padding-bottom: 10px !important;
}

.backstretch:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-image: url('../images/overlay.png');   
	background-repeat: repeat;   
	/* background-color: rgba(0, 0, 0, 0.1); */  
	bottom: 0;
	z-index: 100;
}


.mbYTP_wrapper:after {
  content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('../images/overlay.png');   
    background-repeat: repeat;   
    background-color: rgba(0, 0, 0, 0.4);    
  z-index: 100;
}

.mb_YTVPBar {
  display: none !important;
}


#page-loader {
    background-color: #FFFFFF;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
} 

.loader-item {
    position: absolute;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  top: 50%;
  left: 50%;
}


.noscript {
  position: relative;
  padding: 20px;
  background-color: rgba(233,233,233,0.2);
  margin:0 auto;
  text-align: center;
  color: rgba(233,233,233,0.8);
}



.player-controls {
  float: right;
  position: relative;
  top: 70px;
}

.player-controls a {
  background: none;
  color: white;
  outline: none;
  width: 30px;
  margin:5px;
  border: 1px solid #F8F8F8;
  border-radius: 50%;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.player-controls a:hover {
  background: #24B7A4;
  border: 1px solid #24B7A4;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}



@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-clock-o {
  -webkit-animation: fa-spin 9s infinite linear;
  animation:fa-spin 9s infinite linear;
}



::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFFFFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FFFFFF;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #FFFFFF;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:  #FFFFFF;
}



/* === WELCOME === */

.welcome-section {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 999;
  text-align: center;
}

.welcome-section .title {
  width: 100%;
  height: auto;
  position: absolute;
  top: 15%; /*21%*/
  color: rgba(255, 255, 255, 1);
}

.welcome-section  a.logo {
  display: block;      
}

.welcome-section .title a.logo img {
  outline: none;
  border: none;  
}


.welcome-section .title h1 {
  font-size: 2.5em;
  text-align: center;    
  color: #FFFFFF;
  font-weight: 400;
  padding: 20px;
  text-transform: uppercase;
  font-family: 'Aldrich', sans-serif;
}

.welcome-section .title p {
    padding: 15px 0 5px;
    margin: 0px;
    font-weight: 400;
    font-size: 1.1em;
    margin-top: -40px;
    margin-bottom: 15px;
    word-spacing: 1px;
}


.welcome-section .arrow {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -webkit-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -moz-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -o-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
}

.arrow i.fa {
  font-size: 9px;
  cursor: pointer;
}

.arrow a {
  color: #ffffff;  font-size: 15px;  
  width: 22px;  
  border: 2px solid rgba(255, 255, 255, 0.6);  border-radius: 10px;  
  height: 36px;  display: inline-block;  line-height: 42px;
  position: relative;
  bottom: 20px;
}



@-webkit-keyframes wobbleArrow
{
  0% 
  {
   bottom: 40px;
  }
  100% 
  { 
   bottom: 50px; 
  }
}



/* === COUNTDOWN === */

.countdown-section {
  height: auto;
  position: relative;
  color: #000000;
  text-align: center;
  padding: 100px 0 100px;
  background: #EB5054;
  border-bottom: 6px solid #EC676C;
}


.countdown {
     font-size: 2.8em;
     margin: 0 auto;
     line-height: 50px;
     display: inline-block;
     color: #FFFFFF;
     font-weight: 400;
     text-align: center;
     padding-top:30px;
     margin-left: 60px;
}
.count-block {
 width:800px;
 height:200px;
 margin:0 auto;
}
.countdown div span {
  display:block;
    font-size: 14px;
    line-height: 7px;
      font-weight: 400;
       
}

.countdown div {
  margin-right: 60px;
  display:inline-block;
    width:120px;
      height: 120px;
  padding-top:14px;
  padding-left:7px; 
  font-family:'Aldrich', sans-serif;
}

.date-timer {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.box-timer {
    width: 120px;
  height: 120px;
  border: 1px solid #fff;

  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/**
 *  This element is created inside your target element
 *  It is used so that your own element will not need to be altered
 **/
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

/**
 *  This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
    position: absolute;
    text-align: center;
}

/**
 *  Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #eee;
    font-weight: 200;
}

/**
 *  Time numbers, ie: 12
 **/
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 300%;
    margin-top: 0.5em;
    font-weight: 400;
    color: #fff;
}



/* === SERVICES === */

.about-section {
  height: auto;
  position: relative;
  color: #000000;
  text-align: justify;
 
  padding: 100px 0 100px;

}

.about-section h2 {
  font-weight: 500;
  font-size: 25px;
  color: #000000;
  margin: 0px;
  text-align: left;
  margin-left: 30px;    padding-left: 10px;    border-left: 9px solid #EDEDED;
  margin-bottom: 50px;
  letter-spacing: -1px;
  font-family: 'Aldrich', sans-serif;
}


.services-section i.fa {       
  background: rgba(22, 182, 234, 0);
  text-align: center;
  width: 160px;    
  height: 160px;
  font-size: 50px;     
  line-height: 160px;
  border-bottom: none;
  color: #FFFFFF;
  display: inline-block;
    text-shadow: rgb(40, 181, 162) 1px 1px,
    rgb(40, 181, 162) 2px 2px,
    rgb(40, 181, 162) 3px 3px,
    rgb(40, 181, 162) 4px 4px,
    rgb(40, 181, 162) 5px 5px,
    rgb(40, 181, 162) 6px 6px,
    rgb(40, 181, 162) 7px 7px,
    rgb(40, 181, 162) 8px 8px,
    rgb(40, 182, 163) 9px 9px,
    rgb(40, 183, 164) 10px 10px,
    rgb(40, 185, 165) 11px 11px,
    rgb(41, 186, 167) 12px 12px,
    rgb(41, 188, 168) 13px 13px,
    rgb(41, 189, 169) 14px 14px,
    rgb(42, 191, 171) 15px 15px,
    rgb(42, 192, 172) 16px 16px,
    rgb(42, 193, 173) 17px 17px,
    rgb(42, 195, 174) 18px 18px,
    rgb(43, 196, 176) 19px 19px,
    rgb(43, 198, 177) 20px 20px,
    rgb(43, 199, 178) 21px 21px,
    rgb(44, 201, 180) 22px 22px;

}

i.fa.fa-bullhorn.fa-fw {}
.services-box span:before {
   width: 0;
    
   height: 0;
    
   border-left: 75px solid transparent;
    
   border-right: 75px solid transparent;
    
   border-top: 120px solid #A9B8CB;
     
}
.about-section a:hover {
  border-bottom: 1px solid rgba(41,128,185,0.8);
}

.services-box span {
  background: #2CC9B4;
  margin: 0 auto;
  display: block;
     
  width: 160px;
    
   
  height: 160px;
border-radius: 50%;  
  -o-border-radius: 50%;  
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%;
}

.services-box h3 {
  font-size: 16px;
  color: #303440;
  display: block;
  margin-top: 45px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.services-box h3:after {
    font-size: 13px;
  display: block;
  content: '//';
  letter-spacing: -0.05em;
  text-align: center;
    margin: 13px 0px;
}

.services-box p {
  text-align: center!important;
}

.about-section p {
  line-height: 25px;
  font-size: 14px;
  color: #303440;
  text-align: center;
  margin-bottom: 35px;
  display: inline-block;
  word-spacing: 1px;
}


/* === ABOUT === */

.about-section {
  height: auto;
  position: relative;
  color: #000000;
  text-align: justify;
 
  padding: 100px 0 100px;

  background: #FAFBFF;
}

.about-section h2 {
  font-weight: 500;
  font-size: 25px;
  color: #303440;
  margin: 0px;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 10px;
  border-left: 9px solid #303440;
  font-family: 'Aldrich', sans-serif;
}

.about-box{
  text-align: center;
  color: #000;
}


.about-section a:hover {
  border-bottom: 1px solid rgba(41,128,185,0.8);
}

.about-box img{
  width: 65%;
}

.about-box h3 {
  font-size: 16px;
  color: #303440;
  font-weight: 600;
  padding-top: 20px;
}



.about-box h3:after {
    font-size: 13px;
  display: block;
  content: '//';
  letter-spacing: -0.05em;
  text-align: center;
    margin: 13px 0px;
}

.about-box p {
  color: #303440;
}

.about-section p {
  word-spacing: 1px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
}


.about-section i.fa {     
  background: #303440;
  text-align: center;
  line-height: 37px;
  font-size: 15px;     
  border-bottom: none;
  color: #FFFFFF;
  margin: 10px 10px 15px auto;
  display: inline-block;
  float: left;
  border-radius: 50%;
  border: 2px solid #232730;
  height: 40px;
  width: 40px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}


.about-section i.fa:hover {
  background: #2CC9B4;
  color:#fff;
  
  border: 2px solid #2CC9B4;
}

.about-section li {
    list-style: none;
    float: left;
}

.social-icons {
  margin-left: -32px;
  display: inline-block;
}


/* === EMAIL-SUBSCRIBE === */


.subscribe-section {
  padding: 100px 0 100px;
  color: #FFFFFF;         
  background: #242831;
  text-align: center;
  z-index: 999;
}


.enteremail {
  height: 55px;
  word-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  width: 39%;
  outline: none;     
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px rgba(255, 255, 255, 1);
  color: #FFFFFF;
  border-right: none;
  font-size: 13px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.subscribe .signup-button {
  outline: none;
  border: none;
  border: 1px solid;
  height: 55px;
  width: 65px;
  padding-left: 10px;
  padding-right: 10px;
  left: -4px;
  top: 1px;
  background: rgba(44, 201, 180, 0);
  position: relative;
  float: none;
  font-size: 17px;
  cursor: pointer;
  z-index: 100;     
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;       

}

.subscribe .signup-button:hover {
   
    color: #fff;
    background: #2CC9B4;
}

.signup-button.signup-button-error {
  background-color: rgba(231, 76, 60,0.6);
  color: #ecf0f1;
}

.signup-button.signup-button-error:hover {
  background-color: rgba(231, 76, 60,0.6);
  color: #ecf0f1;
}

.signup-button.signup-button-success {
  background-color: rgba(26,188,156,0.8);
  color: transparent;
}

label.subscribe-message {
  height: 2.5em;
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 13px;
  float: none;
  top: 0;
  display: block!important;
  font-weight: 300;
}

label.subscribe-message.error {
  text-align: center;
  margin-left: -15px;
}

.subscribe-message i.fa.fa-check {
  padding-top: 15px;
}

.subscribe-section h2 {
   font-weight: 500;
  
   font-size: 25px;
  color: #FFFFFF;
  margin: 0px;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 10px;
  border-left: 9px solid #FFFFFF;
  font-family: 'Aldrich', sans-serif;
}

.subscribe-section label.error i {
  color: #fff;
}

/* === CONTACT === */

.contact-box-container {
  width: 100%;
  display: table;
  margin-top: 35px;
}

.contact-section {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2000;
  color: #000;
  text-align: center;
  line-height: 25px;

}

.contact-section .col-md-6 {
  min-height: 0px; 
}


.contact-section h2 {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  margin: 0px;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 50px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 9px solid #EDEDED;
  font-family: 'Aldrich', sans-serif;
}



.contact-section h3 {
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 40px;
  font-size: 16px;
}

.contact-box {
  text-align: left;
  margin-right: 60px;
  margin-top: 30px;
  line-height: 25px;
  font-family: 'Exo', sans-serif;
}

.contact-box p {
  font-size: 15px;
  text-align: left;
}

.contact-box-spacer {
  display: table-cell;
  width: 5%;
}

.contact-box.right {
  position: absolute;
  margin-bottom: 0px;
  top: -320px;
  background: #FFF;
  padding: 20px 20px 15px 20px;
  width: 100%;
  z-index: 9999;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #B5B6BB;
}


.contact-box.left ul {
  list-style: none;
  line-height: 25px;
  margin-top: 40px;
  padding: 0px;
  text-align: left;
  position: relative;
}

.contact-box.left h3 {
  margin-bottom: -20px;
}

.contact-box.left ul li {
  margin-top: 0px;
  font-weight: 300;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
}

.contact-box.left ul li i.fa {
  margin-right: 15px;
  color: #24B7A4;
  margin-bottom: 15px;
}

.contact-box.left ul a {
  max-width: 100%;
}

.contact-box.right input[type='text'] {
    height: 50px;
  padding: 15px;
  word-spacing: 1px;
  
    width: 48.5%;
  outline: none;
  border-radius: 0px;
  color: #000000!important;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s!important;  
  -moz-transition: all 0.3s!important;  
  transition: all 0.3s!important;
}

 .contact-box.right input#email {
  height: 50px;
  padding: 15px;
  word-spacing: 1px;
  width: 45%;
  outline: none;
  border-radius: 0px;
  color: #000000!important;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s!important;  
  -moz-transition: all 0.3s!important;  
  transition: all 0.3s!important;
}

.contact-box.right input#email {
    right: 20px;
    position: absolute;
}


.contact-box.right ::-webkit-input-placeholder { /* WebKit browsers */
   color:  rgba(0, 0, 0, 0.81)!important;
}
.contact-box.right :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:  rgba(0, 0, 0, 0.81)!important;
   opacity:  1;
}
.contact-box.right ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:  rgba(0, 0, 0, 0.81)!important;
   opacity:  1;
}
.contact-box.right :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:  rgba(0, 0, 0, 0.81)!important;
}



.contact-box.right .message-box {
  width: 100%;
  word-spacing: 1px;
  height: 100px;
  max-width: 100%;
  padding: 15px;
  outline: none;
  border-radius: 0px;
  color: #000000!important;
  background-color: transparent;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  margin-bottom: 10px;
  resize: none;
  -webkit-transition: all 0.3s!important;  
  -moz-transition: all 0.3s!important;  
  transition: all 0.3s!important;
}



.contact-box.right input[type='submit'] {  
word-spacing: 1px;
  line-height: 26px; 
   padding: 0;  
   width: auto;
  float: right;
    
border: 1px solid #24B7A4;  
    padding: 12px 20px 10px 20px;  
    background-color: #24B7A4;
  outline: none;
  display: inline-block;
    
/* text-transform: uppercase; */  
font-size: 14px;
  border-radius: 0px;
  font-weight: 300;
  box-shadow: none;  
  float: left; 
   color: #FCFCFC;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.contact-box.right input[type='submit']:hover {    
    color: #676767;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #EDEDED;
}

.contact-box a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: rgba(0, 0, 0, 1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.contact-box a:hover {
  color: black;
}

.contact-response {
  display: inline-block;
  opacity: 0;
  float: right;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.contact-form-input {
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 13px;
  border: 1px solid #EDEDED;    
}

.notification_ok {
  text-align: center;
  color: #000000;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.contact-box .error .email {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 32px;
    top: 38px!important;
    padding-left: 5px;
}

.contact-box .error .name {
    display: inline-block;
    position: absolute;
    left: 43.1%;
    top: 38px;
    padding-left: 5px;
}

.contact-box .error .message {
    text-align: right;
    display: inline-block;
    position: absolute;
    bottom: 95px;

    right: 30px;
    padding-left: 5px;
}

.notification_ok i.fa.fa-check {
  color: #000000;
  padding-right: 5px;
}

label.error i {
  color: #24B7A4;
}

.contact-box .social-icons li {
  list-style:none;
  font-size:25px;
  margin-bottom: 15px;
}




/* === GOOGLE MAP === */
#google-container {
  position: relative;
  width: 100%;
  height: 650px;
  background-color: #e7eaf0;
}

#google-map {
  position: relative;
}
#google-map .contact-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(235, 80, 84, 0.9);
  color: white;
  margin-bottom: 0;
  letter-spacing: 1px;
  height: 55px;
}

#google-map address .fa-map-marker, .phone i, .email i  {
  padding-right:10px;
}

#google-map address {
  margin-bottom:0;
  font-size: 16px;
  position: relative;
  top: 20px;
}

#google-map .phone {
  font-size: 16px;
  text-align:center;
  position: relative;
  top: -3px;
}


#zoom-in, #zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(36,183,164, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/icon-controller.svg");
    transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
 #zoom-in:hover, #zoom-out:hover {
  background-color: #24B7A4;

}

#zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}

#zoom-out {
  background-position: 50% -32px;
}


/* === FOOTER === */

.footer-section {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2000;
  color: #FFFFFF;
  padding: 40px 0 20px;
  font-weight: 300;
  font-size: 14px;
  background: #242831;
}

.footer-container {
  width: 100%;
  display: table;
}

.footer-block {
  display: table-cell;
  vertical-align: middle;
  padding: 1px 0 15px 15px;
}

.footer-block:last-child {
  text-align: right;
}




.footer-block-middle {
  
  text-align: center;
}

.footer-spacer {
  display: table-cell;
  width: 2.5%;
}

.footer-section a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.footer-section a:hover {
  color: #D5D5D5;
}


.footer-section .footer-social {
  margin: 5px;
}

.social-icon-white {
  margin: 5px;
  color: #FFFFFF;
  font-size: 14pt;
}




/* === RESPONSIVE CSS === */

@media all and (max-width: 1109px) {
  
  .contact-box-container {
    display: block;
    width: 100%;
  }
  
  .contact-box {
    width: 100%;
    display: block;
  
}
  
  .contact-box-spacer {
    width: 0%;
    height: 0%;
  }
  
  .footer-container {
    display: block;
    width: 100%;
  }
  
  .footer-block {
    width: 100%;
    display: block;
    text-align: center !important;
  }
  
  .footer-block:last-child {
    margin-bottom: 0px;
  }
  
  .footer-spacer {
    width: 0%;
    height: 0%;
  }
  .contact-box .error .name {
    left: 41.5%;
}


  
  .about-box {
    width: auto;
    height: auto;

  }

  .about-section .social-icons {
     left: 20%;
}

  
}

@media all and (max-width: 989px) {

  .enteremail {
    margin-bottom: 10px;
    width: 100%;
    border-right: solid 1px rgba(255, 255, 255, 1);
}


  .contact-box.right input[type='submit'] {
    width: 100%;
  }

  .subscribe .signup-button {
    width: 100%;
  
    left: 0;
}

  .contact-box.right {
    /* top:0; */
    left:0;
    right:0;
  }

  .about-box {
    margin: 0 auto;
  
    margin-bottom: 20px;
}


  .about-section .social-icons {
      left: 22%;
}
.contact-box .error .name {
    left: 44.4%;
}
    .notification_ok {
    font-size: 15px;
    top: -30px;
    left: 0;
    background: #fff;
    width: 100%;
    padding-top: 12px;
}
}


@media all and (max-width: 700px) {

  .contact-section h2 span, .about-section .about-container .about-box h2 span {
    padding-top: 20px;
    display: inline-block;
  }

  .welcome-section .title {
  
    padding-left: 20px;
    padding-right: 20px;
}

  .welcome-section {
    padding:0;
    font-size: 11px;
}
  
.welcome-section .title a.logo img {
  width:40%!important;

}

.welcome-section .title p {
  padding-bottom:0px;
}

.welcome-section .title h1 {
  padding:15px;
}

.welcome-section .countdown {
  font-size:29px;
  padding:0;
}



.welcome-section .box-timer {
  width:0px;
  height:0px;
  border:none;

}

  .subscribe {
    height: 130px;
  }

  .about-section  {
    display: block;
  }
  
  .about-section .services-box {
    width: 100%;
    display: block;
    margin-bottom: 10%;
  }
  
  .about-section  .services-box:last-child {
    margin-bottom: 0px;
  }
  
  .about-section  .services-box-spacer {
    width: 0%;
  }
  

 

  .contact-box .error .name {
    left: 43.5%;
}


  
}


@media (max-width: 640px) {

  .contact-box .social-icons li {
    float: left;
    margin: 10px;
    font-size: 15px;
  }
    #google-map .contact-info {
    height: 95px;
    padding-top: 40px;
  }

  #google-map .phone, #google-map .email {
    position: absolute;
  }

  .welcome-section .title a.logo img {
    width: 100%;
  }

   .contact-box .error .name {
    left: 40.5%;
}


}



@media only screen and (min-width: 768px) {
  #zoom-in, #zoom-out {
    margin-left: 50px;
  }
}


@media only screen and (min-width: 768px) {
  #zoom-in {
    margin-top: 50px;
  }
}


