<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Name: Rabbit
	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: 'Khand', sans-serif;
	background-color: #F2F2F2;
	-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;
}


.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.4);  
	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: #303440;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
} 

.loader-item {
  	position: absolute;
	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: #EB5054;
	border: 1px solid #EB5054;
	-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;
}

.loader-item {
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(19, 19, 19, 0.1);
  border-right: 1.1em solid rgba(19, 19, 19, 0.1);
  border-bottom: 1.1em solid rgba(19, 19, 19, 0.1);
  border-left: 1.1em solid  #FFFFFF;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
}

.loader-item, .loader-item:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-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: 35%;
	color:  rgba(255, 255, 255, 0.7);

}


.welcome-section  a.logo {
	display: block;      
}

.welcome-section .title a.logo img {
	outline: none;
	border: none;  
}


.welcome-section hr {
	top: 1.5em;
	margin-bottom: 3em;
	width: 20%;
}

hr {
	position: relative;
	display: block;
	border: 0;
	top: 4.5em;
	margin-bottom: 9em;
	height: 6px;
	border-top: solid 1px rgba(255, 255, 255, 0.7);
	border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}
	
hr:before,
hr:after {
	content: '';
	position: absolute;
	top: -8px;
	display: block;
	width: 1px;
	height: 21px;
	background: rgba(255, 255, 255, 0.7);			
}


hr:after {
	right: -1px;
}	


.welcome-section .actions {
		margin: 12.5em 50px 0 0;
		position: relative;
		list-style: none;
}

.welcome-section .actions:after {
		background: rgba(255, 255, 255, 0.7);
		content: '';
		height: 100vh;
		position: absolute;
		top: 100%;
		width: 1px;

}

.welcome-section .title h1 {
	font-size: 5.0em;
	margin-bottom: -20px;
	text-align: center;    
	color: #FFFFFF;
	font-family: 'Nordic', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	padding-top: 20px;
	text-transform: uppercase;
}

.welcome-section .title p {
	margin: 0px;
	padding-bottom: 20px;
	word-spacing: 1px;  
	line-height: 25px;
	font-size: 18px;
	font-family: "Khand", sans-serif;
	font-weight: 300;
}


.welcome-section .social-icons li {
	list-style:none;
	font-size: 17px;
	float: left;
	margin: 0 20px 0 0;
}

.welcome-section .social-icons li a {
	color: rgba(255, 255, 255, 0.7);
	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;
}

.welcome-section .social-icons li a:hover {
	color: rgba(236,240,241,1);
}


.welcome-section .social-icons {
 	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
 	padding: 2.5em 0 1.5em 0;
 	right: 0;
 	float: none;
}

.welcome-section .social-icons ul {
 	line-height: 0px;
	position: relative;
 	display: inline-block;
 	margin: 0;
 	border-left: solid 1px rgba(255, 255, 255, 0.7);
 	border-right: solid 1px rgba(255, 255, 255, 0.7);
 	padding-left: 22px;
}

.welcome-section .social-icons &gt; ul:before,
.welcome-section .social-icons  &gt; ul:after {
	content: '';
	display: block;
	width: 600%;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	height: 5px;
	border-top: solid 1px rgba(255, 255, 255, 0.7);
	border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}

.welcome-section .social-icons &gt; ul:before
			{
				left: 100%;
				margin-left: 1px;
			}
			
.welcome-section .social-icons &gt; ul:after
			{
				right: 100%;
				margin-right: 1px;
			}

.welcome-section .button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border: solid 1px rgba(255, 255, 255, 0.7);
		color: #FFF !important;
		cursor: pointer;
		display: inline-block;
		font-size: 1.2em;
		font-weight: 400;
		height: 3.00em;
		letter-spacing: 0.125em;
		line-height: 3.00em;
		padding: 0 3em;
		list-style: none;
		text-align: center;
		text-decoration: none;
		text-indent: 0.125em;
		text-transform: uppercase;
		white-space: nowrap;
	}


.welcome-section .button:hover {
	background-color: rgba(144, 144, 144, 0.22);
}

/* === 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: 7em;
     margin: 0 auto;
     line-height: 65px;
     display: inline-block;
     color: #FFFFFF;
     font-weight: 300;
     text-align: center;
     padding-top: 10px;
     padding-bottom: 10px;
}

.countdown div span {
	display:block;
    font-size: 19px;
    line-height: 35px;
}

.countdown div {
	display:inline-block;
    width:190px;
 	padding-top:12px; 
}

.countdown-section .fa-clock-o {
	font-size: 30px;
	color:#fff;
	margin-right: 5px;
}

.countdown-section h3 {
	color:#fff;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 50px;;
}

.border_clock {
    border-left: 1px solid rgba(255, 255, 255, 0.39);
}


/* === SERVICES === */

.services-section {
  height: auto;
  position: relative;
  color: #000000;
  text-align: justify;
 padding: 100px 0 100px;

}

.services-section h2 {
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  margin: 0px;
  padding-bottom: 25px;
  letter-spacing: 1px;
  background: url(../images/h1-bg.png) 50% 100% no-repeat;
  text-align: center;
  margin-bottom: 50px;
}

.services-box{
  text-align: left;
  color: #000;
}

.services-section i.fa {       
  background: rgba(22, 182, 234, 0);
  text-align: center;
  line-height: 75px;
  font-size: 35px;     
  border-bottom: none;
  color: #394F6F;
  margin: 10px 10px 15px auto;
  display: inline-block;
  float: left;
  border-radius: 50%;
  border: 2px solid #394F6F;
  height: 80px;
  width: 80px;
}

.services-section a:hover {
  border-bottom: 1px solid rgba(41,128,185,0.8);
}

.services-box span {
  float: left;
  margin-top: -8px;
}

.services-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #50547A;
}

.services-box p {
  text-align: left!important;
  margin-left: 55px;
}

.services-section p {
  word-spacing: 1px;
  line-height: 25px;
  font-size: 15px;
  color: #50547A;
  text-align: center;
  margin-bottom: 35px;
}


/* === ABOUT === */

.about-section {
  height: auto;
  position: relative;
  color: #000000;
  text-align: justify;
 padding: 100px 0 100px;

}

.about-section h2 {
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  margin: 0px;
  padding-bottom: 25px;
  letter-spacing: 1px;
  background: url(../images/h1-bg.png) 50% 100% no-repeat;
  text-align: center;
  margin-bottom: 50px;
}

.about-box{
  text-align: left;
  color: #000;
}


.about-section a:hover {
  border-bottom: 1px solid rgba(41,128,185,0.8);
}

.about-box img{
	width: 100%;
}

.about-box h3 {
  font-size: 19px;
  margin-bottom: 15px;
  color: #50547A;
  font-weight: 500;
}

.about-box p {
  text-align: left!important;
  color: #50547A;
}

.about-section p {
  word-spacing: 1px;
  line-height: 25px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 35px;
}


.about-section i.fa {     
  background: rgba(22, 182, 234, 0);
  text-align: center;
  line-height: 37px;
  font-size: 20px;     
  border-bottom: none;
  color: #394F6F;
  margin: 10px 10px 15px auto;
  display: inline-block;
  float: left;
  border-radius: 50%;
  border: 2px solid #394F6F;
  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:#394F6F;
	color:#fff;
	
}

.about-section li {
    list-style: none;
    float: left;
}

.about-section .social-icons {
	margin-left: -40px;
}


/* === EMAIL-SUBSCRIBE === */


.subscribe-section {
	padding: 100px 0 100px;
	color: #FFFFFF;         
	background: #303440;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	z-index: 999;
	border-bottom: 6px solid #393A4C;
	border-top: 6px solid #fff;
}


.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 2px rgba(255, 255, 255, 1);
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.subscribe .signup-button {
	width: 8%;
	height: 55px;
	border: none;
	outline: none;
	background: rgba(235, 80, 84, 1);
	position: relative;
	float: none;
	font-size: 16px;
	font-weight: 700;
	border: none;
	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 {
    background: rgba(235, 80, 84, 0);
    border: 2px solid rgba(255, 255, 255, 1);  
}

.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: 14px;
	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-size: 30px;
	font-weight: 600;
	text-align:left;
	display: block;
	margin-bottom: 50px;
		  padding-bottom: 25px;
  letter-spacing: 1px;
  background: url(../images/h1-bg-white.png) 50% 100% no-repeat;
  text-align: center;
  margin-bottom: 50px;
	text-transform: uppercase;
	color: #FFFFFF;
}



/* === 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;
	padding: 100px 0 100px;
	line-height: 25px;
	background: #EB5054;
	border-bottom: 6px solid #EC676C;
	border-top: 6px solid #fff;
}



.contact-section h2 {
	font-weight: 600;
	font-size: 30px;
	color: #FFFFFF;
	margin: 0px;        
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	  
	padding-bottom: 25px;
  letter-spacing: 1px;
  
	background: url(../images/h1-bg-white.png) 50% 100% no-repeat;
  text-align: center;
  
	margin-bottom: 50px;
}



.contact-section h3 {
	font-weight: 700;
	
	margin-top: 3px;
	margin-bottom: 40px;
	font-size: 19px;
}

.contact-box {
	text-align: left;
}

.contact-box p {
	font-size: 19px;
	text-align: left;
}

.contact-box-spacer {
	display: table-cell;
	width: 5%;
}

.contact-box.right {
	position: relative;
	margin-bottom: 0px;
}

.contact-box.left {
		margin-right: 50px;
}

.contact-box.left ul {
	list-style: none;
	line-height: 25px;
	margin-top: 40px;
	padding: 0px;
	text-align: left;
	position: relative;
}

.contact-box.left ul li {
	margin-top: 0px;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.81);
	font-size: 15px;
}

.contact-box.left ul li i.fa {
	margin-left: -48px;
	margin-right: 25px;
	color: #16b6ea;
}

.contact-box.left ul a {
	max-width: 100%;
}

.contact-box.right input[type='text'], .contact-box.right input[type='email'] {
	height: 50px;
	word-spacing: 1px;
	width: 45%;
	outline: none;
	border-radius: 0px;
	color: #FFFFFF!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[type='email'] {
    right: 20px;
    position: absolute;
}

.contact-box.right ::-webkit-input-placeholder { /* WebKit browsers */
    color:  #FFFFFF!important;
}



.contact-box.right .message-box {
	width: 100%;
	word-spacing: 1px;
	height: 40px;
	max-width: 100%;
	outline: none;
	border-radius: 0px;
	color: #FFFFFF!important;
	background-color: transparent;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	margin-bottom: 20px;
	margin-top: 20px;
	resize: vertical;
	-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: 2px solid #fff;  padding: 12px 20px 10px 20px;  background-color: rgba(255, 255, 255, 0);
	outline: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 0px;
	font-weight: 300;
	box-shadow: none;  color: #FFFFFF;
	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);
}

.contact-box a {
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	color: rgba(0, 0, 0, 0.81);
	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: 15px;
	border-bottom: 1px solid #FFF;    
}

.notification_ok {
	text-align: center;
	color: #FFFFFF;
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 17px;
	position: absolute;
	bottom: 6px;
}

.contact-box .error .email {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 21px;
    padding-left: 9px;
}

.contact-box .error .name {
    display: inline-block;
    position: absolute;
    left: 43.2%;
    padding-left: 8px;
    background: #EB5054;
}

.contact-box .error .message {
    text-align: right;
    display: inline-block;
    position: absolute;
    right:0;
    top: 105px;
    margin-right: 20px;

    padding-left: 9px;
}

.notification_ok i.fa.fa-check {
	color: #FFFFFF;
	padding-right: 5px;
}

label.error i {
	color: rgba(255, 255, 255, 1);
}

.contact-box .social-icons li {
	list-style:none;
	font-size:25px;
	margin-bottom: 15px;
}




/* === GOOGLE MAP === */
#google-container {
  position: relative;
  width: 100%;
  height: 400px;
  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;
}

#google-map .email {
	font-size: 16px;
	text-align:right;
	position: relative;
	top: -25px;
}

#zoom-in, #zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(235, 80, 84, 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: #EB5054;

}

#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: #808393;
	padding: 40px 0 20px;
	line-height: 25px;
	font-weight: 300;
	font-size: 16px;
	background: #303440;
}

.footer-container {
	width: 100%;
	display: table;
}

.footer-block {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	padding-top: 40px;
}

.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: #808393;
	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: #A5A8AD;
}

.map-container {
	border-bottom: 4px solid #EB432F;
	margin-top: -90px;
}

/* === RESPONSIVE CSS === */

@media all and (max-width: 1109px) {
	
	.contact-box-container {
		display: block;
		width: 100%;
	}
	
	.contact-box {
		width: 100%;
		display: block;
		margin-bottom: 10%;
	}
	
	.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: 42.0%;
}

	.notification_ok {
		bottom: 4px;
		font-size: 15px;
		margin-bottom: 0;
	}
	
}

@media all and (max-width: 989px) {

	.enteremail {
		margin-bottom: 10px;
		width: 100%;
}


	.contact-box.right input[type='submit'] {
		width: 100%;
	}

	.subscribe .signup-button {
		width: 100%;
	}
	
}


@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 {
		top: 10%;
	
		padding-left: 20px;
		padding-right: 20px;
}

	.welcome-section {
		padding-bottom: 460px;
	}
	
	.subscribe {
		height: 130px;
	}

	.services-section  {
		display: block;
	}
	
	.services-section .services-box {
		width: 100%;
		display: block;
		margin-bottom: 10%;
	}
	
	.services-section  .services-box:last-child {
		margin-bottom: 0px;
	}
	
	.services-section  .services-box-spacer {
		width: 0%;
	}
	

	.contact-section {
		padding-bottom: 40px;
	}

	.contact-box .error .name {
    left: 41.0%;
}


	
}


@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%;
	}

}



@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;
  }
}


</pre></body></html>