/***** SMARTPHONES *****/

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

	/*.menu { display:none; }*/
	.social-icons { display:none; }
	.menubg { position:absolute; min-height: 50px; }

	.slicknav_menu { display:block; }

	.left-sidebar { position: relative; width: 100%; height:500px; }

	.page-content { float: left; width: 100%; }

	.logo {
		max-width: 200px;
	}

	.slicknav_target {
		position: absolute;
		top: 0;
		right: 0;
	}

	.header .row {
		position: relative;
	}

	.menushop {
		display: none;
	}

	.menugeral {
		display: none;
	}

}

@media all and (max-width: 1100px){

	.social-icons { display:none; }

	.content-info .widget {
		margin-bottom: 2em;
	}

	.content-info .widget:last-child {
		margin-bottom: 0;
	}

}

/***** TABLETS PORTRAIT & LANDSCAPE *****/

@media only screen
and (min-width : 768px)
and (max-width : 1024px) {

	.header .col-md-3 {
		width: 35%;
		float: left;
	}

	.header .col-md-9 {
		width: 65%;
		float: left;
	}
}


/***** PORTRAIT TABLETS *****/

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	.menu, .menutoggle {
		display:none;
	}

	.slicknav_menu {
		display:none;
	}
}

@media screen and (max-width: 40em) {
	.menu, .menutoggle {
		display:none;
	}
}