.dynamic-tabs {
	width: 100%;
	float: left;
}
.dynamic-tabs-container {
	position: relative;
}
.dynamic-tabs-container .dynamic-tabs {
    padding-right: 45px;
}
.dynamic-tabs-container .tabs-dropdown {
    position: absolute;
    right: 0;
    margin-right: 0 !important;
}
.dynamic-tabs-container .tabs-dropdown.navbar-nav {
    margin: 0 !important;
}
@media only screen and (max-width: 767px) {
    .dynamic-tabs-container .tabs-dropdown .dropdown-menu {
        position: fixed;
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        padding-top: 50px;
	}
    .dynamic-tabs-container .tabs-dropdown .dropdown-menu .dropdown-header {
        position: fixed;
        left: 21px;
        right: 21px;
        background: #FFF;
        margin-top: -50px;
        padding-top: 18px;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
	}
    .dynamic-tabs-container .tabs-dropdown .dropdown-menu .close {
        position: absolute;
        top: 14px;
        right: 20px;
	}
    .dynamic-tabs-container .tabs-dropdown .dropdown-menu .divider {
          margin: 0;
	}
	.dynamic-tab {
		width: 100%;
	}
}
.dynamic-tabs-container .tabs-dropdown .dropdown-toggle {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.dynamic-tabs-container .tabs-dropdown .dropdown-toggle .count {
    margin-right: 5px;
}
.dynamic-tabs-container .tabs-dropdown .dropdown-toggle .caret {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid;
    margin-left: 0;
    vertical-align: initial;
}

/* News tabs */

.widget ul.news-tab-switcher {
    margin-left: 0;
    margin-bottom: 40px;
}
.news-tab-switcher {
    border-bottom: solid 2px #c14240;
}
.news-tab-switcher li {
    margin: -1px 0 0 -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.news-tab-switcher li:first-child {
    margin: -1px 0 0 -1px;
}
.news-tab-switcher li a,
.news-tab-switcher li span {
    display: inline-block;
    padding: 0 13px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    color: #b3b3b3;
}
.news-tab-switcher li a:hover,
.news-tab-switcher li a:focus,
.news-tab-switcher li a:active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    color: #37342f;
}
.news-tab-switcher li.active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.news-tab-switcher li span,
.news-tab-switcher li.active a,
.news-tab-switcher li.active a:hover,
.news-tab-switcher li.active a:focus,
.news-tab-switcher li.active a:active {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 100;
    height: 40px;
    line-height: 40px;
    text-transform: none;
    background-color: #c14240;
    color: #ffffff;
}

.news-tab-switcher li.active {
    overflow: hidden;
}
.news-tab-switcher li.active a {
    max-height: 40px;
    display: block;
    overflow: hidden;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}

/* items divider / border */
.news-tab-item {overflow: hidden;}
.news-tab-item + .news-tab-item {
    margin-top: 20px;
    padding-top: 19px;
    border-top: solid 1px #e5e5e5;
}
.news-tab--type-0 + .news-tab--type-0 .news-tab-item,
.news-tab--type-2 + .news-tab--type-2 .news-tab-item {
    margin-top: 20px;
    padding-top: 19px;
    border-top: solid 1px #e5e5e5;
}

.row.news-tab--type-0,
.row.news-tab--type-1,
.row.news-tab--type-2 {
    margin-left: -15px;
    margin-right: -15px;
}

/* big thumbnail */
.news-tab-item--big__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 100;
    margin-top: 20px;
}
.news-tab-item--big__title,
.news-tab-item--big__title a {
    color: #323232;
}
.news-tab-item--big__title a:hover {
    color: #b3b3b3;
}
/* items media */
.news-tab-item__media {
    display: block;
    position: relative;
    float: left;
}
.news-tab-item .news-tab-item__media {margin-right: 21px;}
.news-tab-item--big .news-tab-item__media {float: none;}
.news-tab-item--big .news-tab-item__media img {width: 100%;}

.news-tab-item__media .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}
.news-tab-item__media:hover .overlay {
    background-color: rgba(50, 50, 50, 0.5);
}
.news-tab-item__media .overlay:before,
.news-tab-item__media .overlay:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    color: #c14240;
    font-family: FontAwesome;
}
.news-tab-item__media:hover .overlay.audio:before,
.news-tab-item__media:hover .overlay.video:before {
    content: '\f01d';
}
.news-tab-item__media:hover .overlay:before,
.news-tab-item__media:hover .overlay:after {
    opacity: 1;
    color: #ffffff;
}

.news-tab-item__title {
    display: block;
    min-height: 42px;
    height: 42px;
    overflow: hidden;
    line-height: 1.4286;
    line-height: 1.5;
    color: #37342f;
}
.news-tab-item__title:hover {
    color: rgba(55, 52, 47, 0.5);
}

/* item meta info */
.news-tab-item__meta {
    text-align: right;
    overflow: hidden;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 17px;
    color: #b3b3b3;
}
.news-tab-item .news-tab-item__meta {
    text-align: left;
    margin-bottom: 0;
    margin-top: 3px;
}
.news-tab-item__meta__meta-item {margin-left: 10px;}
.news-tab-item__meta__meta-item__date {float: left;}
.news-tab-item__meta__meta-item__comments {float: right;}
.news-tab-item__meta__meta-item__likes {
    position: absolute;
    bottom: 3px;
    left: 6px;
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 1;
    color: #ffffff;
    opacity: 0;
    padding-left: 1px;
}
.news-tab-item__media:hover .news-tab-item__meta__meta-item__likes {opacity: 1;}

.news-tab-item__meta__meta-icon {margin-right: 3px; color: #c14240;}

.news-tab-content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.714;
}
.news-tab-item__content {
    margin-top: 8px;
    color: #7f7f7f;
}

/* preloader */
.news-tab-item__loading {
    text-align: center;
    padding: 30px 0;

}
.news-tab--style-0 .news-tab-item__loading {min-height: 284px;}
.news-tab--style-1 .news-tab-item__loading {min-height: 500px;}
.news-tab--style-2 .news-tab-item__loading {min-height: 700px;}

.news-tab-item__loading h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 100;
    line-height: 30px;
}
.news-tab-item__loading .spinner {
    margin: 10px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    font-size: 1.0rem;
}
.news-tab-item__loading .spinner > div {
    background-color: #c14240;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.news-tab-item__loading .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.news-tab-item__loading .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.news-tab-item__loading .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.news-tab-item__loading .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1.0);
    }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
        -ms-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
           -ms-transform: scaleY(1.0);
   }
}

/* dropdown-menu */
.widget_news_tabs .dropdown-menu {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 7px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    max-height: 350px;
    overflow-x: hidden;
    /*overflow-y: scroll;*/
}
.widget_news_tabs .dropdown-menu > li {
    max-width: 200px;
}
.widget_news_tabs .dropdown-menu > li > a {
    background-color: transparent;
    padding: 7px 20px;
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    color: #b2b2b2;
    white-space: initial;
}
.widget_news_tabs .dropdown-menu > li > a:hover,
.widget_news_tabs .dropdown-menu > li > a:focus,
.widget_news_tabs .dropdown-menu > li > a:active {
    background-color: transparent;
    color: #343434;
}

/* Accent colors */
/* .widget_news_tabs:nth-child(3n+0) */
.accent-color-orange .news-tab-switcher {border-bottom: solid 2px #f9a729;}
.accent-color-orange .news-tab-switcher li span,
.accent-color-orange .news-tab-switcher li.active a,
.accent-color-orange .news-tab-switcher li.active a:hover,
.accent-color-orange .news-tab-switcher li.active a:focus,
.accent-color-orange .news-tab-switcher li.active a:active {background-color: #f9a729;}
.accent-color-orange .news-tab-item__media .overlay:before,
.accent-color-orange .news-tab-item__media .overlay:after {color: #f9a729;}
.accent-color-orange .news-tab-item__meta__meta-icon {color: #f9a729;}
.accent-color-orange .news-tab-item__loading .spinner > div {background-color: #f9a729;}

.accent-color-green .news-tab-switcher {border-bottom: solid 2px #90b032;}
.accent-color-green .news-tab-switcher li span,
.accent-color-green .news-tab-switcher li.active a,
.accent-color-green .news-tab-switcher li.active a:hover,
.accent-color-green .news-tab-switcher li.active a:focus,
.accent-color-green .news-tab-switcher li.active a:active {background-color: #90b032;}
.accent-color-green .news-tab-item__media .overlay:before,
.accent-color-green .news-tab-item__media .overlay:after {color: #90b032;}
.accent-color-green .news-tab-item__meta__meta-icon {color: #90b032;}
.accent-color-green .news-tab-item__loading .spinner > div {background-color: #90b032;}

.accent-color-red .news-tab-switcher {border-bottom: solid 2px #d93e2d;}
.accent-color-red .news-tab-switcher li span,
.accent-color-red .news-tab-switcher li.active a,
.accent-color-red .news-tab-switcher li.active a:hover,
.accent-color-red .news-tab-switcher li.active a:focus,
.accent-color-red .news-tab-switcher li.active a:active {background-color: #d93e2d;}
.accent-color-red .news-tab-item__media .overlay:before,
.accent-color-red .news-tab-item__media .overlay:after {color: #d93e2d;}
.accent-color-red .news-tab-item__meta__meta-icon {color: #d93e2d;}
.accent-color-red .news-tab-item__loading .spinner > div {background-color: #d93e2d;}

.accent-color-blue .news-tab-switcher {border-bottom: solid 2px #00abef;}
.accent-color-blue .news-tab-switcher li span,
.accent-color-blue .news-tab-switcher li.active a,
.accent-color-blue .news-tab-switcher li.active a:hover,
.accent-color-blue .news-tab-switcher li.active a:focus,
.accent-color-blue .news-tab-switcher li.active a:active {background-color: #00abef;}
.accent-color-blue .news-tab-item__media .overlay:before,
.accent-color-blue .news-tab-item__media .overlay:after {color: #00abef;}
.accent-color-blue .news-tab-item__meta__meta-icon {color: #00abef;}
.accent-color-blue .news-tab-item__loading .spinner > div {background-color: #00abef;}

.accent-color-pink .news-tab-switcher {border-bottom: solid 2px #c14240;}
.accent-color-pink .news-tab-switcher li span,
.accent-color-pink .news-tab-switcher li.active a,
.accent-color-pink .news-tab-switcher li.active a:hover,
.accent-color-pink .news-tab-switcher li.active a:focus,
.accent-color-pink .news-tab-switcher li.active a:active {background-color: #c14240;}
.accent-color-pink .news-tab-item__media .overlay:before,
.accent-color-pink .news-tab-item__media .overlay:after {color: #c14240;}
.accent-color-pink .news-tab-item__meta__meta-icon {color: #c14240;}
.accent-color-pink .news-tab-item__loading .spinner > div {background-color: #c14240;}

/* Responsive fixes / placements */

@media (max-width: 991px) {
    .news-tab--type-0 > div + div .news-tab-item {
        margin-top: 20px;
        padding-top: 19px;
        border-top: solid 1px #e5e5e5;
    }
}

/* after header */
.sidebar-after-header .news-tab-content .row.news-tab--type-0,
.sidebar-after-header .news-tab-content .row.news-tab--type-1,
.sidebar-after-header .news-tab-content .row.news-tab--type-2 {
    margin: 0 15px 30px 15px;
}

/* sidebar */
.secondary .news-tab-content .news-tab--type-0 > div {width: 100%;}
.secondary .news-tab-content .news-tab--type-1 > div {width: 100%;}
.secondary .news-tab-content .news-tab--type-2 > div {width: 100%;}
.secondary .news-tab-content .news-tab--type-0 > .row > div {width: 100%;}
.secondary .news-tab--type-0 > div + div .news-tab-item {
    margin-top: 20px;
    padding-top: 19px;
    border-top: solid 1px #e5e5e5;
}
@media (min-width: 768px) and (max-width: 991px) {
    .secondary .news-tab-item .news-tab-item__media {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .secondary .news-tab-item .news-tab-item__media img {
        width: 100%;
    }
}

/* footer */
.footer .news-tab--type-1 > div,
.footer .news-tab--type-2 > div {
    width: 100%;
}
@media (min-width: 768px) {
    .footer .news-tab--type-0 > div {
        width: 100%;
    }
    .footer .news-tab--type-0 > div + div .news-tab-item {
        margin-top: 20px;
        padding-top: 19px;
        border-top: solid 1px #e5e5e5;
    }
    /*
    .footer .news-tab--type-0 .news-tab-item .news-tab-item__media {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .footer .news-tab--type-0 .news-tab-item .news-tab-item__media img {
        width: 100%;
    }
    */
}

/* Font family */
.widget_news_tabs .dropdown-menu > li > a,
.news-tab-item__loading h3,
.dynamic-tabs-container,
.news-tab-content,
.news-tab-item--big__title {
    font-family: 'Roboto', sans-serif;
}

/* Animate/Transition */
.news-tab-item__media .news-tab-item__meta__meta-item__likes,
.news-tab-item__media:hover .news-tab-item__meta__meta-item__likes,
.news-tab-item__media .overlay,
.news-tab-item__media:hover .overlay,
.news-tab-item__media .overlay:before,
.news-tab-item__media .overlay:after,
.news-tab-item__media:hover .overlay:before,
.news-tab-item__media:hover .overlay:after {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Disable: Animate/Transition */
.news-tab-switcher .dynamic-tab a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}