@charset "utf-8";

body {
	background-color: #ffffff;
	position: relative;
}

/* MENU */

.header{
	position:fixed;
	z-index:9999;
	height:50px;
	width:100%;
	background-color:#0b72b5;
	box-sizing:border-box;
}

.header2{
	position:fixed;
	z-index:9999;
	height:50px;
	width:100%;
	background-color:#0b72b5;
	box-sizing:border-box;
	overflow: hidden;
	display: none;
}

#responsive_nav {
	width: 980px;
	height: auto;
	margin: 0 auto;
}

#responsive_nav2 {
	width: 100%;
	margin: 0 auto;
	display: none;
}


#menutoggle {
	float: left;
	display: inline-block;
	margin: 10px 0 0 0;
}

#menutoggle i {
	font-size: 33px;
	color: rgba(255, 255, 255, 1);
}

#menut_lbl {
	float: left;
	font-family: 'Oswald';
	color: #ffffff;
	font-size: 18px;
	margin: 17px 0 0 5px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.025em;
}

#m_date {
	float: left;
	font-family: 'Noto Serif';
	color: #ffffff;
	font-size: 14px;
	margin: 19px 0 0 10px;
	font-weight: 400;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

#logo_m {
	/* margin: 13px auto 0; */
	width: 192px;
	height: 27px;
	padding-top: 15px;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
	display: none;
}

#logo_m2 {
	/* margin: 13px auto 0; */
	width: 180px;
	height: 27px;
	padding-top: 15px;
	margin: 0 auto;
}

#search {
	float: right;
	margin-top: 13px;
	border-left: 1px solid #ffffff;
	padding: 0 10px;
}

#search i {
	font-size: 25px;
	color: rgba(255, 255, 255, 1);
}

#weather {
	float: right;
	margin-top: 13px;
	border-left: 1px solid #ffffff;
	padding: 0 10px;
}

#weather i {
	font-size: 25px;
	color: rgba(255, 255, 255, 1);
}

#tp_lbl {
	float: right;
	font-family: 'Oswald';
	color: #ffffff;
	font-size: 18px;
	margin: 17px 10px 0 5px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.025em;
}

#tp_lbl a, #tp_lbl a:visited, #tp_lbl a:hover {
	color: #ffffff;
	text-decoration: none;
}

#paper_icon {
	float: right;
	margin-top: 13px;
}

#paper_icon i {
	font-size: 25px;
	color: rgba(255, 255, 255, 1);
}


/* Big logo */
#blogo {
	width: 288px;
	height: 38px;
	text-align: center;
	z-index: 9999;
	margin: 0 auto;
	margin-top: 24px;
	padding-top: 10px;
	position: relative;
	background-color: #ffffff;
}

#blogo img {
	width: 93%;
}

/* ADS */
#lb_wrap {
	width: 970px;
	height: 90px;
	margin: 3px auto 0;
	text-align: center;
}

/* ADS */
#lb_wrap_article {
	width: 970px;
	height: 90px;
	padding-top: 92px;
	margin: 0 auto;
	text-align: center;
}

/* MAIN NAV */
#main_nav {
	width: 980px;
	height: 23px;
	padding-top: 91px;
	margin: 0 auto;
	overflow: hidden;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#main_nav ul {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
}

#main_nav li {
	font-family: 'mallory';
	font-size: 16px;
	letter-spacing: 0.025em;
	position: relative;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#main_nav a, #main_nav a:visited {
	color: #989898;
	text-decoration: none;
}

#main_nav a:hover {
	color: #0a71b4;
	text-decoration: none;
	transition: 1s;
}

/* MAIN NAV ARTICLE */
#main_nav2 {
	width: 980px;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#main_nav2 ul {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
}

#main_nav2 li {
	font-family: 'mallory';
	font-size: 16px;
	letter-spacing: 0.025em;
	position: relative;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#main_nav2 a, #main_nav2 a:visited {
	color: #989898;
	text-decoration: none;
}

#main_nav2 a:hover {
	color: #0a71b4;
	text-decoration: none;
}

/* SECTIONS MENU */
#mobilenavwrap {
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}
#mobilenavclose {
	width: 90%;
	height: auto;
	text-align: right;
	margin-top: 20px;
	font-family: 'mallory';
	font-size: 12px;
	text-transform: uppercase;
	color: #989898;
	cursor: pointer;
	font-weight: 400;
}

#mobilenavwrap ul {
	width: 100%;
	font-family: 'Oswald';
	font-size: 18px;
	letter-spacing: 0.05em;
}

#mobilenavwrap li {
	border-bottom: 1px solid #dddddd;
	padding: 10px 0;
}

.mnavwrapli_top {
	border-top: 1px solid #dddddd;
}

#mobilenavwrap a, #mobilenavwrap a:visited {
	color: #989898;
	text-decoration: none;
}

#mobilenavwrap a:hover {
	color: #0a71b4;
}
/* SECTIONS MENU END */

/* SUB CHANNELS */
#subchannels {
	width: 980px;
	height: auto;
	border-top: 1px solid #e3e3e3;
	margin: 0 auto;
	overflow: hidden;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#subchannels ul {
	width: 100%;
}

#subchannels li {
	position: relative;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
	font-family: 'mallory';
	font-size: 12px;
	margin-top: 10px;
	font-weight: 400;
}

#subchannels a, #subchannels a:visited {
	color: #989898;
	text-decoration: none;
}

#subchannels a:hover {
	color: #0a71b4;
}
/* SUB CHANNELS END */

/* INQ SECTION */
#inq_section {
	height: auto;
	overflow: hidden;
}

/* TOP GALLERY */
#tg_wrap {
	width: 980px;
	height: auto;
	margin: 10px auto 0;
}

#tg_wrap2 {
	width: 980px;
	height: auto;
	margin: 10px auto 0;
}

#tg_left {
	display: inline-block;
	width: 660px;
	height: auto;
}

#popular_left {
	display: inline-block;
	width: 660px;
	height: auto;
	margin-top: 15px;
}

#top_gallery {
	width: 100%;
	height: auto;
}

#tg_slider {
	width: 100%;
	height: 390px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

#sm_icons {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  width: 30px;
}

#smov {
	width: 30px;
	height: 20px;
	border-radius: 20px;
	background-color: #004985;
	color: #ffffff;
	text-align: center;
	padding-top: 9px;
	margin-bottom: 5px;
	font-size: 14px;
}


#tg_head_wrap {
	width: 99.7%;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	height: 260px;
}


#tg_headline {
	width: 99.8%;
	text-align: center;
}

#tg_headline a, #tg_headline a:visited {
	color: #000000;
	text-decoration: none;
}

#tg_headline a:hover {
	color: #004985;
	text-decoration: none;
}

#tg_headline h1 {
	font-family: 'Mallory-Bold';
	text-transform: uppercase;
	font-size: 36px;
	line-height: 37px;
	letter-spacing: -0.036em;
	padding: 20px 20px 10px 20px;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

#tg_excerpt {
	width: 99.8%;
	text-align: center;
}

#tg_excerpt a, #tg_excerpt a:visited, #tg_excerpt a:hover {
	color: #000000;
	text-decoration: none;
}

#tg_excerpt p {
	font-family: 'Sindelar-Regular';
	font-size: 18px;
	line-height: 22px;
	padding: 0 20px 10px 20px;
	color: #000000;
	max-height: 57px;
	overflow: hidden;
}

#tg_postdate {
	width: 99.8%;
	text-align: center;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

#tg_postdate p {
	font-family: 'VerlagCond-Book';
	font-size: 14px;
	padding: 0 20px 10px 20px;
	margin-bottom: 10px;
	color: #686868;
}

/* POPULAR LABEL */
#inq_popular_lbl {
	width: 100%;
	height: 40px;
	background-color: #8dacc2;
	position: relative;
	overflow: hidden;
}

#inq_popular_lbl h4 {
	font-family: 'Oswald';
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 0.010em;
	padding: 0 0 0 10px;
	float: left;
	font-weight: 700;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


/* TG NEWS */
#tg_latest_wrap	{
	width: 640px;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#tg_ln {
	width: 197px;
	height: auto;
	vertical-align: top;
	text-align: left;
	position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#tg_ln a, #tg_ln a:visited, #tg_ln a:hover {
	color: #686868;
	text-decoration: none;
}

#tg_ln h2 {
	font-family: 'GuardianEgyp-Medium';
	font-size: 14px;
	line-height: 18px;
	color: #686868;
	margin-top: 5px;
}

#tg_ln h6 {
	font-family: 'Mallory-Bold';
	font-size: 12px;
	color: #8dabc1;
	text-transform: uppercase;
	margin-top: 10px;
}

#tg_ln p {
	font-family: 'VerlagCond-Book';
	font-size: 14px;
	color: #686868;
	margin-top: 5px;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

#tgln_img {
	width: 100%;
	height: 125px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

/* RIBBON ADS */
#ribbon_wrap {
	width: 300px;
	height: auto;
	margin: 15px auto 0;
	overflow: hidden;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#ribbon_box {
	width: 300px;
	height: 47px;
	margin: 0 0 20px 0;
	text-align: left;
	position: relative;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/* LATEST NEWS */
#tg_side {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: auto;
	margin-left: 16px;
}

#tg_side2 {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: auto;
	margin-left: 16px;
}

#billboard {
	width: 300px;
	height: 250px;
	margin: 0 auto 20px;
}

#trending_wrap {
	width: 100%;
	margin-top: 10px;
}

#tr_lbl {
	width: 100%;
	height: auto;
	border-top: 12px solid #8dacc2;
	border-bottom: 1px solid #686868;
}

#tr_lbl h6 {
	font-family: 'Druk-Medium';
	font-size: 36px;
	color: #464646;
	padding: 5px 0;
	letter-spacing: 0.05em;
}

#trending_box {
	width: 100%;
	height: 310px;
	margin-top: 10px;
}

#tr_box {
	width: 280px;
	height: auto;
	margin-bottom: 10px;
}

#tr_box a, #tr_box a:visited, #tr_box a:hover {
	color: #686868;
	text-decoration: none;
}

#trb_img {
	width: 100%;
	height: 170px;
	background-size: cover;
	background-position: 50% 50%;
}

#tr_box h2 {
	font-family: 'GuardianEgyp-Medium';
	font-size: 14px;
	line-height: 18px;
	color: #686868;
	margin-top: 5px;
}

#tr_box h6 {
	font-family: 'Mallory-Bold';
	font-size: 12px;
	color: #8dabc1;
	text-transform: uppercase;
	margin-top: 5px;
}

#tr_b_more {
	width: 100%;
	text-align: center;
	font-family: 'Verlag-Bold';
	font-size: 10px;
	color: #686868;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 20px;
}

#tr_b_more a, #tr_b_more a:visited, #tr_b_more a:hover {
	color: #686868;
	text-decoration: none;
}

.scroll {
   overflow: auto;
}
.scroll::-webkit-scrollbar {
    width: 12px;
    background-color: #e0e4e5;
}

.scroll::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #e0e4e5;
}

.scroll::-webkit-scrollbar-thumb {
   border-radius: 10px;
	background-color: #989898;
}

/* SLIDER */

.swiper-container {
	width: 100%;
	height: auto;
}

.swiper-slide {
	background-color: #ffffff;
}

#paginate {
	width: 300px;
	position: absolute;
	top: 0;
}

.swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;
    background-color: #686868!important;
}

/* OPINION */
.opinion_section {
	background-color: #004884;
	margin-top: 20px;
	position: relative;
}

#opinion_lbl {
	width: 100%;
	height: 40px;
	overflow: hidden;
	padding-top: 15px;
}

#opinion_lbl h2 {
	font-family: 'Oswald';
	font-size: 36px;
	color: #ffffff;
	margin: 0 0 0 37px;
    float: left;
    letter-spacing: 0.010em;
}

#opinion_lbl h3 {
	font-family: 'mallory';
	font-size: 10px;
	color: #ffffff;
	margin-right: 40px;
    float: right;
    letter-spacing: 0.2em;
    margin-top: 5px;
    font-weight: 400;
}

#opinion_lbl a, #opinion_lbl a:visited, #opinion_lbl a:hover {
	color: #ffffff;
	text-decoration: none;
}

#ops_box1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

#opb_img {
	width: 150px;
	height: 175px;
	position: absolute;
	background-size: cover;
	background-position: 50% 50%;
	top: 0;
}

#opb_img2 {
	width: 120px;
	height: 120px;
	position: absolute;
	background-size: cover;
	background-position: 50% 50%;
	top: 0;
}

#opb_img img {
	width: 100%;
}

#opb_info {
	width: 300px;
	min-height: 170px;
	float: right;
}

#opb_info h2 {
	font-family: 'mallory';
	font-size: 24px;
	letter-spacing: 0.020em;
	font-weight: 700;
	margin: 10px 0 10px 0;
}

#opb_info h3 {
	font-family: 'mallory';
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

#opb_info h4 {
	font-family: 'mallory';
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 5px;
}


#opb_info h2 a, #opb_info h2 a:visited, #opb_info h2 a:hover {
	color: #ffcc00;
	text-decoration: none; 
}

#opb_info p {
	font-family: 'Noto Serif';
	font-size: 14px;
	color: #ffffff;
	margin-top: 5px;
	letter-spacing: 0.025em;
	line-height: 18px;
	overflow: hidden;
	height: 92px;
}

#opb_info a, #opb_info a:visited, #opb_info a:hover {
	text-decoration: none;
}

#ops_nav {
	width: 1120px;
	height: auto;
	margin: 0 auto;
  	z-index: 9999;
  	color: #0069a1;
  	overflow: hidden; 	
  	position: absolute;
  	top: 50%;
  	bottom: 0;
  	left: 0;
  	right: 0;
}

#ops_nav i {
	font-size: 46px;
}

.opsn_left {
	float: left;
}

.opsn_right {
	float: right;
}

/* NEW OPINION SLIDE */

#opinion_section {
	width: 100%;
	height: auto;
	background-color: #004985;
}

#new_opinion_slide {
	width: 1060px;
	background-color: #004985;
	height: auto;
	position: relative;
	margin: 10px auto 0;
}

.swiper_opinion {
	width: 960px;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}

.op_box {
	background-color: #004985;
}
/* NEW OPINION SLIDE END */

/* Social Media Buttons */
#sm_main {
	width: 100%;
	height: auto;
	margin-top: 8px;
}

#sm_main a, #sm_main a:visited, #sm_main a:hover {
	color: #ffffff;
	text-decoration: none;
}

#sm_main ul {
	height: auto;
	overflow: hidden;
}


#sm_main li {
	width: 27px;
	height: 20px;
	border-radius: 20px;
	background-color: #0b72b5;
	color: #ffffff;
	text-align: center;
	padding-top: 6px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
/* Social Media Buttons */


/* VIDEO */
#inq_video_wrap {
	width: 980px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

#inq_vid_lbl {
	width: 980px;
	background-color: #8dacc2;
	height: 48px;
	margin: 20px auto 0;
}

#inq_vid_lbl_h {
	width: 980px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

#inq_vid_lbl_h h2 {
	font-family: 'Oswald';
	color: #ffffff;
	font-size: 30px;
	padding-top: 10px;
	letter-spacing: 0.010em;
	float: left;
	padding-left: 10px;
}

#inq_vid_lbl_h h3 {
	padding-top: 18px;
	font-family: 'mallory';
	font-size: 10px;
	color: #ffffff;
	float: right;
	letter-spacing: 0.2em;
	font-weight: 400;
	padding-right: 10px;
}

#inq_vid_lbl_h a, #inq_vid_lbl_h a:visited, #inq_vid_lbl_h a:hover {
	color: #ffffff;
	text-decoration: none;
}

#videobox {
	width: 640px;
	height: auto;
	float: left;
	margin-top: 10px;
}

#yt_wrap {
	width: 100%;
	height: auto
}

#vid_title {
	float: left;
	width: 300px;
	height: auto;
	margin-top: 10px;
}

#video_info {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#video_info h2 {
	font-family: 'mallory';
	color: #000000;
	letter-spacing: -0.018em;
	font-size: 18px;
	line-height: 22px;
	font-variant-numeric: lining-nums;
	font-weight: 700;
}

#video_info h3 {
	font-family: 'mallory';
	text-transform: uppercase;
	font-size: 10px;
	color: #686868;
	margin-top: 10px;
	font-variant-numeric: lining-nums;
	font-weight: 400;
}

#vid_desc {
	float: right;
	width: 300px;
	height: auto;
	margin-top: 10px;
}


#vid_desc p {
	font-family: 'Noto Serif';
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}

#more_video {
	width: 300px;
	height: auto;
	margin: 20px auto 0;
}

#more_video a, #more_video a:visited, #more_video a:hover {
	color: #686868;
	text-decoration: none;
}

#more_video h3 {
	font-family: 'mallory';
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 5px;
	font-weight: 700;
}

#video_side {
	float: right;
	width: 300px;
	height: auto;
	margin: 10px auto 0;
}

#bb2 {
	width: 300px;
	height: 250px;
	margin: 0 auto;
}

.watch_lbl {
	margin-top: 10px;
}

#latest_videos {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

#video_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#vidthumb {
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
}

#vidthumb i {
	color: #ffffff;
	opacity: 0.5;
	font-size: 60px!important;
}

#vidthumb:hover i {
	opacity: 1;
	transition: .5s;
}

#vidthumb span {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#vidtitle {
	width: 100%;
	height: auto;
	text-align: left!important;
}

#vidtitle a, #vidtitle a:visited, #vidtitle a:hover {
	color: #000000;
	text-decoration: none;
}

#vidtitle h2 {
	font-family: 'mallory';
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin-top: 5px;
	letter-spacing: -0.010em;
	font-weight: 700;
}

#vidtitle h3 {
	font-family: 'mallory';
	font-size: 10px;
	color: #686868;
	margin-top: 5px;
	text-transform: uppercase;
	font-variant-numeric: lining-nums;
	font-weight: 400;
}

#vb-additional {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#vb-add {
	width: 47%;
	height: auto;
	position: relative;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 30px auto 0;
}

#vb-add h4 {
	font-family: 'mallory';
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin-top: 5px;
	letter-spacing: -0.010em;
	font-weight: 700;
	text-align: left;
}

#vb-add h3 {
	font-family: 'mallory';
	font-size: 10px;
	color: #686868;
	margin-top: 5px;
	text-transform: uppercase;
	font-variant-numeric: lining-nums;
	font-weight: 400;
}

#vb-add h4 a, #vb-add h4 a:visited {
	color: #333333;
	text-decoration: none;
}

#vb-thumb {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}

#vb-thumb span {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#vb-thumb i {
	color: #ffffff;
	opacity: 0.5;
	font-size: 60px!important;
}

#vb-thumb:hover i {
	opacity: 1;
	transition: .5s;
}

/* CHANNELS */
#inq_channels_wrap {
	width: 980px;
    height:auto;
	margin: 0 auto;
	overflow: hidden;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.chbox {
	position: relative;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 30px auto 0;
    text-align: left;
}

.channel_w	{
	width: 300px;
	height: auto;
}

.widesky {
	width: 300px;
	height: 600px;
	/* background-image: url(images/generic-widesky.jpg); */
	text-align: left;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.clrbar {
	width: 100%;
	height: 25px;
}

.chbox h2 {
	font-family: 'mallory';
	font-size: 18px;
	letter-spacing: 0.048em;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 900;
}
.chbox h2 a, .chbox h2 a:visited, .chbox h2 a:hover {
	color: #000000;
	text-decoration: none;
}

.chbox_img {
	width: 300px;
	height: 180px;
	background-size: cover;
	background-position: 50% 50%;
	margin: 10px auto 0;
}

.chbox h6 {
    font-family: 'mallory';
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 0.040em;
    font-weight: 700;
}

.chbox h3 {
	font-family: 'Noto Serif';
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-top: 5px;
	letter-spacing: -0.010em;
	font-weight: 700;
}

.chbox h4 {
    font-family: 'mallory';
    font-size: 10px;
    color: #686868;
    margin-top: 10px;
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
    font-weight: 400;
}

.chbox h3 a, .chbox h3 a:visited, .chbox h3 a:hover {
	color: #000000;
	text-decoration: none;
}

.items {
	margin-top: 30px;
}

.ch_more {
	font-family: 'mallory';
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding-bottom: 5px;
	margin-top: 20px;
	font-weight: 700;
}

.ch_more a, .ch_more a:visited, .ch_more a:hover {
	color: #686868;
	text-decoration: none;
}

.acc_ch {
	width: 300px;
	margin: 10px auto 0;
	height: 29px;
	text-align: center;
	display: none;
}

.business_clr {
	background-color: #6ab023;
}

.usa_clr {
	background-color: #1ac1f1;
}

.sports_clr {
	background-color: #d51e29;
}

.globalnation_clr, .newsinfo_clr, .special_clr  {
	background-color: #004c87;
}

.lifestyle_clr {
	background-color: #b24179;
}

.preen_clr {
	background-color: #c1b5cb;
}

.lifestyle_clr {
	background-color: #b24179;
}

.entertainment_clr {
	background-color: #eb690b;
}

.technology_clr {
	background-color: #1ac1f1;
}

.opinion_clr {
	background-color: #85a7bf;
}

.pop_clr {
	background-color: #1ac1f1;
}

.esports_clr {
	background-color: #1ac1f1;
}

.pba_clr {
	background-color: #d51e29;
}

.cdn_clr {
	background-color: #1ac1f1;
}



.business_clr2 {
	background-color: rgba(106, 176, 35, .8);
}

.sports_clr2 {
	background-color: rgba(213, 30, 41, .8);
}

.global_clr2 {
	background-color: rgba(0, 76, 135, .8);
}

.lifestyle_clr2 {
	background-color: rgba(180, 64, 117, .8);
}

.preen_clr2 {
	background-color: rgba(204, 190, 208, .8);
}

.entertainment_clr2 {
	background-color: rgba(240, 112, 47, .8);
}

.usa_clr2 {
	background-color: rgba(26, 193, 241, .8);
}

.technology_clr2 {
	background-color: rgba(26, 193, 241, .8);
}

.opinion_clr2 {
	background-color: rgba(133, 167, 191, .8);
}

.pop_clr2 {
	background-color: rgba(26, 193, 241, .8);
}

.esports_clr2 {
	background-color: rgba(26, 193, 241, .8);
}

.pba_clr2 {
	background-color: rgba(213, 30, 41, .8);
}

.cdn_clr2 {
	background-color: #1ac1f1;
}


/* END OF CHANNELS */

/* MOST SHARED */
#most_shared_wrap {
	width: 1060px;
	margin: 0 auto;
	height: auto;
	position: relative;
}

.swiper_most_shared {
	width: 960px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#ms_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 10px
}

/* MOST SHARED END */

/* FRAME */
#frame_wrap {
	width: 980px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 10px auto 0;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#frame_wrap a, #frame_wrap a:visited, #frame_wrap a:hover {
	text-decoration: none;
}

#frame_left {
	width: 243px;
	height: auto;
	position: relative;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#fr_box1 {
	width: 100%;
	height: 141px;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 5px;	

}

#frame_mid {
	width: 485px;
	height: 287px;
	position: relative;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-size: cover;
	background-position: 50% 50%;
}

#frame_right {
	width: 243px;
	height: auto;
	position: relative;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
/* FRAME END */

/* SOCIAL MEDIA BUTTONS CHANNEL */
#sm_main_ch {
    width: 100%;
    height: auto;
    margin-top: 8px;
    text-align: center;
}

#sm_main_ch ul {
    height: auto;
    overflow: hidden;
}

#sm_main_ch li {
    width: 27px;
    height: 20px;
    border-radius: 20px;
    background-color: #0b72b5;
    color: #ffffff;
    text-align: center;
    padding-top: 6px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

#sm_main_ch a, #sm_main_ch a:visited, #sm_main_ch a:hover {
    color: #ffffff;
    text-decoration: none;
}
/* SOCIAL MEDIA BUTTONS CHANNEL END */


/* ARTICLE LEVEL */

#article_level_wrap	{
	width: 980px;
	height: auto;
	margin: 0 auto;
}

#article_level_wrap a, #article_level_wrap a:visited, #article_level_wrap a:hover {
	text-decoration: none;
}

#breadcrumbs {
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	border-top: 1px solid #dddddd;
}

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:hover {
	color: #8dabc1;
}

#art_channel {
	overflow: hidden;
	width: 100%;
	height: auto;
}

#art_channel h6 {
    font-family: 'Mallory-Bold';
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
    float: left;
}

#art_channel ul {
	float: right;
	font-family: 'Mallory-Bold';
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
}

#art_channel li {
	display: inline-block;
	margin-left: 20px;
}

hgroup {
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}

hgroup h3 {
	font-family: 'GuardianEgyp-Medium';
 	font-size: 14px;
	color: #686868;
}

hgroup h2 {
	font-family: 'GuardianEgyp-Medium';
 	font-size: 14px;
	color: #686868;
	margin-bottom: 20px;
}

hgroup h1 {
	font-family: 'GuardianEgyp-Medium';
 	font-size: 48px;
	color: #686868;
	margin: 20px 0 10px 0;
	letter-spacing: 0.050em;
}

.entry-title {

}

.entry-sumamry {

}

#article_share_top {
	width: 90%;
	height: auto;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#article_share_top a, #article_share_top a:visited, #article_share_top a:hover {
	color: #ffffff;
	text-decoration: none;
}

#article_share_top span {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 25px;
	background-color: #0b72b5;
	color: #ffffff;
	vertical-align: top;
	text-align: center;
	font-size: 16px!important;
}

#article_share_top i {
	position: relative;
 	top: 50%;
	transform: translateY(-50%);
}

#numbers_shares {
	height: 30px;
	display: inline-block;
	font-size: 18px;
	font-family: 'Sindelar-Regular';
	text-transform: uppercase;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	color: #686868;
	float: left;
}

#sm_side_buttons {
	float: left;
	margin-right: 20px;
}

#numbers_shares h4 {
	position: relative;
 	top: 55%;
	transform: translateY(-50%);
}

#byline {
	width: 100%;
	margin: 10px 0 0 0;
}

#byline h4 {
	color: #686868;
	margin: 10px 0;
}

.byline {
	font-family: 'Verlag-Bold';
	font-size: 12px;
}

.b-caps {
	text-transform: uppercase;
}

#byline a, #byline a:visited {
	color: #686868;
}

#byline a:hover {
	color: #0b72b5;
}

.twitter-handle {
	font-family: 'Sindelar-Regular';
	font-size: 12px;
}

.post-date {
	font-family: 'Sindelar-Regular';
	font-size: 12px;
}

.platform {
	font-family: 'Sindelar-Regular';
	font-size: 12px;
}

#art_body_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#article_content {
	width: 640px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	overflow: hidden;
}

#article_content p {
	font-family: 'Sindelar-Regular';
	color: #686868;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.020em;
	margin: 0 0 20px 0;
}

#article_content h3 {
	font-family: 'Sindelar-Medium';
	color: #686868;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.020em;
}

#article_content h4 {
	font-family: 'Sindelar-Medium';
	color: #686868;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.020em;
}


#article_content a, #article_content a:visited, #article_content a:hover {
	color: #004985;
	text-decoration: none;
}

.simplePullQuote { 
	font: 22px 'Sindelar-Bold',serif!important;
	line-height: 28px!important;
	color: #004985!important;
	padding: 20px 0px 20px 0px!important;
	float: none!important;
	margin-right: 0px!important;
	margin-bottom: 20px!important;
	margin-top: 0px!important;
	margin-left: 0px!important;
	width: 100%!important;
	height: auto!important;
	border-left: none!important;
	border-right: none!important;
	border-top: 1px solid #dddddd!important;
	border-bottom: 1px solid #dddddd!important;
	background: none!important;
	box-shadow: none!important;
	text-align: center!important;
}

.simplePullQuote p {
	font: italic 22px "Vollkorn",sans-serif!important;
}

#sm_pullquote {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
}

#sm_pullquote a, #sm_pullquote a:visited, #sm_pullquote a:hover {
	color: #ffffff;
	text-decoration: none;
}

#sm_pullquote span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background-color: #0b72b5;
	color: #ffffff;
	vertical-align: top;
}

#sm_pullquote i {
	position: relative;
 	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
}

#billboard_article {
	padding: 5px 0 10px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	width: 300px;
	height: auto;
	float: right;
	margin-left: 30px;
}

#billboard_article h6 {
	text-align: center;
	font-family: 'Verlag-Book';
	font-size: 10px;
	color: #989898;
	padding-bottom: 10px;
}

#article_related {
	width: 100%;
	height: auto;
	font-family: 'GuardianEgyp-Medium';
	margin-top: 30px;
}

#article_related ul {
	width: 100%;
	height: auto;
}

#article_related li {
	font-size: 14px;
	margin-bottom: 14px;
}

#article_related a, #article_related a:visited, #article_related a:hover {
	color: #0b72b5;
	text-decoration: none;
}

#article_tags {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

#article_tags h4 {
	font-size: 14px;
	font-family: 'Sindelar-Regular';
}

#article_tags a, #article_tags a:visited, #article_tags a:hover {
	color: #0b72b5;
	text-decoration: none;
}

#article_disclaimer {
	width: 100%;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-top: 20px;
	padding: 5px 0;
}


#article_disclaimer h5 {
	font-family: 'Sindelar-Medium';
	color: #686868;
	line-height: 22px;
	font-size: 12px;
	letter-spacing: 0.020em;
}

#article_disclaimer a, #article_disclaimer a:visited, #article_disclaimer a:hover {
	color: #0b72b5;
	text-decoration: none;
	font-weight: 700;
}

#article_banner_ad {
	width: 468px;
	height: 60px;
	margin: 30px auto;
}

#article_comment_box {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

#crowdy_wrap {
	width: 300px;
	height: auto;
	margin-top: 20px;
}

#article_social_trending {
	width: 300px;
	height: auto;
}

.article_align {
	position: relative;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#trending_side_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#trending_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

#trend_thumb {
	width: 75px;
	float: left;
	height: 75px;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
}

#trend_title {
	float: left;
	margin-left: 10px;
	width: 214px;
	text-align: left;
}

#trend_title h2 {
	font-family: 'GuardianEgyp-Medium';
	font-size: 14px;
	line-height: 18px;
	color: #686868;
	margin-top: -2px;
	margin-top: 5px;
}

#trend_title h6 {
	font-family: 'Mallory-Bold';
	font-size: 12px;
	color: #8dabc1;
	text-transform: uppercase;
}

#trend_title h3 {
	font-family: 'VerlagCond-Book';
	font-size: 14px;
	color: #686868;
	margin-top: 5px;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

#trending_side_wrap a, #trending_side_wrap a:visited, #trending_side_wrap a:hover {
	color: #686868;
	text-decoration: none;
}

#article_widesky {
	margin: 30px auto 0;
	width: 300px;
	height: 600px;
	text-align: center;
}

/* WP CORE */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
	width: 100%;
	height: auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
	width: 300px!important;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
	width: 300px!important;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
	width: 300px!important;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
	width: 300px!important;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 100%; /* Image does not overflow the content area */

}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
	font-family: 'Verlag-Bold'!important;
	font-size: 14px!important;
	line-height: 18px!important;
	color: #7c7c7c;
}
/* WP CORE END */

.sm_art_mobile {
	
}

#sm_side_wrap {
	width: 100%;
	margin: 0 auto 30px;
}

/* ARTICLE SM STICKY */
#sm_sticky {
	width: 100%;
	height: 40px;
	border-top: 1px solid #dddddd;
	position: fixed;
	bottom: 0;
	z-index: 1;
	background-color: #ffffff;
	text-align: center;
	display: none;
}

#sm_sticky a, #sm_sticky a:visited, #sm_sticky a:hover {
	color: #ffffff;
	text-decoration: none;
}

.sm_fb_sticky {
	background-color: #3b5998;
}

.sm_twitter_sticky {
	background-color: #4099ff;
}

#art_sm_sticky {
	width: 85px;
	height: 30px;
	font-family: 'Sindelar-Regular';
	font-size: 14px;
	display: inline-block;
  	border-radius: 25px;
  	margin-top: 5px;
}

#art_sm_sticky span {
	margin-top: 7px;
  	display: block;
}
/* ARTICLE SM STICKY */
/* ARTICLE LEVEL END */

/* JQUERIES */
#search{
	position:relative;
}
#search .sinput{
	display:none;
	position:absolute;
	top:0;left:-202px;
	width:200px;
}
#search .sinput input[type="text"]{
	border:none;
	width:190px;
	padding:6px;
	height: 17px;
}
.sish{
	display:block!important;
}
.mobilenav{
	position:fixed;
	left:0;top:50px;
	width:0px;
	height:100%;
	box-sizing:border-box;
	z-index:99;
	background-color:#eeeeee;
	transition:width 0.3s;
	overflow:hidden;
}
.mnopen{
	width:280px;
}
/* JQUERIES END */


/* FOOTER */
footer{
    width:100%;height:460px;
    background-color:#dddddd;
    margin-top: 80px;
}
footer .cp{
    width:100%;
    text-align:center;
}
footer section{
    position:relative;
    width:1004px;
    min-height:380px;
    height:auto;
    padding-top:30px;
    margin:0 auto;
}
footer .cp{
}
footer section>ul{
    display:block;
    width:100%;height:350px;
    padding-top:40px;
    margin-top: 20px;
    overflow: hidden;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}
footer section ul li{
	position: relative;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom: 1;
    width:22%;
    padding-bottom:10px;
    padding-top:20px;
    text-align: left!important;
    
}
footer section ul li>h5{
    padding-bottom:10px;
    padding-top:10px;
    border-bottom:1px solid #aaaaaa;
    font-family: 'mallory';
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
footer section ul li ul li{
    width:100%;
    font-weight:normal;
    padding-top:5px;
    font-size:14px;
    font-family: 'Noto Serif';
}

footer section ul a, footer section ul a:visited, footer section ul a:hover {
	color: #000000;
	text-decoration: none;
}
footer section .btt{
    position:absolute;
    width:84px;
    height:94px;
    left:50%;top:-32px;
    margin-left:-42px;
    text-align:center;
}
footer section .btt .learrow{
    cursor:pointer;
    font-size:42px;
    padding:10px;
    border-radius:50%;
    background-color:#1fbae9;
    color:#ffffff;
    margin-bottom:10px;
}
footer section .btt span{
    text-transform:uppercase;
    font-size:12px;
    font-family: 'mallory';
    color: #000000;
    font-weight: 400;
}

#most_shared2 {
	display: none;
}

#foot_copy {
	background-color: #DDD;
	font-size:12px;
    font-family: 'Noto Serif';
    color: #000000;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}

#foot_copy h5 {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}


/* STUDY 3 */
#tgs3_left {
	display: inline-block;
	width: 660px;
	height: auto;
	overflow: hidden;
}

#tgs3_left a, #tgs3_left a:visited {
	text-decoration: none;
	color: #ffffff;
}

#tgs3_left:hover #tgs3_info {
	color: #1bbbe9;
	transition: .5s ease-in-out;
}

#tops3_wrap {
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
}

#tgs_bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	transition: all .5s ease-in-out;
}

#tgs3_left:hover #tgs_bg {
	transform: scale(1.1);
}

#headlines_s3_wrap {
	height: 170px;
	overflow: hidden;
	position: relative;
}

#headlines_s3_wrap:hover #tgs_bg {
	transform: scale(1.1);
}

#headlines_s3_wrap:hover #tgs3_info h2{
	color: #1bbbe9;
	transition: .5s ease-in-out;
}

.s3_wrap300 {
	width: 300px;
}

.s3_wrap320 {
	width: 320px;
}

.headlines_s3_box {
	overflow: hidden;
	position: relative;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 20px auto 0;
    text-align: left;
}

#tgs3_info {
	width: 100%;
	height: auto;
	padding: 10px 0;
	background-color: rgba( 0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
}

#tgs3_info a, #tgs3_info a:visited {
	color: #f5f5f5;
	text-decoration: none;
}

#tgs3_info a:hover {
	color: #1bbbe9;
	transition: .4s ease-in-out;
}

#tgs3_info h1 {
	font-family: 'mallory';
	font-size: 24px;
	line-height: 31px;
	letter-spacing: -0.010em;
	padding: 0px 10px 5px 10px;
	font-weight: 700;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

#tgs3_info h2 {
	font-family: 'mallory';
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 0.016em;
	padding: 0px 10px 5px 10px;
	font-weight: 700;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

#tgs3_info2 {
	width: 100%;
	height: auto;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
}

#tgs3_info2 a, #tgs3_info2 a:visited {
	color: #f5f5f5;
	text-decoration: none;
}

#tgs3_info2 a:hover {
	color: #1bbbe9;
	transition: .4s ease-in-out;
}

#tgs3_info2 h2 {
	font-family: 'mallory';
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0.016em;
	padding: 0px 10px 5px 10px;
	font-weight: 300;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

#tgs3_info2 h4 {
	font-family: 'mallory';
	font-size: 10px;
	padding: 0 10px;
	color: #f5f5f5;
	text-transform: uppercase;
	font-weight: 400;
}

#tgs3_cat {
	font-family: 'mallory';
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    font-weight: 400;
    z-index: 1;
    position: absolute;
    top: 0;
}

#tgs3_cat span {
	padding: 10px 10px;
}

#tgs3_info h4 {
	font-family: 'mallory';
	font-size: 10px;
	padding: 0 10px;
	color: #f5f5f5;
	text-transform: uppercase;
	font-weight: 400;
}

#tg_s3_headlines {
	width: 980px;
	height: auto;
	margin: -16px auto 0;
	overflow: hidden;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    text-decoration: none;
}

#tg_s3_headlines a, #tg_s3_headlines a:visited {
	text-decoration: none;
	color: #ffffff;
}

#tg_s3_ln {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

#tg_s3_ln_slide {
	width: 100%;
	height: auto;
	position: relative;
	margin: 6px 0 0 0;
}

#s3_nav {
	height: auto;
	float: right;
	color: #ffffff;
}

#s3_nav i {
	font-size: 40px!important;
}

.swiper-button-prev4 {
	float: left;
	cursor: pointer;
}
.swiper-button-next4 {
	float: left;
	cursor: pointer;
}

#sm_bullets {
	width: 195px;
	height: 20px;
	margin: 0 auto;
}

.swiper-pagination4 span {
	margin-right: 10px;
}

#tr_boxs3 {
	width: 260px;
	height: auto;
	margin-bottom: 20px;
}

#tr_boxs3 a, #tr_boxs3 a:visited {
	color: #000000;
	text-decoration: none;
	transition: all .4s ease-in-out;
}

#tr_boxs3 a:hover {
	color: #0b72b5;
	text-decoration: none;
}

#trb_imgs3 {
	width: 100%;
	height: 170px;
	background-size: cover;
	background-position: 50% 50%;
}

#tr_boxs3 h2 {
	font-family: 'Noto Serif';
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	margin-top: 5px;
	font-weight: 400;
}

#tr_boxs3 h6 {
	font-family: 'mallory';
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: 700;
}

#tr_boxs3 span {
	font-family: 'mallory';
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: 400;
	display: block;
}

#tr_b_mores3 {
	width: 100%;
	text-align: center;
	font-family: 'Verlag-Bold';
	font-size: 10px;
	color: #686868;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 20px;
}

#tr_b_mores3 a, #tr_b_mores3 a:visited, #tr_b_mores3 a:hover {
	color: #686868;
	text-decoration: none;
}

#tg_sidebox {
	display: inline-block;
	width: 300px;
	height: auto;
	vertical-align: top;
}

#tg_sidebox a, #tg_sidebox a:visited {
	text-decoration: none;
	color: #ffffff;
}


#sm_follow_us {
	width: 300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 10px;
}

#smf_lbl {
	float: left;
	font-family: 'mallory';
	font-weight: 800;
	font-size: 22px;
	letter-spacing: 0.010em;
	height: 30px;
}

#smf_lbl span {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: block;	
}

#smf_icons {
	height: 30px;
	float: right;
}

span:hover #smf_fb_btn {
	fill: #3b5998;
	transition: .5s;
}

span:hover #smf_tw_btn {
	fill: #00aced;
	transition: .5s;
}

span:hover #smf_yt_btn {
	fill: #bb0000;
	transition: .5s;
}

span:hover #smf_ig_btn {
	fill: #517fa4;
	transition: .5s;
}

#tr_boxs3 span {
	font-size: 10px;
}

/* STUDY 3 END */

/* MKTG BRANDED */
#mktg-branded {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#mbranded-box {
	width: 100%;
	height: 170px;
}

.mbranded-box-wrap {
	overflow: hidden;
	position: relative;
    margin: 15px auto 10px;
    text-align: left;
}

#mktg-branded a, #mktg-branded a:visited {
	color: #fefefe;
	transition: .5s;
}

#mktg-branded a:hover {
	color: #1bbbe9;
}

/* SPECIAL HOME */
#sc-home-wrap {
	width: 980px;
	height: auto;
	overflow: hidden;
	margin: 30px auto 0;
}

#special-coverage {
	width: 640px;
	height: 350px;
	background-size: cover;
	background-position: 50% 50%;
	float: left;
}

#sc-bg-color {
	width: 100%;
	height: 100%;
	background-color: rgba(72,72,72, .55);
}

#cb-info-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

#sc-info {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#sc-info a, #sc-info a:visited {
	color: #ffffff;
	text-decoration: none;
	transition: .5s;
}

#sc-info a:hover {
	color: #0b72b5;
	text-decoration: none;
}

#sc-info h3 {
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	color: #fefefe;
	margin: 20px 0 0 20px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

#sc-articles {
	width: 93%;
	height: auto;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#sc-lbl {
	font-family: 'mallory';
	font-weight: 700;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}

#sc-art-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	margin: 10px auto 0;
}

#sc-art-box a, #sc-art-box a:visited {
	color: #ffffff;
	text-decoration: none;
	transition: .5s;
}

#sc-art-box a:hover {
	color: #0b72b5;
	text-decoration: none;
}

#sc-list {
	width: 31%;
	height: auto;
	position: relative;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#sc-list h4 {
	font-family: 'Noto Serif';
	font-weight: 700;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
	letter-spacing: 0.010em;
}

#sc-date {
	font-family: 'mallory';
	font-weight: 400;
	font-size: 10px;
	text-align: left;
	margin-top: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

#sc-read-more {
	font-family: 'mallory';
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

#sc-read-more a, #sc-read-more a:visited {
	color: #ffffff;
	text-decoration: none;
}

#sc-twitter-wrap {
	float: right;
	width: 300px;
	height: 350px;
	border: 1px solid #e7e7e7;
}

/* VIDEO SIDE */
#vs-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
#vs-box {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	overflow: hidden;
    text-align: justify;
}

#vs-box h4 {
    font-family: 'mallory';
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-top: 5px;
    letter-spacing: -0.010em;
    font-weight: 700;
    text-align: left;
}

#vs-box h4 a, #vb-add h4 a:visited {
    color: #333333;
    text-decoration: none;
}

#vs-box h3 {
    font-family: 'mallory';
    font-size: 10px;
    color: #686868;
    margin-top: 5px;
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
    font-weight: 400;
}

/* STORM RADAR */
#storm-radar {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#sr-lbl {
	width: 100%;
	height: auto;
}


/* 1024px */
@media only screen and (min-width: 1024px) and (max-width: 1040px){
#new_opinion_slide {
    width: 1024px;
}

.swiper_opinion {
    width: 940px;
    height: auto;
    margin: 10px auto 0;
    overflow: hidden;
}

#opb_info {
    width: 330px;
    height: auto;
    float: right;
}

#most_shared_wrap {
    width: 1024px;
}

.swiper_most_shared {
    width: 930px;
}

footer section > ul {
	margin: 20px auto 0;
	width: 95%;
}

}


/* 768px */
@media only screen and (min-width: 768px) and (max-width: 1023px){
.header {
	display: none;
}

.header2 {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

#responsive_nav {
	display: none;
}

#responsive_nav2 {
	width: 100%;
	margin: 0;
	display: block;
}

#menutoggle {
	margin: 9px 0px 0px 5px;
}

#m_date {
	display: none;
}

#menut_lbl {
	display: none;
}

#tp_lbl {
	display: none;
}

#logo_m2 {

}

#paper_icon {
	
}

#blogo {
	display: none;
}

#main_nav {
	display: none;
}

#subchannels {
	display: none;
}

/* SLIDER */
#tg_wrap {
	width: 100%;
	margin: 50px auto 0px;
}

#tg_wrap2 {
	width: 100%;
	margin: 20px auto 0px;
}

#tg_left {
	width: 100%;
}

#tg_slider {
	width: 100%;
	height: 400px;
}

#tg_head_wrap {
	height: 160px;
}

#sm_icons {
	top: 50%;
	text-align: right;
	margin: 0 0 0 10px;
}

#tg_headline h1 {
	font-size: 24px;
	padding: 10px 10px 5px 10px;
	line-height: 30px;
}

#tg_head_wrap {
	width: 95%;
	margin: 0 auto;
}

#tg_excerpt {
	display: none;
}

/* SLIDER END */

/* LATEST WRAP */
#tg_latest_wrap {
	width: 95%;
	margin: 0 auto;	
}

#tg_ln {
	width: 30%;
	margin: 20px auto 0;
	display: inline-block;
}

#tgln_img {
	height: 115px;
}

#popular_left {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#inq_popular_lbl h4 {
	padding: 4px 0 0 20px;
}

#lb_wrap {
	width: 728px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto;
}

#tg_side {
	width: 90%;
	height: auto;
	margin: 20px auto;
	display: block;
	overflow: hidden;
	text-align: justify;
}

#tg_side2 {
	width: 90%;
	height: auto;
	margin: 20px auto;
	display: block;
}

#trending_box {
	height: 300px;
}

#ribbon_wrap {
	width: 620px;
}

/* NEW OPINION SLIDE */

#opinion_lbl {
	width: 100%;
}

#opb_info {
	width: 490px;
	margin: 10px auto 0;
	height: auto;
	float: right;
}

#ops_box1 {
	height: auto;
}

#opinion_wrap {
	width: 100%;
}

#opinion_slide {
	width: 100%;
}

#new_opinion_slide {
	width: 100%;
	height: auto;
	margin-top: 0;
}

.swiper_opinion {
	width: 85%;
	height: auto;
}

#opb_img {

}

/* NEW OPINION SLIDE END */

/* NEW VIDEO SECTION */
#inq_vid_lbl_h h3 {

}

#inq_vid_lbl_h {
    width: 100%;
}

#inq_vid_lbl_h h2 {
    padding: 9px 0 0 10px;
}

#inq_video_wrap {
	width: 100%;
}

#videobox {
    width: 100%;
    float: none;
    margin-top: 10px;
}

#video_info {
    width: 90%;
    margin: 0 auto;
}

#vid_title {
	float: none;
	width: 100%;
}

#vid_desc {
    float: none;
    width: 100%;
}

#more_video {
	width: 90%;
	margin: 20px auto 0;
}

#video_side {
    float: none;
    width: 90%;
    margin: 10px auto 0;
}

#vidtitle {
	width: 100%;
}

#vidthumb {
    width: 100%;
    height: 140px;
}
/* NEW VIDEO SECTION END */

/* CHANNEL BOX */
#inq_channels_wrap {
    width: 89%;
}

.chbox {
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 30px auto 0;
}

.items {
	display: none;
}

.acc_ch {
	display: block;
}

.widesky {
	width: 300px;
	height: 600px;
	overflow: hidden;
	background-image: url(images/generic-widesky.jpg);
}

/* CHANNEL BOX END*/

/* MOST SHARED */
#most_shared_wrap {
	width: 100%;
}

.swiper_most_shared {
	width: 570px;
}

#ms_box {
	width: 100%;
}

#ms_info {
	width: 180px;
}

/* MOST SHARED END */

/* FRAME */
#frame_wrap {
	width: 100%;
}

#frame_wrap a, #frame_wrap a:visited, #frame_wrap a:hover {
	text-decoration: none;
}

#frame_left {
	width: 100%;
}

#fr_box1 {
	width: 100%;
	height: 380px;
}

#frame_mid {
	width: 100%;
	height: 380px;
	margin-bottom: 5px;
}

#frame_right {
	width: 100%;
}
/* FRAME END */

/* ARTICLE LEVEL */

#article_level_wrap	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#lb_wrap_article {
	width: 728px;
	height: 90px;
	padding-top: 70px;
	overflow: hidden;
}

#main_nav2 {
	display: none;
}

#art_channel ul {
	display: none;
}

#breadcrumbs {
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	border-top: 1px solid #dddddd;
}

hgroup {
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}

hgroup h1 {
	font-family: 'GuardianEgyp-Medium';
 	font-size: 38px;
	margin: 20px 0 10px 0;
}

#byline {
	width: 90%;
	margin: 10px auto 0;
}

#art_body_wrap {
	width: 100%;
}

#article_content {
	width: 90%;
	margin: 0 auto;
	display: block;
}

#article_banner_ad {

}

#article_social_trending {
	width: 90%;
	display: block;
	margin: 30px auto 0;
}

.article_align {
	display: block;
}

#trending_side_wrap {
	width: 100%;
}

#trending_list {
	width: 100%;
}

#trend_title {
	width: 300px;
}

#article_widesky {
	width: 300px;
	height: 250px;
}

#article_disclaimer {
    width: 90%;
    margin: 0 auto;
}

#article_comment_box {
    width: 90%;
    height: auto;
    margin: 30px auto 0;
}

#crowdy_wrap {
    margin: 20px auto 0;
}

/* ARTICLE SM STICKY */
#sm_sticky {
	display: block;
}
/* ARTICLE SM STICKY */

/* ARTICLE LEVEL END */

.addtwenty {
	margin-top: 40px!important;
}


footer {
	width: 100%;
	height: auto;
}


footer section{
    width: 100%;
    height: auto;
}
footer .cp{
}
footer section>ul{
    display:block;
    width:100%;
    height:auto;
}
footer section ul li{
    width: 43%;   
    float: left;
    margin-left: 10px;
}

/* STUDY 3 */
#tgs3_left {
	width: 100%;
}

#tops3_wrap {
	width: 100%;
	height: 400px;
}

#headlines_s3_wrap {
	width: 335px;
	height: 230px;
	margin: 0 0 20px 0;
}

.headlines_s3_box {
    margin: 30px auto 0;
}

#tgs3_info h1 {
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0.024em;
}

#tgs3_info h2 {
	text-align: left;
}

#tg_s3_headlines {
	width: 90%;
}

#tg_s3_ln {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

#tg_s3_ln_slide {
	width: 90%;
	height: auto;
	position: relative;
	margin: 15px auto 0;
}

#tr_boxs3 {
	width: 320px;
}

#billboard {
	vertical-align: top;
	margin: 0 auto;
}

#tg_sidebox {
	width: 335px;
}

#bb2 {
	margin-top: 20px;
}

.channel_w {
    width: 325px;
    height: auto;
}

.chbox_img {
    width: 325px;
    height: 180px;
}

.widesky {
	width: 300px;
	height: 250px;
}
/* STUDY 3 END */

/* SPECIAL HOME */
#sc-home-wrap {
	width: 91%;
}

#special-coverage {
	width: 370px;
	height: 450px;
	float: left;
}

#sc-articles {
	width: 91%;
}


#sc-list {
	width: 100%;
}

#sc-list h4 {
	font-size: 16px;
	line-height: 20px;
}

#sc-date {
	margin: 10px 0 20px 0;
}

#sc-twitter-wrap {
	float: right;
	width: 300px;
	height: 350px;
	margin: 0 auto;
}

#vb-additional {
	width: 91%;
	margin: 0 auto;
}

#vs-box {
	width: 47%;
    height: auto;
    position: relative;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    margin: 20px auto 0;
}

}

/* 720px */
@media only screen and (min-width: 720px) and (max-width: 767px){
.header {
	display: none;
}

.header2 {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

#responsive_nav {
	display: none;
}

#responsive_nav2 {
	width: 100%;
	margin: 0;
	display: block;
}

#menutoggle {
	margin: 9px 0px 0px 5px;
}

#m_date {
	display: none;
}

#menut_lbl {
	display: none;
}

#tp_lbl {
	display: none;
}

#logo_m2 {

}

#paper_icon {
	
}

#blogo {
	display: none;
}

#main_nav {
	display: none;
}

#subchannels {
	display: none;
}

/* SLIDER */
#tg_wrap {
	width: 100%;
	margin: 50px auto 0px;
}

#tg_wrap2 {
	width: 100%;
	margin: 20px auto 0px;
}

#tg_left {
	width: 100%;
}

#tg_slider {
	width: 100%;
	height: 400px;
}

#tg_head_wrap {
	height: 160px;
}

#sm_icons {
	top: 50%;
	text-align: right;
	margin: 0 0 0 10px;
}

#tg_headline h1 {
	font-size: 24px;
	padding: 10px 10px 5px 10px;
	line-height: 30px;
}

#tg_head_wrap {
	width: 95%;
	margin: 0 auto;
}

#tg_excerpt {
	display: none;
}

/* SLIDER END */

/* LATEST WRAP */
#tg_latest_wrap {
	width: 95%;
	margin: 0 auto;	
}

#tg_ln {
	width: 30%;
	margin: 20px auto 0;
	display: inline-block;
}

#tgln_img {
	height: 115px;
}

#popular_left {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#inq_popular_lbl h4 {
	padding: 4px 0 0 20px;
}

#lb_wrap {
	width: 728px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto;
	/* background-image: url(images/468x60.jpg); */
}

#tg_side {
	width: 90%;
	height: auto;
	margin: 20px auto;
	display: block;
	overflow: hidden;
	text-align: justify;
}

#tg_side2 {
	width: 90%;
	height: auto;
	margin: 20px auto;
	display: block;
}

#trending_box {
	height: 300px;
}

#ribbon_wrap {
	width: 620px;
}

/* NEW OPINION SLIDE */

#opinion_lbl {
	width: 100%;
}

#opb_info {
	width: 450px;
	margin: 10px auto 0;
	height: auto;
	float: right;
}

#ops_box1 {
	height: auto;
}

#opinion_wrap {
	width: 100%;
}

#opinion_slide {
	width: 100%;
}

#new_opinion_slide {
	width: 100%;
	height: auto;
	margin-top: 0;
}

.swiper_opinion {
	width: 85%;
	height: auto;
}

#opb_img {

}

/* NEW OPINION SLIDE END */

/* NEW VIDEO SECTION */
#inq_vid_lbl_h h3 {

}

#inq_vid_lbl_h {
    width: 100%;
}

#inq_vid_lbl_h h2 {
    padding: 9px 0 0 10px;
}

#inq_video_wrap {
	width: 100%;
}

#videobox {
    width: 100%;
    float: none;
    margin-top: 10px;
}

#video_info {
    width: 90%;
    margin: 0 auto;
}

#vid_title {
	float: none;
	width: 100%;
}

#vid_desc {
    float: none;
    width: 100%;
}

#more_video {
	width: 90%;
	margin: 20px auto 0;
}

#video_side {
    float: none;
    width: 90%;
    margin: 10px auto 0;
}

#vidtitle {
	width: 100%;
}

#vidthumb {
    width: 100%;
    height: 140px;
}
/* NEW VIDEO SECTION END */

/* CHANNEL BOX */
#inq_channels_wrap {
    width: 89%;
}

.chbox {
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 30px auto 0;
}

.items {
	display: none;
}

.acc_ch {
	display: block;
}

.widesky {
	width: 300px;
	height: 600px;
	overflow: hidden;
	background-image: url(images/generic-widesky.jpg);
}

/* CHANNEL BOX END*/

/* MOST SHARED */
#most_shared_wrap {
	width: 100%;
}

.swiper_most_shared {
	width: 570px;
}

#ms_box {
	width: 100%;
}

#ms_info {
	width: 180px;
}

/* MOST SHARED END */

/* FRAME */
#frame_wrap {
	width: 100%;
}

#frame_wrap a, #frame_wrap a:visited, #frame_wrap a:hover {
	text-decoration: none;
}

#frame_left {
	width: 100%;
}

#fr_box1 {
	width: 100%;
	height: 380px;
}

#frame_mid {
	width: 100%;
	height: 380px;
	margin-bottom: 5px;
}

#frame_right {
	width: 100%;
}
/* FRAME END */

/* ARTICLE LEVEL */

#article_level_wrap	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#lb_wrap_article {
	width: 320px;
	height: auto;
	padding-top: 70px;
	overflow: hidden;
}

#main_nav2 {
	display: none;
}

#art_channel ul {
	display: none;
}

#breadcrumbs {
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	border-top: 1px solid #dddddd;
}

hgroup {
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}

hgroup h1 {
	font-family: 'GuardianEgyp-Medium';
 	font-size: 38px;
	margin: 20px 0 10px 0;
}

#byline {
	width: 90%;
	margin: 10px auto 0;
}

#art_body_wrap {
	width: 100%;
}

#article_content {
	width: 90%;
	margin: 0 auto;
	display: block;
}

#article_banner_ad {

}

#article_social_trending {
	width: 90%;
	display: block;
	margin: 30px auto 0;
}

.article_align {
	display: block;
}

#trending_side_wrap {
	width: 100%;
}

#trending_list {
	width: 100%;
}

#trend_title {
	width: 300px;
}

#article_widesky {
	width: 300px;
	height: 250px;
}

#article_disclaimer {
    width: 90%;
    margin: 0 auto;
}

#article_comment_box {
    width: 90%;
    height: auto;
    margin: 30px auto 0;
}

#crowdy_wrap {
    margin: 20px auto 0;
}

/* ARTICLE SM STICKY */
#sm_sticky {
	display: block;
}
/* ARTICLE SM STICKY */

/* ARTICLE LEVEL END */

.addtwenty {
	margin-top: 40px!important;
}


footer {
	width: 100%;
	height: auto;
}


footer section{
    width: 100%;
    height: auto;
}
footer .cp{
}
footer section>ul{
    display:block;
    width:100%;
    height:auto;
}
footer section ul li{
    width: 43%;   
    float: left;
    margin-left: 10px;
}

/* STUDY 3 */
#tgs3_left {
	width: 100%;
}

#tops3_wrap {
	width: 100%;
	height: 400px;
}

#headlines_s3_wrap {
	width: 314px;
	height: 200px;
	margin: 0 0 20px 0;
}

.headlines_s3_box {
    margin: 30px auto 0;
}

#tgs3_info h1 {
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0.024em;
}

#tgs3_info h2 {
	text-align: left;
}

#tg_s3_headlines {
	width: 90%;
}

#tg_s3_ln {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

#tg_s3_ln_slide {
	width: 90%;
	height: auto;
	position: relative;
	margin: 15px auto 0;
}

#tr_boxs3 {
	width: 260px;
}

#billboard {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

#tg_sidebox {
	width: 314px;
}

#bb2 {
	margin-top: 20px;
}
/* STUDY 3 END */

/* SPECIAL HOME */
#sc-home-wrap {
	width: 91%;
}

#special-coverage {
	width: 300px;
	height: 450px;
	float: left;
}

#sc-articles {
	width: 91%;
}


#sc-list {
	width: 100%;
}

#sc-list h4 {
	font-size: 16px;
	line-height: 20px;
}

#sc-date {
	margin: 10px 0 20px 0;
}

#sc-twitter-wrap {
	float: right;
	width: 300px;
	height: 350px;
	margin: 0 auto;
}

#vb-additional {
	width: 91%;
	margin: 0 auto;
}

#vs-box {
	width: 47%;
    height: auto;
    position: relative;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    margin: 20px auto 0;
}

}

/* 600px */
@media only screen and (min-width: 600px) and (max-width: 719px){
.header {
	display: none;
}

.header2 {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

#responsive_nav {
	display: none;
}

#responsive_nav2 {
	width: 100%;
	margin: 0;
	display: block;
}

#menutoggle {
	margin: 9px 0px 0px 5px;
}

#m_date {
	display: none;
}

#menut_lbl {
	display: none;
}

#tp_lbl {
	display: none;
}

#logo_m2 {

}

#paper_icon {
	
}

#blogo {
	display: none;
}

#main_nav {
	display: none;
}

#subchannels {
	display: none;
}

/* SLIDER */
#tg_wrap {
	width: 100%;
	margin: 50px auto 0px;
}

#tg_wrap2 {
	width: 100%;
	margin: 20px auto 0px;
}

#tg_left {
	width: 100%;
}

#tg_slider {
	width: 100%;
	height: 400px;
}

#tg_head_wrap {
	height: 160px;
}

#sm_icons {
	top: 50%;
	text-align: right;
	margin: 0 0 0 10px;
}

#tg_headline h1 {
	font-size: 24px;
	padding: 10px 10px 5px 10px;
	line-height: 30px;
}

#tg_head_wrap {
	width: 95%;
	margin: 0 auto;
}

#tg_excerpt {
	display: none;
}

/* SLIDER END */

/* LATEST WRAP */
#tg_latest_wrap {
	width: 95%;
	margin: 0 auto;	
}

#tg_ln {
	width: 30%;
	margin: 20px auto 0;
	display: inline-block;
}

#tgln_img {
	height: 115px;
}

#popular_left {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#inq_popular_lbl h4 {
	padding: 4px 0 0 20px;
}

#lb_wrap {
	width: 320px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
/*	background-image: url(images/468x60.jpg); */
}

#tg_side {
	width: 100%;
	height: auto;
	margin: 16px auto;
	display: block;
}

#tg_side2 {
	width: 90%;
	height: auto;
	margin: 20px auto;
	display: block;
}

#trending_box {
	height: 300px;
}

/* NEW OPINION SLIDE */

#opinion_lbl {
	width: 100%;
}

#opinion_lbl h2 {

}

#opinion_lbl h3 {

}

#opb_info {
	width: 500px;
	margin: 10px auto 0;
	height: auto;
	float: none;
}

#ops_box1 {
	height: auto;
}

#opinion_wrap {
	width: 100%;
}

#opinion_slide {
	width: 100%;
}

#new_opinion_slide {
	width: 100%;
	height: auto;
	margin-top: 0;
}

.swiper_opinion {
	width: 85%;
	height: auto;
}

#opb_img {
	float: none;
	margin: 0 auto;
	display: none;
}

#opb_img2 {
	display: none;
}

#opb_info {
	float: none;
	margin: 10px auto 0;
	height: auto;
}

#opb_info p {
	height: auto;
	padding-bottom: 20px;
}
/* NEW OPINION SLIDE END */

/* NEW VIDEO SECTION */
#inq_vid_lbl_h h3 {

}

#inq_vid_lbl_h {
    width: 100%;
}

#inq_vid_lbl_h h2 {
    padding: 9px 0 0 10px;
}

#inq_video_wrap {
	width: 100%;
}

#videobox {
    width: 100%;
    float: none;
    margin-top: 10px;
}

#video_info {
    width: 90%;
    margin: 0 auto;
}

#vid_title {
	float: none;
	width: 100%;
}

#vid_desc {
    float: none;
    width: 100%;
}

#more_video {
	width: 90%;
	margin: 20px auto 0;
}

#video_side {
    float: none;
    width: 90%;
    margin: 10px auto 0;
}

#vidtitle {
	width: 100%;
}

#vidthumb {
    width: 100%;
    height: 140px;
}
/* NEW VIDEO SECTION END */

/* CHANNEL BOX */
#inq_channels_wrap {
    width: 100%;
}

.chbox {
    position: relative;
    vertical-align: top;
    display: block;
    margin: 30px auto 0;
}

.channel_w {
	width: 90%;
}

.chbox_img {
	width: 100%;
	height: 350px;
}

.items {
	display: none;
}

.acc_ch {
	display: block;
}

.widesky {
	width: 300px;
	height: 250px;
	overflow: hidden;
	background-image: url(images/generic-bb.jpg);
}

/* CHANNEL BOX END*/

/* MOST SHARED */
#most_shared_wrap {
	width: 100%;
}

.swiper_most_shared {
	width: 500px;
}

#ms_box {
	width: 100%;
}

#ms_info {
	width: 180px;
}

/* MOST SHARED END */

/* FRAME */
#frame_wrap {
	width: 100%;
}

#frame_wrap a, #frame_wrap a:visited, #frame_wrap a:hover {
	text-decoration: none;
}

#frame_left {
	width: 100%;
}

#fr_box1 {
	width: 100%;
	height: 300px;
}

#frame_mid {
	width: 100%;
	height: 300px;
	margin-bottom: 5px;
}

#frame_right {
	width: 100%;
}
/* FRAME END */

/* ARTICLE LEVEL */

#article_level_wrap	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#lb_wrap_article {
	width: 320px;
	height: auto;
	padding-top: 70px;
	overflow: hidden;
}

#main_nav2 {
	display: none;
}

#art_channel ul {
	display: none;
}

#breadcrumbs {
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	border-top: 1px solid #dddddd;
}

hgroup {
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}

hgroup h1 {
	font-family: 'GuardianEgyp-Medium';
 	font-size: 38px;
	margin: 20px 0 10px 0;
}

#byline {
	width: 90%;
	margin: 10px auto 0;
}

#art_body_wrap {
	width: 100%;
}

#article_content {
	width: 90%;
	margin: 0 auto;
	display: block;
}

#billboard_article {
	float: none;
	margin: 0 auto 30px
}

#article_banner_ad {
	width: 320px;
	height: 50px;
	margin: 30px auto;
}

#article_social_trending {
	width: 90%;
	display: block;
	margin: 30px auto 0;
}

.article_align {
	display: block;
}

#trending_side_wrap {
	width: 100%;
}

#trending_list {
	width: 100%;
}

#trend_title {
	width: 300px;
}

#article_widesky {
	width: 300px;
	height: 250px;
}

#article_disclaimer {
    width: 90%;
    margin: 0 auto;
}

#article_comment_box {
    width: 90%;
    height: auto;
    margin: 30px auto 0;
}

#crowdy_wrap {
    margin: 20px auto 0;
}

/* ARTICLE SM STICKY */
#sm_sticky {
	display: block;
}
/* ARTICLE SM STICKY */

/* ARTICLE LEVEL END */

.addtwenty {
	margin-top: 40px!important;
}


footer {
	width: 100%;
	height: auto;
}


footer section{
    width: 100%;
    height: auto;
}
footer .cp{
}
footer section>ul{
    display:block;
    width:90%;
    height:auto;
	margin: 0 auto;
}

footer section ul li{
    width: 70%;   
    float: left;
}

/* STUDY 3 */
#tgs3_left {
	width: 100%;
}

#tops3_wrap {
	width: 100%;
	height: 320px;
}

#headlines_s3_wrap {
	width: 100%;
	height: 320px;
	margin-top: 0px;
}

.headlines_s3_box {
    margin: 30px auto 0;
}

#tgs3_info h1 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.016em;
}

#tgs3_info h2 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.016em;
}

#tg_s3_headlines {
	width: 100%;
	margin: -36px auto 0;
}

#tg_s3_ln {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

#tg_s3_ln_slide {
	width: 90%;
	height: auto;
	position: relative;
	margin: 15px auto 0;
}

#tg_sidebox {
	margin: 0 auto;
	display: block;
	width: 100%;
}

#bb2 {
	margin-top: 20px;
}

/* STUDY 3 END */

/* ADDITIONAL VIDEO BOX */

#vb-additional {
	width: 91%;
	margin: 0 auto;
}

}


/* 480px */
@media only screen and (min-width: 480px) and (max-width: 599px){
.header {
	display: none;
}

.header2 {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

#responsive_nav {
	display: none;
}

#responsive_nav2 {
	width: 100%;
	margin: 0;
	display: block;
}

#menutoggle {
	margin: 9px 0px 0px 5px;
}

#m_date {
	display: none;
}

#menut_lbl {
	display: none;
}

#tp_lbl {
	display: none;
}

#logo_m2 {
	margin: 0 auto;
}

#paper_icon {
	
}

#blogo {
	display: none;
}

#main_nav {
	display: none;
}

#subchannels {
	display: none;
}

/* SLIDER */
#tg_wrap {
	width: 100%;
	margin: 50px auto 0px;
}

#tg_wrap2 {
	width: 100%;
	margin: 20px auto 0px;
}

#tg_left {
	width: 100%;
}

#tg_slider {
	width: 100%;
	height: 207px;
}

#tg_head_wrap {
	height: 160px;
}

#sm_icons {
	top: 50%;
	text-align: right;
	margin: 0 0 0 10px;
}

#tg_headline h1 {
	font-size: 22px;
	padding: 10px 10px 5px 10px;
	line-height: 23px;
}

#tg_head_wrap {
	width: 95%;
	margin: 0 auto;
}

#tg_excerpt {
	display: none;
}

/* SLIDER END */

/* LATEST WRAP */
#tg_latest_wrap {
	width: 100%;
	margin: 0 auto;	
}

#tg_ln {
	width: 90%;
	margin: 20px auto 0;
	display: block;
}

#tgln_img {
	height: 220px;
}

#popular_left {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#inq_popular_lbl h4 {
	padding: 4px 0 0 20px;
}

#lb_wrap {
	width: 320px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#tg_side {
	width: 100%;
	height: auto;
	margin: 20px auto;
	display: block;
}

#tg_side2 {
	width: 90%;
	height: auto;
	margin: 20px auto;
	display: block;
}

#trending_box {
	height: auto;
}

#trending_box #tr_box:nth-child(n+6){
	display:none;
}

/* NEW OPINION SLIDE */

#opinion_lbl {
	width: 100%;
}

#opinion_lbl h2 {
	float: none;
	margin-left: 44px;
}

#opinion_lbl h3 {
	float: none;
	display: none;
}

#opb_info {
	width: 385px;
	margin: 10px auto 0;
	height: auto;
	float: none;
}

#ops_box1 {
	height: auto;
}

#opinion_wrap {
	width: 100%;
}

#opinion_slide {
	width: 100%;
}

#new_opinion_slide {
	width: 100%;
	height: auto;
	margin-top: 0;
}

.swiper_opinion {
	width: 100%;
	height: auto;
}

#opb_img {
	float: none;
	margin: 0 auto;
	display: none;
}

#opb_img2 {
	display: none;
}

#opb_info {
	float: none;
	margin: 10px auto 0;
	height: auto;
}

#opb_info p {
	height: auto;
	padding-bottom: 20px;
}
/* NEW OPINION SLIDE END */

/* NEW VIDEO SECTION */
#inq_vid_lbl_h h3 {
	display: none;
}

#inq_vid_lbl_h {
    width: 100%;
}

#inq_vid_lbl_h h2 {
    padding: 9px 0 0 10px;
}

#inq_video_wrap {
	width: 100%;
}

#videobox {
    width: 100%;
    float: none;
    margin-top: 10px;
}

#video_info {
    width: 90%;
    margin: 0 auto;
}

#vid_title {
	float: none;
	width: 100%;
}

#vid_desc {
    float: none;
    width: 100%;
}

#more_video {
	width: 90%;
	margin: 20px auto 0;
}

#video_side {
    float: none;
    width: 90%;
    margin: 10px auto 0;
}

#vidtitle {
	width: 232px;
}

#vidthumb {
    width: 180px;
    height: 100px;
}
/* NEW VIDEO SECTION END */

/* CHANNEL BOX */
#inq_channels_wrap {
    width: 100%;
}

.chbox {
    position: relative;
    vertical-align: top;
    display: block;
    margin: 30px auto 0;
}

.channel_w {
	width: 90%;
}

.chbox_img {
	width: 100%;
	height: 230px;
}

.items {
	display: none;
}

.acc_ch {
	display: block;
}

.widesky {
	width: 300px;
	height: 250px;
	overflow: hidden;
	background-image: url(images/generic-bb.jpg);
}

/* CHANNEL BOX END*/

/* MOST SHARED */
#most_shared_wrap {
	width: 100%;
}

.swiper_most_shared {
	width: 340px;
}

#ms_box {
	width: 100%;
}

#ms_info {
	width: 280px;
}

/* MOST SHARED END */

/* FRAME */
#frame_wrap {
	width: 100%;
}

#frame_wrap a, #frame_wrap a:visited, #frame_wrap a:hover {
	text-decoration: none;
}

#frame_left {
	width: 100%;
}

#fr_box1 {
	width: 100%;
	height: 300px;
}

#frame_mid {
	width: 100%;
	height: 300px;
	margin-bottom: 5px;
}

#frame_right {
	width: 100%;
}
/* FRAME END */

/* ARTICLE LEVEL */

#article_level_wrap	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#lb_wrap_article {
	width: 320px;
	height: auto;
	padding-top: 70px;
	overflow: hidden;
}

#main_nav2 {
	display: none;
}

#art_channel ul {
	display: none;
}

#breadcrumbs {
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	border-top: 1px solid #dddddd;
}

hgroup {
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}

hgroup h1 {
	font-family: 'GuardianEgyp-Medium';
 	font-size: 30px;
	margin: 20px 0 10px 0;
}

#byline {
	width: 90%;
	margin: 10px auto 0;
}

#art_body_wrap {
	width: 100%;
}

#article_content {
	width: 90%;
	margin: 0 auto;
	display: block;
}

#billboard_article {
	float: none;
	margin: 0 auto 30px;
}

#article_banner_ad {
	width: 320px;
	height: 50px;
	margin: 30px auto;
}

#article_social_trending {
	width: 90%;
	display: block;
	margin: 30px auto 0;
}

.article_align {
	display: block;
}

#trending_side_wrap {
	width: 100%;
}

#trending_list {
	width: 100%;
}

#trend_title {
	width: 300px;
}

#article_widesky {
	width: 300px;
	height: 250px;
}

#article_disclaimer {
    width: 90%;
    margin: 0 auto;
}

#article_comment_box {
    width: 90%;
    height: auto;
    margin: 30px auto 0;
}

#crowdy_wrap {
    margin: 20px auto 0;
}

/* ARTICLE SM STICKY */
#sm_sticky {
	display: block;
}
/* ARTICLE SM STICKY */

/* ARTICLE LEVEL END */

.addtwenty {
	margin-top: 40px!important;
}


footer {
	width: 100%;
	height: auto;
}


footer section{
    width: 100%;
    height: auto;
}
footer .cp{
}
footer section>ul{
    display:block;
    width:90%;
    height:auto;
	margin: 0 auto;
}

footer section ul li{
    width: 70%;   
    float: left;
}

/* STUDY 3 */
#tgs3_left {
	width: 100%;
}

#tops3_wrap {
	width: 100%;
	height: 320px;
}

#headlines_s3_wrap {
	width: 100%;
	height: 260px;
	margin-top: 0px;
}

.headlines_s3_box {
    margin: 30px auto 0;
}

#tgs3_info h1 {
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 0.016em;
}

#tg_s3_headlines {
	width: 100%;
	margin: -36px auto 0;
}

#tg_s3_ln {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

#tg_s3_ln_slide {
	width: 80%;
	height: auto;
	position: relative;
	margin: 15px auto 0;
}

#tg_sidebox {
	margin: 0 auto;
	display: block;
	width: 100%;
}

#bb2 {
	margin-top: 20px;
}

/* STUDY 3 END */

/* SPECIAL HOME */
#sc-home-wrap {
	width: 100%;
}

#special-coverage {
	width: 100%;
	height: 450px;
	float: none;
}

#sc-articles {
	width: 91%;
}


#sc-list {
	width: 100%;
}

#sc-list h4 {
	font-size: 16px;
	line-height: 20px;
}

#sc-date {
	margin: 10px 0 20px 0;
}

#sc-twitter-wrap {
	float: none;
	width: 340px;
	height: 350px;
	margin: 20px auto 0;
}

/* ADDITIONAL VIDEO BOX */

#vb-additional {
	width: 91%;
	margin: 0 auto;
}

#vb-add {
	width: 100%;
}

#vb-thumb {
	width: 100%;
	height: 220px;
}

#vs-box {
	width: 100%;
	height: auto;
	margin: 20px auto;
}

}

/* 375px */
@media only screen and (min-width: 375px) and (max-width: 479px){
.header {
	display: none;
}

.header2 {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

#responsive_nav {
	display: none;
}

#responsive_nav2 {
	width: 100%;
	margin: 0;
	display: block;
}

#menutoggle {
	margin: 9px 0px 0px 5px;
}

#m_date {
	display: none;
}

#menut_lbl {
	display: none;
}

#tp_lbl {
	display: none;
}

#logo_m2 {
	
}

#paper_icon {
	
}

#blogo {
	display: none;
}

#main_nav {
	display: none;
}

#subchannels {
	display: none;
}

/* SLIDER */
#tg_wrap {
	width: 100%;
	margin: 50px auto 0px;
}

#tg_wrap2 {
	width: 100%;
	margin: 20px auto 0px;
}

#tg_left {
	width: 100%;
}

#tg_slider {
	width: 100%;
	height: 207px;
}

#tg_head_wrap {
	height: 160px;
}

#sm_icons {
	top: 50%;
	text-align: right;
	margin: 0 0 0 10px;
}

#tg_headline h1 {
	font-size: 22px;
	padding: 10px 10px 5px 10px;
	line-height: 23px;
}

#tg_head_wrap {
	width: 95%;
	margin: 0 auto;
}

#tg_excerpt {
	display: none;
}

/* SLIDER END */

/* LATEST WRAP */
#tg_latest_wrap {
	width: 100%;
	margin: 0 auto;	
}

#tg_ln {
	width: 90%;
	margin: 20px auto 0;
	display: block;
}

#tgln_img {
	height: 160px;
}

#popular_left {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#inq_popular_lbl h4 {
	padding: 4px 0 0 20px;
}

#lb_wrap {
	width: 320px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#tg_side {
	width: 100%;
	height: auto;
	margin: 16px auto;
	display: block;
}

#tg_side2 {
	width: 90%;
	height: auto;
	margin: 20px auto;
	display: block;
}

#trending_box {
	height: auto;
}

#trending_box #tr_box:nth-child(n+6){
	display:none;
}

/* NEW OPINION SLIDE */

#opinion_lbl {
	width: 100%;
}

#opinion_lbl h2 {
	float: none;
	margin-left: 44px;
}

#opinion_lbl h3 {
	float: none;
	display: none;
}

#opb_info {
	width: 280px;
	margin: 10px auto 0;
	height: auto;
	float: none;
}

#ops_box1 {
	height: auto;
}

#opinion_wrap {
	width: 100%;
}

#opinion_slide {
	width: 100%;
}

#new_opinion_slide {
	width: 100%;
	height: auto;
	margin-top: 0;
}

.swiper_opinion {
	width: 100%;
	height: auto;
}

#opb_img {
	float: none;
	margin: 0 auto;
	display: none;
}

#opb_img2 {
	display: none;
}

#opb_info {
	float: none;
	margin: 10px auto 0;
	height: auto;
}

#opb_info p {
	height: auto;
	padding-bottom: 20px;
}

/* NEW OPINION SLIDE END */

/* NEW VIDEO SECTION */
#inq_vid_lbl_h h3 {
	display: none;
}

#inq_vid_lbl_h {
    width: 100%;
}

#inq_vid_lbl_h h2 {
    padding: 9px 0 0 10px;
}

#inq_video_wrap {
	width: 100%;
}

#videobox {
    width: 100%;
    float: none;
    margin-top: 10px;
}

#video_info {
    width: 90%;
    margin: 0 auto;
}

#vid_title {
	float: none;
	width: 100%;
}

#vid_desc {
    float: none;
    width: 100%;
}

#more_video {
	width: 90%;
	margin: 20px auto 0;
}

#video_side {
    float: none;
    width: 90%;
    margin: 10px auto 0;
}

#vidtitle {
	width: 177px;
}
/* NEW VIDEO SECTION END */

/* CHANNEL BOX */
#inq_channels_wrap {
    width: 100%;
}

.chbox {
    position: relative;
    vertical-align: top;
    display: block;
    margin: 30px auto 0;
}

.channel_w {
	width: 90%;
}

.chbox_img {
	width: 100%;
	height: 200px;
}

.items {
	display: none;
}

.acc_ch {
	display: block;
}

.widesky {
	width: 300px;
	height: 250px;
	overflow: hidden;
	background-image: url(images/generic-bb.jpg);
}

/* CHANNEL BOX END*/

/* MOST SHARED */
#most_shared_wrap {
	width: 100%;
}

.swiper_most_shared {
	width: 270px;
}

#ms_box {
	width: 100%;
}

#ms_info {
	width: 170px;
}

/* MOST SHARED END */

/* FRAME */
#frame_wrap {
	width: 100%;
}

#frame_wrap a, #frame_wrap a:visited, #frame_wrap a:hover {
	text-decoration: none;
}

#frame_left {
	width: 100%;
}

#fr_box1 {
	width: 100%;
	height: 230px;
}

#frame_mid {
	width: 100%;
	height: 230px;
	margin-bottom: 5px;
}

#frame_right {
	width: 100%;
}
/* FRAME END */

/* ARTICLE LEVEL */

#article_level_wrap	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#lb_wrap_article {
	width: 320px;
	height: auto;
	padding-top: 70px;
	overflow: hidden;
}

#main_nav2 {
	display: none;
}

#art_channel ul {
	display: none;
}

#breadcrumbs {
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	border-top: 1px solid #dddddd;
}

hgroup {
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}

hgroup h1 {
	font-family: 'GuardianEgyp-Medium';
 	font-size: 30px;
	margin: 20px 0 10px 0;
}

#byline {
	width: 90%;
	margin: 10px auto 0;
}

#art_body_wrap {
	width: 100%;
}

#article_content {
	width: 90%;
	margin: 0 auto;
	display: block;
}

#billboard_article {
	float: none;
	margin: 0 0 30px 0;
}

#article_banner_ad {
	width: 320px;
	height: 50px;
	margin: 30px auto;
}

#article_social_trending {
	width: 90%;
	display: block;
	margin: 30px auto 0;
}

.article_align {
	display: block;
}

#trending_side_wrap {
	width: 100%;
}

#trending_list {
	width: 100%;
}

#article_widesky {
	width: 300px;
	height: 250px;
}

#article_disclaimer {
    width: 90%;
    margin: 0 auto;
}

#article_comment_box {
    width: 90%;
    height: auto;
    margin: 30px auto 0;
}

#crowdy_wrap {
    margin: 20px auto 0;
}

/* ARTICLE SM STICKY */
#sm_sticky {
	display: block;
}
/* ARTICLE SM STICKY */

/* ARTICLE LEVEL END */

.addtwenty {
	margin-top: 40px!important;
}


footer {
	width: 100%;
	height: auto;
}


footer section{
    width: 100%;
    height: auto;
}
footer .cp{
}
footer section>ul{
    display:block;
    width:90%;
    height:auto;
	margin: 0 auto;
}

footer section ul li{
    width: 70%;   
    float: left;
}

/* STUDY 3 */
#tgs3_left {
	width: 100%;
}

#tops3_wrap {
	width: 100%;
	height: 320px;
}

#headlines_s3_wrap {
	width: 100%;
	height: 260px;
	margin-top: 0px;
}

.headlines_s3_box {
    margin: 30px auto 0;
}

#tgs3_info h1 {
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 0.016em;
}

#tg_s3_headlines {
	width: 100%;
	margin: -36px auto 0;
}

#tg_s3_ln {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

#tg_s3_ln_slide {
	width: 80%;
	height: auto;
	position: relative;
	margin: 15px auto 0;
}

#tg_sidebox {
	margin: 0 auto;
	display: block;
	width: 100%;
}

#bb2 {
	margin-top: 20px;
}

#vidthumb {
	height: 160px;	
}

/* STUDY 3 END */

/* SPECIAL HOME */
#sc-home-wrap {
	width: 100%;
}

#special-coverage {
	width: 100%;
	height: 450px;
	float: none;
}

#sc-articles {
	width: 91%;
}


#sc-list {
	width: 100%;
}

#sc-list h4 {
	font-size: 16px;
	line-height: 20px;
}

#sc-date {
	margin: 10px 0 20px 0;
}

#sc-twitter-wrap {
	float: none;
	width: 340px;
	height: 350px;
	margin: 20px auto 0;
}

/* ADDITIONAL VIDEO BOX */

#vb-additional {
	width: 91%;
	margin: 0 auto;
}

#vb-add {
	width: 100%;
}

#vb-thumb {
	width: 100%;
	height: 190px;
}

#vs-box {
	width: 100%;
	height: auto;
	margin: 20px auto;
}

}


/* 360px */
@media only screen and (min-width: 360px) and (max-width: 374px){
.header {
	display: none;
}

.header2 {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

#responsive_nav {
	display: none;
}

#responsive_nav2 {
	width: 100%;
	margin: 0;
	display: block;
}

#menutoggle {
	margin: 9px 0px 0px 5px;
}

#m_date {
	display: none;
}

#menut_lbl {
	display: none;
}

#tp_lbl {
	display: none;
}

#paper_icon {
	
}

#blogo {
	display: none;
}

#main_nav {
	display: none;
}

#subchannels {
	display: none;
}

/* SLIDER */
#tg_wrap {
	width: 100%;
	margin: 50px auto 0px;
}

#tg_wrap2 {
	width: 100%;
	margin: 20px auto 0px;
}

#tg_left {
	width: 100%;
}

#tg_slider {
	width: 100%;
	height: 207px;
}

#tg_head_wrap {
	height: 160px;
}

#sm_icons {
	top: 50%;
	text-align: right;
	margin: 0 0 0 10px;
}

#tg_headline h1 {
	font-size: 22px;
	padding: 10px 10px 5px 10px;
	line-height: 23px;
}

#tg_head_wrap {
	width: 95%;
	margin: 0 auto;
}

#tg_excerpt {
	display: none;
}

/* SLIDER END */

/* LATEST WRAP */
#tg_latest_wrap {
	width: 100%;
	margin: 0 auto;	
}

#tg_ln {
	width: 90%;
	margin: 20px auto 0;
	display: block;
}

#tgln_img {
	height: 160px;
}

#popular_left {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#inq_popular_lbl h4 {
	padding: 4px 0 0 20px;
}

#lb_wrap {
	width: 320px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#tg_side {
	width: 100%;
	height: auto;
	margin: 10px auto;
	display: block;
}

#tg_side2 {
	width: 90%;
	height: auto;
	margin: 20px auto;
	display: block;
}

#trending_box {
	height: auto;
}

#trending_box #tr_box:nth-child(n+6){
	display:none;
}


/* NEW OPINION SLIDE */

#opinion_lbl {
	width: 100%;
}

#opinion_lbl h2 {
	float: none;
	margin-left: 44px;
}

#opinion_lbl h3 {
	float: none;
	display: none;
}

#opb_info {
	width: 270px;
	margin: 10px auto 0;
	height: auto;
	float: none;
}

#ops_box1 {
	height: auto;
}

#opinion_wrap {
	width: 100%;
}

#opinion_slide {
	width: 100%;
}

#new_opinion_slide {
	width: 100%;
	height: auto;
	margin-top: 0;
}

.swiper_opinion {
	width: 100%;
	height: auto;
}

#opb_img {
	float: none;
	margin: 0 auto;
	display: none;
}

#opb_img2 {
	display: none;
}

#opb_info {
	float: none;
	margin: 10px auto 0;
	height: auto;
}

#opb_info p {
	height: auto;
	padding-bottom: 20px;
}

/* NEW OPINION SLIDE END */

/* NEW VIDEO SECTION */
#inq_vid_lbl_h h3 {
	display: none;
}

#inq_vid_lbl_h {
    width: 100%;
}

#inq_vid_lbl_h h2 {
    padding: 9px 0 0 10px;
}

#inq_video_wrap {
	width: 100%;
}

#videobox {
    width: 100%;
    float: none;
    margin-top: 10px;
}

#video_info {
    width: 90%;
    margin: 0 auto;
}

#vid_title {
	float: none;
	width: 100%;
}

#vid_desc {
    float: none;
    width: 100%;
}

#more_video {
	width: 90%;
	margin: 20px auto 0;
}

#video_side {
    float: none;
    width: 90%;
    margin: 10px auto 0;
}

#vidtitle {
	width: 164px;
}
/* NEW VIDEO SECTION END */

/* CHANNEL BOX */
#inq_channels_wrap {
    width: 100%;
}

.chbox {
    position: relative;
    vertical-align: top;
    display: block;
    margin: 30px auto 0;
}

.channel_w {
	width: 90%;
}

.chbox_img {
	width: 100%;
	height: 200px;
}

.items {
	display: none;
}

.acc_ch {
	display: block;
}

.widesky {
	width: 300px;
	height: 250px;
	overflow: hidden;
	background-image: url(images/generic-bb.jpg);
}

/* CHANNEL BOX END*/

/* MOST SHARED */
#most_shared_wrap {
	width: 100%;
}

.swiper_most_shared {
	width: 230px;
}

#ms_box {
	width: 100%;
}

#ms_info {
	width: 150px;
}

/* MOST SHARED END */

/* FRAME */
#frame_wrap {
	width: 100%;
}

#frame_wrap a, #frame_wrap a:visited, #frame_wrap a:hover {
	text-decoration: none;
}

#frame_left {
	width: 100%;
}

#fr_box1 {
	width: 100%;
	height: 220px;
}

#frame_mid {
	width: 100%;
	height: 220px;
	margin-bottom: 5px;
}

#frame_right {
	width: 100%;
}
/* FRAME END */

/* ARTICLE LEVEL */

#article_level_wrap	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#lb_wrap_article {
	width: 320px;
	height: auto;
	padding-top: 70px;
	overflow: hidden;
}

#main_nav2 {
	display: none;
}

#art_channel ul {
	display: none;
}

#breadcrumbs {
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	border-top: 1px solid #dddddd;
}

hgroup {
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}

hgroup h1 {
	font-family: 'GuardianEgyp-Medium';
 	font-size: 30px;
	margin: 20px 0 10px 0;
}

#byline {
	width: 90%;
	margin: 10px auto 0;
}

#art_body_wrap {
	width: 100%;
}

#article_content {
	width: 90%;
	margin: 0 auto;
	display: block;
}

#billboard_article {
	float: none;
	margin: 0 0 30px 0;
}

#article_banner_ad {
	width: 320px;
	height: 50px;
	margin: 30px auto;
}

#article_social_trending {
	width: 90%;
	display: block;
	margin: 30px auto 0;
}

.article_align {
	display: block;
}

#trending_side_wrap {
	width: 100%;
}

#trending_list {
	width: 100%;
}

#article_widesky {
	width: 300px;
	height: 250px;
}

#article_disclaimer {
    width: 90%;
    margin: 0 auto;
}

#article_comment_box {
    width: 90%;
    height: auto;
    margin: 30px auto 0;
}

#crowdy_wrap {
    margin: 20px auto 0;
}

/* ARTICLE SM STICKY */
#sm_sticky {
	display: block;
}
/* ARTICLE SM STICKY */

/* ARTICLE LEVEL END */

.addtwenty {
	margin-top: 40px!important;
}


footer {
	width: 100%;
	height: auto;
}


footer section{
    width: 100%;
    height: auto;
}
footer .cp{
}
footer section>ul{
    display:block;
    width:90%;
    height:auto;
	margin: 0 auto;
}

footer section ul li{
    width: 70%;   
    float: left;
}

/* STUDY 3 */
#tgs3_left {
	width: 100%;
}

#tops3_wrap {
	width: 100%;
	height: 300px;
}

#headlines_s3_wrap {
	width: 100%;
	height: 220px;
	margin-top: 0px;
}

.headlines_s3_box {
    margin: 30px auto 0;
}

#tgs3_info h1 {
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 0.016em;
}

#tg_s3_headlines {
	width: 100%;
	margin: -26px auto 0;
}

#tg_s3_ln {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

#tg_s3_ln_slide {
	width: 80%;
	height: auto;
	position: relative;
	margin: 15px auto 0;
}

#tg_sidebox {
	margin: 0 auto;
	display: block;
	width: 100%;
}

#bb2 {
	margin-top: 20px;
}

/* STUDY 3 END */

/* SPECIAL HOME */
#sc-home-wrap {
	width: 100%;
}

#special-coverage {
	width: 100%;
	height: 450px;
	float: none;
}

#sc-articles {
	width: 91%;
}


#sc-list {
	width: 100%;
}

#sc-list h4 {
	font-size: 16px;
	line-height: 20px;
}

#sc-date {
	margin: 10px 0 20px 0;
}

#sc-twitter-wrap {
	float: none;
	width: 300px;
	height: 350px;
	margin: 20px auto 0;
}

/* SPECIAL HOME */
#sc-home-wrap {
	width: 100%;
}

#special-coverage {
	width: 100%;
	height: 450px;
	float: none;
}

#sc-articles {
	width: 91%;
}


#sc-list {
	width: 100%;
}

#sc-list h4 {
	font-size: 16px;
	line-height: 20px;
}

#sc-date {
	margin: 10px 0 20px 0;
}

#sc-twitter-wrap {
	float: none;
	width: 340px;
	height: 350px;
	margin: 20px auto 0;
}

/* ADDITIONAL VIDEO BOX */

#vb-additional {
	width: 91%;
	margin: 0 auto;
}

#vb-add {
	width: 100%;
}

#vb-thumb {
	width: 100%;
	height: 180px;
}

#vs-box {
	width: 100%;
	height: auto;
	margin: 20px auto;
}

}

/* 320px */
@media only screen and (min-width: 320px) and (max-width: 359px){
.header {
	display: none;
}

.header2 {
	display: block;
	width:100%;
	-webkit-backface-visibility: hidden;
}

#responsive_nav {
	display: none;
}

#responsive_nav2 {
	width:100%;
	margin: 0;
	display: block;
}

#menutoggle {
	margin: 9px 0px 0px 5px;
}

#m_date {
	display: none;
}

#menut_lbl {
	display: none;
}

#tp_lbl {
	display: none;
}

#paper_icon {
	
}

#blogo {
	display: none;
}

#main_nav {
	display: none;
}

#subchannels {
	display: none;
}

/* SLIDER */
#tg_wrap {
	width: 100%;
	margin: 50px auto 0px;
}

#tg_wrap2 {
	width: 100%;
	margin: 20px auto 0px;
}

#tg_left {
	width: 100%;
}

#tg_slider {
	width: 100%;
	height: 207px;
}

#tg_head_wrap {
	height: 160px;
}

#sm_icons {
	top: 50%;
	text-align: right;
	margin: 0 0 0 10px;
}

#tg_headline h1 {
	font-size: 22px;
	padding: 10px 10px 5px 10px;
	line-height: 23px;
}

#tg_head_wrap {
	width: 95%;
	margin: 0 auto;
}

#tg_excerpt {
	display: none;
}

/* SLIDER END */

/* LATEST WRAP */
#tg_latest_wrap {
	width: 100%;
	margin: 0 auto;	
}

#tg_ln {
	width: 95%;
	margin: 20px auto 0;
	display: block;
}

#tgln_img {
	height: 160px;
}

#popular_left {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#lb_wrap {
	width: 320px;
	height: auto;
	overflow: hidden;
	margin: 4px auto 0;
}

#tg_side {
	width: 100%;
	height: auto;
	margin: 10px auto 0;
	display: block;
}

#tg_side2 {
	width: 300px;
	height: auto;
	margin: 20px auto;
	display: block;
}

#trending_box {
	height: auto;
}

#trending_box #tr_box:nth-child(n+6){
	display:none;
}

/* NEW OPINION SLIDE */

#opinion_lbl {
	width: 100%;
}

#opinion_lbl h2 {
	float: none;
	margin-left: 44px;
}

#opinion_lbl h3 {
	float: none;
	display: none;
}

#opb_info {
	width: 230px;
	float: none;
}

#ops_box1 {
	height: auto;
}

#sm_main {
	
}

#opinion_wrap {
	width: 100%;
}

#opinion_slide {
	width: 100%;
}

#new_opinion_slide {
	width: 100%;
	height: auto;
	margin-top: 0;
}

.swiper_opinion {
	width: 100%;
	height: auto;
	margin: 20px auto;
}

#opb_img {
	float: none;
	margin: 0 auto;
	display: none;
}

#opb_img2 {
	display: none;
}

#opb_info {
	float: none;
	margin: 10px auto 0;
	height: auto;
}

#opb_info p {
	height: auto;
	padding-bottom: 20px;
}
/* NEW OPINION SLIDE END */

/* NEW VIDEO SECTION */
#inq_vid_lbl_h h3 {
	display: none;
}

#inq_vid_lbl_h {
    width: 100%;
}

#inq_vid_lbl_h h2 {
    padding: 9px 0 0 10px;
}

#inq_video_wrap {
	width: 100%;
}

#videobox {
    width: 100%;
    float: none;
    margin-top: 10px;
}

#video_info {
    width: 95%;
    margin: 0 auto;
}

#vid_title {
	float: none;
	width: 100%;
}

#vid_desc {
    float: none;
    width: 100%;
}

#more_video {
	width: 95%;
	margin: 20px auto 0;
}

#video_side {
    float: none;
    width: 95%
    margin: 10px auto 0;
}
/* NEW VIDEO SECTION END */

/* CHANNEL BOX */
#inq_channels_wrap {
    width: 100%;
}

.chbox {
    position: relative;
    vertical-align: top;
    display: block;
    margin: 30px auto 0;
}

.items {
	display: none;
}

.acc_ch {
	display: block;
}

.widesky {
	width: 300px;
	height: 250px;
	overflow: hidden;
	background-image: url(images/generic-bb.jpg);
}

/* CHANNEL BOX END*/

/* MOST SHARED */
#most_shared_wrap {
	width: 100%;
}

.swiper_most_shared {
	width: 230px;
}

#ms_box {
	width: 100%;
}

#ms_info {
	width: 150px;
}

/* MOST SHARED END */

/* FRAME */
#frame_wrap {
	width: 100%;
}

#frame_wrap a, #frame_wrap a:visited, #frame_wrap a:hover {
	text-decoration: none;
}

#frame_left {
	width: 100%;
}

#fr_box1 {
	width: 100%;
	height: 220px;
}

#frame_mid {
	width: 100%;
	height: 220px;
	margin-bottom: 5px;
}

#frame_right {
	width: 100%;
}
/* FRAME END */

/* ARTICLE LEVEL */

#article_level_wrap	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#lb_wrap_article {
	width: 320px;
	height: auto;
	padding-top: 70px;
	overflow: hidden;
}

#main_nav2 {
	display: none;
}

#art_channel ul {
	display: none;
}

#breadcrumbs {
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	border-top: 1px solid #dddddd;
}

hgroup {
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}

hgroup h1 {
	font-family: 'GuardianEgyp-Medium';
 	font-size: 30px;
	margin: 20px 0 10px 0;
}

#byline {
	width: 90%;
	margin: 10px auto 0;
}

#art_body_wrap {
	width: 100%;
}

#article_content {
	width: 90%;
	margin: 0 auto;
	display: block;
}

#billboard_article {
	float: none;
	margin: 0 0 30px 0;
}

#article_banner_ad {
	width: 320px;
	height: 50px;
	margin: 30px auto;
}

#article_social_trending {
	width: 300px;
	display: block;
	margin: 30px auto 0;
}

.article_align {
	display: block;
}

#trending_side_wrap {
	width: 100%;
}

#trending_list {
	width: 100%;
}

#article_widesky {
	width: 300px;
	height: 250px;
}

#article_disclaimer {
    width: 90%;
    margin: 0 auto;
}

#article_comment_box {
    width: 90%;
    height: auto;
    margin: 30px auto 0;
}

#crowdy_wrap {
    margin: 20px auto 0;
}

.sm_art_mobile {
	display: block;
	width: 90%;
	margin: 0 auto 20px;
}

#article_share_top {
	margin: 0 auto 20px;
}

/* ARTICLE SM STICKY */
#sm_sticky {
	display: block;
}
/* ARTICLE SM STICKY */
/* ARTICLE LEVEL END */

.addtwenty {
	margin-top: 40px!important;
}

footer {
	width: 100%;
	height: auto;
}


footer section{
    width: 100%;
    height: auto;
}
footer .cp{
}
footer section>ul{
    display:block;
    width:90%;
    height:auto;
	margin: 0 auto;
}

footer section ul li{
    width: 70%;   
    float: left;
}

/* STUDY 3 */
#tgs3_left {
	width: 100%;
}

#tops3_wrap {
	width: 100%;
	height: 300px;
}

#headlines_s3_wrap {
	width: 100%;
	height: 220px;
	margin-top: 0px;
}

.headlines_s3_box {
    margin: 30px auto 0;
}

#tgs3_info h1 {
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 0.016em;
}

#tg_s3_headlines {
	width: 100%;
}

#tg_s3_ln {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

#tg_s3_ln_slide {
	width: 80%;
	height: auto;
	position: relative;
	margin: 15px auto 0;
}

#tg_sidebox {
	margin: 0 auto;
	display: block;
	width: 100%;
}

#bb2 {
	margin-top: 20px;
}

/* STUDY 3 END */

/* SPECIAL HOME */
#sc-home-wrap {
	width: 100%;
}

#special-coverage {
	width: 100%;
	height: 450px;
	float: none;
}

#sc-articles {
	width: 91%;
}


#sc-list {
	width: 100%;
}

#sc-list h4 {
	font-size: 16px;
	line-height: 20px;
}

#sc-date {
	margin: 10px 0 20px 0;
}

#sc-twitter-wrap {
	float: none;
	width: 300px;
	height: 350px;
	margin: 20px auto 0;
}

/* ADDITIONAL VIDEO BOX */

#vb-additional {
	width: 91%;
	margin: 0 auto;
}

#vb-add {
	width: 100%;
}

#vb-thumb {
	width: 100%;
	height: 180px;
}

#vs-box {
	width: 100%;
	height: auto;
	margin: 20px auto;
}

}
