/*


    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Countdown
     4. Services
     5. Subscribe
     6. Contact
     7. Google map
     8. Footer
     9. Responsive CSS
*/


/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */



.page-loader {
	background: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999;
}

.loader-icon {
	top: 50%;
    left: 50%;
    right: 0;
    position: absolute;
    margin: -20px 0 0 -20px;
    bottom: 0;
}

.backstretch:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url('../images/overlay.png'); 
	background-color: rgba(95,96,96,0.4);
	z-index: 1;
}

.mbYTP_wrapper:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url('../images/overlay.png'); 
	background-color: rgba(95,96,96,0.4);
	z-index: 1;
}


.player-controls {
	position: absolute;
	top: 190px;
	right: 25%;
}

.player-controls a {
	background: none;
	color: #fff!important;
	outline: none;
	width: 30px;
	margin:5px;
	border: 1px solid #F8F8F8;
	border-radius: 50%;
	height: 30px;
	line-height: 28px;
    text-decoration: none!important;
	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: #16b6ea;
	color: #fff;
	text-decoration: none!important;
	border: 1px solid #16b6ea;
	-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;
}


/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */

header {
	text-align:center;
	overflow: hidden;
	width: 100%;
}

.welcome {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 400px;
}

header h1 {
	font-size: 1.6em;
	color:#fff;
	font-weight: 300;
	letter-spacing: 3px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: "Open Sans", sans-serif;
}


header .mouse {
  margin-left: -20px;
  position: absolute;
  text-align: center;
  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;
}

header .mouse a {
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  bottom: -230px;
  line-height: 33px;
  font-size: 12px;
  text-align: center;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.3);
}



@-webkit-keyframes wobbleArrow
 {
 from   { 

 bottom: 40px; 

 }
 to { 

 bottom: 50px; 

 }
 }


/* ================================= */
/* :::::::::: 3. Countdown ::::::::: */
/* ================================= */



/* ================================= */
/* :::::::::: 4. Services :::::::::: */
/* ================================= */

.services {
	padding: 150px 0 150px;
	background-color: #fff;
	z-index: 10;
	text-align:center;
}

.services .icon i.fa {
	height: 175px;  
	width: 175px;  
	line-height: 175px; 
	max-width: 100%;  
	background: #16b6ea;
	position: relative;
	margin: 0 auto;
	display:block;
	font-size: 55px;
	border-radius: 50%;  
	-o-border-radius: 50%;  
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%;
	border-bottom: none;
	color: rgba(255, 255, 255, 1);
	margin: 0 auto 45px auto;
	text-shadow: rgb(19, 155, 199) 1px 1px,     
	rgb(19, 155, 199) 2px 2px,      
	rgb(19, 155, 199) 3px 3px,      
	rgb(19, 155, 199) 4px 4px,      
	rgb(19, 155, 199) 5px 5px,      
	rgb(19, 155, 199) 6px 6px,     
	rgb(19, 155, 199) 7px 7px,      
	rgb(19, 155, 199) 8px 8px,      
	rgb(19, 155, 199) 9px 9px,      
	rgb(19, 155, 199) 10px 10px,      
	rgb(19, 155, 199) 11px 11px,      
	rgb(19, 155, 199) 12px 12px,      
	rgb(19, 156, 200) 13px 13px,      
	rgb(19, 158, 202) 14px 14px,      
	rgb(19, 159, 204) 15px 15px,      
	rgb(19, 161, 206) 16px 16px,      
	rgb(19, 162, 208) 17px 17px,      
	rgb(20, 164, 210) 18px 18px,      
	rgb(20, 165, 212) 19px 19px,      
	rgb(20, 167, 214) 20px 20px,      
	rgb(20, 168, 216) 21px 21px,      
	rgb(20, 170, 218) 22px 22px,      
	rgb(20, 171, 220) 23px 23px,      
	rgb(21, 173, 222) 24px 24px,      
	rgb(21, 174, 224) 25px 25px,      
	rgb(21, 176, 226) 26px 26px,      
	rgb(21, 177, 228) 27px 27px,      
	rgb(21, 179, 230) 28px 28px,      
	rgb(21, 180, 232) 29px 29px,      
	rgb(22, 182, 234) 30px 30px;
}

.services h2 {
	font-weight:600;
	font-size: 15px;
	text-align:center;
    letter-spacing: 1px;
	word-wrap: break-word;
	text-transform: uppercase;
	font-family: "iceberg", sans-serif;
}

.services h2:after {
	content: " ";  
    border: solid 2px #16b6ea;  
    display: block;  
    width: 35px;  
    margin: 20px auto;
}

.services p {
	text-align:center;
	font-size: 13px;
	word-spacing: 1px;
	line-height: 25px;
	padding-top:5px;
	color: #8c9398;
}


/* ================================= */
/* :::::::::: 5. Subscribe ::::::::: */
/* ================================= */

.subscribe {
	padding: 80px 0 40px;
	z-index: 10;
	background-color: #111;
	z-index: 10;
}

.subscribe h2 {
	font-size: 20px;
	font-weight: 300;
	color: #FFFFFF;
	text-align:center;
	letter-spacing: 1px;  
	text-transform: uppercase;
	padding: 0 0 17px 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
}

.subscribe h3 {
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	text-align:center;
	letter-spacing: 1px;  
	padding: 0 0 20px 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
}

.subscribe p {
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	text-align:center;
	letter-spacing: 1px;  
	padding: 0 0 35px 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
}

.subscribe i.fa.fa-paper-plane {
	font-size: 29px;
	padding-bottom:15px;
	display:block;
	text-align:center;
}

.subscribe #ajaxChimp {
	text-align:center;
}

.subscribe input[type=text] { 
	background-color: rgba(255, 255, 255, 0.1); 
	border: solid 1px rgba(255, 255, 255, 0.17);
	height: 54px;
	width: 40%; 
	color: #fff;
	word-spacing: 1px;
	padding-left: 20px;
	padding-top: 2px;
	font-size: 13px;
	outline: none;
}

.subscribe button {	
	background-color: #f7cfc0; 
	color: #fff; 
	width: 20%;
	word-spacing: 1px;
	outline: none;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	height: 54px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
}

.subscribe button:hover { 
	background: rgba(243, 181, 173, 0.3);
	color: #fff; 
	outline: none;
}

.subscribe label {
	height: 2.5em;
	padding: 15px 20px;
	color: #ecf0f1;
	font-size: 13px;
	float: none;
	top: 0;
	display: block!important;
	font-weight: 100;
	outline: none;
}

.subscribe label.error i {
    color: #16b6ea;
}

.subscribe label i.fa.fa-check {
	padding-top: 15px;
}

/* ================================= */
/* :::::::::: 6. Contact ::::::::::: */
/* ================================= */



/* ================================= */
/* :::::::::: 7. Google map :::::::: */
/* ================================= */



/* ================================= */
/* :::::::::: 8. Footer :::::::::::: */
/* ================================= */



/* ================================= */
/* :::::: 9. Responsive CSS :::::::: */
/* ================================= */

@media only screen and  (max-width: 1036px) {
	.services .col-md-4 {
		margin-bottom: 40px;
	}
	
	.subscribe button, .subscribe input[type=text] {
		width: 90%;
		text-align: center;
	}

	.contact input[type="submit"] {
		width: 90%;
		text-align: center;
	}

	.contact .error .name {
		left: 43.0%;
	}

}

@media only screen and  (max-width: 756px) {
	.subscribe input[type="email"] {
		margin-bottom: 10px;
	}
	
	.subscribe {
	padding: 70px 0 50px;
}

	.subscribe button, .subscribe input[type="email"], .subscribe input[type=text]  {
		width: 100%;
		text-align: center;
	}

	.google-map .phone, .google-map .email {
		position: absolute;
	}

	.contact input[type="submit"] {
		width: 100%;
	}

	.google-map i.fa-map-marker  {
		margin-left: -5px;
	}

	.contact .error .name {
		left: 42.5%;
	}
	
	.subscribe {
	padding-left: 20px;
	padding-right: 20px;
}


	header .welcome {
		padding-top: 100px !important;
	}
	
	header {
		padding-top: 10px;
	}

	header p {
		font-size: 14px;
	}

	header h1 {
		font-size: 22px;
		padding-top:1px;
		margin-bottom: 0px;
	}

	header .countdown {
		font-size: 2.1em;
		line-height: 40px;
	}

	header .countdown span {
		line-height: 5px;
	}

	header .logo img {
		width: 40%;
		height: auto;
	}


	.mouse {
		display: none;
	}

.services {
		padding-top: 180px;
	}
}

@media only screen and  (max-width: 540px) {
	.contact input[type="submit"] {
		width: 60%;
	}

	.contact .error .name {
		left: 41.2%;
	}


	header .welcome {
		padding-top: 100px !important;
	}
	

	header {
		padding-top: 10px;
	}

	header p {
		font-size: 14px;
	}

	header h1 {
		font-size: 18px;
		padding-top:1px;
		margin-bottom: 0px;
	}

	header .countdown {
		font-size: 2.1em;
		line-height: 40px;
	}

	header .countdown span {
		line-height: 5px;
	}

	header .logo img {
		width: 60%;
		height: auto;
	}

	.services {
		padding-top: 279px;
	}
	
	.countdown div {
    margin: 0 10px !important;
    padding-top: 20px!important;
	}

	.countdown {
    font-size: 2em;
		line-height: 45px;
}

	
}



@media only screen and  (max-width: 414px) {

 	.services {
 		padding-top: 10px;
 	}
}


@media only screen and  (max-width: 320px) {
	.services {
 		padding-top: 180px;
 	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.subscribe {
	background-attachment: scroll!important;
	-webkit-background-size:cover;
	background-position:center;
}
}