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

.container {
    overflow: hidden !important;
    width: 100% !important;
}
#content > div > div > div.col-lg-4.col-md-4.col-sm-8.col-xs-12.left {
    display: none !important;
}
.col-sm-8 {
    width: 100% !important;
}
/*
ins.adsbygoogle {
    display: none !important;
}
*/
.menu {
    width: 96% !important;
}

 }


@media only screen and (min-width: 768px) and (max-width: 959px){
	#wrap {
		width:95%;
	}
	#content {
		padding: 2%;
		width: 96%;
	}
	#sidebar{
	width:90%;
	margin-top:0px;
	}
	#gallery{
		float: left;
		width: 48%;
	}
	#gallery img {
		float: right;
		margin: 0px  20px   20px   20px  ;

	}
	.widget {
		float:right;
	}
	.widget iframe {
		height: 250px;
		width: 315px;
	}
}


/************ 480px to 767px *************/


@media only screen and (min-width: 480px) and (max-width: 767px){
	nav ul#main-nav { 
		display: none;
	}
	nav select { 
		display: inline-block;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	#wrap {
		width: 95%;
	}
	#content {
	    padding: 2% 0%;
		width: 94%;
	}
	#searchform {
		margin-top: 0;
	}
	#sidebar{
		margin-top: 0;
		padding: 2%;
		width: 96%;
	}
	#gallery{
		float: left;
		width: 47%;
	}
	#gallery img {
	    float: left;
		margin: 0 12px 22px;
	}
	.widget {
		float:right;
	}
	.widget iframe {
		height: 250px;
		width: 315px;
	}
}


/************ 320px to 480px *************/
@media only screen and (min-width: 320px) and (max-width: 480px){
	nav ul#main-nav { 
		display: none;
	}
	nav select { 
		display: inline-block;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	#title h5 {
		margin:9px 0 22px;
		text-align: center;
	}
	#title h2{
		text-align: center;
	}
	#wrap {
		width: 95%;
	}
	#content {
	    padding: 2% 3%;
		width: 94%;
	}
	#searchform {
		margin-top: 0;
	}
	#sidebar{
		margin-top: 0;
		padding: 2%;
		width: 96%;
	}	
}


/************ 	max-width 667px 
					Small Special Code 
 **********************************************/
@media only screen and (max-width: 667px) {
	.widget {
		width:100%;
	}
	.widget iframe {
		width: 100%;
	}	
	#gallery{
		width: 100%;
	}
	#gallery img {
	    float: right;
		margin: 2%;
	}	
}

