html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
    font-family: inherit;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}


/* fix IE scrollbar */

textarea {
    overflow: auto;
}

a img {
    border: 0;
}


/* responsive images */

img {
    max-width: 100%;
    height: auto;
}

.ie8 img {
    width: auto;
}


/* clearfix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}


/* reset placeholder color */

::-webkit-input-placeholder {
    color: inherit;
}

:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #2e2e2e;
}


/* link and text helpers */

a {
    color: #010101;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a:hover {
    text-decoration: underline;
}


/* Default table styling */

table {
    max-width: 100%;
    width: 100%;
    background-color: transparent;
}

th,
td {
    background: #fff;
    padding: 5px 7px;
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0;
}

th {
    background: transparent;
    font-weight: 600;
}

tr:nth-child(odd) td {
    background: #fafafa;
}

table caption {
    padding: 0 0 7px 0;
    width: auto;
    font-weight: 600;
}


/**
 * 1.3. =Main Helpers
 * ----------------------------------------------------------------------------
 */

.limit-line {
    overflow: hidden;
    white-space: nowrap;
}

.ellipsis {
    text-overflow: ellipsis;
}


/* hide only visually, but have it available for screenreaders: H5BP */

.visuallyhidden,
.screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* main theme colors */

.main-color {
    color: #b93434;
}

.main-color-bg {
    background: #b93434;
}


/* main overlay element */

.image-overlay {
    background: #b93434;
    opacity: 0;
    visibility: hidden;
}

.image-overlay,
.meta-overlay .meta {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.meta-overlay:before {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
    margin-left: -0.30em;
    width: 0;
}

.image-overlay,
.meta-overlay {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.meta-overlay .meta {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-link:hover .meta,
.meta-overlay:hover .meta {
    opacity: 1;
    visibility: visible;
}

.meta-overlay .post-format {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.image-link:hover .post-format,
.meta-overlay:hover .post-format {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.image-link.small .meta-overlay .post-format {
    font-size: 18px;
}

.image-link:hover .image-overlay {
    opacity: 0.5;
    visibility: visible;
}


.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}


/* Responsive Helpers */

.visible-xs,
.visible-sm,
.visible-md {
    display: none !important;
}


/**
 * 1.4 =Grid
 * ----------------------------------------------------------------------------
 */

.ts-row {
    min-height: 1px;
    margin-right: -11px;
    margin-left: -11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.column,
.ts-row [class*="col-"] {
    padding-left: 11px;
    padding-right: 11px;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-12,
.column {
    width: 100%;
}

.col-11 {
    width: 91.66666666666667%;
}

.col-10 {
    width: 83.33333333333334%;
}

.col-9,
.column.three-fourth {
    width: 75%;
}

.col-8,
.column.two-third {
    width: 66.66666666666667%;
}

.col-7 {
    width: 58.333333333333336%;
}

.col-6,
.column.half {
    width: 50%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-4,
.column.one-third {
    width: 33.333333333333336%;
}

.col-3,
.column.one-fourth {
    width: 25%;
}

.col-2 {
    width: 16.666666666666668%;
}

.col-1 {
    width: 8.333333333333334%;
}

.column.one-fifth {
    width: 20%;
}

.column.two-fifth {
    width: 40%;
}

.column.three-fifth {
    width: 60%;
}

.column.four-fifth {
    width: 80%;
}

.column.right {
    text-align: right;
}

.column.left {
    text-align: left;
}

.column.center {
    text-align: center;
}


/* Component: Posts grid */

.posts-grid,
.posts-grid article {
    position: relative;
}

.posts-grid img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.posts-grid .image-link {
    position: relative;
    display: block;
}

.posts-grid .post-link {
    font-weight: 400;
    line-height: 1.6;
    display: block;
    clear: both;
}

.posts-grid time,
.posts-list time {
    color: #6797a5;
    display: block;
    margin: 10px 0;
}

.posts-grid>.column:nth-child(2n+1) {
    clear: both;
}


/* Component: Posts list - generic posts list */

.posts-list .image-link {
    float: left;
    margin-right: 14px;
}

.posts-list .image-link img {
    height: auto;
    display: block;
}

.posts-list .content {
    overflow: hidden;
}

.posts-list li:first-child,
.posts-list .post:first-child {
    padding-top: 0;
}

.posts-list time {
    padding: 0;
    padding-bottom: 7px;
}

.posts-list li,
.posts-list .post {
    overflow: hidden;
    padding: 24px 0 0 0;
    border-bottom: 0;
}

.posts-list li>a,
.posts-list .post>a {
    float: left;
    position: relative;
    /* firefox and webkit flicker */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.posts-list .post-link {
    font-family: Volkhov, Georgia, serif;
    line-height: 1.4;
    font-weight: 400;
}

.posts-list .excerpt {
    clear: both;
    font-size: 13px;
    padding-top: 11px;
    /* + 3px line-height spacing */
}

.posts-grid .category,
.posts-list .category {
    float: left;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 11px;
    padding: 15px 0 9px 0;
}

.posts-list .category {
    padding: 0;
    padding-bottom: 7px;
}


/* Component: Section Heading */

.section-head {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    display: block;
    border-bottom: 2px solid #b93434;
    line-height: 1;
    margin-bottom: 28px;
}

.section-head .title {
    padding: 10px 11px;
    float: left;
    background: #b93434;
    color: #fff;
    margin-bottom: -2px;
    line-height: 1;
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    border-radius: 2px;
}

.section-head.dark {
    border-color: #161616;
}

.section-head.dark .title {
    background: #161616;
}

.section-head a {
    color: inherit;
}

.section-head .more,
.section-head-small .more,
.heading-view-all {
    font-family: "Open Sans", Arial, sans-serif;
    float: right;
    margin-top: 10px;
    background: #f3f3f3;
    color: #b9b9b9;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 6px;
    border-radius: 2px;
}

.section-head .more:hover,
.section-head-small .more:hover,
.heading-view-all:hover {
    background: #161616;
    color: #fff;
    text-decoration: none;
}

.section-head .more .fa,
.section-head-small .more .fa,
.heading-view-all .fa {
    margin-left: 4px;
}

.section-head.alt {
    font-size: 16px;
    font-weight: bold;
    border: 0;
    background: transparent;
    border-top: 2px solid #b93434;
    text-transform: none;
    padding-top: 14px;
    margin-bottom: 35px;
}

.section-head-small {
    font-size: 14px;
    font-weight: bold;
    display: block;
    border-bottom: 2px solid #b93434;
    padding-bottom: 7px;
    margin-bottom: 21px;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1;
}

.section-head-small .title {
    float: left;
    color: #2e2e2e;
}

.section-head-small .more {
    margin-top: -3px;
}

.section-head-small a {
    color: inherit;
}


/* Component: Separator */

hr,
hr.separator {
    margin: 48px 0;
    /* 48+1 = 42 = 3em */
    height: 1px;
    background: #e6e6e6;
}

hr.no-line {
    background: transparent;
}

hr.half,
hr.separator.half {
    margin-top: 0;
}


/* Component: Breadcrumbs */

.breadcrumbs {
    color: #b1b1b1;
    line-height: 1;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs .delim {
    padding: 0 10px;
    font-size: 11px;
    color: #2e2e2e;
    line-height: 1;
}


/* Component: Pagination */

.main-pagination {
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
}

.main-pagination .page-numbers,
.main-pagination a,
.post-pagination>.page-link {
    display: block;
    float: left;
    color: #2e2e2e;
    padding: 0 13px;
    margin-right: -1px;
    background: #f3f3f3;
    line-height: 35px;
    border: 1px solid #e6e6e6;
    font-size: 15px;
}

.main-pagination .current,
.main-pagination a:hover,
.post-pagination>.page-link {
    color: #fff;
    background: #b93434;
    border-color: #b93434;
    text-decoration: none;
}

.post-content .main-pagination a {
    color: inherit;
}

.post-content .main-pagination a:hover {
    color: #fff;
}

.main .fa-ul {
    margin-left: 0;
}

body {
    color: #333;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
}

body.boxed {
    background: #f9f9f9;
}

.wrap {
    width: 1206px;
    margin: 0 auto;
    padding: 0 44px;
    text-align: left;
}

.wrap,
.main-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.boxed .main-wrap {
    background: #fff;
    width: 1206px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}

.ie8 .boxed .main-wrap {
    border: 1px solid #e6e6e6;
    border-top: 0;
    border-bottom: 0;
    width: 1206px;
    box-sizing: content-box;
}

.ie8 .bg-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -999;
}

.top-bar {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    min-height: 31px;
}

.top-bar-content {
    color: #999;
    line-height: 31px;
}

.boxed .top-bar-content {
    margin-right: -44px;
}

.top-bar-content>div {
    display: inline;
}

.top-bar-content a {
    color: inherit;
}


/* Menu Widget */

.top-bar .menu {
    float: left;
    overflow: hidden;
}

.top-bar .menu li {
    float: left;
    padding-left: 1.6em;
}

.top-bar .menu li:first-child {
    padding-left: 0;
}

.top-bar .menu .sub-menu {
    display: none;
}


/* Top Bar: Dark */

.top-bar.dark {
    background: #161616;
    border-color: #444;
    color: #ddd;
}

.boxed .top-bar.dark .top-bar-content {
    margin: 0;
}

.top-bar.dark a {
    color: #ddd;
}


/* header */

.main-head .title a {
    display: inline-block;
    margin: 30px 0;
}


/* vertically center - and right aligned */

.main-head .right {
    text-align: right;
}

.main-head .adwrap-widget {
    width: 728px;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    text-align: right;
}

.main-head .centered {
    text-align: center;
}

.main-head .centered .title {
    float: none;
}

.main-head .centered .slogan {
    text-align: center;
}

.main-head .centered .date {
    font-size: 11px;
    font-weight: 400;
    padding-bottom: 3px;
    color: #a1a1a1;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 14px;
}


/**
 * 5. =Navigation
 * ----------------------------------------------------------------------------
 */

.navigation {
    width: 1118px;
    margin: 0 auto;
}

.boxed .navigation {
    width: 100%;
}

.boxed .nav-wrap {
    width: 100%;
    padding: 0;
}

.navigation {
    background-color: #161616;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navigation.sticky {
    position: fixed;
    top: 0;
    z-index: 101;
    width: 1118px;
    background-color: rgba(46, 46, 46, 0.95);
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.boxed .navigation.sticky {
    width: 1206px;
}

.admin-bar .navigation.sticky {
    top: 32px;
}

.navigation .mobile,
.navigation .off-canvas {
    display: none;
}

.navigation ul {
    list-style: none;
    position: relative;
}

.navigation ul li {
    float: left;
}


/* nth level link */

.navigation .menu li>a {
    float: left;
    padding: 0px 10px;
    color: #fff;
}

.navigation .menu li>a:first-child {
    margin-left: 0;
}


/* top level links - 46px total height */

.navigation .menu>li>a {
    text-decoration: none;
    line-height: 44px;
    font-weight: bold;
}

.navigation .menu>.menu-item-has-children:hover>a {
    margin-bottom: 0;
    padding-bottom: 1px;
}

.navigation .menu>li {
    margin-left: 1px;
}

.boxed .navigation .menu>li:first-child,
.boxed .navigation .sticky-logo+li {
    margin-left: 44px;
}

.boxed .navigation .menu>li:last-child {
    margin-right: 44px;
}

.navigation .menu>li:hover>a,
.navigation .menu>.current-menu-item>a,
.navigation .menu>.current-menu-parent>a,
.navigation .menu>.current-menu-ancestor>a {
    background: #b93434;
}

.navigation .menu>li>ul {
    top: 46px;
}

.navigation .menu>li li a {
    float: none;
    display: block;
    text-decoration: none;
    padding: 8px 20px 8px 26px;
    border-top: 1px solid #e6e6e6;
    color: #4f4f4f;
    text-transform: none;
    font-weight: normal;
}

.navigation .menu ul li {
    float: none;
    min-width: 168px;
    /* 2 col */
    max-width: 263px;
    border-top: 0;
    padding: 0 0;
    position: relative;
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in;
}

.navigation .menu>li li:first-child a {
    border-top: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.navigation .menu ul {
    position: absolute;
    overflow: visible;
    visibility: hidden;
    display: block;
    opacity: 0;
    padding: 0;
    background: #f3f3f3;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index: 100;
    pointer-events: none;
}

.navigation .menu>li>ul:after {
    content: " ";
    position: absolute;
    bottom: -3px;
    left: -1px;
    border: 1px solid #b93434;
    border-bottom: 0;
    border-top-width: 4px;
    width: 100%;
}

.navigation .menu ul .menu-item-has-children>a:after {
    font-size: 10px;
    line-height: 1;
    content: "\f0da";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
    color: inherit;
    height: 100%;
}

.navigation .menu ul li>a:only-child:after {
    display: none;
}


/* 2nd+ level */

.navigation .menu ul ul {
    left: 100%;
    top: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.navigation .menu li:first-child>ul {
    border-top: 0;
}

.navigation li:hover>ul {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.navigation .menu li li:hover,
.navigation .menu li li.current-menu-item {
    background: #fcfcfc;
}

.navigation .menu li li:hover>a,
.navigation .menu li li.current-menu-item>a {
    color: #010101;
}


/* Centered Nav - Shared */

.nav-center {
    text-align: center;
}

.nav-center ul li {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.nav-center .sub-nav li {
    display: block;
    text-align: center;
}

.nav-center .menu>li .sub-menu li {
    display: block;
}

.nav-center .menu>li ul li,
.nav-center .mega-menu,
.nav-center .mega-menu .sub-nav li a {
    text-align: left;
}


/* Alternate Navigation */

.navigation.alt {
    background-color: #fff;
    color: #010101;
    border: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
    font-weight: 400;
}

.navigation.alt .menu>li {
    line-height: 1.5;
}

.navigation.alt .menu>li>a {
    margin: 0;
    font-size: 14px;
    padding: 1px 22px;
    margin: -1px 0 -1px -4px;
    /* negate borders and inline-block spacing */
}

.navigation.alt .sub-menu li a {
    padding-left: 22px;
}

.navigation.alt .menu>li>a {
    font-weight: 400;
}

.navigation.alt .menu>.menu-item-has-children:hover>a {
    padding-bottom: 1px;
    margin-bottom: -1px;
}

.navigation.alt .menu>li:hover>a,
.navigation.alt .menu>.current-menu-item.menu-item>a,
.navigation.alt .menu>.current-menu-parent.menu-item>a,
.navigation.alt .menu>.current-menu-ancestor.menu-item>a {
    color: #fff;
}


/* Drops */

.navigation.alt .mega-menu,
.navigation.alt .menu>li>ul {
    top: 45px;
}

.navigation.alt .mega-menu.links>li:hover {
    background: transparent;
}

.navigation.alt .menu li li:hover,
.navigation.alt .menu li li.current-menu-item {
    background: #f5f5f5;
}

.navigation.alt .menu>li>.sub-menu {
    margin-left: -4px;
}

.navigation.alt .mega-menu,
.navigation.alt .menu ul {
    background: #fff;
}

.navigation.alt .mega-menu .sub-cats {
    background: #fff;
}

.navigation.alt .menu li>a:after {
    line-height: 1;
    vertical-align: top;
    margin-top: 16px;
}

.navigation .menu ul .menu-item-has-children>a:after {
    margin-top: 0;
    margin-top: -5px;
}


/* Sticky navigation with logo */

.sticky-logo,
.nav-center ul .sticky-logo {
    display: none;
}

.sticky.has-logo li>a {
    padding-left: 15px;
    padding-right: 15px;
}

.sticky .sticky-logo,
.sticky.nav-center ul .sticky-logo {
    font-size: 17px;
    font-weight: 600;
    display: block;
    padding-left: 15px;
    padding-right: 30px;
}

.sticky .sticky-logo img {
    max-height: 43px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.navigation.sticky .sticky-logo a:hover {
    border-color: transparent;
    background: inherit;
}

.boxed .navigation.sticky .menu>.sticky-logo,
.boxed .navigation.sticky .menu>.sticky-logo+li {
    margin-left: 0;
}

.sticky.no-transition li a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.main {
    margin: 56px auto;
    /* 4em */
}

.main>.ts-row {
    position: relative;
    margin: 0;
}

.main-content {
    width: 68.157423971%;
}

.main .main-content {
    padding: 0 22px 0 0;
}

.no-sidebar .main .main-content {
    width: 100%;
    padding: 0;
}

.page-content .content-column {
    width: 67.807017544%;
    padding-left: 11px;
    padding-right: 22px;
}

.page-content>.ts-row.block {
    position: relative;
}

.main-content .block {
    margin-bottom: 49px;
}

.main-content .block:last-child {
    margin-bottom: 0;
}

.block-wrap+.block-wrap {
    margin-top: 49px;
}


/* Block: Highlights */

.highlights article h2 {
    font-size: 15px;
}

.highlights .posts-list {
    margin-top: 28px;
}

.highlights .posts-list li:first-child {
    border-top: 1px solid #e6e6e6;
}

.highlights .posts-list li {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
    position: relative;
}

.highlights .posts-list img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.highlights .posts-list img:hover {
    opacity: .8;
}

.highlights.full-split article {
    width: 50%;
    float: left;
    padding-right: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.highlights .excerpt {
    margin-top: 10px;
    line-height: 1.6;
    font-weight: lighter;
    color: #999;
}

.highlights.full-split .posts-list {
    margin-top: 0;
    padding-left: 22px;
    border-left: 1px solid #e6e6e6;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.highlights.full-split .posts-list li:first-child {
    padding-top: 0;
    border-top: 0;
}

.highlights.full-split .comment-count {
    right: 22px;
}


/* Block: Mini Highlights */

.highlights.mini article h2 {
    font-size: 1em;
}

.highlights.mini .posts-list {
    margin-top: 10px;
}

.highlights.mini .posts-list li {
    padding: 10px 0;
    /* 14-line-height */
}

.owl-carousel .image-link {
    display: block;
    position: relative;
}

.carousel-nav-bar .carousel-nav {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
}

.carousel-nav-bar .carousel-nav a {
    font-size: 11px;
    color: #fff;
    padding-right: 8px;
    line-height: inherit;
}

.carousel-nav-bar .carousel-nav a:hover {
    text-decoration: none;
}

.main-heading,
.post-header .post-title {
    color: #000;
}

.post-header {
    margin-bottom: 21px;
}

.post-header .post-title {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.post-header .featured img {
    display: block;
}

.post-header .featured {
    margin: 21px 0;
    /* +7px title line-height */
    position: relative;
}

.featured .caption,
.gallery-caption,
.main .tiled-gallery-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    background: rgba(22, 22, 22, 0.6);
    float: right;
    padding: 6px 20px 9px 20px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.post-header .comment-count {
    position: relative;
    display: block;
    float: right;
    margin-top: 10px;
    margin-left: -35px;
}

.post-meta {
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #b0b0b0;
    margin-bottom: 30px;
}

.post-footer {
    margin-bottom: 49px;
}


/* Post Content */

.post .post-content {
    margin-bottom: 35px;
}

.post .post-content>p {
    line-height: 1.8;
}

.post .post-content img {
    margin: 10px auto;
    display: block;
    max-width: 100%;
}

.post .post-content table {
    margin: 10px auto;
    display: block;
    max-width: 100%;
}

.post-content p,
.post-content>ul,
.post-content>div,
.post-content>dl,
.post-content blockquote,
.post-content ol,
.post-content pre {
    margin-bottom: 20px;
    /* adjust to parent font-size */
}

.post-content .pullquote {
    border-top: 2px solid #b93434;
    border-bottom: 1px solid #e6e6e6;
    padding: 14px 0;
    margin-left: 28px;
    font-size: 16px;
    max-width: 50%;
}

.post-content .read-more {
    margin-bottom: 0
}

.post-content .read-more a {
    color: #fff;
}


/* Post/page headings  */

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-family: Volkhov, Georgia, serif;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 14px;
    line-height: 1.5;
    color: #2e2e2e;
}


/* Ordered List */

.post-content .fa-ul li,
.post-content .fa-ul ul {
    list-style: none;
}

.fa-ul li .fa {
    margin-left: -21px;
    padding-right: 14px;
    font-size: 13px;
    color: #555;
}


/* Unordered List */

.post-content ul {
    list-style: disc;
    margin-left: 21px;
    margin-bottom: 1.714em;
}

.page .main-heading,
.main-content>.main-heading {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 30px;
}

.page .featured {
    margin-bottom: 28px;
}

.main-content>.main-slider {
    margin-bottom: 35px;
    margin-top: 35px;
    /* +7px padding */
}


/* 404 Page */

.error-page .links {
    list-style-type: none;
}

.text-404 {
    font-size: 100px;
    line-height: 1.4;
}

.error-page {
    margin-top: 30px;
    min-height: 260px;
}

.error-page .text-404 {
    margin-bottom: 30px;
}

.error-page a {
    font-size: 18px;
    display: inline-block;
    margin-top: 20px;
}

.archive-heading {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 20px 0;
    border: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
}

.breadcrumbs+.archive-heading {
    margin-top: 20px;
}

.archive-heading .prefix {
    margin-right: 7px;
    color: #2e2e2e;
}


/* Grid Listing: 2 column */

.listing-grid {
    overflow: hidden;
    margin-top: 35px;
}

.block-wrap.listing-grid {
    margin-top: 0;
}

.listing-grid article {
    margin-bottom: 20px;
    padding-top: 24px;
    position: relative;
    border-top: 1px solid #e6e6e6;
}

.listing-grid .comment-count {
    top: 28px;
}


/* Sticky post style */

.listing-grid .sticky {
    background: #f3f3f3;
    padding: 15px;
}

.listing-grid .sticky img {
    margin: 0 -15px;
    max-width: 150%;
    width: calc(100% + 30px);
}

.listing-grid .sticky .read-more {
    margin-left: 0;
}


/* adjust first two */

.listing-grid>.column:nth-child(-n+2) article {
    border-top: 0;
    padding-top: 0;
}

.listing-grid>.column:nth-child(-n+2) .comment-count {
    top: 0;
}

.listing-grid>.column:nth-child(odd) {
    clear: both;
}

.listing-grid h2,
.listing-grid .post-link {
    font-size: 15px;
}

.listing-grid .excerpt {
    margin-top: 10px;
    line-height: 1.6;
    word-wrap: break-word;
    color: #999;
    font-weight: lighter;
}

.listing-grid+.main-pagination {
    margin-top: 10px;
}


/* 3 columns listing grid */

.listing-grid.grid-3>.column:nth-child(-n+3) article {
    border-top: 0;
    padding-top: 0;
}

.listing-grid.grid-3>.column:nth-child(-n+3) article .comment-count {
    top: 0;
}

.listing-grid.grid-3>.column:nth-child(2n+1) {
    clear: none;
}

.listing-grid.grid-3>.column:nth-child(3n+1) {
    clear: both;
}

.main-content>.listing-grid:first-child {
    margin-top: 0;
}

.sidebar .tab-posts li {
    line-height: 1.5;
}


/* Generic: Posts list for recent, popular, etc. */

.widget .posts-list li,
.posts-list.compact .post {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
    position: relative;
}

.widget .posts-list li:first-child {
    padding-top: 7px;
}

.widget .posts-list .content {
    margin-bottom: -3px;
    /* negate line-height paddings */
}

.widget .posts-grid article {
    padding-bottom: 14px;
    margin-bottom: 28px;
    border-bottom: 1px solid #e6e6e6;
}

.widget .posts-grid article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget .posts-grid .post-link {
    font-size: 16px;
}


/* Widget: Flickr */

.flickr-widget {
    overflow: hidden;
    margin: 0 -7px;
}

.flickr-widget .flickr_badge_image {
    float: left;
    margin: 0 7px 14px 7px;
    width: auto;
    height: auto;
}

.ie8 .flickr_badge_image {
    width: 50px;
}

.flickr-widget a {
    overflow: hidden;
    display: block;
    border-radius: 0px;
    max-height: 50px;
    max-width: 50px;
}

.flickr-widget a img {
    float: left;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


/* Widget: Blog Roll */

.main-footer .tweet-nav,
.sidebar .tweet-nav {
    float: right;
    position: relative;
    top: -38px;
    margin-bottom: -21px;
}

.main-footer .tweet-nav {
    top: -56px;
}

.main-footer .tweets {
    clear: both;
}


/* Widget Numbered Lists */

.boxed .main-featured.full>.wrap {
    padding: 0;
}


/* Featured Grid */

.featured-grid {
    overflow: hidden;
    background: #161616;
}

.featured-grid li {
    float: left;
}

.featured-grid .item {
    float: left;
    position: relative;
    padding-top: 60.03316%;
    -webkit-transform: translate3d(0, 0, 0);
}

.featured-grid .small.item {
    padding-top: 30.016584%;
}

.featured-grid .item img {
    position: absolute;
    top: 0;
    left: 0;
}

.featured-grid .item img,
.featured-grid .item a {
    display: block;
}

.featured-grid .image-overlay {
    opacity: 0.9;
    filter: alpha(opacity=90);
    visibility: visible;
}

.ie8 .featured-grid .image-overlay {
    width: 101%;
}

.featured-grid .grid .meta-link:hover .image-overlay {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.featured-grid .meta,
.featured-grid .comment-count,
.featured-grid .meta time {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.featured-grid .meta-overlay {
    text-align: left;
    padding: 0 22px;
}

.featured-grid .meta {
    margin-top: -20px;
    opacity: 1;
    visibility: visible;
}

.featured-grid .meta time {
    visibility: hidden;
    opacity: 0;
    display: block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    color: #fff;
    text-transform: uppercase;
}

.featured-grid .meta h3 {
    display: inline;
    color: #fff;
    font-size: 19px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.featured-grid .small .meta h3 {
    font-size: 17px;
}

.featured-grid .large {
    width: 100%;
}

.featured-grid .large .meta-overlay {
    padding: 0 44px;
}

.featured-grid .large .heading-text {
    max-width: 100%;
    overflow: hidden;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.featured-grid .large .heading-text:hover {
    text-decoration: underline;
}

.featured-grid .small .heading-text {
    max-width: 100%;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.featured-grid .small .heading-text:hover {
    text-decoration: underline;
}

.featured-grid .large .comment-count {
    margin-right: 0;
    top: 50%;
    right: 60px;
    margin-top: -11px;
}


/* hover effects */

.featured-grid .large:hover .comment-count {
    margin-top: -11px;
}

.featured-grid .grid .meta-link:hover .meta {
    margin-top: 0;
}

.featured-grid .grid .meta-link:hover .meta h3 {
    border-bottom: 1px solid #efefef;
}

.featured-grid .grid .meta-link:hover .meta time {
    visibility: visible;
    opacity: 1;
}

.main .sidebar {
    width: 31.842576029%;
    border-left: 1px solid transparent;
    padding: 0 0 0 22px;
}

.page-content .sidebar {
    width: 32.192982456%;
    /* account for negative margins */
    padding-right: 11px;
}

.main .sidebar:before {
    content: " ";
    position: absolute;
    border-left: 1px solid #e6e6e6;
    height: 100%;
    margin-left: -22px;
}

.main .sidebar .widget {
    margin-bottom: 42px;
    /* 3em */
}

.main .sidebar .widget:last-child {
    margin-bottom: 0;
}

.main .sidebar .widget-title {
    margin-bottom: 21px;
    /* 1.5 em */
}

.sidebar .section-head {
    border-bottom-color: #161616;
}

.main-footer a {
    color: #b93434;
}

.lower-footer {
    background: #161616;
    color: #b0b0b0;
    padding: 21px 0;
    overflow: hidden;
}

.lower-footer a {
    color: #fff;
    font-weight: normal;
}

.lower-footer a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.lower-footer .textwidget:only-child {
    float: none;
    width: 100%;
}

.lower-footer .textwidget {
    float: left;
}

.lower-footer .menu,
.lower-footer .textwidget+.textwidget {
    float: right;
}

.lower-footer .menu li {
    display: inline-block;
    padding-left: 14px;
}

.main-footer .widget .menu {
    margin: 0 -14px;
}

.main-footer .widget .menu li {
    float: left;
    width: 50%;
    border: 0;
    padding: 0px 14px;
    margin-bottom: 7px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-footer .widget .menu li a {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    padding-bottom: 7px;
}


/* Dark Footer */

.main-footer.dark .widget-title {
    color: #fff;
}

.main-footer.dark {
    background: #161616;
    color: #999;
}

.main-footer.dark a {
    color: #ddd;
}

.main-footer.dark .widget li {
    border-bottom-color: #1e1e1e;
    border-top-color: #1e1e1e;
}

.main-footer.dark th {
    border-color: #1e1e1e;
}

.main-footer.dark .lower-footer {
    background: #0a0a0a;
}

.main-footer.dark .widget .menu li a {
    border-bottom-color: #1e1e1e;
}

.main-footer.dark .tagcloud a {
    background: #2a2a2a;
}

.main-footer.dark .tagcloud a:hover {
    background: #b93434;
}

.main-footer.dark input,
.main-footer.dark textarea,
.main-footer.dark select {
    background: #2a2a2a;
    border-color: #333;
    color: inherit;
}

.main-footer.dark input:focus,
.main-footer.dark textarea:focus,
.main-footer.dark select:focus {
    border-color: #555;
}

.main-footer.dark .about-widget .feedburner-subscribe {
    color: inherit;
}

.main-footer.dark .posts-list li,
.main-footer.dark .posts-list.compact .post {
    border-color: #1e1e1e;
}


/* Mods for Visual Composer elements */

.vc_container-block .content-column,
.vc_container-block .sidebar {
    width: 100%;
}

.vc_column_container>.vc_column-inner {
    padding: 0 !important;
}

.block>.wpb_column>.wpb_content_element:last-child {
    margin-bottom: 0;
}

.sc-tabs-panes .wpb_content_element:last-child,
.sc-accordion-pane .wpb_content_element:last-child {
    margin-bottom: 0;
}


/* Default Elements Styling */

.main .vc_separator.vc_sep_color_grey .vc_sep_line {
    color: #e6e6e6;
}

.vc_editor .vc_vc_row .content-column,
.vc_editor .vc_vc_row .sidebar {
    width: 100%;
    box-sizing: border-box;
}

p {
    margin-bottom: 10px;
}

.main {
    margin: 25px auto;
}

#tots100newsletter .input-text {
    width: 84%;
}

hr,
hr.separator {
    margin: 10px 0;
    height: 1px;
}

.main-content .block {
    margin-bottom: 30px;
}

.sc-button:hover {
    background: #ea9238 !important;
}

#home-blocks .meta-overlay,
#home-blocks .post-format {
    display: none;
}

.navigation {
    background-color: #ea9238;
}

.main-head .title {
    float: none;
    text-align: center;
}

.main-head .right {
    position: absolute;
    top: 98px;
    right: 0px;
    line-height: 0px;
}

#menu-top-menu li a {
    background: #ea9238;
}

#menu-top-menu li.current-menu-item a,
#menu-top-menu li a:hover {
    background: #6797a5 !important;
}

.sub-menu li a {
    background: initial !important;
}

.sub-menu li a:hover {
    background: initial !important;
}

.sidebar .section-head .title {
    background: #5aa6a2;
}

.widget-title.section-head {
    border-bottom-color: #ea9238 !important;
}

.main-footer.dark a {
    color: #ddd !important;
}

#menu-bottom-menu {
    width: 90%;
    float: none;
    margin: 0 auto 15px auto;
}

#menu-bottom-menu li {
    margin-bottom: 0px;
}

#menu-bottom-menu li a {
    padding-bottom: 4px
}

.lower-footer {
    padding: 30px 20px;
}

.lower-footer p {
    margin-bottom: 0;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

#menu-footer {
    float: none;
    margin-bottom: 15px;
    text-align: center;
}

.post-title {
    line-height: 26px;
}

.post-header .featured {
    margin: 0px 0;
}

.post-header {
    margin-bottom: 8px;
}

.post .post-content {
    margin-bottom: 20px;
}

.posts-list .content {
    clear: none !important;
}

.post-footer {
    margin-bottom: 28px;
}

.navigate-posts {
    margin-bottom: 28px;
}

.featured-grid .item.large img {
    width: 100%;
    object-fit: cover;
    height: 362px;
}

.featured-grid .item.small img {
    width: 100%;
    object-fit: cover;
    height: 190px;
}

.featured-grid .image-overlay {
    opacity: 0.6;
    filter: alpha(opacity=40);
}

.featured-grid .grid .meta-link:hover .image-overlay {
    opacity: 0.3;
    filter: alpha(opacity=10);
}

.home .post-header {
    margin-bottom: 0px;
}

.textwidget iframe {
    width: 100%;
}

@media only screen and (max-width: 1206px) {
    .join-now-box,
    .brand-box {
        width: 100%;
        margin-bottom: 25px;
        float: left;
    }
}

@media only screen and (min-width: 940px) and (max-width: 1206px) {
    .navigation .menu>li>a {
        padding: 0px 12px !important;
    }
}

@media only screen and (max-width: 940px) {
    .main-head .left,
    .main-head .right {
        position: inherit;
        margin-bottom: 5px !important;
    }
    .main-head .left {
        display: none
    }
    .main-head {
        max-height: 120px
    }
}

#menu-footer {
    float: none;
    margin-bottom: 15px;
    text-align: center;
}

.clear {
    clear: both;
}

.white-popup-block {
    display: none;
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.main-head .slogan {
    font-size: 14px;
    margin-top: 0;
    font-family: "Source Sans Pro", Arial, sans-serif;
}

.top-bar {
    background: #f7f7f7;
}

.navigation .mega-menu.links>li>a,
.category-ext .heading {
    font-size: 16px;
}

.navigation .mobile-menu {
    font-size: 14px;
}

.navigation.alt .menu li>a:after {
    margin-top: 16px;
}

.navigation .menu ul .menu-item-has-children>a:after {
    margin-top: 0;
    margin-top: -5px;
}

.news-bar {
    text-align: left;
}

.news-bar .posts-list .post-link {
    margin-top: 0;
    display: block;
}

.main-footer .widget-title {
    font-size: 15px;
}

.posts-list .post-link,
.posts-grid .post-link,
.navigation .mega-menu.links>li>a,
.category-ext .heading,
.main-slider .meta h3,
.slider-split .blocks h3,
.gallery-block .post-title,
.featured-grid .meta h3,
.review-box .heading {
    font-weight: 600;
}

.main-highlights .post-link,
.highlights article h2,
.gallery-block .post-title,
.related-posts .post-link,
.latest-reviews .posts-grid h3,
.more-stories .posts-list .post-link,
.listing-grid h2,
.listing-grid .post-link {
    font-size: 18px;
}

.featured-grid .small .meta h3 {
    font-size: 18px;
}

.main-slider .meta h3,
.slider-split .blocks h3 {
    font-size: 24px;
    line-height: 1.4;
    padding: 0;
}

.slider-split .blocks h3 {
    font-size: 20px;
    padding-bottom: 2px;
}

@media only screen and (max-width: 1206px) {
    .wrap,
    .boxed .main-wrap,
    .nav-wrap,
    .navigation {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .visible-lg {
        display: none !important;
    }
    .background-cover {
        position: fixed;
        background-position: 50% 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-position: center center;
        background-size: cover;
        z-index: -1;
    }
    .main-head .right {
        margin-left: 250px;
    }
    .navigation.sticky {
        width: 100%;
        left: 0;
    }
    .navigation .menu li>a {
        padding: 0 22px;
    }
    .touch .menu li:hover ul,
    .touch .navigation li:hover>ul,
    .touch .navigation li:hover .mega-menu {
        opacity: 0;
        visibility: hidden;
    }
    .touch .menu li.item-active>ul,
    .touch .navigation li.item-active>ul,
    .touch .navigation li.item-active .mega-menu,
    .touch .navigation li.item-active .mega-menu>ul,
    .touch .navigation li.item-active .mega-menu.links ul {
        visibility: visible;
        opacity: 1;
    }
    .touch .navigation .menu ul {
        pointer-events: auto;
    }
}

@media only screen and (min-width: 940px) and (max-width: 1206px) {
    .wrap {
        padding: 0 35px;
    }
    .boxed .top-bar-content {
        margin-right: -35px;
    }
    .main-head .adwrap-widget {
        width: 468px;
    }
    .visible-md {
        display: block !important;
    }
    .navigation {
        width: 100%;
    }
    .nav-wrap {
        padding: 0 35px;
    }
    .boxed .nav-wrap {
        padding: 0;
    }
    .boxed .navigation .menu>li:first-child {
        margin-left: 35px;
    }
    .navigation .menu>li>a {
        padding: 0 18px;
    }
    .navigation .menu .menu-item-has-children>a:after {
        margin-left: 5px;
        font-size: 13px;
        line-height: 1;
    }
    .navigation .mega-menu.links>li>a {
        padding-left: 22px;
        padding-right: 22px;
    }
    .navigation .mega-menu.links>li li a {
        padding-left: 22px;
        padding-right: 22px;
    }
    .news-bar .posts-list .image-link {
        display: none;
    }
    .featured-grid .meta h3,
    .slider-split .blocks h3 {
        font-size: 17px;
    }
    .slider-split .block {
        min-height: 100px;
    }
}

@media only screen and (max-width: 940px) {
    .main .main-content {
        padding: 0;
        width: 100%;
    }
    .boxed .wrap.nav-wrap {
        padding: 0;
    }
    .page-content .content-column {
        padding-right: 11px;
        width: 100%;
    }
    .main .page-content .sidebar {
        padding-left: 11px;
        padding-right: 11px;
    }
    .main-head .right {
        float: none;
        margin-bottom: 28px;
        line-height: 1.5;
        text-align: center;
    }
    .main-head .right>div {
        display: inline-block;
        max-width: 100%;
    }
    .main-head .right {
        margin-left: 0;
    }
    .main-head .adwrap-widget {
        text-align: center;
    }
    .navigation.sticky {
        position: static;
    }
    .navigation .mobile-menu {
        font-size: 13px;
    }
    .navigation .mobile-menu.active {
        display: block;
    }
    .navigation ul li {
        float: none;
        clear: both;
        display: block;
    }
    .navigation .mobile:hover a {
        text-decoration: none;
    }
    .navigation .mobile {
        display: block;
    }
    .navigation .mobile .selected {
        display: inline-block;
        padding: 0 22px;
        line-height: 44px;
        margin-bottom: -1px;
        overflow: hidden;
        font-weight: 600;
        color: #fff;
        font-size: 20px;
    }
    .navigation .menu .sticky-logo {
        display: none;
    }
    .navigation .mobile .text {
        float: left;
        margin-top: -1px;
    }
    .navigation .mobile .current {
        float: left;
        margin-left: 14px;
        font-size: 13px;
        max-width: 40%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        vertical-align: bottom;
    }
    .navigation .mobile .fa {
        font-size: 18px;
        float: right;
        width: 50px;
        background: #b93434;
        margin-right: -21px;
        text-align: center;
        line-height: 41px;
        margin-top: 1px;
        position: relative;
    }
    .navigation .menu {
        display: none;
    }
    .navigation .menu ul {
        position: static;
        visibility: visible;
        display: none;
        opacity: 1;
        background: transparent;
        border: 0;
        -webkit-transition: none;
        transition: none;
        pointer-events: auto;
    }
    .navigation .menu ul li {
        max-width: 100%;
    }
    .navigation .menu>li>a {
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        border: 0;
    }
    .navigation .off-canvas .menu>li:hover>a,
    .navigation .off-canvas .menu>.current-menu-item.menu-item>a,
    .navigation .off-canvas .menu>.current-menu-parent.menu-item>a,
    .navigation .off-canvas .mega-menu.links>li:hover,
    .navigation .off-canvas .menu>.current-menu-ancestor.menu-item>a,
    .navigation .menu li li:hover,
    .navigation .menu li li.current-menu-item,
    .navigation.alt .menu li li:hover,
    .navigation.alt .menu li li.current-menu-item {
        background: rgba(0, 0, 0, 0.2);
    }
    .navigation .menu li li:hover>a,
    .navigation .menu li li.current-menu-item>a {
        color: inherit;
    }
    .navigation .menu>.menu-item-has-children:hover>a {
        padding-bottom: 12px;
    }
    .navigation .menu li a,
    .navigation .menu>li li a,
    .navigation.alt .menu li>a,
    .navigation.alt .menu>li li>a {
        float: none;
        display: block;
        padding: 12px 15px;
        padding-right: 50px;
        line-height: 1.4;
        padding-left: 30px;
        color: inherit;
        font-weight: bold;
        text-transform: uppercase;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }
    .navigation .menu .menu-item-has-children>a:after {
        display: none;
    }
    .navigation .menu li>a .chevron {
        float: right;
        padding: 12px 25px;
        padding-right: 35px;
        background: rgba(0, 0, 0, 0.075);
        margin-right: -60px;
        color: #fff;
        text-align: center;
        font-size: 13px;
        margin-top: -13px;
        line-height: 1.4;
    }
    .navigation .menu li ul li>a .chevron {
        margin-right: -60px;
        padding-left: 0;
    }
    .navigation .menu ul li>a:after,
    .navigation .menu>li>ul:after {
        display: none;
    }
    .navigation .menu>li li:first-child a {
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }
    .navigation .menu>li li:first-child .chevron {
        border-top: 0;
    }
    .navigation .menu ul ul {
        border-bottom: 0;
        border-top: 0;
    }
    .navigation .menu>li li a,
    .navigation.alt .menu>li li a {
        padding-left: 50px;
    }
    .navigation .menu>li li li a,
    .navigation.alt .menu>li li li a {
        padding-left: 65px;
    }
    .boxed .navigation .menu>li:last-child {
        margin: 0;
    }
    .navigation .mega-menu {
        display: none;
    }
    .navigation .mega-menu.links {
        padding: 0;
        display: none;
    }
    .navigation .mega-menu.links>li {
        float: none;
        display: block;
        width: auto;
        padding: 0;
    }
    .navigation .mega-menu.links>li>a {
        text-transform: none;
        font-size: 13px;
        border-bottom: 0;
    }
    .navigation .mega-menu.links .chevron {
        margin-top: -5px;
        padding: 2px 0px;
        border-top: 0;
    }
    .navigation .mega-menu.links>li li a:before {
        display: none;
    }
    .navigation .mega-menu.links>li li a {
        padding-left: 50px;
    }
    .navigation .mega-menu.links>li li a:last-child {
        border-bottom: 0;
    }
    .navigation.alt .mega-menu,
    .navigation.alt .menu ul {
        background: transparent;
    }
    .navigation.alt .mobile .selected {
        color: #2e2e2e;
        text-transform: uppercase;
    }
    .navigation.alt .menu>li>a {
        margin: 0;
    }
    .navigation.alt .mobile .fa {
        color: #fff;
    }
    .navigation.alt .menu>li>a {
        border-left: 0;
        border-right: 0;
    }
    .navigation.alt ul li {
        display: block;
        text-align: left;
        color: #fff;
    }
    .navigation.alt .menu>.menu-item-has-children:hover>a {
        margin: 0;
        padding-bottom: 12px;
        border-color: rgba(255, 255, 255, 0.05);
    }
    .navigation.alt .menu li ul li>a .chevron {
        float: right;
    }
    .navigation.alt .menu>li>.sub-menu {
        margin-left: 0;
    }
    .boxed .navigation .menu>li:first-child,
    .boxed .navigation .sticky-logo+li {
        margin-left: 0;
    }
    .nav-off-canvas {
        overflow-x: hidden;
    }
    .nav-off-canvas .main-wrap {
        position: relative;
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
    }
    .navigation .off-canvas {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        background: #111;
        -webkit-transition: all 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        width: 65%;
        min-width: 200px;
        display: block;
    }
    .off-canvas-active .navigation .off-canvas {
        box-shadow: 4px 0px 8px 0 rgba(0, 0, 0, 0.2);
    }
    .navigation .off-canvas .menu {
        -webkit-transition: opacity 0.5s ease-in;
        transition: opacity 0.5s ease-in;
        background: #161616;
        opacity: 0.2;
    }
    .off-canvas-active .navigation .menu {
        opacity: 1;
    }
    .off-canvas-active .main-wrap {
        -webkit-transform: translate3d(65%, 0, 0);
        -ms-transform: translate3d(65%, 0, 0);
        transform: translate3d(65%, 0, 0);
    }
    .navigation .off-canvas .menu>li:first-child {
        margin: 0;
        text-align: right;
    }
    .navigation .off-canvas .close {
        background: #111;
    }
    .navigation .off-canvas .close:hover a {
        background: inherit;
    }
    .navigation .off-canvas .menu .close a {
        padding: 10px 20px;
        padding-left: 30px;
        border-top: 0;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        display: inline-block;
    }
    .off-canvas .close .fa {
        float: right;
        line-height: 25px;
        text-align: center;
        margin-top: 0;
        font-size: 20px;
    }
    .off-canvas .menu li>a .chevron {
        border-top: 0;
        display: inline-block;
        background: transparent;
    }
    .off-canvas .menu .user-login .fa,
    .off-canvas .shopping-cart .fa {
        margin-right: -8px;
    }
    .main .sidebar {
        width: 100%;
        padding-left: 0;
        border-left: 0;
        margin-top: 49px;
    }
    .main .sidebar:before {
        display: none;
    }
    .main .sidebar .widget {
        margin-bottom: 49px;
    }
    .main .sidebar,
    .main .sidebar ul>li:last-child {
        margin-bottom: 0;
    }
    .featured-grid .first,
    .featured-grid .second {
        width: 100%;
        float: none;
    }
    .featured-grid .item {
        width: 100%;
    }
    .featured-grid .small {
        width: 50%;
    }
    .featured-grid .small .meta h3 {
        font-size: 16px;
    }
    .featured-grid .grid .meta-link .image-overlay {
        opacity: 0.5;
    }
    .featured-grid .large .comment-count {
        margin-top: -16px;
    }
    .featured-grid .grid .meta-link .meta {
        margin-top: 0;
    }
    .featured-grid .grid .meta-link .meta h3 {
        border-bottom: 1px solid #efefef;
    }
    .featured-grid .grid .meta-link .meta time {
        opacity: 1;
        visibility: inherit;
    }
    .main-slider .meta h3,
    .slider-split .blocks h3 {
        font-size: 21px;
    }
    .main-featured.full .main-slider a {
        overflow: hidden;
        display: block;
    }
    .main-featured.full .main-slider img {
        min-height: 225px;
        max-width: 120%;
        margin-left: -10%;
        width: auto;
    }
    .main-slider:hover .owl-prev,
    .main-slider:hover .owl-next {
        visibility: hidden;
    }
    .slider-split .col-8 {
        width: 100%;
    }
    .slider-split .col-4 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 939px) {
    .visible-sm {
        display: block !important;
    }
    .navigation .mobile .selected {
        padding: 0 44px;
    }
    .navigation .mobile .fa {
        margin-right: -43px;
    }
    .main-footer .col-4 {
        width: 100%;
        margin-top: 49px;
    }
    .main-footer .col-4:first-child {
        margin-top: 0;
    }
    .main-footer input.feedburner-subscribe {
        display: inline;
        margin-left: 4px;
    }
    .news-bar .posts-list .image-link {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .wrap {
        padding: 0 22px;
    }
    .visible-xs {
        display: block !important;
    }
    .ts-row .column,
    .column,
    .ts-row [class*="col-"] {
        width: 100%;
    }
    .posts-grid img {
        width: 100%;
    }
    .post-content .ts-row .column {
        margin-bottom: 1.857em;
    }
    .page>.ts-row.builder>.column:only-child {
        margin-bottom: 0;
    }
    .main-head .centered .title a {
        padding: 0 22px;
    }
    .boxed .top-bar-content {
        margin: 0;
    }
    .top-bar-content {
        text-align: center;
    }
    .top-bar-content>div {
        display: inline-block;
    }
    .top-bar .menu {
        float: none;
        text-align: center;
        margin-bottom: 7px;
    }
    .top-bar .menu li {
        float: none;
        display: inline-block;
        padding-left: 14px;
    }
    .main-featured {
        margin-bottom: -28px;
    }
    .main-featured.full .main-slider img {
        max-width: 140%;
        margin-left: -20%;
    }
    .slider-split .ts-row {
        margin-top: 35px;
    }
    .main-slider .meta h3,
    .slider-split .blocks h3 {
        font-size: 18px;
    }
    .main-slider .meta,
    .slider-split .blocks .meta {
        padding: 0 22px;
    }
    .section-head .title {
        font-size: 15px;
    }
    .page-content .content-column {
        margin-bottom: 0;
    }
    .main-content .block {
        margin-bottom: 21px;
    }
    .highlights-box .column:first-child,
    .main-content .block>.column {
        margin-bottom: 49px;
    }
    .main-content .block:last-child,
    .block .highlights-box .column:last-child {
        margin-bottom: 0;
    }
    .main-content .block>.column:last-child {
        margin-bottom: 28px;
    }
    .main-content .block:last-child>.column:last-child {
        margin-bottom: 0;
    }
    .highlights.full-split article,
    .highlights.full-split .posts-list {
        width: 100%;
        padding: 0;
        border: 0;
    }
    .highlights.full-split .posts-list {
        margin-top: 28px;
    }
    .highlights.full-split .comment-count {
        right: 0;
    }
    .post-slideshow {
        padding: 44px 22px;
    }
    .post-slideshow img.aligncenter,
    .post-slideshow img.alignnone {
        margin: 0 -23px;
        max-width: 100%;
        max-width: calc(100% + 46px);
    }
    .post-tags {
        float: none;
        margin-bottom: 14px;
    }
    .block-wrap.listing-grid {
        margin-bottom: 0;
    }
    .listing-grid .column:last-child,
    .listing-grid .column:last-child article {
        margin-bottom: 0;
    }
    .listing-grid .comment-count {
        top: 0;
    }
    .listing-alt article>a {
        max-width: 100%;
        float: none;
    }
    .listing-alt img {
        width: 100%;
        margin-left: 0;
        float: none;
    }
    .listing-alt article .content {
        margin-left: 0;
        margin-top: 0;
    }
    .main-footer .widget {
        margin-bottom: 49px;
    }
    .main-footer .widget:last-child {
        margin-bottom: 0;
    }
    .lower-footer .widgets>div {
        margin-top: 14px;
        text-align: center;
    }
    .lower-footer .widgets>div:first-child {
        margin-top: 0;
    }
    .lower-footer .textwidget,
    .lower-footer .menu,
    .lower-footer .textwidget+.textwidget,
    .lower-footer .social-icons {
        float: none;
    }
    .lower-footer .menu {
        float: none;
        display: inline-block;
    }
    .main-footer input.feedburner-subscribe {
        display: inline;
        margin-left: 4px;
    }
}

@media only screen and (max-width: 400px) {
    body.boxed {
        padding: 0;
    }
    .top-bar .search .query {
        width: 230px;
    }
    .featured-grid .small .comment-count {
        display: none;
    }
    .main-featured.full .main-slider img {
        min-height: 164px;
        max-width: 150%;
        margin-left: -25%;
    }
    .main-slider .meta,
    .slider-split .blocks .meta {
        bottom: 10px;
        padding: 0 22px;
    }
    .main-slider .meta h3,
    .slider-split .blocks h3 {
        font-size: 17px;
    }
    .off-canvas-active .navigation .off-canvas {
        width: 85%;
    }
    .off-canvas-active .main-wrap {
        -webkit-transform: translate3d(85%, 0, 0);
        transform: translate3d(85%, 0, 0);
    }
    body.boxed .navigation .off-canvas {
        margin-left: 0;
    }
    .post-header .post-title {
        font-size: 20px;
    }
    .more-stories .post .cat-label {
        display: none;
    }
}

@media (min-width: 768px) {
    .listing-alt img {
        max-width: 351px;
    }
}

.content-img img {
    width: 80%!important;
    height: auto!important;
}
.campusStyle {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}


.banStyle {
    overflow: hidden;
    position: absolute;
    max-height: 1px;
}


.expelStyle {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

