/* Wide screen CSS */

.container {
    max-width: none;
}
@-webkit-keyframes greenPulse {
    from { background-color: #a3175c; -webkit-box-shadow: 0 0 9px #333; }
    50% { background-color: #bc3b7b; -webkit-box-shadow: 0 0 18px #eee; }
    to { background-color: #a3175c; -webkit-box-shadow: 0 0 9px #333; }
}
/* Login CSS */
.video-description{
    position: relative;
}
span.dotresp {
    display: block;
    font-size: 14px;
    color: #1ee60b;
}
.video-list li
{
    position: relative;
}
.video-description .newlab{
    width: 36px;
    height: 18px;
    background: rgba(255, 234, 0,0.8);
    z-index: 1000;
    position: absolute;
    right: 10px;
    top: 8px;
    text-align: center;
    color: #000;
    line-height: 1.7;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
} 
/*.video-holder 
{
    position: relative;
}*/
.video-list .newlab{
    width: 36px;
    height: 18px;
    background: rgba(255, 234, 0,0.8);
    z-index: 1000;
    position: absolute;
    right: 10px;
    top: 8px;
    text-align: center;
    color: #000;
    line-height: 1.7;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
/*
#magazine_sort_wrapper #items tr td span{
    line-height: 3.5;
}*/
li.member_account_in , li.login_account_in
{
    display: none;
}
.bootbox.modal .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 60px;
    font: 16px/20px 'Roboto', sans-serif;
}
/* End Login CSS */
.main-holder {
    position: relative;
	background: #fff;
}
.header-top {
    padding: 18px 0 30px;
}
.floating{
    z-index: 11;
}
.logo-footer {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/TRBusiness_logo.png) no-repeat;
    background-size: 134px;
    cursor: pointer;
    width: 159px;
    height: 42px;
    margin: 0;
    float: left;
}
.footer-bottom .aright {
    line-height: 3;
}
.footer-bottom {
    padding: 0px 0 7px;
}
.left_grip
{
    height: 100%;
    width: 10px;
    content: "";
    background: #e7e7e7;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0px;
}
.ad-block-03 .ad-03 { 
    width: 330px;
    height: 330px; 
    background: transparent;
    float: left;
    margin: 0 0 10px 9px;
}	
.ad-block-03 .ad-flat {
    width: 330px;
    height: 160px;
    float: left;
    background: transparent;
    margin: 0 0 10px 9px;
}
/*.ad-block .ad-04:first-child {
    float: left;
}
.ad-block .ad-04:last-child {
    float: right;
} */
.ad-04 {
    width: 100%;
    height: 210px;
    margin: 0 6px 10px; 
    
}
.articles-block .thumbnail .caption p {
    margin: 0 0 10px;
}
/* Mobile ads CSS */
.pop-mob
{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
/*
span.mobad-close {
    background: #ccc;
    right: 0;
    top: -20px;
    position: absolute;
    padding: 0px 5px;
}*/

span.mobad-close {
    right: -1px;
    top: -18px;
    position: absolute;
    background: url(../images/fancy_click_close.png) no-repeat;
    background-size: 35px;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    display: none;
}
/* Mobile ads CSS */
/* Popup ads */
#popads
{
    display: none;
}
div#myModal {
    top: auto;
    bottom: 0;
}
#myModal .modal-dialog
{
    display: table;
}
.pop-up-block .modal-content {
    background-color: transparent;
    border: 0px solid rgba(0,0,0,.2);
    box-shadow: 0 0px 0px rgba(0,0,0,.5);
}
.pop-up-block .modal-content .modal-header {
    padding: 0;
    border-bottom: 0px solid #e5e5e5;
}
.pop-up-block .modal-content button.close {
    font-size: 50px;
    line-height: 0.6;
    padding-bottom: 5px;
    opacity: 1;
    color: #fff;
    background-color: #000;
    z-index: 9;
}
.pop-up-block .modal-body {
    padding: 0;
}
/* Popup ads end */
@media (min-width: 768px){
    .articles-block .thumbnail {
        width: 145px;
        margin: 0 9px 41px 0;
    }
    .col-md-12 .articles-block .thumbnail a>img
    {
        width: 154px;
        height: 102px;
    }
    .articles-block .thumbnail.video_channels {
        width: 145px; 
        margin: 0 5px 10px 5px;
    }
    /*.articles-block .thumbnail {
        width: 154px;
        margin: 0 9px 41px 0;
    }*/
    .ad-block-03 .ad-03 {
        width: 225px;
        height: 225px;
        background: transparent;
        float: left;
        margin: 0 0 10px 5px;
    }
    .ad-block-03 .ad-flat {
        width: 225px;
        height: 110px;
        background: transparent;
        float: left;
        margin: 0 0 10px 5px;
    }
    .ad-block-02 .ad-02 {
        width: 225px;
        height: 410px;
        background: transparent;
        float: left;
        margin: 0 0 10px 5px;
    }
    .ad-block {
        padding: 0;
        margin:0 -10px;
        width: 100%;
        float: none;
    }
    .magazine-block{
        margin: 0px;
    }

    .floating, .fixed-popup {
        opacity: 0.2;
    }
}
@media only screen and (max-width: 767px)
{ 
    .logo
    {
        /*float: none !important;
        margin: 0 auto !important;
        width: 310px !important;
        position: relative !important;
        top: 0 !important;*/
        padding: 70px 0px 0px;
    }	
    #header
    {
        padding: 0;
    }
    .header-top {
        padding: 0 0 10px !important;
    }
    .logo-footer {
        background: url(../images/TRBusiness_logo.png) no-repeat;
        background-size: 134px;
        cursor: pointer;
        width: 159px;
        height: 42px;
        margin: 0 auto !important;
        float: none !important;
    }
    .footer-bottom .aright {
        line-height: 3;
    }
    .footer-bottom {
        padding: 0px 0 7px;
    }
	.main-holder {
    background: #fff !important;
   }
}
@media only screen and (max-width: 1001px)
{
	.logo-footer {
        text-indent: -9999px;
        overflow: hidden;
        background: url(../images/TRBusiness_logo.png) no-repeat;
        background-size: 134px;
        cursor: pointer;
        width: 159px;
        height: 42px;
        margin: 0;
        float: left;
    }
    .homepagead {
        background: #ffffff;
    }	
    .footer-bottom .aright {
        line-height: 3;
    }
    .footer-bottom {
        padding: 0px 0 7px;
    }
    .logo
	{
        /*float: left;
        margin: 0px 0 0 5px;
        width: 260px;
        position: absolute;
        top: -18px;*/
    }		
    #header
	{
        padding: 0;
    }
    .floating, .fixed-popup {
        opacity: 0.2;
    }
    .social-networks{
        float: none;
    }
	#footer {
        padding-left: 0px;
    }
    .powered
    { 
        float: none;
        margin: 42px 0 0;
        text-align: center;
        border-top: 0px solid;
        padding: 3px 0 3px;
        overflow: hidden;
        color: #6a6a6a;
    }
    .powered a
    {
        color: #a2a2a2;
        font-size: 12px;
    }
	.twitter-share-button-Div
    {
            right: 15px !important;
    }
    .powered a:hover
    {
        color:#fff;
    }
    .wp-caption p.wp-caption-text
    {
        max-width: 450px;
    }
    .article-block .page-content img
    {
        max-width: 450px;
        height: auto;
    }
    .hmoe .ad-04 {
        width: 730px;
        height: 169px;
    }
    .ad-04 {
        width: 450px;
        height: 104px;
    }
}
@media (min-width: 1002px)
{
    .logo
    {
        float: left;
        margin: 10px 0px 0px 20px;
        /*width: 335px;
        position: absolute;
        top: -18px;*/
    }		
    #header
    {
        padding: 0;
    }
    .floating, .fixed-popup {
        opacity: 0.2;
    }
    .articles-block .thumbnail {
        width: 188px;
    }
    .articles-block .thumbnail.video_channels {
        width: 290px;
        margin: 0 5px 10px 5px;
    }
    .col-md-12 .articles-block .thumbnail a>img {
        width: 188px;
        height: 120px;
    }
    .nav > li > a {
        padding: 8px 3px 11px;
    }	
    .ad-block-03 .ad-03 {
        width: 330px;
        height: 330px;
    }
    .ad-block-03 .ad-flat {
        width: 330px;
        height: 160px;
    }
    .ad-block-02 .ad-05 {
        background: transparent;
        margin: 0 0 10px 5px;
    }
    .product-section .articles-block .thumbnail a>img {
        width: 190px;
        height: 125px;
    }
    .ad-04 {
        width: 600px;
        height: 139px;
    }
    .powered
    { 
        float: right;
        margin: 55px 0 0;
        text-align: center;
        border-top: 0px solid;
        padding: 3px 0 3px;
        overflow: hidden;
        color: #6a6a6a;
    }
    .powered a
    {
        color: #a2a2a2;
    }
    .powered a:hover
    {
        color:#fff;
    }
    .social-networks li {
        float: left;
        margin: 0 0 10px 5px;
    }
}
@media (min-width: 1200px) 
{
    .nav > li > a {
        padding: 8px 13px 11px;
    }
    .logo-footer {
        text-indent: -9999px;
        overflow: hidden;
        background: url(../images/TRBusiness_logo.png) no-repeat 0px 10px;
        background-size: 134px;
        cursor: pointer;
        width: 159px;
        height: 42px;
        margin: 0;
        float: left;
    }
    .footer-bottom .aright {
        line-height: 3;
    }
    .footer-bottom {
        padding: 0px 0 7px;
    }
    .logo {
        float: left;
        margin: 23px 0 0 19px;
        width: 305px;
        /*float: left;
        margin: 0px 0 0 5px;
        width: 420px;
        position: absolute;
        top: -18px;*/
    }
	.articles-block .thumbnail .caption p {
    max-height: 55px;
    overflow: hidden;
	 display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
	.article-block .page-content img.aligncenter {
    display: block;
	    margin-left: auto !important;
    margin-right: auto !important;
}
.articles-block .thumbnail.large .caption p {
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	    display: inherit;
}
    #header .ad {
        width: 70%;    
        float: right;
		margin: 9px 10px 0 0;
    }
    div#home-header, div#other-header {
        text-align: center;
    }
    .container {
        width: 1300px;
    }

    .breadcrumbs.alt {
        margin: 0 13px 18px 0px;
    }
    /*#content {
        padding: 0px 20px 20px 20px;
    }*/
    .navigation-block {
        margin: 0 0 12px;
    }
    .headlines
    {
        position: relative; 
        width: 100%;
        background: #fff; 
        overflow: hidden;
    } 
    .flashnews ul li:first-child {
        margin-left: 30px;
        padding: 1px 6px;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
        -webkit-animation-name: greenPulse;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
    }
    .flashnews ul li.dark-red span {
        color: #fff;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 0.9em;
    }
    #header{
        margin: 0 0 12px;
        padding: 0;
    }
    .header-top {
        padding: 18px 0 28px;
    }
    .hmoe .flashnews {
        margin: 5px 0;
        border-bottom: 0px solid #e7e7e7;
        padding-bottom: 0;
    }
    .flashnews {
        margin: 5px 0 0;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 8px;
    }
    .flashnews ul {
        margin: 0;
        line-height: 1;
    }
    .flashnews ul li {
        display: inline-block;
        color: #000;
        font-weight: 600;
        white-space: nowrap;
        max-width: 22%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .flashnews ul li a {
        color: #000;
        font-weight: normal;
        padding: 0 20px;
        font: 12px/18px 'Roboto', sans-serif;
        line-height: 1;
    }
    .promo-block img {
        width: 100%;
        height: 350px;
        max-height: 350px;
        display: block;
    }
    .powered
    { 
        float: right;
        margin: 55px 0 0;
        text-align: center;
        border-top: 0px solid;
        padding: 3px 0 3px;
        overflow: hidden;
        color: #6a6a6a;
    }
    .powered a
    {
        color: #a2a2a2;
    }
    .powered a:hover
    {
        color:#fff;
    }
    .contactForm .fieldrow label {
        width: 13%;
    }
    .ad-block-02 .ad-05 { 
        margin: 0 0 10px 10px;
    }
    .ad-right-01 {
        width: 210px;
        height: 350px;
        background: #eee; 
    }
    .news-list li {
        float: left;
        width: 50%;
    } 
    .articles-block .thumbnail.large {
        width: 438px;
    }
    .col-md-12  .content-section .thumbnail.large a>img {
        width: 438px;
        height: 220px;
		object-fit: cover;
    }
    .articles-block .thumbnail.large h2 {
        padding: 0;
        margin: 0;
    }
    .col-md-12 #tab1 .articles-block .thumbnail.large a>img,
    .col-md-12 #tab2 .articles-block .thumbnail.large a>img,
    .col-md-12 #tab3 .articles-block .thumbnail.large a>img,
    .col-md-12 #tab4 .articles-block .thumbnail.large a>img,
    .col-md-12 #tab5 .articles-block .thumbnail.large a>img,
    .col-md-12 #tab6 .articles-block .thumbnail.large a>img
    {
        width: 438px;
        height: 180px;
    }
    .col-md-12 .articles-block .thumbnail a>img, .product-section .articles-block .thumbnail a>img
    { 
        width: 215px;
        height: 140px; /* 125px */
    }
    .articles-block .thumbnail a>img {
        width: 215px;
        height: 140px; /* 125px */
    }
    .carousel {
        position: relative;
        width: 1280px;
    }
    .carousel .mask .slide {
        width: 218px; 
    }
    .carousel .mask {
        width: 1300px;
    }
    ul.logo-list li a {
        width: 124px;
    }
    .video-block {
        background: #ffffff;
        margin-left: -15px;
        margin-right: -10px;
        margin-top: 0px;
        padding-top: 0px;
    }
    .hmoe aside.sidebar {
        padding: 0px 7px 0 0;
    }
    .video-block .button-holder {
        background: #575756;
    }

    .articles-block .thumbnail {
        vertical-align: top;
        display: inline-block;
        width: 215px;
    }

    .ad-block-03 .ad-03 { 
        width: 330px;
        height: 330px; 
        background: transparent;
        float: left;
        margin: 0 0 10px 9px;
    }	

    .ad-block-03 .ad-flat {
        width: 330px;
        height: 160px;
        float: left;
        background: transparent;
        margin: 0 0 10px 9px;
    }

    .ad-04 {
		width: 896px;
        height: 208px;
        margin: 0 6px 10px;
        background: #941b50;
    }

    .inner-main #content {
        margin: 0 20px 0 0;
    }

    .inner-aside {
        width: auto; 
    }

    .inner-aside.left {
        margin: 0 0 -9999px -25px;
    }
    .content-section .thumbnail a>img {
        width: 214px;
        height: 125px;
    }

    .article-block .page-content img{
        margin: 5px 0px;
    }
    .inner-main .main-holder {
        background: #d7d7d7;
        overflow: inherit;
    }

}
@media (min-width: 1350px) 
{
    .floating, .fixed-popup {
        opacity: 1;
    }
}
@media screen and (min-width:0\0)
{
    .navigation-block
    {
        margin: 0 0 32px;
    }
}

 /*.logo-footer {
    text-indent: -9999px;
    overflow: hidden;
    background-size: 134px;
    cursor: pointer;
    width: 159px;
    height: 42px;
    margin: 0;
    float: left;
    background: url(../images/trb-pink-logo-resize.png) no-repeat !important;
}*/

@media screen and (max-device-width: 736px) and (orientation: landscape) {
	.logo {
    padding: 120px 0 0;
}
}
.navigation-block .cloned, .is-visible{z-index:100000 !important;}