/*
Zerotheme.com | Free Html5 Responsive Templates
Author URI: http://www.zerotheme.com/
*/

html { -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}




@media only screen and (min-width: 960px) and (max-width: 1199px) {

header{
	background: url('../images/kiev_night900.jpg') no-repeat 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 750px;	
	
}

}

@media only screen and (min-width: 768px) and (max-width: 959px) {

header{
	background: url('../images/kiev_night900.jpg') no-repeat 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 750px;
}

	
}

@media only screen and (max-width: 800px) {

	header{ height: 1000px; 
	
	background: url('../images/kiev_night900.jpg') no-repeat 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

	
	}
}

@media only screen and (max-width: 468px) {
	
	header{ height: 1100px; 

		background: url('../images/kiev_night500.jpg') no-repeat 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    header .wrap-header h1{font-size: 27px;}
	header .wrap-header span {font-size: 20px;}

}

.padding_down {text-align: center;padding: 350px 0;}


}