/* Min media Screen 1200px */
	@media (min-width: 1280px){
		.container{min-width: 1200px;}
	}

/* Media Screen 768px to 1200px */

	@media only screen and (min-width: 992px) and (max-width: 1200px){
		.container{width: 98%;}
	}

	@media only screen and (min-width: 768px) and (max-width: 1200px){
		.story-list-view .story_img img{
		    height: auto !important;
		    max-width: 100%;
		}
	}

/* Media Screen 960px */
	@media (max-width: 960px){

		.shot-home-slider .slide-image-wrap img{height: auto !important;}

	}

/* Min media Screen 768px */
	@media (min-width: 768px){
		/*	same height section */
	    .container-sm-height{
	        display:table;
	        padding-left:0px;
	        padding-right:0px;
	    }
	    .row-sm-height{display:table-row;}
	    .col-sm-height{display:table-cell;float:none;}

		.col-top{ vertical-align:top;}

		.container-sm-height .main-body-content{
			width: 100%;
			min-height: 750px;
			height: 100% !important;
			display: inline-block;
		}
		/*	//same height section */

		.main-menu .navbar-collapse{padding-left: 0;margin-bottom: 10px;}

		.search-counter .search .input-group .search-input{width: 227px;}

		.slide-captions-text .overflow {
		    white-space: nowrap;
		    overflow: hidden;
		    max-width: 500px;
		}
	}
	
	@media only screen and (min-width: 768px) and (max-width: 992px){
		.container{width: 100%;}
		.slide-captions-text .overflow {
		    white-space: nowrap;
		    overflow: hidden;
		    max-width: 300px;
		}
	}

/* Max Media Screen 768px */
	@media (max-width: 768px){
		.main-menu{float: left;width: 100%;}
		.main-menu button.navbar-toggle{border: 2px solid #da672e;}
		.main-menu button.navbar-toggle .icon-bar{background: #da672e}
		.main-menu .nav > li{margin-bottom: 3px;}

		.search-counter .search-wrap{    
			width: 250px;
		    float: left;
		    padding-top: 0;
		    margin-right: 1px;
		}
		.logo{margin-bottom: 5px;}

		.main-menu .navbar-header{margin-top: -54px;float: right;}
		.main-menu .navbar-collapse{margin-top: 0;}
		.main-menu .nav > li{margin-right: 0px !important;}
		.main-menu .navbar-toggle{margin-top: 0px;}
		.container-sm-height .col-sm-height{margin-bottom: 20px;}
		.box-section{margin-bottom: 20px;}
		
		.footer .copyright,.footer .col-sm-4{text-align: center;}
		.related_stories_img{text-align: center;}
		.related_stories_img a{background: transparent;}
		.related-stories-wrap .col-sm-4{margin-bottom: 10px;}
		.selected-story-list .all-selected-stories img{margin: auto;}

		.slide-captions-text .overflow {
		    white-space: nowrap;
		    overflow: hidden;
		    max-width: 300px;
		}

		.footer .footer-logo{margin-top: 15px;}
		.main-body-content{margin-bottom: 20px;}
		.story-list-view .story-list-view-img{padding-right: 0;}
		
	}


/* Media Screen 680px */
	@media (max-width: 680px){
		.shot-home-slider .slide_meta .read_tr{margin-bottom: 10px;}
		.shot-home-slider .carousel-control{max-height: 70%;}
	} /* 680px End */

	@media (max-width: 679px) and (min-width: 481px){
	}
	@media (max-width: 520px){
		.shot-home-slider .slide_meta .record_in{width: 100%;}
		.shot-home-slider .carousel-caption .slide-captions-text{font-size: 18px;}
		.shot-home-slider .carousel-control{max-height: 63%;}
		.shot-home-slider .carousel-caption{margin-left: 24px;    padding-bottom: 10px;}
		.shot-home-slider .slide-captions-icon{
			width: 40px;
    		height: 40px;
   		    padding-top: 9px;
		}
		.shot-home-slider .carousel-caption .slide-captions-text{font-size: 14px;}
		.shot-home-slider .carousel-caption span.fa {
		    color: #fff;
		    font-size: 20px;
		}
		.slide-captions-text .overflow {
		    white-space: nowrap;
		    overflow: hidden;
		    max-width: 200px;
		}

		table.our-partners td{word-break: break-all; word-break: break-word;}

		.items .story_img img{width: 100%;height: auto;}
	}

/* 480px End */
	@media (max-width: 480px){
		.logo{width: 75%;}
		.main-menu .navbar-header{margin-top: -40px;}
		.main-menu .navbar-toggle{padding: 5px 7px;}
		.search-counter .search-wrap{margin-right: 0;padding-right: 0;}
		.story-counter-wrap {clear: both;}
		.slide_story_title{font-size: 18px;}
		.story-slider-content .slide_share{margin-bottom: 10px;}
		.sec-title{font-size: 25px;}
		.find-story-sec .find-story-icon{width: 110px;height: 110px;    padding-top: 33px;    border: 4px solid #fff;}
		.find-story-sec .find-story-icon span {font-size: 34px;}
		.find-story-wrap a:hover .find-story-sec .find-story-icon{    border: 4px solid #da672e;}
		.cbp-l-slider-title-block div{font-size: 25px;margin-right: 60px;}
		.story-share-request .story-share{margin-bottom: 10px;}


	}

/* 320px End */
	@media (max-width: 400px){
		.shot-home-slider .carousel-control {max-height: 66%;}
		.slide-captions-text .overflow {
		    white-space: nowrap;
		    overflow: hidden;
		    max-width: 200px;
		}
	} 
	@media (max-width: 320px){
		.shot-home-slider .carousel-caption .slide-captions-text {font-size: 12px;}
		.slide-captions-text .overflow {
		    white-space: nowrap;
		    overflow: hidden;
		    max-width: 150px;
		}
	} 

/* 240px End */
	@media (max-width: 240px){} 