


/*Template Name: Altron - Multi-Purpose Landing Page Template
Theme URL: http://themeforest.net/user/DSA79/
Description: Altron - Multi-Purpose Landing Page Template
Author: DSA79
Author URL: http://themeforest.net/user/DSA79
Version: 1.0.0
Website: www.dsathemes.com
Tags: Responsive, HTML5 template, DSAThemes, Multi-Purpose, One Page, Landing, Business, Creative, Corporate, Agency Template, Project
*/


html {
	-webkit-font-smoothing: antialiased;
} 

body {
	height: 100%;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 15px; 
	line-height: 23px;
	font-weight: 400;	
	background-color: #fff;
}

/*------------------------------------------*/
/*	PAGE CONTENT
/*------------------------------------------*/

#content-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*------------------------------------------*/
/*	HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-top: 0; 
	margin-bottom: 0;
}

h4 {
	font-size: 17px;
	line-height: 17px;
	font-weight: 900;
	margin-bottom: 12px;
}

h4.h4-lg {
	font-size: 18px;
	line-height: 18px;
} 

h3 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
} 

h3.h3-thin {
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
}

/*------------------------------------------*/
/*	 LISTS
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 LINK SETTINGS
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

/*------------------------------------------*/
/*	IMAGE SETTINGS
/*------------------------------------------*/

.img-responsive {
	display: inline-block; 
}

/*------------------------------------------*/
/*	 BUTTON SETTINGS
/*------------------------------------------*/

.btn {
	background-color: #00c1f0;
	color: #fff;
	font-size: 13px;
	font-weight: 900;	
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #00c1f0;
	padding: 14px 30px;
	margin-right: 10px;
 	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

/*------------------------------------------*/
/*	 Button Hover
/*------------------------------------------*/

.btn:hover,
.btn:focus {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

/*------------------------------------------*/
/*	 PREVIEW LOGO
/*------------------------------------------*/

#preview_logo img {
	display: inline-block;
	margin-bottom: 20px;
}


/*------------------------------------------*/
/*	 SELECT TITLE
/*------------------------------------------*/

.select-title h3 {
	color: #333;
	font-size: 26px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 30px;
}

.select-title p {
	color: #666;
	font-size: 16px;
	margin-bottom: 70px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/*------------------------------------------*/
/*	 PRELOAD ANIMATION
/*------------------------------------------*/
 
.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999; 
}

.loader {
	position: absolute;
	top: 50%; 
	left: 50%; 
	margin: -100px 0 0 -100px;
	width: 172px;
	height: 172px;
	background-image: url(../images/icons/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 72px 72px;
} 


/*------------------------------------------*/
/*	 HEADER & NAVIGATION
/*------------------------------------------*/

.header {
	background-color: #fff;
	margin-bottom: 60px;
}

/*------------------------------------------*/
/*	 LOGO IMAGE    
/*------------------------------------------*/

.navbar-brand {
	height: 60px;
	padding: 19px 15px;
}

/*------------------------------------------*/
/*	 NAVIGATION BAR    
/*------------------------------------------*/

.navbar {	
	padding: 0px;
	margin-bottom: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	background-color: #fff;	
	box-shadow: 0 0 2px rgba(30,30,30, 0.5);	
	margin-bottom: 0px;
	z-index: 2000;
}


/*------------------------------------------*/
/*	 TITLEBAR    
/*------------------------------------------*/

#titlebar {
	width: 100%;
	background-color: #222;
	background-image: url(../images/titlebar.png);
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
	padding-top: 160px;
	padding-bottom: 160px;
}

#preview_title h3 {
	color: #fff;
	font-size: 38px;
	line-height: 44px;
	font-weight: 900;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

#preview_title p {
	color: #fff;	
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	padding: 0 12%;
}

/*------------------------------------------*/
/*	 SELECT    
/*------------------------------------------*/

#select {	
	background-color: #f0f0f0;
	padding-top: 70px;
	padding-bottom: 20px;
}

#select .col-md-4 {
	position: relative;	
	margin-bottom: 50px;
}

.select_link .img-responsive { 
	display: inline-block; 
} 

.select_link h4 {
	color: #222;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	margin-top: 25px;
}

.select_link p {
	color: #00c1f0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 900;
	margin-bottom: 0;
}

.hover-overlay {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.hover-overlay img {
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}

/*------------------------------------------*/
/*	  Overlay Content 
/*------------------------------------------*/ 

.overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
	zoom: 1;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

/*------------------------------------------*/
/*	  Overlay Button
/*------------------------------------------*/ 

.overlay-content .btn:hover {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

/*------------------------------------------*/
/*	  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
	opacity: 0;
	-moz-opacity: 0; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(33, 33, 33, 0.5);
	-moz-transition: opacity 400ms ease-out;
	-webkit-transition: opacity 400ms ease-out;
	-o-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;
}

/*------------------------------------------*/
/*	  Image Hover Effect 
/*------------------------------------------*/ 

.hover-overlay:hover > img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.hover-overlay:hover .item-overlay {
	opacity: 1; 
	-moz-opacity: 1; 
}

.select_link:hover .overlay-content {
	bottom: 40%;
	opacity: 1; 
	-moz-opacity: 1; 
}

/*------------------------------------------*/
/*	  SCROLL TO TOP 
/*------------------------------------------*/ 


#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url(../images/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(65, 65, 65, 0.85);
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	background-color: #00c1f0;
}

nav a#pull {  
    display: none;  
}



@media (min-width: 992px) and (max-width: 1199px) {

	#titlebar { padding-top: 120px; padding-bottom: 120px; }
	#preview_title h3 { font-size: 36px; line-height: 42px;}
	#preview_title p { font-size: 19px; line-height: 25px; padding: 0 10%; }

}

@media only screen and (max-width: 991px){ 

	.btn { padding: 13px 26px; margin-right: 7px; }

	#titlebar { padding-top: 120px; padding-bottom: 120px; }
	#preview_title h3 { font-size: 32px; line-height: 38px;}
	#preview_title p { font-size: 17px; line-height: 22px; padding: 0; margin-bottom: 20px; }

	#select { padding-bottom: 30px; }
	#select .col-md-4 { margin-bottom: 40px; padding: 0 10px;}
}


@media only screen and (max-width: 767px){
	
	.btn { font-size: 13px; padding: 12px 20px; margin-right: 5px; }

	#titlebar { padding-top: 120px; padding-bottom: 120px; }
	#preview_title h3 { font-size: 26px; line-height: 32px;}
	#preview_title p { font-size: 16px; line-height: 20px; padding: 0 6%; font-weight: 400; }
	
	#select-title p { margin-bottom: 40px; }
	#select .col-md-4 { position: relative;	}

}


@media only screen and (max-width: 480px){ 

	.btn { margin-bottom: 7px; margin-right: 0; }

}

