

/* Large desktops and laptops */
@media only screen and (max-width : 1280px) {
	.template-view{ margin-left:0px;}
	.template-view2{ margin-left:0px;}
	.yellow-bg h1{ margin-top:60px;}
	.blurred-bg{ background-repeat:repeat;}
	.tagged-area a{ font-size:15px;}
	.tagged-area { padding:17px 0 24px 22px; margin-top:-85px;}
    .btn-more{margin-top:-85px;  padding: 41px 18px;}
	.category-tags{ font-size:12px;}
	
	
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

   .template-view{ margin-left:0px; margin-top:60px;}
	.template-view2{ margin-left:0px; margin-top:60px;}
	.yellow-bg h1{ margin-top:60px;}
	.blurred-bg{ background-repeat:repeat;}
	.yellow-bg{ min-height:inherit;}
	.blurred-bg{ min-height:inherit;}
	.btn-more img{ width:auto; height:auto;}
    
	



}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
	.template-view{ margin-left:0px; margin-top:60px;}
	.template-view2{ margin-left:0px; margin-top:60px;}
	.yellow-bg h1{ margin-top:60px;}
	.blurred-bg{ background-repeat:repeat; padding-bottom:54px;}
	.tagged-area a{ font-size:9px;}
	.tagged-area { padding:17px 0 24px 22px; margin-top:-85px;}
	.tagged-name{ margin-top:-114px;}
	.cd-tab-filter a{ padding:0 6px;}
	.btn-more{ margin-top: -85px; font-size:32px;  padding: 32px 18px;}
	.cd-tab-filter a{ padding:0 5px;}
	.main-head h2{ font-size:20px;}
	.overlay h4{ font-size:38px;}
	.overlay p{ font-size:15px;}
	.btn-more img{ width:auto; height:auto;}
	.yellow-bg{ min-height:inherit;}
	.blurred-bg{ min-height:inherit;}
	.carousel-control.right{ right:19%;}
	.carousel-control.left{ left:19%;}
	.mag-btn{ font-size:30px;}
	.hovereffect a.info{ top:-8%;}
	
 

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.main-head h2{ font-size:14px; margin-left:0px;}
	.cd-tab-filter ul{ left:41%;}
	.xs-style{ padding:0px;}
	.tagged-area{ padding:17px 80px 25px 23px;}
	.yellow-bg h1,.yellow-bg p,.tag-area{ padding:0px; text-align:center;}
	.yellow-bg{ min-height:inherit;}
	.blurred-bg{ padding-bottom:30px;}
	.carousel-control.right{ right:19%;}
	.carousel-control.left{ left:19%;}
	  
	



}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.tagged-area{ margin-top:0px; position:inherit; padding: 17px 0 15px 13px;}
	.tagged-name{  margin-top: -31px;}
	.btn-more { padding: 29px 13px; margin-top:0px;}
	.yellow-bg h1{ font-size:25px; padding:0px; text-align:center;}
	.yellow-bg p{ font-size:16px; padding:0px; text-align:center;}
	.tag-area{ padding:0px;}
	.share-area{ padding:0px; margin:45px 0;}
	.opes-logo{ text-align:center;}
	.dl-menuwrapper:first-child{ padding-bottom:30px; }
	.logo{ margin-bottom:30px;}
	.cd-tab-filter a{ padding:0 5px;}
	.main-head h2{ font-size:14px; margin-left:0px;}
	.tagged-area a{ font-size:9px;}
	.overlay span{ text-align:center;}
	.overlay h4{ font-size:25px; margin-top:15px;}
	.overlay p{ font-size:12px; line-height:18px;}
	.mag-btn{ font-size:19px; margin-top:10px;}
	.hovereffect a.info{ top:-10%;}
	.cd-gallery ul{ padding-left:0px !important;}
	.cd-tab-filter ul{ top:9px; background-color:#ffd202;}
	.cd-tab-filter a.selected{ background-color:#ba181e;}
	.carousel-control.right{ right:19%;}
	.carousel-control.left{ left:19%;}


}