/* Default Style CSS
 * Overwrite app.css
 */
body {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    background-color: #d4d4d4 !important;
}

h1, h2, h3, h4, h5, h6, nav, header .custom-top-additional .custom-news-breaking .label,
.custom-sidebar-block-popular .nav-tabs, .custom-main-slider .custom-main-slider-content .custom-main-slider-headline,
.custom-error-status {
    font-family: 'Arial', serif;
}

.custom-sidebar-block.custom-sidebar-block-popular .tab-content h5,
header nav .custom-navigation-dropdown .custom-dropdown-column ul li a,
header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .custom-column-article-title,
header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .media .media-body.custom-column-article-title-others,
header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .custom-nav-dropdown-more-on a,
.custom-block-article-more .media h5,
header nav .custom-navigation-all .custom-column-article-title,
header nav .custom-navigation-all a, .custom-archive .custom-archive-date label,
.custom-archive .custom-archive-date .form-control,
.custom-article .custom-article-topheading {
    font-family: 'Arial', sans-serif;
}

a {
    color: #252525;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    border: 0;
    color: #005B9F;
}

.custom-main-slider .custom-main-slider-content .custom-main-slider-content-description a:hover {
    text-decoration: underline;
}

.form-control, .btn, .panel-heading, .panel-body, .panel-group .panel {
    border-radius: 0;
}

.modal-content {
    border-radius: 3px;
}

.custom-main-content-with-style{
    width: 840px;
    padding-left: 15px;
    margin-right: 30px;
    float: left;
}
.custom-sidebar-with-style{
    width: 315px;
    padding-right: 15px;
    float: right;
}
/**
 * Columns of same height styles
 */
.row-full-height, .col-full-height {
    height: 100%;
    position: relative;
}

.col-full-height {
    vertical-align: top;
    padding-bottom: 362px;
}

.col-full-height > div.row {
    margin-bottom: 25px;
}

.row-same-height {
    display: table;
    width: 1190px;
    /* fix overflow */
    vertical-align: top;
}

.col-xs-height {
    display: table-cell;
    float: none !important;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

/**
 * Spaces
 */
.pt25 {
    padding-top: 25px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
     margin-top: 10px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mr20 {
    margin-right: 30px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
    border: 0;
    background: transparent;
    width: 370px;
    height: 16px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    left: 5px;
    top: 0;
    width: 370px;
    overflow: hidden;
}
ul.newsticker { /* that's your list */
    position: relative;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;

}
ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding: 0;
    background: transparent;
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #fff;
    margin: 0 10px 0 0;
}
ul.newsticker span {
    margin: 0 30px 0 0;
}

/**
 * Dynamic Borders
 */
.custom-border {
    border: 1px solid #ebebeb;
}

/*header {
    height: 127px;
    position: relative;
    background-color: #f1402d;
    min-width: 100%;
    float: left;
    margin-bottom: 25px;
}*/

header {
    position: relative;
    background-color: #005B9F;
    min-width: 100%;
    float: left;
    margin-bottom: 25px;
    height: 181px;
}


/*header .custom-logo {
    background-image: url('../images/logo.png');
    width: 243px;
    height: 127px;
    display: block;
    position: absolute;
    z-index: 2;
}*/

header .custom-logo {
    background-image: url("../images/tslogo.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
    position: absolute;
    top: 18%;
    z-index: 2;
    width: 263px;
    max-height: 80px
}


header .custom-logo span {
    display: none;
    visibility: hidden;
    opacity: 0;
}

header .custom-top-nav {
    float: right;
    margin-top: 7px;
    text-transform: uppercase;
    font-size: 11px;
}

header .custom-top-nav a {
    color: #fff;
}

header .custom-top-nav a, header .custom-top-nav ul {
    float: right;
}

header .custom-top-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

header .custom-top-nav ul li {
    float: left;
}

header .custom-top-nav .custom-abante-tonite {
    padding: 0 7px;
    line-height: 23px;
    background-color: #942317;
    display: block;
}

header .custom-top-nav .custom-nav-social-media {
    margin-right: 8px;
}

header .custom-top-nav .custom-nav-social-media li {
    padding: 0 5px;
}

header .custom-top-nav .custom-nav-social-media a {
    font-size: 15px;
    line-height: 23px;
}

header .custom-top-nav .custom-nav-pages {
    margin-top: 7px;
    margin-right: 8px;
}

header .custom-top-nav .custom-nav-pages li {
    padding: 0 9px;
    border-right: 1px solid #fff;
}

header .custom-top-nav .custom-nav-pages li:last-child {
    border-right: 0;
}

header .custom-top-nav .custom-nav-pages a {
    line-height: 12px;
}

header .custom-top-additional {
    float: left;
    width: 100%;
    padding-left: 266px;
    color: #fff;
    font-size: 12px;
    margin-top: 17px;
}

header .custom-top-additional .custom-current-date {
    text-transform: uppercase;
    float: left;
}

header .custom-top-additional .custom-news-breaking-wrapper {
    max-height: 33px;
    overflow: hidden !important;
    margin-top: -7px;
    float: right;
}

header .custom-top-additional .custom-news-breaking {
    float: right;
    width: 508px;
    font-size: 12px;
    padding: 7px 15px;
    background-color: rgba(0, 0, 0, 0.75);
    position: relative;
}

header .custom-top-additional .custom-news-breaking .label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    float: left;
    padding-right: 0;
    padding-left: 0;
}

/*header .custom-top-additional .custom-news-breaking ul {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*list-style: none;*/
    /*width: 360px;*/
    /*float:right;*/
/*}*/

/*header .custom-top-additional .custom-news-breaking ul a {*/
    /*color: #fff;*/
/*}*/

header .custom-top-additional .custom-news-breaking ul span {
    color: #b2b2b2;
    border-left: 1px solid;
    padding-left: 7px;
    margin-left: 3px;
}

/*header nav {
    width: 100%;
    height: 51px;
    background-color: #942317;
    position: absolute;
    bottom: 0;
    left: 0;
}*/

header nav {
    width: 100%;
    height: 51px;
    background-color: rgb(0, 62, 108);
    position: absolute;
    bottom: 0px;
    left: 0px;
}


header nav .custom-logo {
    /* background-image: url('../images/logo-sticky.png'); */
    height: 51px;
    position: relative;
    display: block;
    float: left;
    visibility: hidden;
    z-index: 1;
}

header nav ul {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}

header nav ul > li {
    float: left;
    display: block;
    position: relative;
    line-height: 51px;
}

header nav ul > li a {
    color: #fff;
    display: block;
    padding: 0 14px;
    font-family: Arial;
    font-weight: bolder;
}

header nav ul > li:last-child a {
    padding-right: 26px;
}

header nav ul > li:last-child a span.glyphicon {
    font-size: 7px;
    position: absolute;
    top: 45%;
    right: 14px;
}

header nav ul > li {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

header nav ul > li:nth-child(1), header nav ul > li:nth-child(2), header nav ul > li:nth-child(3), header nav ul > li:nth-child(4), header nav ul > li:nth-child(5), header nav ul > li:nth-child(6), header nav ul > li:nth-child(7), header nav ul > li:nth-child(8) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


header nav ul > li > div  {
    border-bottom: 5px solid #003e6c;
    background-color: #F7F7F7;
    box-shadow: 0px 16px 20px -16px rgba(50, 50, 50, 0.3);
    position: fixed;
    width: 30%;
    display: none;
    border-left: 1px solid #003e6c;
    border-right: 1px solid #003e6c;
    align-content: center;
}

header nav ul > li:hover {

    -webkit-box-shadow: inset 0px -5px 0px 0px #f7f7f7;
    -moz-box-shadow: inset 0px -5px 0px 0px #f7f7f7;
    box-shadow: inset 0px -5px 0px 0px #f7f7f7;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    -moz-transition: background-color 0.3s, -moz-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    -moz-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);

}

header nav ul > li:hover > a,  header nav ul > li:nth-child(2):hover > a,  header nav ul > li:nth-child(3):hover > a,  header nav ul > li:nth-child(4):hover > a,  header nav ul > li:nth-child(5):hover > a,  header nav ul > li:nth-child(6):hover > a,  header nav ul > li:nth-child(7):hover > a,  header nav ul > li:nth-child(8):hover > a,  header nav ul > li:nth-child(9):hover > a{
    color: #f7f7f7;
}

header nav ul > li:hover div, header nav ul > li div:hover {
    display: block;
    z-index: 50;
}


header nav ul li div > .container {
    position: relative;
}

header nav ul li div > .container a {
    color: #1d1d1d;
}

header nav .custom-navigation-dropdown .custom-dropdown-column {
    width: 243px;
    float: left;
    height: 380px;
    overflow-y: auto;
    background-color: #ebebeb;
}

header nav .custom-navigation-dropdown .custom-dropdown-column ul {
    list-style-type: none;
    margin: 0;
    padding: 20px 0 0;
    width: 100%;
}

header nav .custom-navigation-dropdown .custom-dropdown-column ul li {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    width: 100%;
    display: block;
    float: left;
    border-bottom: 1px solid #d7d7d7;
}

header nav .custom-navigation-dropdown .custom-dropdown-column ul li:last-child {
    border-bottom: 0;
}

header nav .custom-navigation-dropdown .custom-dropdown-column ul li:hover {
    border-bottom-color: transparent;
}

header nav .custom-navigation-dropdown .custom-dropdown-column ul li a {
    padding: 0 25px;
    line-height: 36px;
    font-weight: bold;
}

header nav .custom-navigation-dropdown .custom-dropdown-column ul li a:hover {
    background-color: #3498db;
    color: #fff;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles {
    width: 911px;
    float: left;
    padding: 20px 0;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article {
    width: 25%;
    height: 337px;
    padding: 0 22px;
    float: left;
    border-left: 1px solid #e1e1e1;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article:first-child {
    border-left: 0;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .custom-column-article-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #4198d2;
    margin-top: 0;
    margin-bottom: 0;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article a {
    padding: 0;
    line-height: 20px;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article a:hover {
    color: #4198d2;
    word-break: normal;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .media {
    float: left;
    display: block;
    width: 100%;
    margin-top: 10px;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .media:first-child {
    margin-top: 10px;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .media:first-child .media-body a {
    font-size: 16px;
    margin-bottom: 5px;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .media .media-body p {
    font-size: 12px;
    color: #898989;
    line-height: 18px;
    margin-bottom: 0;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .media .media-full {
    margin-bottom: 12px;
    max-height: 85px;
    overflow: hidden;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .media .media-full img {
    width: 100%;
    height: auto;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .media .media-body {
    float: left;
    display: block;
    width: 100%;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .media .custom-column-article-title-others a {
    line-height: 20px;
    font-size: 12px;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .media .custom-column-article-title-others a i {
    font-size: 12px;
    margin-right: 5px;
    color: #4198d2;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .custom-nav-dropdown-more-on {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 15px;
    float: left;
    width: 100%;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .custom-nav-dropdown-more-on i {
    color: #4198d2;
    margin-right: 5px;
}

header nav ul > li:nth-child(2) .custom-navigation-dropdown .custom-dropdown-column ul li a:hover {
    background-color: #f39c12;
}

header nav ul > li:nth-child(2) .custom-dropdown-column-article a:hover,
header nav ul > li:nth-child(2) .custom-column-article-title,
header nav ul > li:nth-child(2) .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article i {
    color: #f39c12 !important;
}

header nav ul > li:nth-child(3) .custom-navigation-dropdown .custom-dropdown-column ul li a:hover {
    background-color: #d35400;
}

header nav ul > li:nth-child(3) .custom-dropdown-column-article a:hover,
header nav ul > li:nth-child(3) .custom-column-article-title,
header nav ul > li:nth-child(3) .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article i {
    color: #d35400 !important;
}

header nav ul > li:nth-child(4) .custom-navigation-dropdown .custom-dropdown-column ul li a:hover {
    background-color: #7f8c8d;
}

header nav ul > li:nth-child(4) .custom-dropdown-column-article a:hover,
header nav ul > li:nth-child(4) .custom-column-article-title,
header nav ul > li:nth-child(4) .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article i {
    color: #7f8c8d !important;
}

header nav ul > li:nth-child(5) .custom-navigation-dropdown .custom-dropdown-column ul li a:hover {
    background-color: #1abc9c;
}

header nav ul > li:nth-child(5) .custom-dropdown-column-article a:hover,
header nav ul > li:nth-child(5) .custom-column-article-title,
header nav ul > li:nth-child(5) .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article i {
    color: #1abc9c !important;
}

header nav ul > li:nth-child(6) .custom-navigation-dropdown .custom-dropdown-column ul li a:hover {
    background-color: #9b59b6;
}

header nav ul > li:nth-child(6) .custom-dropdown-column-article a:hover,
header nav ul > li:nth-child(6) .custom-column-article-title,
header nav ul > li:nth-child(6) .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article i {
    color: #9b59b6 !important;
}

header nav ul > li:nth-child(7) .custom-navigation-dropdown .custom-dropdown-column ul li a:hover {
    background-color: #2ecc71;
}

header nav ul > li:nth-child(7) .custom-dropdown-column-article a:hover,
header nav ul > li:nth-child(7) .custom-column-article-title,
header nav ul > li:nth-child(7) .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article i {
    color: #000 !important;
}

header nav ul > li:nth-child(8) .custom-navigation-dropdown .custom-dropdown-column ul li a:hover {
    background-color: #e74c3c;
}

header nav ul > li:nth-child(8) .custom-dropdown-column-article a:hover,
header nav ul > li:nth-child(8) .custom-column-article-title,
header nav ul > li:nth-child(8) .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article i {
    color: #1d1d1d !important;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .custom-nav-dropdown-more-on a {
    color: #1d1d1d !important;
}

header nav .custom-navigation-dropdown .custom-dropdown-column-articles .custom-dropdown-column-article .custom-nav-dropdown-more-on a:hover {
    text-decoration: underline;
}

header nav .custom-navigation-all {
    padding-top: 20px;
    padding-bottom: 20px;
}

header nav .custom-navigation-all .row > div {
    border-left: 1px solid #e1e1e1;
    overflow-y: auto;
}

header nav .custom-navigation-all .row > div:first-child {
    border-left: 0;
}

header nav .custom-navigation-all h6.custom-column-article-title {
    text-transform: uppercase;
    color: #1d1d1d !important;
}

header nav .custom-navigation-all a {
    font-size: 12px;
    line-height: 18px;
}

header nav .custom-navigation-all ul {
    margin: 0;
    padding: 0;
}

header nav .custom-navigation-all ul li {
    padding: 8px 15px;
    border: 0px none;
    box-shadow: none;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    font-weight: lighter;
}


header nav .custom-navigation-all ul li a {
    color: #363636 !important;
    padding: 0;
}

header nav .custom-navigation-all ul li a:hover {
    color: #3498db !important;
}

header nav .custom-navigation-all-category .custom-navigation-all-category-col {
    width: 14%;
    float: left;
}

header nav .custom-navigation-all-category .custom-navigation-all-category-col h5 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header nav .custom-navigation-all-category .custom-navigation-all-category-col ul {
    padding-left: 5px;
}

/*header div.custom-top-nav form input[type="search"]{
    border: 0;
    height: 50px;
    width: 160px;
    margin-left: 17px;
    margin-top: 25%;
    background: #681a12 url("../images/icon-search.png") no-repeat 95% center;
    padding: 5px 11px;
    color: #fff;
    float: right;
}*/

header div.custom-top-nav form input[type="search"] {
    border: 0px none;
    height: 50px;
    width: 300px;
    margin-left: 17px;
    padding: 5px 11px;
    float: right;
    margin-top: 10%;
    background: rgb(255, 255, 255) url("../images/tssearch2.png") no-repeat scroll 95% center;
    font-size: 16px;
    color: rgb(149, 149, 149);
    border-radius: 5px;
}

header nav form input::-webkit-input-placeholder,
header nav form input:-moz-input-placeholder,
header nav form input::-moz-input-placeholder,
header nav form input:-ms-input-placeholder {
    color: #9b4840;
    opacity: 0.4;
}

header nav form input:-ms-input-placeholder {
    color: #9b4840;
}

header.sticky nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}

header.sticky .custom-logo {
    visibility: hidden;
}

header.sticky nav .custom-logo {
    visibility: visible;
}

footer {
    padding: 30px 20px 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 12px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

footer .custom-logo-footer {
    background-image: url("../images/tsfooter-logo.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 112px;
    margin-right: 30px;
    padding: 0;
    position: relative;
    top: 25px;
    width: 275px;
}

footer p {
    line-height: 1.667;
    padding-top: 5px;
    padding-left: 9px;
    padding-right: 0px;
    font-size: 12px;
    font-family: "Arial";
    color: #959595;
}

footer .row:nth-child(2) > div > div.custom-footer-content {
    padding-top: 36px;
}

footer .custom-footer-content.custom-footer-nav {
    float: left;
}

footer .custom-footer-content.custom-footer-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
}

footer .custom-footer-content.custom-footer-nav ul li {
    float: left;
    padding-right: 28px;
}

footer .custom-footer-content.custom-footer-nav ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
}

footer .row:last-child {
    font-size: 12px;
    line-height: 18px;
    color: #959595;
}

footer .row:last-child p {
    padding-top: 9px;
}

footer .row:last-child a {
    color: #000;
}

/**
 * Custom Loader
 */
.custom-loader {
    margin: 26px auto;
    text-align: center;
    color: #c9c9c9;
    font-style: italic;
    line-height: 24px;
}

.custom-loader .spinner {
    width: 23px;
    height: 23px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.custom-mood-loading .custom-loader {
    margin: 0;
    line-height: 16px;
}

.custom-mood-loading .custom-loader span {
    display: none;
}

.custom-mood-loading .custom-loader .spinner {
    width: 18px;
    height: 18px;
    float: left;
    margin: 0;
}

.custom-loader .container1 > div, .custom-loader .container2 > div, .custom-loader .container3 > div {
    width: 6px;
    height: 6px;
    background-color: #c4c4c4;

    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.custom-loader .spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.custom-loader .container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.custom-loader .container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.custom-loader .circle1 { top: 0; left: 0; }
.custom-loader .circle2 { top: 0; right: 0; }
.custom-loader .circle3 { right: 0; bottom: 0; }
.custom-loader .circle4 { left: 0; bottom: 0; }

.custom-loader .container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.custom-loader .container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.custom-loader .container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.custom-loader .container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.custom-loader .container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.custom-loader .container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.custom-loader .container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.custom-loader .container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.custom-loader .container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.custom-loader .container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.custom-loader .container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

.custom-sidebar {
    padding-bottom: 110px;
    padding-top: 0;
}

.custom-sidebar .row {
    margin-bottom: 20px;
}

.custom-button-default {
    color: #f1402d;
    border: 1px solid #f1402d;
    border-radius: 0;
}

.custom-button-default:hover, .custom-button-default:active, .custom-button-default:focus {
    border: 1px solid #f1402d;
    background-color: #f1402d;
    color: #fff;
}

.custom-back-to-top {
    text-transform: uppercase;
    width: 100%;
    display: block;
    line-height: 41px;
    position: absolute;
    bottom: 20px;
}

/**
 * Banner
 */
.custom-banner {
    border-color: #e1e1e1;
    position: relative;
}

.custom-banner span, .custom-banner-customize span {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    color: #bebebe;
    font-size: 10px;
    text-transform: uppercase;
    text-align: left;
    padding: 0px 3px;
    line-height: 23px;
    margin-bottom: 14px;
}

.custom-banner-customize span{
    text-align: center;
    border: 0;
    margin-bottom: 0;
    line-height: 25px;
}

.custom-banner.custom-banner-inside-banner {
  padding: 3px 3px;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  border: 1px solid #e4e2e2;
  position: relative;
}

.custom-banner.custom-banner-leaderboard-ad {
    border: 1px solid #e1e1e1;
    padding: 2px 7px 2px 28px;
    min-height: 96px;
}

.custom-banner.custom-banner-leaderboard-ad span {
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    color: #b2b2b2;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: -39px;
    bottom: 23px;
    height: 20px;
    width: 96px;
    text-align: center;
    border: 1px solid #E1E1E1;
    line-height: 20px;
}

.custom-banner.custom-banner-ear-ad {
    border: 1px solid #e1e1e1;
    padding: 2px 7px 2px 28px;
    text-align: center;
}

.custom-banner.custom-banner-ear-ad span {
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    color: #b2b2b2;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: -39px;
    bottom: 23px;
    height: 20px;
    width: 96px;
    text-align: center;
    border: 1px solid #E1E1E1;
    line-height: 20px;
}

.custom-banner.custom-banner-medium-rectangle {
    text-align: center
}

.custom-banner.custom-banner-medium-rectangle span {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    color: #bebebe;
    font-size: 10px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 8px;
    line-height: 23px;
    margin-bottom: 14px;
}

.custom-banner.custom-banner-skyscrapper, .custom-banner.custom-banner-small-square {
    text-align: center;
}

.custom-banner.custom-banner-large-rectangle {
    border: 1px solid #d7d7d7;
    padding: 26px 11px 11px;
    position: relative;
    background-color: #ebebeb;
    color: #c1c1c1;
    text-align: center;
}

.custom-banner.custom-banner-large-rectangle span {
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    top: 7px;
    border: 0;
    line-height: 14px;
    padding: 0;
    margin: 0;
}


/**
 * Newsletter Block
 */

.custom-newsletter {
    padding: 14px 8px;
}

.custom-newsletter .fa.fa-inbox {
    font-size: 45px;
    float: left;
    color: #4198d2;
    margin-right: 19px;
}

.custom-newsletter .custom-newsletter-form {
    margin-top: 12px;
}

.custom-newsletter .custom-newsletter-form .input-group {
    border: 1px solid #e1e1e1;
}

.custom-newsletter .custom-newsletter-form .form-control {
    border: 0;
    box-shadow: none;
}

.custom-newsletter .custom-newsletter-form .input-group-btn .btn.btn-default {
    border: 0;
    background-color: #4198d2;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-right: 1px;
}

.custom-newsletter .custom-newsletter-form .input-group-btn .btn.btn-default:hover {
    border: 0;
    box-shadow: none;
    z-index: 0;
}

/**
 * Poll
 */
.pds-box {
    width: 100% !important;
}

.pds-box .pds-box-outer {
    padding: 16px 40px !important;
}

/**
 * Accordion
 */
#custom-accordion.panel-group {
    max-width: 347px;
    margin: 0 auto;
}

#custom-accordion.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 0;
}

#custom-accordion.panel-group .panel-heading {
    padding: 0;
}

#custom-accordion.panel-group .panel-heading.current a {
    font-weight: 700;
}

#custom-accordion.panel-group .panel-heading .panel-title {
    font-size: 14px;
}

#custom-accordion.panel-group .panel-heading .panel-title a {
    padding: 10px 15px;
    display: block;
    width: 100%;
}

#custom-accordion.panel-group .panel-heading .panel-title a span {
    float: right;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

#custom-accordion.panel-group table tr td {
    padding: 5px !important;
}

.custom-accordion-block-list .media-left {
    margin-right: 17px;
}

.custom-accordion-block-list i.fa {
    color: #b7b7b7;
}

.custom-accordion-block-list .media {
    border-bottom: 1px solid #e1e1e1;
}


.custom-accordion-block-list .media:last-child {
    border-bottom: 0;
}

.custom-accordion-block-list p {
    color: #898989;
    font-size: 12px;
}

/**
 * Main Slider
 */
.slider .custom-block-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-transform: none;
    position: relative;
}

.slider .custom-block-title:after {
    content: " ";
    width: 25%;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #3498db;
}

.custom-main-slider {
 /*   float: left;*/
    width: 100%;
    margin-bottom: 20px;
/*    height: 530px;*/
}

/*.custom-main-slider img {
    max-width: 554px;
}*/

.custom-main-slider li {
    position: relative;
}

.custom-main-slider .custom-main-slider-image {
    position: absolute;
    top: 0;
    z-index: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.custom-main-slider .custom-main-slider-content {
    position: relative;
    margin: 0px;
    padding: 20px 50px 0px;
    height: 530px;
/*    background-color: rgba(0, 0, 0, 0.5);*/

}

.custom-main-slider .custom-main-slider-content .custom-main-slider-headline {
    position: absolute;
    left: 50px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #005B9F;
    top: 50px;
    font-family: arial;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px;

}

.custom-main-slider .custom-main-slider-content .custom-main-slider-content-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
}

.custom-main-slider .custom-main-slider-content .custom-main-slider-content-description {
    font-size: 12px;
    color: #FFF;
    font-family: arial; 
}

.custom-main-slider .custom-main-slider-content .custom-main-slider-content-description a {
    text-transform: uppercase;
    color: #FFF;
}

.custom-main-slider .custom-main-slider-content .custom-main-slider-content-summary {
    line-height: 22px;
}

.custom-main-slider .custom-main-slider-content .custom-main-slider-content-read-more {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
}

.custom-main-slider .custom-main-slider-content .custom-main-slider-content-read-more i {
    margin-left: 3px;
}

.custom-main-slider-nav {
    float: left;
    width: 208px;
}

.custom-main-slider-nav .slides {
    width: 211px !important;
}

.custom-main-slider-nav .slides li {
    background-color: #e1e1e1;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    height: 92.5px;
    padding: 0 16px;
    width: 100% !important;
}

.custom-main-slider-nav .slides li:hover {
    background-color: #f0f0f0;
}

.custom-main-slider-nav .slides li a {
    color: #252525;
}

/**
 * Custom Block
 */
.custom-block-title {
    margin-top: 0px;
	text-transform: uppercase;
	color: #005B9F;
	border-bottom: 2px solid #E1E1E1;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 22px;
}

.custom-block-title .custom-block-title-more {
    text-transform: lowercase;
    font-size: 16px;
    line-height: 22px;
    color: #7b7b7b;
    float: right;
}

.custom-block-title .custom-block-title-more:hover {
    color: #252525;
}

.custom-home-main-content {
    /*width: 554px;*/
}

.custom-home-side-content {
    /*width: 180px;*/
}

.custom-home-side-content .custom-block-content .media .media-summary {
    display: none;
}

.custom-home-side-content .custom-block-content .media .media-description .media-category {
    display: none;
}

.custom-home-side-content .custom-block-content .media .media-side-category {
    display: block !important;
    margin-top: 0;
    margin-bottom: 6px;
}
.custom-home-side-content .custom-block-content .media .media-side-category .media-category{
    text-transform: uppercase;
    color: #3498db;
    font-size: 12px;
}

.custom-home-side-content .custom-content-block .custom-block-content .media .media-share .media-mood .btn {
    border: 0;
    color: #666;
    padding: 6px 0;
}

.custom-home-side-content .custom-content-block .custom-block-content .media .media-share .media-mood .btn:hover,
.custom-home-side-content .custom-content-block .custom-block-content .media .media-share .media-mood .btn:active,
.custom-home-side-content .custom-content-block .custom-block-content .media .media-share .media-mood .btn:focus {
    background-color: #fff;
    border: 0;
}

.custom-home-side-content .custom-content-block .custom-block-content .media .media-share .media-mood .btn strong {
    display: none;
}

.custom-home-side-content .custom-content-block .custom-block-content .media .media-share .media-mood .btn span {
    display: none;
}

.custom-home-side-content .custom-content-block .custom-block-content .media .media-share .media-mood .btn i {
    color: #959595;
    margin-right: 5px;
    font-size: 14px;
}

.custom-home-side-content .custom-content-block .custom-block-content .media .media-share .media-mood .btn:hover i,
.custom-home-side-content .custom-content-block .custom-block-content .media .media-share .media-mood .btn:focus i {
    color: #f1402d;
    border: 0;
}

.custom-summary-side-content {
    /*margin-top: -120px;*/
}

.custom-summary-side-content .custom-block-content .media .media-summary {
    display: block;
}

.custom-summary-side-content .custom-block-content .media .media-left {
    display: none !important;
}

.custom-summary-side-content .custom-block-content .media .media-description .media-category {
    display: block;
}

.custom-summary-side-content .custom-block-content .media .media-side-category {
    display: none !important;
}
.custom-summary-side-content .custom-block-content .media .media-side-category .media-category{
    text-transform: uppercase;
    color: #3498db;
    font-size: 12px;
}


.custom-content-block .custom-block-content .media {
    border-bottom: 1px solid #e1e1e1;
    margin-top: 22px;
    padding-bottom: 18px;
}

.custom-content-block .custom-block-content .media .media-left {
    padding-right: 20px;
}

.custom-content-block .custom-block-content .media:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.custom-content-block .custom-block-content .media .media-heading a {
    color: #252525;
    font-weight: 700;
    line-height: 1.3em;
}

.custom-content-block .custom-block-content .media .media-heading a:hover {
    color: #ef412d;
}

.custom-content-block .custom-block-content .media .media-description {
    font-size: 12px;
    color: #898989;
}

.custom-content-block .custom-block-content .media .media-description .media-disqus {
    color: #f1402d;
    margin-left: 5px;
    border-left: 1px solid #898989;
    padding-left: 8px;
}

.custom-content-block .custom-block-content .media .media-description .media-disqus a {
    color: #f1402d;
}

.custom-content-block .custom-block-content .media .media-description .media-disqus i {
    margin-right: 3px;
}

.custom-content-block .custom-block-content .media .media-description .media-category {
    text-transform: uppercase;
    color: #3498db;
    margin-left: 5px;
    border-left: 1px solid #898989;
    padding-left: 8px;
}

.custom-content-block .custom-block-content .media .media-side-category {
    display: none;
}

.custom-content-block .custom-block-content .media .media-object {
    width: 97px;
}

.custom-content-block.custom-content-type-list-title-only .custom-block-title {
    margin-bottom: 0;
}

.custom-content-block.custom-content-type-list-title-only .custom-block-content .media {
    padding: 0;
    margin: 0;
}

.custom-content-block .custom-block-content .media .media-share > div,
.custom-sidebar-block.custom-sidebar-block-reads .media-share > div,
.custom-sidebar-block.custom-sidebar-block-kartada-five .media-share > div {
    float: left;
}

.custom-content-block .custom-block-content .media .media-share .addthis_sharing_toolbox,
.custom-sidebar-block.custom-sidebar-block-reads .media-share .addthis_sharing_toolbox,
.custom-sidebar-block.custom-sidebar-block-kartada-five .media-share .addthis_sharing_toolbox{
    margin-right: 6px;
    padding-top: 2px;
}

.custom-content-block .custom-block-content .media .media-share .addthis_sharing_toolbox .at-share-btn,
.custom-sidebar-block.custom-sidebar-block-reads .media-share .addthis_sharing_toolbox .at-share-btn,
.custom-sidebar-block.custom-sidebar-block-kartada-five .media-share .addthis_sharing_toolbox .at-share-btn {
    border-radius: 50%;
    max-height: 24px;
    max-width: 24px;
    height: 24px;
    width: 24px;
}

.custom-content-block .custom-block-content .media .media-share .addthis_sharing_toolbox .at-share-btn .at4-icon,
.custom-sidebar-block.custom-sidebar-block-reads .media-share .addthis_sharing_toolbox .at-share-btn .at4-icon,
.custom-sidebar-block.custom-sidebar-block-kartada-five .media-share .addthis_sharing_toolbox .at-share-btn .at4-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-size: 24px !important;
}

.media-mood .btn {
    border-radius: 3px;
    color: #666;
    font-size: 12px;
}

.media-mood .btn:first-child {
    margin-right: 8px;
}

.media-mood .btn strong {
    margin-bottom: 0;
    font-weight: 400;
    float: left;
}

.media-mood .btn span {
    margin-left: 7px;
    padding-left: 8px;
    border-left: 1px solid #ccc;
    float: right;
    color: #666 !important;
}

.media-mood .btn i {
    color: #959595;
    margin-right: 5px;
    font-size: 14px;
    float: left;
}

.custom-home-side-content .custom-content-block.custom-content-type-list-w-image .custom-block-content .media .media-left {
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 14px;
}

.custom-home-side-content .custom-content-block.custom-content-type-list-w-image .custom-block-content .media .media-object {
    width: 100%;
    height: auto;
}

.custom-sm-fb {
    float: left;
    margin-right: 15px;
}

.custom-sm-tw {
    margin-right: 15px;
}

.custom-sidebar-block .custom-block-content {
    padding: 0 20px;
}

.custom-sidebar-block .media .media-body .media-description {
    font-size: 12px;
    color: #757575;
}

.custom-sidebar-block .custom-block-content.custom-block-content-type-image {
    max-width: 100%;
    width: 100%;
}

.custom-sidebar-block .custom-block-content.custom-block-content-getGabayData p:first-child {
    font-style: italic;
}

.custom-sidebar-block .custom-block-content.custom-block-content-getGabayData p:last-child {
    text-align: right;
    font-weight: 700;
    margin-bottom: 0;
}

.custom-sidebar-block .custom-block-content.custom-block-content-getCelebrityPick {
    width: 100%;
    text-align: center;
    padding: 0 24px 17px;
}

.custom-sidebar-block .custom-block-content.custom-block-content-getCelebrityPick img {
    width: 100%;
}

.custom-sidebar-block .custom-block-content.custom-block-content-getCelebrityPick span {
    padding: 5px 30px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.custom-sidebar-block.custom-sidebar-block-popular .nav-tabs {
    margin-top: -57px;
}

.custom-sidebar-block.custom-sidebar-block-popular .nav-tabs > li > a,
.custom-sidebar-block.custom-sidebar-block-popular .nav-tabs > li > a:focus,
.custom-sidebar-block.custom-sidebar-block-popular .nav-tabs > li > a:hover {
    color: #3b3b3b;
    background-color: transparent;
    border-color: transparent;
}

.custom-sidebar-block.custom-sidebar-block-popular .nav-tabs > li.active > a,
.custom-sidebar-block.custom-sidebar-block-popular .nav-tabs > li.active > a:focus,
.custom-sidebar-block.custom-sidebar-block-popular .nav-tabs > li.active > a:hover {
    color: #3b3b3b;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}

.custom-sidebar-block.custom-sidebar-block-popular .tab-content {
    max-height: 276px;
    overflow-x: auto;
}

.custom-sidebar-block.custom-sidebar-block-popular .tab-content h5 {
    position: relative;
    margin-bottom: 14px;
    padding: 0 12px 0 53px;
    line-height: 18px;
    min-height: 24px;
}

.custom-sidebar-block.custom-sidebar-block-popular .tab-content h5:first-child {
    margin-top: 14px;
}

.custom-sidebar-block.custom-sidebar-block-popular .tab-content h5 span {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #f1402d;
    width: 38px;
    height: 24px;
    line-height: 18px;
}

.custom-sidebar-block.custom-sidebar-block-breaking-news .tab-content {
    max-height: 332px;
    overflow-x: auto;
}

.custom-sidebar-block.custom-sidebar-block-most-liked .nav-tabs {
    margin-top: -57px;
}

.custom-sidebar-block.custom-sidebar-block-most-liked .nav-tabs > li > a,
.custom-sidebar-block.custom-sidebar-block-most-liked .nav-tabs > li > a:focus,
.custom-sidebar-block.custom-sidebar-block-most-liked .nav-tabs > li > a:hover {
    color: #3b3b3b;
    background-color: transparent;
    border-color: transparent;
}

.custom-sidebar-block.custom-sidebar-block-most-liked .nav-tabs > li.active > a,
.custom-sidebar-block.custom-sidebar-block-most-liked .nav-tabs > li.active > a:focus,
.custom-sidebar-block.custom-sidebar-block-most-liked .nav-tabs > li.active > a:hover {
    color: #3b3b3b;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}

.custom-sidebar-block.custom-sidebar-block-most-liked .tab-content {
    max-height: 276px;
    overflow-x: auto;
}

.custom-sidebar-block-most-liked .tab-content .media {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.custom-sidebar-block-most-liked .tab-content .media .media-left {
    padding-right: 15px;
}

.custom-sidebar-block-most-liked .tab-content .media .media-left .media-object {
    width: 84px;
}

.custom-sidebar-block-most-liked .tab-content .media .media-body .media-heading {
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}

.custom-sidebar-block-most-liked .tab-content .media .media-body .media-share .media-mood .btn {
    border: 0;
}

.custom-sidebar-block-most-liked .tab-content .media .media-body .media-share .media-mood .btn:hover,
.custom-sidebar-block-most-liked .tab-content .media .media-body .media-share .media-mood .btn:active,
.custom-sidebar-block-most-liked .tab-content .media .media-body .media-share .media-mood .btn:focue {
    borde: 0;
    background: transparent;
}

.custom-sidebar-block.custom-sidebar-block-opinyon .media {
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
}

.custom-sidebar-block.custom-sidebar-block-opinyon .media .media-full {
    width: 100%;
    margin-bottom: 18px;
}

.custom-sidebar-block.custom-sidebar-block-opinyon .media .media-full .img-responsive {
    border: 1px solid #dcdcdc;
}

.custom-sidebar-block.custom-sidebar-block-opinyon .media .media-body .media-note {
    text-transform: uppercase;
    color: #f1402d;
    font-size: 12px;
}

.custom-sidebar-block.custom-sidebar-block-opinyon .media .media-body .media-heading a {
    font-weight: 700;
}

.custom-sidebar-block.custom-sidebar-block-opinyon .media .media-body .media-description {
    font-size: 12px;
    color: #757575;
}

.custom-sidebar-block.custom-sidebar-block-editorial .media {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cecece;
}

.custom-sidebar-block.custom-sidebar-block-editorial .media:last-child {
    margin-bottom: 0;
}

.custom-sidebar-block.custom-sidebar-block-editorial .media .media-body .media-note {
    text-transform: uppercase;
    color: #4198d2;
    font-size: 12px;
}

.custom-sidebar-block.custom-sidebar-block-editorial .media .media-body .media-heading a {
    font-weight: 700;
    line-height: 1.3em;
}

.custom-sidebar-block.custom-sidebar-block-kartada-five .media {
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #cecece;
}

.custom-sidebar-block.custom-sidebar-block-kartada-five .media:last-child {
    margin-bottom: 0;
}

.custom-sidebar-block.custom-sidebar-block-kartada-five .media .media-full {
    margin-bottom: 20px;
}

.custom-sidebar-block.custom-sidebar-block-kartada-five .media .media-body .media-description {
    font-size: 12px;
    color: #757575;
}

.custom-sidebar-block.custom-sidebar-block-kartada-five .media .media-body .media-heading a {
    font-weight: 700;
}

.custom-sidebar-block.custom-sidebar-block-kartada-five .media .media-body .media-note {
    text-transform: uppercase;
    color: #4198d2;
    font-size: 12px;
}

.custom-sidebar-block.custom-sidebar-block-reads .media {
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #cecece;
}

.custom-sidebar-block.custom-sidebar-block-reads .media:last-child {
    margin-bottom: 0;
}

.custom-sidebar-block.custom-sidebar-block-reads .media .media-body .media-heading a {
    font-weight: 700;
}

.custom-sidebar-block.custom-sidebar-block-reads .media .media-body .media-note {
    text-transform: uppercase;
    color: #4198d2;
    font-size: 12px;
}

.custom-sidebar-block.custom-sidebar-block-front-page img {
    width: 261px;
    padding: 8px;
    border: 1px solid #ebebeb;
}

.custom-sidebar-block.custom-sidebar-category .row, .custom-sidebar-block.custom-block-article-more .row {
    margin: 0;
}

.custom-sidebar-block.custom-sidebar-category .row > div {
    border-top: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0 8px 19px;
}

.custom-sidebar-block.custom-block-article-more .row > div {
    padding: 0 15px;
}

.custom-sidebar-block.custom-block-article-more .row > div .media .media-full {
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 14px;
}

.custom-sidebar-block.custom-block-article-more .row > div .media .media-object {
    width: 100%;
    height: auto;
}

/**
 * Summary
 */
.custom-summary-list {
    height: 1150px;
    min-height: 1150px !important;
    overflow-y: auto;
}

.custom-summary-list-page {
    display: none;
    visibility: hidden;
    opacity: 0;
}

/**
 * Breadcrumbs
 */
.custom-breadcrumbs .breadcrumbs {
    list-style-type: none;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 0;
}

.custom-breadcrumbs .breadcrumbs li {
    float: left;
}

.custom-breadcrumbs .breadcrumbs li a {
    color: #fff;
    text-decoration: none;
    padding: 8px 0 8px 50px;
    background: #3498db;
    background: hsla(204, 76%, 59%, 1);
    position: relative;
    display: block;
    float: left;
}

.custom-breadcrumbs .breadcrumbs li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(204, 76%, 59%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.custom-breadcrumbs .breadcrumbs li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.custom-breadcrumbs .breadcrumbs li:first-child a {
    padding-left: 30px;
}

.custom-breadcrumbs .breadcrumbs li:nth-child(2) a {
    background: hsla(204, 76%, 64%, 1);
}

.custom-breadcrumbs .breadcrumbs li:nth-child(2) a:after {
    border-left-color: hsla(204, 76%, 64%, 1);
}

.custom-breadcrumbs .breadcrumbs li:nth-child(3) a {
    background: hsla(204, 76%, 69%, 1);
}

.custom-breadcrumbs .breadcrumbs li:nth-child(3) a:after {
    border-left-color: hsla(204, 76%, 69%, 1);
}

.custom-breadcrumbs .breadcrumbs li:nth-child(4) a {
    background: hsla(204, 76%, 74%, 1);
}

.custom-breadcrumbs .breadcrumbs li:nth-child(4) a:after {
    border-left-color: hsla(204, 76%, 74%, 1);
}

.custom-breadcrumbs .breadcrumbs li:nth-child(5) a {
    background: hsla(204, 76%, 79%, 1);
}

.custom-breadcrumbs .breadcrumbs li:nth-child(5) a:after {
    border-left-color: hsla(204, 76%, 79%, 1);
}

.custom-breadcrumbs .breadcrumbs li:nth-child(6) a {
    background: hsla(204, 76%, 84%, 1);
}

.custom-breadcrumbs .breadcrumbs li:nth-child(6) a:after {
    border-left-color: hsla(204, 76%, 84%, 1);
}

.custom-breadcrumbs .breadcrumbs li a:hover {
    background: #fff;
    color: #3498db;
}

.custom-breadcrumbs .breadcrumbs li a:hover:after {
    border-left-color: #fff;
}

/**
 * Article
 */
.custom-article .custom-article-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 10px;
    margin-top: 0;
}

.custom-article .custom-article-topheading {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-article .custom-article-subheading {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
}
.article-description-relative {
    position: relative;
}
.custom-article .custom-article-description {
    color: #555;
    display: table;
    height: 40px;
    position: absolute;
    top: 12px;
    width: 79%;
}
.custom-article .custom-article-description .ts-article-author-container {
    display: table-cell;
    vertical-align: middle;
}

.custom-article .custom-article-description i { 
    color: #959595;
}

.custom-article .custom-article-description span {
    color: #c92629;
}

.custom-block-twitter .root.timeline {
    border-radius: 0 !important;
}

.custom-block-twitter #twitter-widget {
    border: 1px solid #ddd;
    border-top: 0;
}

.custom-block-twitter .nav-tabs.nav-justified>li>a {
    border-radius: 0 !important;
    color: #666666;
    padding: 5px 15px;
}

.custom-block-twitter .fa-twitter {
    margin-right: 12px;
    color: #4da7de;
    font-size: 16px;
}

.custom-page-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 20px;
    margin-top: 0;
}

.cusom-article-recent-article .row > div .media .media-object {
    width: 100%;
    height: auto;
}

/**
 * Details
 */
.custom-details {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}
.custom-details .caption {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
figure.caption {
  /*width: 1px;
  display: table !important;*/
}
.custom-details .caption img, .custom-details .image img {
    margin-bottom: 10px;
}

.custom-details .caption figcaption, .custom-details .image figcaption {
    color: #7d7d7d;
    font-size: 12px;
    line-height: 20px;
}

.custom-details p {
    margin-bottom: 20px;
}

.custom-details > p > img {
    margin: 0 15px 15px;
}

.custom-details img {
    height: auto;
    max-width: 765px;
}

.custom-article-share {
    color: #898989;
    line-height: 26px;
    padding: 8px 0;
    border-top: 1px solid #e1e1e1;
}

.custom-article-share > div {
    display: inline-block;
    margin-left: 10px;
}

.custom-article-disclaimer {
    padding: 15px 0;
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 21px;
    font-size: 12px;
    color: #383838;
    /*background-color: #EFEFEF;*/
}

/**
 * RRSSB
 */
.custom-page-rrssb {
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.custom-page-rrssb .rrssb-buttons {
    height: 30px;
}
.custom-page-rrssb .rrssb-buttons li a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.custom-page-rrssb .rrssb-buttons li.rrssb-print a .fa {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 12px;
    top: 5px;
}

.custom-page-rrssb .rrssb-buttons li a .rrssb-icon {
    padding-top: 5px;
}

.custom-archive-list h4 {
    font-weight: 700;
    margin-top: 20px;
}

.custom-archive-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.custom-archive-list ul li {
    padding: 0;
    font-size: 16px;
    line-height: 30px;
}

.custom-archive-page {
    line-height: 48px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}

.custom-archive-page .btn {
    border-radius: 3px;
    padding: 0 39px;
    line-height: 48px;
}

.custom-archive-page .btn:hover {
    border: 1px solid #e1e1e1;
}

.custom-archive .custom-archive-date label {
    font-size: 14px;
    font-weight: 400;
    float: left;
    color: #898989;
    margin-right: 17px;
}

.custom-archive .custom-archive-date .form-control {
    float: right;
    font-weight: 400;
    font-size: 16px;
    height: 50px;
    width: 170px;
    padding: 14px 56px 14px 13px;
    background: url('../images/icon-date.png') 90% 50% no-repeat;
}

.custom-contact-form label {
    color: #898989;
    font-weight: 400;
}

.custom-contact-form .form-group {
    margin-bottom: 30px;
}

.custom-contact-form .btn-primary {
    min-width: 360px;
    height: 50px;
    font-weight: 700;
    border-radius: 3px;
}

.custom-contact-form input.form-control {
    height: 50px;
    border-radius: 3px;
}

.custom-contact-form .alert {
    list-style: none;
}

/**
 * Error:404
 */
.custom-error-status {
    padding-right: 22px;
	font-size: 70px;
	line-height: 80px;
	float: left;
	height: 410px;
}

.custom-error-status span {
    font-size: 110px;
    color: #005B9F;
}

.custom-error-message h1 i {
    color: #F1402D;
	font-size: 40px;
	margin-right: 16px;
	float: left;
}

.custom-error-message h1 {
    margin-bottom: 36px;
    line-height: 40px;
}

.custom-error-message p {
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 20px;
}

.custom-error-message p a {
    color: #005B9F;
}

.custom-sidebar-twitter {
    max-width: 395px !important;
}



/*Pat*/
.custom-news-breaking-wrapper.panel {
    border: 1px solid #e1e1e1;
    border-radius: 0;
}
.custom-news-breaking-wrapper.panel .label {
    background: #681a12 none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    font-family: "Arial",serif;
    font-size: 20px;
    font-weight: normal;
    height: 40px;
    line-height: 30px;
    text-transform: uppercase;
    width: 100%;
}
.custom-news-breaking-wrapper.panel .custom-break-news {
    color: #681a12;
    list-style: outside none none;
    margin-bottom: 0;
    max-height: 250px;
    overflow-y: scroll;
    padding: 0 15px;
}
.custom-news-breaking-wrapper.panel .custom-break-news li div {
/*    display: inline;
    margin-left: 20px;*/
}
.custom-news-breaking-wrapper.panel .custom-break-news li div.row {
    margin: 0;
}
/*.custom-news-breaking-wrapper.panel .custom-break-news li a {
    margin-left: 10px;
}*/
.custom-news-breaking-wrapper.panel .custom-break-news span {
    color: #686464;
    display: block;
    font-size: 12px;
}
.custom-news-breaking-wrapper.panel .custom-break-news li {
    border-bottom: 1px dotted #e3e3e3;
    padding: 8px 0;
}
.custom-news-breaking-wrapper.panel .custom-break-news .fa {
    font-size: 6px;
    line-height: 0;
    position: relative;
    top: -4px;
}
.col-xs-10_5 {
    width: 89.5%;
    float: left;
}
.gsc-input-box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d9d9d9 !important;
    height: 40px !important;
    padding: 0 10px;
}
.gstl_50 {
    height: 35px;
}
.gscb_a {
    margin-top: 10px;
}
.gsc-search-button.gsc-search-button-v2 {
    background: #cecece url("http://www.google.com/uds/css/v2/search_box_icon.png") no-repeat scroll 50% 50% !important;
    border-color: #999 !important;
    color: #ff0;
    display: block;
    height: 38px !important;
    margin: 0;
}
.gsc-selected-option-container.gsc-inline-block {
    width: 120px !important;
}

/*nba*/
.scoreboard tr:first-child th {
      padding: 6px 10px;
      font-weight: 400;
      font-size: 14px;
     background-color: #870202;
     color: #FFF;
}
.scoreboard tr:first-child th:first-child {
        color: #daadad;
}
.scoreboard tr td {
    padding: 10px;
    font-size: 18px;
}
.scoreboard tr:last-child {
    border-top: 1px solid #e1e1e1;
}
.results-potg {
      padding: 20px;
      background-color: #f0f0f0;
      margin: 20px 0;
}
.current-results {
          font-family: Arial;
          font-weight: 600;
          font-size: 48px;
          position: relative;
          padding-bottom: 70px;
}
.current-results-score {
      margin: auto;
        width: 275px;
}
.current-result-header {
    font-family: "Arial";
  font-size: 18px;
  color: #fff;
  font-weight: 100;
}
.team {
    width: 115px;
    height: 98px;
    line-height: 98px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    float: left;
}
.team1 {
    background: url('../images/team1-bg.png');
      margin-right: 40px;
}
.team2 {
    background: url('../images/team2-bg.png');
}
.orange {
    color: #ffc000;
    font-size: 24px;
    margin: 5px 0 20px 0;
    font-family: 'Arial';
}
.results {
          position: absolute;
          bottom: 0;
          text-align: center;
          margin: 0 auto;
          width: 100%;
          margin-bottom: 35px;
}

@media print {
    header, footer, .custom-sidebar, .custom-breadcrumbs, .custom-banner, .custom-page-rrssb, .custom-article-share,
    .custom-article-related-content, .custom-article-comment {
        display: none !important;
    }

    .custom-main-content {
        width: 100%;
        border: none;
    }
}

.nav2{
    margin-top: 100px;
}
.follow_us_cont{
   /* margin-left: 190px;*/
    color: rgb(255, 255, 255);
    float: right;
    font-family: arial;
}

header nav div.follow_us_cont ul > li:hover {

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    -moz-transition: background-color 0.3s, -moz-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    -moz-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);

}

.footer-border-top{
    border-top: 1px solid #959595;
}

.footer-quick-links p{
    margin: auto;
    font-size: 14px;
    font-family: "Arial";
}

.footer-quick-links h5{
    margin-left: 10px;
    font-size: 14px;
    font-family: "Arial";
    font-weight: bold
}

.custom-newsletter strong{
    color: #000;
    font-size: 14px;
}

.custom-newsletter-note p{
 	padding: 0px;   
    font-size: 12px;
    font-style: italic;
}

.tsNewletter-submit{
	width: 37px;
	height: 36px;
	padding: 0px;
	float: left;
	display: block;
	background-image: url("../images/tsNewletter-submit-btn.png");	
}

.follow_us_cont span{
    color: #4780ab;
    font-family: arial;
}

.ts-social-fb{
	width: 30px;
	height: 30px;
	padding: 0px;
	float: left;
	display: block;
	background-image: url("../images/tsfooter-social-icons.png");	
}

.ts-social-tw{
	width: 30px;
	height: 30px;
	margin-left: 36px; 
	padding: 0px;
	float: left;
	display: block;
	background-image: url("../images/tsfooter-social-icons.png");
	background-position:  -37px 0;
	position:absolute;	
}

.ts-social-gplus{
	width: 30px;
	height: 30px;
	margin-left: 72px; 
	padding: 0px;
	float: left;
	display: block;
	background-image: url("../images/tsfooter-social-icons.png");
	background-position:  -75px 0;
	position:absolute;	
}

.ts-social-rss{
	width: 30px;
	height: 30px;
	margin-left: 108px; 
	padding: 0px;
	float: left;
	display: block;
	background-image: url("../images/tsfooter-social-icons.png");
	background-position:  -113px 0;
	position:absolute;	
}

.ts-social-ymail{
	width: 30px;
	height: 30px;
	margin-left: 144px; 
	padding: 0px;
	float: left;
	display: block;
	background-image: url("../images/tsfooter-social-icons.png");
	background-position:  -150px 0;
	position:absolute;	
}

.foot-icon-holder{
	position: relative;
}

.slides-style{
    width: 100% !important;
}
.li-img-header{
    width: 100% !important;
    float: left !important;
    display: block !important;
    max-height: 530px !important;
}
.h1-headline-title{
    margin-top: 330px !important; 
}

.h1-headline-title a{
    color: #fff;
    font-family: arial; 
    font-size: 72px;

}
.media-summary-style{
    font-size: 16px;
    font-family: "Arial";
    color: rgb(149, 149, 149);
    line-height: 1.5;
    z-index: 2;
    position: relative;
    padding-top: 15px;
    border-top: 1px solid #EBEBEB;
    padding-right: 20px;
}

.img-headline-with-style{
    height: 530px !important;
    max-height:  530px !important;
}
/*.custom-main-slider-image a img{
    height: 530px !important;
}*/

/*.custom-main-slider .custom-main-slider-content:hover {
    position: relative;
    margin: 0px;
    padding: 20px 50px 0px;
    height: 530px;
    background-color: rgba(0, 0, 0, 0.1);
    max-height: 530px;
}*/

.li-img-news-latest{
    width: 180px !important;
    float: left !important;
    display: block !important;
    height: 175px !important;
}

.img-news-latest{
    width: 180px !important;
    height: 175px !important;
}
.custom-main-slider-image a img.img-news-latest{
    height: 175px !important;
}

.custom-main-slider-other-cat{
    position: absolute;
    left: 20px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #005B9F;
    top: 20px;
    font-family: arial;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    max-width: 140px
}
/*.custom-main-slider-other-cat{
    position: absolute;
    left: 20px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #005B9F;
    top: 20px;
    font-family: arial;
    line-height: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
}*/

.custom-main-slider-content2 {
    position: relative;
    margin: 0px;
    padding: 20px 10px 0px;
    height: 175px;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-main-slider-content2:hover {
    position: relative;
    margin: 0px;
    padding: 20px 10px 0px;
    height: 175px;
    background-color: rgba(0, 0, 0, 0.1);
}

.h1-cat-title {
    position: absolute;
    left: 20px;
    color: #FFF;
    /*top: 110px;*/
    bottom: 15px;
    font-family: arial;
    /*font-size: 12px;*/
    font-weight: bold;
    /*padding: 8px;*/
    padding-right: 15px;
    font-size: 16px;
}

.h1-cat-title a{
    color: #FFF;
    font-weight: bold;
    font-family: Arial;
    font-size: 16px;
}

.li-img-editor-latest {
    width: 370px !important;
    float: left !important;
    display: block !important;
    height: 285px !important;
}

.custom-main-slider-editorial {
    position: absolute;
    left: 20px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #005B9F;
    top: 20px;
    font-family: arial;
    line-height: 8px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

.h1-editorial-title a {
    color: #FFF;
    font-family: arial;
    font-size: 41px;
}

.custom-editorial-content {
    position: relative;
    margin: 0px;
    padding: 20px 20px 0px;
    height: 285px;
}

.custom-editorial-content:hover {
    position: relative;
    margin: 0px;
    padding: 20px 20px 0px;
    height: 285px;
}

.editorial-text{
    background-color: #FFF;
    height: auto;
    margin-top: 285px;
    width: 370px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: 25px;
    position: absolute;
}

header div.follow_us_cont form input[type="search"] {
    width: 200px;
    border: 0px none;
    font-size: 14px;
    height: 35px;
    border-radius: 2px;
    padding: 10px;
    color: rgb(69, 104, 129);
    background: rgb(0, 43, 75) url("../images/search-icon-revise.png") no-repeat scroll 95% center;
    float: left;
    margin-top: 8px;
}

.custom-search-form{
    float: left;
}

.leftside-header-content{
    width: 194px;
    background-color: rgb(255, 255, 255);
    float: left;
    max-height: 530px;
}

.p-view-full-btn {
    font-size: 16px;
    font-family: "Arial";
    color: rgb(149, 149, 149);
    line-height: 1.5;
    z-index: 2;
    position: relative;
    padding: 10px;
}   

.view-full-btn {
    border: 2px solid #005B9F !important;
    color: #005B9F !important;
    border-radius: 4px;
    width: 155px;
    margin-left: 10px;
    padding: 8px;
}

.view-full-btn:hover {
    border: 2px solid rgb(0, 91, 159) !important;
    color: rgb(255, 255, 255) !important;
    padding: 8px;
    background-color: rgb(0, 91, 159) !important;
    border-radius: 4px;
    width: 155px;
}

.label-headline-style {
    font-size: 14px;
    font-family: "Arial";
    line-height: 1.5;
    z-index: 2;
    position: relative;
    padding: 20px;
    margin-left: 10px;
    color: rgb(0, 91, 159);
    font-weight: bold;
}

.header-comment-author{
    font-size: 12px;
    font-family: "Arial";
    color: rgb(197, 197, 197);
    line-height: 1.5;
    z-index: 2;
    position: relative;
    padding: 20px;
    border-top: 1px solid #EBEBEB;
    font-style: italic;
}

.header-comment-author a {
    font-size: 12px;
    font-family: "Arial";
    color: rgb(197, 197, 197);
    line-height: 1.5;
    position: relative;
    font-style: italic;
}

.headline-author{
    font-size: 14px;
    font-family: "Arial";
    color: rgb(149, 149, 149);
    line-height: 1.5;
}

.columns-display{
    width: 425px;
    background-color: #FFF;
    max-height: 565px;
    margin-left: -15px;
    position: relative;
    overflow-y: auto;
    min-height: 565px;
}

.label-columnists-style {
    font-size: 14px;
    font-family: "Arial";
    line-height: 1.5;
    z-index: 2;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgb(54, 54, 54);
    font-weight: bold;
    padding-left: 20px;
/*    border-bottom: 1px solid #EBEBEB;*/
}

.header-comment-author2{
    font-size: 12px;
    font-family: "Arial";
    color: #C5C5C5;
    line-height: 1.5;
    font-style: italic;
    position: relative;
    z-index: 2;
    padding-left: 20px !important;
    margin-bottom: 30px;
}

.header-comment-author2 a {
    font-size: 12px;
    font-family: "Arial";
    color: #C5C5C5;
    line-height: 1.5;
    z-index: 2;
    position: relative;
    font-style: italic;
}

.p-title-columns{
    color: #262626;
    z-index: 2;
    position: relative;
    padding-left: 20px;
    font-family: "Arial";
    line-height: 1.5;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px !important;
    max-width: 300px;
}

.more-columns-style {
    color: #005B9F;
    font-size: 14px;
    font-family: "Arial";
    line-height: 1.5;
    z-index: 2;
    position: relative;
    padding: 10px 0 0 20px;
    font-weight: bold;
/*    border-top: 1px solid #EBEBEB;*/
}

.more-columns-style a {
    color: #005B9F !important;
    font-size: 16px;
    font-family: "Arial";
    line-height: 1.5;
    z-index: 2;
    position: relative;
    font-weight: normal !important;
}

.p-title-columns a:hover{
    color: #005B9F;    
}

.column-author{
    font-size: 14px;
    font-family: "Arial";
    color: #262626;
    line-height: 1.5;
}

.columnist-photo-cont {
    width: 80px;
    height: 80px;
    background-color: rgb(0, 0, 0);
    float: left;
    position: absolute;
    top: 16px;
    right: 30px;
}

.latest-columns{
    background-color: rgb(255, 255, 255);
    min-height: 115px;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    position: relative;
}

.columnist-title-and-posted-info{
    width: 300px;
    /*height: 100px;*/
    position: relative;
    top: 13px !important;
}

.widget-holder{
    height: 295px;
    background-color: #FFF;
}

.widget-title-holder {
    border-bottom: 1px solid #EBEBEB;
    padding-left: 10px;
    text-align: center;
    font-weight: bold;
    color: #363636;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.exam-res-title{
    margin: 0px;
}

.numb-cont {
    width: 30px;
    height: 30px;
    padding: 3px;
    border: 3px solid #005B9F;
    border-radius: 15px;
    float: left;
    margin-left: 6px;
}

.exam-res-title span{
    font-weight: bold;"
}

.lotto-6-numb-cont{
    margin-left: 22px;
}

.height-custom{
    height: 340px !important;
}

.video-content-container {
    background-color: rgb(255, 255, 255); max-height: 430px !important;
}
.video-player-container {
    width: 355px; 
    height: 185px; 
    background-color: gray;
    position: relative;
}
.video-player-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-label-cont {
    width: 75px; height: 30px; background-color: rgb(0, 91, 159); color: rgb(255, 255, 255); font-weight: bold; padding-top: 5px; margin-top: 15px; margin-left: 20px; margin-bottom: 15px;
}
.video-title-cont{
    font-size: 24px; font-weight: bolder; line-height: 1.25; margin-left: 20px;
}
.video-text-content-cont {
    font-size: 14px; font-family: "Arial"; color: rgb(149, 149, 149); line-height: 1.429; margin-left: 20px;
}
.video-watch-more-cont {
    margin-top: 20px; margin-left: 20px; border-top: 1px solid rgb(245, 245, 245); font-size: 14px; min-height: 43px; padding-top: 10px; color: rgb(0, 91, 159);
}

.earad-container img.center-block {
    margin: 20px auto;
    max-height: 150px;
    max-width: 350px;
}