@media screen and (min-width: 1600px) and (max-width: 1920px){
	
}
@media screen and (min-width: 1540px) and (max-width: 1600px){

}
@media screen and (min-width: 1370px) and (max-width: 1540px){
	.social-item-fb { position:fixed; left:5px; bottom:95px; background:url(../img/social-fb.png) no-repeat; background-size:150px; width:150px; height:47px; }
	.social-item-yt { position:fixed; left:5px; bottom:50px; background:url(../img/social-yt.png) no-repeat; background-size:150px; width:150px; height:45px; }
}
@media screen and (min-width: 1280px) and (max-width: 1370px){
	.social-item-fb { position:fixed; left:5px; bottom:81px; background:url(../img/social-fb.png) no-repeat; background-size:100px; width:100px; height:32px; }
	.social-item-yt { position:fixed; left:5px; bottom:50px; background:url(../img/social-yt.png) no-repeat; background-size:100px; width:100px; height:32px; }
}
@media screen and (min-width: 1024px) and (max-width: 1280px){
	.social-item-fb { position:fixed; left:5px; bottom:81px; background:url(../img/social-fb.png) no-repeat; background-size:100px; width:100px; height:32px; }
	.social-item-yt { position:fixed; left:5px; bottom:50px; background:url(../img/social-yt.png) no-repeat; background-size:100px; width:100px; height:32px; }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.social-item-fb { position:fixed; left:5px; bottom:81px; background:url(../img/social-fb.png) no-repeat; background-size:100px; width:100px; height:32px; }
	.social-item-yt { position:fixed; left:5px; bottom:50px; background:url(../img/social-yt.png) no-repeat; background-size:100px; width:100px; height:32px; }	
}

@media screen and (min-width: 768px) and (max-width: 978px){
	
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.social-item-fb { position:fixed; left:5px; bottom:81px; background:url(../img/social-fb.png) no-repeat; background-size:100px; width:100px; height:32px; }
	.social-item-yt { position:fixed; left:5px; bottom:50px; background:url(../img/social-yt.png) no-repeat; background-size:100px; width:100px; height:32px; }
}

@media screen and (min-width: 0px) and (max-width: 767px), screen and (device-aspect-ratio: 40/71), screen and (device-aspect-ratio: 2/3) {
	.social-item-fb { position:fixed; left:5px; bottom:81px; background:url(../img/social-fb.png) no-repeat; background-size:100px; width:100px; height:32px; }
	.social-item-yt { position:fixed; left:5px; bottom:50px; background:url(../img/social-yt.png) no-repeat; background-size:100px; width:100px; height:32px; }
}
@media screen and (min-width: 414px) and (max-width: 768px){
	.social-item-fb { position:fixed; left:5px; bottom:81px; background:url(../img/social-fb.png) no-repeat; background-size:100px; width:100px; height:32px; }
	.social-item-yt { position:fixed; left:5px; bottom:50px; background:url(../img/social-yt.png) no-repeat; background-size:100px; width:100px; height:32px; }
	#navbar .nav.navbar-nav { background:#cc650a; }	
	.navbar-nav>li>a { padding:10px 10px 10px 25px; }
	.horizontal-divider { display: none; }
	.navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #ffffff; }
	.col-md-2.header-top { margin-top:10px; }
	.header-wrapper { border-right:0; }
	.header-top .logo { margin-bottom:10px; }
	.container-actions .col-md-2 { margin-bottom:20px; text-align:center; width:180px; float:left;  }
		.container-actions .col-md-2 .action { margin:0 auto; }

	.sidebar-right-ads .sidebar-items { width:100%; overflow:hidden; margin-top:0px; }	
		.sidebar-right-ads .sidebar-items .popular-item { float:none; margin:20px auto 0 auto; }
	
}
@media screen and (min-width: 0px) and (max-width: 414px){
	.social-item-fb { position:fixed; left:5px; bottom:81px; background:url(../img/social-fb.png) no-repeat; background-size:100px; width:100px; height:32px; }
	.social-item-yt { position:fixed; left:5px; bottom:50px; background:url(../img/social-yt.png) no-repeat; background-size:100px; width:100px; height:32px; }
	#navbar .nav.navbar-nav { background:#cc650a; }	
	.navbar-nav>li>a { padding:10px 10px 10px 25px; }
	.horizontal-divider { display: none; }
	.navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #ffffff; }
	.col-md-2.header-top { margin-top:10px; }
	.header-wrapper { border-right:0; }
	.header-top .logo { margin-bottom:10px; }
	.container-actions .col-md-2 { margin-bottom:20px; text-align:center;  }
		.container-actions .col-md-2 .action { margin:0 auto; }
	.page-full-text .f-img-wrap img { width:100% !important; }	
}
