/*
* Enterprise Template
*  using Skeleton css framework
* Tim Andrews
*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
    #Site Styles
    #Advertisement Styles
    #Widget Styles
    #Page Styles
    #Media Queries
    #Theme Color Styles */

/* #Site Styles
================================================== */

    .sharrre .box{
    float:left;
    }
    .sharrre .count {
    color:#444444;
    display:block;
    font-size:17px;
    line-height:34px;
    height:34px;
    position:relative;
    text-align:center;
    text-decoration:none;
    width:50px;
    background-color:#eee;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    }
    .sharrre .share {
    color:#FFFFFF;
    display:block;
    font-size:11px;
    height:16px;
    line-height:16px;
    margin-top:3px;
    padding:0;
    text-align:center;
    text-decoration:none;
    width:50px;
    background-color:#9CCE39;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    }
    .sharrre .buttons {
    display:none;
    position:absolute;
    margin-left:50px;
    z-index:10;
    background-color:#fff;
    }
    .sharrre .button {
    float:left;
    max-width:50px;
    margin-left:10px;
    }

    body {
    	background-color: #FFFFFF;
    }

    .site-bar-wrapper {
        background-color: #FFFFFF;
    }
    
    .outer-wrapper {
    	top: 0px;
    	left: 0px;
    	width: 100%;
		height: auto;
    }
    
    .container {
    }
    
    h1.site-title-toggle {
    	display: none;
    	margin-bottom: 0px;
    	font-size: 26px;
	}
    
    .site-ad-disclaimer {
        display: inline-block;
        font-size: 17px;
    }
    
    .site-bar-logo {
    	position: relative;
		top: 7px;
		left: 8px;
		display: inline-block;
		opacity: 0.7;
		padding-right: 6px;
    }
    
    .site-bar-logo img {
    	width: 64px;
    	height: 25px;
    }
    
    .site-bar-menu {
    	background-color: #444444;
   	}
    
    .feed-title {
    	font-size: 60px;
    	line-height: 70px;
		height: auto;
		color: #FFF;
		display: inline-block;
		margin-bottom: 20px;
    }
    
    #search {
  		position: absolute;
  		right: 0;
  		top: 10px;
  		width: 35px;
  		height: 20px;
  		background: url(http://www.mediaplanet.com/templates/mediaplanet/images/search-icon.png) center no-repeat;
  		background-size: 45%;
  		-moz-border-radius-bottomleft: 3px;
  		-webkit-border-bottom-left-radius: 3px;
  		border-bottom-left-radius: 3px;
  		-moz-border-radius-bottomright: 3px;
  		-webkit-border-bottom-right-radius: 3px;
  		border-bottom-right-radius: 3px;
  		cursor: pointer;
	}
		     
	#mobile-container, .mobile-nav, #mobile-menu-button {
		display: none;
		visibility: hidden;
	}

    h2, h3, h4, h5, h6 {
        /*text-shadow: 1px 2px 3px rgba(0,0,0,0.11);*/
    }
    
    .site-preview {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-weight: 500;
        font-size: 15px;
        padding: 2px;
        text-align: center;
        border-bottom: 1px solid #C0C0C0;
        background-color: #F0F0F0;
        cursor: default;
        position: fixed;
        width: 100%;
        z-index: 10;
        height: 20px;
        margin-bottom: 20px;
        opacity: 0.97;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /*Social sharing*/
    .article-social {
        clear: both;
        position: relative;
        z-index: 1;
    }
    
    .article-social-mobile {
    	display: none;
    	visibility: hidden;
    }

    .sharrre .buttons .button {
        float: left;
        background: none !important;
        border: none !important;
    }
    
    .social-count {
    	font-size: 1.6em;
		font-weight: 100;
		display: inline-block;
		top: 2px;
		position: relative;
		padding-right: 3px;
		line-height: 10px;
    }
    
    .pin-float { position: absolute; width: 99%; height: 99%; padding-top: 1%; padding-left: 1%; opacity: 0.0; }
    
    .pin-float:hover { opacity: 0.8; }
    
    .article-social .count, .article-social-mobile .count {
		position: relative;
		top: -30px;
		left: 0px;
		width: 20px;
		height: auto;
		text-align: right;
		text-decoration: none !important;
		color: #555;
		font-size: 0.8em;
		font-family: "Open Sans","Arial","Helvetica",sans-serif;
		line-height: 32px;
		z-index: -1;
		border-radius: 40px;
		padding-right: 10px;
        -webkit-transition: all 600ms ease-out;
		-moz-transition: all 600ms ease-out;
		-o-transition: all 600ms ease-out;
		-ms-transition: all 600ms ease-out;
		transition: all 600ms ease-out;
    }
    
    /* TODO check typo */
    .article-scoail-counter {
    	margin-left: -10px;
    }
    
    .article-social-counter, .article-social-text {
    	text-transform: uppercase;
    	color: rgb(85, 85, 85);
    	font-size: 0.8em;
    	float: left;
	}
	
    .article-social #facebook:hover .count,
    .article-social #google:hover .count,
    .article-social #twitter:hover .count,
    .article-social #linkedin:hover .count,
    .article-social #pinterest:hover .count,
    .article-social #xing:hover .count,
    .article-social #m-facebook:hover .count,
    .article-social #m-google:hover .count,
    .article-social #m-twitter:hover .count,
    .article-social #m-linkedin:hover .count,
    .article-social #m-pinterest:hover .count,
    .article-social #m-xing:hover .count,
    .article-social #m-whatsapp:hover .count {
    	width:66px;
    }
        
    .article-social #facebook, .article-social-mobile #m-facebook { background-color:#3b5998; z-index: initial; }
    .article-social #google, .article-social-mobile #m-google { background-color:#DD4B39; z-index: initial; }
    .article-social #twitter, .article-social-mobile #m-twitter { background-color: #33CCFF; z-index: initial; }
    .article-social #linkedin, .article-social-mobile #m-linkedin { background-color:#4875B4; z-index: initial; }
    .article-social #pinterest, .article-social-mobile #m-pinterest { background-color:#C8232C; z-index: initial; }
    .article-social #xing, .article-social-mobile #m-xing { background-color:#CFDC00; z-index: initial; }
    .article-social-mobile #m-whatsapp { background-color:#009F01; z-index: initial; margin-right: 10px; }
        
    .article-social #facebook .count { background-color:#758ABA; }
    .article-social #google .count { background-color:#E4816F; }
    .article-social #twitter .count { background-color: #7CDAFF; }
    .article-social #linkedin .count { background-color:#809DCE; }
    .article-social #pinterest .count { background-color:#D66768; }
    .article-social #xing .count { background-color:#e7ed7f; }

    .article-social #facebook:hover { background-color: #244872; margin-right: 50px; }
    .article-social #google:hover { background-color: #CE2616; margin-right: 50px; }
	.article-social #twitter:hover { background-color: #0EAAD6; margin-right: 50px; }
    .article-social #linkedin:hover { background-color: #00699B; margin-right: 50px; }
	.article-social #pinterest:hover { background-color: #8A1119; margin-right: 50px; }
	.article-social #xing:hover { background-color: #becb00; margin-right: 50px; }
    
    a.footer-facebook-icon:hover { background-color: #3b5998; color: #FFFFFF; }
    a.footer-google-plus-icon:hover { background-color: #dd4b39; color: #FFFFFF; }
    a.footer-twitter-icon:hover { background-color: #33ccff; color: #FFFFFF; }
    a.footer-youtube-icon:hover { background-color: #ff3333; color: #FFFFFF; }
    a.footer-linkedin-icon:hover { background-color: #4875b4; color: #FFFFFF; }
    a.footer-xing-icon:hover { background-color: #006567; color: #FFFFFF; }
    a.footer-instagram-icon:hover { background-color: #3f729b; color: #FFFFFF; }
    a.footer-pinterest-icon:hover { background-color: #c8232c; color: #FFFFFF; }
    a.footer-contact-icon:hover { background-color: #58585A; color: #FFFFFF; }
    a.footer-social-icon,
    a.footer-contact-icon,
    .article-social, div.article-social-icon {
        color: #f5f5f5;
        font-size: 18px;
        text-decoration: none;
        margin: auto 0 8px 3px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: left;
        padding: 0;
        -webkit-transition: all 600ms ease-out;
		-moz-transition: all 600ms ease-out;
		-o-transition: all 600ms ease-out;
		-ms-transition: all 600ms ease-out;
		transition: all 600ms ease-out;
    }
    
        .article-social-mobile, div.article-social-icon {
        color: #f5f5f5;
        font-size: 18px;
        text-decoration: none;
        margin: auto 0 8px 3px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        padding: 0;
        -webkit-transition: all 600ms ease-out;
		-moz-transition: all 600ms ease-out;
		-o-transition: all 600ms ease-out;
		-ms-transition: all 600ms ease-out;
		transition: all 600ms ease-out;
    }
    
    .article-social div.article-social-icon{
    	cursor: pointer;
    }
    
    .image-sharing {
		position: absolute;
		width: 100%;
		padding-top: 10px;
		padding-left: 6px;
		height: 100%;
		opacity: 0;
		-webkit-transition: all 600ms ease-out;
		-moz-transition: all 600ms ease-out;
		-o-transition: all 600ms ease-out;
		-ms-transition: all 600ms ease-out;
		transition: all 600ms ease-out;
    }
    
    .image-sharing:hover {
    	opacity: 1;
    	-webkit-transition: all 600ms ease-out;
		-moz-transition: all 600ms ease-out;
		-o-transition: all 600ms ease-out;
		-ms-transition: all 600ms ease-out;
		transition: all 600ms ease-out;
    }
    
    .image-sharing #i-pinterest {
    	background-color: #C8232C;
		z-index: initial;
		border-radius: 40px;
		padding-left: 8px;
		width: 24px;
    }

   /*END social sharing more in: footer part. */
    
	/* Dropdown Menu
	================================================== */
	
	#menu-wrapper {
  		position: relative;
  		display: block;
  		z-index: 200;
  		height: 26px;
  		font-size: 12px;
  		color: #fff;
  		text-align: center;
  		font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  		text-transform: uppercase;
	}
	
	.menu-container {
		width: 980px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}

	.menu, .menu-simple {
 		display: inline-block;
  		margin: 0 auto;
  		padding: 0;
  		text-align: left;
  		list-style-type: none;
	}

	.menu li, .menu-simple li {
  		display: inline-block;
  		padding: 4px 6px 4px;
  		margin-bottom: 0px;
  		cursor: pointer;
  		-webkit-transition: 0.3s ease-in-out;
 		-moz-transition: 0.3s ease-in-out;
  		-ms-transition: 0.3s ease-in-out;
  		-o-transition: 0.3s ease-in-out;
  		transition: 0.3s ease-in-out;
  	}

	.menu a, .menu a:visited, .menu-simple a, .menu-simple a:visited {
  		color: #fff;
  		text-decoration: none;
	}

	#submenu-wrapper {
  		position: absolute;
  		right: 0;
  		left: 0;
  		display: block;
  		z-index: -1;
  		width: 100%;
  		height: 220px;
  		margin: -11px auto 0;
	  	overflow: hidden;
	  	box-shadow: 0px 0px 1px rgb(0, 0, 0);
	}

	.submenu {
  		display: block;
  		height: 192px;
  		padding-top: 17px;
  		list-style-type: none;
  		width: 960px;
  		margin-left: auto;
  		margin-right: auto;
		margin-bottom: 5px;
	}
	
	.submenu-subcat {
		margin-bottom: 0px;
	}
	
	.submenu-category {
		width: 18%;
		padding-right: 2%;
		float: left;
	}
	
	.submenu-category img {
		width: 100%;
	}
	
	.submenu-more {
		position: absolute;
		width: 30%;
		display: inline-block;
		height: 180px;
		overflow-y: hidden;
	}
	
	.submenu-category h3, .submenu-more h3 {
		color: #ffffff;
		font-size: 1.2em;
		line-height: 1em;
		margin-bottom: 2px;
	}
	
	.submenu-more p {
		border-top: 1px solid rgba(252,252,252,0.5);
		margin-bottom: 2px;
		font-size: 0.9em;
	}
	
	.submenu-category a, .submenu-more a {
		color: #ffffff;
		text-decoration: none;
	}
	
	.submenu-subcategory-wrapper {
		width: 100%;
		background-color: #454545;
		position: absolute;
	}
	
	.submenu-subcategory {
		width: 980px;
		color: #ffffff;
		text-transform: uppercase;
		font-size: 0.9em;
		margin-left: auto;
		margin-right: auto;
		padding: 0px 0px 0px 11px;
		height: 24px;
		line-height: 24px;
	}
	
	.submenu-subcategory ul {
		margin: 0px;
	}
	
	.submenu-subcategory li {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0px;
	}
	
	.submenu-subcategory a {
		text-decoration: none;
	}
	
	.submenu-subcategory a:hover {
		color: #ffffff;
	}

	/* #Advertisement Styles
	================================================== */

    .leaderboard-ad {
        width: 100%;
        margin-bottom: 0px;
    }

    .leaderboard-ad .leaderboard-ad-content {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
    }
    
    .leaderboard-ad-content .ad-line, .leaderboard-ad-content .ad-end-line {
    	visibility: hidden;
    }

    .leaderboard-ad:empty(.leaderboard-ad-content) {
        margin: 0 !important;
    }

    .leaderboard-ad .leaderboard-ad-content > * {
        line-height: 0;
    }
    
    .leaderboard-ad .leaderboard-ad-content.visible-desktop img {
        width: auto;
    }
    
    .leaderboard-ad .leaderboard-ad-content.visible-phone img {
        width: 100%;
        max-width: 320px;
    }

    .mobile-top {
    	display: none;
    	visibility: hidden;
    	position: fixed;
		z-index: 100;
		width: 100%;
    }
    
    .mobile-leaderboard, .mobile-leaderboard-close, .mobile-middle, .mobile-middle-ad {
    	display: none;
    	visibility: hidden;
    }
    
    #pushdown a img {
    	position: relative;
    	top: -365px;
    	margin-bottom: -385px;
    	transition: all 0.5s ease;
    	moz-transition: all 0.5s ease;
	}

	#pushdown a:hover img {
    	position: relative;
    	top: -30px;
    	padding-top: 30px;
    	margin-bottom: -20px;
    	transition: all 0.5s ease;
    	moz-transition: all 0.5s ease;
	}

    .right-column-ad-content {
    }
    
    .right-column-widgets [data-native-widget-name="Advertisement"] img {
        max-width: 100%;
        display: block;
        margin: auto;
        position: relative;
    }
    
    .ad-line {
        padding-bottom: 5px;
        line-height: 10px;
        cursor: default;
        text-align: left;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .article-bottom-text-ad .ad-line-text {
        display: none;
        visibility: hidden;
    }
    
    .ad-line-text {
        font-family: 'Arial', 'Helvetica', sans-serif;
        font-size: 10px;
        letter-spacing: 0.4px;
        padding-right: 5px;
        text-transform: uppercase;
    }

    .ad-line:after,
    .ad-end-line:after {
        content: " ";
        display: block;
        border: solid #ddd;
        border-width: 1px 0 0;
        clear: both;
    }

    .ad-end-line:after {
		margin-top: 8px;
		margin-bottom: -12px;
    }

    .ad-line:after {
        margin: 6px 0 0px;
        padding-bottom: 5px;
    }

    .left-column-articles-ad {
        margin-bottom: 20px;
    }
    .left-column-articles-ad img {
        display: block;
        margin: auto;
    }
    
    .inside-article {
    	float: right;
		margin-left: 20px;
		margin-bottom: 20px;
    }
        
    .article-bottom-text-ad .widget-entry {
    	width: 100%;
    	padding-top: 6px;
    	padding-bottom: 6px;
    }
    
    .article-bottom-text-ad a {
    	text-decoration: none;
    }
    
    /* Site slider advertisement, uses different advertisement mark */
    .site-slider .ad-line {
        position: absolute;
        top: 4px;
        left: 4px;
        pointer-events: none;
    }
    
    .site-slider .ad-line:after {
        display: none;
        border: 0;
    }
    
    .site-slider .ad-line .ad-line-text {
        color: #AAA;
    }
    
    .site-slider .ad-end-line {
        display: none;
    }
    
    
    .sitenav-arrows {
		font-size: 2em;
		line-height: 1.4em;
	}

	.sitenav-prev {
  		position: fixed;
		top: 50%;
  		left: 1%;
		width: 40px;
		height: 40px;
		text-align: center;
		background-color: #FFFFFF;
  		border: 1px solid #d7d7d7;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		z-index: 100;
		line-height: 35px;
		padding-right: 2px;
	}
	
	.sitenav-prev:before {
  		content: "\f104";
  		font-family: FontAwesome;
  		font-size: 40px;
	}

	.sitenav-item-prev {
		position: fixed;
		top: 40%;
		left: -50%;
		width: 180px;
		padding-top: 10px;
  		padding-left: 10px;
  		padding-right: 10px;
  		height: auto;
  		vertical-align: middle;
  		overflow: hidden;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
		text-align: left;
	    background-color: #FFFFFF;
  		border: 1px solid #d7d7d7;
	}

	.sitenav-prev:hover .sitenav-item-prev {
		left: 0px;
	}

	.sitenav-next {
  		position: fixed;
		top: 50%;
  		right: 1%;
		width: 40px;
		height: 40px;
		text-align: center;
		background-color: #FFFFFF;
  		border: 1px solid #d7d7d7;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		z-index: 100;
		line-height: 35px;
		padding-left: 2px;
	}
	
	.sitenav-next:before {
  		content: "\f105";
  		font-family: FontAwesome;
  		font-size: 40px;
	}

	.sitenav-item-next {
		position: fixed;
		top: 40%;
		right: -50%;
		width: 180px;
		padding-top: 10px;
		padding-left: 10px;
  		padding-right: 10px;
  		height: auto;
  		vertical-align: middle;
  		overflow: hidden;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
		text-align: right;
		background-color: #FFFFFF;
  		border: 1px solid #d7d7d7;
	}

	.sitenav-next:hover .sitenav-item-next {
		right: 0px;
	}

	.sitenav-item-prev a:hover, .sitenav-item-next a:hover {
		color: #00ADCC;
	}
	
	.nav-article img {
		width: 180px;
	}
	
	.nav-article h3 {
		font-size: 1.3em;
		line-height: 1.0em;
		margin-top: -6px;
	}
	
	.nav-article h4 {
		margin-top: -10px;
		text-transform: uppercase;
		font-family: "Open Sans","Arial","Helvetica",sans-serif;
		font-size: 0.9em;
		font-weight: 600;
	}
	
	.nav-article a, .nav-article a:visited, .nav-article a:hover  {
		text-decoration: none;
	}
	
	.article_cycle {
        border-top: 1px #D6D6D6 solid;
        border-bottom: 1px #D6D6D6 solid;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .article_cycle a {
        text-decoration: none;
        cursor: pointer;
    }

    .article_cycle_prev {
        display: inline-block;
        width: 48%;
        margin-right: 2%;
        vertical-align: top;
    }

    .article_cycle_next {
        display: inline-block;
        width: 48%;
        text-align: right;
        vertical-align: top;
    }

    .article_cycle_prev h2, .article_cycle_next h2 {
        text-transform: capitalize;
        font-size: 1.8em;
        margin-bottom: 0px;
    }

@media (min-width: 980px) and (max-width: 1080px) {
	
	.sitenav-prev, .sitenav-next { display: none; }
	
	 .article-body blockquote {
         left: 0px !important;
         margin-right: 20px;
      }
      
}

 @media only screen and (max-width: 979px) {
 	
    .article-body blockquote {
       left: 0px !important;
       margin-right: 20px;
    }
   
    .sitenav-prev, .sitenav-next, .sitenav-item-prev, .sitenav-item-next { display: none; visibility: hidden; }    
}

	.sitenav-bottom {
		border-top: 1px solid #D7D7D7;
		margin-top: 20px;
		padding-top: 20px;
		min-height: 60px;
		margin-bottom: 20px;
	}

	.sitenav-bottom-arrow-prev {
		width: 5%;
		float: left;
	}

	.sitenav-bottom-arrow-next {
		width: 5%;
		float: left;
		text-align: right;
	}

	.sitenav-bottom-prev {
		width: 45%;
		float: left;
	}

	.sitenav-bottom-next {
		width: 45%;
		float: left;
		text-align: right;
	}

	.sitenav-bottom-prev a:hover, .sitenav-bottom-next a:hover {
		color: #00ADCC;
	}
    
    .right-column-widgets .right-column-skyscraper:not(:empty) {
        float: right;
    }
    
    .right-column-widgets .right-column-skyscraper-ie8fix {
        float: right;
        zoom: 1;
    }

    /* Make the next element appear to the left of the skyscraper */
    .right-column-widgets .right-column-skyscraper:not(:empty) + * {
        float: left;
        width: 130px; /* 300 - 160 - 10 */
        display: block;
    }
    .right-column-widgets .right-column-skyscraper-ie8fix + * {
        float: left;
        width: 130px;
        display: block;
    }

    /* make the inner div/block of the block next to the skyscraper an inline-block */
    .right-column-widgets .right-column-skyscraper:not(:empty) + * > * {
    }
    .right-column-widgets .right-column-skyscraper-ie8fix + * > * {
    }

    /* Clear floating for the second next element */
    .right-column-widgets .right-column-skyscraper:not(:empty) + * + * {
        clear: both;
    }
    .right-column-widgets .right-column-skyscraper-ie8fix + * + * {
        clear: both;
    }

    .right-column-widgets .right-column-skyscraper img {
        display: block;
        margin: auto;
    }
    
    /* to center ads and remove line height */
    [data-native-widget-name="Advertisement"] {
        text-align: center;
        line-height: 0;
    }

    .article-bottom-text-ad [data-native-widget-name="Advertisement"],
    .article-bottom-text-ad .dfp-ad {
        line-height: 18px;
        text-align: left;
        margin-bottom: 8px;
    }

    .article-bottom-text-ad .ad-end-line::after {
        display: none;
    }
    
    .article-bottom-widgets .advertisement-data {
    	min-height: 170px;
    }
    
    .site-footer-widgets {
    	margin-top: 30px;
    	display: block;
    	visibility: visible;
    }
    
    /* artifically create margin so it acts like a column (skeleton) */
    .site-footer-widgets [data-native-widget-name="Advertisement"] .ad-line,
    .site-footer-widgets [data-native-widget-name="Advertisement"] .ad-end-line {
        margin: 0 10px;
    }

/* #Widget Styles
================================================== */

    .widget,
    .category-information,
    .article-right,
    .article-about-box /* rel article widget */ {
    }

    .widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6, .widget p, .widget a, .widget section {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    }

    .widget-title {
		font-weight: 100;
		font-size: 1.6em;
		margin-bottom: 6px;
		border-bottom: 2px solid;
    }
    
    .widget-sponsored-by-text {
        font-size: 11px;
        text-align: center;
        line-height: 13px;
        margin-top: -9px;
        margin-bottom: 10px;
    }
    
    .category-information-title,
    .article-about-box > h2:first-child {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        color: #FFF;
        margin: -8px -8px 8px;
        padding-left: 26px;
        border-bottom: 2px solid #fff;
        text-shadow: none;
        line-height: 1.4em;
        height: 20px;
        position: relative;
    }

    .widget-title:before,
    .category-information-title:before,
    .article-about-box > h2:first-child:before {
        content: " ";
        display: block;
        position:absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
    }
    
    .widget-text,
    .category-description,
    .widget p,
    .article-descr-right,
    .article-about-box {
        font-weight: 400;
        font-size: 13px;
        line-height: 16.8px;
        letter-spacing: 0.2px;
    }
    
    .article-right .ad-sponsored img {
    	max-height: 28px;
    	margin-bottom: -6px;
    }

    .widget-bottom-description {
        text-align: center;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.25);
        margin: 8px -8px -8px;
        padding: 3px;
        font-size: 12px;
        text-shadow: 1px 1px 3px #888;
        color: #FFF;
    }
    .widget-bottom-description p {
        margin: 0;
    }

    .widget-article-list {
        padding: 0;
    }

    .widget-article-list-entry-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        
        color: #fff;
        padding-left: 8px;
        border-bottom: 1px solid #fff;
        text-transform: uppercase;
        margin-bottom: 0;

        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        -webkit-transition: background-color 125ms linear;
        transition: background-color 125ms linear;
    }

    .widget-article-list-entry-title.ui-state-default {
        background: #d1d2d4;
    }

    .widget-article-list-entry-title:hover {
        background-color: #818285;
    }

    .widget-article-list-entry-title.ui-state-active {
        background: #000;
    }

    .widget-article-list-entry-content {
        font-size: 12px;
        font-weight: 400;
    }

    .widget-article-list-entry-content ul,
    .more-articles-widget .more-articles-list ul {
        margin-bottom: 0;
    }

    .widget-article-list-entry-content ul li,
    .more-articles-widget .more-articles-list ul li {
        font-size: 13px;
        padding: 4px 0;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
        text-align: left;
    }

    .widget-article-list-entry-content ul li:last-child,
    .more-articles-widget .more-articles-list ul li:last-child {
        border-bottom: 0;
    }

    .widget-article-list-entry-content ul li a,
    .more-articles-widget .more-articles-list ul li {
        text-decoration: none;
    }
    
    .below_slider {
    	margin-top: -10px;
    	margin-bottom: 20px;
    	padding: 10px;
    }

    /* article-right is the Related Article Widget */
    .article-right {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    }

    .article-right .article-title-right {
		font-size-adjust: 0.4;
		font-size: 24px;
		line-height: 24px;
		font-weight: 100;
		margin-top: 6px;
		margin-bottom: 2px;
    }

    .article-right .article-descr-right {
        font-weight: 400;
        font-size: 13px;
        margin-bottom: 0;
        color: #58585A;
    }

    .article-right .article-image-right {
    }
    
    .article-right .article-image-right img {
        width: 100%;
    }
    
    .article-right .article-teaser-right {
        visibility:hidden;
        display:none;
    }
    
    .more-articles-widget {
    }

    /* fix because of a br clear tag in the widget */
    .more-articles-widget br {
        display: none;
    }

    .more-articles-widget a {
        text-decoration: none;
    }

    .more-articles-widget .more-articles-highlight {
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        
        margin-bottom: 0;

        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        margin-bottom: 4px;

        min-height: 50px;
    }

    /* clearfix: */
    .more-articles-widget .more-articles-highlight:after {
        content: '\0020';
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
        clear: both;
    }

    .more-articles-widget .more-articles-highlight .more-articles-thumb {
        height: auto;
        margin-right: 6px;
        float: left;
    }

    .more-articles-widget .more-articles-highlight .more-articles-thumb img {
        max-width: 90px;
        height: auto;
    }

    .more-articles-widget .more-articles-highlight .more-articles-highlight-title {
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        padding-left: 6px;
        text-align: left;
    }

    /* has the same code as picked article */
    .more-articles-widget .more-articles-list {
    }

    .more-articles-widget .more-articles-list ul {
        margin-bottom: 0;
    }

    .more-articles-widget .more-articles-list ul li {
    }

    .more-articles-widget .more-articles-list ul li:last-child {
    }


    .download-report-widget .widget-title:before {
    }

    .text-widget .widget-title:before {
    }

    .download-report-widget-meta h1 {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        margin-bottom: 0;
    }

    /* remove unwanted underline for some native widgets */
    [data-native-widget-name] > a,
    .article-right > a {
        text-decoration: none;
        display: block;
    }
    
    [data-native-widget-name="Advertisement"] > a {
        display: inline;
    }
    
    .site-footer-widgets img {
        max-width: 100%;
    }
    
    
    .category-widget ul {
        padding-left: 0;
        margin-left: 10px;
        margin-bottom: 5px;
    }
    .category-widget li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 0;
    }
    
    .category-widget li:before {
        content: "\25A0";
        display: inline-block;
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-style: normal;
        font-weight: normal;
        line-height: 1.3;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        /* extra */
        cursor: default;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .category-widget a {
        text-decoration: none;
    }
    
    .category-widget a:hover {
        
    }
    
    .category-widget .category-widget-header {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
    }
    
    .article-slider {
    }
    
    .article-slider-item {
        margin: 10px;
        cursor: default;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .article-slider-item a {
        text-decoration: none;
    }
    
    .article-slider-item .article-slider-item-image img {
        max-width: 100%;
        width: 100%;
    }
    
    .article-slider-item-color-line {
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }
    
    .article-slider-item .article-slider-item-heading {
        font-size: 20px;
        font-size-adjust: 0.4;
        font-weight: 500;
        line-height: 20px;
        margin-top: 9px;
        margin-bottom: 3px;
        color: #FFFFFF;
    }
    
    .article-slider-item .article-slider-item-intro {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 0;
        letter-spacing: 0.2px;
        color: #ffffff;
    }
    
    /* Category Dropdown Menu */
   .cat-dropdown {
   	position: relative;
   	top: 0px;
   	height: 200px;
	border:#ff00ff solid 1px;
   }
   
   .site-navigation ul li a:hover .cat-dropdown {
   	top: 0px;
   	visibility: visible;
   	border: #fff000 solid 1px;
   }
    
    /* Article slider controls design */
   .article-slider.owl-theme .owl-wrapper-outer {
    }
   
    .article-slider.owl-theme .owl-controls {
        top: 48%;
        top: -webkit-calc(48%);
        top: calc(48%); /* not exactly in the middle, exactly would be: 50% - 16px */
        position: absolute;
        margin: inherit;
        width: 100%;
    }
    
    .article-slider.owl-theme .owl-controls .owl-prev {
        left: -90px;
        position: absolute;
    }
    .article-slider.owl-theme .owl-controls .owl-next {
        right: -90px;
        position: absolute;
    }
    
    .article-slider.owl-theme .owl-controls .owl-prev,
    .article-slider.owl-theme .owl-controls .owl-next {
        font-family: FontAwesome;
        font-size: 180px;
        background: inherit;
        border-radius: inherit;
        color: #ffffff;
        display: inherit;
        margin: inherit;
        width: auto;
        height: auto;
        z-index: 1;
        opacity: 0.4;
        -webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
    }
    
    .article-slider-item .article-slider-item-heading a:hover,
    .article-slider-item .article-slider-item-intro a:hover,
    .article-slider.owl-theme .owl-controls .owl-prev:hover,
    .article-slider.owl-theme .owl-controls .owl-next:hover {
    	color: #FFFFFF;
    	opacity: 1;
    	-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
    }
       
    .article-slider.owl-theme .owl-wrapper-outer {
        z-index: 2;
    }
    
    .special-thanks-slider {
    }
    
    .special-thanks-slider-item {
        margin: 10px;
        padding: 5px;
        line-height: 0;
        cursor: default;
        box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.45);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .special-thanks-slider-item a {
        text-decoration: none;
    }
    
    .special-thanks-slider-item .special-thanks-slider-item-image img {
        max-width: 100%;
        width: 100%;
        /*height: 100px;*/
    }
    
    .special-thanks-slider.owl-theme .owl-controls .owl-prev,
    .special-thanks-slider.owl-theme .owl-controls .owl-next {
        font-family: FontAwesome;
        font-size: 24px;
        line-height: 24px;
        width: 24px;
        height: 24px;
        background-color: transparent;
        color: inherit;
    }
    
    /* Sub Articles on Feed */
   .sa_box {
   		display: block;
   		visibility: visible;
   		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: 0px solid #999999;
   }
   
   .sa_box_mobile {
   	display: none;
   	visibility: hidden;
   }
   
   #wrapper_subarticles {
		margin-bottom: -20px;
   }
   
   .subarticle-wrapper {
   		margin-top: 20px;
   		margin-bottom: 10px;
   }
   
	#wrapper_subarticles .sa_box {
		display: inline-block;
		cursor: pointer;
		height: 188px;
		margin: 1%;
		position: relative;
		overflow: hidden;
		width: 31%;
	}
	
	#wrapper_subarticles .sa_box img {
		position: absolute;
		left: 0;
		width: 310px;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
	}
	
	#wrapper_subarticles .sa_box .sa_caption {
		background-color: rgba(255,255,255,0.9);
		position: absolute;
		color: #fff;
		z-index: 100;
		-webkit-transition: all 600ms ease-out;
		-moz-transition: all 600ms ease-out;
		-o-transition: all 600ms ease-out;
		-ms-transition: all 600ms ease-out;
		transition: all 600ms ease-out;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#wrapper_subarticles .sa_box .sa_caption h2{
		font-size: 1.4em;
		line-height: 1em;
		margin-bottom: 0px;
	    font-size-adjust: 0.4;
	}
	
	#wrapper_subarticles .sa_box .sa_caption h2 a{
		text-decoration: none;
	}
	
	#wrapper_subarticles .sa_box .sa_fade-caption {
    top: 136px;
		text-align: left;
		padding: 10px;
		width: auto;
	}

    #wrapper_subarticles .sa_box .sa_fade-caption p {
        opacity: 0;
        color: #666666;
    }
    
	#wrapper_subarticles .sa_box:hover {
		border-width: 1px;
	}

	#wrapper_subarticles .sa_box:hover .sa_fade-caption  {
    	top: 0px;
    	opacity: 1;
	}
	
	#wrapper_subarticles .sa_box:hover .sa_fade-caption p  {
    	opacity: 1;
	}
	
	#wrapper_subarticles .sa_box:hover .sa_image {
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
    /* Design for both Multi article picker and Panel widget:*/
    .right-column-articles {
        margin: 0;
    }

    .right-column-articles-header {

    }

    .right-column-articles-intro > * {
        margin-bottom: 0;
    }

    .right-column-articles-image {
        float: left;
        max-width: 120px;
    }
    
    .panel-widget .panel-entry-image {
        float: left;
        height: 100px;
    }
    
    .panel-widget .panel-widget-entry {
        position: relative;
    }

    .right-column-articles li img,
    .panel-widget .panel-entry-image img {
        max-width: 100%;
    }

    .right-column-articles li,
    .panel-widget li {
        margin-bottom: 4.20px;
        border-top-width: 3px;
        border-top-color: #303030;
        border-bottom-width: 1px;
        border-bottom-color: #414143;
        border-style: solid;
    }

    .right-column-articles li .right-column-articles-header,
    .right-column-articles li .right-column-articles-intro {
        overflow: hidden;
        padding-left: 4px;
    }
    
    .panel-widget .panel-quote,
    .panel-widget .panel-person {
    }
    
    .right-column-articles li .right-column-articles-header a,
    .panel-widget a {
        color: inherit;
        text-decoration: none;
    }
    
    .panel-widget .panel-quote {
        overflow: hidden;
        padding-top: 10px;
        padding-left: 12px;
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 14px;
        line-height: 16px;
    }
    
    .panel-widget .panel-quote:before {
        font-family: FontAwesome;
        content: '\f10d';
        font-size: 10px;
        line-height: 10px;
        margin-right: 4px;
        cursor: default;
    }
    
    .panel-widget .panel-quote:after {
        font-family: FontAwesome;
        content: '\f10e';
        font-size: 8px;
        line-height: 10px;
        margin-left: 4px;
        cursor: default;
    }
    
    .panel-widget .panel-person {
        position: absolute;
        right: 6px;
        bottom: 2px;
        font-size: 14px;
        text-align: right;
        font-style: italic;
    }
    
    .quote-widget {
        min-height: 50px;
    }
    
    .quote-widget a {
        color: inherit;
        text-decoration: none;
    }
    
    .quote-widget-text {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 14px;
        line-height: 17px;
        position: relative;
        padding: 10px 5px 10px 35px;
        margin: 0 5px 10px;
    }
    
    .quote-widget-text > * {
        position: relative;
        z-index: 2;
    }
    
    .quote-widget-text:before {
        font-family: FontAwesome;
        content: '\f10e';
        font-size: 4em;
        line-height: 10px;
        cursor: default;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
        line-height: 1;
    }
    
    .widget-form input[type="text"],
    .widget-form input[type="email"],
    .widget-form select,
    .widget-form textarea {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
    
    .widget-form textarea {
        resize: vertical;
    }

    .widget-form .widget-form-field {
        margin-bottom: 10px;
    }
    
/*      *Site Bar + Site Navigation
================================================== */

    .main-header {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		z-index: 10000;
		height: 44px;
		background-color: #FFFFFF;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
    }

    .site-bar {
        position: relative;
        width: 980px;
        height: 38px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .site-bar .site-title {
    	display: inline-block;
    	padding-left: 8px;
        font-size: 26px;
        line-height: 32px;
		vertical-align: middle;
        color: #58585B;
    }
    
    .ie .site-bar .site-title {
        font-family: "Impact", sans-serif;
        font-weight: 500;
        font-size: 30px;
     }

    .site-bar .site-title a {
        color: #58585B;
        text-decoration: none;
    }

    .site-navigation {
    	width: 960px;
        min-height: 26px;
        margin-left: auto;
        margin-right: auto;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .site-navigation ul li {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 11px !important;
        font-weight: 100;
        position: relative;
        top: 0px;
    }

    .site-navigation ul.smaller li {
        font-size: 11px;
    }

    .site-navigation ul li a:hover {
        text-shadow: none;
    }

    .site-navigation .site-navigation-links {
        margin: 0;
    }

    .site-navigation .mobile-site-navigation-links-toggle {
        display: none;
        visibility: hidden;
    }

    .site-navigation-links li {
        font-size: 14px;
        float: left;
        line-height: 24px;
        margin: 0 7px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .site-navigation-links li a {
        text-decoration: none;
        color: #FFFFFF;
    }

    .site-navigation-links li.active a, .site-navigation ul li a:hover {
        color: #FFFFFF;
        opacity: 1;
    }

    .site-navigation-links li.active {
         position: relative;
    }

    .site-navigation-links li.active:after {
        content: " ";
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 5.5px 6px 5.5px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -5.5px;
    }

    .site-navigation-theme-line {
        border-top: 2px solid;
        clear: both;
        height: 0;
        margin: 0;
    }

    .site-bar-right {
        position: absolute;
        height: 47px;
        right: 0;
        top: 0;
        right: 0;
    }

    .search-mobile {
    	display: none;
    	visibility: hidden;
    }

    .featured-in {
		display: inline-block;
		position: relative;
		right: 0px;
		top: 14px;
		width: 10%;
    }
    
    .featured-in img {
        max-width: 100%;
        max-height: 80px;
    }
    
    .search-button,
    .search-button:hover,
    .search-button:active {
        border: 0;
        background: transparent;
        font-size: 14px;
        position: absolute;
        top: 7px; /* 9 + 3 */
        right: 2px;
        margin: 0;
        padding: 4px;
        text-shadow: none;
    }

    .site-bar-right input {
        display: block;
        float: right;
        border: 1px solid #D7D7D7;
        margin: 7px 0 0 0; /* 47px/2 - 28px/2 = 9.5 */
        padding: 6px 30px 4px 6px;
        width: 100%;
        max-width: 170px;
        height: 12px;
        color: #CCC;
        letter-spacing: 0.85px;
        -moz-box-sizing: initial;
        -webkit-box-sizing: initial;
        box-sizing: initial;
    }

    .site-bar-right input:focus,
    .site-bar-right input:hover {
        color: #58585A;
    }

    .breadcrumbs {
    	margin-top: 20px;
        margin-bottom: 10px;
    }

    .breadcrumbs ul {
        margin-bottom: 0;
    }
    
    .breadcrumbs li {
        line-height: 18px;
        float: left;
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: 400;
        margin-right: 6px;
        position: relative;
        margin-bottom: 0;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .breadcrumbs li:hover {
        cursor: default;
    }

    :not(.ie) .breadcrumbs li:after {
        content: " ";
        width: 0px;
        height: 0px;
        display: inline-block;
        top: 50%;
        margin-left: 4px;
        border-style: solid;
        border-width: 4px 0 4px 8px;
    }

    .breadcrumbs li:last-child:after {
        border: 0;
    }

    .breadcrumbs li a {
        text-decoration: none;
        color: #58585A;
    }

/* #Page Styles
================================================== */

    .disqus-container {
        margin-top: 20px;
    }

/*      *Site Slider
================================================== */

    .site-slider {
        margin-bottom: 20px;
    }
    
    .full-width-slider {
        margin-top: -14px;
    }
    
    .site-slider-item-caption {
        background : rgba(0, 0, 0, 0.8);
    }
    
    .site-slider-item-caption-title {
        color: #ffffff;
    }
    
    .ie .site-slider-item-caption {
        background-color: #000; /* fix for IE for not supporting rgba(), */
    }
    
    .site-slider-item-caption.bottom {
        width: 100%;
        min-height: 85px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .full-width-slider .site-slider-item-caption.bottom {
        padding: 0;
        
	}
    
    .site-slider-item-caption.right {
        position: absolute;
        right: 0;
        top: 0;
        width: 170px;
        height: 100%;
    }
    
    .full-width-slider .site-slider-item-caption.right {
        width: 240px;
        padding: 10px 0 0 10px;
    }

    .site-slider-item-caption h2 {
        display: inline-block;
        margin: 6px 11px 0;
        font-size: 26px;
        line-height: 29px;
        font-size-adjust: 0.4;
    }

    .site-slider-item-caption p {
        margin: 0 11px 9px;
        font-size: 15px;
        color: #FFF;
    }

    .site-slider-item-caption a {
        text-decoration: none;
    }
    
    .site-slider.full-width-slider.owl-theme .owl-controls {
        top: 48%;
        top: -webkit-calc(48%);
        top: calc(48%); /* not exactly in the middle, exactly would be: 50% - 16px */
        position: absolute;
        margin: inherit;
        width: 100%;
    }
    
    .site-slider.full-width-slider.owl-theme .owl-controls .owl-prev {
        left: -90px;
        position: absolute;
    }
    .site-slider.full-width-slider.owl-theme .owl-controls .owl-next {
        right: -90px;
        position: absolute;
    }
    
    .site-slider.full-width-slider.owl-theme .owl-controls .owl-prev,
    .site-slider.full-width-slider.owl-theme .owl-controls .owl-next {
        font-family: FontAwesome;
        font-size: 180px;
        background: inherit;
        border-radius: inherit;
        color: #FFFFFF;
        display: inherit;
        margin: inherit;
        width: auto;
        height: auto;
		opacity: 0.4;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
    }
    
    .site-slider.full-width-slider.owl-theme .owl-controls .owl-prev:hover,
    .site-slider.full-width-slider.owl-theme .owl-controls .owl-next:hover {
    	opacity: 1;
    }
    
    .site-slider.full-width-slider.owl-theme .owl-wrapper-outer {
        z-index: 2;
   }
   
   .site-slider [data-native-widget-name="Advertisement"] img {
    	display: block;
    	width: 100%;
    	height: auto;
	}

/*      *Right Column
================================================== */

    .right-column-widgets > * {
        margin-bottom: 24px;
    }

    /* empty widgets should not have margin */
    .right-column-widgets > :empty {
        margin-bottom: 0;
    }
    

/*      *Left Column Articles
================================================== */

    .left-column-articles {
    }

    .left-column-articles .article-entry {
        padding-bottom: 10px;
        box-sizing: border-box;
    }

    .left-column-articles .article-entry:last-child {
        border-bottom-width: 0;
        margin-bottom: 0;
    }

    .left-column-articles .article-sponsored-by {
        float: left;
    }
    
    .left-column-articles .article-sponsored-by .text-sponsored-by {
    	font-size: 16px;
    }
    
    .feed-seperator {
		margin-bottom: 20px;
	}
	
    
	/*      *Left Column Articles - Article Layout #1
	================================================== */
	
   #layout1:nth-child(5n+1) {
   		margin-bottom: 14px;
    }
    
   #layout1:nth-child(5n+1) .article-entry-image {
   		overflow: hidden;
    }
   
   #layout1:nth-child(5n+1) .article-entry-image img {
   		margin-top: -8%;
   		margin-bottom: -8%;
   }
   
   #layout1:nth-child(5n+1) .article-title {
   		margin-top: 10px;
   }
   
    #layout1:nth-child(5n+2), #layout1:nth-child(5n+3) {
    	width: 47%;
    	display: inline-block;
    	margin-bottom: 20px;
    	vertical-align: top;
    }
    
    #layout1:nth-child(5n+2) {
    	margin-right: 3%;
    }
     
    #layout1:nth-child(5n+2) .article-entry-image, #layout1:nth-child(5n+3) .article-entry-image {
        float: left;
        width: 100%;
        padding-right: 10px;
    }
    
    #layout1:nth-child(5n+4), #layout1:nth-child(5n) {
    	margin-bottom: 20px;
    }

    #layout1:nth-child(5n+4) .article-entry-image, #layout1:nth-child(5n) .article-entry-image {
        float: left;
        width: 100%;
        max-width: 190px;
        padding-right: 10px;
        overflow: hidden;
    }
    
    #layout1:nth-child(5n+4) .article-entry-image img, #layout1:nth-child(5n) .article-entry-image img {
   		margin-top: -8%;
   		margin-bottom: -8%;
   }
   
   
   #layout1:nth-child(5n+4) .article-information,   #layout1:nth-child(5n) .article-information {
		margin-left: 200px;
       
   }

	/*      *Left Column Articles - Article Layout #2
	================================================== */
	
	#layout2:nth-child(20n+1), #layout2:nth-child(20n+2) {
    	width: 48%;
    	display: inline-block;
    	margin-bottom: 20px;
    	vertical-align: top;
    }
    
    #layout2:nth-child(20n+1) {
    	margin-right: 3%;
    }
     
    #layout2:nth-child(20n+1) .article-entry-image, #layout2:nth-child(20n+2) .article-entry-image {
        float: none;
        width: 100%;
        max-width: 100%;
        padding-right: 10px;
    }
    
    #layout2 .article-entry-image {
        float: left;
        width: 100%;
        max-width: 210px;
        padding-right: 10px;
    }
   
   	/*      *Left Column Articles - Article Layout #3
	================================================== */

   #layout3:nth-of-type(even)  .article-entry-image {
        float: right;
        width: 100%;
        max-width: 200px;
        margin-left: 6px;
    }
    
    #layout3:nth-of-type(odd)  .article-entry-image {
        float: left;
        width: 100%;
        max-width: 210px;
        padding-right: 10px;
    }
    
   	/*      *Left Column Articles - Article Layout #4
	================================================== */

    #layout4:nth-child(3n+1)  .article-entry-image,
    #layout4:nth-child(3n)  .article-entry-image {
        float: left;
        width: 100%;
        max-width: 210px;
        padding-right: 10px;
    }
    
    #layout4:nth-child(3n+2) .article-entry-image {
   		float: right;
        width: 100%;
        max-width: 200px;
        margin-left: 6px;
    }

    /*      *Left Column Articles - Search Result Layout
	================================================== */

    .search-content .article-entry-image {
   		overflow: none;
     }
     
    .search-content .article-entry-image img {
   		float: left;
        max-width: 140px !important;
        padding-right: 10px !important;
     }
     
     .search-content .article-information h2.article-title {
     	font-size: 26px;
		line-height: 24px;
		margin-bottom: 0px;
     }
     
    .search-content .article-information {
        margin-left: 150px
    }
 
    /*      *Left Column Articles - Category Layout
	================================================== */
   
    #layout-cat {
    	width: 100%;
        display: block;
        margin-bottom: 24px;
    }
    
    #layout-cat a {
    	text-decoration: none;
    }
    
    #layout-cat .article-entry-image img {
   		float: left;
        width: 100%;
        max-width: 140px;
        padding-right: 10px !important;
     }
     
     #layout-cat .article-information h2.article-title {
     	font-size: 26px;
		line-height: 24px;
		margin-bottom: 0px;
     }
     
    #layout-cat .article-information {
        margin-left: 150px
    }
     
    .cat-result { display: none; }
	.cat-result.first { display: block; }
	.cat-off{display:none;}
       
    .article-sponsored-by img {
    	max-height: 20px;
    }
    
    .left-column-articles .article-entry-image img {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .left-column-articles .article-entry .article-information {
        padding: 0px;
    }

    .left-column-articles .article-entry .article-information p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .left-column-articles .article-entry .article-title {
        font-size: 24px;
        letter-spacing: 0.4px;
        margin-bottom: 2px;
        line-height: 24px;
    }

    .left-column-articles .article-entry .article-title a,
    .small-articles .article-title a {
        color: #181818;
        text-decoration: none;
        font-size-adjust: 0.4;
    }
    
    .left-column-articles .article-sponsored,
    .left-column-articles .article-advertorial {
    }
    
    .left-column-articles .article-inactive,
    .article-content.article-inactive {
        position: relative;
    }
    
    .left-column-articles .article-inactive:before,
    .article-content.article-inactive:before {
        content: 'INACTIVE';
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
        position: absolute;
        visibility: visible;
        overflow: auto;
        width: auto;
        height: auto;
        top: -19px;
        right: -2px;
        color: #FF0000;
    }

    .article-content .article-sponsored-by {
    	border: 1px dotted #C0C0C0;
    	margin-bottom: 16px;
	}
    
    .article-content .article-sponsored-by p {
    	float: left;
    	padding-top: 16px;
    	padding-left: 10px;
    	text-align: right;
	}
	
	.sponsoredtext {
		float: right;
		padding-top: 2px;
		padding-left: 4px;
	}
	
	.article-right .sponsoredtext {
		float: none;
	}
	
	.article-content {
	}
	
	.article-content .sponsoredtext {
		padding-top: 15px;
		float: none;
	}
	
	.article-advertorial {
		background-color: #f5f5f5;
        padding: 10px 10px 0px 10px;
	}
	
	.article-advertorial blockquote {
		left: 0px !important;
		padding-right: 20px;
	}
    
	.sponsoredimage {
		padding-top: 6px;
		padding-bottom: 6px;
		float: left;
	}
	
    .text-sponsored-by {
		font-size: 21px;
		line-height: 21px;
		font-weight: 600;
		float: left;
		padding: 2px 5px 2px 2px;
    }


/*      *Left Column Small Articles
================================================== */

    .small-articles {
    }

    /*  Fourth element needs clearing to ensure right placement */
    .small-articles .small-article-entry:nth-child(3n+1) {
        clear: both;
    }

    .small-articles li h2 {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 0;
        font-weight: 600;
    }

    .small-articles li p {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 15px;
    }

    .small-article-entry {
        margin-top: 4px;
    }

/*      *Footer
================================================== */

	#footer-wrapper {
		margin-bottom: 0px;
		max-height: 31px;
		background-color: #000000;
		opacity: 0.85;
		padding-bottom: 4px;
	}

    .site-footer {
        overflow: hidden;
        margin-top: 30px;
        padding-bottom: 10px;
    }

    .site-footer-bottom {
        min-height: 70px;
        position: relative;
        padding-bottom: 6px;
    }

    .mediaplanet-logo {
        margin-top: 17.5px;
        margin-left: 6px;
    }

    .footer-social-icons {
        margin-top: 17.5px;
        margin-bottom: 2px;
        text-align: right;
    }
    
    .footer-contact-icons {
        text-align: right;
    }
    
    .footer-social-icons,
    .footer-contact-icons {
        margin-right: 6px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .article-social div.article-social-icon, .article-social-mobile div.article-social-icon {
        color: #f5f5f5;
        font-size: 16px;
        text-decoration: none;
        margin: 0;
        width: 32px;
        height: 32px;
        line-height: 30px;
        text-align: center;
        padding: 0;
        border-radius: 40px;
        margin-left: 6px;
   }
        a.footer-social-icon,
    a.footer-contact-icon {
        color: #f5f5f5;
        font-size: 18px;
        text-decoration: none;
        margin: auto 0 0px 5px;
        width: 34px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        padding: 0;
        border-radius: 30px;
        background-color: rgba(252,252,252,0.2);
    }
    .article-social div.article-social-icon{
        cursor: pointer;
    }
    
    a.footer-envelope-icon {
        font-size: 16px;
    }
    

    a.footer-phone-icon:hover {
        /*background-color: #2ecc40;*/
    }
    a.footer-envelope-icon:hover {
        /*background-color: #0074d9;*/
    }

    .footer-text {
        cursor: default;
        margin: 17px 0 0 0;
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 14px;
        line-height: 18px;
        font-weight: 100;
        color: #fff;
    }
    
    .footer-text strong {
        font-weight: 600;
    }
    
    .footer-text > * {
        margin: 0;
    }

    .footer-text strong,
    .footer-text a {
        color: inherit;
        text-decoration: none;
    }
    .footer-text a:hover {
        color: #EEE;
    }
    
    .footer-contact-us {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 11px;
        color: #AAA;
        margin-bottom: 0px;
        cursor: default;
        font-weight: 300;
    }
    
    .terms-and-conditions {
        text-align: right;
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: 300;
        line-height: 18px;
        cursor: default;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-top: 10px;
    }
    
    .terms-and-conditions a {
    	opacity: 0.6;
        color: inherit;
        text-decoration: none;
    }
    
    .terms-and-conditions a:hover {
        opacity: 1;
        -webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
    }
    
    .two.columns img {
    	max-height: 60px;
    	padding-top: 18px;
    	opacity: 0.3;
    	-webkit-transition: all 600ms ease-out;
		-moz-transition: all 600ms ease-out;
		-o-transition: all 600ms ease-out;
		-ms-transition: all 600ms ease-out;
		transition: all 600ms ease-out;
    }
    
    .two.columns a:hover img {
    	opacity: 1;
    	-webkit-transition: all 600ms ease-out;
		-moz-transition: all 600ms ease-out;
		-o-transition: all 600ms ease-out;
		-ms-transition: all 600ms ease-out;
		transition: all 600ms ease-out;
    }
    
    .footer-nav {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
		font-weight: 100;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		font-size: 0.9em;
    }
    
    .footer-nav a, .footer-nav ul li a {
    	color: #FFFFFF;
    	text-decoration: none;
    	opacity: 0.6;
    }
    
    .footer-nav a:hover, .footer-nav ul li a:hover {
    	opacity: 1;
    	-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
    }
    
    .footer-nav .site-title {
    	font-size: 1.3em;
    }
    
    .footer-nav .site-title, .footer-nav ul, .footer-nav ul li {
    	display: inline-block;
    	margin-right: 6px;
    	margin-bottom: 0px;
    }

/*      *Article Page Styles
================================================== */

    a.article-category {
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 85%;
    }
    
    .article-category {
        color: inherit;
    }
    
    .cat-page {
    	margin-top: 24px;
    }
    
    /*
    a.article-category:hover {
        color: #000 !important;
    }
    */
    
    .article-main-image {
        position: relative;
        overflow: hidden;
        margin-bottom: 8px;
    }
    
    .article-main-image-mobile {
    	display: none;
    	visibility: hidden;
    }

    .article-main-image img, .article-main-image-mobile img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100% !important;
        height: auto !important;
    }

    .article-main-image-author {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 14px;
        color: #FFF;
        position: absolute;
        bottom: -50px;
        right: 0;
        padding: 3px 5px;
        background-color: rgba(0, 0, 0, 0.565);
        cursor: default;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 0;
    }
    
    .article-main-image:hover .article-main-image-author{
    	bottom: 0px;
    	-webkit-transition: all 600ms ease-out;
		-moz-transition: all 600ms ease-out;
		-o-transition: all 600ms ease-out;
		-ms-transition: all 600ms ease-out;
		transition: all 600ms ease-out;
		opacity: 1;
    }

    .article-main-image-teaser {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 20px;
        cursor: default;
        border-left: 2px solid;
        padding-left: 8px;
        color: #777777;
    }

    .article-body {
        font-size: 15px;
        padding-top: 16px;
    }
    
    .article-content img {
        max-width: 100%;
    }
    
    .article-content h1 {
        font-size-adjust: 0.4;
        margin-bottom: 10px;
    }
    
    .article-content sup {
        font-size: smaller;
        line-height: normal;
        vertical-align: super;    
    }
    
    .article-body-text > p {
        margin-bottom: 10px;
    }
    
    .article-body-text > p > strong {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    }
    
    
    .article-body-text > h2 {
        font-size: 1.4em;
        line-height: 36px;
    }
    
    .article-body-text > h3 {
        font-size: 1.1em;
        line-height: 20px;
    }
    
    .article-body-text > h4 {
        font-size: 1.2em;
        line-height: 19px;
    }
    
    .article-body-text > h5 {
        font-size: 1.1em;
        line-height: 20px;
    }
    
    .article-body-text > h6 {
        font-size: 1.0em;
        line-height: 20px;
    }
    
    .article-body-text > h1,
    .article-body-text > h2,
    .article-body-text > h3,
    .article-body-text > h4,
    .article-body-text > h5,
    .article-body-text > h6 {
        padding-top: 3px;
        margin-bottom: 0;
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-weight: 600;
    }

    .article-body ul {
        margin-left: 0px;
    }

    .article-body ul li:before {
        content: "\25A0";
        display: inline-block;
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-style: normal;
        font-weight: normal;
        line-height: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        /* extra */
        cursor: default;
        position: absolute;
        left: 0;
        top: 0;
    }

    .article-body ul li {
        position: relative;
        padding-left: 20px;
    }

    .article-body ul li, .article-body ol li {
        margin-bottom: 5px;
    }

    .article-body blockquote {
		font-size: 1em;
		float: left;
		width: 40%;
		position: relative;
		left: -30px;
		text-align: left;
    }

    .article-meta {
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 12px;
        line-height: 15px;
        cursor: default;
    }

    .article-meta-date {
        font-weight: 600;
		color: #898989 !important;
    }

    .article-meta-author {
        margin-left: 2px;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .article-meta-author-email {
        text-decoration: none;
    }
    
    .article-social {
		width: 100%;
		height: 0px;
		padding-top: 8px;
		padding-bottom: 30px;
		padding-left: 10px;
		margin-left: auto;
		margin-right: auto;
    }
    
    .article-social-wrapper.sticky .article-social {
        width: 960px;
    }
    
    .article-social-mobile {
		width: 100%;
		height: 40px;
		border-top: 1px solid #D5D5D5;
		background-color: #FFF;
		z-index: 10;
		text-align: right;
		margin: -5px 0px 0px 0px;
		padding-top: 6px;
		backface-visibility: hidden;
  		position: fixed;
  		bottom: 0;
  		left: 0;
    }
    
    .two-thirds {
    	margin-top: 4px;
    }
    
	.sticky {
		position: fixed;
		top: 65px;
		width: 100%;
		z-index: 101;
		background-color: #FFF;
		border-bottom: 1px solid rgb(213, 213, 213);
		left: 0px;
	}
	
	 @media only screen and (max-width: 750px) {
	 	.sticky {
	 		display: none;
	 		visibility: hidden;
	 	}
	 }
	
	.article-teaser {
    	font-weight: 700;
		text-transform: uppercase;
		color: #ffffff;
		font-size: 0.8em;
		padding-left: 6px;
		padding-right: 6px;
    }
	
    .article-about-box,
    .widget-box {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        margin-bottom: 10px;
        background-color: #F5F5F5;
		padding: 10px;
    }

    .widget-box {
        box-sizing: border-box;
        padding: 20px;
    }
    
    .widget-box-sponsored-by-text {
        font-size: 11px;
        text-align: center;
        line-height: 13px;
        margin-top: -9px;
        margin-bottom: 10px;
    }
    
    .inside-article .widget-box {
        width: 260px;
    }
    
    .widget-box-title {
        text-align: center;
        font-weight: 600;
        font-size: 13.5px;
        margin-bottom: 6px;
        line-height: 18px;
    }
    
    .article-about-box > h2:first-child:before {
        background-image: url("../images/widget_icon.png");
    }
    
    .article-about-box h2:not(:first-child),
    .article-about-box h3 {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 0;
    }
    
    .article-about-box :last-child {
        margin-bottom: 0;
    }
    
    .article-about-box-float {
        float: right;
        max-width: 33%;
		margin: 0px 0px 10px 30px;
		background-color: rgb(235, 235, 235);
		padding: 20px;
    }
    
    .article-about-box ul {
        margin-left: 0;
    }
    
    .article-content .article-sponsored-by img {
        max-height: 40px;
    }

/*      *Category Page Styles
================================================== */

    .category-information {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    }

    .category-information h2 {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    }

    .category-information h3 {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 0;
        font-weight: 400;
    }

    .category-information-title:before {
        background-image: url("../images/widget_icon_cite.png");
    }
    
    

/*      *Search Page Styles
================================================== */

    .site-search-form {
        position: relative;
        display: inline-block;
        margin-top: 6px;
    }

    .site-search-form  .site-search-input {
        padding: 6px 28px 6px 10px;
    }
    .site-search-button,
    .site-search-button:hover,
    .site-search-button:active {
        background: none;
        border: none;
    }

    .site-search-button {
        position: absolute;
        top: 0;
        right : 0;
        padding: 10px;
    }

    .site-search-pagination {
        text-align: right;
        font-weight: 400;
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .site-search-pagination a {
        text-decoration: none;
        margin-right: 6px;
    }

    .site-search-pagination a:last-child {
        margin-right: 0;
    }

    .site-search-count {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 20px;
    }
    
    .search-no {
    }

/* #Media Queries
================================================== */
@media only screen and (min-width: 960px) and (max-width: 1039px) {
		.article-slider.owl-theme .owl-controls .owl-prev, .article-slider.owl-theme .owl-controls .owl-next, .site-slider.full-width-slider.owl-theme .owl-controls .owl-prev, .site-slider.full-width-slider.owl-theme .owl-controls .owl-next {
    	font-size: 90px;
    	color: #111111;
    	opacity: 0.8;
	}
 	.site-slider.full-width-slider.owl-theme .owl-controls .owl-prev {
    	left: 0px;
    	z-index: 10;
    }
	.site-slider.full-width-slider.owl-theme .owl-controls .owl-next {
    	right: 0px;
    	z-index: 10;
    }
}
@media only screen and (min-width: 1040px) and (max-width: 1100px) {
	.article-slider.owl-theme .owl-controls .owl-prev, .article-slider.owl-theme .owl-controls .owl-next, .site-slider.full-width-slider.owl-theme .owl-controls .owl-prev, .site-slider.full-width-slider.owl-theme .owl-controls .owl-next {
    	font-size: 70px;
	}
	.article-slider.owl-theme .owl-controls .owl-prev, .site-slider.full-width-slider.owl-theme .owl-controls .owl-prev {
    	left: -45px;
    }
	.article-slider.owl-theme .owl-controls .owl-next, .site-slider.full-width-slider.owl-theme .owl-controls .owl-next {
    	right: -45px;
    }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    .site-slider-item-caption h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .site-slider-item-caption p {
        font-size: 14px;
        line-height: 18px;
    }

    .full-width-slider .site-slider-item-caption.bottom,
    .full-width-slider .site-slider-item-caption.right {
        padding: 0;
        background: rgba(0, 0, 0, 0.7);
    }
    
    .site-slider-item-caption.bottom {
        height: auto;
    }
    
    .right-column-widgets .right-column-skyscraper:not(:empty) + * {
        float: none;
        width: auto;
        clear: both;
        margin-right: 0;
    }
    .right-column-widgets .right-column-skyscraper-ie8fix + * {
        clear: both;
        margin-right: 0;
    }


    .right-column-widgets .right-column-skyscraper:not(:empty) + * > * {
    }

    .right-column-widgets .right-column-skyscraper-ie8fix + * > * {
    }

    /* Clear floating for the second next element */
    .right-column-widgets .right-column-skyscraper:not(:empty) + * + * {
        clear: none;
    }
    .right-column-widgets .right-column-skyscraper-ie8fix + * + * {
        clear: none;
    }
    
    .panel-widget .panel-quote {
        font-size: 12px;
        padding-top: 6px;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 769px) and (max-width: 959px) {
	
    .right-column-widgets {
        display: none !important;
        visibility: hidden;
    }
    
    .site-slider-item-caption h2 {
        font-size: 26px;
        line-height: 22px;
    }

    .site-slider-item-caption.bottom {
        max-height: 65px;
    }
    
    .site-slider-item-caption.right {
        max-width: 200px;
    }
    
    .article-slider .owl-controls {
        display: none !important; /* important because of inline styling */
    }
    .site-slider.full-width-slider .owl-controls {
        display: none !important; /* important because of inline styling */
    }
   
    .article-image-right img {
    	width: 190px !important;
		float: left;
		margin-right: 10px;
		margin-top: -10px;
		margin-bottom: -8px;
    }
	
	.article-title-right {
		margin-top: 10px;
	}
	
	.article-image-right img {
    	width: 190px !important;
		float: left;
		margin-right: 10px;
		margin-top: -10px;
		margin-bottom: -8px;
    }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {
    .site-ad-disclaimer {
        line-height: 21px;
        margin-left: 20px;
        width: 55%;
    }
    
    .mobile-leaderboard-close {
        display: none;
        visibility: hidden
    }
	
	.right-column-widgets {
		display: none !important;
		visibility: hidden;
	}
	
    .main-header {
        padding-top: 0;
    }
    
    .feed-title {
		padding-top: 0px;
		font-size: 34px;
		line-height: 36px;
		margin-left: 10px;
		margin-right: 10px;
    }
    
    .site-title {
    	margin-top: 5px;
		margin-left: 0px;
		padding-left: 0px !important;
    }
    
    .site-bar-logo {
    	display: none;
    	visibility: hidden;
    }
    
    .main-header {
    	height: 50px;
    }
    
    .site-bar-menu {
    	display: none;
    	visibility: hidden;
    }
    
    .right-column-widgets .right-column-skyscraper:not(:empty) {
        display: none;
        visibility: hidden;
    }
    .right-column-widgets .right-column-skyscraper-ie8fix {
        float: none;
        display: none;
        visibility: hidden;
    }
    
    .leaderboard-ad {
        margin: 0;
        padding: 0;
    }
    
    .leaderboard-ad .columns,
    .leaderboard-ad .column {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .leaderboard-ad .leaderboard-ad-content {
        margin: 0;
    }
    
    .leaderboard-ad #pushdown {
        visibility: hidden;
        margin-bottom: -100px;
    }
    
    .leaderboard-ad img {
        width: 100%;
    }
    
    .site-navigation-current-date {
    	display: none;
    	visibility: hidden;
    }
    
    .site-bar .site-title a {
		margin-left: 20px;
		font-size: 24px;
		top: 4px;
		position: relative;
	}
	
    .article_cycle_prev h2, .article_cycle_next h2 {
        font-size: 1.3em;
    }

	.article-bottom-text-ad .widget-entry {
    	margin-top: 0px;
    	margin-bottom: 20px;
    }

    .site-bar:before {
        background: transparent;
        display: none;
        visibility: hidden;
    }
    .site-bar:after {
        border: none;
    }
    
    .site-slider-item-caption h2 {
    	font-size: 24px;
    	line-height: 20px;
    }

    .full-width-slider .site-slider-item-caption.right {
    	padding-bottom: 0px;
    }
    
    .full-width-slider .site-slider-item-caption.bottom {
    	padding-bottom: 6px;
    }

    .site-slider-item-caption.bottom {
        min-height: 50px;
    }

    .site-slider-item-caption.right {
        max-width: 200px;
    }
    
    .site-slider.full-width-slider.owl-theme .owl-controls {
		top: 14px;
    	padding-top: 6px;
    	min-height: 30px;
    	position: relative;
    }
    
    .site-slider.full-width-slider.owl-theme .owl-controls .owl-prev, .site-slider.full-width-slider.owl-theme .owl-controls .owl-next {
        z-index: 2;
        width: 38px;
        height: 36px;
        line-height: 34px;
        border-radius: 0px;
        box-shadow: none;
    }
	
	.owl-theme .owl-controls .owl-page span {
	}
	
	.owl-theme .owl-controls .owl-page.active span {
		opacity: 1;
	}
	
	.owl-carousel .owl-wrapper {
	}
	
    .site-slider.full-width-slider.owl-theme .owl-controls .owl-prev {
       top: 2px;
       left: -4px;
       text-align: center;
       padding: 0px;
       font-size: 40px;
       color: #FFFFFF;
	opacity: 0;
    }

    .site-slider.full-width-slider.owl-theme .owl-controls .owl-next {
       top: 2px;
       right: -4px;
       text-align: center;
       padding: 0px;
       font-size: 40px;
       color: #FFFFFF;
		opacity: 0;
    }

	.site-navigation {
    	background: url('../images/noise_texture.png') repeat scroll 0% 0% #D1D2D4;
    	min-height: 0px;
	}
    
    .site-navigation .mobile-site-navigation-links-toggle {
        display: inline-block;
        visibility: visible;
        margin-top: 4px;
        margin-left: 4px;
        padding: 4px;
        cursor: pointer;
        position: absolute;
    	top: -41px;
    	color: #FFF;
    }
     
	#mobile-container {
  		background: white;
  		width:100%;
  		height: auto;
  		z-index: 500;
  		display: block;
  		visibility: visible;
	}

	.mobile-nav {
  		margin-top: 36px;
  		display: none;
  		position: relative;
  		float: right;
		background-color: rgb(255, 255, 255);
		width: 100%;
		visibility: visible;
	}

	#mobile-menu-button {
		cursor: pointer;
		display: block;
		width: 36px;
		height: 36px;
		position: absolute;
		top: 0;
		left: 0;
		visibility: visible;
	}

	#mobile-menu-button a {
		margin: 1em;
		display: block;
		position: relative;
	}

	#mobile-menu-button a:before {
		content: "";
		position: absolute;
		left: -3px;
		top: 0px;
		width: 2em;
		height: 0.30em;
		background: none repeat scroll 0% 0% #555;
		box-shadow: 0px 0.6em 0px 0px #555, 0px 1.2em 0px 0px #555;
	}

	.mobile-nav li {
		padding-left: 10px;
    	margin-bottom: 8px;
    	border-top: 1px solid #D5d5d5;
    	margin-top: 8px;
    	padding-top: 8px;
    	min-height: 20px;
	}

.mobile-nav li a {
	text-decoration: none;
}

	.mobile-nav ul, ol {
		margin-bottom: 0px;
	}
	
	input[type="search"] {
		width: 85%;
		margin-bottom: 0px;
	}

	.site-navigation-theme-line {
    	margin-top: 50px;
    }

	.site-bar-wrapper {
    	background-color: none;
    	position: absolute;
    	top: 0px;
    	margin-left: 30px;
    	margin-right: -30px;
		width: 100%;
		background: none;
   }
    
    .site-navigation .site-navigation-links  {
        display: none;
    }

    .site-navigation-links li {
        float: none;
        display: block;
    }

    .site-navigation-links li a {
        
    }

    .site-navigation-links li.active:after {
        content: none;
        width: 0;
        height: 0;
        border: none;
    }
    
    .left-column-articles .article-entry h2,
    .small-articles li h2 {
        font-size: 24px;
        letter-spacing: 0.3px;
        margin-bottom: 2px;
        line-height: 22px;
        margin-top: 8px;
    }
    
    .article-information p {
        margin-bottom: 0;
    }
    
    h1 { font-size: 30px; line-height: 30px;}
    p.lead { font-size: 16px; line-height: 20px; }

    .left-column-articles .article-entry .article-information p,
    .small-articles p {
        font-size: 13px;
        line-height: 18px;
    }
    
    .left-column-articles .article-entry .article-title {
        font-size: 24px;
        line-height: 22px;
    }

    .left-column-articles .article-entry .article-entry-image {

    }

    .small-articles {
        margin: 0 6px;
    }
    
    .small-articles .small-article-entry {
        padding: 0;
    }
    
    .article-social {
    	display: none;
    	visibility: hidden;
    }
    
    .article-social-mobile {
    	display: block;
    	visibility: visible;
    }
    
    .article-content {
    	margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .article-right {
        display: none;
        visibility: hidden;
    }
    
    .right-column-widgets > * {
        width: 300px;
		margin-left: auto;
		margin-right: auto;
    }
   
    .article-slider-item {
    	margin: 4px;
    }
    
    .article-slider-item .article-slider-item-heading {
		font-size: 20px;
		line-height: 20px;
       }
    
    .article-slider-item .article-slider-item-intro {
        display: none;
        visibility: hidden;
    }
    
    .article-slider.owl-theme .owl-controls {
        position: relative;
        top: -22px;
    }
    
    .article-slider.owl-theme .owl-controls .owl-prev, .article-slider.owl-theme .owl-controls .owl-next {
        z-index: 2;
    }
    
    .article-slider.owl-theme .owl-controls .owl-prev {
        left: 6px;
        padding: 0px;
        text-align: center;
        box-shadow: none;
        background-color: #F9F9F9;
        font-size: 50px;
    }
    
     .article-slider.owl-theme .owl-controls .owl-next {
        right: 6px;
        padding: 0px;
        text-align: center;
        box-shadow: none;
        background-color: #F9F9F9;
        font-size: 50px;
    }
    
    .article-slider.owl-theme .owl-wrapper-outer {
		padding-top: 6px;
		padding-bottom: 50px;
	}
	
	.article-slider-item .article-slider-item-heading {
    	margin-top: 4px;
   }
   
   #wrapper_subarticles .sa_box {
   	display: none;
   	visibility: hidden;
   	height: auto;
   }
   
   .subarticle-wrapper {}
   
   .sa_box_mobile {
   		display: block;
		visibility: visible;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px solid #d5d5d5;
		margin-bottom: 10px;
		min-height: 60px;
		height: auto;
   }
   
   .sa_box_mobile img {
		width: 90px;
		height: 60px;
    	float: left;
    	padding-right: 10px;
	}
   
   .sa_box_mobile h2 {
   		color: #444444 !important;
   		line-height: 22px;
		font-size: 20px;
		margin-bottom: 0px;
   }
    .site-footer-widgets [data-native-widget-name="Advertisement"] .ad-line,
    .site-footer-widgets [data-native-widget-name="Advertisement"] .ad-end-line {
        margin: 0;
    }
    
    .site-footer-top { margin-top: 16px; }
    
    .footer-text > * {
        padding: 0 8px;
    }
    
    .footer-contact-us {
        padding-left: 4px;
    }
    
    .footer-social-icons {
        margin-top: 8px;
    }
    
    .footer-social-icons, .footer-contact-icons {
        text-align: inherit;
    }
    
    .site-slider.full-width-slider .owl-controls {

    }

	a.footer-envelope-icon {
    	margin-top: 10px;
    }
    
    .footer-nav {
    	display: none;
    	visibility: hidden;
    }
    
    /*.right-column-widgets {
        display: none !important; /* important skeleton wants it to be inline
        visibility: hidden;
    }*/
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .featured-in {
        visibility: hidden;
        display: none;
    }
    
   .site-slider .site-slider-bar {
        height: 3px;
    }
   
    
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	.site-slider {
    	overflow-x: hidden;
	}
	
	.article-slider.owl-theme .owl-controls {
        position: relative;
        top: -140px;
    }
    
   .article-slider-item .article-slider-item-heading {
    	margin-top: 4px;
    	width: 70%;
		margin-left: 15%;
   }
    
   .article-slider.owl-theme .owl-controls .owl-prev {
        left: 6px;
        padding: 0px;
        text-align: center;
        box-shadow: none;
        background-color: #F9F9F9;
        font-size: 110px;
    }
    
    .article-slider.owl-theme .owl-controls .owl-next {
        right: 6px;
        padding: 0px;
        text-align: center;
        box-shadow: none;
        background-color: #F9F9F9;
        font-size: 110px;
    }
    
    .article-slider.owl-theme .owl-wrapper-outer {
		padding-top: 16px;
		padding-bottom: 16px;
	}
    
    .search-button, .search-button:hover, .search-button:active {
    	font-size: 20px;
		top: 15px;
		right: 14px;
    }
    
    .site-slider {
    	background-color: #ffffff;
    	margin-bottom: 2px;
    	padding-bottom: 20px;
    }
    
    .site-slider .site-slider-bar {
        height: 2px;
    }
    
    .featured-in {
        visibility: hidden;
        display: none;
    }
    
    .search-mobile {
    	visibility: visible !important;
    	display: block !important;
    	padding-top: 14px;
		float: right;
		position: relative;
		right: 4px;
		z-index: 501;
    }
    
    .search-mobile {
    	text-decoration: none !important;
    }
    
    .search-mobile img {
    	width: 16px;
    }
    
   .below_slider {
		display: none;
		visibility: hidden;
	}
	
	#layout1:nth-child(5n+2), #layout1:nth-child(5n+3), #layout2:nth-child(20n+1), #layout2:nth-child(20n+2) {
    	width: auto;
    	display: block;
    	padding-right: 6px;
    	margin-bottom: 0px;
    }
    
    #layout1:nth-child(5n+4) .article-information,   #layout1:nth-child(5n) .article-information {
		margin-left: 0px;
    }
    
    .left-column-articles .article-entry {
	    padding: 6px;
	}

    .left-column-articles .article-entry .article-entry-image {
        float: inherit;
        max-width: 100%;
    }

    .left-column-articles .article-entry .article-entry-image img {
        width: 100%;
    }
    
    .right-column-widgets {
		display: none !important;
		visibility: hidden;
	}
	
    .breadcrumbs li {
        font-size: 12px;
    }
    
    .article-main-image-mobile {
    	display: block;
    	visibility: visible;
    }

    .article-about-box-float {
        float: inherit;
        max-width: inherit;
        margin: 5px 5px 5px 5px;
    }
    
    .article-body blockquote {
    	width: 90%;
    }
    
    .footer-text {
        font-size: 10px;
    }
    
    /* remove bottom line from leaderboard ads (if advert mark is used) */
    .leaderboard-ad .leaderboard-ad-content .ad-end-line {
        display: none;
        visibility: hidden;
    }
    
    .mobile-top {
        display: block;
		visibility: visible;
		position: fixed;
		width: 100%;
		z-index: 100;
		top: 66px;
    }
    
    .mobile-leaderboard-close {
        position: absolute;
        top: 5px;
        right: 0px;
        display: block;
        visibility: visible;
        width: 30px;
        height: 30px;
        text-align: right;
    }
    
    .mobile-leaderboard-close img {
        width: 20px;
    }
    
    .mobile-leaderboard {
        width: 100%;
        text-align: center;
        display: block;
        visibility: visible;
        padding-bottom: 4px;
        z-index: 100;
        margin-top: -15px;
        padding-top: 4px;
		background-color: #ffffff;
    }
        
    .mobile-leaderboard .ad-line, .mobile-leaderboard .ad-end-line {
    	display: none;
    	visibility: hidden;
    }
    
    .mobile-middle {
    	display: block;
    	visibility: visible;
    	min-height: 60px;
    }
    
    .mobile-middle-ad {
    	display: block;
    	visibility: visible;
    	height: 50px;
    }
    
    .article-bottom-widgets .advertisement-data, .site-footer-widgets .advertisement-data {
    	display: none;
    	visibility: hidden;
    }

    .article-slider-item .article-slider-item-image img {
       max-width: 100%;
       width: 70%;
       margin-left: 15%;
    }
    
    .site-slider-item-caption.bottom {
        position: relative;
    }
    
   .site-slider-item-caption p {
		display: none;
		visibility: hidden;
	}

   .site-slider-item-caption.right {
        max-width: 100%;
        position: relative;
        height: auto;
    }
    
    .site-slider-item-caption {
        height: auto;
        background-color: #ffffff !important;
    }
    
    .site-slider-item-caption-title {
       color: #555555;
    }

    .article-entry-image {
    	overflow: hidden;
    	float: none !important;
    	max-width: none !important;
    	margin-left: 0px !important;
    }
        
   #layout1 .article-entry-image img, #layout2 .article-entry-image img,    #layout3 .article-entry-image img,    #layout4 .article-entry-image img     {
    	margin-top: -8% !important;
    	margin-bottom: -8% !important;
    	width: 100%;
    	margin-left: 0px;
    	margin-right: 0px;
    }
          
	.left-column-articles {
    	margin-bottom: 30px;
	}

	.search-content .article-entry-image {
        width: 140px;
        float: left !important;
        padding-right: 10px;
    }
    
    .search-content .article-information p {
   		display: none;
   	}
    
    .search-content .article-information h2.article-title {
        font-size: 20px;
        line-height: 20px;
        margin-top: 0px;
    }
    	
	#layout-cat .article-entry-image {
        width: 90px;
        float: left !important;
        padding-right: 10px;
    }
    
    #layout-cat .article-information p {
   		display: none;
   	}
    
    #layout-cat .article-information h2.article-title {
        font-size: 20px;
        line-height: 20px;
    }

	.feed-seperator {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.left-column-articles .article-entry {
        border-bottom-color: #FFFFFF;
    }
    
    .breadcrumbs {
       display: none !important;
    }
    
    .article-content .article-sponsored-by {
    	border: 1px dotted #C0C0C0;
    	margin-bottom: 16px;
	}
    
	  .article-content .article-sponsored-by p {
    	float: left;
    	padding-top: 16px;
    	text-align: right;
    	width: 50%;
	}
    
	.sponsoredimage {
		padding-top: 6px;
		padding-bottom: 6px;
		float: left;
	}


    /*
     Flexbox for article body on mobile
     Inside article div needs to come after article-body-text on mobile
    */
    .article-body {
        display: flex;
        flex-direction: column;
    }

    .article-body-text {
        order: 0;
    }

    .inside-article {
        order: 1;
        margin: 0;
        width: 100%;
    }

    .inside-article .dfp-ad,
    .inside-article [data-native-widget-name="Advertisement"] {
        display: none;
        visibility: hidden;
    }

    .inside-article .widget-box {
        width: 100%;
    }

    .article-about-box {
        order: 2;
    }

    .article-bottom-widgets {
        order: 3;
    }
}

/* #Misc
================================================== */

    ::selection {
        background-color: #DFDFDF;
    }
    ::-moz-selection {
        background-color: #DFDFDF;
    }


    .visible-phone {
        display: none !important;
    }
    
    .visible-tablet {
        display: none !important;
    }
    
    .hidden-desktop {
        display: none !important;
    }
    
    .visible-desktop {
        display: inherit !important;
    }

/* Tablet */
@media (min-width: 768px) and (max-width: 959px) { /*979*/
  .hidden-desktop {
      display: inherit !important;
  }
  .visible-desktop {
      display: none !important;
  }
  .visible-tablet {
      display: inherit !important;
  }
  .hidden-tablet {
      display: none !important;
  }
  
  .article-social-mobile {
  	margin-top: -16px !important;
  }
  
  .mobile-middle {
  	height: 30px !important;
  }
  
}

/* Phone */
@media (max-width: 767px) {
  .hidden-desktop {
      display: inherit !important;
  }
  .visible-desktop {
      display: none !important;
  }
  .visible-phone {
      display: inherit !important;
  }
  .hidden-phone {
      display: none !important;
  }
}

/*
	Sub-Category styles
=================================================================
http://line25.com/tutorials/how-to-create-a-pure-css-dropdown-menu
*/

.site-sub-navigation-links {
    display: none;
    z-index: 10;
    float:left;
    list-style-type:none;
    display:none;
    border-bottom: 1px solid #929292;
    border-top: 2px solid #808080;
    
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.site-navigation-links li:hover + .site-sub-navigation-links,
.site-sub-navigation-links:hover {
    display: block;
}
 
.site-sub-navigation-links {
    background: #DDD;
    border-radius: 0px;
    color: #838383;
    padding: 0;
    position: absolute;
    left: 0px;
    top: 29px;
    margin: 0;
    width: 100%;
}

.stable-subcate {
    background: #DDD;
    width: 100%;
    margin-top: -2px;
    border-top: 0px;
    height: 8px;
    padding-bottom: 20px;
    padding-top: 1px;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    font-size: 11px !important;
    float: left;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
}
.stable-sub{
	color: #666 !important;
}
.category-navigation {

}
.active-subcategory{
    display: none;
    border: 0px !important;
}
.inactive{
    border:0px !important;
}