@media screen and (min-width: 981px){

	.touch .explore-more-container{
		width: 815px !important;
	}
	
	.touch .explore-more-title {
		padding-left: 7px;
	}
}
@media screen and (max-width:980px){
	.center-panel-content, .bdcrumbs-container
	 {
		width: 100% !important;
	}
	.article, .tmpl1, .tmpl2 {
		width: 91%;
		padding: 0 15px;
	}
	

	.guide-tags {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.touch #writeGuide, .touch #editGuide , #fbComments {
		display:none;
	}
	.section-media, .section-media.fl,.section-media.fr, .section-media .imgCntr,.guide-content img{
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.guide-tags, .guides-social-module, .author-module, .bdcrumbs-container {
		padding-left: 29px;
		padding-right:29px;
	}
	
	.guide-content table {
		overflow: auto;
	}
	.explore-more-title {
		padding-left: 29px !important;
	}
	
 	.notouch .explore-more-title {
		padding-left: 32px !important;
	}
/* 	iframe, object, embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 360px;
	} */
	
	 .explore-more-container [class*="filmstrip-"] {
	 	margin: 0;
	 }
	 
	 .explore-more-container li:first-child {
	 	padding-left: 20px;
	 }
	 
	.touch .explore-more-container {
		width : auto !important;
		
	}
	.notouch .explore-more-container {
		width : 90% !important;
		
	}
	
	.notouch .explore-more-wrapper{
		margin-right: 15px;
	}
	
}

.tablet	#voteTooltip:before,.tablet #voteTooltip:after{
	left: 13%;
}

@media screen and (min-width: 768px) and (max-width:880px){
	.section-media {
		width: 345px;
	}
	.section-media.imgCntr {
		max-width: 100%;
		max-height: 440px;
		
	}
	}
	
