/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
  	font-family: 'Montserrat', sans-serif;
    font-size: 100%;
  	 background: #000000;
  	 -webkit-font-smoothing: antialiased;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*----start-container----*/
.container {
  max-width: none !important;
}
/*-----start-header----*/
.bg{
	background:url(../images/baner.jpg) no-repeat top center;
	background-size:cover;
}
.header{
}
.logo{
	float: left;
	margin-top: 0.6em;
}
.logo a{
	color: #303030;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 2.5em;
}
.logo a:hover{
	text-decoration:none;
}
.logo320{
	display:none;
}

/*----  Download ----*/
.dl{
	background:#000000;
}
.dl-head h3{
	font-weight: 900;
	font-size: 1.5em;
	color: #e8e8e8;
	text-transform: none;
	margin: 1em 0 0.3em;
}
.dl-head p{
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	line-height:1.7em;
	color:#e9e9e9;
}
.dl-head a{
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	line-height:1.7em;
	color:#464646;
}
.e-left-inner-grid-left{
	float:left;
	width:10%
}
a.dlbutton{
	background:#FFFFFF;
	color:#222222;
	font-weight:500;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:600;
	padding:0.5em 1.5em;
	margin:0px 0.5em 0.5em 0px; 
	display:inline-block;
	font-size:1em;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	-ms-border-radius: 3em;
	-o-border-radius: 3em;
	border:1px solid #CBEEFA;
}
a.dlbutton:hover{
	background:#222222;
	color:#FFFFFF;
}
.dl-head-grid{
	padding:3em 3em 3em 5em;
}
.dl-dead-inner-grids{
	padding:2em 0;
}
/*--- Download ---*/

