@charset "utf-8";
@import url("latolatinfonts.css");

* {
	margin: 0; 
	padding: 0; 
	outline: none;
}

html, body {
    height: 100%;
}

body {
	font-family: 'LatoLatinWeb', sans-serif;
	letter-spacing: 0.01em;
	color: #1a1a1a;
	background-color: #f9f9f9;
}

a {
    text-decoration: none;
    transition: background 0.3s linear;
    cursor: pointer;
    cursor: hand;
    color: #1a1a1a;
}
	
a img {
	border:none;
}

a:hover img {
	border:none;
}

img, video, canvas {
	max-width: 100%;
}

.e-info img{
    width: 120px;
}
.e-box-logo img{
    width: 90px;
}

.clear {
	clear:both;
}

.left {
	float: left;
	left: 0;
}

.right {
	float: right;
	right: 0;
}

.dividers-tb {
	border-top-style: solid;
	border-top-width: 1px;
	/*border-top-color: #d9d9d9;*/
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	/*border-bottom-color: #d9d9d9;*/
	border-bottom-color: #ffffff;
}

iframe {
	display: block;
	margin: 0 auto;
}


/* flyer layout */
.flyer-title-main {
	width: 100%;
	min-height: 37px;
	font-family: 'GTWalsheimBold', Fallback, sans-serif;
	font-size: 37px;
	display: inline-block;
	text-align: left;
	line-height: 40px;
	text-transform: uppercase;
}

.flyer-tagline {
	width: 100%;
	min-height: 20px;
	font-family: 'GTWalsheimBold', Fallback, sans-serif;
	font-size: 12px;
	display: inline-block;
	text-align: left;
	line-height: 14px;
}

.flyer-tagline-regular {
	width: 100%;
	min-height: 20px;
	font-family: 'GTWalsheimBold', Fallback, sans-serif;
	font-size: 12px;
	display: inline-block;
	text-align: left;
	line-height: 14px;
}

.flyer-title-subs {
	width: 100%;
	min-height: 20px;
	font-family: 'GTWalsheimBold', Fallback, sans-serif;
	font-size: 15px;
	display: inline-block;
	text-align: left;
	line-height: 18px;
	padding: 0 0 4px 0;
	text-transform: uppercase;
}

.flyer-block-text {
	width: 100%;
	min-height: 20px;
	font-family: 'GTSectraRegular', Fallback, sans-serif;
	font-size: 14px;
	display: inline-block;
	text-align: left;
	margin: 0;
	line-height: 16px;
	letter-spacing: 0.01em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

/* text */


.txt-lead {
	font-family: 'LatoLatinWebLight', Fallback, sans-serif;
	font-size: 14px;
}

.txt-menu {
	font-family: 'LatoLatinWeb', Fallback, sans-serif;
	font-size: 10px;
}

.txt-menu-modal {
	font-family: 'LatoLatinWebLight', Fallback, sans-serif;
	font-size: 18px;
}

.txt-scnd {
	font-family: 'LatoLatinWebLight', Fallback, sans-serif;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.txt-caption-name {
	font-family: 'LatoLatinWebLight', Fallback, sans-serif;
	font-size: 20px;
	/*text-transform: uppercase;*/
	letter-spacing: 0.02em;
	padding: 10px 5px;
}

.txt-caption-auth {
	font-family: 'LatoLatinWebLightItalic', Fallback, sans-serif;
	letter-spacing: 0.02em;
	display: none;
}

.txt-item-header {
	font-family: 'LatoLatinWebLight', Fallback, sans-serif;
	font-size: 20px;
	letter-spacing: 0.02em;
}

.txt-item-auth {
	font-family: 'LatoLatinWeb', Fallback, sans-serif;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #f49500;
	opacity: 1;
    filter: alpha(opacity=100);
}






/* tango standards */

.content {
  min-height: 100%;
}

.content-inside {
  padding-bottom: 0;
}


.outer {
	width: 100%;
	float: left;
}

.inner {
	display: table;
	margin: 0 auto;
}

.w-first {
	max-width: 100% !important;
}

.h-first {
	max-height: 100% !important;
}

.click-area {
	display: block;
	width: 100%;
	height: 100%;
	cursor: hand;
	cursor: pointer;
}


.bottom-square {
	position: absolute;
	bottom: 0;
    height: 70px; 
    width: 70px; 
}

.bottom-square img {
	overflow: hidden;
}

.top-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	background-color: #1a1a1a;
	float: left;
	z-index: 9500;
}

.top-square {
	display: block;
	/* position: fixed; */
	top: 0;
	/* left: 20px; */
    height: 65px;
    width: 65px;
    cursor: hand;
	cursor: pointer;
    z-index: 9999;
}

.logo-site {
	display: inline;
	position: relative;
	height: 60px;
}




/* tango standards -mobile first- */

.header-box {
	width: 100%;
	padding: 5px 0 0 0;
	height: 65px;
}

.header-lead {
	width: 100%;
	height: 20px;
	/*display: none;*/
}

.header-menu {
	width: 100%;
	height: 44px;
	margin: 5px 0;
}

#main-menu {
	display: none;
}

#main-menu-button {
	width: 38px;
	height: 38px;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #737373;
	border-radius: 3px;
}

.footer-menu {
	width: 100%;
	height: 40px;
	margin: 5px 0;
}

#scnd-menu {
	display: none;
}

#scnd-menu-button {
	width: 38px;
	height: 38px;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	border-radius: 3px;
}

#scnd-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
	
#scnd-menu ul li,
#scnd-menu ul li a {
    float: left;
    padding: 0 8px;
    line-height: 40px;
    color: #ffffff;
}

#scnd-menu ul li a:hover {
    color: #f49500;
}


.keep-clear {
	width: 100%;
	height: 60px;
}


/* switches */

.slider-on,
.dashboard-on,
.pageboard-on,
.feat-switch-on,
.keep-clear-on{
	display: block;
}

.slider-off,
.dashboard-off,
.pageboard-off,
.feat-switch-off,
.keep-clear-off {
	display: none;
}


/* dashboard */
.dashboard-container,
.pageboard-container {
	width: 100%;
	padding: 5px 0 60px 0;
	float: left;
}


#dashboard-layout-four,
#dashboard-layout-six,
#dashboard-layout-six-wide {
	display: none;
}


#dashboard-layout-one,
#dashboard-layout-four,
#dashboard-layout-six,
#dashboard-layout-six-wide {
	list-style:none;
}

#dashboard-layout-one li,
#dashboard-layout-four li,
#dashboard-layout-six li,
#dashboard-layout-six-wide li {
	display: none;
}

#dashboard-layout-four {
	display: none;
	width: 100%;
	height: auto;
	float: left;
}

#dashboard-layout-one {
	list-style: none;
	display: none;
	width: 100%;
	height: auto;
	float: left;
}

.dashboard-bloc-six {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.dashboard-bloc-four {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.dashboard-bloc-one {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.dashboard-box {
    width: 90%;
    left: 5%;
    margin: 0 auto;
    max-width: 1162px;
    display: block;
}

.dashboard-col {
    width: 100%;
    max-width: 469px;
    margin: 0 auto;
}

.dashboard-tile {
	position: relative;
	display: table;
	float: left;
}

.dashboard-tile > div {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	
	color: white;
	font-size: 24px;
	text-align: center;
}

.open-content-wrap {
	width: 100%;
	min-height: 60px;
}

.open-content-wrap .content-one {
	width: 33.5%;
	min-height: 60px;
	display: none;
}

.open-content-wrap .content-two {
	width: 100%;
	min-height: 60px;
	display: block;
}




.fluid-sidebox {
    width: 100%;
    max-width: 616px;
    min-height: 100px;
    float: left;
    display: block;
}

.fluid-content-side-box {
    width: 160px;
    display: block;
    margin: 60px auto;
}

.fluid-masonry-box {
	margin: 40px auto;
	padding: 40px 0;
	display: table;
	text-align: center;
	clear: both;
}

.fluid-inner-one-one {
	max-width: 300px !important;
	float: left;
}

.fluid-inner-nine-one {
	max-width: 320px !important;
	float: left;
}




.content-author-box {
	width: 94%;
	min-height: 40px;
	left: 3%;
	margin: 30px auto 0 auto;
	font-family: 'LatoLatinWeb', Fallback, sans-serif;
	font-size: 18px;
}

.content-author-box-inner {
	display: inline-block;
    padding: 0 0 20px 0;
    border-bottom-style: solid;
    border-bottom-color: #f49500;
    border-bottom-width: 20px;
}

.content-author-box-alias {
	width: 100%;
	min-height: 40px;
	margin: 0 auto;
	font-family: 'LatoLatinWeb', Fallback, sans-serif;
	font-size: 18px;
}

.content-author-box-inner-alias {
	display: inline-block;
    padding: 0;
    border-bottom-style: solid;
    border-bottom-color: #f49500;
    border-bottom-width: 20px;
    color: transparent;
    margin: 0 0 30px 0;
}

.content-image-box {
	width: 94%;
	left: 3%;
	margin: 0 auto;
}

.content-image-box img {
	width: 100%;
}

.content-title-box {
	width: 94%;
	left: 3%;
	margin: 10px auto 15px auto;
	font-family: 'LatoLatinWebBold', Fallback, sans-serif;
	font-size: 36px;
}

.content-editor-box {
	width: 94%;
	min-height: 40px;
	left: 3%;
	margin: 15px auto 0 auto;
	font-family: 'LatoLatinWebLight', Fallback, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.content-editor-box img {
    height: auto !important;
    width: 100% !important;
    max-width: 616px; /* screen width > 699px */
}

.content-main-intro-box,
.reader-label {
	width: 100%;
	min-height: 40px;
	margin: 30px auto 0 auto;
	font-family: 'LatoLatinWebBold', Fallback, sans-serif;
	font-size: 18px;
}

.content-main-title-top {
	width: 100%;
	min-height: 40px;
	margin: 45px auto 16px auto;
	font-family: 'LatoLatinWebBold', Fallback, sans-serif;
	font-size: 18px;
	display: inline-block;
    padding: 0 0 5px 0;
    border-bottom-style: solid;
    border-bottom-color: #f49500;
    border-bottom-width: 2px;
}

.content-main-title-sub {
	width: 100%;
	padding: 5px 0 9px 0;
	margin: 16px auto 0 auto;
	font-family: 'LatoLatinWebBold', Fallback, sans-serif;
	font-size: 16px;
}

.content-main-credits {
	width: 100%;
	min-height: 40px;
	margin: 60px auto 0 auto;
	font-family: 'LatoLatinWebLightItalic', Fallback, sans-serif;
	font-size: 14px;
}

.content-main-image-txt {
	width: 100%;
	margin: 5px auto;
	font-family: 'LatoLatinWebLightItalic', Fallback, sans-serif;
	font-size: 14px;
}

.content-text-bold {
	font-family: 'LatoLatinWebBold', Fallback, sans-serif;
	font-size: 16px;
}

.content-orange-txt-i {
	width: 100%;
	padding: 5px 0 9px 0;
	margin: 16px auto 0 auto;
	font-family: 'LatoLatinWeb', Fallback, sans-serif;
	font-size: 18px;
	color: #f49500;
}

.content-orange-txt-ii {
	width: 100%;
	padding: 5px 0 9px 0;
	margin: 16px auto 0 auto;
	font-family: 'LatoLatinWeb', Fallback, sans-serif;
	font-size: 48px;
	color: #f49500;
}

.content-orange-block-i {
	padding: 5px 0 9px 0;
	margin: 16px auto 0 auto;
	font-family: 'LatoLatinWebBold', Fallback, sans-serif;
	font-size: 18px;
	display: inline-block;
	color: #ffffff;
	background-color: #f49500;
	border-radius: 3px;
	line-height: 22px;
	width: auto !important;
    margin: 2% 20% 0 0; 
}

.content-orange-block-ii {
	padding: 6px;
	margin: 16px auto 0 auto;
	font-family: 'LatoLatinWebBold', Fallback, sans-serif;
	font-size: 48px;
	display: inline-block;
	color: #ffffff;
	background-color: #f49500;
	border-radius: 3px;
    line-height: 52px;
    width: auto !important;
    margin: 2% 20% 0 0;   
}


.content-side-box {
	width: 160px;
	display: block;
	margin: 100px 20px 0 0;
}

.content-editor-box p a {
	border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #f49500;
}

.content-editor-box ul {
	float: left;
	width: 94%;
	padding: 0 0 0 6%;
}

.fluid-masonry-box a {
	border-bottom-color: transparent !important;
}

.videoEmbed {
	display: block;
	margin: 20px auto;
	text-align: center;
}

.videoEmbed iframe {
	width: 100%;
}

#startup-reader {
	display: block;
}


#load-more-button-one {
    margin: 8px 0;
    padding: 0 16px;
    line-height: 44px;
    border-style: solid;
	border-width: 1px;
	border-color: #737373;
	border-radius: 3px;
	font-size: 14px;
	/*text-transform: uppercase;*/
	cursor: pointer;
    cursor: hand;
    display: block;
}

#load-more-button-four {
    margin: 8px 0;
    padding: 0 16px;
    line-height: 44px;
    border-style: solid;
	border-width: 1px;
	border-color: #737373;
	border-radius: 3px;
	font-size: 14px;
	/*text-transform: uppercase;*/
	cursor: pointer;
    cursor: hand;
    display: none;
}

#load-more-button-six {
    margin: 8px 0;
    padding: 0 16px;
    line-height: 44px;
    border-style: solid;
	border-width: 1px;
	border-color: #737373;
	border-radius: 3px;
	font-size: 14px;
	/*text-transform: uppercase;*/
	cursor: pointer;
    cursor: hand;
    display: none;
}

#load-more-button-six-wide {
    margin: 8px 0;
    padding: 0 16px;
    line-height: 44px;
    border-style: solid;
	border-width: 1px;
	border-color: #737373;
	border-radius: 3px;
	font-size: 14px;
	/*text-transform: uppercase;*/
	cursor: pointer;
    cursor: hand;
    display: none;
}





.one-one {
	width: 100%;
	padding-bottom: 100%;
}

.one-two {
	width: 100%;
	padding-bottom: 200%;
}

.two-one {
	width: 100%;
	padding-bottom: 50%;
}

.four-one {
	width: 100%;
	padding-bottom: 25%;
	display: none;
}

.eight-one {
	width: 100%;
	padding-bottom: 12.5%;
	margin: 0 0 10px 0;
	display: none;
}

.nine-one {
	width: 100%;
	padding-bottom: 25%;
	margin: 0 0 10px 0;
	display: block;
}

.altn-display {
	display: none !important;
}

.side-box {
	width: 160px;
	min-height: 200px;
	float: right;
	margin-left: 10px;
}

.side-box .article-box {
	background: none;
}

.side-box .side-box-item {
	display: block;
	width: 100%;
	height: auto;
	padding: 0 0 40px 0;
}

.article-box .side-box-item {
    display: block;
    height: 97%;
    padding-top: 0;
}

.side-frame {
	display: block;
	width: 160px;
	height: 600px;
	max-height: 600px;
	
	-ms-transform-origin: 0 0; 
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.fluid-content-side-box . side-frame {
	-ms-transform-origin: 0 0 !important; 
    -moz-transform-origin: 0 0 !important;
    -o-transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
    transform-origin: 0 0 !important;
}


.article-box-inner,
.article-box-inner img {
	display: block;
	height: 100%;
    width: auto;
    max-width: 160px;
    max-height: 600px;
    margin: 0 auto;
}

#article-loader {
	list-style:none;
}

#article-loader li {
	display: none;
}

.article-box {
	display: block;
	margin: 0 auto;
	/*background-color:#e7e7e7;*/
}

.article-box-inset {
	width: 200px;
	margin: 0 auto;
}

.center-middle {
	display: block;
	margin: auto;
}

.article-size-std {
	max-width: 80%;
}

.article-size-std div {
	/*width: 200px !important; */
}

.one-one .article-box {
	width: 97%;
	height: 97%;
	/*display: block;*/
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}




.thumbs-wrap-one,
.thumbs-wrap-two,
.thumbs-wrap-three {
	min-height: 194px;
	overflow: hidden;
	margin: 40px auto 0 auto;
	float: left;
}

.thumbs-wrap-one {
	display: block;
}

.thumbs-wrap-two,
.thumbs-wrap-three {
	display: none;
}

.thumbs-wrap-one,
.thumbs-wrap-two {
	width: 100%;
}

.thumbs-wrap-three {
	width: 66%;
}

.thumbs-wrap-one img,
.thumbs-wrap-two img,
.thumbs-wrap-three img {
	width: 139px !important;
	height: 194px  !important;
	margin: 0 10px 10px 10px;
}

.thumbs-col {
    width: 100%;
    max-width: 159px;
	height: auto;
    float: left;
    /* background-color:#CDDC39; */
}

.reader-container {
	width: 100%;
	background-image: url("styling-img/loading200x150.gif");
	background-repeat: no-repeat;
	background-position: center;
	/*background-color:#CCCCCC;*/
}

.one-one .article-size-std {
    margin: 0;
}

.one-one .article-size-fix {
	max-width: 300px;
	margin: 0 auto;
}

.fluid-inner-one-one iframe,
.one-one .article-size-fix iframe {
	-ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.one-two .article-box {
	width: 97%;
    height: 98.5%;
    max-width: 160px;
    /*margin: 0 auto;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.is-ad-one-one {
	padding-bottom: 90%;
}

.is-ad-one-two {
	padding-bottom: 200%;
}

.two-one .article-box {
	width: 97%;
	height: 95%;
}

.four-one .article-box {
	width: 98.5%;
	height: 96%;
}

.eight-one .article-box {
	width: 98.5%;
	height: 100%;
}

.nine-one .article-box {
	width: 98%;
    height: 98%;
    /*display: block;*/
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.article-feat-img {
	width: 100%;
	height: 61.8%;
	float: left;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	overflow: hidden;
	position: relative;
}

.article-feat-img .feat-img-preview {
	display:block;
    margin:auto;
    max-width: none;
}

.article-feat-txt {
	width: 100%;
	height: 38.2%;
	float: left;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: rgb(26, 26, 26);
    background: rgba(26, 26, 26, 1);
    /*background-image: url("/styling/styling-img/black-wall.jpg"); */
    /*background-repeat: repeat; */
	/*background-color: #1a1a1a; */
	/*opacity: 0.8;*/
    /*filter: alpha(opacity=80);*/ /* For IE8 and earlier */	
}


.article-feat-img .article-author-box {
    width: 60%;
    min-height: 11%;
    padding: 1% 0;
    margin: 0 20%;
    position:absolute;
   	bottom:0;
   	left:0;
   	/*background-color: #f49500;*/
   	/*background-color: #1a1a1a;*/
   	border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background: rgb(26, 26, 26);
    background: rgba(26, 26, 26, .8);
}

.article-feat-txt .article-entry-box {
    width: 80%;
    height: 75%;
    padding: 5% 10%;
    margin: auto;
}

.ad-clickbox {
	display: block;
}

.ad-overlaybox {
	display: block;
	position: absolute;
    width: 300px;
    height: 250px;
    z-index: 9999;
}

.ad-overlaybox-off {
	display: block;
	position: absolute;
    width: 1px;
    height: 1px;
}

.media-switch {
	display: none;
}

.src-switch-rglr {
	display: none;
	max-width: 728px;
    margin: 0 auto;
}

.src-switch-altn {
	display: block;
	max-width: 320px;
    margin: 0 auto;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #1a1a1a;
	float: left;
}


#social-menu {
	position: absolute;
	left: 0;
	top: 93px;
	width: 42px;
	min-height: 41px;
	border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #f49500;
    overflow: hidden;
	z-index: 0;
}

#social-menu-button-row {
	display: none;
}

#social-menu-button-row ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#social-menu-button-row ul li {
    float: right;
}

#social-menu img {
	height: 42px;
	margin: 1px 3px 0 0;
}


/* main menu modal */
#main-menu-modal ul,
#scnd-menu-modal ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#main-menu-modal ul li,
#scnd-menu-modal ul li {
	width: 100%;
	height: 40px;
    line-height: 40px;
}

#main-menu-modal ul li a,
#scnd-menu-modal ul li a {
    display: block;
    padding: 0 10px;
    border-radius: 3px;
}
	
#main-menu-modal ul li a:hover,
#scnd-menu-modal ul li a:hover,
#main-menu-modal .main-menu-active {
    background: #f49500;
    color: #ffffff;
}

#scnd-menu-modal .copyright-entry {
	display: none;
}


.menu-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 120px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.menu-modal-body {
	padding: 16px
}

.menu-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.post-modal {
	display: none;
    position: fixed;
    z-index: 8888;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* background-color: rgb(0,0,0);*/ /* Fallback color */
    /* background-color: rgba(0,0,0,0.85); */
    background-color: #1a1a1a;
}

.post-modal-content {
	width: 90%;
    left: 5%;
    margin: 70px auto;
    max-width: 1162px;
	background-color: #ffffff;
	min-height: 100px;
	padding: 10px 0 40px 0;
	overflow:hidden;
}

.pageboard-modal-fix {
	margin-top: 10px !important;
}



/* social menu modal */
#social-menu-modal ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#social-menu-modal ul li {
	width: 90px;
	height: 70px;
	float: left;
}

#social-menu-modal ul li a {
    display: block;
    padding: 0 10px 10px 0;
}


.social-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 120px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.social-modal-body {
	padding: 16px
}



@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


/* slider */

.w3-animate-right{position:relative;animation:animateright 0.6s}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}

.slider-container {
	width: 100%;
	height: 180px;
	padding: 5px 0;
	margin: 0 auto;
	background-image: url("styling-img/loading200x150.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.slider-container img {
	width: 100%;
}

.flex-viewport,
.flex-slide-panel {
	height: 180px;
}


.flexslider .slides img {
    /* top: -9999px; */
    /* bottom: -9999px; */
    /* left: -9999px; */
    /* right: -9999px; */
    /* margin: auto; */
    /* position: absolute */
	margin-top: 0;
}

.flex-slide-panel {
	width: 100%;
	position: relative;
	display: table;
}

.flex-caption {
    position: absolute;
    top: 40px;
    z-index: 1000;
    background-color: #1a1a1a;
    padding: 5px;
    color: #ffffff;
    width: 70%;
    left: 15%;
    min-height: 5%;
    border-radius: 3px;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	display: table-cell;
	vertical-align: middle;
}

.flex-click-area {
	display: block;
	cursor: hand;
	cursor: pointer;
}

    
    
/* no arrows, no paging dots */
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev,
.flex-control-nav {
    display: none;
}


.slider-img {
	height: 100% !important;	
}


/* device dependants */

@viewport {
  width: device-width;
  zoom: 1;
}



/* breakpoints height */

@media all and (max-height: 500px){
   
	.content-inside {
		padding-bottom: 50px;
	}
	
	.footer {
		position: static;
		margin-top: -50px;
	}
    
}





/* breakpoints width */


@media all and (min-width: 240px)  {
	
	#dashboard-layout-one {
		display: block;
	}
	
}



@media all and (min-width: 320px)  {
	
	.article-size-std {
		max-width: 90%;
	}
	
	.fluid-inner-one-one iframe,
	.one-one .article-size-fix iframe {
		-ms-transform: scale(0.93);
    	-moz-transform: scale(0.93);
    	-o-transform: scale(0.93);
    	-webkit-transform: scale(0.93);
    	transform: scale(0.93);

    	-ms-transform-origin: 0 0;
    	-moz-transform-origin: 0 0;
    	-o-transform-origin: 0 0;
    	-webkit-transform-origin: 0 0;
    	transform-origin: 0 0;
	}
}


@media all and (min-width: 360px)  {
	
	.article-size-std {
		max-width: 100%;
	}
	
	.fluid-inner-one-one iframe,
	.one-one .article-size-fix iframe {
		-ms-transform: scale(1);
    	-moz-transform: scale(1);
    	-o-transform: scale(1);
    	-webkit-transform: scale(1);
    	transform: scale(1);

    	-ms-transform-origin: 0 0;
    	-moz-transform-origin: 0 0;
    	-o-transform-origin: 0 0;
    	-webkit-transform-origin: 0 0;
    	transform-origin: 0 0;
	}
	
}


@media all and (min-width: 376px)  {
	
	.thumbs-wrap-two {
		display: block;
	}
	
	.thumbs-wrap-one,
	.thumbs-wrap-three {
		display: none;
	}
	
	.thumbs-col {
    	width: 50%;
	}
	
}
	
	

@media all and (min-width: 400px)  {

	.txt-item-header {
    	font-size: 24px;
	}
	
	.slider-img {
		height: auto !important;	
	}
	
}



@media all and (min-width: 420px)  {

	.is-ad-one-two {
		padding-bottom: 180%;
	}
	
}


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

	.is-ad-one-two {
		padding-bottom: 160%;
	}
	
}


@media all and (min-width: 500px)  {

	.dashboard-box,
	.post-modal-content {
    	width: 92%;
    	left: 4%;
	}
	
	.two-one .article-box {
		width: 98%;
		height: 97%;
	}
	
	.txt-item-header {
    	font-size: 26px;
	}
	
	.is-ad-one-one {
		padding-bottom: 80%;
	}

}


@media all and (min-width: 560px)  {

	.is-ad-one-one {
		padding-bottom: 70%;
	}

}


@media all and (min-width: 600px)  {
	
	.logo-site {
		height: 60px;
	}
	
	.slider-container {
		min-height: 200px;
	}
	
	.flexslider .slides img {
   		margin-top: -20px;
	}
	
	.slider-container,
	.flex-viewport,
	.flex-slide-panel {
		min-height: 160px;
	}
	
	.flex-caption {
    	top: 40px;
    }
    
    .txt-caption-name {
		font-size: 20px;
		padding: 10px 5px;
	}
	
	.txt-caption-auth {
		font-size: 16px;
		padding: 0 5px 10px 5px;
		display: block;
	}
	
	.dashboard-box,
	.post-modal-content {
    	width: 94%;
    	left: 3%;
	}
	
	.txt-item-header {
    	font-size: 30px;
	}
	
	.content-title-box {
		margin: 5px auto 15px auto;
    	font-size: 48px;
	}
	
	
}



@media all and (min-width: 660px)  {
	
	#dashboard-layout-four,
	#load-more-button-four {
		display: block;
	}
	
	#dashboard-layout-one,
	#load-more-button-one {
		display: none;
	}
	
	.dashboard-col {
    	width: 50%;
    	float: left;
	}

	.one-one {
		width: 100%;
		padding-bottom: 100%;
	}
	
	.nine-one {
		padding-bottom: 15%;
	}
	
	.txt-item-header {
    	font-size: 20px;
	}

	.is-ad-one-one {
		padding-bottom: 100%;
	}
	
	.is-ad-one-two {
		padding-bottom: 200%;
	}

	.media-switch {
		display: block;
	}
	
	.src-switch-rglr {
		display: block;
	}

	.src-switch-altn {
		display: none;
	}
	
}




@media all and (min-width: 700px)  {
	
	.txt-caption-name {
		font-size: 24px;
		padding: 10px 5px;
	}
	
	.txt-caption-auth {
		font-size: 16px;
		padding: 0 5px 10px 5px;
		display: block;
	}
	
	.dashboard-box,
	.post-modal-content {
    	width: 96%;
    	left: 2%;
	}

	.four-one {
		display: block;
	}
	
	.eight-one {
		display: block;
	}
	
	.altn-display {
		display: block !important;
	}
	
	.txt-item-header {
    	font-size: 22px;
	}
	
	.open-content-wrap .content-one {
		display: block;
	}
	
	.open-content-wrap .content-two {
		width: 66.5%;
	}
	
	.fluid-sidebox {
		display: none;
	}
	
}


@media all and (min-width: 800px)  {

	
	.header-box {
		width: 100%;
		height: 85px;
	}
	
	.header-lead {
		display: block;
		height: 30px;
		padding: 0 0 5px 0;
	}
	
	.header-menu {
		height: 60px;
		display: block;
		margin: 5px 0 0 0;
	}
	
	.footer-menu {
		height: 40px;
		display: block;
		margin: 5px 0;
	}
	
	#main-menu,
	#scnd-menu {
		display: block;
	}
	
	#main-menu-button,
	#scnd-menu-button {
		display: none;
	}

	#main-menu ul {
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
	}
	
	#main-menu ul li {
    	float: left;
	}

	#main-menu ul li a {
		margin: 8px 0;
    	padding: 16px;
    	line-height: 60px;
    	border-radius: 3px;
	}
	
	#main-menu ul li a:hover,
	#main-menu .main-menu-active {
    	background: #f49500;
    	color: #ffffff;
	}

	
	.logo-site {
		height: 80px;
	}
	
	.txt-lead {
		font-size: 16px;
	}
	
	.txt-menu {
		font-size: 19px;
	}
	
	.flexslider .slides img {
   		margin-top: -25px;
	}
	
	.slider-container,
	.flex-viewport,
	.flex-slide-panel {
		height: 210px;
	}
	
	.flex-caption {
    	top: 50px;
    }
    
    .txt-caption-name {
		font-size: 24px;
		padding: 15px 5px;
	}
	
	.txt-caption-auth {
		font-size: 16px;
		padding: 0 5px 10px 5px;
		display: block;
	}

	.two-one {
		width: 66.6%;
		padding-bottom: 33.3%;
	}
	
	.txt-item-header {
    	font-size: 24px;
	}
	
	.top-square {
    	height: 85px;
    	width: 85px; 
	}
	
	.post-modal-content {
    	margin: 90px auto;
   	}
   	
   	.top-sticky {
		height: 90px;
	}
	
	#social-menu-button-modal {
		display: none;
	}
	
	#social-menu-button-row {
		display: block;
	}

	#social-menu {
		top: 130px;
		width: 53px;
		min-height: 53px;
		padding: 2px 7px;
		z-index: 900;
	}
	
	#social-menu img {
		height: 50px;
	}

}


/* threshold when scaling skyscraper */
@media all and (min-width: 934px)  {

	.side-frame {
		-ms-transform: scale(1) !important; 
        -moz-transform: scale(1) !important; 
        -o-transform: scale(1) !important; 
        -webkit-transform: scale(1) !important; 
        transform: scale(1) !important;
	}

}



@media all and (min-width: 980px)  {
	
	#dashboard-layout-six,
	#load-more-button-six {
		display: block;
	}
	
	#dashboard-layout-one,
	#dashboard-layout-four,
	#load-more-button-four {
		display: none;
	}
	
	.dashboard-col {
    	width: 33%;
    	float: left;
	}
	
}


@media all and (min-width: 1000px)  {
	
	.flexslider .slides img {
   		margin-top: -60px;
	}

	.slider-container,
	.flex-viewport,
	.flex-slide-panel {
		height: 240px;
	}
	
	.flex-caption {
    	top: 50px;
    	width: 60%;
    	left: 20%;
    }
    
    .txt-caption-name {
		font-size: 28px;
		padding: 20px 5px;
	}
	
	.txt-caption-auth {
		font-size: 16px;
		padding: 0 5px 10px 5px;
		display: block;
	}
	
	.txt-item-header {
    	font-size: 22px;
	}

	
}



@media all and (min-width: 1024px)  {
	
	.content-editor-box p,
	.fluid-sidebox {
    	width: 66%;
    	float: left;
	}
	
	.fluid-inner-one-one {
		max-width: 300px !important;
		float: none;
	}
	
	.fluid-inner-nine-one {
		max-width: 320px !important;
		float: none;
	}
	
	.fluid-masonry-box > span > div {
		margin: 0 auto;
	}
	
	.content-editor-box ul {
		width: 60% !important;
	}
	
	.videoEmbed {
		width: 66% !important;
		float: left;
	}
	
	.thumbs-wrap-three {
		display: block;
	}
	
	.thumbs-wrap-one,
	.thumbs-wrap-two {
		display: none;
	}

	.thumbs-col {
    	width: 33.3%;
	}

}


@media all and (min-width: 1200px)  {
	
	.flexslider .slides img {
   		margin-top: -80px;
	}
	
	.slider-container,
	.flex-viewport,
	.flex-slide-panel {
		height: 320px;
	}
	
	.flex-caption {
    	top: 70px;
    	width: 52%;
    	left: 24%;
    }
    
    .txt-caption-name {
		padding: 30px 5px;
	}
	
	.txt-caption-auth {
		padding: 0 5px 20px 5px;
	}
	
	.txt-caption-divi {
		height: 1px;
		width: 80%;
    	left: 10%;
    	margin: 5px auto;
    	background-color: #ffffff;
	}


}




@media all and (min-width: 1500px)  {
	
	.flexslider .slides img {
   		margin-top: -100px;
	}
	
	.slider-container,
	.flex-viewport,
	.flex-slide-panel {
		height: 400px;
	}
	
	.flex-caption {
    	top: 80px;
    	width: 46%;
    	left: 27%;
    }
    
    .txt-caption-name {
		padding: 40px 5px;
	}
	
	.txt-caption-auth {
		padding: 0 5px 30px 5px;
	}
	
}


@media all and (min-width: 1524px)  {

	#dashboard-layout-six,
	#load-more-button-six {
	display: none;
	}
	
	#dashboard-layout-six-wide,
	#load-more-button-six-wide {
	display: block;
	}

}
