/*
Theme Name: REMI -  Universal Coming Soon Page - Version: BLUE
Description:  Designed by kodografia.
Author:   http://themeforest.net/user/kodografia
*/

/*-----------------------------------------------------------------------------------*/
/*	SET COLORS
/*-----------------------------------------------------------------------------------*/	

.color{
 background-color:#45b1d5;
}
.overlay {
	background: rgba(69,197,213,1);
}
form.newsletter .btn:hover,form.newsletter .btn:focus,form.newsletter .btn:active {
  background: #45b1d5;
}
.form .btn:hover,.form .btn:focus,.form .btn:active {
  background: #000;
}


/*-----------------------------------------------------------------------------------*/
/*	 GENERAL STYLING
/*-----------------------------------------------------------------------------------*/	

body {
	font-family:'Roboto', sans-serif;
	line-height:24px;
	color:#000;
	font-weight:400;
	background:#fff;
	width:100%;
	overflow-x:hidden!important;
	text-rendering:optimizeLegibility;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-font-smoothing:subpixel-antialiased;
}

html { 
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;

}

a{	
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


h1,h2,h3{
  white-space: nowrap;  
}
h1{
  font-size:42px;
  font-weight:300;
}
h2{
  border-bottom:1px solid;
  border-top:1px solid;
  display:inline-block;
  font-size:40px;
  margin-bottom:40px;
  padding:0px 10px;
  margin-top:0px;
}
h3{
  font-size:40px;
  font-weight:100;
  font-family:'Roboto', sans-serif;
  margin-bottom:20px;
}
/*-----------------------------------------------------------------------------------*/
/*	FULL                                                                                    
/*-----------------------------------------------------------------------------------*/	

.full{
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: table;
  z-index: 10;
  text-align:center;
}
.full.bg-image{
  background: url(../img/bg.jpg);
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center top;  
}
.centered{
  text-align:center;
}
.full.relative{
  position:relative;
  border-bottom-style: solid;
  border-bottom-width: 10px;
}
.full p{
  padding:10px 0;
  font-weight:300;
  margin-bottom:0px;
  padding-bottom:0px;
}

.midd{
  position:absolute;
  top:50%;
  width:100%;
  left:0;
}
.logo,.logo:hover{
  background-image: url('../img/logo-120.png');
  width:120px;
  height:120px;
  margin:0 auto;
  display:inline-block;
  font-size:30px;
  color:#fff;
  margin-bottom:24px; 
  line-height:120px;
  text-decoration:none;
  padding:0px;
}
#social-bar{
  padding-top:40px;
}
#social-bar a{
  text-align: center;
  height: 30px;
  width: 30px;
  line-height:30px;
  padding:0px;
  display:inline-block;
  border-radius:100%;
  margin:5px;
  background-color:#000;
}

#social-bar i{
  font-size:16px;
  line-height:30px;
  color:#fff;
  height: 30px;    
}
#social-bar a:hover i{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.info{
  position: relative;
  padding-bottom: 50px;
  color: #111;
  min-width: 716px;
}

.info div {
  float: left;
}

.info a.email{
  color: #111;
}

.more-info,#social-bar{
  margin:5px auto;
}
.more-info{
}
.more-info a{
  text-align: center;
  height: 44px;
  width: 44px;
  line-height:44px;
  padding:0px;
  display:inline-block; 
  border-radius:100%; 
  margin:5px;
	position: relative;
	z-index: 1; 
}

.more-info i{
  font-size:22px;
  line-height:44px;
  color:#fff;
  height: 44px;    
}

.more-info a:hover i{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
#getting-started{
 font-size:34px;
 padding:40px 0;
 line-height:34px;
 height:34px;
 padding-top:30px;
}
#getting-started ul{
  position: relative; 
  float: left; 
  display: block; 
  left: 50%;
  margin:0px;
  padding:0px;
}
#getting-started ul li{
  float:left;
	text-align:center;
	display:block;
	padding:0px 15px;
  position: relative;   
  right: 50%;
}
#getting-started span{
  font-size:14px;
  display:block;
}

.btn{
  border-radius: 0px;
  color:#fff;
  border:0px;
  width:100%
}
.btn:hover,.btn:focus,.btn:active {
  color:#fff;
}
.btn:hover i,.btn:focus i,.btn:active i{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.form-control{
  border-radius: 0px;
}
form.newsletter{
  width:80%;
  margin:0 auto;
  clear:both;
  padding-top:40px;
  padding-bottom:40px;
}
form.newsletter .btn, .form .btn{
 background-color:#000;
}
form.newsletter p{
  padding-bottom:10px;
  padding-top:0px;
  font-size:14px;
}  
.form .btn{
  margin-top:20px;
}

/*alert*/
.alert{
  border-radius:0px;
  font-size:12px;
  display:none
}


/* Overlay style */
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:100;
	color:#fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-close {
  height: 44px;
  width: 44px;
  line-height: 44px;
  padding: 0px;
  display: inline-block;
  background: #000;
  border-radius: 100%;
  margin: 5px;
  text-align: center;
	overflow: hidden;
	border: none;
	background:transparent;
	color: #fff;
	outline: none;
	z-index: 110;
	background:#000;
	margin-top:20px;
	margin-bottom:20px;
}
.overlay-close i {
  font-size: 22px;
  line-height: 44px;
  color: #fff;
  height: 44px;
}

.overlay.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}


.overlay-close {
	opacity: 0;
	-webkit-transition: opacity 0.5s 0.5s;
	transition: opacity 0.5s 0.5s;
}


.cont.copen .overlay-close {
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}


.cont.close .overlay-close {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.midd1{
  position:absolute;
  z-index:200;
  color:#fff;
  width:100%;
  top:20px;
}

.cont{   
	display:none;
	max-width:500px;
	margin:0 auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.copen{  
	display:block;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.7s;
	transition: opacity 0.7s;	
  padding-top: 40px;
}


.map-container{
  position:relative; 
  height:500px; 
  width:100%;
}
#map{
	top:0;
	position:absolute;
	width:100%;
	height:100%;
}


.twitt-box{
  border-bottom:2px solid;
  padding:5px;
  color:#000;
  font-size:12px;
  line-height:18px;
  width:80%;
  margin:0 auto;
}
.twitt-box .user{
  display:none;
}
.twitt-box ul{
  margin:0px;
  padding:0px;
  list-style:none;
}
.twitt-box  p{
  padding:0px;
}
.twitt-box  a{
  color:#000;
}
.twitt-box  p.interact {
  padding:5px 0;
}
.interact a{
  margin:5px;
}

/**** FADEIN  ****/

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	
	animation-duration: 2.0s;	
	-webkit-animation-duration: 2.0s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		
	visibility: visible !important;	
}
@keyframes fadeIn {
	0% { transform: scale(0); opacity: 0.0;	}
	60% { transform: scale(1); }
	80%, 100% { transform: scale(1); opacity: 1; }	
}
@-webkit-keyframes fadeIn {
	0% { -webkit-transform: scale(0); opacity: 0.0;	}
	60% { -webkit-transform: scale(1); }
	80%, 100% { -webkit-transform: scale(1); opacity: 1; }	
}

/*-----------------------------------------------------------------------------------*/
/*	10: MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media screen and (max-width: 1024px){

#getting-started{
   line-height:20px;
   height:20px;
   padding:30px 0;
   max-width:100%;
   overflow: hidden;
   margin:0 auto;
   height:80px;
   line-height:26px;
 }
  #getting-started ul li{
    padding:0px 10px;
  }
  #getting-started li span{
    font-size:10px;
  } 
}

@media screen and (max-width: 768px){
  .form{
    max-width:80%;
  }
}
@media screen and (max-width: 480px){
 .full{
   height:auto;
   display:block;
 }

 #getting-started{
   line-height:24px;
   height:24px;
   padding:30px 0;
   max-width:90%;
   overflow: hidden;
   margin:0 auto;
   height:80px;
   line-height:26px;
 }
  #getting-started ul li{
    padding:0px 6px;
  }
  #getting-started li span{
    font-size:10px;
  } 
  form.newsletter{
    padding-top:10px;
  }
  .more-info{
    padding-top:0px;
  }
  .logo, .logo:hover{
    margin-bottom:0px;
  }
  .full p{
    padding-bottom:0;
  }
  .twitt-box{
    width:100%;
  }  
  .form-group{
    margin-bottom:10px;
  }

  .form .btn {
    margin-top:10px;
  } 
  .alert{
    padding:10px;
    margin-bottom:10px;
  }  
  .map-container{
    height:300px;
  }  
}
@media screen and (max-width: 300px){

 #getting-started{
   font-size:18px;
   height:60px;
   line-height:20px;   
   padding:18px 0;
 }
  #getting-started ul li{
    padding:0px 5px;
  }

   form.newsletter p{
   font-size:11px;
  }  
  .map-container{
    height:250px;
  } 
  h2{
    font-size:20px;
  } 
}
p.tagline{
  font-size:24px;
  color:#111;
  margin:18px auto;
  font-weight:800;
}
