/*Large Screen*/

@media only screen and (min-width: 769px) and (max-width: 980px){

/*
declaration of font size
*/
body{
  font-size:13px;
}
	
/*
hide off canvas on bigger window
*/

#wrapper.active{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
}	

/*
hide off canvas on bigger window
*/

div#offcanvas.active{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/*
top button position
*/
span#top-buttons {
	display:none;
}
#post-content .moduletable.contact-form {
	border-top : 1px solid #ccc ;
    width: 100%;
}
#k2Container-contact.itemListView {
	width: 100%;
    float: left;
}
#k2Container-contact.itemListView .itemList {
	padding : 0 ;
}
#post-content .moduletable.contact-form .mod_sef {
		padding : 0 ;
}

#main-header #bot-header .moduletable.main-menu ul > li > a {
    color: #fff;
    display: block;
    padding: 30px 0 30px;
    font-size: 115%;
    font-family: 'adamant_bgregular';
}


}