/* Bootstrap */
.pointer {
    cursor: pointer;
}

.dropdown-menu,
.btn {
    border-radius: 0px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.full-width {
    width: 100% !important;
}

/* Border */
.border-left {
    border-left: 1px dashed #ddd;
}

.border-top {
    border-top: 1px dashed #ddd;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

/* Grid Layout */
.grid {
    margin-left: -8px;
    margin-right: -8px;
}

.grid .grid-50 {
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
    box-sizing: border-box;
    float: left;
    display: block;
}

/* Fonts */

.roboto-slab {
    font-family: "Roboto Slab";
}

.roboto-con {
    font-family: "Roboto Condensed"
}

.uppercase {
    text-transform: uppercase
}

.font-10 {
    font-size: 10px;
    line-height: 15px;
}

.font-11 {
    font-size: 11px;
    line-height: 16px;
}

.font-12 {
    font-size: 12px;
    line-height: 18px;
}

.font-13 {
    font-size: 13px;
    line-height: 19px;
}

.font-14 {
    font-size: 14px;
    line-height: 19px;
}

.font-16 {
    font-size: 16px !important;
    line-height: 22px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

/* Position */

.top {
    top: 0px;
}

.bottom {
    bottom: 0px;
}

.right {
    right: 0px;
}

.left {
    left: 0px;
}

.abs,
.absolute {
    position: absolute;
}

/* Size */

.full-size {
    width: 100% !important;
}

.half {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.half:nth-child(odd) .pd {
    padding-left: 20px;
}

.auto-padding-left {
    padding-left: 0px;
}

.auto-padding-right {
    padding-right: 0px;
}

/* Fonts */

.font-normal {
    font-weight: normal !important;
}

/*Margin*/

.no-margin,
.no_margin {
    margin: 0px !important;
    padding: 0px !important;
}

.mg-10 {
    margin: 10px;
}

.mg-15 {
    margin: 15px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-15 {
    margin-left: 15px !important;
}
.footer-content .mt-15 .row .col-md-6 img {
    width:100%;
}
.ml-0 {
    margin-left: 0px !important;
}

.ml-10 {
    margin-left: 10px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-15 {
    margin-right: 15px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 2px;
}

/*Padding*/

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pl-10 {
    padding-left: 10px;
}

.pd-5 {
    padding: 5px !important;
}

.pd-10 {
    padding: 10px !important;
}

.pd-15 {
    padding: 15px;
}

.pdt-15 {
    padding-top: 15px;
}

.pdt-25 {
    padding-top: 25px;
}

.pdt-0 {
    padding-top: 0px !important;
}

.pdt-10 {
    padding-top: 10px !important;
}

.pdb-25 {
    padding-bottom: 25px;
}

.pdb-15 {
    padding-bottom: 15px;
}

.pdb-10 {
    padding-bottom: 10px;
}

.pdb-0 {
    padding-bottom: 0px !important;
}

#nav-wp-sticky-wrapper,
#nav-wp,
#header,
#sub-nav,
#main-content,
#footer,
.std {
    clear: both;
    display: block;
    min-width: 1148px;
}

.std > .inner {
    width: 1118px;
    margin: 0px auto;
}

.video-page .std > .inner {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.left, .bl, .fl, .float_left, .block_left {
    float: left
}

.right, .br, .fr, .float_right, .block_right {
    float: right
}

.clearfix, .cl {
    clear: both;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}

.auto_height, .ah {
    overflow: auto;
    max-height: 99%;
}

.relative {
    position: relative;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    position: absolute;
    cursor: pointer
}

::-webkit-scrollbar-track {
    background: transparent;
    border: none
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 0px
}

::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:active {
    background: #ccc;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

h4 {
    font-size: 16px;
}

/* MARGIN PADDING DEFINITION */

.no_margin {
    margin: 0px !important;
    padding: 0px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-6 {
    margin-left: 6px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pdl-30 {
    padding-left: 30px !important;
}

.pdl-20 {
    padding-left: 20px !important;
}

.pdl-15 {
    padding-left: 15px !important;
}

.pdl-10 {
    padding-left: 10px !important;
}

.pdl-0 {
    padding-left: 0px !important;
}

.pdr-0 {
    padding-right: 0px !important;
}

.pdr-2 {
    padding-right: 2px !important;
}

.pdr-10 {
    padding-right: 10px !important;
}

.pdr-15 {
    padding-right: 15px !important;
}

.pdr-20 {
    padding-right: 20px !important;
}

/*Color*/

.white-color {
    color: #fff !important;
}

.white-color:hover {
    color: #ddd !important;
}

.orange-color {
    color: #f36523;
}

.white-bg {
    background-color: #fff;
}

.white-gd-bg {
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.black-bg {
    background-color: #000;
}

.red-bg {
    background-color: #900;
}

.gray-bg {
    background-color: #f3f3f3;
}

.blue-bg {
    background-color: #073248;
}

.yellow-bg {
    background-color: #fff7e6;
}

.green-color {
    color: green;
}

.green-bg {
    background-color: green;
}

.title-color {
    color: #214a60 !important;
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

.red-color {
    color: #B20800 !important;
}
h1.red-color{
    display: inline-block;
    margin: 0;
    font-size: 14px;
}
.blue-color {
    color: #23527c;
}

.gray-color {
    color: #bbb;
}

.gray-color:hover {
    color: #bbb;
}

.top-blue-border {
    border-top: 3px solid #0e628c;
    padding-top: 5px;
}

.coffee-color {
    color: #673505
}

.coffee-bg {
    background-color: #673505
}

.coffee-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-color: #673505;
    text-align: center;
    border-radius: 100%;
}

.coffee-icon i {
    line-height: 28px;
    color: #fff;
}

.black-color {
    color: #000 !important;
}

.timer {
    font-size: 12px;
    color: #aaa;
}

.trans-bg {
    background-color: transparent !important;
}

.gradient-bg {
    bottom: 0px;
    right: 0px;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    padding-top: calc(20% - 12px);
}

.darker-gradient-bg {
    bottom: 0px;
    right: 0px;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
}

.gradient-bg .chip {
    color: rgba(255, 255, 255, .9)
}

.gradient-bg .top-border {
    border-top: 1px solid rgba(255, 255, 255, .6);
    padding-top: 10px;
}

.gradient-bg .title {
    font-size: 18px;
    font-family: "Roboto Condensed";
    color: #fff;
}

.gradient-bg h2 .title {
    font-size: 24px;
    line-height: 30px;
}

.gradient-bg h3 .title {
    font-size: 16px;
    line-height: 22px;
}

.gradient-bg .category-link {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    border-left: 3px solid red;
    padding-left: 10px;
}

/*Common*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, .figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, .section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

ol, ul {
    margin: 0;
}

ol li, ul li {
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a, img, button, input, textarea, iframe {
    outline: none;
    border: 0px;
}

.display-ie8 {
    display: none;
}

p {
    font-size: 14px;
    line-height: 20px;
}

ol, ul {
    list-style: none;
}

select {
    outline: none;
}

h3 {
    font-size: 18px;
    margin: 0px 0px 5px;
    font-weight: 600;
}

h3.title {
    font-size: 14px;
}

h4 {
    font-size: 14px;
}

a {
    outline: none;
    text-decoration: none !important;
    color: #214a60;
}

a:hover {
    text-decoration: none;
}

/* Frame */

.frame {
    overflow: hidden;
}

.frame-32 {
    height: 0;
    padding-bottom: 68%;
}

.frame-43 {
    height: 0;
    padding-bottom: 56%;
}

.frame-small {
    height: 120px;
}

.circle-frame {
    border-radius: 100%;
    overflow: hidden;
}

/* Layout */

body, html {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    font-size: 14px;
    line-height: 20px;
}

#top {
    background-color: #d4ae07;
}

#logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.video-page #logo .top-heading {
    top: 25px;
    left: 62px;
    font-size: 16px;
    font-weight: normal;
}
.video-page #logo .top-heading h2 {
    font-size: 22px;
}
#header {
    box-sizing: border-box;
}
#header .container-logo .col-lg-5 {
    padding-top:15px;
    width:38%;
}
#header .container-logo .col-lg-2 {
    width:24%;
}
#header .container-logo .col-lg-5 .fa-map-marker:before {
    color: #ed3237;
}
#header .container-logo .fa {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #151515;
}
#header .container-logo  span {
    display:block;
    text-align:center;
    font-size:12px;
}
#footer {
    padding-bottom: 10px;
    overflow: hidden;
    background-color: #F6F7F8;
}

#footer p {
    margin-bottom: 5px;
}

.right-header {
    margin-left: 15px;
    float: left;
}

#nav-wp {
    margin-left: 0px;
    background-color: #fff;
}
#nav-wp .cl:first-child{
    border-top: 1px solid #151515;
    border-bottom: 1px solid #151515;
    margin-bottom:5px;
    padding-right:0;
    padding-left:0;
    width:1173px;
}
#nav-wp .cl ul {
    border-bottom:3px solid #151515;
    margin-bottom:3px;
}
.is-sticky #nav-wp {
    width: 100%;
    z-index: 100;
}

.is-sticky #logo {
    display: none;
}

.is-sticky .right-header {
    margin-left: 0px;
}

.is-sticky .top-trending {
    display: none;
}

.is-sticky  #nav {
    width: 100%;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .5);
}

#input-search {
    font-family: Arial;
}

.input-group,
.input-group-addon,
.form-control {
    background-color: #fff;
    border-radius: 0px !important;
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none !important;
}
/* Top Trending */
.top-trending {
    color: rgba(255, 255, 255, .5);
}

.top-trending .item {
    display: inline-block;
    background-color: rgba(255, 255, 255, .8);
    text-transform: none;
    padding: 0px 10px;
    border-radius: 10px;
    margin-right: 10px;
}

/* Navigator */
#nav {
    width: 100%;
}

#nav > li {
    float: left;
}

#nav > li:first-child {
    border-left: none;
}

#nav > li.active {
    background-color: unset;
}

#nav > li.active a {
    color: #ed3237;
}

#nav > li.item {
    position: relative;
}

#nav > li.item.static {
    position: static;
}

#nav > li.item > .mega-menu {
    z-index: 10;
    position: absolute;
    text-align: left;
    width: 240px;
    left: calc(50% - 120px);
    background-color: #141329;
    top: 80px;
    opacity: 0;
    transition: 300ms;
    display: none;
    box-shadow: 0 0px 3px rgba(0, 0, 0, .5);
    z-index: 9999;
}

#nav > li.item > .mega-menu.full-menu {
    left: auto !important;
    margin-left: 0px !important;
    right: 0px !important;
    width: 100% !important;
}

#nav > li.item > .mega-menu.full-menu .block-heading {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.menu-inside {
    margin-bottom: 10px;
    clear: both;
}

#nav > li.item > .mega-menu.full-menu a {
    text-transform: none;
}

#nav > li.item:nth-child(2) > .mega-menu {
    left: 0px !important;
}

#nav > li.li-search > .mega-menu {
    top: 40px;
    width: 300px;
    right: 0px;
    left: auto;
    opacity: 1;
    display: none;
}

#nav > li.item:hover {
    background-color: rgba(255, 255, 255, .2);
}

#nav > li.item:hover > .mega-menu {
    top: 36px;
    opacity: 1;
    display: block;
    height: auto;
    transition: 400ms;
    text-transform: uppercase;
}

#nav > li.li-search:hover > .mega-menu {
    display: none;
}

#nav > li.item > .mega-menu > .arrow {
    position: absolute;
    top: -16px;
    z-index: 99999;
    width: 24px;
    height: 24px;
    left: calc(50% - 12px);
    border-bottom: 18px solid #141329;
    border-left: 12px inset transparent;
    border-right: 12px inset transparent;
    z-index: 9;
}

#nav > li.item:nth-child(2) > .mega-menu > .arrow {
    left: 15px
}

#nav > li.li-search > .mega-menu > .arrow {
    left: auto;
    right: 15px;
}

#nav > li.item > .mega-menu > .children > li,
#nav > li.item > .mega-menu > .children > li > a {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    transition: 400ms;
    display: block;
}

#nav > li.item > .mega-menu > .children > li:hover {
    padding-left: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

#nav > li.item > .mega-menu > .children > li {
    padding: 5px 15px;
}

#nav > li.item > .mega-menu > .children > li:last-child {
    border-bottom: none;
}

#nav > li.item#li-search > .mega-menu {
    width: 360px;
    left: calc(50% - 180px);
}

#nav > li,
#nav > li > a {
    display: block;
}

#nav > li > a {
    font-size: 12px;
    padding: 7px;
    text-align: center;
    color: #151515;
    border-right: 1px solid rgba(255, 255, 255, .1);
    text-transform: uppercase;
    font-family: "Noto Serif", serif;
    font-weight: 600;

}
i.fa.fa-home {
    font-size: 19px;
}
#nav > li:last-child > a {
    border-right: none;
}

#nav > li:hover > a,
#nav > li.active > a {
    font-weight: 600;
    position: relative;
    color: #ed3035;
}

#nav > li:hover {
    border-color: #bbb;
}

/* Sub nav */
#sub-nav {
    line-height: 32px;
}

/* Heading Posts */
.top-heading-post-wp {
}

#top-heading-post-wp .block-content {
    width: calc(100% - 100px);
}

#top-heading-posts > li .icon-circle {
    font-size: 5px;
    position: relative;
    top: -3px;
    margin-right: 3px;
}

/* Middle Block */
.line {
    background-color: #ddd;
    height: 1px;
    line-height: 1px;
    display: block;
    clear: both;
}

/* List Text */
.list-text li {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #ddd;
}

.list-text li:last-child {
    border-bottom: none;
}
.list-tag li {
    padding: 6px;
    border: 1px dashed #ccc;
    background-color: #fff;
    margin-top: 10px;
    margin-right: 10px;
}

/* Blocks */

.block-priority .priority {
    width: 35px;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    font-family: "Noto Serif", Arial;
}

.block-priority .post-title {
    width: calc(100% - 45px);
    position: relative;
    top: -4px;
}

.block-priority .frame {
    margin-top: 1px;
}

.std-block .block-heading {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #ccc;
}

.std-heading {
    height: 30px;
    line-height: 30px;
}

.std-block .block-heading .block-title {
    top: -1px;
    position: relative;
    border-bottom: 1px solid #B03436;
}

/* Framework */
h1.post-title,
h2.post-title,
h3.post-title,
h4.post-title {
    color: #333333;
    margin: 0px;
    padding: 0px;
    font-family: "Noto Serif", Arial;
    font-weight: bold;
    /*letter-spacing: -1px;*/
}
.editor-related-block h3.post-title {
    letter-spacing: 0px !important;
    font-family: Arial !important;
}
h1.event-title {
    font-size: 25px;
    line-height: 30px;
}
h2.event-title {
    font-size: 20px;
    line-height: 26px;
}
h1.event-title .icon-circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    position: relative;
    top: -4px;
    border-radius: 100%;
}
h1.event-title .icon-circle i {
    text-align: center;
    display: block;
    line-height: 26px;
    font-size: 12px;
}
h1.post-title {
    font-size: 26px;
    line-height: 35px;
}
h1.post-title.main-title {
    font-size: 30px;
    line-height: 36px;
}
h2.post-title {
    font-size: 20px;
    line-height: 26px;
}

h3.post-title {
    font-size: 18px;
    line-height: 24px;
}

h4.post-title {
    font-size: 14px;
    line-height: 20px;
}

/* Sliders */
#top-slider-wp {
    margin-left: -60px;
    overflow: hidden;
    position: relative;
    left: 0px;
    transition: 400ms;
}

#top-slider-wp:hover {
    margin-left: -80px;
}

.frame-hidden {
    overflow: hidden;
}

#top-slider {
    width: 100%;
}

#top-slider .frame {
    padding-bottom: 60%;
    height: 0;
}

#top-slider .owl-controls {
    display: none;
}

#top-slider-controls .arrow {
    width: 30px;
    height: 50px;
    background-color: #f36523;
    color: #fff;
    text-align: center;
    z-index: 9;
    opacity: .9;
    margin-top: 80px;
    cursor: pointer;
    transition: 400ms;
}

#top-slider-controls .arrow:hover {
    opacity: 1;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .6);
}

#top-slider-controls .arrow.prev {
    left: 0px;
}

#top-slider-controls .arrow.next {
    right: 0px;
}

#top-slider-wp:hover .arrow.prev {
    left: 0px !important;
    opacity: 1;
}

#top-slider-wp:hover .arrow.next {
    right: 0px !important;
    opacity: 1;
}

#top-slider-controls .arrow i {
    line-height: 50px;
    font-size: 30px;
}

.border-orange-top {
    border-top: 4px solid rgb(243, 101, 35);
}

.gradient-slider-wp {
    margin-left: -60px;
    overflow: hidden;
    position: relative;
    left: 0px;
    transition: 400ms;
}

.gradient-slider .item .frame img {
    width: 100%;
}

.gradient-slider-controls {
    top: calc(50% - 15px);
    position: absolute;
    width: 100%;
    margin-left: 0px;
}

.gradient-slider-controls .arrow {
    width: 30px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-align: center;
    z-index: 9;
    opacity: .9;
    cursor: pointer;
    transition: 400ms;
}

.gradient-slider-controls .arrow:hover {
    opacity: 1;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .6);
}

.gradient-slider-controls .arrow.prev {
    left: 0px;
}

.gradient-slider-controls .arrow.next {
    right: 0px;
}

.gradient-slider-wp:hover .arrow.prev {
    left: 0px !important;
    opacity: 1;
}

.gradient-slider-wp:hover .arrow.next {
    right: 0px !important;
    opacity: 1;
}

.gradient-slider-controls .arrow i {
    line-height: 50px;
    font-size: 30px;
}

/* Social Item */
.social-item {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -5px;
}

.social-item i {
    line-height: 25px;
    font-size: 15px;
}

/* Circle Frame Profile */
.circle-frame.profile {
    width: 68px;
    height: 68px;
}

.top-profile .message {
    padding: 10px;
}

.top-profile .message .message-content {
    width: calc(100% - 70px);
}

#top-profile-slider .owl-nav {
    position: absolute;
    top: -25px;
    right: 0px;
}

#top-profile-slider .owl-nav .owl-prev,
#top-profile-slider .owl-nav .owl-next {
    text-align: center;
    float: left;
}

#top-profile-slider .owl-nav .owl-next {
    position: relative;
    left: -1px;
}

/* Category Block */
.category-block {
    margin-bottom: 15px;
}

.category-block > .block-heading {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #ccc;
}

.category-block > .block-heading > .block-title {
    height: 32px;
    line-height: 32px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    top: 0px;
    position: relative;
    border-bottom: 1px solid #B03436;
}

.category-block > .block-heading > .block-title a {
    color: #073248;
    display: inline-block;
}

.category-block > .block-heading > .children li {
    display: inline-block;
    margin-right: 10px;
}

.category-block > .block-heading > .children li .icon-dot {
    font-size: 6px;
    margin-right: 3px;
    position: relative;
    top: -3px;
}

/* List Style */
.side-list-left > .item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.side-list-left > .item .post-title {
}

.side-list-left > .item:first-child {
    padding-top: 0px;
}

.side-list-left > .item:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.side-list-left > .item .post-title .icon-dot {
    font-size: 6px;
    position: relative;
    top: -4px;
}

.side-list-left > .item .post-sapo {
    color: #666;
}

.side-list-simple .item {
    padding-top: 10px;
}

.side-list-simple .item:first-child {
    padding-top: 0px;
}

.side-list-simple .item .post-title {
    margin: 0px
}

.side-list-simple .item h2.post-title {
    font-size: 18px;
    line-height: 24px;
}

.side-list-simple .item .post-title .icon-dot {
    font-size: 4px;
    position: relative;
    top: -4px;
    margin-right: 3px;
}

.side-list-simple .item .timer {
    margin: 0px !important;
}

.side-list-simple .item .frame {
    height: 0;
    padding-bottom: 25%;
}

.side-list-row .item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.side-list-row .item .post-title {
    font-size: 14px;
    line-height: 19px;
}

.side-list-row .item img {
    width: auto;
    height: 100%;
}

.side-list-row .item:first-child {
    padding-top: 0px;
}

.side-list-row .item .frame {
    width: 160px;
    height: 120px;
}

.side-list-block {
}

/* Border Block */
.border-block.green {
    border-color: green;
}
.border-block.blue {
    border: 1px solid #073248;
}

.border-block .block-heading {
    background-color: #93262b;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.border-block.green .block-heading {
    background-color: green;
}

.border-block .list-text .item .sort-order {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    z-index: 9;
    display: block;
}

.border-block .list-text .item {
    overflow: hidden;
}

/* FRAME */

.frame-100 {
    width: 100px;
    height: 100px;
}

.frame-80 {
    width: 80px;
    height: 100px;
}

.frame-60 {
    width: 60px;
    height: 60px;
}

/* VIDEO HEADING */
.video-heading {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.icon-video {
    width: 44px;
    height: 30px;
    background: url(../images/icon-video.png) center center no-repeat;
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.icon-video i {
    font-size: 12px;
}

.video-block .video-list .item {
    overflow: hidden;
    border-left: 3px solid rgba(255, 255, 255, .1);
    margin-bottom: 1px;
}

.video-block .video-list .item.active {
    background-color: rgba(255, 255, 255, .2);
}

.video-block .video-list .item .sort-order {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #f36523;
}

.video-block .video-list .item .video-title {
    width: calc(100% - 60px);
    font-size: 16px;
    display: block;
    margin-bottom: 0px;
}

/* Footer Navigator */
.footer-nav-content {
    padding: 15px 0px;
    border-top: 3px solid #fff;
}
.footer-nav .block-heading {
    line-height: 30px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer-nav .item {
    margin-right: 10px;
    display: inline-block;
    font-weight: bold;
}
.footer-nav .children li {
    margin-bottom: 3px;
}
.logo-heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

/* Fixed Bar */
#fixed-bar {
    position: fixed;
    bottom: 10px;
    right: 0px;
    height: auto;
    font-size: 30px;
    z-index: 9999;
}

#btn-top {
    border-right: none;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #B03436;
    width: 45px;
    height: 45px;
    color: #fff;
    display: block;
    text-align: center;
}

#btn-top i {
    line-height: 45px;
}

/* Breadcrumb */
.category-heading {
    border-radius: 0px;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
}

.category-heading .icon-sp {
    margin-left: 4px;
    margin-right: 4px;
}

/* Collection */
.collection .item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.collection .item:last-child {
    border-bottom: none;
}

.collection .item .post-title {
    position: relative;
    font-size: 20px;
    line-height: 26px;
}

/* Pagination */
.pagination {
    margin: 0px;
}

.pagination li > span,
.pagination li > a {
    margin-right: 5px;
    border: none;
    font-weight: bold;
    border-radius: 0px !important;
    color: #337ab7;
    border-bottom: 3px solid #bbb !important;
    background-color: transparent !important;
    transition: 300ms;
}

.pagination li:hover > a,
.pagination li.active > span {
    background-color: transparent !important;
    border-bottom: 3px solid #337ab7 !important;
    color: #337ab7 !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #337ab7 !important;
    border-bottom: 3px solid #337ab7 !important;
}

.pagination a .fa {
    display: block;
    line-height: 20px !important;
}

/* Post Content */
.box {
    padding: 0px 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    margin-right: 5px;
    font-size: 12px;
}

.box a {
    color: #fff;
}

.blue-box {
    background-color: #00095E;
}

.red-box {
    background-color: #B03436;
}

.post-content audio {
    border: 1px solid #ccc;
    box-shadow: 0 0px 10px #eee;
    height: 35px;
    width: 100%;
}

.post-content.converted p img[class*=wp-image] {
    margin-top: 15px !important;
    display: block !important;
    width: 100%;
}

.post .post-sapo {
    font-size: 16px;
    line-height: 23px;
    padding: 15px;
    padding-bottom: 0px;
}

.VCSortableInPreviewMode {
    margin-bottom: 15px;
}
.post-content i[id*=attachment_] {
    display: block;
    text-align: center;
}
.post-content .wp-caption {
    width: 100% !important;
}

.post-content a > img,
.post-content img[id*=vne_slide_image] {
    margin-bottom: 15px;
}

.post-content .wp-caption a > img {
    margin-bottom: 0px;
}

.VideoCMS_Caption,
.PhotoCMS_Caption,
.post-content .wp-caption .wp-caption-text {
    padding: 10px;
    background-color: #f3f3f3;
    font-style: italic;
    text-align: center !important;
}

.post-content div[id*=main_divNormal] img {
    margin-bottom: 15px;
}

.post-content video {
    width: 100%;
    height: 350px;
}

.post-content table {
    margin: 0px auto;
    margin-bottom: 15px;
    border-collapse: collapse;
    border: 1px solid #ddd;
    box-shadow: 0 0px 4px #eee;
    width: 100%;
    max-width: 100%;
}

.post-content table[style*="float: left"] {
    margin-right: 15px;
}

.post-content table[style*="float: right"] {
    margin-left: 15px;
}

.post-content table tr td {
    padding: 10px;
    max-width: 320px !important;
    overflow: hidden;
}

.post-content table tr td > .post-content table {
    margin-bottom: 0px !important;
}

.post-content table tr td p {
    margin-bottom: 15px !important;
}

.post-content table p.Image {
    padding: 10px;
    font-style: italic;
}

.post-content * {
    font-family: Arial !important;
    font-size: 16px !important;
    line-height: 23px !important;
}
.post-content a{
    color: blue;
}
.post-content.converted > strong,
.post-content,
.post-content p {
    display: block;
    margin: 0px !important;
    margin-bottom: 15px !important;
    font-size: 16px !important;
    line-height: 23px !important;
}
.post-content p.p-source {
    margin-top: 15px !important;
    text-align: right !important;
}
.VideoCMS_Caption p,
.PhotoCMS_Caption p {
    margin-bottom: 0px !important;
}

.post-content > p > img {
    margin-bottom: 15px;
}

.post-content iframe,
.post-content frame {
    width: 100% !important;
    /* min-height: 350px !important;*/
    margin-bottom: 15px !important;
}

.post-content .image_center_wp .image_center {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.post-content.gallery .image_center_wp .image_center {
    max-width: 800px !important;
    width: 800px !important;
}

.post-content.gallery .image_caption {
    margin-bottom: 15px !important;
}

.post-content .image_left_wp {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.post-content .image_right_wp {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.post-content .image_center_wp {
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
}

.post-content .image_center_wp img {
    margin-bottom: 15px;
    display: block;
}

.post-content img {
    max-width: 600px !important;
    height: auto !important;
    margin: 0px auto;
}
.post-content.gallery img {
    max-width: 800px !important;
}
.post-content .image_caption {
    text-align: center;
    font-style: italic;
    color: #888;
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 0px !important;
    padding: 0px 15px;
}

.post-content .image_right_wp .image_caption,
.post-content .image_left_wp .image_caption {
    margin-top: 10px !important;
}

.post-content ul,
.post-content ol,
.post-content ul li,
.post-content ol li {
    margin-bottom: 15px;
    list-style-type: disc;
}

.post-content ul li,
.post-content ol li {
    margin-left: 23px;
}

.center-image-wp {
    margin-bottom: 15px;
    background-color: #f2f2f2;
    padding: 5px;
    text-align: center;
    border: 1px dashed #ccc;
}

.center-image-wp em {
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
}

.center-image-wp img {
    width: 100%;
}

.post-item {
    font-family: Arial;
}

.post-item .post-sapo {
    font-size: 16px;
    line-height: 23px;
}

.post-content {
    /*overflow: hidden;*/
    background-color: #fff;
}

.post-content .su-note {
    padding: 10px;
    border: 1px dashed #ccc;
    background-color: #f3f3f3 !important;
    margin-bottom: 15px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    font-weight: bold;
    border-color: #ddd !important;
}

.su-note-inner {
    background-color: #f3f3f3 !important;
}

.su-note-inner ul {
    margin-bottom: 0px !important;
}

.su-note-inner ul li {
    margin-bottom: 8px !important;
}

.su-note-inner ul li:last-child {
    margin-bottom: 0px !important;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h1 *,
.post-content h2 *,
.post-content h3 * {
    margin-bottom: 15px;
    font-size: 16px !important;
    line-height: 23px !important;
    color: #000 !important;
}

.post-content .editor-related-block {
    height: auto;
    width: 100%;
    margin-bottom: 23px;
    padding: 0px;
    background-color: #f3f3f3;
    overflow: hidden;
    line-height: normal !important;
}
.post-content .editor-related-block * {
    line-height: normal !important;
}
.post-content .editor-related-block ul li .frame {
    overflow: hidden;
}
.post-content .editor-related-block ul li .desc {
    width: calc(100% - 140px);
}
.post-content .editor-related-block ul,
.post-content .editor-related-block ul li {
    list-style-type: none !important;
    margin: 0px !important;
    padding: 0px !important;
    display: none;
}
.post-content .editor-related-block ul li {
    border-top: 1px solid #fff;
}
.post-content .editor-related-block.basic ul li {
    padding: 10px !important;
}
.post-content .right_list {
    float: right;
    margin-left: 15px;
}
.post-content .left_list {
    float: left;
    margin-right: 15px;
}
.post-content .right_list .editor-related-block,
.post-content .left_list .editor-related-block {
    margin-bottom: 0px !important;
}
.post-content table.left_list,
.post-content table.right_list
{
    width: 200px !important;
    border: none !important;
    box-shadow: none !important;
}
.post-content .left_list tr td,
.post-content .right_list tr td {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
}
.post-content .right_list .editor-related-block tr td,
.post-content .left_list .editor-related-block tr td
{
    line-height: normal !important;
}
.post-content .left_list .editor-related-block ul li .desc,
.post-content .right_list .editor-related-block ul li .desc
{
    width: 100% !important;
    box-sizing: border-box !important;
}
.post-content .editor-related-block img {
    max-width: 100% !important;
}

.post-content .mr-10 {
    margin-right: 10px !important;
}

.post-content .ml-10 {
    margin-left: 10px !important;
}

.post-content .mb-10 {
    margin-bottom: 10px !important;
}

.post-content .pd-10 {
    padding: 10px !important;
}

.post-content .editor-related-block .block-heading {
    line-height: 30px !important;
    border-left: 3px solid #df0024;
    padding-left: 12px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: bold;
}

.post-content blockquote {
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    border-left: 3px solid #23527c;
    background-color: #f3f3f3;
    font-style: italic;
    margin: 0px !important;
    margin-bottom: 15px !important;
}

.post-content blockquote > *:first-child:before {
    content: "";
    display: inline-block;
    background: url(../images/quotes-left.png) left center no-repeat;
    width: 18px;
    height: 16px;
    margin-right: 10px;
}

.post-content blockquote *:last-child {
    margin-bottom: 0px !important;
}

.post-content blockquote.pull-right {
    float: right;
    width: 260px;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
}

.post-content blockquote.pull-left {
    float: left;
    width: 260px;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.post-content .editor-related-block .title-color {
    color: #23527c !important;
}

.post-content .editor-related-block ul,
.post-content .editor-related-block ul li {
    list-style-type: none !important;
    margin: 0px !important;
    padding: 0px !important;
    display: none;
}

.post-content .editor-related-block ul li {
    border-top: 1px solid #fff;
}

.post-content .editor-related-block.basic ul li {
    padding: 10px !important;
}

.post-content .right_list .editor-related-block,
.post-content .left_list .editor-related-block {
    margin-bottom: 0px !important;
}

.post-content table.left_list,
.post-content table.right_list {
    width: 200px !important;
    border: none !important;
    box-shadow: none !important;
}

.post-content .left_list tr td,
.post-content .right_list tr td {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
}

.post-content .right_list .editor-related-block tr td,
.post-content .left_list .editor-related-block tr td {
    line-height: normal !important;
}

.post-content .right_list .editor-related-block ul li .desc,
.post-content .left_list .editor-related-block ul li .desc {
    width: 100% !important;
    box-sizing: border-box !important;
}

.post-content .cl {
    clear: both;
    display: block;
}

.post-content .pull-left {
    float: left !important;
}

.post-content .pull-right {
    float: right !important;
}

.post-content .editor-related-block ul,
.post-content .editor-related-block ul li {
    padding: 0px !important;
    margin: 0px !important;
    clear: both !important;
    display: block !important;
}

.post-content .editor-related-block ul li img {
    width: 120px !important;
    margin-bottom: 0px !important;
}

.post-content table.left_list .editor-related-block ul li img,
.post-content table.right_list .editor-related-block ul li img {
    width: 100% !important;
    max-width: 100% !important;
}

.post-content .editor-related-block ul li .post-title {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.post-content .editor-related-block.basic ul li .post-title,
.post-content .left_list .editor-related-block ul li .post-title,
.post-content .right_list .editor-related-block ul li .post-title {
    margin-top: 0px !important;
}

.post-content .editor-related-block ul li .post-title * {
    font-size: 14px !important;
    line-height: 19px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.post-content .editor-related-block ul li .timer {
    font-size: 13px !important;
    line-height: 18px !important;
    margin-top: 2px !important;
    margin-bottom: 0px !important;
    color: #888;
}

.post-content .contact-box {
    margin-top: 15px;
    border: 1px dashed #ccc;
    padding: 15px;
    background-color: #f3f3f3;
}

/* Post Description */
.post-description {
    border-top: 1px solid #ccc;
}

.post-description h2.post-sapo {
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
}

.row-small-padding {
    margin-left: -8px;
    margin-right: -8px;
}

.row-small-padding .item {
    padding-left: 8px;
    padding-right: 8px;
}

/* Top Events */
#top-events {
    width: 300px;
}

/* Top Icons */
#top-icons {
    top: 30px;
    right: 0px;
}
.video-page #top-icons {
    top: 6px;
}
#top-icons .item {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    margin-left: 6px;
}
.video-page #top-icons .item {
    background-color: #f3f3f3;
}
.video-page #header {
    box-shadow: 0 0px 8px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0px 8px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0px 8px rgba(0,0,0,.1);
}
#top-icons .item i {
    font-size: 16px;
    line-height: 30px;
}
.simple-list .item {
    border-bottom: 1px dashed #fff;
}

.simple-list .item:last-child {
    border-bottom: none;
}

.simple-list .item .post-title {
    width: calc(100% - 110px);
    margin-top: 6px;
}

/* List */
ul.circle li {
    list-style-type: disc;
    color: #bbb;
}

ul.square li {
    list-style-type: square;
}

ol.upper-roman li {
    list-style-type: upper-roman;
}

ol.lower-alpha li {
    list-style-type: lower-alpha;
}

/* Wide Block */
.wide-block {
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.wide-block .wide-block-heading {
    font-weight: bold;
    width: 200px;
}

.wide-block-heading .widget-line {
    height: 3px;
    background-color: #B20800;
    clear: both;
}

.wide-block-heading .title {
    float: left;
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.wide-block .wide-block-content {
    width: calc(100% - 200px);
}

.play-wp {
    left: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 3px 10px;
    border-radius: 2px;
}

.play-wp.small {
    padding: 3px 10px;
    left: 0px;
    bottom: 0px;
}

.play-wp a {
    color: rgba(255, 255, 255, .8)
}

.feed .frame {
    max-height: 180px;
}

.square-frame {
    width: 180px;
    height: 180px;
}

.feed > .item {
    padding-top: 15px;
    border-bottom: 1px solid #E5E5E5;
}

.feed > .item:last-child {
    border-bottom: none;
}

.feed > .item:first-child {
    padding-top: 0px;
}

.search-result .post-title a {
    color: #003388
}

/* Short Pagination */
.short-pagination{
    text-align: center;
}
.short-pagination a.item {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: #EEEEEE;
    text-align: center;
    margin-right: 5px;
    font-size: 16px;
}

.short-pagination a.item:hover,
.short-pagination a.item.active {
    background-color: #B20800;
    color: #fff;
}

.category-block .spec-item .post-sapo {
    width: calc(100% - 310px);
}

/* Grid Layout */
.grid {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.grid > .item {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.grid-3 > .item {
    width: 33.33% !important;
    float: left;
}

.grid-2 > .item {
    width: 50%;
}

/* Breadcrumb */
.breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #fff;
    font-family: Arial;
    border-bottom: 1px solid #ddd;
}

.breadcrumb ul,
.breadcrumb ul li {
    list-style-type: none;
}

.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb ul li {
    font-size: 14px;
}

.breadcrumb ul li span,
.breadcrumb ul li a {
    display: block;
    color: #666;
    padding: 5px;
}

.breadcrumb ul li:first-child span,
.breadcrumb ul li:first-child a {
    padding-left: 0px;
}

.border-dashed-bottom {
    border-bottom: 1px dashed #ddd;
}

.block-styled {
}

.block-styled .block-title {
    padding-left: 10px;
    line-height: 32px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: #B20800;
}
.block-styled .block-title a{
    color: #fff;
    text-transform: uppercase;
}
.block-styled ul {
    float: left;
    width: 100%;
    background: #F6F7F8
}

.block-styled ul li {
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: 1px dotted #ccc
}

.block-styled ul li:last-child {
    border-bottom: none
}

.block-styled ul li time {
    float: left;
    width: 25%;
    text-align: left;
    font-size: 12px
}

.block-styled ul li a {
    display: block;
    font-size: 14px;
    color: #333
}

.block-styled ul li a:hover {
    color: #900
}

#top-posts li {
    padding: 10px;
}

.category-main-heading {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
}

.category-main-heading .block-title {
    height: 35px !important;
    line-height: 35px !important;
    float: left;
    border-bottom: 1px solid #014282;
}

.top-border-heading {
    border-top: 1px solid #ddd;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.top-border-heading .title {
    float: left;
    border-top: 1px solid #0074d1;
    line-height: 30px;
    top: -1px;
    position: relative;
}

.block-content .spec-item {
    width: 300px
}

.block-content .right-block {
    width: calc(100% - 300px);
}

/* Comment */
.fb-wp {
    padding: 10px;
    border-top: 1px solid #ddd;
}

.comment-block {
}

.comment-block label {
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}

.comment-block .form-control {
    border: 1px solid #ddd;
}

.comment-block .form-control:focus {
    box-shadow: 0 0px 3px inset #eee;
    border: 1px solid #ccc;
}

.has-danger .form-control {
    border: 1px solid red !important;
}

.modal-open .modal {
    z-index: 9999;
}

.modal-header {
    background-color: #f3f3f3;
}

.modal-header,
.modal-content,
.modal-footer {
    border-radius: 0px !important;
    border-bottom: none !important;
}

.modal-content {
    box-shadow: none !important;
}

.modal-message {
    padding: 15px;
}

.block-comments {
    border-top: 1px solid #ddd;
}

.block-comments .block-heading {
    line-height: 35px;
    background-color: #f3f3f3;
}

.block-comments .comment-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.block-comments .comment-item:last-child {
    border-bottom: none;
}

/* Tag */
.tag-sapo {
    font-size: 16px;
    line-height: 23px;
}

/* Search Modal */
#search-modal {
    padding-top: 16px;
    background-color: rgba(255, 255, 255, .9);
}

#search-modal .modal-dialog {
    width: 800px;
}

#search-modal .modal-content {
    box-shadow: none !important;
    border: none !important;
    background-color: transparent !important;
}

#mini-search {
    margin-top: 39px;
    border: 1px solid #073248;
}

#search-modal .btn {
    padding: 10px 20px;
    border: none;
    background-color: #073248;
    color: #fff;
}

/* Video Page */
.video-bg {
    background-color: #333;
}

.video-sapo {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.video-lighter-bg {
    background-color: rgba(255, 255, 255, .2);
}

.video-bg h3.post-title {
    font-size: 14px;
}

.video-wide-block .widget-line {
    position: relative;
    margin-top: -4px;
}

.nav-tabs > li > a {
    border-radius: 0px;
    text-transform: uppercase;

}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #00095e;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-bottom: 2px solid #fff;
    margin-top: -1px;
}

.nav-tabs > li:not(.active) > a:hover {
    background-color: rgba(255, 255, 255, .2);
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.video-block-heading {
    line-height: 50px;
}

.video-icon-box {
    background-color: #df0024;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
}

.video-icon-box .icon {
    line-height: 40px;
    font-size: 23px;
}

h2.video-category-title {
    font-size: 14px;
    line-height: 40px;
    position: relative;
}

.video-bg .top-rows {
    margin-bottom: 15px;
}

.wide-block .video-list .item {
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.video-list.row {
    margin-left: -8px;
    margin-right: -8px;
}

.video-list.row .col-xs-3 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.video-list .item .frame {
    position: relative;
}

.video-list .post-title {
    font-size: 16px;
    line-height: 23px;
}

.video-list .item .playing-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 2px 10px;
    color: #fff;
    background-color: #df0024;
    display: none;
}

.video-list .item.playing .playing-layer {
    display: block;
}

.slimScrollBar {
    cursor: pointer;
}

.lighter-bg {
    background-color: rgba(255, 255, 255, .8);
}

.list-group,
.list-group-item {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}

.video-categories,
.video-categories .list-group-item {
    background-color: transparent;
    border: none;
}

.video-categories .list-group-item a {
    display: block;
}

.video-categories .list-group-item {
    padding: 6px 10px;
    font-weight: bold;
    transition: 400ms;
}
.video-categories .list-group-item.active {
    background-color: #fff;
}
.video-categories .list-group-item:not(.current):hover {
    background-color: rgba(255, 255, 255, .6);
    padding-left: 15px;
}

.video-categories {
}

.list-group-item.current {
    border-bottom: 1px solid #ccc;
}

.list-group-item.current a {
    color: #df0024
}
.video-container {
    width: 880px !important;
    height: 495px !important;
}
.video-desc {
    width: calc(100% - 880px) !important;
    height: 495px !important;
    background-color: #f3f3f3 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 25px;
}
.video-container .video-title {
    font-size: 28px;
    line-height: 1.32;
}
.video-category-block .video-title {
    font-size: 16px;
    line-height: 22px;
}
#ajax-video iframe,
.video-container iframe,
.video-container video {
    width: 100%;
    height: 100%;
}

.top-rows .item .frame {
    height: 115px;
}

.video-category-block {
    margin-bottom: 10px !important;
}

.video-category-block .owl-controls {
    display: none;
}

.video-related-posts .related-block-heading {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.video-related-posts .related-block-content ul li {
    padding: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, .2);
    background-color: rgba(255, 255, 255, .1);
    transition: 200ms;
}

.video-related-posts .related-block-content ul li:hover {
    padding-left: 15px;
}

.video-related-posts .related-block-content ul li:last-child {
    border-bottom: none;
}

.top-rows .item {
    padding: 10px;
}

#new-content {
    padding-left: 10px;
    padding-right: 10px;
}

/* Utils */

#block-utils #block-info {
    margin-bottom: 12px
}

#block-utils #block-info>header {
    margin-bottom: 10px;
    border-bottom: 3px solid #e9b73c
}

#block-utils #block-info>header>a {
    height: 27px;
    line-height: 27px;
    padding: 1px 10px 0;
    background-color: #e9b73c;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    font-weight: 700
}

#block-utils #block-info .block-info-content li {
    font-size: 14px !important;
    margin-bottom: 16px;
    float: left;
    width: 50%;
    cursor: pointer;
}

#block-utils #block-info .block-info-content li:nth-child(2n) {
    float: right;
    margin-right: 0
}

#block-utils #block-info .block-info-content li.last-line {
    margin-bottom: 0
}

#block-utils #block-info .block-info-content li a {
    display: block;
    text-align: center
}

#block-utils #block-info .block-info-content li .widget {
    display: block;
    margin: 0 auto 2px
}

.widget {
    background: url(../images/widget-sprites.png?v=0.05) 0 0 no-repeat;
    display: inline-block;
    background-size: 250px 250px
}

.widget-oil {
    background-position: -100px 0;
    width: 24px;
    height: 24px
}

.widget-tv {
    background-position: 0 0;
    width: 24px;
    height: 24px
}

.widget-stock {
    background-position: -75px 0;
    width: 24px;
    height: 24px
}

.widget-lottery {
    background-position: -123px 0;
    width: 24px;
    height: 24px
}

.widget-film {
    background-position: -150px 0;
    width: 24px;
    height: 24px
}

.widget-zodiac {
    background-position: -175px 0;
    width: 24px;
    height: 24px
}

.widget-exchangecurrency {
    background-position: -50px 0;
    width: 24px;
    height: 24px
}

.widget-exchangegold {
    background-position: -23px 0;
    width: 24px;
    height: 24px
}

.widget-humidity {
    background: url(../images/widget-sprites.png?v=0.05) 0 0 no-repeat;
    background-size: 250px 250px;
    background-position: -200px 0;
    width: 16px;
    height: 18px;
    margin-left: 3px;
    vertical-align: bottom
}

.ic-weather {
    display: inline-block;
    background: url(../images/widget-sprites.png?v=0.05) 0 0 no-repeat;
    width: 50px;
    height: 50px
}

.chanceflurries, .chancesnow, .flurries, .snow, .nt_chanceflurries, .nt_chancesnow, .nt_flurries, .nt_snow {
    background-position: 0 -50px
}

.chancerain, .rain, .nt_chancerain, .nt_rain {
    background-position: -50px -50px
}

.chancesleet, .sleet, .nt_chancesleet, .nt_sleet {
    background-position: -100px -50px
}

.chancetstorms, .tstorms, .nt_chancetstorms, .nt_tstorms {
    background-position: -150px -50px
}

/* Sharing Block */
.sharing-block {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.sharing-block.no-margin {
    padding: 0px;
    margin: 0px;
    border: none;
}
.sharing-block .sharing-message {
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.sharing-block .sharing-message i {
    color: #df0024
}
.sharing-block .list {
    margin-left: -3px;
    margin-right: -3px;
}
.sharing-block .list .item {
    display: inline-block;
    float: left;
    padding-left: 3px;
    padding-right: 3px;
}
.sharing-block .list .item .sharing-button {
    padding: 4px 10px;
    display: block;
    background-color: #666;
    border-radius: 3px;
}
.sharing-block .list .item .sharing-button a {
    color: #fff;
}
.sharing-block .list .item .sharing-button a i {
    position: relative;
    bottom: -1px;
    margin-right: 5px;
    font-size: 20px;
}
.sharing-block .list .item .sharing-button span {
    position: relative;
    top: -1px;
}
.sharing-block .list .item .facebook-button {
    background-color: #306199;
}
.sharing-block .list .item .facebook-button * {
    display: inline-block;
    white-space: nowrap;
}
.sharing-block .list .item .google-plus-button {
    background-color: #df3d1b;
}
.sharing-block .list .item .twitter-button {
    background-color: #28aae1;
}
.sharing-block .list .item .email-button {
    background-color: #333;
}

/* Slide Item */
.gallery-thumbnail {
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-left: 1px solid rgba(255,255,255,.2);
}
#gallery-slider-controls {
    top: calc(50% - 50px);
    position: absolute;
    width: 100%;
    margin-left: 0px;
}

#gallery-slider-controls .arrow {
    width: 30px;
    height: 50px;
    background-color: #900;
    color: #fff;
    text-align: center;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
    transition: 400ms;
}

#gallery-slider-controls .arrow:hover {
    opacity: 1;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .6);
}

#gallery-slider-controls .arrow.prev {
    left: -30px;
}

#gallery-container:hover .arrow.prev {
    left: 0px;
    opacity: 1;
}

#gallery-slider-controls .arrow.next {
    right: -15px;
}

#gallery-container:hover .arrow.next {
    right: 15px;
    opacity: 1;
}

#gallery-slider-wp:hover .arrow.prev {
    left: 0px !important;
    opacity: 1;
}

#gallery-slider-wp:hover .arrow.next {
    right: 0px !important;
    opacity: 1;
}

#gallery-slider-controls .arrow i {
    line-height: 50px;
    font-size: 30px;
}

.control-item.active {
    transition: 400ms;
    background-color: rgba(255,255,255,.3);
}

.control-item .frame {
    width: 100px;
}

.control-item .photo-title {
    width: calc(100% - 100px);
    padding: 10px;
}

/* Side Slider */

.list-style-1 .item {
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}

.list-style-1 .item:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.list-style-1 .item .frame {
    width: 110px;
    height: 80px;
}

/* Magazine */
.m-header {
    line-height: 30px;
    color: #fff;
    background-color: #073248;
    overflow: hidden;
    box-shadow: 0 0px 10px rgba(0,0,0,.5);
}
.m-footer {
    line-height: 30px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 20000;
    text-align: center;
}
.m-header .m-menu-item {
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    margin: 0px;
    text-transform: uppercase;
}
.m-header .m-menu-item.fixed {
    position: fixed;
    left: 0px;
    top: 0px;
}
.m-header .m-menu-item:last-child {
    border-right: none;
}
.magazine-slider .owl-nav {
    display: none;
}

.m-menu-list {
    position: fixed;
    width: 180px;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #B03436;
    color: #fff;
    z-index: 99999;
    box-shadow: 0 0px 10px rgba(0,0,0,.5);
    transition: 500ms;
    opacity: 1;
}

.m-menu-list .block-content {
    overflow-y: scroll;
    height: 100%;
    max-height: 100%;
    padding-bottom: 20px;
}

.m-menu-list .block-heading {
    line-height: 30px;
}

.m-menu-list .close-arrow {
    width: 30px;
    height: 30px;
    text-align: center;
    right: -30px;
    top: 0px;
}
.m-menu-list .close-arrow i {
    line-height: 30px;
    font-size: 18px;
}
.m-menu-list.hide {
    left: -180px;
    opacity: 0;
}
.magazine-item {
    margin-bottom: 15px;
}

.magazine-item {
    margin-bottom: 15px;
}

/* Event */
.timer.abs {
    right: 0px;
    top: -12px;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    color: #888;
    border: 1px solid #ddd;
}
.event-post-item .desc {
    width: calc(100% - 300px);
}
.event-post-item .frame {
    width: 300px;
}
.event-post-item.first-item {
    height: 188px;
}
.event-post-small-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.event-post-small-item:last-child {
    border-bottom: none;
}
.event-post-small-item .post-title {
    position: relative;
    font-size: 20px;
    line-height: 26px;
}

/* Adv Block */
.adv-block .adv-item {
    margin-bottom: 10px;
}
.adv-block .adv-item:last-child {
    margin-bottom: 0px;
}
.adv-block.full-adv img {
    width: 100% !important;
    height: auto !important;
}

.adv-block .owl-nav,
.adv-block .owl-dots {
    display: none;
}

/* Survey */
.survey-block .panel {
    border-radius: 0px !important;
    border-color: #ccc;
}
.survey-block .panel-title a {
    display: block;
}
.survey-block .panel-title a .circle-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    top: -2px;
}
.survey-block .panel-title a .circle-icon i {
    line-height: 16px;
    font-size: 10px;
}
.survey-block .panel-heading {
    border-radius: 0px !important;
    padding: 10px !important;
    box-shadow: none;
    border-color: #ccc;
    border-left: 3px solid #073248;
}
.survey-block .panel-body {
    padding: 0px !important;
}
.survey-block ul li label {
    clear: both;
    display: block;
    cursor: pointer;
}
.survey-block ul li label:hover {
    color: #B03436 !important;
}
.survey-block ul li label span {
    position: relative;
    top: -2px;
}

/* Layout */
.w-300 {
    width: 300px !important;
}
.w-315 {
    width: 315px !important;
}
.w-833 {
    width: 833px !important;
}

/* Menu Btn */
#menu-btn-wp {
    top: 0px;
    left: 0px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #f3f3f3;
    z-index: 999999;
}
.menu-btn {
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    position: relative;
    text-align: left;
    height: 70px;
    min-width: 30px;
}
.menu-btn:before {
    color: #444;
}
.menu-btn span {
    border-radius: 10px;
    display: block;
    height: 2px;
    left: 50%;
    margin: auto auto auto -10px;
    position: relative;
    top: calc(50% - 2px);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: transform .2s ease-out .7s, width .2s ease-out .7s;
    -o-transition: transform .2s ease-out .7s, width .2s ease-out .7s;
    transition: transform .2s ease-out .7s, width .2s ease-out .7s;
    vertical-align: middle;
    width: 20px;
    background-color: #B03436;
}
.menu-btn.active span {
    -webkit-transition: all .2s ease-in .2s;
    -o-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
}
.menu-btn.active span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.menu-btn.active span:first-child {
    -moz-transform: translate3d(0px, 2px, 0) rotate(45deg);
    -ms-transform: translate3d(0px, 2px, 0) rotate(45deg);
    -webkit-transform: translate3d(0px, 2px, 0) rotate(45deg);
    transform: translate3d(0px, 2px, 0) rotate(45deg);
}
.menu-btn.active span:last-child {
    -moz-transform: translate3d(0px, -2px, 0) rotate(-45deg);
    -ms-transform: translate3d(0px, -2px, 0) rotate(-45deg);
    -webkit-transform: translate3d(0px, -2px, 0) rotate(-45deg);
    transform: translate3d(0px, -2px, 0) rotate(-45deg);
}
.menu-btn span:first-child {
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.menu-btn span:last-child {
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.menu-btn * {
    background-color: #fff;
}
.is-sticky .menu-btn * {
    background-color: #444 !important;
}

/* E Magazine */
.e-magazine .header{background-color:#93262b;padding-top:6px;padding-bottom:6px;z-index:99999}
.e-magazine .logo-emag{font-size:32px;font-weight:lighter;font-family:"Roboto";letter-spacing:-1px}
.e-magazine .logo-emag .title{font-size:32px;position:relative;font-weight:lighter;font-family:"Roboto";letter-spacing:-1px;}
.e-magazine .fb-container{top:14px;right:10px;}
.e-magazine .menu-back{top:11px;left:10px;}
.e-magazine .menu-back .circle-icon{width:32px;height:32px;border-radius:100%;text-align:center;background-color:rgba(255,255,255,.6)}
.e-magazine .menu-back .circle-icon i{line-height:32px;font-size:22px;color:#fff;}
.wow{visibility:hidden;}
.e-magazine-content .blk-line-1 .line{height:2px;border-bottom:2px dotted #bbb;display:inline-block;width:calc(100% - 25px);position:relative;top:-11px;}
.e-magazine-content .blk-line-1 .icon{display:inline-block;width:25px;height:25px;background-color:#bbb}
.e-magazine-content .blk-line-1.purple .line{border-color:#6d3284}
.e-magazine-content .blk-line-1.blue .line{border-color:#1b8ecd}
.e-magazine-content .blk-line-1.blue .icon{background-color:#1b8ecd}
.e-magazine-content .blk-line-1.green .line{border-color:#a5c039}
.e-magazine-content .blk-line-1.green .icon{background-color:#a5c039}
.e-magazine-content .blk-line-1.orange .line{border-color:#eb891a}
.e-magazine-content .blk-line-1.orange .icon{background-color:#eb891a}
.e-magazine-content .icon.orange{background-color:#eb891a !important;}
.e-magazine-content .green-color{color:#76bd2c !important}
.e-magazine-content .blue-color{color:#1b8ecd !important}
.e-magazine-content .purple-color{color:#5d3284 !important;}
.e-magazine-content .orange-color{color:#f57d1f !important;}
.e-magazine-content .page-break{height:2px;border-bottom:2px dotted #76bd2c;margin-top:15px;margin-bottom:15px}
.e-magazine-content .purple-color .page-break{border-color:#5d3284 !important;}
.e-magazine-content .purple-bg{background-color:#5d3284 !important;}
.e-magazine-content span.cap{font-family:"Amazone" !important;text-transform:capitalize;font-size:119% !important;font-weight:lighter;position:relative;display:block;float:left;margin-right:0px;margin-top:8px;margin-bottom:8px;vertical-align:bottom;font-weight:lighter}
.e-magazine-content img{box-shadow:none !important;max-width:100% !important;}
.e-magazine-content,.e-magazine-content p,.e-magazine-content div, .e-magazine-content table, .e-magazine-content strong, .e-magazine-content em, .e-magazine-content table td, .e-magazine-content span, .e-magazine-content table th, .e-magazine-content h1, .e-magazine-content h2, .e-magazine-content h3, .e-magazine-content h4, .e-magazine-content h5, .e-magazine-content a {font-family:'Noto Serif', serif !important;font-size:20px !important;line-height:32px !important;letter-spacing:-1px;font-stretch:'Noto Serif', serif !important;}
.e-magazine-content p, .e-magazine-content div {clear: both}
.e-magazine-content,.e-magazine-content p, .e-magazine-content table, .e-magazine-content strong, .e-magazine-content em, .e-magazine-content table td, .e-magazine-content span, .e-magazine-content table th{text-align:justify;}
.e-magazine-content h1{font-size:38px !important;line-height:48px !important}
.e-magazine-content .font-45{font-size:45px !important;line-height:51px !important;}
.e-magazine-content h2{font-size:24px !important;line-height:36px !important;font-weight:lighter !important;letter-spacing:-1px;}
.e-magazine-content h3{font-size:20px !important;line-height:32px !important;font-weight:lighter !important}
.e-magazine-content h1 *, .e-magazine-content h2 *, .e-magazine-content h3 *{margin-bottom:0px;font-size:inherit !important;line-height:inherit !important;}
.e-magazine-content h1 .fa, .e-magazine-content h2 .fa, .e-magazine-content h3 .fa{font-size:30px !important;position:relative;top:1px;}
.e-magazine-content .image_full_wp, .e-magazine-content .image_center_wp{position:relative}
.e-magazine-content .image_full_wp{width:100% !important;max-width:100% !important;height:auto !important;margin-bottom:12px !important;}
.e-magazine-content .image_full_wp img, .e-magazine-content .image_center_wp img{width:100% !important;height:auto !important;max-width:100% !important;}
.e-magazine-content .image_overflow_wp{width: 100%; margin-left: -100px; margin-right: -100px; margin-bottom:12px !important;text-align: center}
.e-magazine-content .image_overflow_wp img{width: calc(100% + 200px) !important;max-width: calc(100% + 200px) !important;height:auto !important;}
.e-magazine-content h1,
.e-magazine-content h2,
.e-magazine-content h3,
.e-magazine-content > p:not(.image_full_wp):not(.image_left_wp):not(.image_right_wp):not(.image_to_left_wp):not(.image_to_right_wp),
.e-magazine-content > div:not(*[class*=mce]):not(.image_full_wp):not(.image_overflow_wp):not(.image_left_wp):not(.image_right_wp):not(.image_to_left_wp):not(.image_to_right_wp):not(.image_to_right_wp)
{width:800px !important;margin-left:auto !important;margin-right:auto !important;max-width:100% !important;}
.e-magazine-content .image_center_wp{text-align:center;margin-bottom:12px !important;}
.e-magazine-content .image_center_wp, .e-magazine-content .image_full_wp, .e-magazine-content .image_left_wp, .e-magazine-content .image_right_wp, .e-magazine-content .image_to_left_wp, .e-magazine-content .image_to_right_wp{padding-left:0px !important;padding-right:0px !important;}
.e-magazine-content .image_center_wp .image_center{max-width:1000px !important}
.e-magazine-content .image_left_wp{margin-left:90px !important;margin-right:15px !important;}
.e-magazine-content > p:not(.image_full_wp):not(.image_left_wp):not(.image_right_wp) .image_left_wp, .e-magazine-content > div:not(.image_full_wp):not(.image_left_wp):not(.image_right_wp) .image_left_wp{margin-left:0px !important}
.e-magazine-content .image_right_wp{margin-right:90px !important;margin-left:15px !important;}
.e-magazine-content > p:not(.image_full_wp):not(.image_overflow_wp):not(.image_left_wp):not(.image_right_wp) .image_right_wp, .e-magazine-content > div:not(.image_full_wp):not(.image_left_wp):not(.image_right_wp) .image_right_wp{margin-right:0px !important}
.e-magazine-content .image_left_wp, .e-magazine-content .image_right_wp{margin-top:8px !important;}
.e-magazine-content .image_to_left_wp{margin-left:90px !important;float:left !important;margin-right:15px !important;margin-bottom:15px !important;margin-top:15px !important;}
.e-magazine-content .image_to_right_wp{margin-right:90px !important;float:right !important;margin-left:15px !important;margin-bottom:15px !important;margin-top:15px !important;}
.e-magazine-content > p .image_full_wp, .e-magazine-content > p .mce-pagebreak{width:calc(100% + 160px) !important;max-width:calc(100% + 160px) !important;margin-left:-80px !important;margin-right:-80px !important;padding-left:0px !important;padding-right:0px !important;display:block}
.e-magazine-content > p .mce-pagebreak{background-color:#135ca5}
.e-magazine-content .cap:first-letter{text-transform:capitalize;font-size:400%;font-weight:lighter;position:relative;display:block;float:left;margin-right:12px;margin-top:18px;margin-bottom:12px;vertical-align:bottom;}
.e-magazine-content blockquote:not(.pull-left):not(.pull-right){padding:20px 80px !important;font-size:20px !important;line-height:32px !important;}
.e-magazine-content table{width:800px !important;margin:0px auto !important;border:none}
.e-magazine-content table, .e-magazine-content table td{max-width:100% !important;word-wrap:break-word;overflow-wrap:break-word;border:none !important;padding:0px !important;vertical-align:middle}
.e-magazine-content table td h2{width:auto !important;padding-left:0px !important;padding-right:0px !important;display:inline-block}
.e-magazine-content table td img{margin:inherit !important;}
.e-magazine-content table td p{padding:0px !important;font-family:"Noto Serif", sans-serif}
.e-magazine-content table[style*='float:left']{margin-left:0px !important;margin-right:15px !important;}
.e-magazine-content table[style*='float:right']{margin-left:15px !important;margin-right:0px !important;}
.e-magazine-content .grid-stack-wp{background-color:#f3f3f3;padding-top:10px;padding-bottom:10px;}
.e-magazine-content .grid-stack .grid-stack-item-content{overflow-x:inherit;overflow-y:inherit}
.e-magazine-content .e-magazine-content-footer{width:800px;margin:0px auto;padding-top:10px;padding-bottom:10px;border-top:1px solid #135ca5;border-bottom:1px solid #135ca5;margin-bottom:15px;}
.e-magazine-content iframe, .e-magazine-content frame{width:calc(100% + 80px) !important;height:auto !important;max-width:calc(100% + 80px) !important;margin-left:-40px !important;margin-right:-40px !important;height:460px !important;}
.e-magazine-content .roboto{font-family:Roboto !important;}
.e-magazine-content .dots .dot{width:25px;height:25px;display:inline-block;margin-right:8px;border-radius:100%;background-color:#59b532}
.e-magazine-content .dots .dot:last-child{margin-right:0px}
.e-magazine-content .purple-color{border-color:#6d3284 !important;}
.e-magazine-content .yellow-color{border-color:#ffcc26 !important;}
.e-magazine-content .bottom-line-dot{border-bottom:2px dotted #ccc;padding-bottom:15px}
.e-magazine-content .bottom-line-thick{border-bottom:15px solid #ccc}

/* Video */
#video-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 0px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0px 4px rgba(0,0,0,.2);
}
.video-main-content {
    /*margin-top: 85px;*/
}
.pointer {display: block; cursor: pointer}
.sidebar {
    opacity: 0;
    width: 220px;
    top: 71px;
    left: -300px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    background-color: #fff;
    z-index: 999;
    position: fixed;
}
.sidebar.show {
    opacity: 1;
    left: 0px;
    width: 220px;
    height: 100%;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
}
.sidebar ul {
    margin-top: 15px;
}
.sidebar ul li a {
    font-weight: bold;
    font-size: 14px;
    padding: 5px 15px;
    display: block;
}
.sidebar ul li.active a {
    color: #B03436;
}
.sidebar .close-btn {
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 30px;
    line-height: 31px;
    font-size: 30px;
    color: #9F224E;
    background: #fff;
    text-align: center;
    transition: all 250ms cubic-bezier(0.7,1,0.7,1);
    -moz-transition: all 250ms cubic-bezier(0.7,1,0.7,1);
    -webkit-transition: all 250ms cubic-bezier(0.7,1,0.7,1);
    -ms-transition: all 250ms cubic-bezier(0.7,1,0.7,1);
    cursor: pointer;
}
.duration-video{position:absolute;left:10px;bottom:10px;font:400 11px arial;color:#fff}
.duration-video .dash{opacity:0.5;font-size:12px;display:inline-block;vertical-align:middle}
.duration-video .time-duration{display:inline-block;vertical-align:middle}
.duration-video .ic-play{
    background: url(../images/icons-video600s.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 -202px;
    width: 32px;
    height: 32px;
}
#video-player {
    /*position: relative;*/
    width: 100%;
    /*width: 880px !important;*/
    /*height: 495px !important;*/
}

.icon-type {
    width: 15px;
    height: 15px;
    background: url(../images/icons.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.icon-type.video {
    background-position: -15px -1px;
    height: 15px;
    margin-top: 0;
    vertical-align: bottom;
}

.icon-type.image {
    background-position: -30px -1px;
}

.media-logo img{
    height: 27px;
    margin: 0 10px;
    vertical-align: middle;
}
.media-logo{
    text-align: center;
    vertical-align: middle;
    padding-bottom: 8px;
}
.media-logo a{
    border-right: 2px solid red;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
}
.media-logo a:last-child{
    border: 0;
}
.media-logo a:nth-child(1) img{

}

.media-logo a:nth-child(2) img{
    height: 32px;
}

.media-logo a:nth-child(3) img{
    height: 37px;
    margin-top: -4px;
}

.media-logo a:nth-child(4) img{
    height: 37px;
    margin-top: -4px;
}

.media-logo a:nth-child(5) img{
    height: 32px;
    margin-top: -4px;
}

.media-logo a:nth-child(6) img{
    height: 34px;
    margin-top: -2px;
}

.adv-block{
    min-height: 90px;
}
.footer-content .mt-15 .row {
    display: inline-flex;
    background: #fff
}
.footer-content .mt-15 .row img {
    max-width: 100%;
    height: 70px;
    margin: 0 auto;
    /* text-align: center; */
    display: block;
}
@media (max-width:768px) {
    .footer-content .mt-15 .row {
        display:flex;
        flex-wrap: wrap;
    }
    .footer-content .mt-15 .row .col-md-6 {
        width:50%;
        padding:10px 0;
    }
    .footer-content .mt-15 .row .col-md-6 img{
        max-width: 100%;
    }
    .footer-content .mt-15 .row .col-md-2 {
        width:50%;
        padding:10px 0;
    }
}