/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

#0.1	Global Elements 



#1	header

#2 demo

#3	features

#4	thanks

#5	footer



--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Open+Sans:400,400i,600,600i,700,700i');



body{

	font-family: 'Open Sans', sans-serif;

	line-height:1.8em;	

}





/*--------------------------------------------------------------

#0.1	Global Elements 

--------------------------------------------------------------*/

.overlay {

	background-color: rgba(0, 0, 0, 0.6);

	width: 100%; 

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;

}





/*--------------------------------------------------------------

#1	header

--------------------------------------------------------------*/

header {

	background: url(../images/banner.jpg) no-repeat 50% 50%;

	background-size: cover;

	width: 100%;

	height: 780px;

	text-align: center;

	display: table;

	position: relative;

}



header .container {

	width: 100%;

	position: relative;

	z-index: 10;

	color: #fff;

	display: table-cell;

	vertical-align: middle;

}

header .logo {

	display: block;

	font-size: 48px;

	color: #ffffff;
	font-weight:400;
	font-family:'Montserrat',sans-serif;

	text-transform: uppercase;

	margin: 0 0 0;
	letter-spacing:2px;

	padding: 10px 0;

	position: relative;

}



.header-title {

	text-align: center;

	margin-bottom:30px;
	padding-top:10px;

}

header .text{
	font-size:16px;
	line-height:1.8em;
	margin-bottom:50px;
}

.btn-style-one{
	position:relative;
	text-decoration:none;
	padding:20px 30px;
	line-height:28px;
	background:none;
	font-size:15px;
	font-weight:400;
	border:2px solid #ffffff;
	color:#ffffff;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	border-radius:3px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.btn-style-one:hover{
	color:#000000;
	background:#ffffff;
	text-decoration:none;
}

.btn-style-two{
	position:relative;
	text-decoration:none;
	padding:20px 30px;
	line-height:28px;
	background:#00c0ff;
	font-size:15px;
	font-weight:400;
	border:2px solid #00c0ff;
	color:#ffffff;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	border-radius:3px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.btn-style-two:hover{
	color:#00c0ff;
	background:none;
	text-decoration:none;
}



.header-title h1 {

	display: inline-block;

	font-size: 20px;

	color: #ffffff;
	font-weight:400;
	font-family:'Montserrat',sans-serif;

	text-transform: uppercase;

	margin: 0 0 20px;
	letter-spacing:2px;

	padding: 10px 0 35px;

	position: relative;

}



.header-title h1:after {

	content: "";

	width: 40px;

	height: 2px;

	background-color: #ffffff;

	position: absolute;

	left: 50%;

	-webkit-transform: translate(-50%);

	bottom: 0;

}



header p {

	letter-spacing: 1px;

	text-transform: uppercase;

	margin-bottom: 25px;

}



.purches {

	display: inline-block;

	width: 125px;

	height: 35px;

	line-height: 35px;

	text-align: center;

	color: #fff !important;

	text-transform: uppercase;

	overflow: hidden;

	position: relative;

}



.purches span {

	background-color: #ec1c33;

	display: block;

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0;

	-webkit-transition: all 0.5s ease-in-out;

	transition: all 0.5s ease-in-out;

}



.purches .show-btn {

	left: 125px;

}



.purches:hover .show-btn {

	background-color: #ffffff;

	left: 0;

    color: #000000 !important;

}



.purches:hover .hide-btn {

	left: -125px;

}





/*mouse-pointer*/

header .mouse {

	position: absolute;

	left: 50%;

	bottom: 80px;

	-webkit-transform: translate(-50%);

	transform: translate(-50%);

}



header .mouse a {

	display: inline-block;

	width: 35px;

	height: 90px;

	color: #ffffff;

	border: 2px solid #fff;

	border-radius: 40px;

	position: relative;



}



@-webkit-keyframes mouse-animate {

	from { -webkit-transform: translateY(0); }

	to { -webkit-transform: translateY(20px); }

}

@keyframes mouse-animate {

	from { transform: translateY(0); }

	to { transform: translateY(20px); }

}



header .mouse i {

	display: block;

	margin-top: 30px;

	font-size: 22px;

	-webkit-animation: mouse-animate 1s alternate infinite;

	animation: mouse-animate 1s alternate infinite;

}







/*--------------------------------------------------------------

#2	demo

--------------------------------------------------------------*/

#demo {

	padding: 120px 0 70px;

}



.title {

	text-align: center;

	margin-bottom:20px;

}



.title h2 {

	display: inline-block;

	font-size: 30px;

	color: #0b0b0b;
	font-weight:500;
	font-family:'Montserrat',sans-serif;

	text-transform: uppercase;

	margin: 0 0 2em;
	letter-spacing:3px;

	padding: 0 0 20px;

	position: relative;

}



.title h2:after {

	content: "";

	width: 40px;

	height: 2px;

	background-color: #00c0ff;

	position: absolute;

	left: 50%;

	-webkit-transform: translate(-50%);

	bottom: 0;

}



#demo .row > .col {

	margin-bottom: 55px;
	text-align:center;

}



#demo .thumbnail {
	position:relative;
	display:inline-block;
	border: 0;

	padding: 0;

	border-radius: 0;

	text-align: center;

}



#demo .thumbnail img {


}



#demo .thumbnail h3 {	    font-family: 'Montserrat', sans-serif;

	font-size: 14px;

	text-transform: uppercase;

	padding-top:10px;
	letter-spacing:2px;
	color:#0b0b0b;

}



#demo .thumbnail a {

	display: block;

	-webkit-transition: all 0.5s;

	transition: all 0.5s;
	box-shadow: 0 0 15px rgba(0,0,0, 0.20);

}



#demo .thumbnail a:hover {

	box-shadow: 0 0 15px rgba(0,0,0, 0.20);

}




.small-container{
	max-width:740px;
	margin:0 auto;	
}


/*--------------------------------------------------------------

#3	features

--------------------------------------------------------------*/

.features {

	background-color: #f6f6f6;

	padding: 120px 0 140px;


}




.features .thumbnail {

	min-height: 250px;

	max-height: 250px;

	text-align: center;

	border: 1px solid #00c0ff;

	border-radius: 0;

	padding: 50px 30px;

	margin-bottom: 30px;

	-webkit-transition: all 0.2s;

	transition: all 0.2s;

}



.features .thumbnail i {

	display: block;

	width: 80px;

	height: 80px;

	line-height: 80px;

	font-size: 40px;

	color: #00c0ff;

	border: 1px solid #00c0ff;

	border-radius: 50%;

	margin: 0 auto;

}



.features .thumbnail i:before {

	margin: 0;

	font-size: 40px;

	color: #00c0ff;

}



.features .thumbnail h3 {

	font-size: 18px;

	color: #000;

	line-height: 25px;

}



.features .thumbnail:hover {

	background-color: #00c0ff;

	border-color:#00c0ff;

	color: #000000;

}



.features .thumbnail:hover i {

	border-color: #000000;

	color:#000000;

}



.features .thumbnail:hover i:before{

	color:#000000;	

}







/*--------------------------------------------------------------

#4	thanks

--------------------------------------------------------------*/

.thanks {

	padding: 150px 0;

	text-align: center;

}



.thanks .col > div {

	width: 70%;

	margin: 0 auto;

	box-shadow: 0 0 25px rgba(0,0,0, 0.3);

	padding: 65px 0;

}



.thanks .rating i {

	color: #f5d230;

	font-size: 18px;

}



.thanks .rating + p {

	font-size: 25px;

	margin: 0.5em 0;

	color: #817f8e;

}



.thanks .rating + p + span {

	font-size: 30px;

	color: #625e5c;

}







/*--------------------------------------------------------------

#5	footer

--------------------------------------------------------------*/

footer {

	text-align: center;

	color: #fff;

}



footer .top-info {


	background-size: cover;

	padding: 80px 0;

	position: relative;

}



footer .top-info .conteinr {

	position: relative;

	z-index: 10;

}



footer .top-info h2 {

	font-size: 25px;

	text-transform: uppercase;

	margin: 0 0 1em;

}



footer .copyright {

	background-color: #0f151a;

	padding: 20px 0;

	color: #fff;

}



footer .copyright p {

	margin: 0;

}



