@media only screen and (max-width: 1350px){
	#logoContent{
		float: left;
		width: 40%;
		padding: 20px;
	}
}
@media only screen and (max-width: 1280px){
	#logoContent{
		float: left;
		width: 37%;
		padding: 20px;
	}
}
@media only screen and (max-width: 1190px){
	#logoContent{
		float: left;
		width: 30%;
		padding: 20px;
	}
}
@media only screen and (max-width: 1080px){
	#logoContent{
		float: none;
		width: 320px;
		margin: 0 auto;
		position: relative;
	}
	#wrapper{
		position: relative;
		margin: 0 auto;
		float: none;
	}
	#content{
		margin-bottom: 80px;
	}
	footer{
		height: auto
	}
	footer .copyRight{
		clear: both;
		height: auto;
		line-height: 30px;
	}
	footer .socialShare{
		float: left;
		position: relative;
	}
	footer ul.socialIcons{
		float: right;
		position: relative;	
	}
}
@media only screen and (max-width: 768px){
	#header{
		height: auto;
	}
	#mainNav,#player{
		margin-bottom: 20px;
	}
	#wrapper_lightbox .boxPopup{
		max-width: 90%;
		position: relative;
		margin: 0 auto;
		left: 0;
	}
		#wrapper_lightbox .closeLightbox{
			right: 0;
		}
		#wrapper_lightbox .arrowPrev{
			left: 0;
		}
		#wrapper_lightbox .arrowNext{
			right: 0;
		}
	#wrapper_lightbox_signUP .wrapp_signup{
		max-width: 100%;
		position: relative;
	}
	.pressModule .item,
	.galleryModule .itemGallery{
		width: 33.3333333% !important;
		float: left;
	}
	.videoModule .item{
		width: 50% !important;
		float: left;
	}
}
@media only screen and (max-width: 500px){
	.pressModule .item,
	.galleryModule .itemGallery,
	.videoModule .item{
		width: 100% !important;
		float: none;
	}
  
  footer .copyRight {
    display: none;
  }
  
  footer {
    height: 38px;
  }
  
  footer ul.socialIcons {
    top: 7px;
  }
  
  header #mainNav ul li:first-child, header #mainNav ul li {
    margin-bottom: 27px;
  }
  
  .pressModule .item .pressThumbnail:hover .overlay {
    display: none;
  }
  
   .newsDetail .five {
    width: 50% !important;
  }

}
@media only screen and (max-width: 450px){
	ul.socialShare{
		display: none;
	}
  
  footer .copyRight {
    display: none;
  }
  
  footer {
    height: 38px;
  }
  
  footer ul.socialIcons {
    top: 7px;
  }
  
  header #mainNav ul li:first-child, header #mainNav ul li {
    margin-bottom: 27px;
  }
  
  .pressModule .item .pressThumbnail:hover .overlay {
    display: none;
  }
  
  .newsDetail img {
    display: none;
  }
  
  .newsDetail .seven {
    width: 100% !important;
  }
  
  .scrollNews {
    height:365px; 
  }
}
@media only screen and (max-width: 320px){
	#content{
		margin-bottom: 130px;
	}
	.pagination a{
		font-size: 15px;
		padding: 2px 6px;
	}
  
  footer .copyRight {
   display: none;
  }
  
  footer {
    height: 38px;
  }
  
  footer ul.socialIcons {
    top: 7px;
  }
  
  header #mainNav ul li:first-child, header #mainNav ul li {
    margin-bottom: 27px;
  }
  
  .pressModule .item .pressThumbnail:hover .overlay {
    display: none;
  }
  
   .newsDetail img {
    display: none;
  }
  
  .newsDetail .seven {
    width: 100% !important;
  }
  
  .scrollNews {
    height:365px; 
  }
}