/*
Free Html5 Responsive Templates
Author: Kimmy Tran
Author URI: https://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 (max-width: 959px) {
	.slider-wrapper{display: none;}
	#page1 h1, h1 {padding:20px 0 0 0;}
	#page1 .menu, .menu {padding:30px 10px 20px 0; }
}

@media only screen and (max-width: 767px){
	.menu {float: left;}
	.menu li {padding: 0 20px 10px 0;}
	.menu li a {
    display: inline-block;
    font-size: 18px;
    line-height: 1.2em;
    color: #913132;
		text-align: left;
}
h3 {
    font-size: 22px;
    line-height: 1.6em;
    color: #913132;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
}
@media only screen and (max-width: 600px) {
	
}
@media only screen and (max-width: 420px) {
	#contact-form input {width:50%;}
}
@media only screen and (max-width: 240px) {
	#contact-form input {width:30%;}
}