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

}
@media only screen and (min-width: 768px) and (max-width:992px) {
	.sectionPosts.explorePosts .thumbnailImg{
    	width: 45%;
    	margin-right: 5% !important;
	}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
	#cssmenu li a{
		font-size: 15px;
		padding: 8px 15px 8px 0;
	}
	.widget_email-subscribers-form form input[type="text"], 
	.widget_email-subscribers-form form input[type="email"],
	.es_submit_button{
		width: 100%;
	}
	.guest-post,
	.popular-detinations{
		min-height: 180px;
	}
	.guest-post h3, 
	.popular-detinations h3{
		font-size: 20px;
	}
	.blog_thumbnail img, 
	.searchPage img.media-object{
		height: 100px;
		max-width: 150px;
	}
	div.asl_r .results .item .asl_image {
    	display: none;
	}
	div.asl_r.vertical{
		margin: 0 15px !important;
		right: 0 !important;
	}
	div.asl_r .results .item .asl_content h3{
		display: block;
		padding-left: 15px;
	}
	.side-menu ul {
		float: right;
	}
}
@media only screen and (max-width:767px) {
    /*.rightPanel {
        margin: 34px 0px 0;
    }*/
	.metaslider.ms-theme-highway .flexslider ul.slides .caption-wrap {
		display: none !important;
	}
	.metaslider.ms-theme-highway .flexslider ul.slides a img {
		height: 150px;
	}
	.ms-theme-highway {
		padding-bottom: 0 !important;
	}
	h1{
		font-size: 24px;
	}
	h2{
		font-size: 22px;
	}
	.mainSection-head h1{
		width: calc(100% - 20%);
	}
	.exploreBtn span {
		display: none;
	}
	.side-menu {
		text-align: center;
	}
	.logo-search-section .pull-left,
	.logo-search-section .pull-right{
		width: 100%;
		float: none;
	}
	.logo-search-section .pull-left{
		text-align: center;
	}
	.logo-search-section .pull-right{
		margin: 25px 0 20px 0 !important;
	}
    .navbar-collapse {
        padding-left: 21px !important;
    }
    #cssmenu li {
        display: block;
    }
    .subMenu li {
        display: block;
    }
    footer {
        text-align: center;
    }
	.footer-links3{
		text-align: center;
	}
    .carousel .carousel-inner .item {
        height: 280px !important;
    }
    .districtImage img {
        height: 200px;
        width: 100%;
    }
	.sectionPosts.explorePosts .thumbnailImg{
    	width: 100%;
    	margin-right: 0 !important;
		margin-bottom: 20px !important;
		padding-bottom: 0;
	}
	.widget_email-subscribers-form form input[type="text"], 
	.widget_email-subscribers-form form input[type="email"],
	.es_submit_button{
		width: 100%;
	}
	.widget_categories{
		margin-top: 20px;
	}
	.blog_thumbnail img, 
	.searchPage img.media-object{
		height: 80px !important;
		max-width: 120px;
	}
	.second-row{
		line-height: 35px;
    	padding: 10px 0;
	}
	div.asl_r .results .item .asl_image {
    	display: none;
	}
	div.asl_r.vertical{
		margin: 0 15px !important;
		right: 0 !important;
	}
	div.asl_r .results .item .asl_content h3{
		display: block;
		padding-left: 15px;
	}
	.pagesidebar {
    	padding-top: 30px;
	}
	.searchPageSidebar{
		padding-top: 0;
	}
}
@media only screen and (max-width:479px) {
    .first-row ul {
        padding: 0;
        display: block;
        float: none;
        text-align: center;
    }
    .first-row li:first-child {
        padding-left: 0;
    }
    .rightPanel {
        float: left !important;
    }
    .rightPanel #districtSelect {
        margin-bottom: 10px;
    }
    .rightPanel #districtSelect, .rightPanel .searchboxlayout {
        width: 100%;
    }
    .rightPanel .borderVertical {
        display: none;
    }
}
/* new changes */
@media only screen and (min-width: 1366px) {
	.container{
		max-width:1266px;
	}
	.post-content-section,
	.searchPage{
		padding-right: 43px;
		border-right: dashed 1px #ddd;
	}
	.pagesidebar{
		padding-left: 43px;
	}
	.exploreBtn {
		position: relative;
    	top: -10px;
		margin-bottom: 0 !important;
	}
}
@media only screen and (min-width: 1440px) {
	.container{max-width:1380px}
}
@media only screen and (min-width: 1600px) {
	.container{max-width:1450px}
}
@media only screen and (min-width: 1920px) {
	.container{max-width:1600px}
}
@media only screen and (min-width: 1024px) and (max-width: 1300px){
	.post-content-section,
	.searchPage{
		padding-right: 25px;
		border-right: dashed 1px #ddd;
	}
	.pagesidebar{
		padding-left: 25px;
	}
	.exploreBtn {
		position: relative;
    	top: -10px;
		margin-bottom: 0 !important;
	}
}
@media only screen and (max-width: 479px){
	.first-row ul {
		text-align: right;
	}
}
@media (min-width: 1024px){
	.tourist-attractions-list ul{
		width: 33%;
		float: left;
	}
	.tourist-attractions-list .first{
		padding-left: 10px;
	}
	.side-menu ul {
		float: right;
	}
}
/* new changes */