/* Gallery Image start /*


/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/webfont/flexslider-icon.eot');
  src: url('../fonts/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/flexslider-icon.woff') format('woff'), url('../fonts/webfonts/flexslider-icon.ttf') format('truetype'), url('../fonts/webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
 /*  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); */
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* Gallery Image End */



@font-face {
  font-family: 'UnitSlabPro-Light';
  src: url('../fonts/UnitSlabPro-Light.eot?#iefix') format('embedded-opentype'),  
	   url('../fonts/UnitSlabPro-Light.otf')  format('opentype'),
	   url('../fonts/UnitSlabPro-Light.woff') format('woff'), 
	   url('../fonts/UnitSlabPro-Light.ttf')  format('truetype'), 
	   url('../fonts/UnitSlabPro-Light.svg#UnitSlabPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UnitSlabPro-Regular';
  src:  url('../fonts/UnitSlabPro-Regular.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/UnitSlabPro-Regular.otf')  format('opentype'),
	    url('../fonts/UnitSlabPro-Regular.woff') format('woff'), 
		url('../fonts/UnitSlabPro-Regular.ttf')  format('truetype'), 
		url('../fonts/UnitSlabPro-Regular.svg#UnitSlabPro') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UnitSlabPro-Bold';
  src: url('../fonts/UnitSlabPro-Bold.eot?#iefix') format('embedded-opentype'),  
	   url('../fonts/UnitSlabPro-Bold.otf')  format('opentype'),
	   url('../fonts/UnitSlabPro-Bold.woff') format('woff'), 
	   url('../fonts/UnitSlabPro-Bold.ttf')  format('truetype'), 
	   url('../fonts/UnitSlabPro-Bold.svg#UnitSlabPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UnitSlabPro-Ultra';
  src: url('../fonts/UnitSlabPro-Ultra.eot?#iefix') format('embedded-opentype'),  
	   url('../fonts/UnitSlabPro-Ultra.otf')  format('opentype'),
	   url('../fonts/UnitSlabPro-Ultra.woff') format('woff'), 
	   url('../fonts/UnitSlabPro-Ultra.ttf')  format('truetype'), 
	   url('../fonts/UnitSlabPro-Ultra.svg#UnitSlabPro-Ultra') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 /*Google Fonts
 font-family: 'Fira Sans', sans-serif;

 light 300
regular 400
medium 500
semi-bold 600
bold 700
extra-bold 800
black 900
 
 */
html{font-size: 100%;}

ul, ol {
    list-style: none;
    list-style-image: none;
	margin: 0;
	padding: 0;
}a{color:#000000}
a:active, a:hover, a:focus {outline: 0;color:#000;}
img{max-width:100%;}
:focus {outline:none;}


body {
    background-color: #EEE;
    font-family: 'Fira Sans', sans-serif; font-weight:400;
    font-size: 0.813em;
    line-height: 1.35;
    overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6{font-family: 'Fira Sans', sans-serif;}
h1{font-size:50px;line-height:52px; font-weight:800;}
h2{font-size:36px;line-height:40px; font-weight:700;}
h3{font-size:18px;line-height:22px; font-weight:500;}
h4{font-size:12px;line-height:20px; font-weight:500;}
h5{font-size:14px;line-height:18px; font-weight:500;}
.wrapper{
	background-color: #FFF;
    margin: 0 auto;
    position: relative;
   max-width: 1275px;
}

a:hover, a:focus{ text-decoration:none; color:#0c5d2f;}
div[class*="push-img"] img { width: 100%;}


.container-fluid.container{ padding-top:30px;}
header .container-fluid.container{ padding-top:0px;}
.header-top .ad-block{ margin-bottom:0;}
div.page-tabs:empty { display: none;}
.header-top{padding: 18px 0 0 0;  background-color: #fff; max-width: 1275px; margin: 0 auto;}
.navbar-brand{ padding:0; line-height:inherit; height:39px; width:138px;  margin-left: 30px;}



.navbar-brand{ background:url("../images/metro-logo.svg") no-repeat 0 0; display:block;}
.navbar-brand img{ opacity:0; filter:alpha(opacity=0);}
.navbar-brand:hover{background:url("../images/metro-logo-green.svg") no-repeat 0 0;}

//.header{ padding:0;position:sticky;}

.fixed-header .header{padding: 0; position: sticky; position:-webkit-sticky; top: 0; left: 0; right: 0; margin: 0 auto; z-index:999; }
.header:after{background-color:#d8e5de; content:""; display:block; /*position:absolute;*/ margin:0 auto; bottom:-6px;left:0; right:0; max-width:1275px; width:100% ; height:6px; visibility: visible; z-index: 1;}
.header .header-wrapper{ position:relative;
	display: -ms-flexbox;  display: -webkit-flex;  display: flex;  -webkit-flex-direction: row;
	-ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap;	flex-wrap: nowrap;
	-webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;}

.menu-with-logo{display: -ms-flexbox;  display: -webkit-flex;  display: flex;  -webkit-flex-direction: row;
	-ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap;	flex-wrap: nowrap;
	-webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center; width:197px; padding:15px 0;}

	
/*Metrobet logo*/	
.metro-bet-icon{position:relative; text-indent:-999px; overflow:hidden; width:95px;}
.metro-bet-icon:before{ background: url(../images/metrobettingicon.svg) no-repeat 0 4px; background-size: auto 20px; content:""; left:0; position:absolute; top:5px; width:100%; height:100%;}
.metro-play-icon {position:relative; text-indent:-99999px; width:70px; padding-bottom:10px !important}
.metro-play-icon:before{background: url(../images/metro_play.svg) no-repeat 0 -2px; background-size:100% auto;  content:""; left:0; position:absolute; top:0px; width:100%; height:100%;}
.hambergur-navigation .metro-bet-icon,
.hambergur-navigation .metro-play-icon{ display:none;}



/*hamburgur*/
.menu-trigger{height: 18px; position: relative;  -webkit-flex: 0 0 29px; -ms-flex: 0 0 29px; flex: 0 0 29px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; margin-top:6px;}
.fix-header-hamburger a.navbar-brand { margin-left: 27px;}
.menu-trigger span {background: #02c53b; display: block; position: absolute; height: 3px; opacity: 1; left: 0; width: 100%; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; border-radius:1.5px;-webkit-border-radius:1.5px;}
.menu-trigger span:nth-child(1) {top: 0;}
.menu-trigger span:nth-child(2),.menu-trigger span:nth-child(3) {top: 9px;}
.menu-trigger span:nth-child(4) {top: 18px;}


.menu-trigger.open span:nth-child(1) {top: 7px; width: 0%; left: 50%;}

.menu-trigger.open span:nth-child(2) {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.menu-trigger.open span:nth-child(3) {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
.menu-trigger.open span:nth-child(4) {top: 7px; width: 0%; left: 50%;}

.static-header-link{ margin-top:10px;}
.static-header-link ul li{ list-style:none; margin:0; padding:0; display:inline-block; margin-right:15px; }
.static-header-link ul li:first-child{margin-left:20px;}
.static-header-link ul li a{color: #000; font-weight:500;  font-size: 16px; position: relative; text-transform:uppercase;  white-space: nowrap; letter-spacing:0.2px; padding:0;}
.static-header-link ul li a:hover{ text-decoration:none; color:#0c5e3b; background:none;}



/*Header search*/
.header-right { margin-left:auto;}
.header-right .region-navigation-right{display: -ms-flexbox;  display: -webkit-flex;  display: flex;  -webkit-flex-direction: row;
	-ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap;	flex-wrap: nowrap;
	-webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;}

.header-right .element-invisible{ display:none;}
.header-right .block-search.search{margin-left:34px;}
.header-right .header-search-icon{ position:relative; z-index:5; display:inherit;}
.header-search-icon .search-btn{ background:url(../images/sprite_1x.svg) no-repeat -176px -348px; height:32px; width:32px; display:block; text-indent:-9999px; overflow:hidden;position: relative; z-index: 9;}
.header-search-icon .search-btn:hover{ background-position:-176px -393px;}
.header-search-icon .header-search{ display:none; position:absolute; right: -12px;  bottom: -102px; background-color:#fff; box-shadow:0 0 10px 0 rgba(0,0,0,.24); padding:29px 25px 23px; }
.header-search input[type="text"]{ border:none;color:#0c5d2f; border-bottom:dashed 1px #0c5d2f; padding:5px 0; font-weight:300; /* font-family: 'fira_sanslight'; */  font-size:20px; width:265px; letter-spacing:-0.11px; box-shadow: none; border-radius: 0;}
.header-search input[type="text"][type="text"]::-moz-placeholder{color:#0c5d2f; opacity:1; filter:alpha(opacity=100)}
.header-search input[type="text"]::-webkit-input-placeholder{color:#0c5d2f;opacity:1;  filter:alpha(opacity=100)}
.header-search input[type="text"]:-ms-input-placeholder{color:#0c5d2f;opacity:1;  filter:alpha(opacity=100)}
.header-right .header-search-icon:hover .search-btn{background-position:-176px -393px}
.header-right .header-search-icon:hover:after { content: ""; position: absolute; background-color: #fff;-webkit-box-shadow: 0 -8px 10px -4px rgba(0,0,0,.24);
-moz-box-shadow: 0 -8px 10px -4px rgba(0,0,0,.24); box-shadow: 0 -8px 10px -4px rgba(0,0,0,.24); width: 60px; height: 60px;left: -15px; bottom: -16px; z-index: 1;}
.header-search-icon:hover .header-search{ display:block;}


/* Header Social Media */
.header-social-media{ margin-top:10px;}
.social{float: left;}
.social br{display: none;}
.social > li{float: left; margin-left: 18px; position: relative;}
.social > li:first-child{margin-left: 0;}


.social > li > a{background-image: url(../images/sprite_1x.svg); display: inline-block; height: 30px; width: 30px; text-indent: -9999px;}
.facebook{background-position:  -36px -31px;}
.facebook:hover{background-position:  -36px 2px;}
.twitter{background-position: -79px -30px;}
.twitter:hover{background-position: -79px 3px;}
.instagram{background-position: -167px -31px;}
.instagram:hover{background-position: -167px 2px;}
.more-social{background-position: -210px -29px;}
.more-social:hover{background-position: -210px -3px;}


.more-social{background-position: -213px -29px;}
.more-social:hover{background-position: -213px 3px;}
.social .drop-down {position: absolute; right: -12px; top: 36px; width: 180px;}
.drop-down {background-color: rgba(255,255,255,1);  display: none; box-shadow: 0 0 25px rgba(0, 0, 0, 0.4); padding: 10px 0px 20px 0px; position:absolute;z-index: 999; min-width:180px; }
.drop-down.left-arrow::before {content: ''; background: url(../images/drop-down-arrow.png) no-repeat  -8px 11px; height: 32px; left: 12px; position: absolute; top: -26px; width:50px;}
.drop-down.right-arrow::before {content: ''; background: rgba(0, 0, 0, 0) url("../images/sprite_2x.png") no-repeat scroll -182px -568px; background-size: 259px 1024px; height: 32px; right: 0px; position: absolute; top: -25px; width:50px;}

.drop-down.bottom-arrow::before { content: ""; width: 0; height: 0; border-style: solid;  border-width: 16px 13px 0 13px;  border-color: #ffffff transparent transparent; right: 12px; bottom: -9px; position: absolute; }
.drop-down.left-arrow,.drop-down.bottom-arrow, .drop-down.right-arrow{ min-height:132px; }
.more-post-heading .drop-down.center-arrow{ right:-67px;  width:220px;}
.more-post-heading .drop-down:before{right:9px;}
.drop-down.bottom-arrow { bottom: 40px; right: -10px;  top: initial;}



.drop-down p{color: #03c53b; font-size: 12px; margin-bottom: 14px; padding:0; font-weight:500; text-transform:uppercase; letter-spacing:.5px}
ul.dropdown-social{display:block !important; font-size:0; padding:0}
.drop-down ul.dropdown-social li{display: inline-block; margin-right: 16px; margin-bottom: 10px;}
.drop-down ul.dropdown-social li:nth-child(3n){margin-right: 0;}
.drop-down ul.dropdown-social li:nth-child(4), .drop-down ul li:nth-child(5), .drop-down ul li:nth-child(6){margin-bottom: 0;}
.drop-down ul.dropdown-social li a{background-image: url(../images/sprite_1x.svg); background-repeat: no-repeat; display: inline-block; height: 32px; width: 32px; text-indent: -9999px;}
.facebook-dd{background-position: -33px -28px;}
.facebook-dd:hover{background-position: -33px 5px}

.twitter-dd{background-position: -77px -28px;}
.twitter-dd:hover{background-position: -77px 5px;}

.mail-dd{background-position: -120px -28px}
.mail-dd:hover{background-position: -120px 4px;}

.gplus-dd{background-position: -31px -66px}
.gplus-dd:hover{background-position: -31px -106px;}

.linkedin-dd{background-position: -120px -67px}
.linkedin-dd:hover{background-position: -120px -107px;}

.reddit-dd{background-position: -76px -67px}
.reddit-dd:hover{background-position: -76px -107px;}

.instagram-dd {background-position: -163px -30px;}
.instagram-dd:hover{background-position: -163px 3px;}

.whatsapp-dd {background-position: -76px -142px;}
.whatsapp-dd:hover{background-position: -76px -175px}




.drop-down {background-color: rgba(255,255,255,1); display: none;box-shadow: 0 0 25px rgba(0, 0, 0, 0.4); padding: 15px 26px; position:absolute;z-index: 9; min-width:180px; }
.social-mobile .facebook-dd:hover{background-position: -33px 5px}
.social-mobile .twitter-dd:hover{background-position: -77px 5px;}
.social-mobile .instagram-dd:hover{background-position:-165px 4px;}
.social-mobile .youtube-dd:hover{background-position: -52px -86px}
.social-mobile .email-dd:hover{background-position: -120px 4px;}
.social-mobile .rss-dd:hover{background-position: -100px -86px}
.left-content-hamburger .instagram-dd{background-position:-165px -29px}

.social-mobile{display: none;}
.social li{border-bottom: 0 !important;}



/*Large Dropdown Menu*/
.fix-header-hamburger{ max-width:1248px; width:100%; position:absolute; margin:0 auto; top:2px; left:0; right:0; background-color:#fff; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.24);-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.24);box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.24); z-index:999; max-height:100vh;}
div#hamburger-navbar {max-height: calc(100vh - 62px);  overflow-y: auto;}
.fix-header-hamburger .menu-with-logo{ padding:13px 17px 10px 19px; width:100%;}

.fix-header-hamburger .menu.sf-menu.sf-main-menu { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column;
    flex-direction: column;  -webkit-flex-wrap: wrap;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  height: 530px;}

.fix-header-hamburger a:hover, .fix-header-hamburger a:focus, .fix-header-hamburger a:active{ text-decoration:none;}
.fix-header-hamburger .menu.sf-menu.sf-main-menu > li{ margin-right:20px; width:15.1%;}
.fix-header-hamburger .menu.sf-menu.sf-main-menu > li:last-child{ margin-right:0;}
.fix-header-hamburger .menu.sf-menu.sf-main-menu > li > a{ color:#0c5d2f; font-weight:800; font-size:16px; line-height:22px; letter-spacing:0.4px; padding:10px 0 11px 0 ; text-transform:uppercase; border-bottom: 1px solid #b2b2b2;}
.fix-header-hamburger .sf-menu ul{ position:static;}
.fix-header-hamburger .sf-menu li{ float:none;}
.desktop-tab-menu{ padding:25px 75px 36px;}
.fix-header-hamburger .menu.sf-menu.sf-main-menu > li ul li{ display:block; border-bottom: 1px solid #b2b2b2;}
.fix-header-hamburger .menu.sf-menu.sf-main-menu > li ul li a{color:#000; font-weight:400;  font-size:16px; line-height:22px; letter-spacing:0.1px; display:block;padding:10px 0 11px 0;}
.fix-header-hamburger .menu.sf-menu.sf-main-menu > li ul li a:hover{color:#0c5d2f;}

.fix-header-hamburger .right-hamburger-search { margin-left:auto;width:500px;}
.fix-header-hamburger .container-inline div.header-search-icon{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;  -webkit-align-items: center; -ms-flex-align: center;  align-items: center;}
.fix-header-hamburger .header-search-icon .header-search{ display:block; position:static; width:440px; box-shadow:none; padding:0; margin-right: 30px;}
.fix-header-hamburger .header-search input[type="text"]{width:100%;}
.fix-header-hamburger .social-mobile{ background-color:#e7f1ec; font-weight:400;  font-size:16px; line-height:19px; letter-spacing:0.1px; padding:31px 57px 31px 77px;}

.fix-header-hamburger .region-hamburger-social > section{display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;  -webkit-align-items: center; -ms-flex-align: center;  align-items: center; width:100%;}

.fix-header-hamburger .left-content-hamburger{display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;  -webkit-align-items: center; -ms-flex-align: center;  align-items: center;}
.fix-header-hamburger .left-content-hamburger ul{ margin-left:45px;}

.fix-header-hamburger .region-hamburger-social .hamburger-contact-info{ margin-left:auto; display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;  -webkit-align-items: center; -ms-flex-align: center;  align-items: center;}

.fix-header-hamburger .left-content-hamburger ul li{ font-weight:400;  font-size:16px; line-height:19px; letter-spacing:-0.1px; display:inline-block; margin-right:10px;}
.fix-header-hamburger .left-content-hamburger ul li:last-child{ margin-right:0;}
.fix-header-hamburger .left-content-hamburger ul li a,
.fix-header-hamburger .region-hamburger-social .hamburger-contact-info a{ background-image:url('../images/sprite_1x.svg'); background-repeat: no-repeat; display:block; text-indent:-999px; width:28px; height:28px; overflow:hidden;}
.hamburger-contact-info .mail-dd { background-position: -122px -30px; margin-left:17px;}
.hamburger-contact-info .mail-dd:hover { background-position: -122px 2px;}


/* Banner Story */

.x-large-push{border-bottom: 1px solid #b1b2b2; position: relative;}
.x_large_push_block { border-bottom: 1px solid #B1B2B2; margin-bottom: 35px; padding: 0 0 50px; position: relative;}
.x-large-wrap {background-color: #fff; bottom: 0; left: 0; padding: 23px 0 25px; position: absolute; width: 72.8%;}
.x-large-wrap .title{float:left; font-size: 48px; font-weight:700;  line-height: 48px; width:100%;}
.x-large-wrap .title a {font-size: 50px; font-weight:800;  line-height: 52px;  margin:0;width:100%;  overflow-wrap: break-word;}
.x-large-points{border-left:solid 1px #b1b2b2;float:right; width:19%; margin-right:5%;}
.x-large-points ul{ margin:8px 0 14px 14px;}
.x-large-points ul li{ list-style:none; position:relative;padding-left:17px; margin-bottom:8px; font-size:15px; color:#5f5f5f;}
.x-large-points ul li:before{ content:""; width:10px; height:10px;background:url('../images/sprite_2x.png') no-repeat -147px -566px; background-size: 316px 1250px; position:absolute; left:0; top:8px;}

.social-share{background-color: #FFF; height: 77px;}

/*Home Content*/
.page-header{ word-break: break-all;}
.post-heading{ margin:8px 8px 11px 8px;}
.post-heading a{color:#0c5d2f; font-weight:800;  font-size:24px;  line-height:24px; text-transform:uppercase;}
.post-heading a:hover, .post-heading a:focus{ text-decoration:none;}


.post-heading .more-arrow{position:relative; width:9px; height:11px; margin-left:23px;}
.post-heading .more-arrow:after{display: inline-block;width: 0;height: 0;border-style: solid; border-width: 6px 0 6px 9px;border-color: transparent transparent transparent #03c53b; content:""; position:absolute;right: 0; top: 8px;}
.post-heading.more-post-heading a{ font-size:16px; line-height:20px; color:#03c53b;}
.post-heading.more-post-heading a .more-arrow{ display:none;}
.post-heading a:hover,.post-heading.more-post-heading a:hover{ text-decoration:none;}
.md-post-video{ width:100%; position:relative; padding-bottom:112px;}
.md-play-icon{position:absolute; right:0px; top:0px; height:45px;width:45px;overflow:hidden; text-indent:-9999px; background-image:url('../images/sprite_1x.svg'); background-repeat: no-repeat;z-index:9;}
.md-img-icon{position:absolute; right:0px; top:0px; height:45px;width:45px;overflow:hidden; text-indent:-9999px; background-image:url('../images/sprite_1x.svg'); background-repeat: no-repeat ; z-index:9;}


.two-col-push-img .md-img-icon{ width:36px; height:36px;  background-position:-95px -292px;}
.two-col-push-img .md-play-icon{ width:36px; height:36px;  background-position:-95px -220px;}

.medium-push-img .md-img-icon{ background-position: -39px -290px;}
.medium-push-img .md-play-icon{ background-position: -39px -220px;}

.small-push-img .md-img-icon{ width:36px; height:36px;  background-position:-95px -292px;}
.small-push-img .md-play-icon{ width:36px; height:36px;  background-position:-95px -220px;}

.x-small-push-img .md-img-icon{ width:30px; height:30px;  background-position: -142px -290px;}
.x-small-push-img .md-play-icon{ width:30px; height:30px; background-position: -142px -220px;}

.xx-small-push-img .md-img-icon{ width:23px; height:23px; background-position: -183px -290px;}
.xx-small-push-img .md-play-icon{width:23px; height:23px;  background-position: -183px -220px;}

.single-column-teaser .md-img-icon {background-position: -86px -290px;}
.single-column-teaser .md-play-icon {background-position: -86px -219px;}



.md-post-content{width:65.7%; position:absolute;bottom:0;background-color:#fff;}
a.post-title{color:#000; display:inline-block; margin-top:18px; margin-bottom:15px; font-size: 36px; font-weight:700; line-height: 40px;}
.md-post-video-bottom{ width:100%; height:81px; background:#d8d8d8;}
.md-post-media{position:absolute; right:20px; bottom:15px;}
.md-post-media .drop-down p{ text-transform:uppercase;}
.md-post-media > a{float:left;  height:30px; margin-left:17px; overflow:hidden; text-indent:-9999px;background-color:transparent; background-image:url('../images/sprite_2x.png'); background-repeat:no-repeat; background-size: 316px 1250px; width:30px;}
.md-post-media > a:first-child{margin-left:0;}
.md-facebook{ background-position:-58px -227px;}
.md-twitter{ background-position:-103px -227px;}
.md-more-media{ background-position:-148px -227px;}

.more-post-heading{ padding:12px 0 8px 0;position:relative; display: -ms-flexbox; display: -webkit-flex;  display: flex; margin-top:0;}
.more-post-heading:before{ width:100%; height:4px; background-color:#0c5e3b; content:""; position:absolute; left:0;top:0;}
.more-post-heading span {color:#03c53b; font-weight:800;  font-size:16px; line-height:20px; margin-right:5px; text-transform:uppercase;}
.more-post-heading a > span, .selected-dropopt > span{color:#03c53b;font-weight:800;  font-size:16px; line-height:20px; }
.more-post-heading span.subhead-title-opt{color:#0c5d2f; font-size:16px; line-height:20px;  font-weight:800; }
.more-post-heading > div.selected-dropopt, .more-post-heading > a{color:#0c5d2f;display:inline-block; font-weight:800;  font-size:16px; line-height:20px;  padding-right:20px;position:relative; text-transform:uppercase; overflow: hidden; white-space: nowrap;  text-overflow: ellipsis;}
span.subhead-title{color:#03c53b;display:inline-block; font-weight:800;  font-size: 16px; line-height: 20px; position:relative;}

.more-post-heading > div.selected-dropopt .selVal{ position:relative;}
.more-post-heading > div.selected-dropopt .selVal:after{bottom: 6px;display: inline-block; width: 0; height: 0; border-style: solid; border-width: 8px 6px 0 6px; border-color: #0c5d2f transparent transparent transparent; content:""; margin-left:8px; position:absolute; right: -18px;}

.more-post-heading .drop-down { /* right: -122px; */ top: 37px; padding:10px 0;   left: inherit; right: -19px;}
.more-post-heading .drop-down ul li a:hover::before{left: -10px;right:-10px;}
.more-post-heading span.selVal span {color: #0c5d2f; cursor: pointer; display: inline-block; font-weight:500; font-size: 16px; padding-right: 0; margin: 0;}

.medium-push, .most-twitted-teaser{min-height:490px;border-bottom:solid 1px #b1b2b2; margin-bottom:40px;}
.most-twitted-box ul li{ list-style:none; width:100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;-webkit-align-items: stretch;-ms-flex-align: stretch; align-items: stretch;}

.mtwitted-no span {color:#fff;font-size:28px;display: block;padding-top: 10px; line-height:25px; text-align: center; width:45px;}
.mtwitted-content a{ display:inline-block; padding:8px 20px; font-size:13px; font-weight:500;}

.most-twitted-box ul{margin-bottom:23px;}
.most-twitted-box ul li:nth-child(1) .mtwitted-no{ background-color:#0c5d2f;}
.most-twitted-box ul li:nth-child(1) .mtwitted-content{ background-color:#9ebeac;}

.most-twitted-box ul li:nth-child(2) .mtwitted-no{ background-color:#04952c;}
.most-twitted-box ul li:nth-child(2) .mtwitted-content{ background-color:#9bd5ab;}

.most-twitted-box ul li:nth-child(3) .mtwitted-no{ background-color:#03c53b;}
.most-twitted-box ul li:nth-child(3) .mtwitted-content{ background-color:#9ae8b1;}

.most-twitted-box ul li:nth-child(4) .mtwitted-no{ background-color:#30e565;}
.most-twitted-box ul li:nth-child(4) .mtwitted-content{ background-color:#acf5c1;}

.most-twitted-box ul li:nth-child(5) .mtwitted-no{ background-color:#5af486;}
.most-twitted-box ul li:nth-child(5) .mtwitted-content{ background-color:#bdfbcf;}

.most-twitted-box ul li:nth-child(6) .mtwitted-no{ background-color:#84f5a4;}
.most-twitted-box ul li:nth-child(6) .mtwitted-content{ background-color:#cefbdb;}
.small-push { float:left; max-width: 100%; margin-bottom:40px;}
.one-col-push:last-child { margin-bottom: 24px;}
.one-col-push-cont { float:left; width: 100%;min-height: 130px; margin-bottom:16px; background-color:#e6f1eb; padding:17px 15px;}

.one-col-push-cont .article-author-name {color:#0c5d2f; font-weight:500;  font-size:14px; margin-top:11px; display:block; text-overflow: ellipsis; white-space: nowrap;
    overflow: hidden; }
.one-col-push-cont .article-author-name a{ color:#0c5d2f; font-weight:500;  font-size:14px;}

.small-push, .x-small-push{ border-bottom:solid 1px #b1b2b2;}
.x-small-push{ margin-bottom:40px;}
.small-push-img, .sng-teaser-img, .x-small-push-img, .more-push-img, .xx-small-push-img, .two-col-push-img { position:relative; margin-bottom:13px;}
.x-small-push-img img, .x-small-push-img picture{ margin:0 auto;}

.post-share-icons{position:absolute; right:6px; bottom:6px; height:30px;width:29px;}

.post-share-icons > a {display:block;  height:30px !important;overflow:hidden; text-indent:-9999px;width:29px !important; background:url('../images/sprite_1x.svg') no-repeat -97px -355px;} 

.small-push > a, .x-small-push > a, .more-push > a{display:inline-block; padding:0; margin:0;font-size: 18px; font-weight:400; line-height: 22px;overflow-wrap: break-word; width: 100%;}
.small-push > a{ height: 68px; overflow: hidden; padding: 0; margin-bottom: 10px;}
.x-small-push > a { height: 67px; overflow: hidden; margin-bottom: 9px;}



.one-col-push a{ font-weight:400;  font-size:16px; line-height:20px; height:62px; overflow:hidden;}

/*Two Col Push*/
.two-col-push-container{ margin-bottom:40px;}
.two-col-push{ border-bottom: 1px solid #b2b2b2; margin-bottom:40px;}
.two-col-push-container .col-xs-36.col-sm-18:nth-last-child(1) .two-col-push, .two-col-push-container .col-xs-36.col-sm-18:nth-last-child(2) .two-col-push {
    margin-bottom: 0;
}
.two-col-push-container .arrow-news-list ul li:before{top: 21px;}
.two-col-push > a{display:block; padding:0 0 0 0; margin:0 0 13px 0; font-size: 18px; font-weight:400;  letter-spacing:-0.1px; line-height: 22px;overflow-wrap: break-word; width: 100%; height:66px; overflow:hidden;}

.two-col-push-container .arrow-news-list ul li{ width:inherit;}
.two-col-push-container .arrow-news-list ul li:last-child{border-bottom:solid 1px #b1b2b2;}


.one-col-push a {padding:0 0 5px 0;}
.one-col-push-cont > a{height: 60px; display: block; overflow: hidden;}
.one-col-push a:hover, .one-col-push a:focus{ text-decoration:none; color:#0c5d2f;}

.one-col-push .subtitle {font-size:16px;margin-bottom:10px;}
.medium-push-img{ position:relative;}
.medium-push > a{ display:inline-block;margin:0 0 14px;  font-size: 30px; font-weight:500; line-height: 36px; letter-spacing:-0.2px; overflow-wrap: break-word; width: 100%;}
.medium-push-img picture{ margin-bottom:18px;}
.teaser{min-height:490px;border-bottom:solid 1px #b1b2b2; margin-bottom:25px;}


.arrow-news-list ul li{ list-style:none;padding:13px 10px 11px 25px; border-top:solid 1px #b1b2b2; position:relative;}


.arrow-news-list ul li a{ display:inline-block;font-size:15px; line-height:20px; font-weight:400;  overflow-wrap: break-word; width: 100%;height: 60px; overflow: hidden;}
.arrow-news-list ul li:before{content:""; width: 5px;height: 5px; border-radius:1.5px; -webkit-border-radius:1.5px; background-color: #03c53b; position:absolute; top:20px;
left:8px;}



.arrow-news-list.entertainment-sec ul li:nth-child(5), .arrow-news-list.entertainment-sec ul li:last-child{ display:none;}
a.more-without-arrow:after{display:none;}


.gallery-carousel-push{ border:solid 8px #979797; background-color:#4a4a4a; min-height:444px; margin:15px 0 45px;}
.carousel-push{min-height:223px; border-bottom:1px solid #b1b2b2;}
.push_carousel {margin:0 0 25px 0;}
.flexslider {margin:0;}
.xx-small-push-container{ border-bottom:1px solid #b1b2b2; padding-bottom:0px; margin:0 0 40px 0;}
.xx-small-push-container > ul{ margin:0; padding:0;}
.xx-small-push-container > ul > li{ list-style:none; float:left;width:18.6%; margin-right:1.7%;margin-bottom:15px;}
.xx-small-push-container > ul > li:nth-child(5n){ margin-right:0;}
.xx-small-push-container > ul > li .xx-small-push .xx-small-push-titledate > a{display:inline-block; padding:0; margin:0;font-size: 15px;font-weight:400;  line-height: 20px;overflow-wrap: break-word;width: 100%;}
.xx-small-push-titledate { height: 80px; overflow: hidden;}
span.xx-small-push-date { color: #b1b2b2; font-weight:900;  font-size: 12px; display: none; }


/*Right Side bar*/
.right-sidebar{ margin-top:0; width:300px; float:right; position: relative;}
.right-sidebar-wrapper > div {margin-left:33px;}
.right-sticky {height: auto !important;}
.col-sm-36.col-md-10.right-sticky .right-sidebar {margin-top: auto !important;}
.rside-news-sec{margin-bottom:50px;}
div#rc-row-container { width: 100%; padding:0;  margin-bottom:0; }
.rside-news-sec ul li{border-bottom:solid 1px #b1b2b2;list-style:none; width:100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;-webkit-align-items: stretch;-ms-flex-align: stretch; align-items: stretch; padding:13px 0; margin:0;  -webkit-flex-wrap: nowrap;  -ms-flex-wrap: nowrap; flex-wrap: nowrap;}
.rside-news-sec ul li:first-child{border-top:solid 1px #b1b2b2;}
.rside-news-no span {color:#b1b2b2;font-size:14px;display: block; font-weight:800;line-height:20px; text-align: center; width:45px;}
.rside-news-content a{ font-weight:400;  font-size:15px; line-height:20px; padding:0px 20px 0 0; }

.adds-banner-cont{ margin-top:0px; margin-bottom:25px; text-align:center; }
.adds-heading{ padding:10px 0 12px 0; margin-bottom:19px; border-bottom:solid 1px #b1b2b2; position:relative;}
.adds-heading .selected-dropopt > span {color: #03c53b;font-family: "Roboto Slab",serif;font-size: 18px;font-weight: 700;}
.adds-heading .selected-dropopt{color: #0c5d2f; cursor:pointer; font-weight:500; font-size: 18px; padding-right: 20px;}
.adds-heading .selected-dropopt::after { border-color: #0c5d2f transparent transparent; border-style: solid; border-width: 8px 6px 0; content: ""; display: inline-block; height: 0; margin-left: 8px; width: 0;}

.more-post-icon{ top: 8px;height: 30px; position: absolute; right: 8px; width: 29px;}
.more-post-icon > a { background-image: url("../images/sprite_2x.png"); background-repeat: no-repeat; background-size: 316px 1250px; float: left; height: 29px; margin-left: 17px; overflow: hidden; text-indent: -9999px;
  width: 28px; background-position: -58px -700px; background-color:transparent;
}
.node-type-openpublish-article .article-cont iframe.youtube_embed {
    height: 384px;
    width: 100%;
}
#admin-menu { font-size: 13px; }
.node-type-openpublish-article .field-name-body a { color: #0065ac; text-decoration: none; }
.node-type-openpublish-article .field-name-body a:hover { text-decoration: underline; }
section#block-user-new { display: none; }
section#search-form { padding-top: 20px; }

.today-metro-banner{ width:100%; text-align:center; margin-bottom:30px; border-bottom: solid 1px #b1b2b2; padding-top:20px;}
.today-metro-banner img{ max-width:100%; display:block; margin:0 auto;}


/* Footer */
footer{ background-color: #e7f1ec; max-width: 1276px; margin: 0 auto;}
.region-footer-top{ background-color:#fff;}
.footer-logo{padding:17px 0; background-color: #fff;}
.footer-logo .container{ background-color:transparent;}
.footer-nav {padding: 17px 0 14px 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 285px;
}


.nav-cols { margin-top: 12px; width:14.7%;}
.nav-cols:last-child{width:11.2%;}
.nav-cols h4{ margin-top: 0; margin-bottom: 4px;}
.nav-cols h4, .nav-cols h4 a{  color: #0c5D2F; font-weight:800;  font-size: 14px; line-height: 16px; letter-spacing: 0.35px; text-transform: uppercase;}
.nav-cols ul li{ list-style: none; }
.nav-cols ul li a{ color:#000; font-weight:400;  font-size: 14px; line-height: 20px; letter-spacing: -0.09px;}
.nav-cols h4 a:hover,
.nav-cols ul li a:hover,
.footer-socialcol a:hover{color:#0c5d2f; text-decoration:none;}


.footer-bottom {background-color: #d8e5de;padding: 15px 0 10px;}
.footer-socialcol{display: -ms-flexbox;  display: -webkit-flex;  display: flex;  -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; -ms-flex-align: center; align-items: center;} 
	
.footer-socialcol ul:first-child{ margin-right:67px;}
.footer-socialcol ul:last-child{ margin-left:54px;}
.fsocial-icons:before { background-image: url(../images/sprite_1x.svg); background-repeat: no-repeat;content: "";
position: absolute;left: 0;top: 0; width: 26px; height: 29px;}
.fsocial-icons { font-weight:500; font-size:12px; line-height:17px; padding: 7px 0 6px 34px; margin-bottom: 3px; position: relative;}






.f-facebook:before{background-position: -37px -31px;}
.f-twitter:before{background-position: -78px -31px}
.f-instagram:before{background-position: -167px -31px;}
.f-stumbleupon:before{background-position: -167px -70px;}
.f-newsletters:before{background-position: -123px -30px;}
.f-rssfeed:before{background-position: -210px -69px;}

.f-facebook:hover:before {background-position: -37px 2px;}
.f-twitter:hover:before {background-position: -78px 2px}
.f-instagram:hover:before {background-position: -167px 2px}
.f-stumbleupon:hover:before {background-position: -167px -110px;}
.f-newsletters:hover:before {background-position: -123px 2px;}
.f-rssfeed:hover:before {background-position: -210px -109px;}


.copyright { color: #000; font-weight:400;  font-size: 12px; line-height:14px; text-align:right; margin-top:42px;}



/* Footer */

/* Author Page */
.author-bio{border-bottom: 8px solid #03c53b; margin: 20px 0;}
.author-details h1{font-size: 24px; margin: 0 0 10px; line-height:normal; font-weight:500;}
.author-details p{font-weight:500;}
.author-details > p::after { clear: both; content: ""; display: table;}
.author-articles .row{border-bottom: 1px solid #b1b2b2; margin-bottom: 20px; padding-bottom: 20px;}
.author-articles .small-push{border-bottom: 0; min-height: 0; margin-bottom: 0;}
.author-articles .article-brief h3{padding: 0 0 10px; margin: 0;}
.author-articles .article-brief h3 a {display: inline-block; font-size: 18px; font-weight:500; line-height: 22px;}
.author-articles .article-brief p{font-size: 14px; font-weight:400;  line-height: 22px; margin-bottom: 5px;}
.author-articles .article-brief .date-published{font-size: 12px; font-weight:500; }
.author-articles .small-push-img img, .author-articles .small-push-img{margin:0;}

.betNow-btn,
.playNow-btn,
.fantasyNow-btn{ display:none;}


/* Mobile hamburger menu */
#nav-icon {float: right; height: 18px; position: relative; margin: 30px 0 0; width: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out;
  cursor: pointer;}
#nav-icon span {background: #d8e5de; display: block; position: absolute; height: 2px; opacity: 1; left: 0; width: 100%; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
#nav-icon span:nth-child(1) {top: 0;}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {top: 7px;}
#nav-icon span:nth-child(4) {top: 14px;}
#nav-icon.open span:nth-child(1) {top: 7px; width: 0%; left: 50%;}

#nav-icon.open span:nth-child(2) {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
#nav-icon.open span:nth-child(3) {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
#nav-icon.open span:nth-child(4) {top: 7px; width: 0%; left: 50%;}


.mail-btn {background-color: #0c5d2f;  border-radius: 5px;-webkit-border-radius: 5px; color: #fff; float:left; margin: 0 5px 0 0; padding:6px 10px 5px;}
.mail-btn:hover, .mail-btn:focus { background-color: #03c53b; color: #fff; text-decoration: none;}

/*Home page carousel*/
.carousel-push{ position:relative; padding:0 50px;}
.flexslider { border:none; }
.carousel-push ul.slides li{ float:left; width:166px;}
.single-carousel-push{width:100%;}
.single-carousel-push-title a{ color:#0c5d2f; display:block; font-weight:700;  font-size:12px; letter-spacing:0.2px; line-height:17px; margin-bottom:5px; text-align:left;text-transform:uppercase; margin-top:18px;}
.single-carousel-push-img a{display:block;}
.single-carousel-push-img a img{display:block; margin:0 auto; max-width:100%;}
.single-carousel-push-detail{font-weight:400;  font-size: 14px;line-height: 18px; display:block; padding:0 0 18px; }
.carousel-push .flex-direction-nav{top:50%;}
.carousel-push .flex-direction-nav a{width:14px; height:26px; opacity: 1; margin-top:-13px; display:block;}
.carousel-push .flex-direction-nav a:before{background-image: url("../images/sprite_1x.svg"); background-repeat: no-repeat; width:14px; height:26px; content:"";}
.carousel-push .flex-direction-nav .flex-prev, .carousel-push  .flexslider:hover .flex-direction-nav .flex-prev{left:-45px;;}
.carousel-push .flex-direction-nav .flex-next, .carousel-push  .flexslider:hover .flex-direction-nav .flex-next{right:-45px;}
.carousel-push .flex-direction-nav .flex-prev:before{left:0; background-position:-129px -841px;}
.carousel-push .flex-direction-nav .flex-next:before{right:0; background-position:-160px -841px;}
.carousel-push .flex-direction-nav .flex-disabled{opacity: 1 !important; z-index: 1; cursor:pointer;}  
.page-tabs {display:inline-block;}


/*Article Page*/
.article-container{ margin-bottom:25px;}
.section-name { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-align: center;  align-items: center; margin-top:-7px; margin-bottom:14px; text-transform:uppercase;}
.section-name h1{ color:#0c5d2f;font-weight:800;  font-size:40px; line-height:40px; margin:0; display:inline-block;}
.section-name h2{ color:#0c5d2f; font-weight:700; font-size:24px; line-height:24px; letter-spacing:0.6px; display:inline-block; margin:0 0 0 12px; padding-left:22px; position:relative;}
.section-name h2:before{  width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 9px;  border-color: transparent transparent transparent #03c53b; content: "";
    position: absolute; left: 0; top: 6px;}

.page-heading{font-size:48px; line-height:55px;padding-bottom:20px;}
.article-title-container h1{font-weight:500; font-size: 44px; line-height: 52px;}
.article-title-container .subtitle { font-weight:400;  font-size: 22px; letter-spacing: -0.2px; line-height: 30px;margin-top:0px;margin-bottom: 10px;}
.node-type-openpublish-article .region-content .block-disqus h2, .node-type-openpublish-article .region-content .block-disqus h2.block-title { margin: 0;padding: 0; }
.node-type-openpublish-article .region-content .block-disqus .more-post-heading { padding: 0px 0 14px 0;line-height: 14px; }
.node-type-openpublish-article .region-content .block-disqus span.subhead-title { line-height: 12px; }
.country-type a{  font-weight:800;  font-size:16px; line-height:20px; color:#03c53b;text-transform:uppercase;}
.page-heading{ padding:5px 0 13px 0; margin:0; color:#000;}
.author_row{ padding:0 0 10px; margin-bottom:0; border-bottom: 1px solid #b2b2b2;  display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;-webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end;}
.author_col{ float:left; width:70%; /*padding-top:15px;*/ display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;-webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.article-author-name{ font-weight:500;  font-size:14px; letter-spacing: 0.8px; margin-right:10px;}
.article-pub-date, .article-updated-date{ font-weight:400;  font-size: 14px; color: #B1B2B2; letter-spacing: 0.9px; line-height: 30px;}

.author_socialmedia{float:right; width:30%; text-align:right; /*margin-top:16px;*/}
.author_socialmedia > ul{font-size:0;}
.author_socialmedia > ul > li{ display:inline-block; list-style:none;text-align:left; margin-right:13px; position:relative;}
.author_socialmedia > ul > li:last-child{margin-right:0; display:none;}
.author_socialmedia > ul > li > a{ background-image: url("../images/sprite_1x.svg"); background-repeat: no-repeat; width:29px; height:29px; text-indent:-9999px; overflow:hidden; display:block;}
.author-facebook{ background-position:-117px -510px;}
.author-twitter{ background-position:-117px -553px;}
.author-linkedin{ background-position:-116px -599px;}
.author-reddit{ background-position:-117px -643px;}
.author-stumbleupon{ background-position:-116px -685px;}
.author-email{ background-position:-115px -730px;}
.author-whatsapp{ background-position:-190px -645px;}
.author-more{ background-position:-288px -1222px;}

.author-facebook:hover{ background-position:-147px -510px;}
.author-twitter:hover{ background-position:-147px -553px;}
.author-linkedin:hover{ background-position:-147px -598px;}
.author-reddit:hover{ background-position:-147px -643px;}
.author-stumbleupon:hover{ background-position:-146px -685px;}
.author-email:hover{ background-position:-145px -730px;}
.author-whatsapp:hover{ background-position:-190px -686px;}
.author-more:hover{ background-position:-288px -1222px;}

/* .article-media{margin-bottom:60px;} */
.article-media .img-responsive{ margin-bottom: 0;}
.gallery-img-cont .img-responsive{ margin-bottom: 0;}
.article-media video{width: 873px;}
.article-caption{  font-family: 'Merriweather';font-size:12px; font-weight:700; color:#868686; margin-top:6px;}
.article-caption .article-cradit{  font-family: 'Merriweather'; font-size:10px; margin-left:5px; font-weight:400; text-transform:uppercase;}
.article-caption p { display: inline; }
.article-cont{ /* padding-left:19.6%; */ padding-left:137px; position:relative;min-height:280px;}
.article-cont p{font-family: 'Merriweather', serif; font-size:17px; margin-bottom:20px; line-height:29px;}
.article-cont p:before, .article-cont p:after{ content:""; clear:both; display:table;}
.article-cont p strong{font-size:20px;}
.article-cont p a { color: #337ab7; text-decoration: none; }
.share-article-sec{ border-top:solid 1px #b1b2b2; border-bottom:solid 1px #b1b2b2; padding:9px 0;}
.no-shared{float:left;}
.shared-count{color:#000; font-size:34px; margin-right:5px; font-weight:500;}
.shared-lable{color:#b1b2b2; font-size:16px;font-family: 'UnitSlabPro-Bold';}
.article-medias{ position:relative; float:right; margin:8px 0;}
.article-medias > a{ border-radius:20px;-webkit-border-radius:20px;  color:#fff;font-size:14px; display:inline-block; float:left; padding:5px 16px 5px 38px;position:relative; margin-left:14px;}
.article-medias > a:hover, .article-medias > a:focus{text-decoration:none;}
.share-facebook{ background-color:#347fd6;}
.share-facebook:before{content:""; position:absolute; left:0; top:0; background:#fff url("../images/sprite_2x.png") no-repeat 0 -1222px; background-size: 316px 1250px; width:28px;height:28px;border-radius:50%;-webkit-border-radius:50%;}
.share-twitter{ background-color:#50bbe3;}
.share-twitter:before{content:""; position:absolute; left:0; top:0; background:#fff url("../images/sprite_2x.png") no-repeat -48px -1222px; background-size: 316px 1250px; width:28px;height:28px;border-radius:50%;-webkit-border-radius:50%;}
.share-email{background-color:#03c53b;}
.share-email:before{content:""; position:absolute; left:0; top:0; background:#fff url("../images/sprite_2x.png") no-repeat -240px -1222px; background-size: 316px 1250px; width:28px;height:28px;border-radius:50%;-webkit-border-radius:50%;}
.share-more-cont{  float:left; width:30px; height:30px; position:relative; margin-left:14px;}
.share-more{display:block; position:relative; width:30px; height:30px; overflow:hidden; text-indent:-999px; text-align:left;}
.share-more:before{ width:30px; height:30px; content:""; position:absolute; left:0; top:0; background:url("../images/sprite_1x.svg") no-repeat -114px -763px;}
.share-more:hover:before{ background-position:-145px -763px;}
.article-updated-date:before{content:"|"; font-weight:400;  font-size: 13px; width:15px; text-align:center;}

.related-article-tags{border-bottom: 1px solid #b1b2b2; border-top: 1px solid #b1b2b2; padding:19px 0 10px;}
.related-article{border-top: 4px solid #0c5e3b; border-bottom:1px solid #b1b2b2; padding:10px 0 10px; margin-bottom: 20px;}
.related-article-label,
.article-tags-label{font-weight:600;  font-size: 12px; color: #B1B2B2; letter-spacing: 0.9px; width:140px; flex: 0 0 140px; display:inline-block; text-transform:uppercase;}
.related-article-label {color:#03c53b; font-size:16px; font-weight:800; width:auto; margin-bottom:10px}
.article-tags .article-tags-label{ margin-top:10px;}
.related-article-list li{ margin-bottom:15px;}
.related-article-list li:last-child{ margin-bottom:10px;}
.related-article-list li a{ display:block; padding-left:25px; position:relative; font-weight:400;  font-size: 18px; color: #000000; line-height: 20px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; width:100%;}
.related-article-list li a:hover{color:#0c5d2f;}
.related-article-list li a:before{ content:""; position:absolute; left:0; top:3px; background: url(../images/sprite_1x.svg) no-repeat -116px -459px; width:16px; height:16px;}
.article-tags-value { background-color:#e6f1eb;  border-radius:15px; -webkit-border-radius:15px; color:#0c5e30; font-weight:500; font-size: 14px; color: #0C5D2F; letter-spacing: 0; text-align: center; line-height: 30px; padding:0; margin-bottom:10px; margin-right:8px; display:inline-block; text-decoration:none;}
.article-tags-value a{ padding:0px 20px; display:block;color:#0C5D2F;}
.left-arrow-posts{margin-bottom:25px;}
.article-tags-value:hover{ background-color:#1e5e2e;}
.article-tags-value:hover a{ color:#fff; text-decoration:none;}
.desktop-tags-wrapper {display: none;}
.tags-wrapper { display: inline-block; width: calc(100% - 140px);}
.article-tags{display: -ms-flexbox;  display: -webkit-flex;  display: flex;}
.related-articles + .article-tags{ margin-top: 30px;  }
.left-arrow-posts .arrow-news-list ul li {border:none; float: left; padding:10px 10px 15px 30px; width: 20%;}
.left-arrow-posts .arrow-news-list ul li::before{ left:0;}
.left-arrow-posts{border-bottom:solid 1px #b1b2b2;}


.article-cont .sticky-media {margin-top: 0px;}
/* .sticky-media{ background-color:#fff; position:absolute;left:0;top:0;width:45px;  border-right:solid 1px #b1b2b2;padding:0; margin-top:-132px; z-index:99;} */
.sticky-media{ background-color:#fff; position:absolute;left:0;top:0; height:100%; width:45px; padding:0; margin-top:-132px; z-index:99;}
.sticky-media ul{ position:sticky; position: -webkit-sticky; border-right:solid 1px #b1b2b2; margin-bottom: 10px;}
.sticky-media ul li{display:block; padding:8px 0;}
.sticky-media ul li:last-child{ margin-bottom:0;}
.sticky-media > ul > li > a {background-image: url("../images/sprite_1x.svg"); background-repeat: no-repeat; display: block; height: 28px; overflow: hidden; text-indent: -9999px; width: 28px;}
.more-post-heading.no-border::before{display:none;}
.more-post-heading.no-border{ padding-top:0;}
body.article-page .right-sidebar{margin-top: 48px;}
video{width:100%;max-width:100%;margin-bottom:10px;}
.article-medias .at-icon-wrapper { display: none;}

	
/* Ads*/
.ads h2.block-title {font-size:12px;text-align:center;line-height:normal; font-weight:400; margin: 0;padding:0;text-transform:uppercase;color:#B7B8B8;}
.article-bottom-ad {display:none;}
.article-ad{ position:relative; padding:20px 0;margin:22px 0 33px 0; text-align:center;}
.article-ad:before{content:""; position:absolute;top:0;left:0;right:0; margin:0 auto; width:200px; height:1px; background-color:#b1b2b2;}
.article-ad:before{content:""; position:absolute;top:0;left:0;right:0; margin:0 auto; width:200px; height:1px; background-color:#b1b2b2;}
.article-ad:after{content:""; position:absolute;bottom:0;left:0;right:0; margin:0 auto; width:200px; height:1px; background-color:#b1b2b2;}



/*Article Image Gallery*/

.article-media{position:relative; width:100%; /* overflow:hidden; */}
.see-image-gallery {display:block; position:relative;height:660px; overflow:hidden;}
.see-image-gallery{  left:0;top:0; height:100%; z-index:9; margin:0; margin-top:45px; margin-bottom:60px;}
.see-image-gallery a { background-color: rgba(12,93,47,.8); padding:97px 18px 20px; position: absolute; left: calc(50% - 67px); top: calc(50% - 67px); margin-top: 0; text-align: center;}

.see-image-gallery a:before{ background:url('../images/sprite_1x.svg') no-repeat -159px -1143px; content:""; position:absolute; left:0; right:0;top:30px; height:44px; width:44px; margin:0 auto;}
.see-image-gallery a:hover, .see-image-gallery a:focus{text-decoration:none;}
.see-image-gallery a strong, .see-image-gallery a span{ font-size:20px; color:#fff; line-height:20px; font-weight:500; letter-spacing: 0.25px;}
.article-image-gallery{ display:none;}
/*.article-media.show-gallery .article-image-gallery{ position:relative;}*/
.article-media.show-gallery .see-image-gallery{display:none;}
.article-image-gallery.show {display:block;}
.article-header-right{ margin-top: 41px; width: 300px; float: right; }
/*.author_row{ margin-top:auto;}*/
.article-title-container{  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
-webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-bottom:0; /*min-height:326px; padding-top: 7px;*/}

.gallery-dialogbox{background: #E7F1EC; box-shadow: 0 0 10px 0 rgba(0,0,0,0.26); margin-bottom:60px; margin-top:60px; position: relative; width:100%;}
.article-image-gallery-header{ padding:20px 0 20px 20px; display: -ms-flexbox; display: -webkit-flex; display: flex;-webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    -webkit-justify-content: flex-start;  -ms-flex-pack: start;  justify-content: flex-start;
    -webkit-align-items: center;  -ms-flex-align: center; align-items: center;}

.article-image-gallery-header span{ font-size: 20px;margin-right:20px; line-height: 30px; padding-left:40px; width:90px; position:relative;
display: -ms-flexbox; display: -webkit-flex; display: flex;-webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start;  -ms-flex-pack: start;  justify-content: flex-start;
    -webkit-align-items: center;  -ms-flex-align: center; align-items: center; height:27px;}
.article-image-gallery-header span:before{  background:url('../images/sprite_1x.svg') no-repeat  -20px -1434px; content:""; position:absolute; left:-1px;top:-3px; height:30px; width:30px;}
.gallery-single-slide.gallery_landscape .gallery-content-container .article-image-gallery-header,
.gallery-single-slide.gallery_portrait .gallery-content-container .article-image-gallery-header{ display: none;}
.article-image-gallery-header h4{font-size: 20px;  letter-spacing: 0; line-height: 30px; width:auto;  margin:0; min-height:30px;}
.gallery-carousel{ text-align:center; position:relative;}
.gallery-content{ width:100%; word-break:break-word; padding:0 23px; max-height:340px; position:relative;}
.gallery-content,
.gallery-content p,
.gallery-content p a,
.gallery-content a{font-size: 16px; line-height: 24px; margin: 0;}
.gallery-content p a,
.gallery-content a{ text-decoration:underline;}
.gallery-content p a:hover,
.gallery-content a:hover{ text-decoration:none;}
.gallery-content strong,
.gallery-content p strong{ font-weight:700;}
.gallery-img-credit, 
.gallery-img-credit p{ font-size: 12px; letter-spacing: 0.6px; line-height: 24px; text-transform:uppercase;}
.close-gallery-dialogbox{ background: url(../images/sprite_1x.svg) no-repeat -167px -1353px; cursor:pointer; height:43px; position:absolute; right:19px;  top:12px; width:43px; z-index:9;}
.close-gallery-dialogbox:hover{ background-position:-106px -1353px;}
.article-image-galleryBtn{ text-align:right; padding:15px 20px 20px;}
.article-image-galleryBtn a{background-color:#bed2c7; -webkit-border-radius:20px; border-radius:20px; display:inline-block; font-size: 12px; font-weight:500; color: #0C5D2F; letter-spacing: 0.4px; text-align: center; line-height: 26px; padding:0 10px; text-transform:uppercase; margin-right:17px;}
.article-image-galleryBtn a:hover{ background-color:#1e5e2e; color:#fff;}
.article-image-galleryBtn a:last-child{ margin-right:0;}
.article-recommendation .article-image-gallery-header{-webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.article-recommendation .article-image-gallery-header h4{ margin-top:0;}
.article-recommendation ul{ margin:15px 0 0 0; padding:0;
display: -ms-flexbox; display: -webkit-flex; display: flex;
  -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: center;
}
.article-recommendation ul li{ list-style:none; width:249px; height:200px; position:relative; margin-left:15px; margin-right:15px; margin-bottom:38px;}
.article-recommendation ul li img{ max-width:100%;}
.article-recommendation-content{ background-color:rgba(34,34,34,.77); position:absolute; height:115px; width:209px; bottom:20px; left:0;right:0; margin:0 auto; padding:10px;display: -ms-flexbox; display: -webkit-flex; display: flex;
  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
  text-align:left;}
  
.article-recommendation-content h4{font-size: 16px; font-weight:400; color: #FFFFFF; line-height: 20px; margin:0; }
.article-recommendation-content .image-count{font-size: 12px; font-weight:700; color: #FFFFFF; letter-spacing: 0.7px; line-height: 17px; padding-left:24px; text-transform:uppercase;  margin-top:auto; position: relative;}
.article-recommendation-content .image-count:before {background: url(../images/sprite_1x.svg) no-repeat -22px -1491px; content: ""; position: absolute;
    left: 0; top: -1px; height: 18px; width: 18px;}
.article-recommendation .article-image-gallery-header span{width: 34px; margin-right: 16px; border-right: 1px solid #b1b2b2;}
.play-again-btn{display:none;}
.gallery-ad-block{ background-color:#fff; padding:20px 0;display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center; }




/* .article-image-gallery{display:none;} */
.see-image-gallery.hide {display: none;}






.article-single-slide{ margin:0; padding:0;width:100%;overflow:hidden;}
.a-s-left{ background-color:#fff;width:60%; float:left;height:660px; position:relative;}
.gallery-img-cont{
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
  -webkit-align-items:center;-ms-flex-align:center;-moz-box-align:center;-webkit-box-align:center;align-items:center;
  -webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;
  width:100%; height:100%;overflow:hidden;}

.gallery-img-cont img, .gallery-img-cont picture{ max-width:100%;margin-bottom: 0;/* margin-right:-5px \0/ */}

.a-s-left .img-credit{ background-color:rgba(255,255,255,.5);font-family: "UnitSlabPro-Regular";  bottom:0; color:#000;  font-size:16px; left:0;  padding:16px 20px; position:absolute;text-align:right; width:100%;}

.gallery-social{height:45px; width:45px; position:absolute; right:0;top:0; z-index:5;}
.gallery-social a{display:block; position:relative;height:100%; width:100%;text-indent:-9999px; overflow:hidden; text-align:left; }
.gallery-social a:before{background-image: url("../images/sprite_1x.svg"); background-repeat: no-repeat; position:absolute; content:""; width:45px; height:45px; left:0;top:0;}
.gallery-social a.gallery-pinit-icon:before{background-position:-21px -1353px}
/* .galler-zoom-icon{height:40px; width:40px; position:absolute; right:0;top:0; z-index:5;text-indent:-9999px; overflow:hidden; }
.galler-zoom-icon a{ display:block; height:100%;background-image: url("../images/sprite_2x.png"); background-repeat: no-repeat; background-size: 316px 1250px;background-position:-236px -975px;}
 */
.a-s-right{ background-color:#eeeeee; width:40%; float:left;height:660px; position:relative;}
.a-s-right-content{width:87%;padding:0px 20px 20px 25px;margin-top:25px;margin-right:10px;height:76%; overflow:auto;position:relative; word-break: break-word;word-wrap: break-word;}
.a-s-right-content h3{font-size:20px; line-height:30px; margin:0 0 15px 0; padding:0; font-weight:700; }
.a-s-right-content, .a-s-right-content p{   font-family: "UnitSlabPro-Regular"; font-size:18px; line-height:32px; font-weight:normal; }
.a-s-right-content p a{ font-family: 'UnitSlabPro-Regular'; color:#0065b9;}
.total-img{color:#666666; font-family: 'UnitSlabPro-Bold'; font-size:16px; position:absolute; left:0; bottom:18px; text-align:center;width:100%; z-index:5;}
.gallery-dialogbox .flex-direction-nav{ top:inherit; top:50%; position:absolute;width:100%; right:0; z-index:9;margin-top:-23px;}
.gallery-dialogbox  .flex-direction-nav a { display: block; height: 60px;opacity: 1; width: 60px; top:inherit; bottom:-25px;}
.gallery-dialogbox .flex-direction-nav .flex-next, .gallery-dialogbox .flexslider:hover .flex-direction-nav .flex-next { right:28%;}
.gallery-dialogbox .flex-direction-nav .flex-prev, .gallery-dialogbox .flexslider:hover .flex-direction-nav .flex-prev { left: 0;}
.gallery-carousel picture img { display: block; margin: 0 auto; width:auto;}
.gallery-carousel picture {margin-bottom: 0px;}
.article-image-gallery  .flex-direction-nav a.flex-next::before{content:"";}
.ps > .ps__scrollbar-y-rail, .ps:hover > .ps__scrollbar-x-rail, .ps:hover > .ps__scrollbar-y-rail{display:block !important;opacity: 1;filter: alpha(opacity=100);}

.gallery-dialogbox .flex-direction-nav a::before {
  content:"";
  background-image: url("../images/sprite_1x.svg");
  background-repeat: no-repeat; 
  content: "";
  height: 60px;
  width: 60px;
}

.gallery-dialogbox .flex-direction-nav .flex-prev::before {
  background-position: -22px -1248px;
  left: 0;
}
.gallery-dialogbox .flex-direction-nav .flex-next::before {
  background-position: -149px -1248px;
  right: 0;
}


.zoom-container{ position:fixed; width:100%; height:100%; left:0;top:0; background-color:#000;display:none; z-index:9999;}
.zoom-cont{
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
  -webkit-align-items:center;-ms-flex-align:center;-moz-box-align:center;-webkit-box-align:center;align-items:center;
  -webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;
  width:100%; height:100%; position:relative;
}
.zoom-cont img{ max-width:100%; max-height:100%;}

.close-zoom{width:25px; height:25px; position:absolute; right:10px; top:10px; cursor:pointer;}
.close-zoom span{background-color:#fff;display: block; height: 3px; opacity: 1; position: absolute; -webkit-transform: rotate(45deg) translateY(5px) translateX(6px); -moz-transform: rotate(45deg) translateY(5px) translateX(6px); -o-transform: rotate(45deg) translateY(5px) translateX(6px); transform: rotate(45deg) translateY(5px) translateX(6px); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;TOP:4px;width:100%;}
.close-zoom span:last-child{ -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px); -moz-transform: rotate(-45deg) translateY(5px) translateX(-5px); -o-transform: rotate(-45deg) translateY(5px) translateX(-5px); transform: rotate(-45deg) translateY(5px) translateX(-5px);}

body.hidden-flow{overflow:hidden; height:100%;}



.article-related-post {width:calc(100% + 13%);left:-13%;position:relative;margin:42px 0 53px 0;padding-bottom:36px; border-bottom:solid 1px #b2b2b2;}
#div-gpt-ad-1493903395279-0 {position:relative;margin:22px 0 33px 0;text-align:center;}
.article-related-post .more-post-heading{padding: 18px 0 23px;}
.related-push-img{float:left;width:80px; height:80px;}
.related-push-img img{max-width:100%; max-height:100%;}
.related-push-title{float:left;width:280px; max-width:calc(100% - 97px);margin-left:17px;}
.related-push-title a {display: block;font-size: 18px; font-weight:500; line-height: 20px; margin-bottom: 5px;}
.related-push-title strong{font-size:12px; color:#B1B2B2;}

.single-column-teaser{margin-bottom:40px;}
.single-column-teaser .post-heading{margin-left:0; margin-bottom: 10px; margin-right:0;}
.single-column-teaser .post-heading a{color: #0C5D2F; font-weight:800;  font-size: 24px; text-transform:uppercase; line-height: 24px; margin-left: 0px; margin-top: 0; }




.single-column-teaser ul.sng-teaser-list > li{list-style:none; border-bottom: 1px solid #b1b2b2;  min-height: inherit;   padding: 11px 10px 13px 25px ;position:relative;}
.single-column-teaser ul.sng-teaser-list > li:before{content:"";width: 5px;height: 5px; border-radius:1.5px; -webkit-border-radius:1.5px; background-color: #03c53b; position:absolute; top: 19px; left: 8px;}

.single-column-teaser ul.sng-teaser-list > li > a{ font-size: 14px; font-weight:500; line-height: 22px; margin: 0; overflow-wrap: break-word; padding: 0; width: 100%;}
.single-column-teaser ul.sng-teaser-list > li:first-child{padding-bottom:14px; padding-left:0; padding-right:0; padding-top:0;}

.single-column-teaser ul.sng-teaser-list > li .sng-teaser-img{margin-bottom:10px;position:relative;}
.single-column-teaser ul.sng-teaser-list > li .sng-teaser-img img{width:100%;}

.sng-news-content a {font-size: 15px;line-height:20px; font-weight:400;  padding: 0; height: 60px; overflow: hidden; display: block;}
.single-column-teaser ul.sng-teaser-list > li:first-child .sng-news-content a {font-size:18px; line-height:22px; letter-spacing:-0.01px;height: 66px; display: block; overflow:hidden; padding-right:0;}

/* .sticky-media.sticky_top{position:fixed;top:110px}
.sticky-media.sticky_top.sticky_bottom{position:absolute;top:inherit !important; bottom:0;} */
.paragraphs-items.one_col_teaser {margin: 0 -8px;}



/*Update on 2017-07-03 start*/

.article-image-gallery ul li.gallery_landscape .a-s-left{width:100%;height:490px;}

.article-image-gallery ul li.gallery_landscape .a-s-right{width:100%;max-height:170px;}
.article-image-gallery ul li.gallery_landscape .a-s-right-content{width:98%;height: 85px;}
.img-credit p { font-style:italic;font-family:'UnitSlabPro-Bold'; color: #333; display: inline-block; margin:0; padding: 0px;font-size:16px;}
.article-image-gallery ul li.gallery_landscape .a-s-right-content{margin-bottom:0;}


.ps > .ps__scrollbar-y-rail, .ps:hover > .ps__scrollbar-x-rail, .ps:hover > .ps__scrollbar-y-rail {
    display: block !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}


.medium-push-img a, .small-push-img a, .x-small-push-img a, .xx-small-push-img a{display:block;}


.ntv-card .ntv-headline-anchor {font-weight:500;}

/*Latest from block for article page and most popular from block for article page*/
.teaser-popular-latest,
.latest-from-slider,
.most-popular-slider{ display:none;}
.latest-from-slider .sng-teaser-img .img-responsive {  margin-bottom: 8px;}
#latest-from-slider.latest-from-slider,
#most-popular-slider.most-popular-slider{ display:block;}
.latest-from-slider, .most-popular-slider{width:100%; padding:0 68px; position:relative;margin-top: 17px; border-bottom: 1px solid #b1b2b2; margin-bottom:40px;}
.latest-from-slider-node-cat-name{ font-weight:700; font-size: 24px; line-height: 24px; letter-spacing: -0.2px; margin-bottom: 14px; }
.latest-from-slider .drop-down ul.dropdown-social li{ margin-bottom: 0;}
.latest-from-slider .article-tags-value,
.most-popular-slider .article-tags-value{ margin-top:11px; margin-bottom: 24px;}
.latest-from-slider .drop-down p{margin-bottom: 5px;}
.latest-from-slider .md-img-icon{background-position: -142px -290px; width:30px; height:30px;}
.latest-from-slider .md-play-icon{background-position: -142px -220px; width:30px; height:30px;}



.latest-from-slider-node-content,
.most-popular-slider-node-content{ height:53px; overflow:hidden;}
.latest-from-slider .flex-direction-nav .flex-disabled,
.most-popular-slider .flex-direction-nav .flex-disabled { opacity:1 !important; filter:alpha(opacity=100)  !important; z-index:9; cursor:pointer;}
.latest-from-slider .flex-direction-nav a:before,
.most-popular-slider .flex-direction-nav a:before{ background-image: url(../images/sprite_1x.svg); background-repeat: no-repeat; width: 14px; height: 26px; position:absolute; content: ""; top:10px;}
.latest-from-slider .flex-direction-nav a,
.most-popular-slider .flex-direction-nav a{opacity: 1; filter:alpha(opacity=100);top:14px; text-indent: -999px; text-align: left;}

.latest-from-slider .flex-direction-nav a.flex-prev,
.most-popular-slider .flex-direction-nav a.flex-prev{ left: 0;}
.latest-from-slider .flex-direction-nav a.flex-next,
.most-popular-slider .flex-direction-nav a.flex-next{ right: 0;}

.latest-from-slider .flex-direction-nav a.flex-prev:before,
.most-popular-slider .flex-direction-nav a.flex-prev:before{  background-position:-129px -841px; left:14px;}
.latest-from-slider .flex-direction-nav a.flex-next:before,
.most-popular-slider .flex-direction-nav a.flex-next:before{ background-position:-160px -841px; right:14px;}
.latest-from-slider .sng-teaser-img{ margin-bottom:0px;}
.latest-from-slider .sng-news-content{width:100%;}
.most-popular-slider .sng-teaser-img .img-responsive{ margin-bottom: 8px;}
.latest-from-slider .sng-teaser-img .drop-down.bottom-arrow{right:-2px;}
.latest-from-slider .sng-teaser-img .drop-down.bottom-arrow::before{right:5px;}

.latest-from-slider-node-content-wrapper > ul >  li{list-style: none; border-top: 1px solid #b1b2b2;  min-height: inherit;  padding: 12px 10px 12px 25px; position: relative;font-size: 14px;line-height: 18px;}
.latest-from-slider-node-content-wrapper > ul >  li:first-child { padding:0 0 13px 0; border:none;}

.latest-from-slider-node-content-wrapper > ul >  li:first-child .sng-news-content a { font-weight:400;  font-size: 16px;
color: #000000; letter-spacing: 0; line-height: 21px; height: 62px; display: block; overflow: hidden; padding-left:0;}
.latest-from-slider-node-content-wrapper > ul >  li:first-child .sng-news-content a:hover{text-decoration: none; color: #0c5d2f;}

.latest-from-slider-node-content-wrapper > ul > li:last-child{ padding-bottom:0}
.latest-from-slider-node-content-wrapper > ul > li:before{content: ""; width: 5px; height: 5px;  border-radius: 1.5px;  -webkit-border-radius: 1.5px;  background-color: #03c53b;    position: absolute;  top: 18px;  left: 8px;}
.latest-from-slider-node-content-wrapper > ul > li:first-child:before{ display:none;}


/**/
.most-popular-slider .latest-from-slider-node-content-wrapper li, .most-popular-slider .latest-from-slider-node-content-wrapper li:first-child{padding:12px 10px 12px 34px;}
.most-popular-slider .latest-from-slider-node-content-wrapper li:before{display:none;}
.most-popular-slider .most-popular-counting{ position:absolute; left:0; top:15px; font-weight:400;  font-size:30px;}
.count-1{color:#0c5d2f}
.count-2{color:#03c53b}
.count-3{color:#30e565}
.count-4{color:#5af486}
.count-5{color:#84f5a4}
.most-popular-slider .latest-from-slider-node-content-wrapper li:first-child{ border-top: 1px solid #b1b2b2;}


/*Promotion Gallery*/
.promotion-wrapper{ background-color:#e7f1ec; padding:20px; margin-bottom:30px;}
.promotion-wrapper h3{font-weight: 800; font-size: 20px; color: #0C5D2F; letter-spacing: 0; line-height: 24px; margin:0 0 13px 0; padding:1px 0 0 42px; position:relative; text-transform:uppercase;}
.promotion-wrapper h3:before{background: url(../images/sprite_1x.svg) no-repeat -20px -1432px; content: ""; position: absolute; left: -1px; top: -3px; height: 30px;    width: 30px;}

.promotion-wrapper ul{display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
    -webkit-align-content: stretch; -ms-flex-line-pack: stretch;  align-content: stretch;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;	
}
.promotion-wrapper ul > li{ width:calc(33.333% - 18px); margin-right:27px; margin-top:27px;}
.promotion-wrapper ul > li:nth-child(3n){ margin-right:0;}
.single-promo-gallery,
.promo-gallery-img{ position:relative;}
.promo-gallery-img .img-count{ display:none;}
.promo-gallery-content{ background-color:rgba(0,0,0,.77); bottom:20px; height:115px; padding:10px; position:absolute; left:0; right:0; margin:0 auto; width:85%;display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
.promo-gallery-content .promo-gallery-title a{color: #FFFFFF; display:block; font-size: 16px; font-weight: 400; color: #FFFFFF; line-height: 20px; margin: 0; max-height:60px; overflow:hidden;}
.promo-gallery-content .img-count{ font-size: 12px; font-weight: 700; color: #FFFFFF; letter-spacing: 0.7px; line-height: 17px; padding-left: 24px;   text-transform: uppercase; margin-top: auto; position: relative;}
.promo-gallery-content .img-count:before{ background: url(../images/sprite_1x.svg) no-repeat -22px -1491px; content: ""; position: absolute; left: 0;
    top: -1px; height: 18px;  width: 18px;}
.promotion-wrapper .ad-section{ display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row;
    -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-align-items: center;
    -ms-flex-align: center; align-items: center;padding:40px 0 15px;}
.more-promo-link a{font-size: 16px; color: #000000; letter-spacing: 0; display:inline-block; margin-top:15px; position:relative; padding-left:18px;}
.more-promo-link a:before{ display: inline-block; width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 9px; border-color: transparent transparent transparent #03c53b;  content: "";  position: absolute;  left: 0; top: 4px;}
.more-promo-link.active-promo a:before{top: 6px; border-width: 9px 6px 0 6px; border-color: #03c53b transparent transparent transparent;}
.promotion-wrapper.right-gallery-promo { width:300px; padding:16px 20px 20px;}
.promotion-wrapper.right-gallery-promo h3{ margin-bottom:0; font-size:16px; line-height:24px; padding-left: 28px;}
.promotion-wrapper.right-gallery-promo h3:before { background: url(../images/sprite_1x.svg) no-repeat -110px -1491px;
    content: ""; position: absolute; left: -1px; top: 3px; height: 18px; width: 18px;}
.promotion-wrapper.right-gallery-promo ul > li,
.promotion-wrapper.right-gallery-promo ul > li:nth-child(3n){ width:calc(50% - 10px); margin-right:20px; margin-bottom:0; margin-top: 13px;}
.promotion-wrapper.right-gallery-promo ul > li:nth-child(2n){ margin-right:0;}
.right-gallery-promo .promo-gallery-content{ background-color:transparent; position:static; height:70px; padding:10px 0 0; width:100%;}
.right-gallery-promo .promo-gallery-content .promo-gallery-title a{ color:#000;}
.right-gallery-promo .promo-gallery-content .img-count{ display:none;}
.right-gallery-promo .promo-gallery-img .img-count{ display:block; height:35px; position:absolute; left:8px; bottom:8px; overflow:hidden; width:35px;}
.right-gallery-promo .promo-gallery-img .img-count:before{ background: url(../images/sprite_1x.svg) no-repeat -59px -1478px; content:""; height:100%; width:100%; position:absolute;}
.right-gallery-promo .promo-gallery-img .img-count span { position: absolute; white-space: nowrap; z-index: 1; top: 15px; left: 2px; width: 16px; overflow: hidden; font-size: 12px; font-weight: 700; color: #0C5D2F; letter-spacing: 0.7px; text-align: center; line-height: 17px }
.right-gallery-promo .promo-gallery-img .img-responsive {margin-bottom: 0px;}
.more-promo-link + ul {display: none;}
.more-promo-link + ul.more-gallery-promo {display: -ms-flexbox; display: -webkit-flex; display: flex;}
/*Promotion Gallery END*/

/* way the hell off screen */
body.hamburger-open{overflow: hidden;}
.scrollbar-measure {width: 100px; height: 100px; overflow: scroll; position: absolute; top: -9999px; }

/*Update on 2019-02-01*/
.header-top,
.ad-wrapper, 
.ad-block{ overflow:hidden; width:100%;}

/*IE Edge*/
@supports (-ms-ime-align:auto) {
	.fix-header-hamburger a.navbar-brand{ margin-left:28px;}
	.header-right .header-search-icon:hover:after{top:-19px;}
	.header-search-icon .header-search{top:40px;}
	.fix-header-hamburger .menu-with-logo{padding:13px 16px 10px 19px}
}
	


/* Tablet Portrait */
@media(max-width:992px){
	.wrapper{width: 100%;}
	.page-header{font-size:40px; line-height:47px;}	
	
	/*Header and Navigation*/
	.static-header-link{ display:none;}
	.header-right .header-search-icon:hover .header-search,
        .header-right .header-search-icon:hover:after{display:none}
	.header-right .header-search-icon.search-active .header-search, 
        .header-right .header-search-icon.search-active:after {display: block;}
        /*Large Dropdown Menu*/
	
        /*metroBet logo*/	
	.metro-play-icon{width:100%;}
	.metro-play-icon:before{width:90px;background: url(../images/metro_play.svg) no-repeat 5px 2px;}
        
	.fix-header-hamburger .menu.sf-menu.sf-main-menu{height:770px;}
	.fix-header-hamburger .menu.sf-menu.sf-main-menu > li{width:23%; margin-right:19px;}
	.desktop-tab-menu {  padding:14px 25px 55px;}
	.fix-header-hamburger .menu-with-logo {  padding: 13px 24px 10px 25px;}
	.fix-header-hamburger a.navbar-brand{ margin-left:29px;}
	.fix-header-hamburger .header-search-icon .header-search{ width:319px; margin-right: 13px}
	.fix-header-hamburger .right-hamburger-search {width:420px;}
	.fix-header-hamburger .social-mobile{ padding:31px 20px;}
	
	
	.facebook-dd{background-position: -33px -30px;}
	.facebook-dd:hover{background-position: -33px 3px}
	
	.hamburger-contact-info .mail-dd{ background-position: -122px -32px;}
	.hamburger-contact-info .mail-dd:hover{ background-position: -122px 0px;}
	
	
		
	
	
	.x-large-wrap{width:80%;}
	.x-large-wrap .title{ width:98%; font-size: 34px; line-height: 38px;}
    .x-large-wrap .title a{font-size: 34px;line-height: 38px;}
	.most-twitted-box ul li {width: 48%;display: inline-block; float:left;}
	.most-twitted-box ul li .mtwitted-no { float: left; height: 50px;}
	.most-twitted-box ul li:nth-child(1), .most-twitted-box ul li:nth-child(3), .most-twitted-box ul li:nth-child(5) { margin-right: 4%;}
	.most-twitted-box ul li .mtwitted-content { float: left; width: 86%;}
	.medium-push, .most-twitted-teaser{min-height:inherit;}
	.teaser{min-height:inherit; margin-bottom:40px;}
	
	
	
	.two-col-push-container .arrow-news-list ul li{ height:90px;padding:14px 10px 11px 25px}
	
	.medium-push{ border:none;}
	.medium-push > a{margin:0;}
	.md-post-video{padding-bottom: 75px;}
	.md-post-content{width:70%;}
	.medium-push-height .arrow-news-list ul li { padding:15px 10px 11px 20px; float: left; width: 20%;border-top:none;}
	.medium-push-height .arrow-news-list ul li:last-child{border:none;}
	.medium-push-height .arrow-news-list ul li:before { top: 22px;}
	
	
	/*Two col Push */
	.two-col-push-container{margin-bottom:40px;}
	.two-col-push-container .arrow-news-list ul li:nth-last-child(1),
	.two-col-push-container .arrow-news-list ul li:nth-last-child(2){display:none;}
	.two-col-push-container .arrow-news-list ul li:nth-last-child(3){ border-bottom:solid 1px #b1b2b2;}
	
	
	/*Small Push*/
	
	.small-push > a{ height:68px; overflow:hidden;}
	.medium-push-height .arrow-news-list ul li:last-child{display:block;}
	.arrow-news-list.entertainment-sec ul li:nth-child(5), .arrow-news-list.entertainment-sec ul li:last-child{ display:block;}
	.more-push{display:none;}
	.landscape50 .col-sm-18.col-md-9{width:50%;}
	.landscape50 .col-sm-18.col-md-9 .x-small-push{ border:none;padding-bottom:0;min-height: inherit; margin-bottom:0px;}
	.extra_small_push .landscape50 .col-sm-18.col-md-9 { margin-bottom: 24px;}	
	.extra_small_push { position: relative;border-bottom: 1px solid #b1b2b2;}	
	.x-small-push:after, .landscape50:after {clear: both; display: table;content: "";}
	.x-small-push-img {float: left; width: 120px; margin-bottom:0;}		
	.xx-small-push-container > ul > li .xx-small-push > a{padding:0; font-size:14px; line-height:18px;}
	.extra_small_push { margin-bottom: 40px;}
	.arrow-news-list ul li a{ font-size:15px; line-height:20px;}
	.medium-push-height .arrow-news-list ul li a{height:100px}
	.x-small-push > a{float: left; width: calc(100% - 137px); margin-left: 17px; padding-top: 0; margin-bottom:0; font-size:16px; line-height:20px; letter-spacing:-0.11px; height:71px;}
	.x-small-push-img .post-share-icons { display: none;}
	.last-border-bottom li:last-child{border:none;border-top: solid 1px #b1b2b2;}
	.right-sidebar{width:100%; margin-top:15px;display:none;}
	.rside-news-sec{ margin-bottom:20px;}
	.rside-news-sec ul li:first-child { border-top: none;}
	.rside-news-sec ul li { float: left; margin: 0 1%; min-height: 70px; width: 48%;}
	.rside-news-sec ul li:last-child{display:none;}
        .teaser-list .rside-news-sec ul li:last-child{display:block;}
	.rside-news-no{float:left;width:45px;}
	.rside-news-content{float:right;width:82%;}
	.rside-news-content a{ padding:0;}
	.adds-banner-cont{display:none;}
	.x-small-push-img .drop-down.bottom-arrow::before{right:inherit; left: 13px;}
	.x-small-push-img .drop-down.bottom-arrow{right:inherit;left: -11px;}
	
	/*Medium Push*/
	
	.medium-push-height .arrow-news-list { border-top: 1px solid #b1b2b2;}
	
	.carousel-push{padding:0 87px;}
	
	.single-carousel-push-detail{font-size:14px;}
	
	/*Footer*/
	.footer-nav-col{ height:402px;}
	.nav-cols:nth-child(10),
	.nav-cols:nth-child(11){height:auto;}
	.footer-bottom{ padding:16px 0 18px;}
	.nav-cols, .nav-cols:last-child{width:25.7%;}
    .footer-nav{height:448px}
    .nav-cols:nth-child(10),
    .nav-cols:nth-child(11){height:auto;}
    .fsocial-icons{ padding-bottom: 4px;}
    .copyright{ margin-top: 16px;}
		
	.main-nav {min-height: 44px;}
	.navbar-toggle{padding: 15px 10px 15px 20px; margin: 0;}
	.navbar-default .navbar-toggle .icon-bar {background-color: #0b5d2e;}
	.navbar-toggle .icon-bar {width: 24px;}
	.navbar-toggle .icon-bar + .icon-bar {margin-top: 6px;}
	.main-nav .navbar-right{margin-top: 9px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background-color: transparent;}
	ul.sf-menu.sf-accordion{display:block;}
	
	/*Article page*/
	.article-cont{ padding-left: 80px;}
	.article-container{margin-bottom:20px;padding-top:0;}
	.article-title-container .subtitle{ font-size:20px; line-height:28px; letter-spacing:-0.21px;}
	.left-arrow-posts{margin-bottom:20px;}
	.left-arrow-posts .arrow-news-list ul li { padding: 10px 10px 15px 20px;}
	.author_col{width:72%;}
	.author_socialmedia{width:23%; margin-top: 22px; flex-grow: 1;}
	.author_socialmedia > ul{float:right}
	.author_socialmedia > ul > li{display:none;}
	.author_socialmedia > ul > li:nth-child(1),
	.author_socialmedia > ul > li:nth-child(2),
	.author_socialmedia > ul > li:nth-child(6),
	.author_socialmedia > ul > li:last-child{ display:inline-block;float:left;}
	.author_socialmedia > ul > li:last-child{margin-right:0;}
	.author_socialmedia .share-more-cont{margin-left:0;}
	.article-author-name{display:block; width:100%;}
	.author_row{margin-bottom: 0; padding-bottom: 4px;}
	.article-date{ line-height:25px;}
	
	.article-container .page-heading{padding: 4px 0 20px;}
	.page-heading, .article-container .page-heading,
	.article-title-container h1{font-size:42px; line-height:48px;}
	.article-media{margin-bottom:40px; margin-top:20px;}
	.article-media video {width:720px;}
	/* .sticky-media{left:30px;} */
    .related-push-title {width:250px;}
	.article-pub-date, .article-updated-date{ line-height:normal;}
	
	/*Latest from block for article page*/
	#latest-from-slider{padding:0 67px;}
	
	/*Update On 2017-07-03 start*/
		
	.a-s-right-content{width:86%;}
	/*.article-media.show-gallery .see-image-gallery, .article-image-gallery, .a-s-left, .a-s-right{height:545px;}*/
	.article-image-gallery ul li.gallery_landscape .a-s-left{width:100%;height:404px;}
	.article-image-gallery ul li.gallery_landscape .a-s-right-content { width: 98%; height: 80px;}
	.article-image-gallery ul li.gallery_landscape .total-img{bottom:8px;}
	.article-image-gallery ul li .a-s-right-content h3 {font-size: 16px; line-height: 22px;}	
	.a-s-right-content, .a-s-right-content p {font-size: 14px;line-height: 18px;}
	.ntv-card .x-small-push-img ~ * {width: 53% !important;}
	
	/*New Gallery design 2018-08-20*/
	.gallery-dialogbox{ margin-bottom: 20px; margin-top: 0; padding-top: 8px;}	
	.article-header-right,
	.gallery-carousel-container-ad,
	.gallery-content-container-ad{ display:none;}
	.gallery-content{ padding:0 20px 0; margin-top:12px;}
	.article-title-container{ margin-bottom:0;}
	.article-image-gallery-header{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: flex-start;   -ms-flex-align: start; align-items: flex-start; padding: 20px 20px 20px 20px;}
	.article-image-gallery-header span{ border:none;}
	.article-image-gallery-header h4{ font-size:24px; padding-left:0; margin-top:10px; min-height:inherit;}
	.article-image-gallery-header h4:empty{ margin-top:0;}
	.gallery-single-slide.gallery_landscape{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;margin-top:33px; margin-bottom:25px;}
	.gallery-single-slide.gallery_portrait{ display: -ms-flexbox; display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; margin-bottom:50px; margin-top:40px;}
	.gallery-single-slide.gallery_portrait .article-image-gallery-header{ flex-basis:100%; }
	.gallery-single-slide.gallery_portrait .gallery-carousel-container{ flex-basis: 49.7%; margin-top: 64px;}
	.gallery-single-slide.gallery_portrait  .gallery-content-container{flex-basis: 47.5%; margin-right: auto;}
	.gallery-single-slide.gallery_portrait .gallery-carousel{ text-align:right;}
	.gallery-single-slide.gallery_portrait .gallery-carousel img{ margin-right:0;}
	.gallery-single-slide.gallery_portrait .gallery-content-container .article-image-gallery-header{ display:block;}
	.close-gallery-dialogbox{top:20px;}
	.article-recommendation ul li:nth-last-child(1),
	.article-recommendation ul li:nth-last-child(2){ display:none;}
	.article-title-container{ min-height:inherit;}
	.gallery-single-slide.gallery_portrait > .article-image-gallery-header { display: none;}
	div.related-articles{ max-width:100%; height:auto;}
	
        .hambergur-navigation .metro-bet-icon,
	.hambergur-navigation .metro-play-icon{ display:block; width:auto;}
	.hambergur-navigation .metro-play-icon{padding-bottom: 20px !important;}
	.metro-play-icon:before{ background-position:left center;}
	
        
	/*Promotion Gallery start*/
	.promo-gallery-content{ height:95px;}
	.promo-gallery-content .promo-gallery-title a{font-size: 14px; line-height: 16px; max-height: 48px;}
	.promo-gallery-content .img-count{ font-size:11px;}
	/*Promotion Gallery END*/
	
}

@media(max-width:1250px) and (min-width:992px){
	
	.container { width: 956px;}
	/*Header and Navigation*/
	.static-header-link{ display:none;}
	
	/*Large Dropdown Menu*/
	.fix-header-hamburger .menu.sf-menu.sf-main-menu{ height:576px;}
	.desktop-tab-menu {  padding: 25px 24px 55px;}
	.fix-header-hamburger a.navbar-brand { margin-left: 31px;}
	.fix-header-hamburger .menu-with-logo { padding: 13px 24px 10px 23px;}
	.fix-header-hamburger .social-mobile{ padding:31px 20px;}
	.fix-header-hamburger .menu.sf-menu.sf-main-menu > li{ width:18.1%;}
	
	.footer-bottom .col-md-24{width:66.66666667%}
	.footer-bottom .col-md-12{width:33.33333333%}
	
	
	.fix-header-hamburger{max-width: 988px;}
	/* .header-right .header-search-icon:hover .header-search,
    .header-right .header-search-icon:hover:after{display:none}
	.header-right .header-search-icon.search-active .header-search, 
    .header-right .header-search-icon.search-active:after {display: block;} */
        
        /*metroBet logo*/	
	.metro-play-icon{width:100%;}
	.metro-play-icon:before{width:90px;}
        
	.main.content-block > .row > .col-sm-36.col-md-26{width: 65.5%;}
	.main.content-block > .row > .col-sm-36.col-md-10{width: 33.5%;}
    .region-article-content-top .col-sm-36.col-md-26{width: 65.5%;}
    .region-article-content-top .col-sm-36.col-md-10{width: 33.5%;}
	.author_col{width:77%;}
	.author_socialmedia > ul { position: relative; top:3px}
	.author_socialmedia{width:17%;margin-left:auto;}
	.author_socialmedia > ul > li{display:none;}
	.author_socialmedia > ul > li:nth-child(1),.author_socialmedia > ul > li:nth-child(2),.author_socialmedia > ul > li:nth-child(6), .author_socialmedia > ul > li:last-child{ display:inline-block;}
	
	.carousel-push { padding: 0 44px;}
	.author_socialmedia .share-more-cont{margin-left:0;}
	
	
	.facebook-dd{background-position: -33px -30px;}
	.facebook-dd:hover{background-position: -33px 3px}
	
	.hamburger-contact-info .mail-dd{ background-position: -122px -32px;}
	.hamburger-contact-info .mail-dd:hover{ background-position: -122px 0px;}
	
	
	/*Two col Push */
	.two-col-push > a{height:68px;}
	
	/*one col push*/
	
	.one-col-push a{ font-size:14px;}
	.one-col-push-cont .article-author-name a,
	.one-col-push-cont .article-author-name{ font-size:12px;}
	
	
	

    /*Image gallery*/
	/* .a-s-right-content { padding: 0px 10px 20px 10px;width:83%;}
	.article-image-gallery .flex-direction-nav .flex-next, .article-image-gallery .flexslider:hover .flex-direction-nav .flex-next { right:5px;}
	.article-image-gallery .flex-direction-nav .flex-prev, .article-image-gallery .flexslider:hover .flex-direction-nav .flex-prev { left: 5px;}
	.article-media{margin-bottom:40px; margin-top: 20px;}
	.article-image-gallery ul li.gallery_landscape .a-s-left{width:100%;height:342px;}
	.article-image-gallery ul li.gallery_landscape .a-s-right{max-height:118px;}
	.article-image-gallery ul li.gallery_landscape .a-s-right-content { height: 60px;margin-top: 10px;}
	.article-image-gallery ul li.gallery_landscape .total-img{bottom:15px;}
	.article-image-gallery ul li.gallery_landscape .a-s-right-content h3{line-height:28px;}
	.a-s-right-content, .a-s-right-content p{font-size:14px;line-height:18px;}
	.article-image-gallery ul li .a-s-right-content h3 { font-size: 16px;  line-height: 22px;} */
	
	
	
	/*Two col push*/
	.two-col-push-container .col-xs-36.col-sm-24.col-md-27.col-lg-24{width:75%;}
	.two-col-push-container .col-xs-36.col-sm-12.col-md-9.col-lg-12{width:25%;}
	.two-col-push-container .arrow-news-list ul li:nth-last-child(1),
	.two-col-push-container .arrow-news-list ul li:nth-last-child(2),
	.two-col-push-container .arrow-news-list ul li:nth-last-child(3),
	.two-col-push-container .arrow-news-list ul li:nth-last-child(4){display:none;}	
	.two-col-push-container .arrow-news-list ul li:nth-last-child(5){ border-bottom:solid 1px #b1b2b2;}
	.medium-push-height .arrow-news-list ul li:before{top: 23px;}
	.arrow-news-list ul li a{ font-size: 14px; line-height: 18px; height:70px;}
	.arrow-news-list ul li{ padding: 14px 10px 12px 25px; }
	
	/*Medium push*/
	
	.medium-push-height .arrow-news-list ul li a{height:108px;}
	.medium-push > a{ margin:0;}
	
	/*Small push*/
	.small-push > a{ height: 66px; overflow: hidden; padding: 0; margin-bottom:12px;}
	
	
	
	
	/*New Gallery design 2018-08-20*/
	.gallery-dialogbox{ padding-top:0; margin-top: 0; margin-bottom: 20px;}	
	.gallery-carousel-container-ad,
	.gallery-content-container-ad{ display:none;}
	.gallery-content{ padding:0 20px 0; margin-top:12px;}
	.article-title-container{ margin-bottom:0;}
	.article-image-gallery-header{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: flex-start;   -ms-flex-align: start; align-items: flex-start; padding: 20px 20px 16px 20px;}
	.article-image-gallery-header span{ border:none;}
	.article-image-gallery-header h4{ font-size:24px; padding-left:0; margin-top:10px;}
	.gallery-single-slide.gallery_landscape{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;margin-bottom:30px;margin-top:30px;}
	.gallery-single-slide.gallery_portrait{ display: -ms-flexbox; display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; margin-bottom:0px; margin-top:40px;}
	.gallery-single-slide.gallery_portrait > .article-image-gallery-header{ flex-basis:100%; display:none; }
	.gallery-single-slide.gallery_portrait .gallery-carousel-container{ flex-basis: 54.7%; margin-top: 64px;}
	.gallery-single-slide.gallery_portrait  .gallery-content-container{flex-basis: 42.5%; margin-right: auto;}
	.gallery-single-slide.gallery_portrait .gallery-carousel{ text-align:right;}
	.gallery-single-slide.gallery_portrait .gallery-carousel picture img { margin-right: 0;}
	.close-gallery-dialogbox{top:17px;}
	.article-recommendation ul li:nth-last-child(1),
	.article-recommendation ul li:nth-last-child(2){ display:none;}
	.article-recommendation ul li:nth-last-child(3),
	.article-recommendation ul li:nth-last-child(4){ margin-bottom:0;}
	.gallery-single-slide.gallery_portrait .gallery-content-container .article-image-gallery-header{ display:block;}
	.no-slider-gallery .gallery-ad-block.hidden-lg{ display: flex !important;}
	
	
	
	/*Article Page*/
	
	.article-container h1,
	.article-title-container h1{font-size: 42px; line-height: 48px;}	
	.article-title-container .subtitle{ font-size:20px;}
	.article-pub-date, .article-updated-date{ line-height:normal;}
	.author_socialmedia > ul > li{float:left;}
    .article-pub-date, .article-updated-date {letter-spacing: 0.7px;}
	.article-media{ margin-top:20px;}
	.right-sidebar-wrapper > div {margin-left:12px;margin-top:20px;}

	/*Promotion Gallery*/
	
    .hambergur-navigation .metro-bet-icon,
	.hambergur-navigation .metro-play-icon{ display:block; width:auto;}
	.metro-play-icon:before{ background-position:left center;}
	.hambergur-navigation .metro-play-icon{padding: 15px 0 !important;}	
		
	.promo-gallery-content {bottom: 10px; height: 95px;}
	.promo-gallery-content .promo-gallery-title a { font-size: 13px; line-height: 16px; max-height: 50px;}
	.promo-gallery-content .img-count { font-size: 10px;}
	
	/*Promotion Gallery END*/
	
	
	
	/*Header with Navigation*/
	.static-header-link ul li{ margin-right:15px;}
	.ad-header {display:none;}
	.x-large-wrap{ width:80%;}
	.x-large-wrap .title{width:100%; font-size: 38px; line-height:42px;}
    .x-large-wrap .title a{font-size: 38px;line-height:42px;}
	.x-large-points{display: none; width:22%}
	.md-post-video {padding-bottom: 75px;}
	.md-post-content{width: 68%;}
	.most-twitted-box ul li {width: 48%;display: inline-block; float:left;}
	.landscape100 .col-sm-36.col-md-24, .landscape100 .col-sm-36.col-md-12{width:100%;}
	.landscape50 .col-sm-18.col-md-9{width:50%;}
	.landscape50 .col-sm-18.col-md-9{width:50%; margin-bottom:20px;}
	.extra_small_push .landscape50 .col-sm-18.col-md-9{margin-bottom:24px;}
	.landscape50 .col-sm-18.col-md-9 .x-small-push{ border:none;}
	.extra_small_push { position: relative;margin-bottom: 40px; border-bottom:1px solid #b1b2b2;}
	.landscape50 .col-sm-18.col-md-9 .x-small-push { min-height: 80px;}
	.x-small-push:after, .landscape50:after { clear: both;display: table; content: "";}
	.x-small-push-img {float: left;margin-bottom: 0;width: 120px;}
	.xx-small-push-container > ul > li{ word-break:break-word;}
	.x-small-push{margin:0px 0;}
	.x-small-push > a {float: left; width: calc(100% - 137px); margin-left: 17px; padding-top: 0; margin-bottom:0; font-size:16px; line-height:20px; letter-spacing:-0.11px; height:80px;}
	.x-small-push-img .drop-down.bottom-arrow { right: inherit;  left: -11px;}
	.x-small-push-img .drop-down.bottom-arrow::before { right: inherit;  left: 13px;}
	.x-small-push-img .post-share-icons { display: none;}
	.small-push-img .md-img-icon{width:36px; height:36px; background-position:-95px -290px;}
	.small-push-img .md-play-icon{width:36px; height:36px; background-position:-95px -220px;} 
	.medium-push, .most-twitted-teaser{min-height: inherit;}
	.teaser {min-height: inherit; margin-bottom: 40px;}
	.medium-push{border-bottom:none;}
	.most-twitted-box ul li .mtwitted-no {float: left; height: 67px;}
	
	.most-twitted-box ul li:nth-child(1), .most-twitted-box ul li:nth-child(3), .most-twitted-box ul li:nth-child(5) { margin-right: 4%;}
	.more-push{display:none;}
	.last-border-bottom li:last-child{border:none; border-top:solid 1px #b1b2b2}
	.most-twitted-box ul li .mtwitted-content {float: left; width: 86%;}
	.medium-push-height .arrow-news-list{ border-top: 1px solid #b1b2b2;}
	.medium-push-height .arrow-news-list ul li { padding: 18px 10px 11px 24px; float: left; width: 20%; border-top: none;}
	.medium-push-height .arrow-news-list ul li:last-child{display:block;}
	.arrow-news-list.entertainment-sec ul li:nth-child(5){ display:block;}
	.right-sidebar{display:block;}
	
	/*Article page*/
	.left-arrow-posts .arrow-news-list ul li { padding: 10px 10px 15px 20px}
	.article-author-name{ display:block; }
	.article-date { line-height: 25px;}
	.author_row { padding-bottom: 8px; margin-bottom: 0;}
	.article-media video {width:610px;}
	.related-push-title {width:250px;}
	.article-cont{ padding-left: 80px;}
	.related-push-title a{font-size:14px;}
	
	/*Latest from block for article page*/
	#latest-from-slider, .most-popular-slider{padding:6px 44px;}
	
	
	/*one col teaser*/
	
	.sng-news-content a{height:80px;}
		
	.ntv-card .x-small-push-img ~ * {width: 53% !important;}
	
	/*New Gallery design 2018-08-20*/
	.gallery-dialogbox{ padding-top:0; margin-top: 0; margin-bottom: 20px;}	
	.gallery-carousel-container-ad,
	.gallery-content-container-ad{ display:none;}
	.gallery-content{ padding:0 20px 0; margin-top:12px;}
	.article-title-container{ margin-bottom:0;}
	.article-image-gallery-header{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: flex-start;   -ms-flex-align: start; align-items: flex-start; padding: 20px 20px 16px 20px;}
	.article-image-gallery-header span{ border:none;}
	.article-image-gallery-header h4{ font-size:24px; padding-left:0; margin-top:10px;}
	.gallery-single-slide.gallery_landscape{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;margin-bottom:30px;margin-top:30px;}
	.gallery-single-slide.gallery_portrait{ display: -ms-flexbox; display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; margin-bottom:0px; margin-top:40px;}
	.gallery-single-slide.gallery_portrait > .article-image-gallery-header{ flex-basis:100%; display:none; }
	.gallery-single-slide.gallery_portrait .gallery-carousel-container{ flex-basis: 54.7%; margin-top: 64px;}
	.gallery-single-slide.gallery_portrait  .gallery-content-container{flex-basis: 42.5%; margin-right: auto;}
	.gallery-single-slide.gallery_portrait .gallery-carousel{ text-align:right;}
	.gallery-single-slide.gallery_portrait .gallery-carousel picture img { margin-right: 0;}
	.close-gallery-dialogbox{top:17px;}
	.article-recommendation ul li:nth-last-child(1),
	.article-recommendation ul li:nth-last-child(2){ display:none;}
	.article-recommendation ul li:nth-last-child(3),
	.article-recommendation ul li:nth-last-child(4){ margin-bottom:0;}
	.gallery-single-slide.gallery_portrait .gallery-content-container .article-image-gallery-header{ display:block;}
	
	
	
	
	
	
	
}
@media(max-width:1024px) and (min-height:1366px) and (orientation:portrait){
	
	.static-header-link{ display:none;}
	.author_col{width:72%;}
	.author_socialmedia{width:28%;}
	.author_socialmedia > ul > li{display:none;}
	.author_socialmedia > ul > li:nth-child(1),.author_socialmedia > ul > li:nth-child(2),.author_socialmedia > ul > li:nth-child(6), .author_socialmedia > ul > li:last-child{ display:inline-block;}
	.article-author-name { display: block;  width: 100%;}
	.single-column-teaser .post-heading a { font-size: 26px;}
		
	.main.content-block > .row > .col-sm-36.col-md-26{width: 65.5%;}
	.main.content-block > .row > .col-sm-36.col-md-10{width: 33.5%;}
	.a-s-right-content {   padding: 20px 20px 20px 20px;}
	
	/*Two col Push */
	.two-col-push > a{height:68px;}
	.two-col-push-container .arrow-news-list ul li:nth-last-child(1),
	.two-col-push-container .arrow-news-list ul li:nth-last-child(2){display:none;}	
	.two-col-push-container .arrow-news-list ul li:nth-last-child(3){ border-bottom:solid 1px #b1b2b2;}
  
      /*Image gallery*/
	.a-s-right-content { padding: 0px 10px 20px 10px;width:83%;}
	.article-image-gallery .flex-direction-nav .flex-next, .article-image-gallery .flexslider:hover .flex-direction-nav .flex-next { right:5px;}
	.article-image-gallery .flex-direction-nav .flex-prev, .article-image-gallery .flexslider:hover .flex-direction-nav .flex-prev { left: 5px;}
/*	.article-media.show-gallery .see-image-gallery, .article-image-gallery, .a-s-left, .a-s-right{height:460px;}*/
	.article-image-gallery ul li.gallery_landscape .a-s-left{width:100%;height:342px;}
	.article-image-gallery ul li.gallery_landscape .a-s-right{max-height:118px;}
	.article-image-gallery ul li.gallery_landscape .a-s-right-content { height: 60px;margin-top: 10px;}
	.article-image-gallery ul li.gallery_landscape .total-img{bottom:15px;}
 	.single-column-teaser .post-heading a {font-size:28px;}
	.single-column-teaser  .post-heading a::after {top:13px;}
	.article-image-gallery ul li.gallery_landscape .a-s-right-content h3{line-height:28px;}
	
	.extra_small_push .landscape50 .col-sm-18.col-md-9 { width: 50%; margin-bottom: 20px;}
	.extra_small_push .landscape50 .col-sm-18.col-md-9 .x-small-push { min-height: 80px;}
	.x-small-push-img { float: left; margin-bottom: 0; width: 30%; min-height: 59px;}
	.x-small-push-img + a { float: left; width: 66%; margin-left: 4%;  padding-top: 0;}
	
	
  
}

@media (min-width: 1251px) and (max-width:4000px) {
	
	

    /*ADD Based page*/
    body.takeover-netbook .wrapper{max-width:1016px}
    body.takeover-netbook .search { margin-right: 5px;}
    body.takeover-netbook .container {width: 1016px;}
    body.takeover-netbook .main.content-block > .row > .col-sm-36.col-md-26 {width: 65.5%;}
    body.takeover-netbook .main.content-block > .row > .col-sm-36.col-md-10 {width: 33.5%;}
    body.takeover-netbook .main-nav .nav > li > a {font-size: 15px;padding: 17px 7px 14px;}
    body.takeover-netbook .ad-header, body.takeover-netbook  .social > li {display: none;}
    body.takeover-netbook .social > li:last-child {display: block;}
    body.takeover-netbook .landscape100 .col-sm-36.col-md-24, body.takeover-netbook .landscape100 .col-sm-36.col-md-12 { width: 100%;}

    body.takeover-netbook .arrow-news-list ul li { border-top: medium none; float: left; padding: 10px 10px 15px 24px; width: 20%;}
    body.takeover-netbook .teaser{height:auto !important; min-height:inherit;}
    body.takeover-netbook .footer-bottom-social ul{margin-left: 10px;}

    body.takeover-netbook .author_socialmedia > ul > li {display: none;}
    body.takeover-netbook .author_socialmedia > ul > li:nth-child(1), body.takeover-netbook .author_socialmedia > ul > li:last-child { display: inline-block; margin:0;}

    body.takeover-netbook .author_col{width: 85%;}
    body.takeover-netbook .author_socialmedia{width:14%;}

    body.takeover-netbook .main-nav .navbar-right {margin-right: 10px;}
    body.takeover-netbook .sf-vertical, body.takeover-netbook .sf-vertical li {width: auto;}

    body.takeover-netbook .ad-header, body.takeover-netbook .social > li, body.takeover-netbook .social > li:first-child {display:none;}

    body.takeover-netbook .x-large-wrap{ width:80%;}
    body.takeover-netbook .x-large-wrap .title{width:100%; font-size: 38px; line-height:42px;}
    body.takeover-netbook .x-large-wrap .title a{font-size: 38px;line-height:42px;}
    body.takeover-netbook .x-large-points{display: none; width:22%}
    body.takeover-netbook .md-post-video {padding-bottom: 75px;}
    body.takeover-netbook .md-post-content{width: 68%;}
    body.takeover-netbook .most-twitted-box ul li {width: 48%;display: inline-block; float:left;}

    body.takeover-netbook .landscape50 .col-sm-18.col-md-9{width:50%;}
    body.takeover-netbook .landscape50 .col-sm-18.col-md-9{width:50%; margin-bottom:20px;}
    body.takeover-netbook .landscape50 .col-sm-18.col-md-9 .x-small-push{ border:none;}
    body.takeover-netbook .extra_small_push { position: relative;margin-bottom: 25px;}
    body.takeover-netbook .extra_small_push::before { background-color: #b1b2b2; bottom: 0; content: ""; height: 1px;left: 0;position: absolute; width: 100%;}
    body.takeover-netbook .extra_small_push::after {background-color: #fff; bottom: 0; content: ""; height: 1px; left: 0; margin: 0 auto; position: absolute; right: 0; width: 16px;}
    body.takeover-netbook .small-push { min-height: 260px;}
    body.takeover-netbook .landscape50 .col-sm-18.col-md-9 .x-small-push { min-height: 80px;}
    body.takeover-netbook .x-small-push:after, body.takeover-netbook .landscape50:after { clear: both;display: table; content: "";}
    body.takeover-netbook .x-small-push-img {float: left;margin-bottom: 0;width: 30%; min-height:59px;}
    body.takeover-netbook .xx-small-push-container > ul > li{ word-break:break-word;}
    body.takeover-netbook .x-small-push{margin:0px 0;}
    body.takeover-netbook .x-small-push-img + a {float: left; width: 66%; margin-left: 4%; padding-top: 0;}
    body.takeover-netbook .x-small-push-img .drop-down.bottom-arrow { right: inherit;  left: -11px;}
    body.takeover-netbook .x-small-push-img .drop-down.bottom-arrow::before { right: inherit;  left: 13px;}
    body.takeover-netbook .small-push-img .md-img-icon, body.takeover-netbook .small-push-img .md-play-icon, body.takeover-netbook .sng-teaser-img .md-img-icon, body.takeover-netbook .sng-teaser-img .md-play-icon {right:0px;}
    body.takeover-netbook .x-small-push-img .md-img-icon, body.takeover-netbook .x-small-push-img .md-play-icon{right:-1px;}
    body.takeover-netbook .small-push-img .md-img-icon, body.takeover-netbook .sng-teaser-img .md-img-icon, body.takeover-netbook .x-small-push-img .md-img-icon, body.takeover-netbook .xx-small-push-img .md-img-icon { background-position:-114px -337px}
    body.takeover-netbook .small-push-img .md-play-icon, body.takeover-netbook .sng-teaser-img .md-play-icon, body.takeover-netbook .x-small-push-img .md-play-icon, body.takeover-netbook .xx-small-push-img .md-play-icon { background-position:-114px -281px}
    
    body.takeover-netbook .medium-push, body.takeover-netbook .most-twitted-teaser, body.takeover-netbook .teaser {min-height: inherit;}
    body.takeover-netbook .medium-push{border-bottom:none;}
    body.takeover-netbook .most-twitted-box ul li .mtwitted-no {float: left; height: 67px;}
    body.takeover-netbook .medium-push, body.takeover-netbook .most-twitted-teaser, body.takeover-netbook .teaser{min-height:inherit;}
    body.takeover-netbook .most-twitted-box ul li:nth-child(1), body.takeover-netbook .most-twitted-box ul li:nth-child(3), body.takeover-netbook .most-twitted-box ul li:nth-child(5) { margin-right: 4%;}
    body.takeover-netbook .more-push{display:none;}
    body.takeover-netbook .last-border-bottom li:last-child{border:none; border-top:solid 1px #b1b2b2}
    body.takeover-netbook .most-twitted-box ul li .mtwitted-content {float: left; width: 86%;}
    /* body.takeover-netbook .arrow-news-list{ margin-bottom:solid 1px #b1b2b2;} */
    body.takeover-netbook .arrow-news-list ul{ border-top: 1px solid #b1b2b2;}
    body.takeover-netbook .arrow-news-list ul li { padding: 10px 10px 15px 24px; float: left; width: 20%; border-top: none;}
    body.takeover-netbook .arrow-news-list ul li:last-child{display:block;}
    body.takeover-netbook .arrow-news-list.entertainment-sec ul li:nth-child(5){ display:block;}
    body.takeover-netbook .right-sidebar{display:block;}
    body.takeover-netbook .footer{margin-top: 0;}
    body.takeover-netbook .footer-bottom-nav ul li:first-child{font-size:17px;}
    body.takeover-netbook .footer-nav-col:nth-child(5){clear: left;}
    body.takeover-netbook .footer-bottom-social ul{margin-left: 0;}
    /*Article page*/
    body.takeover-netbook .left-arrow-posts .arrow-news-list ul li { padding: 10px 10px 15px 20px}
    body.takeover-netbook .article-media video {width:610px;}
    body.takeover-netbook .footer-nav .col-lg-20, body.takeover-netbook .footer-nav .col-lg-16 {width: 100%;}
    body.takeover-netbook .single-column-teaser .post-heading a {font-size:28px;}
    body.takeover-netbook .single-column-teaser  .post-heading a::after {top:13px;}
	

	/*Section page heading*/
	.page-header{margin-top:-18px;}
	.fixed-header .fix-header-hamburger{ max-height:100vh; overflow-y:auto;}
	
	/*Article page*/
	.author_row{-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;}
	
	/*New Gallery design 2018-08-20*/
	.see-image-gallery{ margin-bottom:0;}
	.article-media{ margin-bottom:60px;}
	.article-media.hide-gallery{ margin-bottom:0;}
	.gallery-dialogbox{margin-top: 30px; height:711px}
	.region-article-content-top{ margin-bottom:15px;}
	.gallery-single-slide{display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap:wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
    -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;}
	.article-image-gallery-header{ width: 72%; height:70px;}
	.gallery-carousel-container{ flex-basis:72%;}
	.gallery-content-container{ width:28%; flex-basis:28%;
		display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    -webkit-align-items: flex-start; -ms-flex-align: flex-start; align-items: flex-start;
	}
	.gallery-carousel{min-height:491px;}
	.gallery-carousel-container-ad{ background-color:#fff; height:150px;
	display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: absolute; left: 0; bottom: 0; width: 874px;}	
	.gallery-content-container-ad{  background-color:#fff;  display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-justify-content: center;  -ms-flex-pack: center; justify-content: center; 
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;margin-top:auto; height:294px; position: absolute; bottom: 0; right: 0; width: 341px;}
	.article-image-galleryBtn{display:none;}
	.play-again-btn{ background-color:#bed2c7; -webkit-border-radius:20px; border:none; border-radius:20px; cursor:pointer; display:block; padding:15px 16px 11px 42px; font-size: 14px; font-weight:500; color: #0C5D2F; letter-spacing: 0.4px; line-height: 16px; position:absolute; right:73px; top:12px; text-transform:uppercase;    -webkit-appearance: none; }
	button.play-again-btn:hover { background-color: #1e5e2e; color: #fff;}
	.play-again-btn:before{ background: url(../images/sprite_1x.svg) no-repeat -186px -1434px; content: ""; position: absolute; left: 10px; top: 7px; height: 27px;
    width: 27px;}	
	.play-again-btn:hover:before{ background-position:-136px -1434px;}	
	.author_socialmedia > ul > li:nth-last-child(2){margin-right:0;}
	.article-image-gallery-header span{ padding-right:14px; margin-right:0;}
	.article-image-gallery-header h4{padding-left:17px; border-left: 1px solid #b1b2b2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    width: 100%;}
	
	/*metroBet logo*/
	.metro-bet-icon:before{top:0;}
	.desktop-tags-wrapper {display: block;}
    /*.related-article-tags {display: none;}*/
	
	/*Latest From Slider*/
	.latest-from-slider .flex-viewport{padding-top:6px;}
}
    
/* Tablet    */
@media(max-width:1024px) and (orientation:landscape){
	.wrapper{width: 100%;}
	/* .container{width:976px; max-width:98%; padding-left:0; padding-right:0;} */
	.main-nav .navbar-right {margin-right: 10px;}
	.sf-vertical, .sf-vertical li {width: auto;}
	
	/*Header and Navigation*/
	.static-header-link{ display:none;}
	
	/*Large Dropdown Menu*/
	.fix-header-hamburger .menu.sf-menu.sf-main-menu{ height:576px;}
	.desktop-tab-menu {  padding: 25px 24px 55px;}
	.fix-header-hamburger a.navbar-brand { margin-left: 31px;}
	.fix-header-hamburger .menu-with-logo { padding: 13px 24px 10px 23px;}
	.fix-header-hamburger .social-mobile{ padding:31px 20px;}
	.fix-header-hamburger .menu.sf-menu.sf-main-menu > li{ width:18.1%;}
	
	
	
	
	/*Two col push*/
	.two-col-push-container .arrow-news-list ul li:nth-last-child(1),
	.two-col-push-container .arrow-news-list ul li:nth-last-child(2),
	.two-col-push-container .arrow-news-list ul li:nth-last-child(3),
	.two-col-push-container .arrow-news-list ul li:nth-last-child(4){display:none;}	
	.two-col-push-container .arrow-news-list ul li:nth-last-child(5){ border-bottom:solid 1px #b1b2b2;}
	.medium-push-height .arrow-news-list ul li:before{top: 23px;}
	.arrow-news-list ul li a{ font-size: 14px; line-height: 18px; height:70px;}
	.arrow-news-list ul li{ padding: 14px 10px 12px 25px; }
	
	/*Medium push*/
	
	.medium-push-height .arrow-news-list ul li a{height:108px;}
	.medium-push > a{ margin:0;}
	
	/*Small push*/
	.small-push > a{ height: 66px; overflow: hidden; padding: 0; margin-bottom:12px;}
	
	
	/*Header with Navigation*/
	.static-header-link ul li{ margin-right:15px;}
	.ad-header {display:none;}
	.x-large-wrap{ width:80%;}
	.x-large-wrap .title{width:100%; font-size: 38px; line-height:42px;}
    .x-large-wrap .title a{font-size: 38px;line-height:42px;}
	.x-large-points{display: none; width:22%}
	.md-post-video {padding-bottom: 75px;}
	.md-post-content{width: 68%;}
	.most-twitted-box ul li {width: 48%;display: inline-block; float:left;}
	.landscape100 .col-sm-36.col-md-24, .landscape100 .col-sm-36.col-md-12{width:100%;}
	.landscape50 .col-sm-18.col-md-9{width:50%;}
	.landscape50 .col-sm-18.col-md-9{width:50%; margin-bottom:20px;}
	.extra_small_push .landscape50 .col-sm-18.col-md-9{margin-bottom:24px;}
	.landscape50 .col-sm-18.col-md-9 .x-small-push{ border:none;}
	.extra_small_push { position: relative;margin-bottom: 40px; border-bottom:1px solid #b1b2b2;}
	.landscape50 .col-sm-18.col-md-9 .x-small-push { min-height: 80px;}
	.x-small-push:after, .landscape50:after { clear: both;display: table; content: "";}
	.x-small-push-img {float: left;margin-bottom: 0;width: 120px;}
	.xx-small-push-container > ul > li{ word-break:break-word;}
	.x-small-push{margin:0px 0;}
	.x-small-push > a {float: left; width: calc(100% - 137px); margin-left: 17px; padding-top: 0; margin-bottom:0; font-size:16px; line-height:20px; letter-spacing:-0.11px; height:80px;}
	.x-small-push-img .drop-down.bottom-arrow { right: inherit;  left: -11px;}
	.x-small-push-img .drop-down.bottom-arrow::before { right: inherit;  left: 13px;}
	.x-small-push-img .post-share-icons { display: none;}
	.small-push-img .md-img-icon{width:36px; height:36px; background-position:-95px -290px;}
	.small-push-img .md-play-icon{width:36px; height:36px; background-position:-95px -220px;} 
	.medium-push, .most-twitted-teaser{min-height: inherit;}
	.teaser {min-height: inherit; margin-bottom: 40px;}
	.medium-push{border-bottom:none;}
	.most-twitted-box ul li .mtwitted-no {float: left; height: 67px;}
	
	.most-twitted-box ul li:nth-child(1), .most-twitted-box ul li:nth-child(3), .most-twitted-box ul li:nth-child(5) { margin-right: 4%;}
	.more-push{display:none;}
	.last-border-bottom li:last-child{border:none; border-top:solid 1px #b1b2b2}
	.most-twitted-box ul li .mtwitted-content {float: left; width: 86%;}
	.medium-push-height .arrow-news-list{ border-top: 1px solid #b1b2b2;}
	.medium-push-height .arrow-news-list ul li { padding: 18px 10px 11px 24px; float: left; width: 20%; border-top: none;}
	.medium-push-height .arrow-news-list ul li:last-child{display:block;}
	.arrow-news-list.entertainment-sec ul li:nth-child(5){ display:block;}
	.right-sidebar{display:block;}
	
	/*Article page*/
	.left-arrow-posts .arrow-news-list ul li { padding: 10px 10px 15px 20px}
	.article-author-name{ display:block; }
	.article-date { line-height: 25px;}
	.author_row { padding-bottom: 8px; margin-bottom: 0;}
	.article-media video {width:610px;}
	.related-push-title {width:250px;}
	.article-cont{ padding-left: 80px;}
	.related-push-title a{font-size:14px;}
	
	/*Latest from block for article page*/
	#latest-from-slider, .most-popular-slider{padding:6px 44px;}
	
	
	/*one col teaser*/
	
	.sng-news-content a{height:80px;}
		
	.ntv-card .x-small-push-img ~ * {width: 53% !important;}
	
	/*New Gallery design 2018-08-20*/
	.gallery-dialogbox{ padding-top:0; margin-top: 0; margin-bottom: 20px;}	
	.gallery-carousel-container-ad,
	.gallery-content-container-ad{ display:none;}
	.gallery-content{ padding:0 20px 0; margin-top:12px;}
	.article-title-container{ margin-bottom:0;}
	.article-image-gallery-header{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: flex-start;   -ms-flex-align: start; align-items: flex-start; padding: 20px 20px 16px 20px;}
	.article-image-gallery-header span{ border:none;}
	.article-image-gallery-header h4{ font-size:24px; padding-left:0; margin-top:10px;}
	.gallery-single-slide.gallery_landscape{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;margin-bottom:30px;margin-top:30px;}
	.gallery-single-slide.gallery_portrait{ display: -ms-flexbox; display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; margin-bottom:0px; margin-top:40px;}
	.gallery-single-slide.gallery_portrait > .article-image-gallery-header{ flex-basis:100%; display:none; }
	.gallery-single-slide.gallery_portrait .gallery-carousel-container{ flex-basis: 54.7%; margin-top: 64px;}
	.gallery-single-slide.gallery_portrait  .gallery-content-container{flex-basis: 42.5%; margin-right: auto;}
	.gallery-single-slide.gallery_portrait .gallery-carousel{ text-align:right;}
	.gallery-single-slide.gallery_portrait .gallery-carousel picture img { margin-right: 0;}
	.close-gallery-dialogbox{top:17px;}
	.article-recommendation ul li:nth-last-child(1),
	.article-recommendation ul li:nth-last-child(2){ display:none;}
	.article-recommendation ul li:nth-last-child(3),
	.article-recommendation ul li:nth-last-child(4){ margin-bottom:0;}
	.gallery-single-slide.gallery_portrait .gallery-content-container .article-image-gallery-header{ display:block;}
	
	
	
	
	
}
@media(max-width:992px){
	.right-sidebar{display:none;}
}

/* Mobile Portrait */
@media(max-width:767px){
	
	
	.container-fluid.container, .container{padding-left: 20px; padding-right: 20px;}
        .header-top{padding-top: 10px;}
        .menu-with-logo {padding: 10px 0;}
	.section-name h1{ font-size:32px; line-height:32px;}
	.section-name h2{ font-size:20px; line-height:20px;}
	.section-name h2:before{top:6px;}
	.x-large-wrap{position:static; width:100%;}
		
	.medium-push-img picture, .small-push-img picture{ margin-bottom: 0px;}
	
	/*Mobile menu*/
	.header {  padding: 0;  position: sticky;  top: 0;  left: 0;  width: 100%;  z-index: 99; }
	.fix-header-hamburger{ height: inherit;  min-height: 0;  /* max-height: calc(100% - 132px); */  position: fixed;  z-index: 999; overflow-y: auto;  top: 132px;box-shadow:none;-webkit-box-shadow:none; }	
	.menu-trigger{top:2px; margin-top:0;}
	.fix-header-hamburger .brand,
	.fix-header-hamburger .menu-trigger.open{ display:none;}
	.desktop-tab-menu { border-bottom: 1px solid #b2b2b2; padding:0;}
	.fix-header-hamburger .header-search-icon .header-search { width: calc(100% - 32px);}
	.header-search-icon .search-btn{width:33px; background-position:-176px -393px}
	.fix-header-hamburger .right-hamburger-search{ background-color:#e7f1ec; padding: 10px 20px 11px; width: 100%;}
	.header-search input[type="text"]{ background-color:#e7f1ec; font-size:16px;}
	.fix-header-hamburger .menu.sf-menu.sf-main-menu{ background-color:#fff; display:block; height:inherit;}
	.fix-header-hamburger .menu.sf-menu.sf-main-menu > li{width:100%;}
	.fix-header-hamburger .menu-with-logo { padding:0;}
	.fix-header-hamburger .menu.sf-menu.sf-main-menu > li ul{ margin-left:36px; margin-right:36px; width: calc(100% - 76px);}
	.fix-header-hamburger .menu.sf-menu.sf-main-menu > li > a{padding:17px 20px 16px;  }
	.fix-header-hamburger .menu.sf-menu.sf-main-menu > li ul li:last-child{ border:none;}
	.fix-header-hamburger .menu.sf-menu.sf-main-menu > li > a.sf-accordion-button{ border:none; position:absolute;width:25px; height:25px; right:0px;top:9px; text-indent:-999px; overflow:hidden; z-index:99; }
	.fix-header-hamburger .menu.sf-menu.sf-main-menu > li > a.sf-accordion-button:before{ content:""; width: 0; height: 0; border-style: solid; border-width: 5.5px 0 5.5px 9px;
border-color: transparent transparent transparent #bfbebe; position:absolute;left: 15px; top: 14px;}
	.fix-header-hamburger .menu.sf-menu.sf-main-menu > li.sf-expanded{ border-bottom:1px solid #b2b2b2;}
	.fix-header-hamburger .menu.sf-menu.sf-main-menu > li.sf-expanded > a.sf-accordion-button:before{ border-width: 9px 5.5px 0 5.5px; border-color: #bfbebe transparent transparent transparent;}
	.fix-header-hamburger  .follow-social-title{ display:none;}
	.fix-header-hamburger .social-mobile{padding:10px 0;}
	.fix-header-hamburger .region-hamburger-social > section{ -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;}
	.fix-header-hamburger .left-content-hamburger ul{ margin-left:0;}
	.fix-header-hamburger .region-hamburger-social .hamburger-contact-info,
	.fix-header-hamburger .left-content-hamburger{ display:inline-block; margin:0 0 0 10px;}
	.hamburger-contact-info .mail-dd{ margin-left:0;}
	.fix-header-hamburger .sf-menu ul{ position:absolute;}
	.hamburger-contact-info .mail-dd{ background-position: -122px -30px;}
	.hamburger-contact-info .mail-dd:hover{ background-position: -122px 2px;}
	
	.metro-bet-icon{width:auto;}
	.metro-bet-icon:before { left: 16px; top: 11px;}
	.metro-play-icon:before{ background-position:14px center; background-size: auto 43px; width:100%}
	
	/*Header with menu 2018-05-17*/
	
	.header-right{display:none;}
	.menu-with-logo{-webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; width:100%;}
	.navbar-brand, .navbar-brand:hover{margin-left:0;background-size: 105px 29px;height: 30px; width: 106px;}
	.brand { margin-right: auto;}
	.header:after{height:4px; bottom: 0;}
	.hamburger-contact-info > span{ display:none;}
	
	
	.small-push .drop-down.bottom-arrow{left:-13px;}
	.drop-down.bottom-arrow{right:-5px;}
	.drop-down.bottom-arrow::before { background-position: -227px -750px; right: 7px;}
	.small-push .drop-down.bottom-arrow::before{left: 14px;}
	
	.md-more-media {  background-position: -55px -341px;}
	
	.x-large-wrap{padding: 13px 0 20px;}
	.x-large-wrap .title{width:100%; float:none;}
	.x-large-wrap .title a {font-size: 26px; font-weight:800; line-height: 30px;}	
	.x_large_push_block{padding: 0px 0 0;}	
	.arrow-news-list ul li { border:none;border-bottom:1px solid #b1b2b2;}
	.two-col-push-container .arrow-news-list ul li:first-child{border-top:1px solid #b1b2b2;}
	.arrow-news-list ul li a{ height:60px;}
	.medium-push-height .arrow-news-list ul li a{height:60px; display:block;}
	.small-push-img, .sng-teaser-img{ margin-bottom:0;}
	.small-push .post-share-icons{bottom: 15px;right: 5px;}
	.x-small-push-img {    min-height: inherit;}
	
	
	
	/* Footer */
	.footer-logo img{ display: block; margin: 0 auto;}
	.footer-nav{ display: block; text-align: center; height: inherit; max-width: 230px; margin: 0 auto; padding: 18px 0 31px 0px}
	.nav-cols{ margin-top: 10px;}
	.nav-cols, .nav-cols:last-child{width:100%;}
	.nav-cols:not(.show-in-mobile) ul{ display: none;}
	.nav-cols ul{ margin-top: 4px;}
	.nav-cols ul li{ display: inline-block; margin-right: 12px; position: relative;}
	.nav-cols ul li a:after{    background-color: #000;  content: "";  height: 12px;  right: -7px;  position: absolute; top: 4px; width: 1px;}

	.nav-cols.show-in-mobile{ margin-top:23px;}
	.footer-socialcol{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
	.footer-bottom-social ul{ margin: 0 auto; width: 195px;}
	.copyright {float: none; text-align: center; margin-top: 27px;}
	.nav-cols ul li.hide-separator a:after{display:none;}
	.nav-cols:nth-last-child(3) { margin-top: 40px;}
	.nav-cols h4{ margin-bottom: 2px;}
	.nav-cols h4 a{ font-size:16px; line-height:16px; letter-spacing:.4px;}
	.footer-bottom{padding:15px 0 22px}
	.fsocial-icons { padding-bottom: 6px;}
	.footer-socialcol ul:first-child,
	.footer-socialcol ul:last-child{ margin-left:auto; margin-right:auto;}

	
	.x-large-wrap .title{font-size: 26px; line-height: 30px;}
	.post-heading{font-size: 24px; line-height:normal;margin-bottom:10px;margin-right:8px;min-height:30px;}
	.post-heading a{font-size: 12px;}
	.post-heading.more-post-heading a { font-size: 16px; padding-right: 12px; line-height: 20px;}
	.post-heading a{ font-size: 22px; line-height: 20px;}
	.single-column-teaser .post-heading a span{display:inline-block;text-transform:uppercase; font-weight:800; /* font-family:"fira_sansextrabold"; */font-size:12px;line-height:normal;}
	
	.single-column-teaser .post-heading{margin-bottom:0;height:35px;}
	.single-column-teaser .post-heading a {padding-right:12px; font-size:22px; line-height:20px;}
	.single-column-teaser .post-heading .more-arrow:after{top:-2px;}
	.single-column-teaser ul.sng-teaser-list > li .sng-teaser-img .md-img-icon{width:45px; height:45px; }
	.single-column-teaser ul.sng-teaser-list > li .sng-teaser-img .md-play-icon{width:45px; height:45px; } 
	
	.post-heading .more-arrow{ margin-left:21px;}
	.post-heading a:after{border-width: 4px 0 4px 7px; top:3px;}
	.md-post-content{position: static; width: 100%;}
	a.post-title {font-size: 22px; line-height: 26px;}
	.most-twitted-box ul li .mtwitted-content {width: 85%;}
	.most-twitted-box ul li .mtwitted-no {height: 67px;}
	.most-twitted-box ul li, .landscape50 .col-sm-18.col-md-9 {width: 100%;}
	.arrow-news-list ul li,
	.medium-push-height .arrow-news-list ul li{margin-right: 0; padding-right: 0; width: 100%;}
	.medium-push-height .arrow-news-list ul li{ padding: 18px 10px 14px 24px;}
	
	.arrow-news-list ul li:nth-child(2n){margin-right: 0;}
	
	
	.landscape50 .col-sm-18.col-md-9 .x-small-push{ border-bottom: 1px solid #b1b2b2;margin-bottom: 16px; padding-bottom:16px; }
	
	.x-small-push,.small-push-img, .sng-teaser-img, .x-small-push-img, .more-push-img, .xx-small-push-img { margin-bottom:0px;}
	
	.teaser{ margin-bottom:33px;}
	.xx-small-push-container{ border:none;margin: 7px 0 33px;}
	.xx-small-push-container ul li, .xx-small-push-container ul li:nth-child(5n) { margin-right: 0%; width: 100%;}
	.xx-small-push-container ul li:last-child{ margin-bottom:0;}	
	.xx-small-push-container > ul > li .xx-small-push > a { float: left; margin-left: 4%; width: 66%;}
	.xx-small-push-container > ul > li{min-height:inherit;  border-bottom: 1px solid #b1b2b2; padding-bottom:16px; margin-bottom:16px;}
	.xx-small-push-img img, .xx-small-push-img picture { margin:0 auto;}
	.xx-small-push-container > ul > li .xx-small-push > a{ padding:0;}
	
	/*Two col push*/
	.two-col-push-container{ margin-bottom:33px;}
	.two-col-push{ margin:0; padding:16px 0;}
	.two-col-push-container .col-xs-36.col-sm-18:nth-child(1) .two-col-push { padding-top: 0;}	
	.two-col-push-container .more-post-heading{ margin-top:35px}
	.two-col-push-img{float: left; width: 120px; margin-bottom:0;}
	.two-col-push-container .row { padding-bottom: 5px;}
	.two-col-push-container .col-xs-36.col-sm-18:last-child .two-col-push{ border:0;}
	
	
	.two-col-push > a{width: calc(100% - 137px); float: left; margin-left: 17px; font-size: 16px; line-height: 20px; height:80px; margin-top:1px; margin-bottom:0;}
	.two-col-push:after { clear: both; display: table; content: "";}	
	
	
	.footer {margin-top: 0;}
	.md-post-video {padding-bottom: 0px;}
	
	
	.md-img-icon{width:23px; height:23px; background-position:-183px -290px;}
	.md-play-icon{width:23px; height:23px; background-position:-183px -220px;} 
	
	.medium-push .md-img-icon { width:30px; height: 30px; background-position:-142px -290px}
	.medium-push .md-play-icon{width:30px; height: 30px; background-position:-142px -220px}
	
	.small-push-img .md-img-icon,
	.x-small-push-img .md-img-icon,
	.two-col-push-img .md-img-icon{ width:23px; height:23px; background-position: -183px -290px;}
	.small-push-img .md-play-icon,
	.x-small-push-img .md-play-icon,
	.two-col-push-img .md-play-icon{width:23px; height:23px;  background-position: -183px -220px;}
	
	
	
	.small-push, .push-bundle .row:last-child .small-push { margin: 0 0 16px; min-height: inherit; padding: 0 0 16px; width:100%;}
	.one-col-push-cont{ margin: 0 0 20px; min-height: inherit; width:100%;}
	.row.equal-height-container:last-child .col-xs-36.col-sm-12:last-child .small-push:last-child{ margin-bottom:40px;}
	.small-push-img { float: left;}
	.small-push-img + a, .sng-teaser-img + a { float: left; margin-left: 17px; padding-top: 0;}
	.small-push > a, .x-small-push > a, .more-push > a, .one-col-push a,
	.xx-small-push-container > ul > li .xx-small-push .xx-small-push-titledate > a{font-size: 16px; line-height: 20px; padding-bottom:0; letter-spacing: -0.11px;}
	.small-push > a, .x-small-push > a {width:calc(100% - 137px); margin-left:17px;}
	.small-push > a{ margin-bottom:0; height:80px;}
	.one-col-push-cont > a{ height:55px; display:block; overflow:hidden;}
    .one-col-push .subtitle {font-size:13px;margin:0;}
	.landscape50 .col-sm-18.col-md-9 .x-small-push{ min-height:inherit;}	
	.medium-push{margin-bottom:20px;}
	.extra_small_push{margin-bottom:40px; border-bottom:none;}
	.extra_small_push .landscape50 .col-sm-18.col-md-9{ margin-bottom:0;}
	.extra_small_push::before,.extra_small_push::after{display:none;}
	.medium-push > a {font-size: 22px; line-height: 27px; margin: 13px 0 0;}
	.push_carousel{ margin-bottom:20px;}
	.rside-news-sec{ margin-bottom:20px;}
	.rside-news-content {width: 82%;}
	.md-play-icon > a{background-position: -124px -280px;}
	.rside-news-sec ul li{display:block; float:none;width: 100%; margin-left:0;}
	.rside-news-sec ul li:nth-child(2n) { margin-left: 0%;}
	.rside-news-sec ul li:after{clear:both;display:table;content:"";}
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{margin:0 auto;}
	.sng-teaser-img .img-responsive{ margin-bottom:13px;}
	.small-push-img, .x-small-push-img, .more-push-img, .xx-small-push-img { float: left; width: 120px;}
	
	.right-sidebar{display:none;}
	
	
	.carousel-push{ padding:0;}
	.carousel-push .flex-direction-nav a{width:30px; height:30px; margin-top:-15px;}
	.carousel-push .flex-direction-nav a:before{width:30px; height:30px; }
	
		
	/*Article*/
	.article-cont {padding-left: 0;}
	.page-heading {padding-bottom:11px;}
	.country-type a{font-size: 14px;}
	.article-container h1, .page-heading, .article-container .page-heading,
	.article-title-container h1{ font-size: 26px; line-height: 32px;}
    .article-container h1.page-heading {}	
	.country-type a{ font-size:14px; line-height:20px;}
	.article-container h1.page-heading{font-size: 26px; line-height: 32px;padding-bottom:10px;    }
	.article-title-container .subtitle{font-size: 19px; line-height: 26px; margin-bottom: 10px;}
	.article-media .img-responsive { margin-bottom: 0;}
	/*Latest from block for article page*/
	#latest-from-slider{padding:0;}
	
    .author_row {margin-bottom:0;}
	.sticky-media{display:none;}
	.node-type-openpublish-article .article-cont iframe.youtube_embed {height: 260px;}
	.author_row {padding:10px 0;}
	.author_col{width:100%; float:none; margin-bottom:10px;padding-top:0px;}
	.author_socialmedia{width:100%; float:none;text-align:center; margin-top:0;}
	.article-pub-date, .article-updated-date{ font-size:12px; line-height:18px;}
	.article-date{font-size:11px;display:inline-block;margin:0; line-height: 20px;}
	.article-ad:before, .article-ad:after{ width:150px;}
	.tags-wrapper{width:100%;}
	.related-articles, .article-tags{display:block; }
	.related-articles{ margin-top:2px;}
	.related-articles + .article-tags{ margin-top: 0;}
	.related-article-label,
	.article-tags-label,
	.related-article-list{ width:100%;}
	.related-article-label{margin-bottom:9px;}
	.article-tags-label{margin-bottom:7px;}
	.related-article-list li a{ padding-left:30px;font-size: 15px;}
	.article-tags-value a{ font-size:12px;}
	.tags-wrapper{width:100%;}
	.related-article-tags{padding:11px 0 5px;}
	
	
	.article-medias > a{height:28px; padding:4px 12px 0 33px;}
	.left-arrow-posts .arrow-news-list ul li{width:100%;border-bottom:1px solid #b1b2b2;}
	.left-arrow-posts .arrow-news-list ul li:last-child{border:none;}
	.article-media video {width:304px;}
	.author-articles .small-push-img{ width:100%; max-width:100%;}
	.small-push .post-share-icons, .x-small-push .post-share-icons, .two-col-push-img .post-share-icons{display:none;}
	.author_socialmedia > ul, .author_socialmedia > ul > li:nth-child(1), .author_socialmedia > ul > li:nth-child(2),.author_socialmedia > ul, .author_socialmedia > ul > li:nth-child(6), .author_socialmedia > ul > li:last-child{float:none;}
	.author_socialmedia > ul > li{display:inline-block; margin-right:20px;}
	
	.author_socialmedia > ul > li > a{ background-size:310.8px 1828.8px}
	.author-facebook, .author-facebook:hover { background-position: -140.7px -612px;}
	.author-twitter, .author-twitter:hover { background-position: -140.7px -663.6px;}
	.author-linkedin, .author-linkedin:hover { background-position: -140.7px -717.8px;}
	.author-reddit, .author-reddit:hover{background-position: -140.7px -770.8px}
	.author-stumbleupon, .author-stumbleupon:hover{background-position: -140.7px -822.8px}
	.author-email, .author-email:hover{background-position: -139.7px -875.8px}
	.author-whatsapp, .author-whatsapp:hover{background-position: -231px -774px}
	
	.author_socialmedia > ul > li:last-child{ display:none;}
	.hide-share-text{display:none;}
	
	/*Latest from on article page*/
	.latest-from-slider-node-cat-name{ font-size:22px;line-height: 24px;}

	
  /*Image Gallery*/
 
  .article-image-gallery{width:calc(100% + 40px); margin-left:-20px;height:auto;}
  .a-s-left, .a-s-right{ height:auto;width:100%;}
  .a-s-left, .article-image-gallery ul li.gallery_landscape .a-s-left{ height:100%;}
  .gallery_portrait .gallery-img-cont img, .gallery_portrait .gallery-img-cont picture { width: initial;}  
    
  .article-image-gallery ul li.gallery_landscape .a-s-right{max-height:inherit;}
  .a-s-right-content{padding:10px 15px 10px;width:98%;}
  .a-s-right-content, .article-image-gallery ul li.gallery_landscape .a-s-right-content {height: 145px; margin-bottom: 20px; margin-right: 10px; margin-top: 48px;}
  .total-img{font-size:14px;left:10px;top:14px; text-align:left;width:50px; height:20px;}
  .a-s-left .img-credit { background-color:rgba(0,0,0,0);  bottom: -36px; font-size:14px; color:#8f918f;  padding: 16px 10px 5px; z-index: 2;left:inherit;right:15px;width:83%;}
  .a-s-left .img-credit p{margin:0;white-space:nowrap;overflow:hidden; text-overflow:ellipsis;width:100%;}
  .a-s-right-content h3{font-size:16px; line-height:24px;}
  .a-s-right-content p{font-size:15px;line-height:22px;}
  .article-image-gallery .flex-direction-nav{width:100%;bottom:inherit; top:27%;}
  .article-image-gallery .flex-direction-nav a{ width:25px; height:40px;}
  .article-image-gallery .flex-direction-nav .flex-prev::before { background-position:-242px -1036px; width:25px; height:40px;}
  .article-image-gallery .flex-direction-nav .flex-next::before{background-position: -241px -1100px; width:25px; height:40px;}
  .article-image-gallery .flex-direction-nav .flex-prev, .article-image-gallery .flexslider:hover .flex-direction-nav .flex-prev {left: 0;}
  .article-image-gallery .flex-direction-nav .flex-next, .article-image-gallery .flexslider:hover .flex-direction-nav .flex-next {right: 0;}
 /*  .galler-zoom-icon{display:none;} */
  .gallery-social{width:32px; height:32px;}
  .gallery-social a.gallery-pinit-icon::before {background-position: -21px -1315px; width:100%; height:100%;}
  .see-image-gallery > a{padding:49px 20px 10px; left: calc(50% - 44px); top: calc(50% - 46px);}
  .see-image-gallery > a:before{ background-position: -69px -1434px; top:10px; width:28px; height:28px; }
  .see-image-gallery a strong{font-size: 20px;letter-spacing: 0.15px;line-height: 13px; display:block; text-align:center;}
  .see-image-gallery a span{font-size: 12px;padding:0;line-height: 13px; letter-spacing: 0.15px;}
  
  /*New Gallery design 2018-08-20*/
  .gallery-dialogbox { padding-top: 49px; margin-bottom: 0;}
  .article-image-gallery-header h4{ font-size:18px;}
   .close-gallery-dialogbox{top:20px;}
  .article-title-container{ min-height:inherit;}
  div.related-articles{ max-width:100%; height:auto;}
  
    /* Ads */
	.article-bottom-ad {display:block;text-align:center;margin-bottom:10px;}
	.article-medias > a:first-child {margin-left:0px;}
	.article-medias > a {margin-left:13px;}

	.article-related-post {width:100%; left:0;padding-bottom:10px;margin:30px 0;}
	.single-related-post{margin-bottom:20px;}
	.article-related-post .more-post-heading{padding: 18px 0 10px;}
	#div-gpt-ad-1493903395279-0 {width:100%; left:0;margin:30px 0;text-align:center;}
	.article-ad{ padding:23px 0;}
	.xx-small-push-container.further-article ul li:first-child .xx-small-push-img{width:100%;margin-bottom:10px;max-width:100%;}
	.xx-small-push-container.further-article ul li:first-child .xx-small-push-img img{ margin:0 auto;}
	.further-article.xx-small-push-container > ul > li:first-child .xx-small-push-titledate { width:100%;margin-left:0; }
	.further-article.xx-small-push-container > ul > li:first-child .xx-small-push > a, .xx-small-push-container.further-article > ul > li:first-child .xx-small-push-titledate a{width:100%;font-size: 22px; line-height: 26px;margin-left:0;}
  
	.related-push-title {width:100%;}
	.related-push-title a{font-size:15px;}
	
	.carousel-push .flex-direction-nav .flex-prev, .carousel-push .flexslider:hover .flex-direction-nav .flex-prev { left: 0; top:110px; margin-top:0;}
	.carousel-push .flex-direction-nav .flex-next, .carousel-push .flexslider:hover .flex-direction-nav .flex-next { right: 0; top:110px; margin-top:0;}
	
	.carousel-push .flex-direction-nav .flex-prev:before { left: 0; background-position: 0 -839px;}
	.carousel-push .flex-direction-nav .flex-next:before { right: 0;background-position: -45px -839px;}
	
	.article-cont p{ font-size:16px; line-height:25px;}
	.related-article-list li a{ white-space:inherit;}

	.further-article span.xx-small-push-date { display: block;}
	.further-article ul li:first-child span.xx-small-push-date {display: none;}
	.xx-small-push-titledate {width: calc(100% - 137px); float: left; margin-left: 17px; font-weight:500; height: 80px; }

	.adds-banner-cont{display:block;}
	.article-image-galleryBtn { padding: 15px 20px 20px;}
	
	/*Promotion Gallery*/
	.promotion-wrapper h3{ margin-bottom:0; font-size:16px; line-height:24px; padding-left: 28px;}
	.promotion-wrapper h3:before { background: url(../images/sprite_1x.svg) no-repeat -110px -1491px; content: ""; position: absolute; left: -1px; top: 3px; height: 18px; width: 18px;}
	.promotion-wrapper ul > li,
	.promotion-wrapper ul > li:nth-child(3n){ width:calc(50% - 10px); margin-right:20px; margin-bottom:0; margin-top: 13px;}
	.promotion-wrapper ul > li:nth-child(2n){ margin-right:0;}
	.promo-gallery-content{ background-color:transparent; position:static; height:70px; overflow: hidden; padding:10px 0 0; width:100%;}
	.promo-gallery-content .promo-gallery-title a{ color:#000; font-size: 16px; line-height: 20px; max-height: 60px;}
	.promo-gallery-content .img-count{ display:none;}
	.promo-gallery-img .img-count{ display:block; height:35px; position:absolute; left:8px; bottom:8px; overflow:hidden; width:35px;}
	.promo-gallery-img .img-count:before{ background: url(../images/sprite_1x.svg) no-repeat -59px -1478px; content:""; height:100%; width:100%; position:absolute;}
	.promo-gallery-img .img-count span { position: absolute; white-space: nowrap; z-index: 1; top: 14px; left: 2px; width: 16px; overflow: hidden; font-size: 12px; font-weight: 700; color: #0C5D2F; letter-spacing: 0.7px; text-align: center; line-height: 17px;}
	.promo-gallery-img .img-count .pic-label,
	.hide-promo	{display: none;}
	
}

@media(max-width:767px) and (orientation:portrait){
	
	#latest-from-slider.latest-from-slider,
	#most-popular-slider.most-popular-slider{ display:none;}
	.more-post-heading.most-popular,
	.more-post-heading.latest-from{ padding-bottom:0;}
	.latest-from-slider,
	.most-popular-slider{display:block;}
	.teaser-popular-latest{ display: -ms-flexbox; display: -webkit-flex; display: flex;}
	.teaser-popular-latest.more-post-heading { padding:18px 0 21px 0; border-bottom:1px solid #b1b2b2;}
	.latest-from-slider + form .teaser-popular-latest.more-post-heading{ padding-bottom:6px; border-bottom:0;}
	.teaser-popular-latest.more-post-heading:before { display:none;} 
	.teaser-popular-latest.more-post-heading > div.selected-dropopt,
	.teaser-popular-latest.most-popular-slider .more-post-heading > div.selected-dropopt{ overflow:visible; width:100%; padding:0;background-color:#eeeeee; padding:0; max-width:243px; margin:0 auto; -webkit-border-radius:30px; border-radius:30px;}
	
	.latest-from-slider, .most-popular-slider,
	.teaser-popular-latest.more-post-heading > div.selected-dropopt .selVal{ padding:0; margin-right:0;}
	
	.teaser-popular-latest.more-post-heading > div.selected-dropopt span{ display:block;}
	.teaser-popular-latest.more-post-heading > div.selected-dropopt .selVal span{display:block;color:#000;font-weight:700; 	 font-size:22px; line-height:24px;   text-transform:none;  padding:12px 42px 11px 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.teaser-popular-latest.more-post-heading > div.selected-dropopt .selVal:after{ border:none; background:url(../images/sprite_1x.svg) no-repeat -206px -802px; width:30px; height:15px; right: 12px; top: 20px;}
	
	.latest-from-slider > div > ul >  li{list-style: none; border-top: 1px solid #b1b2b2;  min-height: inherit;  padding: 12px 10px 12px 25px; position: relative;font-size: 14px;line-height: 18px; border-bottom:0;}
	.latest-from-slider > div > ul >  li.more-categories-link{ border:0; padding:0;}
	.latest-from-slider > div > ul >  li.more-categories-link:before, 
	.latest-from-slider > div > ul >  li.more-categories-link + li:before{ display:none;}
	
	.latest-from-slider > div > ul >  li:first-child,
	.latest-from-slider > div > ul >  li.more-categories-link + li	{ padding:0 0 13px 0; border:none;}

	.latest-from-slider > div > ul >  li:first-child .sng-news-content a {font-weight:400;   font-size: 16px; color: #000000; letter-spacing: 0; line-height: 21px; height:42px; display: block; overflow: hidden; padding-left:0;}
	.latest-from-slider > div > ul >  li:first-child .sng-news-content a:hover{text-decoration: none; color: #0c5d2f;}

	.latest-from-slider > div > ul >  li:last-child{ padding-bottom:0}
	.latest-from-slider > div > ul >  li:before{content: ""; width: 5px; height: 5px;  border-radius: 1.5px;  -webkit-border-radius: 1.5px;  background-color: #03c53b;    position: absolute;  top: 18px;  left: 8px;}
	.latest-from-slider .dropdown-social li{ display:inline-block !important;}
	.latest-from-container{ margin-bottom:23px;}
	.latest-from-container > ul > li:first-child:before{display:none;}
	
	
	
	/*Most popular from*/
	.most-popular-slider{ margin-top:0; padding-bottom: 23px;}
	.most-popular-slider ul >  li{list-style: none;  min-height: inherit;  padding: 12px 10px 12px 34px; position: relative;font-size: 14px;line-height: 18px; border-bottom:none; border-top:1px solid #b1b2b2; min-height:inherit;}	
	.latest-from-slider-node-content, .most-popular-slider-node-content{ height:36px;}
	.most-popular-slider ul > li.more-categories-link{ border:0; padding:0;}
	.most-popular-slider ul >  li:first-child{ border-top:none;}
	.most-popular-slider ul >  li:first-child .sng-news-content a { font-weight:400;  font-size: 16px;
	color: #000000; letter-spacing: 0; line-height: 21px; height: 62px; display: block; overflow: hidden; padding-left:0;}
	.most-popular-slider ul >  li:first-child .sng-news-content a:hover{text-decoration: none; color: #0c5d2f;}
	.most-popular-slider ul > li:last-child{ padding-bottom:0}
	.more-categories-link{ border:none; padding:0; text-align:center;}
	.more-categories-link .article-tags-value{ margin:0;}
	.teaser-popular-latest.more-post-heading .drop-down.right-arrow::before{ display:none; }
	.teaser-popular-latest.more-post-heading .drop-down{ padding:0 24px;top: -4px; left: inherit;  right: 0;  width: 100%; -webkit-border-radius:20px;border-radius:20px; background-color:#eee;}
	.teaser-popular-latest.more-post-heading .drop-down li{ border-top:1px solid #b1b2b2; padding:0;}
	.teaser-popular-latest.more-post-heading .drop-down li:first-child{ border-top:none;}
	.teaser-popular-latest.more-post-heading .drop-down li span{ color: #000;font-weight:700;  font-size: 22px; line-height: 24px;display:block; padding:16px 0;    text-transform: none; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	
	.article-pub-date, .article-updated-date{ line-height:normal;}
	.article-updated-date{ display:block;}
	.article-updated-date:before{ display:none;}
	
	/*New Gallery design 2018-08-20*/
	.gallery-content, .gallery-content p, .gallery-content p a, .gallery-content a{font-size: 15px; line-height: 23px;}
	.gallery-single-slide.gallery_portrait,
	.gallery-single-slide.gallery_landscape{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-top: 0; margin-bottom: 19px;}
	.gallery-dialogbox .gallery-ad-block{ margin-bottom:17px; margin-top:27px;}
	.gallery-single-slide.gallery_landscape .gallery-carousel-container{padding: 0 20px;}
	.article-image-gallery-header h4{ line-height:24px;}
	.gallery-single-slide.gallery_portrait .gallery-carousel-container{ flex-basis: 100%; width:100%; margin-top: 0; padding: 0 20px;}	
	.gallery-single-slide.gallery_portrait .gallery-carousel,
	.article-image-galleryBtn{ text-align:center;}
	.article-recommendation ul li{ display:none;}
	.article-recommendation ul li:nth-child(1),
	.article-recommendation ul li:nth-child(2){ display:block;}
	.article-image-gallery-header{ padding: 20px 20px 10px 20px;}
	.gallery-img-credit, .gallery-img-credit p { font-size: 12px;}
	.gallery-single-slide.gallery_portrait > .article-image-gallery-header { display: block;}
	.gallery-single-slide.gallery_portrait .gallery-content-container .article-image-gallery-header { display: none;}
	.see-image-gallery{width:calc(100% + 40px); margin-left:-20px;}
	

	
	
	
}
/* Mobile Landscape */
@media(max-width:767px) and (orientation:landscape){
	
	/* .container-fluid.container{ padding-top:0;} */
	
	.md-img-icon{width:30px; height:30px; background-position:-142px -290px;}
	.md-play-icon{width:30px; height:30px; background-position:-142px -220px;} 
	
	.medium-push .md-img-icon{width:36px; height:36px; background-position:-95px -290px;}
    .medium-push .md-play-icon{width:36px; height:36px; background-position:-95px -220px;} 
	
	
	.landscape50 .col-sm-18.col-md-9{margin-bottom:0px;}
	.rside-news-content {width: 92%;}
	.article-media video {width:464px;}
	
	.article-image-gallery .flex-direction-nav{top:35%;}
	
	/*Footer*/
	
	.footer-logo img{ margin: 0;}
	.nav-cols:not(.show-in-mobile) ul{ display:block;}
	.footer-nav{ max-width:100%;display: -ms-flexbox;  display: -webkit-flex;  display: flex; text-align:left; height:462px;}
	.nav-cols, .nav-cols:last-child{ width:22.7%;}
	.nav-cols ul li{ display:block;}
	.nav-cols ul li a:after{display:none;}
	.nav-cols:nth-last-child(3),
	.nav-cols.show-in-mobile{margin-top:10px;}
	.footer-bottom{ padding-left:21px; padding-right:21px;}
	.footer-socialcol{-webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;}
	.footer-bottom-social ul{ margin:0; width:auto;}
	.footer-socialcol ul:last-child { margin-left: 53px; margin-right:0;}
	.footer-socialcol ul:first-child{ margin-right: 66px; margin-left:0;}
	.copyright{ text-align:right; margin-top:16px;}
	
	/*Two Col push teaser*/
	.two-col-push-container .col-xs-36.col-sm-18	{ width: 50%;}	
	.two-col-push{ border:none;}
	.two-col-push-container .row{padding-bottom:12px;}
	.two-col-push-container > .col-xs-36:after { content:""; position:absolute; bottom:0; left:8px;width:calc(100% - 16px); height:1px; border-bottom: 1px solid #b2b2b2; }
	.two-col-push { padding: 12px 0;}
	.two-col-push > a{ margin-bottom:0; height:80px;}
	.arrow-news-list ul li a{ height:40px;}
	.two-col-push-container .col-xs-36.col-sm-18:nth-child(1) .two-col-push,
	.two-col-push-container .col-xs-36.col-sm-18:nth-child(2) .two-col-push	{ padding-top: 0;}
	
	/*One col push*/
	
	.one-col-push-cont > a { height: 37px;}
	
	/*One col teaser*/
	.single-column-teaser ul.sng-teaser-list > li:first-child .sng-news-content a{height:45px;}
	.single-column-teaser .sng-news-content a{height:40px;}
	
	/*Medium Push*/
	.medium-push-height .arrow-news-list ul li a{height:40px;}
	.arrow-news-list ul li:before{top:25px;}
	.medium-push > a{ font-size:30px; line-height:36px;}
	.medium-push-height .arrow-news-list ul li:before { top: 25px;}
	
	.carousel-push { padding: 0 40px;}
	.carousel-push .flex-direction-nav .flex-prev, .carousel-push .flexslider:hover .flex-direction-nav .flex-prev {  left: -52px;}
	.carousel-push .flex-direction-nav .flex-next, .carousel-push .flexslider:hover .flex-direction-nav .flex-next {  right: -52px;}
	.carousel-push .flex-direction-nav .flex-next:before { background-position: -150px -840px;}
	.carousel-push .flex-direction-nav .flex-prev:before { background-position: -121px -840px;}
	
	/*single col teaser */
	
	.single-column-teaser ul.sng-teaser-list > li .sng-teaser-img .md-img-icon{width:36px; height:36px; background-position:-95px -290px;}
	.single-column-teaser ul.sng-teaser-list > li .sng-teaser-img .md-play-icon{width:36px; height:36px; background-position:-95px -220px;} 
	

	
	/*Small Push*/
		
	/*x-small*/
	.extra_small_push .landscape50 .col-sm-18.col-md-9 	{ width: 50%;} 
	.extra_small_push .landscape50 .col-sm-18.col-md-9 .x-small-push{ margin-bottom:24px; padding:0; border:none;}
	.extra_small_push{ border-bottom: 1px solid #b1b2b2;}
	
	/*Article page*/
	.country-type a{ font-size:14px;}
	.article-container h1.page-heading{font-size: 32px; line-height: 38px;}
	.article-container .subtitle{font-size: 19px; line-height: 26px;}	
	.article-media { margin-bottom: 30px; margin-top:33px;}
	#latest-from-slider{padding:0 57px;}
	.author_socialmedia{text-align:left;}
	
	
	/*Push carousal*/
	.related-article-label,
	.article-tags-label{margin-bottom:12px;}
	
	/*New Gallery design 2018-08-20*/
	.article-image-gallery-header h4 { font-size: 22px;}
	.article-container h1, .page-heading, .article-container .page-heading,
	.article-title-container h1{ font-size: 32px; line-height: 38px;}
	.gallery-dialogbox {padding-top: 42px;}
	.gallery-single-slide.gallery_landscape { margin-top: 0px;  margin-bottom: 23px;}
	.gallery-single-slide.gallery_portrait{ margin-top:0; margin-bottom: 20px;}
	.gallery-ad-block{ margin-bottom: 25px; margin-top: 32px;}
	.gallery-single-slide.gallery_portrait .gallery-carousel-container{flex-basis:53.8%}
	.gallery-single-slide.gallery_portrait .gallery-content-container{flex-basis:43.5%}
        
	/*Promotion Gallery*/
	.promotion-wrapper ul > li, .promotion-wrapper ul > li:nth-child(3n){ margin-top:20px;}
	.promo-gallery-content .promo-gallery-title a,
	.more-promo-link a{ font-size:18px;}
	/*Promotion Gallery END*/
}

@media(min-width:414px) and (max-width:767px) and (orientation:portrait){
	
	.carousel-push { padding: 0 12px;}
}

/* Iphone only 4s and 5 */
@media(max-width:320px){
	
	.article-image-gallery-header h4 { font-size: 15px;}
}

/* Iphone only 4s and 5  landscape*/
@media(max-width:568px)and (orientation:landscape){
	.article-recommendation ul li{ margin-left:5px; margin-right:5px; margin-bottom:20px;}
	
}

.ad-block, .mgid-block { text-align: center;	margin-bottom: 25px; z-index: 99;}
.stuck:before { content: ""; background-color: #ffffff; width: 100%; height: 30px; top: -30px; position: absolute; left: 0;}
.rc-uid-35243 * h3{font-size: 16px !important; font-weight:800; line-height: 16px  !important; color:#03c53b  !important; margin-top:0  !important;}
.gallery-org-img{display:none;}
@media screen and (-ms-high-contrast:active), all and (-ms-high-contrast:none){
	.ps {overflow-y: hidden !important;	}
	.article-media{width:873px !important;}
  
}

