@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:979px) {


}

@media only screen and (max-width:899px) {


}

@media only screen and (max-width:799px) {


}

@media only screen and (max-width:767px) {

nav ul li{font-size:50px; line-height:50px; padding-bottom:20px;}

.footer_left{float:none;}
.footer_right{float:none;}
.footerarea li{margin:0px 7px;}

}

@media only screen and (max-width:639px) {

nav ul li{font-size:30px; line-height:30px; padding-bottom:20px;}

}

@media only screen and (max-width: 479px) {

.wrapper{padding:0px 5%;}
.masonry{
	-moz-column-gap:0px;
	-webkit-column-gap:0px;
	 column-gap:0px;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	 column-count: 1;
}

.logo{width:200px; float:left; padding:40px 0px;}
.menuicon{width:22px; float:right;}

.topmenu_logo{width:200px; float:left;}
.topmenu_close{width:22px;}

.contactform_area p{padding-left:0px;}
.contactform_area p span{float:none; width:100%; position:inherit; left:0px;}
.submit{font-size:12px; width:130px; line-height:54px;}

.footer_left{}
.footer_right{float:none; padding-bottom:15px;}
.footerarea li{margin:0px 0px 10px 0px; display:block;}

}

