/* #Tablet (landscape)
================================================== */
/* Portrait tablet to landscape and desktop */

@media (min-width: 980px) and (max-width: 1199px) {


body {
    overflow-x: hidden;
}


.container{
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
.logo {
    width: 46.2%;}

.form_overlay {
    right: -31%;
    width: 69%;
    height: 130%;
}

.contactform {
    width: 46%;
    margin: 37px 0px 20px 40px;
}

.f_inp2 {width: 54%;}
	
.footer ul li a { padding: 0px 3px;}	
	
	
	



}