#ad_top_menu{ 
/*background-color: #020202;
border-bottom: 1px solid #1a1a1a;*/
padding: 20px 0 0;
}

.affix-top {position: absolute;}

.affix {
  top: 0;
  display: block;
  overflow: hidden;
  z-index: 1000000;
}

@keyframes affixFadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@-webkit-keyframes affixFadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
} 


#article .affix{
  animation: affixFadeIn .5s  ease-in;
  -webkit-animation: affixFadeIn .5s;
}

.navbar{
border: none;
margin-bottom: 0;
z-index: 100000;
width: 100%;
perspective: 0;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}

.modal-open .navbar{
z-index: 999;
}

.navbar-collapse{padding: 0;}

.navbar-inverse {
background-color: transparent;
border-color: transparent;
}


.navbar-fixed-top .navbar-collapse, 
.navbar-fixed-bottom .navbar-collapse{
max-height: inherit;
}

.navbar .container-fluid:first-child { padding-left: 0; padding-right: 0;}

.navbar-right{ margin-right: 0;}

.navbar_bg{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 42px;
background-color: #222222;
z-index: -10;
}

.nav_order{ 
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}


.first_nav{
background-color: #222222;
-webkit-box-ordinal-group: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
-moz-box-ordinal-group: 1;      /* OLD - Firefox 19- */
-ms-flex-order: 1;              /* TWEENER - IE 10 */
-webkit-order: 1;
order: 1;
}

.search_nav{
background-color: #222222;
-webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
-moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
-ms-flex-order: 2;              /* TWEENER - IE 10 */
-webkit-order: 2;
order: 2;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}


.second_nav{
-webkit-box-ordinal-group: 3;   /* OLD - iOS 6-, Safari 3.1-6 */
-moz-box-ordinal-group: 3;      /* OLD - Firefox 19- */
-ms-flex-order: 3;              /* TWEENER - IE 10 */
-webkit-order: 3;
order: 3;
-ms-flex: 1;
flex: 1 100%;

background-color: #433f3e;
background-color: #433f3e\9; /* IE6, IE7, IE8, IE9 */
background:rgba(67,63,62,0.9);
zoom: 1;
}
	

.first_nav ul {
	width: 100%;
	padding-left:10px;
}

.first_nav ul > li > a {
padding: 10px 7px;
}

.second_nav ul > li > a {
padding: 15px 10px;
}

.search_nav form{ margin: 0 10px;}

.search_nav form span{ color: #fff; }

.search_nav form .input-group-addon{
background-color: #3c3c3c;
border: 0;
padding: 13px;
}

	.search_nav form .input-group-addon{
	padding: 11px\0/; /* IE-8 ONLY */
	}

.search_nav form .form-control{
background-color: #5c5c5c;
border: 0;
height: 42px;
color: white;
}


.navbar-header {
position: absolute;
width: 100%;
z-index: 1000;
}

.navbar-inverse .navbar-toggle {
border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
background-color: transparent;
}

.logo_second_nav{margin-right: 10px;}

.logo_first_nav a,
.navbar-brand{
position: relative;
/* left: 10px; */
top:7px;
margin-right: 16px;
padding: 0 !important;
}

.logo_second_nav a,
.navbar-brand{
position: relative;
left: 12px;
top:11px;
margin-right: 10px;
padding: 0 !important;
}


.logo_first_nav img{
height: 28px;	
}

.logo_second_nav img{
height: 24px;	
}


.second_nav ul{margin-left: 10px;}

.navbar-brand {
display: none;
height: auto;
}

.navbar-brand img{
height: 28px;
}

.navbar-toggle{
padding: 0;
margin-top: 10px;
}

.fa-bars{
font-size: 26px !important;
}


.menu {
position: absolute;
display: none; 
margin: 0 auto;
top: 0px;
left: 39px;
}	


.menu_bar {
height: 50px;
display: inline-block;
padding: 15px 15px 15px 13px;
position: relative;
top: -2px;
}

.menu_bar,
.menu_bar:hover, 
.menu_bar:focus{
color: #a80000;
}

@media screen and (min-width: 1250px){
	.first_nav ul > li > a { padding: 10px 14px; }
	.second_nav ul > li > a { padding: 13px 14px; }
}

@media screen and (min-width: 320px) and (max-width: 905px){
	
	.commissioning-header{top: 72px;}
	.navbar-collapse{}
	.navbar-inverse {background-color: #2d292a;}
	.second_nav{background:rgba(67,63,62,1);}
	.navbar .container-fluid:first-child { }
	.navbar-inverse .navbar-collapse, 
	.navbar-inverse .navbar-form {
	border-color: transparent;
	height: 100vh;
	background-color:#222222;
	}
	.navbar-form {
	border-top: 0;
	border-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	.navbar-form .form-group { margin-bottom: 0;}
		
	.navbar-fixed-top .navbar-collapse, 
	.navbar-fixed-bottom .navbar-collapse {
	min-height: 100vh;
	}
	.navbar-header {
	background-color: #2d292a;
	}
	.search_nav form{
	margin:10px;
	}
	.search_nav{
	background: rgba(67,63,62,1);
	margin-top: 46px;
	padding: 0;
	-webkit-box-ordinal-group: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 1;      /* OLD - Firefox 19- */
	-ms-flex-order: 1;              /* TWEENER - IE 10 */
	-webkit-order: 1;
	order: 1;
	}
	.second_nav{
	-webkit-box-ordinal-group: 2;   
	-moz-box-ordinal-group: 2;      
	-ms-flex-order: 2;              
	-webkit-order: 2;
	order: 2;	
	}
	.first_nav{
	-webkit-box-ordinal-group: 3;   
	-moz-box-ordinal-group: 3;      
	-ms-flex-order: 3;              
	-webkit-order: 3;
	order: 3;
	
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;

	}

	.logo_first_nav a{
	margin: 10px 0 10px -3px;
	}	
	.nav > li {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	}
	.navbar-nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
	}
	.logo_first_nav{
	display: block !important;
	width: 100%  !important;
	height: 53px;
	}
	.navbar-brand {display: inline-block;}
	.menu{
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
	}
	.menu_bar{ display: none;}
	.logo_second_nav{ display: none !important;}
	.ad_menu {display: none;}
	
	#list #ad_top_menu{
	display: none;
	}
}

@media screen and (min-width: 481px) and (max-width: 905px){

	.commissioning-header{top: 35px;}
	
}

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

	.commissioning-header{top: 55px;}
	
}

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

	
}


@media screen and (min-width: 320px) and (max-width: 667px){

}

@media screen and (min-width: 640px) and (max-width: 767px){


}

@media screen and (min-width: 569px) and (max-width: 639px){


}

@media screen and (min-width: 539px) and (max-width: 568px){


}

@media screen and (min-width: 481px) and (max-width: 538px){

	
}

@media screen and (min-width: 401px) and (max-width: 480px){


}

@media screen and (min-width: 320px) and (max-width: 400px){


}

@media screen and (max-width: 425px){

.commissioning-header{top: 0px;}

}

/* For landscape Ipad */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	#article .affix {
	animation: affixFadeIn 2.3s  ease !important;
	-webkit-animation: affixFadeIn 2.3s !important;
	}

}


/* IE10 + IE11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	
	.navbar{
	min-height: 100px;
	}
	.nav-order{ 
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row;
	}
	
	.first_nav {
	-ms-flex: 70%;
	-ms-flex-order: 1;
	 left: 0;
	}
	.search_nav {
	-ms-flex: 20%;
	-ms-flex-order: 2;
	}
	.second_nav {
	-ms-flex: 100%;
	-ms-flex-order: 3;
	position: absolute;
	top: 40px;
	left: 0;
	}
	.affix-top .second_nav{
	-ms-flex: 100%;
	-ms-flex-order: 3;
	}
}
/* *{outline:1px solid red;} */

/* Header -------------------------------------------------- */

#home header, 
#article header{
margin-top: 90px\9 !important; /* IE6, IE7, IE8, IE9 */
}

html[data-useragent*='MSIE 10.0'] #home header { margin-top: 90px !important; } /* IE10 */
html[data-useragent*='MSIE 10.0'] #article header { margin-top: 90px !important; } /* IE10 */ 

_:-ms-fullscreen, :root #home header { margin-top: 90px !important; } /* IE11 */ 
_:-ms-fullscreen, :root #article header { margin-top: 90px !important; } /* IE11 */

/* Safari */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
    #home header { margin-top: 97px !important;}
}


/* Firefox */
@-moz-document url-prefix() { 
	#home header, 
	#article header	 { 
		margin-top: 92px !important; 
	}
}


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

	.full_width_holder.horoscopes_full_width_holder{
	
		background-color: #f8f3ec !important;
	
	}
	
	.full_width_holder.horoscopes_full_width_holder .horoscopes_img_holder img{
	
		height: 174px !important;
		width: auto !important;
		margin: auto;
		padding: 10px;
		
	}
	
	.full_width_holder.horoscopes_full_width_holder p, .full_width_holder.horoscopes_full_width_holder h4, .full_width_holder.horoscopes_full_width_holder h2, .full_width_holder.horoscopes_full_width_holder h3{
	
		color: #333333 !important;
	
	}
	
	.gogglebox_logo{top: 280px !important;}
	
	
}

@media screen and (min-width: 320px) and (max-width: 905px){
	#home header, 
	#article header{
		margin-top: 50px;
	}
	
	.horoscopes_list{padding: 15px;}
	
	.logo_redrock{display: none;}
	h3{font-size: 22px;}
	.footer_links li {
	display: inline-block;
	width: 49%;
	font-size: 12px;
	height: 40px;
	}
	.section_padding{	padding: 36px 0;	}
	/*Home page */
	header{ margin-top: 49px;}
	.focuspoint { height: 232px;}
	.section_focuspoint { height: 232px;}
	.content_bottom_1 { 
		top: 30px;
	}
	.content_section h1{ font-size: 36px;}
	.content_bottom_2 { bottom: 65px;}
	.content_bottom_3 { bottom: 44px;} 
	blockquote {margin: 0 0 8px;}
	blockquote h2{ font-size: 22px;}
	blockquote footer, 
	blockquote small, 
	blockquote .small {font-size: 14px;}
	.btn-social{
		width: 48px;
		height: 48px;
		font-size: 24px;
		margin-bottom: 10px;
	}
	.view_more_mobile{margin-top: -13px;}
	.logo_3player{width: 76px;}
	.small_story{ 
	height: auto; 
	margin-bottom: 20px;
	}
	
	
	/*Article page */
	#article header{display: none;}
	#article .top_ad{ padding-top: 64px;}
	.content_bottom_4{ bottom: 60px;} 
	#article .content_section .logo_redrock{ width: 80%;}
	/*List page */
	#list .top_ad{ padding-top: 64px;}
	
	
	

}

@media screen and (min-width: 320px) and (max-width: 450px){

	.gogglebox_logo{top: 105px !important;}
	
}

@media screen and (min-width: 768px) and (max-width: 768px){
	.focuspoint { height: 300px;}
	.section_focuspoint { height: 300px;}
	.small_story{ 
	height: 220px; 
	margin-bottom: 20px;
	}
	.footer_links {padding: 0 15px;}
	.footer_links li {	width: 24%;	}
	.footer_logo {margin-left: 15px;}
	
	.top_story .cc_top5_img, .top_story .cc_top5_img_holder {
	    height: 277px;
	   
	}	
	
	.small_story .cc_top5_img, .small_story .cc_top5_img_holder{
	
	height: 132px;
	
	
	}
	
}

@media screen and (min-width: 1px) and (max-width: 768px){
	.text-center-mobile-only{text-align: center;}	
	.search-form.hidden-sm{
		display: none;
	}	
}

@media screen and (min-width: 1px) and (max-width: 414px){

	.top_story .cc_top5_img, .top_story .cc_top5_img_holder, .small_story .cc_top5_img, .small_story .cc_top5_img_holder {
	    height: 200px;
	    
	}
	
	
		
}

@media screen and (min-width: 414px) and (max-width: 767px){

	.top_story .cc_top5_img, .top_story .cc_top5_img_holder{
	    height: 364px;
		
	}	
	
	.small_story .cc_top5_img, .small_story .cc_top5_img_holder {
		
		height: 174px;
		
	
	}
	

	
}

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

	.small_story .cc_top5_img, .small_story .cc_top5_img_holder {
		
		height: 124px;
		
	
	}
	
}

@media screen and (min-width: 320px) and (max-width: 991px){

	.home_bt_mpu{margin-bottom: 36px;}
	
}

@media screen and (min-width: 320px) and (max-width: 667px){
	.big_section .small_story{ 
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.content_section h1{ font-size: 24px; margin: 4px 0;}
	.content_section .logo_redrock{ width: 60%;}
	.top_story { margin-bottom: 25px; }
	.footer_links li a{padding-right: 0;}
	
	#home .catch_up{
	position: static;
	top: 80px;
	font-size: 15px;
	}
	
	#home .healthy_hub_sponsor{
		position: absolute;
		top: -60px;
		font-size: 15px;
		
	}
	
}

@media screen and (max-width: 768px){

	#article  .top_section{
		margin-top: 80px;
	}	
	
}

@media screen and (min-width: 640px) and (max-width: 767px){
	.content_section h1{ font-size: 24px; margin: 4px 0;}
	.content_section .logo_redrock{ width: 60%;}
	
	#home .catch_up{
	position: absolute;
	top: 60px;
	font-size: 15px;
	}
	
}

@media screen and (min-width: 569px) and (max-width: 639px){


}

@media screen and (min-width: 539px) and (max-width: 568px){


}

@media screen and (min-width: 481px) and (max-width: 538px){

	
}

@media screen and (min-width: 401px) and (max-width: 480px){
	.left_space{ left: -5px;}

}

@media screen and (min-width: 320px) and (max-width: 400px){
	.footer_copyright p{ 
		font-size: 11px;
		top: 3px;
		position: relative;
	}
	.big_section .small_story{ 
		margin-top: 20px;
		margin-bottom: 0;
	}
	#article .ad_text{
		float: left;
		margin: 15px 0;
	}
}

/* IPhone 6 portrait + Sony xperia */
@media screen and (min-width: 360px) and (max-width: 375px){
	#article .ad_text{
		float: none;
		margin: 15px auto;
	}
}


/* For landscape Ipad */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	#home header, 
	#article header{
		margin-top: 96px;
	}

}


@media(-webkit-min-device-pixel-ratio: 2) {

}




