/*
    Name: Mountain
    Description: Responsive Coming Soon 
    Version: 1.1
    Author: MountainTheme

    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 ::::::::::: */
/* ================================= */

html, body {
	font-family: "Open Sans", sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

.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: #0166A8;
	color: #fff;
	text-decoration: none!important;
	border: 1px solid #0166A8;
	-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;
	height: 100%;
	padding-top: 230px;
	}

header h1 {
	font-size: 2.5em;
	color:#fff;
	font-weight: 300;
	letter-spacing: 1px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: "Raleway", sans-serif;
}

header p {
    font-size: 14px;
	color: rgba(236,240,241,0.9);
	word-spacing: 1px; 
	line-height: 25px;
	padding-bottom:10px;
}

header .mouse {
  margin-left: -20px;
  position: absolute;
  text-align: center;
  bottom: -20px;
  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: #F9F9F9;
  position: relative;
  top: 80px;
  line-height: 45px;
  font-size: 9px;
  text-align: center;
  width: 22px;
  height: 36px;
  border-radius: 10px;
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.6);

}



@-webkit-keyframes wobbleArrow
 {
 from   { 

 bottom: 40px; 

 }
 to { 

 bottom: 50px; 

 }
 }


/* ================================= */
/* :::::::::: 3. Countdown ::::::::: */
/* ================================= */

.countdown {
    font-size: 4em;
    margin: 0 auto;
    font-family: 'Iceberg', sans-serif;
    line-height: 65px;
    display: inline-block;
    color: #fff;
}

.countdown div span {
	display:block;
    font-size: 16px;
    line-height: 19px;

}

.countdown div {
	display:inline-block;
    margin: 0 34px;
}


/* ================================= */
/* :::::::::: 4. Services :::::::::: */
/* ================================= */

.services {
	padding: 150px 0 150px;
	background-color: #fff;
	z-index: 10;
}

.services .icon i.fa {
	height: 175px;  
	width: 175px;  
	line-height: 175px; 
	max-width: 100%;  
	background: #0166A8;
	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(4, 131, 202) 1px 1px,     
	rgb(3, 130, 200) 2px 2px,      
	rgb(3, 129, 198) 3px 3px,      
	rgb(3, 127, 196) 4px 4px,      
	rgb(3, 126, 194) 5px 5px,      
	rgb(3, 124, 192) 6px 6px,     
	rgb(3, 123, 190) 7px 7px,      
	rgb(2, 122, 188) 8px 8px,      
	rgb(2, 120, 186) 9px 9px,      
	rgb(2, 110, 184) 10px 10px,      
	rgb(2, 110, 182) 11px 11px,      
	rgb(2, 108, 180) 12px 12px,      
	rgb(2, 108, 178) 13px 13px,      
	rgb(1, 106, 176) 14px 14px,      
	rgb(1, 106, 174) 15px 15px,      
	rgb(1, 104, 172) 16px 16px,      
	rgb(1, 104, 170) 17px 17px,      
	rgb(1, 102, 168) 18px 18px,      
	rgb(1, 102, 168) 19px 19px,      
	rgb(1, 102, 168) 20px 20px,      
	rgb(1, 102, 168) 21px 21px,      
	rgb(1, 102, 168) 22px 22px,      
	rgb(1, 102, 168) 23px 23px,      
	rgb(1, 102, 168) 24px 24px,      
	rgb(1, 102, 168) 25px 25px,      
	rgb(1, 102, 168) 26px 26px,      
	rgb(1, 102, 168) 27px 27px,      
	rgb(1, 102, 168) 28px 28px, 
	rgb(1, 102, 168) 29px 29px,      
	rgb(1, 102, 168) 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 #0166A8;  
    display: block;  
    width: 35px;  
    margin: 20px auto;
}

.services p {
	text-align:center;
	font-size: 18px;
	word-spacing: 1px;
	line-height: 25px;
	padding-top:5px;
	color: #565656;
}


/* ================================= */
/* :::::::::: 5. Subscribe ::::::::: */
/* ================================= */

.subscribe {
	padding: 130px 0 110px;
	z-index: 10;
	background: url('../images/Z06-bg.jpg')  no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover;
	 -o-background-size: cover; 
	 background-size: cover; 
	 background-attachment: fixed;
	
}

.subscribe h2 {
	font-size: 20px;
	font-weight: 300;
	color: #FFFFFF;
	text-align:center;
	letter-spacing: 1px;  
	text-transform: uppercase;
	padding: 0 0 27px 0;
	font-family: "Iceberg", sans-serif;
}

.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: 30%; 
	color: #fff;
	word-spacing: 1px;
	padding-top: 3px;
	font-size: 13px;
	outline: none;
}

.subscribe button {	
	background-color: rgba(22, 182, 234, 0.52); 
	border:none;
	color: #fff; 
	width: 9%;
	word-spacing: 1px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding-top: 1px;
	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: transparent; 
	border: solid 1px rgba(255, 255, 255, 0.17);
	color: #fff; 
}

.subscribe label {
	height: 2.5em;
	padding: 15px 20px;
	color: #ecf0f1;
	font-size: 13px;
	float: none;
	top: 0;
	display: block!important;
	font-weight: 100;
}

.subscribe label.error i {
    color: #0166A8;
}

.subscribe label i.fa.fa-check {
	padding-top: 15px;
}

/* ================================= */
/* :::::::::: 6. Contact ::::::::::: */
/* ================================= */

.contact {
	background-color: #f3f5f8;
	padding: 130px 0 110px;
	z-index: 10;
}

.contact h2 {
	font-size: 20px;
	font-weight: 300;
	color: #000;
	text-align:center;
	letter-spacing: 1px;  
	text-transform: uppercase;
	padding: 0 0 57px 0;
	font-family: "Iceberg", sans-serif;
}


.contact input[type='text'], .contact input[type='email'] {
	width: 44%;
	background: transparent;
	border-bottom: 2px solid #ddd;
	border-top: none;
    border-left: none;
    border-right: none;
	height: 54px;
	font-size: 13px;
	outline: none;
    -webkit-transition: all 0.3s!important;
    -moz-transition: all 0.3s!important;
    transition: all 0.3s!important;
}

.contact input[type='email'] {
	right: 15px;
	position: absolute;
	top: 0px;
}

.contact input[type='text'], .contact input[type='email']:focus {
	border-bottom: 2px solid #bbb;
	border-top: none;
    border-left: none;
    border-right: none;
}

.contact input[type='text'] {
	width: 45.1%;
}

.contact textarea {
	width: 100%;
	background: transparent;
	padding-top: 15px;
	font-size: 13px;
	border-bottom: 2px solid #ddd;
	border-top: none;
    border-left: none;
    border-right: none;
	outline: none;
	margin: 20px 0;
    -webkit-transition: all 0.3s!important;
    -moz-transition: all 0.3s!important;
    transition: all 0.3s!important;
}

.contact textarea:focus {
	border-bottom: 2px solid #bbb;
	border-top: none;
    border-left: none;
    border-right: none;
}

.contact input[type='submit'] {	
	background-color: rgba(22, 182, 234, 0); 
	border: 2px solid #FF222F;
	color: #F5F8E7; 
	width:12%;
	display:block;
	margin:0 auto;
	word-spacing: 1px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-top:20px;
	font-weight: 900;
	height: 54px;
    -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 input[type="submit"]:hover { 
	background: rgba(0, 0, 0, .5); 
	color: #fff; 
}

.contact .error .email {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 19px;
    padding-left: 9px;
}

.contact .error .name {
    display: inline-block;
    position: absolute;
    left: 43.7%;
    padding-left: 2px;
}

.contact .error .message {
    text-align: right;
    display: inline-block;
    position: absolute;
    right:0;
    bottom: 115px;
    margin-right: 20px;
    padding-left: 9px;
}

.contact #ajax-contact-form i {
	color: #0166A8;
}

.contact .notification_ok {
  text-align: center;
  color: #3d4a6e;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
  position: absolute;
  top: -36px;
  width: 96%;
  margin-top:5px;
}

.contact .notification_ok i {
	color: #0166A8;
    padding-right: 5px;
}



/* ================================= */
/* :::::::::: 7. Google map :::::::: */
/* ================================= */

#google-container {
  position: relative;
  width: 100%;
  height: 450px;
  background-color: #e7eaf0;
}

.google-map {
  position: relative;
}

#zoom-in, #zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 40px;
  background-color: rgba(1, 102, 168, .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: #0166A8;

}

#zoom-in {
  background-position: 50% 0;
  margin-top: 100px;
  margin-bottom: 1px;
}

#zoom-out {
  background-position: 50% -32px;
}

.google-map .contact-info {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(243, 245, 248, 0.85);
  color: #242830;
  margin-bottom: 0;
  height: 54px;
}

.google-map address .fa-map-marker, .phone i, .email i  {
  padding-right:10px;

}

.google-map address {
  margin-bottom:0;
  font-size: 13px;
  position: relative;
  top: 15px;
  font-weight: 700;
  margin-top: 4px;
  padding-left:5px;
}

.google-map .phone {
  font-size: 13px;
  text-align:center;
  position: relative;
  top: -3px;
  font-weight: 700;
}

.google-map .email {
  font-size: 13px;
  text-align:right;
  position: relative;
  top: -22px;
  font-weight: 700;
}



/* ================================= */
/* :::::::::: 8. Footer :::::::::::: */
/* ================================= */

footer {
	background-color: #242830;
	padding: 40px 0 40px;
	z-index: 10;
	position: relative;
	color:  rgba(236,240,241,0.4);
}

footer .social-icon li {
	float:left;
	margin-right: 20px;
	list-style: none;
}

footer .social-icon li i.fa {
	color: rgba(236,240,241,0.4);
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
}

footer .social-icon li:hover i.fa {
	color: rgba(236,240,241,1);
}

footer .social-icon {
	float: left;
	margin-left: -15px;
}

footer .copyright {
	float: right;
}

footer a {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	color: rgba(236,240,241,0.4);
}

footer a:hover {
	color: rgba(236,240,241,1);
	text-decoration: none;
}

.up-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	background: rgba(1, 102, 168, 0.5);
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	position: absolute;
	top: -26px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.up-btn:hover {
	color: #fff;
	background: rgba(1, 102, 168, 1.0);
}

.up-btn i {
	color: #fff;
}

/* ================================= */
/* :::::: 9. Responsive CSS :::::::: */
/* ================================= */

@media only screen and  (max-width: 1036px) {
	.services .col-md-4 {
		margin-bottom: 40px;
	}
	
	.subscribe button {
		width: 10%;
	}

	.contact input[type="submit"] {
		width: 20%;
	}

	.contact .error .name {
		left: 43.0%;
	}

}

@media only screen and  (max-width: 756px) {
	.subscribe input[type="email"] {
		margin-bottom: 10px;
	}

	.subscribe button, .subscribe input[type="email"] {
		width: 20%;
	}

	.google-map .phone, .google-map .email {
		position: absolute;
	}

	.contact input[type="submit"] {
		width: 30%;
	}

	.google-map i.fa-map-marker  {
		margin-left: -5px;
	}

	.contact .error .name {
		left: 42.5%;
	}


   

	header {
		padding-top: 10px;
	}

	header p {
		font-size: 14px;
	}

	header h1 {
		font-size: 30px;
		padding-top:1px;
		margin-bottom: 0px;
	}

	header .countdown {
		font-size: 2.3em;
		line-height: 50px;
	}

	header .countdown span {
		line-height: 5px;
	}

	header .logo img {
		width: 20%;
		height: auto;
	}

	.backstretch {
		height: 450px!important;
	}

	.backstretch img {
		height: 500px!important;
	}

	.mouse {
		display: none;
	}

.services {
		padding-top: 180px;
	}
}

@media only screen and  (max-width: 540px) {
	.contact input[type="submit"] {
		width: 40%;
	}

	.contact .error .name {
		left: 41.2%;
	}


	header {
		padding-top: 10px;
	}

	header p {
		font-size: 14px;
	}

	header h1 {
		font-size: 25px;
		padding-top:1px;
		margin-bottom: 0px;
	}

	header .countdown {
		font-size: 2.3em;
		line-height: 50px;
	}

	header .countdown span {
		line-height: 5px;
	}

	header .logo img {
		width: 30%;
		height: auto;
	}

	.backstretch {
		height: 510px!important;
	}

	.backstretch img {
		height: 530px!important;
	}

	.services {
		padding-top: 279px;
	}

	
	
}



@media only screen and  (max-width: 414px) {

 	.services {
 		padding-top: 10px;
 	}
}


@media only screen and  (max-width: 320px) {
	.services {
 		padding-top: 100px;
 	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.subscribe {
	background-attachment: scroll!important;
	-webkit-background-size:cover;
	background-position:center;
}
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        
    }

    @media only screen and (max-width : 1200px) {
        .logo {
            margin-top: -215px;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        #headerpara {
            line-height: 105%;
        }
        
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        .logo{
            margin-top: 0px;
        }
        #headerpara {
            font-size: 125% !important;
            padding-bottom: 20px;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        #headerpara {
            font-size: 125% !important;
            padding-bottom: 20px;
        }
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }