/* Montserrat from google fonts */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/* general styles */
html, body{
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
}

.borders{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	/*border:10px solid #fff;*/
	background:rgba(0,0,0,0.5);
}

/* kenburns wrapper */

.wrapper {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	z-index: 1;
}

/* main content */

.content{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	z-index: 3;
	color:#fff;
	font-weight: bold;
	text-align: center;
}


.logo{
	max-width:150px;
	margin-top:20%;

}

h2{


	font-size: 20px;
}


h2{

	margin-top:20%;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	padding:0 5px;
}

h3{

	margin-top:10px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 18px;
	padding:0 5px;
}


.input-email{
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
	border:3px solid #fff;
	background:none;
	padding:10px;
	outline: none;
	max-width:150px;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}

.input-submit{
	border:0;
	padding:13px;
	background:#fff;
	color:#000;
	font-size:15px;
}

.signup input[type=submit]:hover{
	background:#eee;
}

.engage{
	position: absolute;
	left:0;
	text-align: center;
	width:100%;
	bottom: 10%;
}
.social{
	margin-top:20px;
}

.social a:first-child{
	margin-right: 10px;
}

.social a{
	opacity: 0.8;
	 -webkit-transition: all 0.1s ease-out;
     -moz-transition: all 0.1s ease-out;
      -ms-transition: all 0.1s ease-out;
       -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
}

.social a:hover{
	opacity:1;
}

.social img{
	width:40px;
}


/* desktop styles */

@media only screen and (min-width: 768px) {
	.borders{
    	/*border:30px solid #fff;*/
  	}
	.logo{
	    max-width: 180px;
	    margin-top: 8%;
	}
  	h2{
  		margin-top:10%;
		font-size:30px;
		line-height: 40px;
		margin-bottom: 10px;
  	}
  	  	h3{
  		margin-top:10px;
		font-size:18px;
		line-height: 22px;
		margin-bottom: 10px;
  	}
  	.input-email{
		font-size:20px;
		font-family: 'Montserrat', sans-serif;
		border:3px solid #fff;
		background:none;
		padding:15px;
		outline: none;
		max-width:400px;
		display: inline-block;
		margin:0 auto;
	}
	.input-submit{
		border:0;
		padding:18px;
		color:#000;
		font-size:20px;
		display: inline-block;
		margin:0 0 0 15px;
	}
	.engage{
		position: absolute;
		top:80%;
		text-align: center;
		width:100%;
	}
	.social{
		margin-top:20px;
	}

	.social a:first-child{
		margin-right: 10px;
	}

	.social a{
		opacity: 0.8;
		 -webkit-transition: all 0.1s ease-out;
	     -moz-transition: all 0.1s ease-out;
	      -ms-transition: all 0.1s ease-out;
	       -o-transition: all 0.1s ease-out;
	          transition: all 0.1s ease-out;
	}

	.social a:hover{
		opacity:1;
	}
	
	.social img{
		width:40px;
	}


}


.theme1-btn{background-color:#fff;bottom:80px;color:#fff;display:table;height:45px;right:10px;min-width:45px;position:fixed;text-align:center;z-index:9999; border-radius: 50%;}
.theme1-btn i{font-size:20px;line-height:45px}
.theme1-btn.bt-support-now{background:#1ebbf0;background:-moz-linear-gradient(45deg,#1ebbf0 8%,#068eb7 100%);background:-webkit-linear-gradient(45deg,#1ebbf0 8%,#068eb7 100%);background:linear-gradient(45deg,#1ebbf0 8%,#068eb7 100%);bottom:80px; left: 10px;}
.theme1-btn.bt-mail-now{background:#1ebbf0;background:-moz-linear-gradient(45deg,#f15a28 8%,#441404 100%);background:-webkit-linear-gradient(45deg,#f15a28 8%,#441404 100%);background:linear-gradient(45deg,#f15a28 8%,#441404 100%);top:300px}
.theme1-btn.bt-buy-now{background:#1fdf61;background:-moz-linear-gradient(45deg,#6bbb22 0,#0c8504 100%);background:-webkit-linear-gradient(45deg,#6bbb22 0,#0c8504 100%);background:linear-gradient(45deg,#6bbb22 0,#0c8504 100%) top: 250px;}
.theme1-btn:hover{color:#fff;padding:0 20px; border-radius: 0%;}
.theme1-btn span{display:table-cell;vertical-align:middle;font-size:16px;letter-spacing:-15px;opacity:0;line-height:40px;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;text-transform:uppercase}
.theme1-btn:hover span{opacity:1;letter-spacing:1px;padding-left:10px}	
.theme1-btn img {padding-top:8px;}	
	