/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
Global
========================================================================== */
html, button, input, select, textarea,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: Arial, Georgia, Times, "Times New Roman", serif;
}
body{
    background-color: #e6e5e5;
}
a{
    text-decoration: none;
}
.wrapper{
    max-width: 980px;
    margin: 0 auto;
}
.clear-style{
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-banner{
    max-width: 728px;
    margin: 16px auto 25px auto;
}
.mobileAd {display:none;}
.banner{
    background: #f4921c;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.47);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.47);
}
.content .banner{
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    width:100%;
}
#header-container{
    width:100%;
}
#header-container.fixed{
    position:fixed;
    top:0;
    z-index:9999;
}

#header-container.fixed #sub-menu > ul li a{
    padding: 13px 12px 8px;
}
#header-container.fixed #sub-menu > ul li:before {
    line-height: 48px;
}
#header-container.fixed #sub-sub-menu {
    top:49px;
}

#header{
    background: #525151;
}

#header .search {
    float: right;
    margin-top: 13px;
    position: relative;
    cursor: pointer;
    margin-right: 9px;
}
#header .search label {
    cursor:pointer;
    float:right;
}
#header .search input[type='search']{
    background: #FFF;
    border: none;
    width: 230px;
    height: 25px;
    border:1px solid #B7B7B7;
}

#logo{
    background: #525151;
    height: 63px;
    margin: 0;
}
#logo img{
    margin: 13px 0 0 45px;
}
#logo_small {
    display:none;
    max-width: 30px;
}
#logo_big {
    display:inline-block;
    max-width:112px;
}
#main-menu{
    background: #525151;
}
#main-menu ul{
    float: left;
    width:100%;
}
#main-menu ul li{
    float: left;
    width: 20%;
    height: 63px;
}
#main-menu ul li a{
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    height: 100%;
    width: 100%;

    border-right: 1px solid #3a3939;

    /*padding: 14px 0 0 0;*/
    line-height: 63px;
    vertical-align: middle;
    font-family: 'Din_Alternate_Black';

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main-menu ul li.active a,
#main-menu ul li:hover a{
    background: #fff;
}
#main-menu ul li a span{
    padding: 10px 15px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 20px;
    line-height: 1;
    text-align: left;
}
#main-menu ul li.active a span,
#main-menu ul li:hover a span{
    background: #525151;
}
.language-selector{
    background: #525151;
}
.language-selector a{
    float: right;
    background: #444343;
    color: #fff;
    font-family: 'Din_Alternate_Black';
    font-size: 14px;
    padding: 5px;
}
#sub-menu{
    position: relative;
    display: inline-block;
    /*    padding-left: 20px;*/
    background: #fff;
}
#sub-menu > ul{
    float: left;
}
#sub-menu > ul li{
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
#sub-menu > ul li:before{
    content: '•';
    width: 10px;
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    line-height: 66px;
}
#sub-menu > ul li:first-child:before{
    display: none;
}
#sub-menu > ul li a{
    display: block;
    color: #525151;
    padding: 22px 12px 16px;
    border-bottom: 6px solid transparent;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Din_Bold';

    -webkit-transition: border 300ms ease;
    -moz-transition: border 300ms ease;
    -ms-transition: border 300ms ease;
    -o-transition: border 300ms ease;
    transition: border 300ms ease;
}
#sub-menu > ul li.orange a:hover,
#sub-menu > ul li.orange a.active
{
    border-color: #f99c30;
}
#sub-menu > ul li.blue a:hover,
#sub-menu > ul li.blue a.active{
    border-color: #007ead;
}
#sub-menu > ul li.purple a:hover,
#sub-menu > ul li.purple a.active{
    border-color: #611872;
}
#sub-menu > ul li.red a:hover,
#sub-menu > ul li.red a.active{
    border-color: #ab131c;
}
#sub-menu > ul li.green a:hover,
#sub-menu > ul li.green a.active{
    border-color: #517820;
}
#sub-menu .social{
    width: 29px;
    position: absolute;
    right: -29px;
}
#sub-menu .social a{
    float: left;
    max-width: 100%;
    margin-bottom:5px;
}
#sub-sub-menu{
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    position: absolute;
    left: -3px;
    top: 63px;
    width: 100%;
    padding: 0 3px;
    background-color: #5e5e5e;
    border-top: 3px solid transparent;
    border-bottom: 9px solid transparent;

    -webkit-transition: border 200ms ease, opacity 100ms ease;
    -moz-transition: border 200ms ease, opacity 100ms ease;
    -ms-transition: border 200ms ease, opacity 100ms ease;
    -o-transition: border 200ms ease, opacity 100ms ease;
    transition: border 200ms ease, opacity 100ms ease;
}
#sub-sub-menu.orange{
    border-color: #f99c30;
}
#sub-sub-menu.blue{
    border-color: #007ead;
}
#sub-sub-menu.purple{
    border-color: #611872;
}
#sub-sub-menu.red{
    border-color: #ab131c;
}
#sub-sub-menu.green{
    border-color: #517820;
}
#sub-sub-menu ul{
    float: left;
    width: 148px;
    padding: 30px 0;
    margin-left: -3px;
    border-right: 1px solid #7e7e7e;
}
#sub-sub-menu ul li{
    display: block;
    height: 30px;
    border-top: 1px solid #7e7e7e;
    padding-left: 40px;
    font-family: 'Din_Bold';
    padding-top:6px;
}

.sub-sub-menu.orange ul li:hover{
    background-color:#f7931d ;
}
.sub-sub-menu.blue ul li:hover{
    background-color:#007ead;
}
.sub-sub-menu.purple ul li:hover{
    background-color:#611872;
}
.sub-sub-menu.red ul li:hover{
    background-color:#ab131c;
}
.sub-sub-menu.green ul li:hover{
    background-color:#517820;
}

#sub-sub-menu ul li:last-child{
    border-bottom: 1px solid #7e7e7e;
}
#sub-sub-menu ul li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
#sub-sub-menu .articles{
    float: left;
    width: 832px;
}
#sub-sub-menu .article{
    padding: 32px 11px 0 11px;
    border-right: 1px solid #7e7e7e;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sub-sub-menu .article:last-child{
    border: 0;
}
#sub-sub-menu .articles img{
    width: 100%;
}
#sub-sub-menu .articles h4{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Din_Light';
}
.main.indentTop{
    margin-top: 130px;
}
.main{
    background: #ffffff;
    /*    margin-top: -22px;*/
}
.ico{
    z-index: 9;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-size: 40px!important;
}
.ico.ico-entrepreneurship{
    background: url(../img/ico-entrepreneurship.png) center center no-repeat;
}
.ico.ico-business{
    background: url(../img/ico-business.png) center center no-repeat;
}
.ico.ico-technology{
    background: url(../img/ico-technology.png) center center no-repeat;
}
.ico.ico-digital-media{
    background: url(../img/ico-digital-media.png) center center no-repeat;
}
.ico.ico-events{
    background: url(../img/ico-events.png) center center no-repeat;
}
.advertisement h3{
    color: #525151;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin: 0.5em 0;
    font-family: 'Din_Light';
    letter-spacing: 4px;
}
#content{
    margin: 0 5px;
}

#content.mainPage.searchPage .sidebar{
    padding-top: 0;
}

#content .text a {
    color:#648a2c;
    font-weight:bold;
    text-decoration:underline;
}
#content .text a:hover {
    text-decoration:underline;
}
#content .text img {
    width:auto!important;
    height:auto!important;
}
#content .author {
    font-family: 'Din_Medium';
    font-size:12px;
}
.content .articles{
    margin-bottom: 1em;
}
.content .articles > div{
    padding: 5px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content .articles .inner{
    position: relative;
    /*    overflow: hidden;*/
}
.content .articles .inner img{
    /*    width: 100%;*/
    max-width: initial;
}
.content .articles .inner > a{
    display: block;
    position: relative;
    overflow: hidden;
}
.content .articles .inner .shadow{
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: box-shadow 0.15s ease-in-out;
    -moz-transition: box-shadow 0.15s ease-in-out;
    -ms-transition: box-shadow 0.15s ease-in-out;
    -o-transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
}
.content .articles .inner:hover .shadow{
    -webkit-box-shadow: inset 0px 0px 80px 50px rgba(0,0,0,.6);
    -moz-box-shadow: inset 0px 0px 80px 50px rgba(0,0,0,.6);
    box-shadow: inset 0px 0px 80px 50px rgba(0,0,0,.6);
}
.content .articles .inner .date{
    color: #a1a0a0;
    font-size: 10px;
    font-family: 'Din_Regular';
}
.content .articles .inner .bottom{
    padding: 10px;
    /*    border-top: 1px solid #928d8a;*/
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.13);
    height:78px;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.13);
}
.content .articles .inner h3{
    max-width: 260px;
    margin: 0;
    font-family: 'Din_Bold';
    line-height: normal;
}
.content .articles .inner h3 a{
    color: #828282;
    font-size: 16px;
    line-height: normal;
}
.load-more{
    display: block;
    width: 100%;
    text-align: center;
    color: #525151;
    background-color: #e6e5e5;
    margin: 10px 0 20px 0;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}
.load-more.large{
    height: 52px;
    line-height: 52px;
    font-size: 20px;
}
.load-more.small{
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}
.sidebar{
    padding: 0 5px 0 5px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar .news-selector{
    display: inline-block;
    width: 100%;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
}
.sidebar .news-selector a{
    float: left;
    display: block;
    width: 50%;
    padding: 7px 0 10px 0;
    text-align: center;
    color: #4a545c;
    font-family: 'Din_Medium';

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.sidebar .news-selector a:first-child{
    border-right: 1px solid #b7b7b7;
}
.sidebar .news-selector a.active{
    background: #f8f9fa;
}
.sidebar .poll h2{
    cursor: pointer;
    font-size: 20px;
    font-family: 'Din_Black';
    padding: 10px 0 10px 40px;
    text-transform: uppercase;
    color: #fff;
    background: url(../img/ico-poll-plus.png) no-repeat 98% 50%;
    background-color: #2aa9e0;
}
.sidebar .poll .slidedown{
    padding: 0 1em 1em 1em;
}
.sidebar .sidebar-news{
    padding: 0 7px;
}
.sidebar .sidebar-news li{
    border-bottom: 1px solid #f2f1f1;
    padding: 15px 0;
}
.sidebar .sidebar-news img{
    width: 90%;
}
.sidebar .sidebar-news a{
    display: inline-block;
}
.sidebar .sidebar-news h3{
    font-family: 'Din_Regular';
    font-size: 15px;
    margin: 0;
    color: #656d6c;
    font-weight: normal;
}
.sidebar .sidebar-news .date{
    color: #a1a0a0;
    font-size: 10px;
    font-family: 'Din_Regular';
}
/* ==========================================================================
Home
========================================================================== */
#home{
    /*    background-image: url(../img/bg-home.jpg);*/
    bac kground-position: top center;
    background-repeat: no-repeat;
}
#top-boxes{
    padding: 0 5px;
    margin-bottom: 10px;
}
#top-boxes > div{
    padding: 5px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#top-boxes .inner{
    position: relative;
    overflow: hidden;
}
#top-boxes .inner > a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 5px;

    font-size: 20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#top-boxes .overlay{
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
}
#top-boxes .overlay.entrepreneurship{
    background-color: rgba(244, 138, 28, .56);
}
#top-boxes .overlay.business{
    background-color: rgba(0, 147, 197, .56);
}
#top-boxes .overlay.technology{
    background-color: rgba(134, 68, 154, .56);
}
#top-boxes .overlay.digital-media{
    background-color: rgba(192, 24, 35, .56);
}
#top-boxes .overlay.events{
    background-color: rgba(97, 139, 40, .56);
}
#top-boxes .overlay:hover{
    background: transparent;
}
#top-boxes .inner > a h3{
    position: absolute;
    line-height:normal;
    left: 0px;
    bottom: 20px;
    margin: 0;
    padding-left: 25px;
    width: 210px;
    font-family: 'Din_Bold';
    font-size: 20px;
}
#top-boxes .inner img{
    width: auto;
    min-width: 100%;
    display: inline-block!important;
    height: 230px;
    max-width: none;
}
#top-advertisement{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#home .sidebar{
    padding-top: 64px;
}
#home .content .top{
    display: inline-block;
    width: 100%;
    max-width: 636px;
    margin-left: 5px;
    border-bottom: 5px solid #eeeeee;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#home .content h1{
    position: relative;
    float: left;
    background-color: #eeeeee;
    margin: 0;
    padding: 15px 40px;
    line-height: 1;
    /*    font-family: 'Din_Alternate_Black';*/
    font-family: 'Din_Bold';
    color: #525151;
}
#home .content h1:after{
    content: ' ';
    position: absolute;
    top: 0;
    right: -11px;
    height: 100%;
    width: 30px;
    background-color: #eeeeee;
    display: block;

    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
#home .content form.newsLetter{
    background:#eeeeee;
    position:relative;
    width:100%;
    margin-bottom:15px;
    height:65px;
}
#home > .content > form.search p {
    font-family: 'Din_Regular';
    float: left;
    margin-left: 70px;
    font-size:18px;

}
#home .content form.search label{
    font-family: 'Din_Alternate_Black';
    text-transform: uppercase;
    color: #525151;
    font-size:20px;
    margin-left: 15px;
    float:right;
    margin-top:12px;
    background: #FB8C1B;
    padding: 4px 10px;
    color:white;
    cursor:pointer;
}
#home .content form.search input{
    background: #fcfefc;
    border: 1px solid #bebdbd;
    padding: 2px;
    border-radius: 2px;
    opacity:0;
}
#home  .content  form.newsLetter p {
    font-family: 'Din_Regular';
    float: left;
    margin-left: 70px;
    font-size:18px;

}
#home .content form.newsLetter label{
    font-family: 'Din_Alternate_Black';
    text-transform: uppercase;
    color: #525151;
    font-size:20px;
    margin-right: 15px;
    float:right;
    margin-top:12px;
    background: #FB8C1B;
    padding: 4px 10px;
    color:white;
    cursor:pointer;
}
#home .content form.newsLetter input{
    background: #fcfefc;
    border: 1px solid #bebdbd;
    padding: 2px;
    border-radius: 2px;
    opacity:0;
}
#home .content .articles{
    margin-top: -10px;
}
#home .newsletterEmail {
    position: absolute;
    width: 75%;
    right: 112px;
    top: 12px;
    height: 30px;
}
/* ==========================================================================
Listing
========================================================================== */
.category-menu{

}
#sub #sub-menu,
#inner #sub-menu{
    border-bottom: 1px solid #f2f2f2;
}
#inner .top,
#sub .top{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #dddcdc;
    padding-left: 20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.category-menu{
    float: left;
    padding: 10px 0;
}
.category-menu li{
    display: inline-block;
}
.category-menu li a{
    display: block;
    padding: 0 10px;
    color: #525151;
    font-family: 'Din_Bold';
    font-size: 14px;
}
.category-menu li a span{
    padding: 5px 10px;
    background:#DEDEDE;
    display: inline-block;
    margin: 0 auto;
    border-radius: 20px;
    line-height: 1;
    text-align: left;

    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.category-menu li a:hover span,
.category-menu li a.active span
{
    background: #fb8d1b;
    color: #fff;
}
.top .search{
    position: relative;
    float: right;
    background: #EEE;
    padding: 10px 6px;
    border: 1px solid #D1D1D1;
    margin-top: 10px;
    margin-right: 11px;
    width: 289px;
}
.top .search p {
    font-size:15px;
    margin:0;
    display:inline-block;
    font-family: 'Din_Regular';
    text-transform: capitalize;
}
.top .removeBg {
    background:none;
}
.top .removeBg:before{
    background-color:transparent !important;
}

.top .search label{
    position: relative;
    z-index: 3;
    font-family: 'Din_Bold';
    margin-right: 10px;
    background: #F4921C;
    cursor:pointer;
    color: #FFF;
    padding: 4px 13px;
    text-transform: uppercase;
}
.top .search input{
    height: 20px;
    border: 1px solid #f8f8f8;
    opacity:0;
    left: 93px;
    position:absolute;
}
/* ==========================================================================
Inner
========================================================================== */
.button{
    display: inline-block;
    padding: 6px;
    min-width: 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Din_Bold';
    text-align: center;
    margin: 0 4px;
}
.button-orange{
    background: #f4921c;
    color: #fff;
}
#inner #content{
    width: 100%;
    margin: 0;
    padding: 0 5px 50px 5px;
    border-bottom: 1px solid #d2d0d0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#inner .content{
    padding: 0 15px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#inner h1{
    font-size: 36px;
    font-family: 'Din_Medium';
    color: #828282;
    margin: 0;
}
#inner .date{
    color: #000000;
    font-size: 12px;
    font-family: 'Din_Regular';
}
#inner .links{
    width: 100%;
    display: inline-block;
    margin-bottom: 1em;
}
#inner .links .social{
    float: left;
    line-height: 45px;
}
#inner .links .social ul{
    list-style:none;
    margin:0;
    padding:0;
    margin-top:10px;
}
#inner .links .social li{
    /*    float: left;*/
    /*    margin-right:30px;*/
}
#inner .links .social li:first-child {
    /*    margin-top:-20px;*/
}
#inner .links .social li:nth-child(2) {
    /*    width:84px;*/
}
#inner .links .social li:nth-child(3) {
    /*    width: 50px;*/
    /*    margin-top:1px;*/
}
#inner .links .social li:last-child {
    /*    margin-top:-21px;*/
}

#inner .buttons{
    float: right;
}
#inner .buttons a:last-child{
    margin-right: 0;
}
#inner .cover{
    width: 100%;
    margin-bottom: 20px;
}
#inner .text{
    max-width: 100%;
    display: inline-block;
    font-family:arial;
    color: #525151;
    font-size: 13px;
}
#inner .text p{
    color: #525151;
    font-size: 13px;
}
#inner .info-box{
    float: right;
    width: 300px;
    background: #2aa9e0;
    color: #fff;

    padding: 22px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#inner .info-box span{
    display: block;
    font-family: 'Din_Regular';
    font-size: 14px;
    line-height: 1.6;
}
#inner .info-box .title{
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-family: 'Din_Bold';
    line-height: 2;
    margin-bottom: 1em;
}
#inner .content .banner{
    margin: 1em 0;
    display: inline-block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.comments-title{
    background: #c9c9c9;
}
.comments-title h2{
    color: #fff;
    display: inline-block;
    margin: 0;
    font-size: 20px;
    font-family: 'Din_Black';
    text-transform: uppercase;
    padding: 0 40px 0 30px;
    /*    background: url(../img/ico-poll-plus.png) no-repeat right center;*/
}
.toggleNext {
    cursor:pointer;
}
.toggleNext h2 > img{
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    -webkit-transition: all .3s; /* For Safari 3.1 to 6.0 */
    transition: all .3s;
}
.toggleNext.toggled h2 > img{
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

#related{
    display: inline-block;
    background: #f3f2f2;
    padding: 0 20px;
    border-bottom: 1px solid #d2d1d1;
}
#related h2{
    font-family: 'Din_Black';
    font-size: 25px;
    color: #525151;
    margin: 0.5em 10px;
}
#related .list > div {
    padding: 0 10px;
    border-right: 1px solid #d2d1d1;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#related .list > div:last-child{
    border-right: 0;
}
#related .list > div a{
    display: block;
    position: relative;
}
#related .list > div img{
    width: 100%;
}
#related .list > div a .ico{
    bottom: 0;
    top: auto;
}
#related h3 a{
    font-size: 16px;
    color: #525151;
    font-family: 'Din_Bold';
}
#missed{
    display: inline-block;
    padding: 0 15px;
    background: #e6e5e5;
    padding-bottom: 50px;
}
#missed h2{
    font-family: 'Din_Bold';
    font-size: 25px;
    color: #525151;
    margin: 0.5em 10px;
}
#missed .list > div{
    padding: 0 10px;
    border-right: 1px solid #dddcdc;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#missed .list > div:last-child{
    border: 0;
}
#missed .list > div a{
    display: block;
    position: relative;
}
#missed .list > div img{
    width: 100%;
}
#missed .list > div a .ico{
    width: 27px;
    height: 27px;
    bottom: 0;
    top: auto;

    -webkit-background-size: cover;
    background-size: cover;
}
#missed h3 a{
    font-size: 16px;
    color: #525151;
    font-family: 'Din_Bold';
}
#missed h3{
    font-size: 13px;
    font-family: 'Din_Regular';
}
#missed h3 a{
    color: #525151;
}

#search-mobile {
    display:none;
}
/* ==========================================================================
Media Queries
========================================================================== */
@media (max-width: 979px) {
    .pure-hidden-phone {
        display: none;
    }
    .pure-hidden-tablet {
        display: none;
    }

    #home{
        background: none;
    }
    #sub-menu{
        display: none;
    }
    .language-selector{
        position: absolute;
        right: 0;
        top: 0;
        width: auto !important;
    }
    #header{
        position: relative;
    }


    #mobile-menu{
        position: absolute;
        right: 3em;
        height: 45px;
        width: 37px;
        padding: 0 1em;
        background-color: #333333;
        top: 9px;
        border-radius: 9px;
    }
    #mobile-menu .icon{
        cursor: pointer;
        position: absolute;
        top: 50%;
        margin-top: -12.5px;
        display: block;
        width: 49px;
        height: 5px;
        border-top: 15px double #5d5d5d;
        border-bottom: 5.5px solid #5d5d5d;
        background-color: #333333;
        left: 10px;
    }
    #mobile-menu-holder{
        display: none;
        padding-bottom: 1em;
    }
    #mobile-menu-holder ul .mobile-menu-item{
        padding: 0 0 0 1em;
    }
    #mobile-menu-holder ul .separator{
        margin: 0.5em 0;
        border-bottom: 1px solid #3a3939;
    }
    #mobile-menu-holder ul .mobile-menu-item a{
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        text-align: center;
        font-family: 'Din_Alternate_Black';
    }

    #mobile-menu-holder ul ul{
        /*        display: none;*/
        padding-left: 2em;
    }
    #mobile-menu-holder ul ul li a{
        font-family: 'Din_Light' !important;
    }

    .sidebar .sidebar-news .latest li > div{
        width: 50%;
    }
    #related .list > div,
    #missed .list > div{
        border: 0;
    }
    #home .content .top{
        max-width: none;
        margin: 0;
        padding: 0 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #home .content h1{
        float: none;
    }
    #home .content h1:after{
        display: none;
    }

    #home .content form.search:before{
        display: none;
    }
    #logo img {
        margin: 13px 0 0 14px;
    }
}


@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
Helper classes
========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
Print styles
========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.rtl #top-boxes .inner > a h3,
.rtl .content .articles .inner h3,
.rtl .sidebar .sidebar-news a,
.rtl .content .articles .inner .bottom
{
    text-align: right;
    direction: rtl;
}
.rtl #top-boxes .inner > a h3{
    right:10px;
    left: initial;
}
.rtl .content .articles .inner h3{
    margin-right: 0;
}
.rtl#inner    .text {
    font-family: Tahoma,Verdana,Arial;
}
.rtl#inner  .text p {
    font-size:16px;
}

.rtl#inner h1 {
    direction:rtl;
    text-align: right;
}

.rtl .pds-box ,
.rtl .pds-box div,
.rtl .pds-answer-input,
.rtl .pds-input-label {
    float:right!important;
    direction:rtl!important;
    text-align: right!important;
}
.rtl .PSD_Poll div{
    direction:rtl!important;
    text-align: right!important;
}

.fixed {
    position:fixed;
    top:0;
    z-index:999;
}
.absoluteFollow{
    z-index:999;
    position:absolute!important;
}


.mainPage .content .top{
    border-bottom: 0!important;
}

@media (max-width: 1024px) {
    #sub-menu .social {
        width: 30px;
        position: fixed;
        bottom:0;
        left: 0;
    }
}
@media (max-width: 640px) {
    #logo_small {
        /*        display:inline-block;*/
    }
    #logo_big {
        /*        display:none;*/
    }
    .contentBanner{
        display:none;
    }
    .content .articles .inner .bottom {
        padding-top:0;
    }
    .content .articles .inner h3,
    #inner h1,
    #top-boxes .inner > a h3 {
        line-height:26px;
    }
    iframe {
        max-width:100%;
        max-height:100%;
    }
    #top-boxes .inner > a h3 {
        font-size:15px;
    }
    #inner h1 {
        font-size:26px;
    }
    .top .search {
        width: 100%;
        margin-right:0;
    }
    #home .content form.newsLetter p {
        margin-left:2%;
        font-size:12px;
        margin-top:18px;
    }
    #home .content form.newsLetter label {
        font-size: 15px;

    }
    #home .newsletterEmail {
        top: 10px;
        height: 25px;
        font-size: 12px;

    }
    #home .content form.newsLetter {
        height:55px;
    }
}

@media (max-height: 750px) {
    .sidebar .sidebar-news li {
        padding: 10px 0;
    }
}
@media (max-width: 468px) {
    #home .content form.newsLetter p {
        width:170px;
    }
}
@media (max-width: 768px) AND (min-width: 468px) {
    #top-boxes .pure-u-1-3,
    .content .articles .pure-u-1-2 {
        width:50%;
    }
}

@media (min-width: 768px) {
    .social-mobile-inner {
        display:none;
    }

    #content.mainPage.searchPage {
        top:0;
    }
    #content.mainPage {
        position:relative;
        top:-80px;
    }
}
@media (max-width: 768px) {
    .mobileAd {display:inline-block;}
    .desktopAd {display:none;}
    .links .social {
        display:none;
    }
    #home .sidebar {
        padding-top:0;
    }
}

.mobileSearchButton {
    position:relative;top:9px;
}

.mobile-menu-social img {
    width: 28px;
    padding-right: 5px;
}

.social-mobile-inner {
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.social-mobile-inner a {
    display: block;
    float: left;
}
.social-mobile-inner a img{
    max-width: 100%;
}


@media (max-width: 1024px) and (orientation: landscape) {
    #inner .content {
        padding-left:2.2em;
    }
    .social-mobile-inner {
        width:2.2em;
    }
    .social-mobile-inner a {
        float:none;
        width:100%;
    }

}
@media (min-width: 768px) {
    #mainPageFeaturedAd{
        min-height: 290px;
    }
}
@media (min-width: 980px) {
    #mobile-menu-holder {
        display:none!important;
    }
}

/* CSS Document */
.social {
    line-height:15px;
}
.social  ul {
    list-style: outside none none;
    margin: 10px 0px 0px;
    padding: 0px;
}
.social ul li {
    display:inline-block;
    list-style: outside none none;
}
.stButton  {
    display: inline-block;
}

.stButton img  {
    margin-bottom:-6px;
}
.stButton .stArrow {
    padding-left: 3px;
    margin-left: -1px;
    background: url("/images/bubble_arrow.png") no-repeat scroll 3px 8px transparent;
    line-height: 16px;
    height: 24px;
    display: inline-block;
}
.stButton .stHBubble {
    color: #000;
    border: 1px solid #CAD4E7;
    background: none repeat scroll 0% 0% #ECEEF5;
    filter: none;
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    /*    z-index: -1;*/
    display: inline-block;
    padding: 2px;
    border-radius: 4px;
    height: 16px;
    line-height: 16px;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
}



.newsletter_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index:9999;
    max-height: 100%;
    overflow: auto;
}
.newsletter_overlay:target ,
.newsletter_overlay.visible {
    visibility: visible;
    opacity: 1;
}


.newsletter_overlay .popup {
    margin: 70px auto;
    padding: 20px;
    background: #efefef;
    /*  border-radius: 5px;*/
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;

}

.newsletter_overlay .popup h2 {
    margin-top: 0;
    color: #333;

    text-align: center;
}
.newsletter_overlay .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.newsletter_overlay .popup .close:hover {
    color: #06D85F;
}
.newsletter_overlay .popup .content {
    max-height: 30%;
    overflow: auto;
    text-align: center;
}

.newsletter_overlay input,
.newsletter_overlay select{
    background: #FFF;
    width: 50%;
    height: 25px;
    border: 1px solid #B7B7B7;
    padding:4px;
    margin:1px;
}

.newsletter_overlay .submit_container{
    text-align: center;
}
.newsletter_overlay .button {
    font-family: 'Din_Alternate_Black';
    text-transform: uppercase;
    color: #525151;
    font-size: 20px;
    margin:0 auto;
    float: none;
    clear:both;
    margin-top: 12px;
    background: #FB8C1B;
    padding: 4px 10px;
    color: white;
    cursor: pointer;
    border:0;
}
.toggle_button {
    width:auto!important;
    height:auto!important;
}

@media screen and (max-width: 700px){
    .newsletter_overlay .box{
        width: 70%;
    }
    .newsletter_overlay .popup{
        width: 70%;
    }

    #newsletter_popup h2 {
        font-size:13px;
    }
    .newsletter_overlay .button{
        width:100%;
        font-size: 14px;
    }
    .newsletter_overlay input, .newsletter_overlay select {
        width:75%;
    }
    .newsletter_overlay .popup .close {
        top: -10px;
        right: 3px;
    }
}


.rotate180 {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.toggleComments {cursor: pointer;}