/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media#00ad08
	## Captions
	## Galleries

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
main, 
menu, 
nav, 
section, 
summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background-color: transparent;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}
a:active, a:focus {
	/* IE remove focus */
  outline: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 600;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, 
kbd, 
pre, 
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, 
input, 
optgroup, 
select, 
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	-moz-appearance: button;
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], 
html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner,  
 input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], 
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="checkbox"] {
    margin-right: 5px;
}
 input[type="number"]::-webkit-inner-spin-button,  
 input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
 input[type="search"]::-webkit-search-cancel-button,  
 input[type="search"]::-webkit-search-decoration {
 -moz-appearance: none;
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 600;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}

.blog-disclamer {
background:#878786;
font-size: 12px;
line-height: 14px; 
color: white; 
padding: 3px 2px;  
text-align:center;
}
.visible {
	overflow: visible !important;
}
.title-top {
	padding-top: 0 !important;
}
.page-template-template-parts #post-2 {
	padding: 30px 0;
}
.wpb_el_type_attach_text {
	margin-top: 10px;
}
.wpb_text_column a {
	color: #777;
}
#page {
	word-wrap: break-word;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 30px 1.5em;
}
address {
	margin: 0 0 1.5em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
pre {
    color: #7b7b7b;
    background: #fafafa;
    border: 1px solid #eee;
    padding: .5em 1.5em;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}
* {
    padding: 0;
    margin: 0;
    border: 0 none;
    outline: none;
    box-sizing: border-box;
}
*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
blockquote {
	color: #383838;
	font-size: 18px;
	font-style: italic;
	line-height: 1.45;
	padding: 0.25em 40px;
	position: relative;
}
blockquote:before {
	color: #7b7b7b;
	content: "\201C";
	display: block;
	font-size: 30px;
	left: 10px;
	position: absolute;
	top: 10px;
}
blockquote cite {
	color: #999999;
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
blockquote cite:before {
	content: "\2014 \2009";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li>ul, li>ol {
	margin-bottom: 0;
}
ul li, ol li {
	line-height: 24px;
	margin-left: 21px;
}
dt {
	font-weight: 400;
}
.entry-content dt {
    font-weight: 600;
    line-height: 1.625em;
}
dd {
	margin: 0 1.5em 1.5em;
}
.entry-content dd {
    margin: 0 0 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;/* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
textarea,
input,
select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #777;
  outline: none;
  padding: 10px;
  line-height: 23px;
  border-radius: 2px;
  -webkit-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

textarea:hover, textarea:focus,
input:hover,
input:focus,
select:hover,
select:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

textarea {
  -webkit-appearance: none;
	 -moz-appearance: none;
}

textarea {
  width: 100%;
}

select {
  padding: 10px;
  height: auto;
}

select[multiple] {
  height: auto;
}

[type="radio"] {
  -webkit-appearance: radio;
	 -moz-appearance: radio;
}
/* Buttons */
button, input[type="button"], 
input[type="reset"] {
	background: #e6e6e6;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	color: #000;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover, input[type="button"]:hover, 
input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:focus, input[type="button"]:focus, 
input[type="reset"]:focus, input[type="submit"]:focus, 
button:active, input[type="button"]:active, 
input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}
input[type="text"]:focus, input[type="email"]:focus, 
input[type="url"]:focus, input[type="password"]:focus, 
input[type="search"]:focus, input[type="number"]:focus, 
input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, 
input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, 
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, 
textarea:focus {
	color: #111;
}
textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navigation.pagination {
	margin-bottom: 0;
	float: left;
	position: relative;
}
.navigation-post, .navigation-paging {
	margin: 0;
	margin-bottom: 30px;
	border: 1px solid #e8e8e8;
}
.navigation-paging a {
	font-weight: 400;
	text-decoration: none;
	color: #777;
}
.pagination .nav-links a {
	margin-right: 0;
	background: #43434a;
	color: #fff;
	padding: 5px 10px;
	line-height: 35px;
}
.pagination .nav-links span.current, .pagination .nav-links a:hover {
	padding: 5px 10px;
	color: #fff;
}
.pagination {
	margin-top: 10px;
}
.nav-wrapper {
	display: inline-block;
	font-weight: 400;
	color: #a0a0a0;
	position: relative;
	padding: 0 10px;
	font-size: 14px;
	padding: 0 15px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1px;
}
.nav-wrapper h3.post-title {
	color: #212121;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	position: relative;
	text-transform: none;
	margin-bottom: 0 !important;
	margin-top: 2px !important;
	letter-spacing: .01em;
}
.row.vdivide {
	width: 100%;
}
.nav-previous a:before {
	width: 40px;
	height: 40px;
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	background-color: #ddd;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	font-weight: 600;
	content: "\e686";
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.nav-previous a:hover::before,
.nav-next a:hover::after {
	color: #fff;
}
.nav-previous a {
	text-align: left;
}
.nav-next {
    margin-left: auto;
}
.nav-next a {
	text-align: right;
}
.nav_prevnext {
	padding: 20px 0;
}
.row.vdivide {
	padding: 20px 0;
}
.row.vdivide [class*='col-']:not(:last-child):after {
	background: #e0e0e0;
	width: 1px;
	content: "";
	display:block;
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	min-height: 30px;
}
.nav-icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	box-shadow: 6px 0 7.8px .2px rgba(0,0,0,.06);
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	vertical-align: middle;
}
.nav-icon::before {
	content: "\e686";
}
.nav-next a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.nav-previous a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.nav-next a::after {
	width: 40px;
	height: 40px;
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	font-weight: 600;
	background-color: #ddd;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	content: "\e684";
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.nav-next .nav-icon {
	order: 2;
}

.post-template-default .blog-author {
	color:#878786;
	font-size:28px;
	font-weight:100;
	margin: 0 0 15px 0;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
.site-main .comment-navigation, 
.site-main .posts-navigation {
	margin: 0 0 30px;
	overflow: hidden;
}
.site-main .post-navigation {
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-top: 0;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.site-main .post-navigation:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background: #e4e4e4;
}
.comment-navigation .nav-previous, 
.posts-navigation .nav-previous, 
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, 
.posts-navigation .nav-next, 
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal;/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}

.cat-m3 {
	color: #00ad08!important;
	padding: 2px 8px;
	text-transform: uppercase;
	border: 1px;
	border-style: solid;
	margin-right: 6px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.aligncenter {
    text-align: center;
    display: block;
    margin: 5px auto 1.25em;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.alignnone {
    margin: 5px 20px 1.25em 0;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
img.alignnone {
	margin-bottom: 10px;
	margin-top: 10px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before, 
.clear:after, 
.comment-content:before, 
.comment-content:after, 
.site-header:before, 
.site-header:after, 
.site-content:before, 
.site-content:after, 
.site-footer:before, 
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, 
.comment-content:after, 
.entry-content:after, 
.site-header:after, 
.site-content:after, 
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 30px;
	color: #333;
	font-size: 14px;
}
.widget_meta ul {
	margin-bottom: 0 !important;
}
.widget .video-container {
	margin-top: 20px;
	height: auto;
}
.widget_rss li:first-child {
	padding-top: 0;
}
.widget_rss li:before {
	display: none;
}
.widget_rss ul li a {
	margin-left: 0 !important;
}
.widget_text img {
	margin: 10px 0;
}
.widget ul.sub-menu li {
	margin-left: 16px;
}
.widget_search {
	margin-top: 0;
}
.widget_search .widget-title,
.widget_calendar .widget-title {
	margin-bottom: 30px;
}
.widget_nav_menu ul {
	margin-top: 0;
}

/* News Module 5*/
.entry-block .item-content {
padding: 20px;	
}

.entry-block .item-content .underline04 {
	margin-bottom: 15px;
}
/* END - News Module 5*/

.widget select {
	margin-top: 30px;
	width: 100%;
	box-sizing: border-box;
}
.textwidget select {
	margin-top: 0;
}
.widget .contact-address, 
.widget .contact-phone, 
.widget .contact-email {
	border: 1px solid #e8e8e8;
	border-top: none;
	list-style: none;
	margin-left: 0;
	padding: 10px 30px;
}
.widget .contact-address {
	padding-top: 15px;
}
.widget .contact-email {
	padding-bottom: 15px;
}
.widget .contact-address span, 
.widget .contact-phone span, 
.widget .contact-email span {
	padding-right: 10px;
}
.instagram-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
.reendex-instagram-widget ul {
	padding: 0;
	border: none;
}
.reendex-instagram-widget ul li {
	border-top: none;
	padding: 5px 0;
	float: left;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 31.5%;
	flex: 0 1 calc( 95% / 3 );
	box-sizing: border-box;
}
#footer .reendex-instagram-widget ul li {
    padding-top: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}
.sticky-post {
	background-color: #333;
	color: #fff;
	display: inline;
	font-weight: 600;
	padding: 4px 10px;
	left: 0;
	text-transform: uppercase;
}
.blog .hentry, .archive .hentry, .search .hentry {
	margin: 0;
}
.blog article.post, 
.blog article.our-video, 
.blog article.tv_schedule,
.archive article.post, 
.archive article.our-video, 
.archive article.tv_schedule,
.search article.post, 
.search article.our-video, 
.search article.tv_schedule {
	width: 100%;
}
.blog article {
    margin: 30px 0;
}
.blog article:first-of-type {
    margin-top: 0 !important;
}
article.post:first-of-type,
.archive article.our-video:first-of-type {
    background: none;
    margin-top: 0;
    padding-top: 0;
}
.archive .news article:first-of-type .item, .search .news article:first-of-type .item, .blog .news article:first-of-type .item {
    margin-top: 0;
}
.blog-post-single {
	width: 100%;
}
.blog .content-block {
	padding-bottom: 0;
}
.blog-post .entry-media img {
	width: auto !important;
	max-width: 100% !important;
	height: auto;
}
.blog-post .entry-media {
	text-align: center;
}
.byline {
	display: none;
}
.single .byline, 
.group-blog .byline {
	display: inline;
}
.page-links {
	clear: both;
	font-size: 13px;
	height: 30px;
	margin: 30px 0 0;
}
.article-block-wrapper .page-links {
	margin: 30px 0;
}
.module .container {
	padding: 35px 0;
}
.blog .module .container,
.archive .module .container,
.tag .module .container,
.category .module .container,
.search .module .container,
.single .module .container.main-container {
	padding: 35px 0 50px;
}
.single-post .module .main-container, 
.single-tv_schedule .module .container, 
.single-our_team .module .container, 
.blog .module .container,
.archive .module .container,
.search .module .container {
	max-width: 1278px;
}
.content {
	color: #777;
}
.blog #content {
	padding: 0;
}
.blog .page-subtitle {
    border-radius: 0;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    padding: 7px 17px;
}
.video-post_content .underline04 {
	margin-bottom: 10px;
}
.video-post_content .underline04 h3 {
    color: #333;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 1.4 !important;
    margin-bottom: 0;
    margin-top: 0 !important;
    letter-spacing: .2px;
}
.video-post_content .content p {
    color: #333;
}
.video-post_content .meta {
	margin-top: 15px;
}
h1.page-title span:empty {
    display: none;    
}
#main,
.home-right-side,
.home-no-side,
.home-left-side,
.post-style-1,
.post-style-6,
.post-style-7 {
    display: block;
}
.single-our-video #main {
    display: block;
}
.single .module.highlight .container {
	padding: 50px 0;
}
.single-post .module .container.main-container {
    padding: 40px 0 50px;
}
.home-main-content {
	float: left;
}
.home-left-side .home-main-content {
	float: right;
}
.home-no-side .home-main-content {
	float: none;
	width: 100%;
	overflow: hidden !important;
}
.home-right-sidebar,
.home-left-sidebar {
	float: left;
}
.home-no-side .widget-area {
    display: none;
}
#primary .subtitle {
    font-size: 26px;
    line-height: 30px;
    color: #212121;
    letter-spacing: -.01em;
}
.radio-image-wrapper {
    float: left;
    margin-right: 30px;
}
.radio-post-template-wrapper {
    margin-right: 40px !important;
    position: relative;
    width: 127px;
    text-align: center;
}
.single .container.post-title {
    display: flex;
    order: 1;
    padding: 0;
    justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column; 
}
.single .container.post-title h1 {
    line-height: 1;
    padding-left: 17px;
    padding-bottom: 10px;
}
.single .container.post-title h1 span,
.container.archive-menu .page-title span {
    font-size: 24px;
}
.entry-header {
    margin: 0 0 35px 0;
}
.entry-header .entry-title {
    color: #262626;
    margin-bottom: 15px;
}
.entry-header .header-subtitle {
    color: #414244;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin: 15px 0;
}

/* Post styles */

.post-style-default .entry-header .entry-title,
.post-style-1 .entry-header .entry-title,
.post-style-2 .entry-header .entry-title,
.post-style-3 .entry-header .entry-title,
.post-style-4 .entry-header .entry-title,
.post-style-5 .entry-header .entry-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.1;
}
.single .post-style-1.container.main-container,
.single .post-style-3.container.main-container,
.single .post-style-4.container.main-container,
.single .post-style-7 .container {
    padding: 0 0 50px;
}
.post-style-1 .post .entry-media img,
.post-style-2 .post .entry-media img,
.post-style-3 .post .entry-media img,
.post-style-4 .post .entry-media img,
.post-style-6 .post .entry-media img,
.post-style-7 .post .entry-media img,
.post-style-2 .share-wrapper,
.post-template-default .newsticker-area-single .outer-single {
    margin-bottom: 0;
}
.single .post-style-1.container,
.post-style-3.container.header-wrapper,
.post-style-3 .newsticker-area-single,
.post-style-4.container.header-wrapper,
.post-style-1 .entry-meta,
.post-style-2 .entry-meta,
.post-style-3 .entry-meta,
.post-style-4 .entry-meta,
.post-style-7 .container.header-wrapper,
.single .post-style-1 .container {
    padding: 0;
}
.post-style-6 .container.header-wrapper {
    padding-bottom: 0;
}
.post-style-1 .entry-header .entry-title,
.post-style-3 .entry-header .entry-title {
    font-size: 30px;
}
.post-style-default .entry-content .subtitle h3,
.post-style-2 .entry-content .subtitle h3 {
    font-size: 18px;
    margin-top: 0;
    color: #151516;
}
.post-style-6 .entry-content .subtitle h3,
.post-style-1 .entry-content .subtitle h3,
.post-style-4 .entry-content .subtitle h3,
.post-style-7 .entry-content .subtitle h3 {
    font-size: 18px;
    margin-top: 20px;
    color: #151516;
}
.post-style-3 .entry-content .subtitle h3,
.post-style-4 .entry-content .subtitle h3{
    margin-top: 20px !important;
}
.post-style-2 .entry-header .header-subtitle,
.post-style-4 .entry-header .header-subtitle {
    color: #626262;
    line-height: 1.4;
    margin: 20px 0;
    padding-left: 20px;
}
.post-style-6 .archive-nav-inline .img-overlay3,
.post-style-7 .archive-nav-inline .img-overlay3 {
    height: auto;
}
.post-style-6 .img-overlay3:after,
.post-style-7 .img-overlay3:after {
	background: #000;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 48%, rgba(255,255,255,0.13) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 48%,rgba(255,255,255,0.13) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 48%,rgba(255,255,255,0.13) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#21ffffff',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 0;
	width: 100%;
}
.post-style-6 .archive-page-header h1.entry-title,
.post-style-7 .archive-page-header h1.entry-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.16;
}
.post-style-default .entry-header .entry-title {
    font-size: 30px;
    margin: -7px 0 .4em 0;
}
.post-style-default .entry-meta {
    padding: 0 0 20px 0 !important;
}
.post-style-default .entry-header,
.post-style-6 .post-full .entry-meta {
    margin: 0;
}
.post-style-1 .container.archive-menu {
    top: 0;
}
.single .post-style-1 .container.breaking-ticker {
    margin-top: 30px;
}
.post-style-1 .container.post-title h1 {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.post-style-1 .container.post-title .entry-title {
    bottom: 0;
}
.post-style-2 .entry-header .entry-title {
    font-size: 30px;
    margin: -9px 0 15px 0;
}
.post-style-2 .entry-main {
    margin-top: 20px;
}
.post-style-2 blockquote {
    background-color: #f5f5f7;
	background-color: rgba(245, 245, 247, 0.6);
	color: #383838;
	font-size: 18px;
	font-style: italic;
	line-height: 1.45;
	padding: 1em 40px;
	position: relative;
	margin: 30px 0;
}
.post-style-2 blockquote:before {
	color: #7a7a7a;
	content: "\201C";
	display: block;
	font-size: 30px;
	left: 15px;
	position: absolute;
	top: 14px;
}
.post-style-3 .entry-header .entry-title {
    padding-left: 20px;
}
.post-style-4 .entry-header .entry-title {
    font-size: 30px;
}
.post-style-5 .entry-header .entry-title {
    font-size: 30px;
    margin: 0 0 10px;
}
.post-style-5 .entry-media img {
    margin-bottom: 20px;
}
.post-style-5 .entry-header .entry-title::after {
    background: #e8e8e8;
    content: "";
    display: block;
    height: 1px;
    margin: 15px auto 0;
    width: auto !important;
}
.post-style-5 .post .entry-meta {
    padding: 0 !important;
    margin-bottom: 10px;
}
.post-style-5 .entry-content .subtitle h3 {
    font-size: 18px;
    margin-top: 0;
    color: #151516;
}
.post-style-5 .entry-header .header-subtitle {
    line-height: 1.3;
    margin: 10px 0;
}
.post-style-6 #parallax-section3 .container {
    height: 400px;
    z-index: 1;
}
.post-style-6 #parallax-section3 {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 400px;
    width: 100%;
}
.post-style-6 .archive-page-header h1.entry-title {
    margin-top: 25px;
    text-align: center;
    padding: 16px;
}
.post-style-6 .entry-meta {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}
.post-style-7 #parallax-section3 .container {
    height: 360px;
    z-index: 1;
}
.post-style-7 #parallax-section3 {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 360px;
    width: 100%;
}
.post-style-7 .container.post-title {
    bottom: 0;
    order: 1;
    display: flex;
    justify-content: flex-end;
}
.post-style-7 .archive-page-header h1.entry-title {
    text-align: left;
    padding: 15px 0;
}
/* Post article */

.player .vp-player-layout {
    bottom: 0 !important;
    top: 0 !important;
}
.article-image {
    display: block;
    margin: 1.25em auto;
}
.article-content {
    margin-top: 15px;
}
.article-video {
    margin-top: 30px;
    margin-bottom: 30px ;
}
.article-video-last {
    margin-top: 30px 0 0 0;
}
.article-image img {
    margin-top: 0;
}
.article-block-wrapper {
    display: block;
    height: 100%;
    margin-bottom: 30px;
}
.article-block-wrapper h3 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    margin: 0 0 16px !important;
}
h3.article-title::before {
    border-top: 1px solid #d9d9d9;
    content: "";
    display: block;
    height: 1px;
    margin: 0 0 10px;
    width: 80px;
}
h3.article-title-left {
    padding-left: 20px;
}
.post .underline04 h3 {
    color: #212121;
    font-size: 24px !important;
    font-weight: 500;
}
.topics-wrapper {
    background-color: #ececf1;
    margin: 10px 0 20px;
}
.topics-title {
    color: #16161a;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 10px;
}
.topics-inner {
    padding: 15px;
}
.topic-link {
    border-radius: 2px;
    display: inline-block;
    margin-right: 6px;
    font-size: 14px;
    cursor: pointer;
    padding: 4px 10px;
    background-color: #16161a;
    -moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.topic-link:hover {
    opacity: .9;
}
.topic-link a,
.topic-link a:hover {
    color: #fff;
}
.first-letter {
    color: #414244;
    float: left;
    font-size: 300%;
    line-height: 85%;
    margin: 4px 10px 0 0;
}

/* Story Highlights  */

.story-highlights-wrapper {
    margin: 30px 0 0;
}
.story-highlights {
    width: 100%;
}
.story-highlights .headline {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}
.story-highlights .headline::before {
    border-top: none;
}
.story-highlights-list {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
.story-highlights-item {
    border-top: 1px solid rgba(0,0,0,.2);
    font-weight: 400;
    padding: 10px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin-left: 0;
}

/* Related Posts */

.related-post-cat {
    border-radius: 2px;
    display: inline-block;
    float: right;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 3px 0 3px 3px;
    position: relative;
    text-transform: uppercase;
}
.related-post-cat a {
    padding: 8px 24px;
    color: #fff;
display: inline-block;
}
.related-post-cat a:hover {
    color: #fff;
    opacity: .9;
}

/* Post breaking news */

.single .container.breaking-ticker,
.single .newsticker-area-single .container {
    padding: 0;
}
.single .container.breaking-ticker {
    /*margin-top: 40px;*/
}
.single .post-style-4 .container.breaking-ticker,
.single .post-style-3 .container.breaking-ticker {
    margin: 30px 0 0;
}

/* Post meta elements */

.post-style-7 .entry-meta {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 !important;
    padding: 0 !important;
}
.post-style-7 .post-meta-elements {
    margin: 20px 0 !important;
    padding: 0 0 0 14px !important;
}
.post-style-6 .post .post-meta-elements {
    padding: 0 !important;
    margin: 0 !important;
}
.post-style-1 .entry-header .post-meta-elements,
.post-style-2 .entry-header .post-meta-elements,
.post-style-3 .entry-header .post-meta-elements,
.post-style-4 .entry-header .post-meta-elements {
    margin: 0 !important;
}
.post-style-default .entry-header .post-meta-elements {
    margin: 0 !important;
    padding-left: 15px;
}
.post-style-5 .entry-header .post-meta-elements {
    margin: 0;
    padding-left: 0;
    padding: 0 !important;
}

/* Post meta share */

.share-wrapper {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 30px;
    padding: 20px 0;
    position: relative;
}
.single .post-style-7 .share-wrapper {
    border: none;
    margin-bottom: 0;
    order: 2;
    padding: 30px 0 0 !important;
}
.single .post-style-1 .share-wrapper {
     border-bottom: none !important;
} 
.post-style-default .share-wrapper {
    border-bottom: none;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 0;
    padding: 20px 0;
    position: relative;
}
.post-style-5 .share-wrapper {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding: 20px 0;
    position: relative;
}
.post-style-3.container.header-wrapper .share-wrapper,
.post-style-4.container.header-wrapper .share-wrapper {
    margin: 20px 0 0;
}
.post-style-6 .share-wrapper {
    border-top: none;
    margin-bottom: 0;
}
.post-style-5 .entry-header,
.post-style-6 .entry-header,
.post-style-7 .entry-header {
    margin-bottom: 20px;
}
.post-style-1 .share-wrapper {
    margin-bottom: 0;
}
.share-buttons {
    display: inline-block;
}
.share-buttons a {
    color: #fff;
    margin-right: 6px;
}
.share-buttons a.share-button {
    width: auto;
    padding: 0;
    margin: 3px;
}
.share-buttons a:first-child {
    margin-left: 0;
}
.share-buttons a .fa {
    width: 36px;
    height: 36px;
    float: left;
    display: block;
    text-align: center;
    line-height: 36px;
}
.share-buttons a .social-share-text {
    border: 0 solid rgba(255,255,255,0.3);
    border-left-width: 1px;
    padding-left: 15px;
    height: 20px;
    float: left;
    margin-top: 8px;
    padding-right: 25px;
    font-size: 13px;
    line-height: 20px;
}
a.facebook-share-btn {
    background: #5d82d1;
}
a.facebook-share-btn:hover {
    background: #5d82d1;
    color: #fff;    
    opacity: .9;
}
a.instagram-share-btn {
    background: #8941a7;
}
a.instagram-share-btn:hover {
    background: #8941a7;
    color: #fff;    
    opacity: .9;
}
a.twitter-share-btn {
    background: #40bff5;
}
a.twitter-share-btn:hover {
    background: #40bff5;
    color: #fff;    
    opacity: .9;    
}
a.google-plus-share-btn {
    background: #eb4026;
}
a.google-plus-share-btn:hover {
    background: #eb4026;
    color: #fff;    
    opacity: .9;    
}
a.linkedin-share-btn {
    background: #238cc8;
}
a.linkedin-share-btn:hover {
    background: #238cc8;
    color: #fff;    
    opacity: .9;    
}
a.pinterest-share-btn {
    background: #e13138;
}
a.pinterest-share-btn:hover {
    background: #e13138;
    color: #fff;    
    opacity: .9;    
}
a.tumblr-share-btn {
    background: #35465c;
}
a.tumblr-share-btn:hover {
    background: #35465c;
    color: #fff;    
    opacity: .9;    
}
a.reddit-share-btn {
    background: #ff4500;
}
a.reddit-share-btn:hover {
    background: #ff4500;
    color: #fff;    
    opacity: .9;     
}
a.stumbleupon-share-btn {
    background: #eb4924;
}
a.stumbleupon-share-btn:hover {
    background: #eb4924;
    color: #fff;    
    opacity: .9;    
}
a.digg-share-btn {
    background: #045694;
}
a.digg-share-btn:hover {
    background: #045694;
    color: #fff;    
    opacity: .9;    
}
a.vk-share-btn {
    background: #45668e;
}
a.vk-share-btn:hover {
    background: #45668e;
    color: #fff;    
    opacity: .9;    
}
a.pocket-share-btn {
    background: #ef4056;
}
a.pocket-share-btn:hover {
    background: #ef4056;
    color: #fff;    
    opacity: .9;    
}

/* Post breadcrumb */

.archive .breadcrumb,
.search .breadcrumb,
.single .breadcrumb,
.page-template-default .breadcrumb,
.blog .breadcrumb {
	border-radius: 0;
	display: inline-block;
	margin-bottom: 0;
	padding: 7px 17px;
}
.archive .breadcrumb a,
.search .breadcrumb a,
.single .breadcrumb a,
.page-template-default .breadcrumb a,
.pblog .breadcrumb a {
	opacity: .8;
}
.archive .breadcrumb a:hover,
.search .breadcrumb a:hover,
.single .breadcrumb a:hover,
.page-template-default .breadcrumb a:hover,
.blog .breadcrumb a:hover {
	opacity: 1;
}
.container.post-title .breadcrumb {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 auto !important;
    text-align: left;
}
.single .container.post-title .breadcrumb {
    margin-left: 0 !important;
}
.post-style-6 .container.post-title .breadcrumb {
    margin: 0 auto !important;
}
.post-style-7 .container.post-title .breadcrumb {
    margin-left: 0;
}
.radio-image-wrapper {
    float: left;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.comment-content .wp-smiley, 
.entry-content .wp-smiley, 
.page-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
	max-width: 100%;
}
iframe {
	border:none;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    box-sizing: border-box;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.gallery-item .gallery-caption {
    color: #fff;
    background: rgba(0,0,0,.5);
    font-size: 12px;
    line-height: 1.4em;
    padding: 8px 15px;
    font-style: normal;
    margin: 0;
    max-height: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    text-align: center;
    opacity: 0;
    -webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gallery-item:hover .gallery-caption {
	opacity:1
}
.wp-caption .wp-caption-text {
	color: #686868 !important;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	margin: 6px 0 0;
	text-align: center;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-color: transparent;
    float: left;
}
.gallery-columns-1 .gallery-item {
	border-top: none;
    margin: 0 0 15px;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 calc( 100% / 1 );
    box-sizing: border-box;
}
.gallery-columns-2 .gallery-item {
	border-top: none;
    margin: 0 2% 15px 0;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 calc( 98% / 2 );
    box-sizing: border-box;
}
.gallery-columns-2 .gallery-item:nth-child(2n) {
    margin-right: 0;
}
.gallery-columns-3 .gallery-item {
	border-top: none;
    margin: 0 2% 15px 0;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32%;
    flex: 0 1 calc( 96% / 3 );
    box-sizing: border-box;
}
.gallery-columns-3 .gallery-item:nth-child(3n) {
    margin-right: 0;
}
.gallery-columns-4 .gallery-item {
	border-top: none;
    margin: 0 2% 15px 0;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23.5%;
    flex: 0 1 calc( 94% / 4 );
    box-sizing: border-box;
}
.gallery-columns-4 .gallery-item:nth-child(4n) {
    margin-right: 0;
}
.gallery-columns-5 .gallery-item {
	border-top: none;
    margin: 0 2% 15px 0;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18.4%;
    flex: 0 1 calc( 92% / 5 );
    box-sizing: border-box;
}
.gallery-columns-5 .gallery-item:nth-child(5n) {
    margin-right: 0;
}
.gallery-columns-5 .gallery-item .gallery-caption,
.gallery-columns-6 .gallery-item .gallery-caption,
.gallery-columns-7 .gallery-item .gallery-caption,
.gallery-columns-8 .gallery-item .gallery-caption,
.gallery-columns-9 .gallery-item .gallery-caption {
    font-size: 11px;
    line-height: 1.3em;
    padding: 6px 10px;
}
.gallery-columns-6 .gallery-item {
	border-top: none;
    margin: 0 2% 15px 0;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15%;
    flex: 0 1 calc( 90% / 6 );
    box-sizing: border-box;
}
.gallery-columns-6 .gallery-item:nth-child(6n) {
    margin-right: 0;
}
.gallery-columns-7 .gallery-item {
	border-top: none;
    margin: 0 1.5% 13px 0;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 13%;
    flex: 0 1 calc( 91% / 7 );
    box-sizing: border-box;
}
.gallery-columns-7 .gallery-item:nth-child(7n) {
    margin-right: 0;
}
.gallery-columns-8 .gallery-item {
	border-top: none;
    margin: 0 1% 9px 0;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 11.625%;
    flex: 0 1 calc( 93% / 8 );
    box-sizing: border-box;
}
.gallery-columns-8 .gallery-item:nth-child(8n) {
    margin-right: 0;
}
.gallery-columns-9 .gallery-item {
	border-top: none;
    margin: 0 1% 10px 0;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10.2%;
    flex: 0 1 calc( 92% / 9 );
    box-sizing: border-box;
}
.gallery-columns-9 .gallery-item:nth-child(9n) {
    margin-right: 0;
}
.gallery-caption {
	display: block;
}

/* Theme File css */

/* ======== TABLE OF CONTENTS ========= */

/* ================================ */

/*
	* 1.0 - Common Styles
		1.1 - Basic Layout Styles
			1.1.1 - General
			1.1.2 - Heading Styles
			1.1.3 - Table 
			1.1.4 - Margin
		1.2 - Title Styles
		1.3 - Pagination
		1.4 - Row
			1.4.1 - Remove right padding from first column
			1.4.2 - Remove left padding from first column
		1.5 - Module
			1.5.1 - Schedule Promo Module 
		1.6 - Ad Place
		1.7 - Social Media
		1.8 - Labels
		1.9 - Rollover Thumbnail
		1.10 - Magnific popup
		1.11 - Breadcrumbs
		1.12 - Read More
		1.13 - Play Icon
		1.14 - Hour / Date / Day
		1.15 - UI Top
		1.16 - Blockquote
		1.17 - List Styles
		1.18 - Buttons
		1.19 - Page Loading
	* 2.0 - Header
		2.1 - Top Menu 
			2.1.1 - Search Button   
		2.2 - Header logo
		2.3 - Navbar
			2.3.1 - Headroom
			2.3.2 - Main-menu
			2.3.3 - Mega menu
		2.4 - Nav-below-main
			2.4.1 - Clock / Date 
		2.5 - Dropdown menu
	* 3.0 - Main Section
		3.1 - News
		3.2 - Container-Full / Container-Half
			3.2.1 - Container-Full
				3.2.1.1 - Container-Full-Big Photo
				3.2.1.2 - Container-Full-Full Photo
			3.2.2 - Container-Half
		3.3 - Entry Block
		3.4 - Category List
		3.5 - Article
		3.6 - Tabs
		3.7 - Tabels
		3.8 - Post
		3.9 - Breaking News Ticker & News On-Air
		3.10 - Latest Events Widget
		3.11 - Currency Converter
	* 4.0 - Sidebar
		4.1 - Sidebar-Newsfeed and Sidebar-Post 
		4.2 - Sidebar-Image and Sidebar-Block
		4.3 - Sidebar-Newsletter
		4.4 - Calendar
		4.5 - Promo Module
		4.6 - Video Promo Module
		4.7 - Sidebar-Weather
	* 5.0 - Footer
		5.1 - copyrights
	* 6.0 - Contact
	* 7.0 - Sport
		7.1 - Sport Promo
		7.2 - Sport Fixtures & Results
		7.3 - Tennis Results
		7.4 - Article-list shopping / Article-list tickets
	* 8.0 - 404 Error Page
	* 9.0 - Single Post Page
		9.1.0 - Post
		9.1.1 - Related-Post & Single-Related-Posts
		9.1.2 - News-Block.Related-Posts
		9.1.3 - Prev-Post & Next-Post
		9.1.4 - Content-Thumb / Content-Details / Content-Block 
		9.1.5 - Page-Template-Default
		9.1.6 - Footer.entry-footer
		9.1.7 - Blog-post / Page-template-default
		9.1.8 - Widget
		9.1.9 - Archive
	* 9.2 - Author Post
	* 9.3 - Comment Section
		9.3.1 - Comment
		9.3.2 - Form
		9.3.3 - Sidebar categories
	* 10.0 - Video Page
	* 11.0 - Parallax
		11.1 - Parallax Sections
		11.2 - Captions 
		11.3 - Parallax Images 
		11.4 - Image Overlays 
		11.5 - Helper Classes
	* 12.0 - Owl Carousel
		12.1 - News Slider / Schedule Slider
		12.2 - Sidebar-schedule
		12.3 - Gallery Slider
	* 13.0 - Flex Slider
	* 14.0 - WPBakery Page Builder Settings
	* 15.0 - About Us Page
	* 16.0 - Coming Soon Page
	* 17.0 - Social Media
	* 18.0 - Wprmenu
	* 19.0 - Instagram
	* 20.0 - Twitter Feed
	---------------------------------------------------------------------- */


/* ----------------------------------------------------------------
	1.0 - Common Styles
	-----------------------------------------------------------------*/


/* 1.1 - Basic Layout Styles
	-----------------------------------------------------------------*/
	
	/* 1.1.1 - General 
	 ----------------------------------------------------------------*/
	 
html {
	font-size: 100%;
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	background-color: #fcfcfc;
	color: #53585c;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body.nav-open {
    overflow:  hidden;
    position: fixed;
    width: 100%;
}

body.nav-close {
  position: relative;
}
body.date {
	padding: 0;
}
#wrapper {
	position: relative;
}
body, aside, footer, header, nav, section {
	margin: 0;
	padding: 0;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
p {
	line-height: 24px;
	text-rendering: optimizeLegibility;
}
.img-100 img {
	width: 100%;
}
.image {
	position: relative;
	width: 100%;
}
.sidebar-area {
	padding-left: 15px;
}
.sidebar-title .title-style02, 
.sidebar-title .block-title-2, 
.sidebar-title .title-style01 {
	max-width: 400px;
	margin: 0 auto;
}
.col-md-15 {
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
.content-group-sm {
	margin-bottom: 15px;
	position: relative;
}
br {
	display: block;
	line-height: 1.25em;
}
.clear {
	clear: both;
}
b {
	font-weight: 600;
}
a:hover {
	text-decoration: none;
}
a:focus, a:hover {
	text-decoration: none;
}
.last {
	margin-bottom: 14px;
}
.container {
	max-width: 1248px;
	padding: 0;
	position: relative;
	width: 100%;
}
.container-fluid {
	padding: 0;
}
.container.single-page {
    padding: 50px 0;
}
.video-container {
	height: 0;
	padding-bottom: 57%;
	position: relative;
	width: 100%;
}
.video {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.archive .module-title h2 {
	margin-bottom: 30px;
}
ul, ol {
	padding-left: 0;
	margin: 0;
}
.list-inline>li {
	display: inline-block;
	margin-left: 0;
	padding-left: 0;
}
.social-links.list-inline>li {
	padding-right: 7px;
	padding-bottom: 7px;
}
.center {
	text-align: center;
}

/* 1.1.2 - Heading Styles 
	 ----------------------------------------------------------------*/
	 
 h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
h1 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 23px;
}
h2 {
	color: #777;
	font-size: 26px;
	font-weight: 300;
	line-height: 38px;
	margin-bottom: 20px;
}
h3 {
	font-family: 'Roboto Condensed', serif;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 17px;
}
h4 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}
h5 {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 11px;
}
h6 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 11px;
}
h1 small, h2 small, 
h3 small, h4 small, 
h5 small, h6 small {
	bottom: 5px;
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
}
h2 a {
	color: #777;
}

hr {
	border-top: 1px solid #eee;
	margin: 10px 0;
}
.h-cat ul.children {
	display: none;
}
.col-pad-zero {
	padding-left: 0;
}

/* 1.1.3 - Table 
	----------------------------------------------------------------*/
	
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
table {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	margin: 0;
	width: 100%;
	border-radius: 4px;
	box-sizing: border-box;
}
table th, table td {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	line-height: 18px;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}
table thead:first-child tr:first-child th, 
table tbody:first-child tr:first-child th, 
table tbody:first-child tr:first-child td {
	border-top: 0
}
table thead:first-child tr:first-child th:first-child, 
table tbody:first-child tr:first-child td:first-child {
	border-radius: 4px 0 0 0
}
table thead:first-child tr:first-child th:last-child, 
table tbody:first-child tr:first-child td:last-child {
	border-radius: 0 4px 0 0
}
table thead:last-child tr:last-child th:first-child, 
table tbody:last-child tr:last-child td:first-child {
	border-radius: 0 0 0 4px
}
table thead:last-child tr:last-child th:last-child, 
table tbody:last-child tr:last-child td:last-child {
	border-radius: 0 0 4px 0
}
table {
	border-collapse: collapse;
}
.text-bold {
	font-weight: 700;
}
.text-semibold {
	font-weight: 500;
}
.text-regular {
	font-weight: 400;
}
.text-light {
	font-weight: 300;
}
.text-thin {
	font-weight: 100;
}
.text-italic {
	font-style: italic;
}

/* Extra Classes
	----------------------------------------------------------------*/

/* 1.1.4 - Margin / Padding
	----------------------------------------------------------------*/
	
.mb-0, .on-air-m-0 .outer {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-14 {
	margin-bottom: 14px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-16 {
	margin-bottom: 16px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-26 {
	margin-bottom: 26px !important;
}
.mb-minus-16 {
	margin-bottom: -16px !important;
}
.mb-minus-20 {
	margin-bottom: -20px !important;
}
.mb-minus-26 {
	margin-bottom: -26px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-26 {
	margin-top: 26px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-35 {
	margin-top: 35px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.no-margin {
	margin: 0 !important;
}
.pd-right-0 {
	padding-right: 0;
}
.pd-left-0 {
	padding-left: 0;
}
.pd-0 {
	padding: 0;
}
.pd-bottom-0 {
	padding-bottom: 0 !important;
}
.flex-module {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

/* 1.2 - Title Styles
	-----------------------------------------------------------------*/

.title-style01 {
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: block;
	margin-bottom: 15px;
	padding-bottom: 0;
	text-align: left;
	width: 100%;
}
.news .title-style01 {
	margin-bottom: 30px;
}
.title-style01 h3 {
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 18px !important;
	margin-bottom: -2px;
	padding-bottom: 4px;
	margin-top: -7px !important;
}
.title-style01 h3 b {
	color: #333;
	font-weight: 500;
}
.title-style02 {
	background-color: #212126;
	display: table;
	table-layout: fixed;
	height: 40px;
	margin-top: 0;
	padding: 7px 15px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.title-style02 h3, 
.title-style02-light h3 {
	color: #fff !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
	font-size: 18px !important;
	letter-spacing: .05em;
	margin: 0 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}
.title-style02 a {
	color: #ecedf2;
}
.title-style02 a:hover {
	color: #fff;
}
.title-style02-light {
	background-color: #8a8a90;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 7px 15px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.title-style03 {
	color: #c2c2c2;
	padding: 1px 0 2px;
}
.underline03 {
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
}
.underline03 h4 {
	margin-bottom: 7px;
	margin-top: 0 !important;
}
.underline03:before {
	bottom: 9px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 30px;
}
.underline03:after {
	background: #3c3c42;
	bottom: 7px;
	content: "";
	display: block;
	height: 1px;
	width: 250px;
}
.title-left .underline03:after {
	margin-left: 2px;
	width: 280px;
}
.title-left .underline03:before {
	margin-bottom: 7px;
	left: 2px;
}
.underline04 {
	display: block;
	position: relative;
}
.underline04:after {
	background: #858585;
	background: rgba(133, 133, 133, 0.5) !important;
	content: "";
	display: block;
	height: 1px;
	margin: 3px auto 0;
	width: auto !important;
}
.underline04 h2, .underline04 h4 {
	margin-bottom: 0;
	margin-top: 0 !important;
}
.underline04 h2 {
	font-weight: 500;
}
.underline04 h2 a {
    font-size: 30px;
    font-weight: 600;
	color: #2c2c34;
    font-family: 'Roboto Condensed', serif;	
}
.underline04 h3 {
    font-size: 22px !important;
	line-height: 1.4 !important;
	margin-bottom: 0;
	margin-top: 0 !important;
	letter-spacing: .5px;
}
.title-left underline04:after {
	width: auto;
	margin-left: 2px;
}
.title-left underline04:before {
	margin-bottom: 2px;
	margin-left: 2px;
}
.container-half .title-left underline04:after {
	margin-left: 22px;
	width: auto;
}
.container-half .title-left underline04:before {
	margin-bottom: 2px;
	margin-left: 22px;
}
.underline04:before {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 30px;
}
.center-title {
	text-align: center;
	width: 100%;
}
.center-title h4 {
	margin-bottom: 0;
}
.title-style05 {
	text-align: center;
	text-transform: uppercase;
}
.title-style05.style-01 {
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	letter-spacing: .03em;
	margin-top: 0 !important;
	padding: 8px 35px;
	position: relative;
}
.title-style05.style-02 {
	color: #2c2c34;
	font-weight: 600;
	margin-top: 0 !important;
	text-align: center;
}
.title-style05.style-02 span {
	display: inline-block;
	font-weight: 400;
}
.title-style05.style-02 a {
	color: #777;
}
.title-line-left, 
.title-line-right {
	display: inline-block;
	height: 1px;
	margin-top: 20px;
	position: relative;
	width: 200px;
}
.title-line-left:after, 
.title-line-right:after {
	background: #e3e2e2;
	bottom: 4px;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.block-title-1 {
	border-radius: 1px;
	display: table;
	height: 40px;
	margin-bottom: 30px;
	position: relative;
	padding: 7px 15px;
	table-layout: fixed;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	box-sizing: border-box;
}
.sidebar-weather .block-title-1 {
	margin-bottom: 1px;
	text-align: center;
}
.block-title-1 h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	color: #fff !important;
}
.block-title-1 .title-1 a:after, 
.block-title-2 .schedule-title a:after {
	content: "\f105";
	color: #fff;
	font-family: "FontAwesome";
	font-size: 18px;
	position: absolute;
	right: 16px;
	top: 6px;
}
.block-title-2 {
	border-radius: 1px;
	display: table;
	height: 40px;
	margin-bottom: 30px;
	padding: 7px 15px;
	position: relative;
	table-layout: fixed;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.block-title-2 h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px !important;
	color: #fff !important;
	margin-bottom: 0;
	margin-top: 0 !important;
}
.block-title-3 {
	background-color: #212126;
	border-radius: 1px;
	display: table;
	font-weight: 400;
	letter-spacing: .5px;
	position: relative;
	padding: 7px 15px;
	table-layout: fixed;
	text-transform: uppercase;
	width: 100%;
	box-sizing: border-box;
}
.block-title-3 h3 {
	color: #fff !important;
	font-family: 'Roboto', sans-serif;
	font-size: 18px !important;
	margin-bottom: 0;
	margin-top: 0 !important;
}
.block-title-1 a, 
.block-title-1 a:hover, 
.block-title-2 a, 
.block-title-2 a:hover {
	color: #fff;
}
.block-title-1 .title-1, 
.block-title-2 .schedule-title, 
.block-title-3 .currency-title {
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}
.currency-title {
	color: #ced2d9;
	text-align: center;
}
.currency-title:hover {
	color: #fff;
}

/* 1.3 - Pagination
	-----------------------------------------------------------------*/

.page-numbers {
	margin: 0;
	overflow: hidden;
}
.page-numbers li {
	float: left;
	list-style: none;
	margin: 0 8px 8px 0;
}
.page-numbers li a, 
.page-numbers li span {
	border: 1px solid #ddd;
	background: #fff;
	display: block;
	font-size: 16px;
	margin: 0;
	margin-left: -1px;
	padding: 6px 12px;
	text-align: center;
}
.page-numbers li a:hover, 
.page-numbers li span:hover {
	background-color: #70717c;
	color: #fff;
}
.page-numbers span.current, 
.page-numbers span.current:hover {
	color: #fff;
}
.page-numbers>li:first-child>span, 
.page-numbers>li:first-child>a {
	margin-left: 0;
}
.page-numbers li a {
	color: #666;
}
.page-links a>span {
	background: none !important;
	border: 1px solid #e3e3e3;
	color: #666;
	display: inline-block;
	line-height: 21px;
	margin: 0 8px 8px 0;
	margin-left: -1px;
	min-width: 33px;
	text-align: center;
}
.page-links a span:hover {
	background-color: #70717c !important;
	color: #fff;
}
.page-links span {
	background-color: #70717c;
	border: 1px solid #e3e3e3;
	color: #fff;
	display: block;
	float: left;
	line-height: 21px;
	margin: 0 8px 8px 0;
	min-width: 33px;
	padding: 5px 11px;
	text-align: center;
}
.page-links span.page-links-title {
	background-color: #70717c !important;
	border: none;
	color: #fff;
	font-size: 14px;
}
.page-links.pagination {
    float: left;
}

/* 1.4 - Row
	-----------------------------------------------------------------*/

.row {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	max-width: 1286px;
	padding: 0;
	width: auto;
}
	/* 1.4.1 - Remove right padding from first column 
	 ----------------------------------------------------------------*/
	 
.row.no-gutter [class*='col-']:first-child {
	padding-left:0;
}
	/* 1.4.2 - Remove left padding from first column 
	 ----------------------------------------------------------------*/
	 
.row.no-gutter [class*='col-']:last-child {
	padding-right:0;
}

/* 1.5 - Module   
   -----------------------------------------------------------------*/

.highlight {
	background-color: #ececed;
}
.module {
    height: auto;
	position: relative;
}
.editorial-module {
    height: 30px;
	position: relative;
}
.module-top {
	height: auto;
	padding-top: 0;
	position: relative;
}
.dark {
	background-color: #141417;
	overflow: hidden;
}
.dark .video-post_content p {
	color: #ccc;
}
.module-title {
	color: #777;
	display: table;
	height: 40px;
	margin-bottom: 0;
	position: relative;
}
.module-title .title span {
	border-radius: 1px;
	color: #fff;
	display: block;
	font-size: 18px !important;
	font-weight: 500;
	margin: 0;
	padding: 7px 15px;
	text-transform: uppercase;
}
.module-title .title {
    float: left;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .5px;
	margin-top: 0 !important;
	margin-bottom: 0;
}
.module-title .subtitle {
	color: #49494d;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px !important;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0 !important;
	padding-top: 7px;
}
.module-title .subtitle:before {
	color: #5e5e66;
	content: '\f105';
	font-family: "FontAwesome";
	font-style: normal;
	padding: 0 15px 0 18px;
}
.module-title .subtitle:empty:before{
	display: none;
}
.module-media {
	margin-top: 30px;
	position: relative;
}
.module-media img {
	width: 100%;
}
.tax-thcat_taxonomy .module-title h2 {
	padding-left: 16px;
}
.section-header {
	text-align: center;
	width: 100%;
	margin: 30px auto 0 !important;
}
.section-header h2 {
	color: #212126;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 15px;
	padding-bottom: 23px;
	padding-top: 10px;
	position: relative;
}
.section-header h2::after {
    bottom: 0px;
	content: "";
	height: 6px;
	display: block;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 30px;
}
.dot {
	font-size: 2.7rem;
}
.section-header .section-subtitle {
    color: #414244;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
	margin-bottom: 0;
}
.section-header-left {
    margin: 0 auto;
	text-align: left;
	width: 100%;
}
.section-header-left h2 {
	color: #212126;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 10px;
	position: relative;
}
.section-header-left .section-subtitle {
    color: #414244;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 20px 0;
    padding-left: 15px;
}
.section-highlighs {
	background: #222226;
	color: #e7e7e7;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	padding: 20px 20px;
	margin-bottom: 0;
}
.section-highlighs-wrapper {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.section-highlighs-wrapper span {
	display: block;
	height: 7px;
	margin-bottom: 0;
	width: 100%;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.section-highlighs-wrapper span a {
	color: #fff;
	display: inline-block;
	margin: 0 12px;
	padding: 8px 12px;
	position: relative;
	margin: 0 24px;
	float: right;
	height: 32px;
}
.section-highlighs-wrapper span a:hover {
    color: #fff;
}
.section-highlighs-wrapper span a::before {
    /*background: url("img/logo-icon.png") 0 0 no-repeat;*/
	content: '\f105';
	font-family: "FontAwesome";
	font-style: normal;
	font-size: 20px;
	position: absolute;
	padding: 3px 13px;
    left: 0;
    position: absolute;
    top: 0;
    height: 32px;
    left: -30px;
    width: 32px;
    border-right: 1px solid #fff;
}

	/* 1.5.1 - Schedule Promo Module 
	 ----------------------------------------------------------------*/
	 
.schedule-logo {
	border-radius: 3%;
	display: inline-block;
	font-size: 18px;
	height: auto;
	letter-spacing: .03em;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	padding: 7px 15px;
	margin: 0 0 10px !important;
	width: auto;
	z-index: 999;
}
.schedule-logo a, .schedule-logo a:hover {
	color: #fff;
	display: inline;
	text-transform: uppercase;
}
.square1, 
.square2, 
.square3, 
.square4, 
.square5, 
.square6, 
.square7, 
.square8, 
.square9, 
.square10, 
.square11 {
	-webkit-animation: square1 11s ease-in-out infinite;
			animation: square1 11s ease-in-out infinite;
	border-radius: 2%;
	height: 9em;
	margin: -1em auto auto -1em;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	-webkit-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
	width: 9em;
}
.square2 {
	-webkit-animation-delay: 2.5s;
			animation-delay: 2.5s;
	border: 3px solid #000;
	border: 3px solid rgba(0, 0, 0, .6);
	left: 50%;
	top: 20%;
}
.square3 {
	-webkit-animation-delay: 5s;
			animation-delay: 5s;
	border: 4px solid #41414d;
	border: 4px solid rgba(65, 65, 77, .4);
	left: 10%;
	top: 20%;
}
.square4 {
	-webkit-animation-delay: 1.5s;
			animation-delay: 1.5s;
	background-color: #333;
	top: 40%;
	left: 70%;
}
.square5 {
	-webkit-animation-delay: 4.8s;
			animation-delay: 4.8s;
	background-color: #333;
	border: 5px solid #41414d;
	border: 5px solid rgba(65, 65, 77, .3);
	left: 70%;
	top: 40%;
}
.square6 {
	-webkit-animation-delay: 4.5s;
			animation-delay: 4.5s;
	border: 9px solid #41414d;
	border: 9px solid rgba(65, 65, 77, .3);
	left: 60%;
	top: 40%;
}
.square7 {
	-webkit-animation-delay: 2.5s;
			animation-delay: 2.5s;
	top: 50%;
	left: 20%;
	border: 4px solid #41414d;
	border: 4px solid rgba(65, 65, 77, .2);
}
.square8 {
	-webkit-animation-delay: 4s;
			animation-delay: 4s;
	top: 20%;
	left: 40%;
	border: 3px solid #8b8b99;
	border: 3px solid rgba(139, 139, 153, .4);
}
.square9 {
	-webkit-animation-delay: 3.5s;
			animation-delay: 3.5s;
	background-color: #8b8b99;
	background-color: rgba(139, 139, 153, .3);
	left: 50%;
	top: 50%;
}
.square10 {
	-webkit-animation-delay: 3.3s;
			animation-delay: 3.3s;
	border: 4px solid;
	left: 50%;
	top: 30%;
}
.square11 {
	-webkit-animation-delay: 4.7s;
			animation-delay: 4.7s;
	border: 3px solid;
	top: 30%;
	left: 20%;
}
 @keyframes square1 {
 0% {
 -webkit-transform: scale(0);
		 transform: scale(0);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
 33% {
 opacity: .05;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
}
 66% {
 opacity: .5;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
 99% {
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
 100% {
 -webkit-transform: scale(1.7);
		 transform: scale(1.7);
}
}
.tvbanner-area {
	padding-top: 35px;
}
.show-info {
	position: relative;
	width: auto;
	z-index: 300;
}
.show-info h3 {
	color: #ccc !important;
	display: block;
	margin-top: 0 !important;
	margin-bottom: 10px;
}
.show-info h2 {
	color: #fff !important;
	display: inline;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: uppercase;
}
.show-info-button {
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 10px 0 0 !important;
	padding: 7px 15px;
	position: relative;
}
.show-info-button a {
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
}
.show-info-button:hover,
.show-info-button a:hover {
	color: #fff;
}
.show-info-button .bg-13:hover {
	color: #333;
}
.figure img {
	bottom: -35px;
	display: inline;
	margin-bottom: 0 !important;
	position: absolute;
	right: 0;
	z-index: 999;
	width: 260px;
}

/* 1.6 - Ad Place
	-----------------------------------------------------------------*/

.header-ad-place {
	display: table-cell;
	float: right;
	overflow: hidden;
	vertical-align: middle;
	margin: 0 auto;
	max-width: 728px;
}
.header-ad-place .desktop-ad {
	margin: 0 auto;
	text-align: center;
}
.sidebar-banner {
	border-radius: 1px;
	margin-top: 0;
	padding: 0;
	text-align: center;
}
.sidebar-banner .sidebar-content {
	display: table-caption;
	caption-side: bottom;
	height: auto;
	padding: 11px 15px;
	border: 1px solid #d4d2d2;
	width: 100%;
}
.sidebar-banner .sidebar-content p {
	margin-bottom: 0;
}
.sidebar-banner .sidebar-content p a {
	color: #333;
}
.sidebar-ad-place {
	text-align: center;
	padding: 0;
}
.sidebar-ad-place img {
	border: 1px solid #ccc;
	margin-bottom: 0 !important;
}
.ad-place {
	margin-top: 35px;
	text-align: center;
}
.big-sidebar-ad-place {
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.big-sidebar-ad-place img {
	height: auto;
	-ms-flex-item-align: center;
		align-self: center;
	margin-bottom: 0 !important;
}
.single-our-video .ad-place {
	margin: 35px 0 0;
}
.home-banner {
	margin-bottom: 0;
}
.sidebar-ad-place img {
	width: auto;
}
.ad-place img {
	width: auto;
	margin-bottom: 0 !important;
}
.sponsored, 
.sponsored:focus {
	border-radius: 1px;
	color: #fff;
	display: block;
	font-family: 'Roboto', sans-serif;
	margin: 0 auto;
	padding: 7px 15px;
	text-align: center;
	text-transform: uppercase;
	width: 396px;
	white-space: nowrap;
	box-sizing: border-box;
}
.sponsored-big, 
.sponsored-big:focus {
	border-radius: 1px;
	color: #fff;
	display: block;
	font-family: 'Roboto', sans-serif;
	margin: 0 auto 30px;
	padding: 7px 15px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	white-space: nowrap;
	box-sizing: border-box;
}
.sponsored h3, 
.sponsored-big h3 {
    color: #fff !important;
	font-family: 'Roboto', sans-serif;
	font-size: 18px !important;
	margin-bottom: 0;
	margin-top: 0 !important;
}

/* 1.7 - Social Media
	-----------------------------------------------------------------*/

.google-plus:hover, 
.g_plus:hover, #footer .google-plus:hover {
	background-color: #dd4b39;
	color: #fff;
}
.linkedin:hover, 
.lin:hover, #footer .linkedin:hover {
	background-color: #0976b4;
	color: #fff;
}
.twitter:hover, 
.tw:hover, #footer .twitter:hover {
	background-color: #2e9edd;
	color: #fff;
}
.facebook:hover, 
.fb:hover, #footer .facebook:hover {
	background-color: #3b5998;
	color: #fff;
}
.instagram:hover, 
.ins:hover, #footer .instagram:hover {
	background-color: #8941a7;
	color: #fff;
}
.vimeo:hover, 
.vm:hover, #footer .vimeo:hover {
	background-color: #1ab7ea;
	color: #fff;
}
.youtube:hover, 
.youtube:hover, #footer .youtube:hover {
	background-color: #e52d27;
	color: #fff;
}
.pinterest:hover, 
.pin:hover, #footer .pinterest:hover {
	background-color: #be0216;
	color: #fff;
}
.rss:hover, 
.pin:hover, 
#footer .rss:hover {
	background-color: #f26522;
	color: #fff;
}
.tumblr:hover, 
.tumblr:hover, 
#footer .tumblr:hover {
	background-color: #36465d;
	color: #fff;
}
.dribbble:hover, 
.dribbble:hover, 
#footer .dribbble:hover {
	background-color: #ea73a0;
	color: #fff;
}
.flickr:hover, 
.flickr:hover, 
#footer .flickr:hover {
	background-color: #0061db;
	color: #fff;
}
.github:hover, 
.github:hover, 
#footer .github:hover {
	background-color: #3b3b3b;
	color: #fff;
}
.skype:hover, 
.skype:hover, 
#footer .skype:hover {
	background-color: #00b0f6;
	color: #fff;
}
.rss:hover, 
.rss:hover, 
#footer .rss:hover {
	background-color: #f79638;
	color: #fff;
}
.digg:hover, 
.digg:hover, 
#footer .digg:hover {
	background-color: #045694;
	color: #fff;
}
.reddit:hover, 
.reddit:hover, 
#footer .reddit:hover {
	background-color: #ff4500;
	color: #fff;
}
.stumbleupon:hover, 
.stumbleupon:hover, 
#footer .stumbleupon:hover {
	background-color: #eb4924;
	color: #fff;
}
.google-plus, 
.linkedin, 
.twitter, 
.facebook, 
.vimeo, 
.youtube, 
.instagram, 
.pinterest, 
.rss,
.tumblr,
.dribbble,
.flickr,
.github,
.skype,
.rss
.digg,
.reddit,
.stumbleupon,
.instagram {
	display: inline-block;
}
.menu-social-icons {
	overflow: hidden;
	list-style: none;
}
.menu-social-icons li {
	border: 1px;
	border-top: none !important;
	float: left;
	list-style: none;
	line-height: 20px;
	margin-left: 0;
	margin-right: 10px;
	width: 40px;
}
.menu-social-icons li:last-child, 
.sidebar-social-icons li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}
.sidebar-social-icons li a:hover, 
.menu-social-icons li a:hover {
	color: #fff;
}
.menu-social-icons a {
	background-color: #f2f2f4;
	border-radius: 2px;
	color: #777;
	font-size: 16px;
	float: left;
	height: 36px;
	margin: 0 !important;
	padding: 8px;
	text-align: center;
	width: 36px;
}
.menu-social-icons .google-plus:hover, 
.sidebar-social-icons .google-plus {
	background-color: #dd4b39;
	color: #fff;
}
.menu-social-icons .linkedin:hover, 
.sidebar-social-icons .linkedin {
	background-color: #0976b4;
	color: #fff;
}
.menu-social-icons .facebook:hover, 
.sidebar-social-icons .facebook {
	background-color: #3b5998;
	color: #fff;
}
.menu-social-icons .instagram:hover, 
.sidebar-social-icons .instagram {
	background-color: #8941a7;
	color: #fff;
}
.menu-social-icons .vimeo:hover, 
.sidebar-social-icons .vimeo {
	background-color: #1ab7ea;
	color: #fff;
}
.menu-social-icons .instagram:hover,
.sidebar-social-icons .instagram {
	background-color: #ca3382;
	color: #fff;
}
.menu-social-icons .twitter:hover, 
.sidebar-social-icons .twitter {
	background-color: #2e9edd;
	color: #fff;
}
.menu-social-icons .youtube:hover, 
.sidebar-social-icons .youtube {
	background-color: #e52d27;
	color: #fff;
}
.menu-social-icons .pinterest:hover, 
.sidebar-social-icons .pinterest {
	background-color: #be0216;
	color: #fff;
}
.menu-social-icons .rss:hover, 
.sidebar-social-icons .rss {
	background-color: #f26522;
	color: #fff;
}
.menu-social-icons .tumblr:hover, 
.sidebar-social-icons .tumblr {
	background-color: #36465d;
	color: #fff;
}
.menu-social-icons .dribbble:hover, 
.sidebar-social-icons .dribbble {
	background-color: #ea73a0;
	color: #fff;
}
.menu-social-icons .flickr:hover, 
.sidebar-social-icons .flickr {
	background-color: #0061db;
	color: #fff;
}
.menu-social-icons .github:hover, 
.sidebar-social-icons .github {
	background-color: #3b3b3b;
	color: #fff;
}
.menu-social-icons .skype:hover, 
.sidebar-social-icons .skype {
	background-color: #00b0f6;
	color: #fff;
}
.menu-social-icons .rss:hover, 
.sidebar-social-icons .rss {
	background-color: #f79638;
	color: #fff;
}
.menu-social-icons .reddit:hover, 
.sidebar-social-icons .reddit {
	background-color: #ff4500;
	color: #fff;
}
.menu-social-icons .stumbleupon:hover, 
.sidebar-social-icons .stumbleupon {
	background-color: #eb4924;
	color: #fff;
}
.menu-social-icons .digg:hover, 
.sidebar-social-icons .digg {
	background-color: #045694;
	color: #fff;
}
.sidebar-social-icons .google-plus:hover, 
.sidebar-social-icons .linkedin:hover, 
.sidebar-social-icons .facebook:hover, 
.sidebar-social-icons .twitter:hover, 
.sidebar-social-icons .youtube:hover, 
.sidebar-social-icons .pinterest:hover, 
.sidebar-social-icons .rss:hover, 
.sidebar-social-icons .tumblr:hover, 
.sidebar-social-icons .instagram:hover, 
.sidebar-social-icons .vimeo:hover,
.sidebar-social-icons .dribbble:hover,
.sidebar-social-icons .flickr:hover,
.sidebar-social-icons .github:hover,
.sidebar-social-icons .skype:hover,
.sidebar-social-icons .rss:hover,
.sidebar-social-icons .reddit:hover,
.sidebar-social-icons .stumbleupon:hover,
.sidebar-social-icons .digg:hover,
.sidebar-social-icons .instagram:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.sidebar-social-icons {
	display: inline-block;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	top: -16px;
}
.sidebar-social-icons .sidebar-social-icons-inner {
	margin-bottom: 0;
	width: auto;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.sidebar-social-icons .sidebar-social-icons-inner h5 {
	background: #2a2a30;
	color: #fff;
	display: inline-block;
	margin: 0 12px;
	padding: 2px 12px;
	position: relative;
	margin: 0 24px 0 54px;
	float: left;
	top: 16px;
	font-size: 14px;
	line-height: 25px;
}
.sidebar-social-icons .sidebar-social-icons-inner h5::before {
	background: url("img/logo-icon.png") 1px 0 no-repeat;
	background-size: 27px 27px;
	border-right: 1px solid #fff;
	content: '';
	height: 29px;
	left: -27px;
	position: absolute;
	top: 0;
	width: 29px;
}
.sidebar-social-icons-wrapper {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 6px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	height: 100%;
	margin-bottom: 0;
	padding: 26px;
	width: 100%;
}
.sidebar-social-icons li {
	border-top: none !important;
	float: left;
	list-style: none;
	line-height: 20px;
	margin-left: 0;
	margin-right: 7px;
	width: 36px;
}
.sidebar-social-icons a {
	border-radius: 2px;
	font-size: 1.1em;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0;
	text-align: center;
	width: 36px;
}

/* 1.8 - Labels
	-----------------------------------------------------------------*/

.label-1, 
.label-2, 
.label-3, 
.label-4, 
.label-5, 
.label-6, 
.label-7, 
.label-8, 
.label-9, 
.label-10, 
.label-11, 
.label-12, 
.label-14, 
.archive-label {
	border: none;
	border-radius: 1px;
	bottom: 0;
	color: #fff !important;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .03em;
	left: -3px;
	margin: 20px;
	max-width: 70%;
	padding: 4px 12px;
	position: absolute;
	right: auto;
	text-align: left;
	text-transform: uppercase;
	top: auto;
	z-index: 2;
}
a:hover[class^="label-"] {
	color: #fff;
}
.entry-media a[class^="label-"] {
	margin-left: 20px;
}
.container-half .entry-media a[class^="label-"] {
	margin-bottom: 16px;
}
.label-13 {
	border-radius: 1px;
	border: none;
	bottom: 8px;
	color: #fff;
	font-weight: 500;
	left: 0;
	margin-left: 10px;
	padding: 4px 6px;
	position: absolute;
	right: auto;
	top: auto;
	text-align: center;
}
.label-1, .bg-1 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	border-radius: 1px;
	color: #fff !important;
}
.label-2, .bg-2 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	border-radius: 1px;
	color: #fff !important;
}
.label-3, .bg-3 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	border-radius: 1px;
	color: #fff !important;
}
.label-4, .bg-4 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	border-radius: 1px;
	color: #fff !important;
}
.label-5, .bg-5 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	border-radius: 1px;
	color: #fff !important;
}
.label-6, .bg-6 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	border-radius: 1px;
	color: #fff !important;
}
.label-7, .bg-7 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	border-radius: 1px;
	color: #fff !important;
}
.label-8, .bg-8 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	border-radius: 1px;
	color: #fff !important;
}
.label-9, .bg-9 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	border-radius: 1px;
	color: #fff !important;
}
.label-10, .bg-10 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	border-radius: 1px;
	color: #fff !important;
}
.label-11, .bg-11 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	border-radius: 1px;
	color: #fff !important;
}
.label-12, .bg-12 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	border-radius: 1px;
	color: #fff !important;
}
.label-12, .bg-12 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	border-radius: 1px;
	color: #fff !important;
}
.label-13, .bg-13 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	border-radius: 1px;
	color: #141417;
}
.label-14, .bg-14 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	border-radius: 1px;
	color: #ced2d9;
	z-index: 3;
}
.label-15, .bg-15 {
	background-color: #00ad08 !important;
	background-color: rgba(115, 191, 15, 1.00);
	color: #fff;
	z-index: 3;
}
.archive-label {
	border-radius: 1px;
	color: #fff;
}

/* 1.9 - Rollover Thumbnail
	-----------------------------------------------------------------*/

span.rollover {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -webkit-transform .5s;
	-o-transition: -webkit-transform .5s;
	background: url(img/zoom.png) center center no-repeat #fff;
	cursor: pointer;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	width: 100%;
	z-index: 10;
}
span.rollover:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -webkit-transform .5s;
	-o-transition: -webkit-transform .5s;
}
.rollover-thumbnail {
	box-shadow: none;
	border-radius: 1px;
	margin-bottom: 7px;
	position: relative;
}
.rollover-thumbnail h4 {
    font-weight: 500 !important;
	margin: 0 !important;
}
.rollover-thumbnail h4 a {
	color: #555;
}
.rollover-thumbnail .date,
.rollover-thumbnail .date span {
    border-right: none;
	font-size: 13px;
	line-height: 16px;
}
.rollover-thumbnail .date i {
	color: #777;
	margin-top: 7px;
	padding-right: 4px;
}
ul.rollover-thumbnail {
	margin-bottom: -30px !important;
}
ul.rollover-thumbnail p {
    margin-bottom: 0;
    margin-top: 0 !important;
}
ul.rollover-thumbnail p a {
    color: #555;
}
.rollover-thumbnail img {
    margin-bottom: 0 !important;
}
.rollover-thumbnail li:nth-child(4n+1), 
.rollover-thumbnail li:nth-child(4n+2), 
.rollover-thumbnail li:nth-child(4n+3), 
.rollover-thumbnail li:nth-child(4n+4) {
	margin-bottom: 3%;
}
.rollover-thumbnail li:last-child {
	margin-bottom: 0;
}
.rollover-thumbnail .thumbnail-text a {
	color: #777;
}
.thumbnail-text {
	padding-top: 10px;
}

/* 1.10 - Magnific popup
	-----------------------------------------------------------------*/
.mfp-bottom-bar {
	margin-top:-26px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	cursor:auto
}
.mfp-title {
    font-size: 13px;
	text-align:left;
	line-height:18px;
	color:#f3f3f3;
	word-wrap:break-word;
	padding-right:36px
}	

/* 1.11 - Breadcrumb  
	-----------------------------------------------------------------*/

.breadcrumb {
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 0;
	padding: 20px 0;
}
.breadcrumb>.active {
	color: #999;
}
.breadcrumb-line {
	margin-left: 0;
	padding: 4px 15px 4px 2px;
	position: relative;
}
.breadcrumb-line .separator {
	color: #777;
	padding: 0 4px 0 8px;
}
.breadcrumb-line h5 {
	margin-top: 4px;
	margin-bottom: 4px;
}
.breadcrumb li {
	margin-left: 0;
}
.breadcrumb > li + li:before {
	display: none;
}
.breadcrumb a {
	color: #777;
}

/* 1.12 - Read More
 -----------------------------------------------------------------*/

.read-more {
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-size: .875em;
	font-weight: 400;
	margin: 10px 0 0;
	position: relative;
	padding-left: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-transform: uppercase;
}
.read-more:before {
	background-color: #999;
	bottom: 0;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 20px;
}
.read-more:hover:before {
	width: calc(100% - 2px);
}

/* 1.13 - Play-Icon
	-----------------------------------------------------------------*/

.play-icon {
	background: #ec1a2e!important;
	background: rgba(236, 26, 46, .8);
	border-radius: 6%;
	color: #fff;
	cursor: pointer;
	left: 10px;
	position: absolute;
	top: 10px;
	font-size: 12px;
	margin-top: 4px;
	margin-left: 12px;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	padding: 5px 9px 6px 10px;	
}
.play-icon:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 [class^="play-"] {
 font-family: "FontAwesome";
 font-style: normal;
 font-weight: 400;
 font-variant: normal;
 line-height: 1;
 speak: none;
 text-transform: none;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.play-icon:before {
	content: "\f04b ";
}

/* 1.14 - Hour / Date / Day
	-----------------------------------------------------------------*/

.hour {
	border-left: 1px solid #999;
	padding-left: 7px;
}
.day {
	padding-right: 5px;
}
[data-color="slate"] .hour {
	border-left: 1px solid #999;
	padding-left: 8px;
}

/* 1.15 - UI Top
	-----------------------------------------------------------------*/

#toTop {
	background: url(img/ui.totop.png) no-repeat left top;
	bottom: 10px;
	border: none;
	display: none;
	height: 41px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-decoration: none;
	width: 41px;
	z-index: 1000;
}
#toTopHover {
	background: url(img/ui.totop.png) no-repeat left -40px;
	display: block;
	float: left;
	height: 40px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	overflow: hidden;
	width: 40px;
	-moz-opacity: 0;
}

/* 1.16 - Blockquote 
	-----------------------------------------------------------------*/

blockquote {
    margin: 30px 0;
    display: block;
    font-style: italic;
    font-size: 20px;
    line-height: 1.5em;
    padding-left: 1.3em;
    border-style: solid;
    border-color: #eee;
    border-left-width: 4px;
    padding: 0.25em 0 0.25em 32px;
}
blockquote p {
    color: #7b7b7b !important;
    font-size: inherit !important;
    font-family: inherit;
    line-height: inherit !important;
    margin-bottom: 0 !important;
}
.blockquote_style01 {
	border-top: 1px solid #e3e2e2;
	border-bottom: 1px solid #e3e2e2;
	margin: 24px 30px;
}
.blockquote_style01 {
	border-left: none;
	padding: 8px 10px 8px 20px;
}
.blockquote_style02 {
	color: #2c2c34;
	margin-bottom: 20px;
	padding: 3px 0 0 30px;
}
.blockquote_style03 {
	border-left: 3px solid #e3e2e2;
	color: #2c2c34;
	margin-bottom: 20px;
	padding: 3px 0 0 30px;
}
.blockquote_style01:before {
	content: '“';
	font-size: 36px;
	font-weight: 600;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 10px;
}
.blockquote_style02 cite, 
.blockquote_style03 cite {
	text-transform: uppercase;
}
.blockquote_style02 h4 {
	line-height: 1.4;
	padding-bottom: 16px;
}
.blockquote_style03 h5 {
    font-weight: 400;
	line-height: 1.4;
	margin: 0;
	padding-bottom: 6px;
}
.blockquote-source {
	color: #999;
	display: block;
	font-size: .775em;
	margin-top: 6px;
}
.blockquote_style01 h4 {
	color: #999;
	font-style: italic;
	font-weight: 500;
	letter-spacing: .03em;
	margin: 0;
	text-transform: uppercase;
}
.blockquote cite {
	font-style: normal;
	font-size: .875em;
}
.blockquote_style01 .blockquote_author {
	font-weight: 500;
	padding-top: 14px;
}
.blockquote_author {
	color: #222;
	display: block;
	font-weight: 600;
	line-height: 1;
}
.blockquote_style01 .blockquote_author:before {
	background-color: #999;
	content: '';
	display: inline-block;
	height: 1px;
	line-height: 1;
	margin-top: 6px;
	margin-right: 15px;
	vertical-align: top;
	width: 16px;
}
blockquote img {
	float: left;
	height: 42px;
	margin-right: 20px;
	width: auto;
}
.typography-blockquote {
	margin-bottom: 62px;
}

/* 1.17 - List Styles   
   -----------------------------------------------------------------*/

.widget ul {
	list-style: none;
}
.list li {
	position: relative;
	padding-left: 0;
}
.widget ul li {
	position: relative;
	margin-left: 0;
}
.widget ul li a {
	color: #777;
}
.widget .item-content a, 
.widget .media-list li a {
	margin-left: 0;
}
.list li:before {
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.list>li:first-child {
	margin-top: 0;
}
.list-mark-1 {
	margin-top: 30px;
	margin-bottom: 0;
	list-style: none;
}
.list-mark-1 li:before {
	color: #999;
	content: '\f105';
	font-family: "FontAwesome";
}
.list-mark-3 {
    display: table-cell;
	margin-top: 30px;
	margin-bottom: 0;
	list-style: none;
}
.list-mark-3 h4 {
    margin-top: 0 !important;
}
.list-mark-3 li:before {
    font-size: 10px !important;
	color: #b7babd;
	content: '\f0c8';
	font-family: "FontAwesome";
}
.widget li a:visited {
	color: #787d85;
}
.widget li a:hover {
	color: #333;
}
.widget_archive li:last-child, 
.widget_categories li:last-child, 
.widget_links li:last-child, 
.widget_meta li:last-child, 
.widget_nav_menu li:last-child, 
.widget_pages li:last-child, 
.widget_recent_comments li:last-child, 
.widget_recent_entries li:last-child, 
.widget_rss li:last-child, 
.widget_listcategorypostswidget li:last-child {
	padding-bottom: 0;
}
.widget .sidebar-social-icons ul li:before {
	display: none;
}
.widget .sidebar-social-icons ul li a {
	margin-left: 0;
}
.widget_archive li, 
.widget_links li, 
.widget_meta li, 
.widget_recent_comments li, 
.widget_recent_entries li, 
.widget_listcategorypostswidget li, 
.widget_categories li, 
.widget_pages li, 
.widget_rss li, 
.widget_nav_menu li {
	padding: 10px 0;
}
.widget_categories .children, 
.widget_nav_menu .sub-menu, 
.widget_pages .children {
	border-top: 1px solid #ebebeb;
	margin: 10px 0 0 10px;
	padding-top: 10px;
}
.widget_archive ul, 
.widget_categories ul, 
.widget_links ul, 
.widget_meta ul, 
.widget_pages ul, 
.widget_recent_comments ul, 
.widget_rss_links ul, 
.widget_listcategorypostswidget ul {
	list-style: none;
	padding: 0;
}
.widget_recent_entries ul {
	margin-top: 0;
}
.widget_recent_entries li:before, 
.widget_recent_comments li:before {
	display: none;
}
.widget_archive li:first-child, 
.widget_categories li:first-child, 
.widget_links li:first-child, 
.widget_meta li:first-child, 
.widget_nav_menu li:first-child, 
.widget_pages li:first-child, 
.widget_recent_comments li:first-child, 
.widget_recent_entries li:first-child, 
.widget_rss li:first-child, 
.widget_listcategorypostswidget li:first-child {
	border-top: 0;
	padding-top: 0;
}
.widget li {
	border-top: 1px solid #e6e6e6;
}
.list-mark-1 li, 
.list-mark-2 li {
	font-size: 14px !important;
	list-style: none;
	margin-left: 0;
	padding-left: 20px;
}
.list-mark-3 li {
	list-style: none;
	margin-left: 0;
	padding-left: 20px;
}
.list-mark-2 li:before {
	color: #999;
	content: '\f046';
	font-family: "FontAwesome";
}
.list-mark-1 li a, 
.list-mark-1 li {
	color: #555;
}
.list-mark-2 li a, 
.list-mark-2 li {
	color: #777 !important;
}

/* 1.18 - Buttons
	-----------------------------------------------------------------*/

.btn-primary, 
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:visited, 
.btn-primary:focus {
	background: #83838f;
	border: none;
	border-radius: 2px;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}
.btn-default {
	background-color: #939399;
	background-image: none;
	border: none;
	border-radius: 2px;
	box-shadow: none;
	color: #fefefe;
	text-shadow: none;
}
.btn-default:hover {
	background-image: none;
	border: none;
	border-radius: 2px;
	box-shadow: none;
	color: #fefefe;
	text-shadow: none;
}
.btn-default.active, 
.btn-default:visited, 
.btn-default:focus {
	color: #fff;
}
.btn-lg {
	padding: 12px 46px !important;
}
.btn-black {
	background-color: #212121;
	color: #fff;
}
.btn-icon {
	padding-left: 9px;
	padding-right: 9px;
}
.btn {
	border-radius: 2px;
	padding: 7px 15px;
	box-sizing: border-box;
	position: relative;
}
.input-group-btn>.btn {
	border-radius: 2px;
	padding: 7px 15px;
	box-sizing: border-box;
}
.input-group-btn>.btn:hover {
	color: #fff;
}
input[type="password"] {
	width: auto;
	position: relative;
	top: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 21px;
	color: #444;
	border: 1px solid #ccc;
	max-width: 100%;
	height: 34px;
	padding: 3px 9px;
	margin: 10px 0;
}
input[type="submit"] {
	background-color: #222222;
	border-radius: 0;
	color: #fff;
	border: none;
	padding: 8px 15px;
	font-weight: 500;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.btn-success {
	background-color: #49494d;
	background-image: none;
	border: none;
	border-radius: 1px;
	color: #fff;
}
.btn-success.disabled {
	background-color: #49494d;
}
.btn-success:focus, 
.btn-success.disabled:focus {
	background-color: #d4000e;
	border: none;
	color: #fff;
}

/* 1.19 Page Loader
-----------------------------------------------------------------*/

.pageloader {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.spinner {
    font-size: 10px;
	height: 40px;
	margin: 100px auto;
	text-align: center;
	width: 50px;
}
.spinner > div {
	background-color: #D7263D;
	height: 100%;
	display: inline-block;
	width: 6px;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
 @keyframes sk-stretchdelay {
 0%, 40%, 100% {
-webkit-transform: scaleY(0.4)
}
 20% {
-webkit-transform: scaleY(1.0)
}
}
 @keyframes sk-stretchdelay {
 0%, 40%, 100% {
 transform: scaleY(0.4);
 -webkit-transform: scaleY(0.4);
}
20% {
 transform: scaleY(1.0);
 -webkit-transform: scaleY(1.0);
}
}
body.loading {
	height: 100vh;
	overflow: hidden;
}
/* ----------------------------------------------------------------
	1.0 - Common Styles End
	-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	2.0 - Header
   -----------------------------------------------------------------*/

#header .logo-ad-wrapper {
    display: table;
	margin: 30px 0;
	padding: 0;
	width: 100%;
}

/* Header Styles */
#header .header-style-two .logo-ad-wrapper {
    align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin: 0;
	margin: 30px 0;
	padding: 0;
}
.header-style-two .header-logo {
    align-self: center;
	border: none;
	display: flex;
	font-weight: 700;
	float: none;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: auto;
}
.header-style-two .header-logo img {
	width: 100%;
}
.header-style-two .header-ad-place {
	display: flex;
	float: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 30px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
#nav-below-main.header-style-three {
	border-bottom: solid 1px #e3e3e3;
}
.header-style-three .logo-ad-wrapper {
    display: table;
	margin: 40px 0 !important;
	padding: 0;
	width: 100%;
}
.container-fluid.header-style-three #nav-below-main {
	border-bottom: 1px solid #e3e3e3;
}
.container-fluid.header-style-four {
	background-color: #000;
	padding: 0;
	z-index: 99999;
	width: 100%;
}
.top-menu.header-style-four {
	height: auto;
	margin: 15px auto;
	width: 100%;
}
.header-style-four .header-ad-place {
	display: flex;
	float: none;
	overflow: hidden;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	width: 100%;
}
.top-menu.header-style-four ul li a {
	border-left: none;
}
.top-menu.header-style-four .top-menu-wrapper {
    background-color: #000;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.top-menu.header-style-four .logo-ad-wrapper {
    align-self: center;
	display: flex !important;
	float: left;
	margin: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: auto !important;
}
.top-menu.header-style-four .left-top-menu {
	align-self: flex-start;
	left: 0;
}
.top-menu.header-style-four .header-logo {
    height: 40px;
	padding: 0 !important;
}
.container-fluid.header-style-five .main-menu {
	background-color: #43434f !important;
}
.container-fluid.header-style-five .main-menu ul.mega-main-menu::before {
	background: url("img/logo-icon-menu.png") 0 0 no-repeat;
	border-right: 1px solid #fff;
	content: '';
	height: 48px;
	left: 0;
	position: absolute;
	top: 0;
	width: 48px;
}
.container-fluid.header-style-five .navbar-nav {
	float: left;
	margin-left: 48px;
}
.container-fluid.header-style-five .main-menu ul > li.current-menu-item > a, .main_menu ul > li.current-page-ancestor > a, .container-fluid.header-style-five .main-menu ul > li.current-page-ancestor > a {
	background-color: #111114 !important;
}
.container-fluid.header-style-six {
	background-color: #000;
}
.top-menu.header-style-six {
	background-color: #000;
	height: auto;
	padding: 20px 30px;
	width: 100%;
}
.header-style-six .header-ad-place {
	display: flex;
	float: none;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding: 0;
	vertical-align: middle;
	width: 100%;
}
.top-menu.header-style-six ul li a {
	border-left: none;
}
.top-menu.header-style-six .top-menu-wrapper {
    background-color: #000;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.top-menu.header-style-six .logo-ad-wrapper {
    align-self: center;
	display: flex !important;
	margin: 0 !important;
	width: auto !important;
}
.top-menu.header-style-six .left-top-menu {
	align-self: flex-start;
	left: 0;
}
.top-menu.header-style-six .header-logo {
    height: 40px;
	padding: 0 !important;
}

	/* 2.1 - Top-menu 
	---------------------------------------------------------------------- */
.top-menu {
    background-color: #2c2c34;
	height: 40px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.top-menu ul {
	margin: 0;
	padding: 0;
}
.top-menu ul li {
    float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-menu ul li a {
    border-left: 1px solid #4c4c59;
	color: #d4d2d4;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}
.top-menu ul li a:hover {
	color: #FFF !important;
	text-decoration: none;
}

	/* 2.1.1 - Search Button 
	 ----------------------------------------------------------------*/
	 
.search-container *, 
.search-container:after, 
.search-container:before {
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.search-container:focus {
	background: #fbfbfb;
	color: #333;
	float: right;
	outline: 0;
}
.search-container {
	display: table;
	float: right;
	height: 40px;
	position: relative;
	width: 40px;
}
.search-container form {
	position: relative;
}
.search-icon-btn {
	color: #dddde7;
	display: table-cell;
	height: 40px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	z-index: 2;
}
.search-icon-btn .btn {
	background: transparent;
	border: none;
	color: #dddde7;
	padding: 0;
}
.search-icon-btn .btn:hover {
	border: none;
	color: #fff;
}
.search-input {
	position: absolute;
	right: 0;
	z-index: 1;
}
.search-input input.search-bar {
	border: 1px solid #ccc;
	height: 40px;
	padding: 0;
	width: 40px;
	box-sizing: border-box;
}
.search-input input.search-bar:focus {
	background-color: #f2f2f4;
	color: #939399;
	padding-left: 10px;
	padding-right: 10px;
	width: 200px;
	box-sizing: border-box;
}
.search-input input.search-bar, 
.search-icon-btn {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.search-container:hover>.search-input input.search-bar {
	background-color: #f2f2f4;
	padding-left: 10px;
	padding-right: 10px;
	width: 200px;
	box-sizing: border-box;
}
.header-search-box {
	float: right;
}
.header-search-box > a {
	display: block;
	float: right;
	text-align: center;
	font-size: 13px;
	margin: 0;
	padding: 13px 0;
}
.header-search-box .search-box-wrap {
	background: #212126 none repeat scroll 0 0;
	box-shadow: 0px 7px 19px 0px rgba(0,0,0,0.21);
	display: none;
	padding: 35px 140px;
	position: absolute;
	right: 0;
	top: 41px;
	width: 100%;
	z-index: 999999;
}
.search-close-btn {
    cursor: pointer;
    opacity: 0.6;
    position: absolute;
    right: 6px;
    top: 6px;
}
.search-close-btn:hover {
    opacity: 1;
}
.search-close-btn i {
    color: #ffffff;
    font-size: 36px;
}
.right-head .header-search-box .search-box-wrap {
	width:300px;
}
.top-menu .search-form input.search-field {
    background: #f5f5f5;
	border: 1px solid #dddddd;
	font-size: 15px;
	height: 15px;
	line-height: 1.5;
	padding: 10px 9% 10px 10px;
	width: 82%;
}
.top-menu .widget-search form {
	overflow: hidden;
	position: relative;
	width: auto;
}
.top-menu .widget-search label {
	float: left;
	width: 90%;
}
.search-box-wrap .search-form input.search-field {
	border: none;
	height: 50px;
	padding-left: 15px;
}
.search-box-wrap .search-form .search-submit {
	height: 50px;
}
.top-menu .search-form {
	position: relative;
}
.top-menu .search-form .search-submit {
	border: medium none;
	border-radius: 1px;
	font-family: 'Roboto', sans-serif;
	height: 50px !important;
	line-height: 1.8;
	padding: 0 20px;
	position: absolute;
	right: 0;
	top: 0;
}

/* 2.2 - Header Logo 
		---------------------------------------------------------------------- */
.header-logo {
	border: none;
	display: table-cell;
	font-weight: 700;
	vertical-align: middle;
	width: auto;
}
.header-logo a {
	display: block;
	overflow: hidden;
}
.header-logo h1 {
    font-weight: 400 !important;
	display: inline !important;
	line-height: 1.1 !important;
	margin: 0 !important;
}
.header-logo h1 span {
	color: #515252;
	font-weight: 700;
}
.site-description {
	color: #2c2c34 !important;
	font-weight: 400 !important;
	margin: 6px 0 0 !important;
}
.header-logo img {
	float: left;
	display: inline;
	max-width: 600px;
}

/* 2.3 - Navbar 
		---------------------------------------------------------------------- */
.affix.navbar {
	top: 0;
	width: 100%;
	z-index: 1030;
}
.affix-top.navbar {
	z-index: 1030;
}
.navbar {
	border-radius: 0;
	border-width: 0;
	margin-bottom: 0;
	min-height: 0;
	padding-left: 0;
	padding-right: 0;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.affix-bottom {
    position: absolute;
}

/* 2.3.1 - Headroom 
	 ----------------------------------------------------------------*/
.headroom {
	-webkit-transition: top .4s ease-in-out, bottom .4s ease-in-out;
	transition: top .4s ease-in-out, bottom .4s ease-in-out;
}
.navbar.headroom-pinned {
	top: 0 !important;
}
body.admin-bar .navbar.headroom-pinned.affix {
	top: 32px !important;
}
body.admin-bar .navbar.headroom-pinned.affix + #wprmenu_menu.left {
	top: 106px !important;
}
.navbar.headroom-unpinned {
	top: -88px !important;
}

/* 2.3.2 - Main-menu 
	  ----------------------------------------------------------------*/
.main_menu ul {
	margin: 0;
}
.main_menu ul > li {
	border-left: 1px solid #fff;
	border-left: 1px solid rgba(255, 255, 255, .4);
	text-transform: uppercase;
	margin-left: 0;
}
.main_menu li > ul > li {
	border-left: none;
	margin: 0;
	width: 100%;
}
.dropdown-submenu {
	position: relative;
}
.main_menu ul > li > a {
    clear: both;
	color: #fff;
	font-size: 13px;
	display: block;
	padding: 14px 10px;
	position: relative;
	text-shadow: none;
    transition: .1s;
    white-space: nowrap;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.main_menu ul.dropdown-menu > li > a {
    padding: 10px 24px 10px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #7b7b7b;
    border-bottom: 1px solid #eee;
    transition: .1s;
    text-transform: none;
    padding-right: 20px;
}
.main-menu .dropdown-menu.sub-menu li {
    margin-left: 1px;
}
.main-menu .dropdown-menu.sub-menu li a {
    left: -1px;
}
.main_menu li > ul > li:last-child > a {
    border-bottom: 0;
}
.main_menu ul > li > .pull-right {
	display: block;
	padding: 0 15px;
	position: relative;
}
.main_menu ul>li>a:focus, .main_menu ul>li>a:hover {
	text-decoration: none;
}
/*make the menu sub-menu items drop down on mouse hover */
ul.menu li.menu-item:hover > ul.dropdown-menu{
	display: block;
	margin: 0;
}
.navbar .dropdown-menu li {
    float: left;
    position: relative;
}
.main-menu .sub-menu li.menu-item-has-children:before {
	opacity: 0.8;
	transition: opacity 0.15s ease-in-out;
}
.main-menu .sub-menu li.menu-item-has-children:before {
	opacity: 1;
}
.main-menu > li.menu-item-has-children > a {
	position: relative;
}
.main-menu > li.menu-item-has-children > a:after,
.main-menu .sub-menu li.menu-item-has-children:before {
	display: inline-block;
	position: absolute;
	right: 0;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main-menu > li.menu-item-has-children:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
}
/* Sub-menu */
.main-menu li:hover > ul {
	visibility: visible;
	opacity: 1;
}
.main-menu li ul {
	visibility: hidden;
	position: absolute;
	opacity: 0;
}
.main-menu .dropdown-menu.open:hover > ul {
	visibility: hidden;
	position: absolute;
	opacity: 0;
}
.main-menu li.widget ul,
.main-menu li.widget ul li {
    position: relative;
	visibility: visible;
	opacity: 1;
}
.main-menu .sub-menu li {
	display: block;
	width: 100%;
}
.main-menu .sub-menu li.menu-item-has-children:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
}

/* 2.3.3 - Mega menu 
	  ----------------------------------------------------------------*/
.navbar .container {
	position: relative;
}
.navbar-nav, .navbar .collapse, .navbar-nav li {
	position: static;
}
.menu-item-has-children, .menu-item-has-children .dropdown-menu {
	
}
.menu-item-has-children .dropdown-menu.depth_0 {
	left: auto;
}
.menu-item-has-children .dropdown-menu.sub-menu ul {
	
}
.menu-item-has-children .dropdown-menu {
	width: auto !important;
}
.menu-item-has-children .dropdown-menu .caret {
    display: none;
}
.nav > li {
    
}
nav ul li ul {
  	width: 100%;
}
.instagram-widget li {
	border-top: none;
	box-sizing: border-box;
	float: left;
	flex: 0 1 calc( 95% / 3 );
	padding: 0;
	padding-top: 5px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 31.5%;
}
.instagram-widget li a {
	padding: 0 !important;
}
.instagram-widget li a:hover {
	opacity: .8
}
.mega-menu-wrapper {
	padding: 30px !important;
}
.mega-menu-wrapper .widget-title {
    background: none;
    color: #2c2c34 !important;
    display: block;
    font-family: 'Roboto Condensed', serif;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 30px;
	margin: 10px 0;
	padding: 0;
	position: relative;
	text-transform: none;
	text-align: left;
}
.widget-title::before {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 30px;
}
.widget-title::after {
	background: #858585;
	background: rgba(133, 133, 133, 0.5);
	content: "";
	display: block;
	height: 1px;
	margin: 3px auto 5px;
	width: auto !important;
}
#secondaryright .widget-title::after,
#secondaryleft .widget-title::after {
    display: none;
}
.mega-menu-wrapper li {
	margin-left: 0;
}
.mega-menu-wrapper li > ul > li {
	width: auto;
}
.mega-menu-wrapper .widget > ul {
	border: none;
	padding: 0;
}
.mega-menu-wrapper ul li ul {
    border-radius: 0 0 2px 2px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mega-menu-wrapper .reendex-about-us-widget p {
	border: none;
	font-size: 14px;
	margin-top: 0;
	padding: 0;
}
.mega-menu-wrapper .follow_us ul > li > a {
    color: #333;
	padding: 8px;
}

#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
    display: inline-block;
    width: auto;
}

#wprmenu_menu,
.wprmenu_bar.menu_is_opened {
    z-index: 999999 !important;
}
.mobile-menu-top-wrapper {
    background: #fff;
}
.sidebar-close {
    cursor: pointer;
    color: #333;
}
.mobile-menu-top-wrapper .mobile-menu-logo {
    display: inline-block;
    padding: 0 16px !important;
}
.mobile-menu-top-wrapper span {
    color: #777;
    font-size: 36px !important;
    margin-right: 10px !important;
}
.menu-close {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    width: 20px;
    overflow: hidden;
    height: auto;
}
.mobile-menu-top-wrapper {
    display: table;
    width: 100%;
}
#wprmenu_bar.menu_is_opened .wprmenu_icon {
    display: none;
}
#wprmenu_menu {
    height: 100vw;
}
.wpr_search {
    padding: 30px 17px !important;
}

/* 2.4 - Nav-below-main
	---------------------------------------------------------------------- */
#nav-below-main {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .95);
	width: 100%;
}
.site-content {
    border-top: solid 1px #e3e3e3;
}
#nav-below-main .navbar-collapse {
	float: left;
	padding-left: 0;
}
#nav-below-main ul {
	margin: 0;
}
#nav-below-main ul li {
	display: block;
	float: left;
	margin-left: 0;
	text-transform: uppercase;
	position: relative;
}
#nav-below-main ul li ul li {
	text-transform: none;
}
#nav-below-main ul li a {
	color: #49494d;
	display: block;
	font-size: 1em;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	position: relative;
}
#nav-below-main ul li ul:before, 
#nav-below-main ul li ul:after {
	content: "";
	display: table;
}
#nav-below-main ul li ul li {
    border-left: none;
    margin: 0;
    width: 100%;
}
#nav-below-main ul li ul li a {
    clear: both;
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 1.42857143;
    padding: 15px 15px;
    position: relative;
    text-shadow: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    white-space: nowrap;
}
#nav-below-main ul li ul li a:before {
    display: none;
}
#nav-below-main ul li a:hover {
	background: #fff;
	background: rgba(255, 255, 255, 0);
}
#nav-below-main ul li a:before {
	bottom: -1px;
	content: '';
	height: 2px;
	left: 0;
	margin-left: 4px;
	position: absolute;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 0;
}
#nav-below-main ul li a:hover:before, 
#nav-below-main ul li.current-menu-item a:before {
	width: calc(100% - 6px);
}
.currentLink {
	height: 40px;
}

/* 2.4.1 - Clock / Date 
	 ----------------------------------------------------------------*/
.clock {
	float: right;
	height: 50px;
}
#date {
	color: #333;
	float: right;
	font: 15px/22px Roboto, Helvetica, Arial, sans-serif;
	margin: 14px 10px 14px 0;
	text-align: center;
	vertical-align: middle;
	width: auto;
}
#time {
	border-radius: 2px;
	box-sizing: border-box;
	color: #fff;
	float: right;
	font: 15px/22px Roboto, Helvetica, Arial, sans-serif;
	height: auto;
	margin: 12px 0;
	padding: 2px 7px;
	position: relative;
	text-align: center;
	width: auto;
}

/* 2.5 - Dropdown menu  
   ---------------------------------------------------------------------- */
.mega-dropdown {
	cursor: pointer;
	position: static;
}
.dropdown-menu > .active > a {
	color: #fff !important;
}
.dropdown-menu > li > a {
	clear: both;
	color: #333 !important;
	display: block;
	font-weight: 400;
	line-height: 1.42857143;
	padding: 10px 15px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background: none;
	color: #FFF !important;
	text-decoration: none;
}
.dropdown-submenu > .dropdown-menu {
	border: none;
	left: 100%;
	margin-left: -1px;
	top: 0;
}
.dropdown-menu {
	border: none;
	border-radius: 0;
	padding: 0;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
    border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
    content: " ";
	display: block;
	float: right;
	height: 0;
	margin-top: 5px;
	margin-right: -5px;
	width: 0;
}
.nav ul:before, .nav ul:after {
	content: "";
	display: table;
}
.nav ul:after {
	clear: both;
}
.mega_dropdown .widget .owl-carousel,
.mega_dropdown .widget .media-list {
    margin-top: 20px;
}

/* 2.6.1 - Reendex-widget / Reendex-about-us-widget 
	 ----------------------------------------------------------------*/
.follow_us .title,
.reendex-about-us-widget .title {
	border-bottom: 1px solid #eee;
	display: inline-block;
	font-weight: 500;
	height: auto;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 2px;
	padding-left: 0;
	text-transform: none;
}
.reendex-widget {
	list-style: none;
}
.reendex-widget.widget > div {
	border: none;
	padding: 0;
}
.reendex-widget div {
    padding: 0;
}
.reendex-widget .menu-carousel-inner, .reendex-widget .media-list {
	margin-top: 20px !important;	
}
.reendex-about-us-widget {
	list-style: none;
}
.reendex-about-us-widget p {
	border: 1px solid #e8e8e8;
	font-size: 14px;
	margin-top: 0;
	padding: 20px;
	text-transform: none;
}
.reendex-about-us-widget li {
	list-style: none;
}
.carousel.slide .post-slider{
	position: relative;
}
.carousel.slide:hover .carousel-caption{
	opacity: 1;
}
.carousel.slide .carousel-caption {
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	padding: 10px;
	background: rgba(0,0,0,.5);
	position: absolute;
	text-shadow: 0 0px 0px rgba(0,0,0,.6);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.carousel.slide .carousel-caption p {
	margin: 0;
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
}
.carousel.slide .carousel-caption a{
	color: #fff;
	text-decoration: none;
}

/* ----------------------------------------------------------------
2.0 - Header End
  -----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	3.0 - Main Section
	-----------------------------------------------------------------*/

	/* 3.1 - News
	-----------------------------------------------------------------*/
.news {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;     
}
.news .news-outer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.news .item-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	width: 100%;            
}
.item .item-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	padding: 20px;
	-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
			order: 2;
}
.item .item-content a, 
.content a {
	color: #444;
	vertical-align: top;
	width: auto;
}
.external-link:empty:after{
	display: none;
}
.news .item .item-image {
	float: left;
	vertical-align: top;
	width: 40%;
	z-index: 1;
}
.item .item-image-1 {
	height: auto;
	-webkit-height: auto;
	-ms-height: auto;
	-o-height: auto;
	padding-top: 0;
	-webkit-padding-top: 0;
	-ms-padding-top: 0;
	-o-padding-top: 0;
	width: 48.2%;
	-webkit-width: 48.2%;
	-ms-width: 48.2%;
	-o-width:48.2%;
	
}
.item .item-image-2 {
	height: auto;
	padding-top: 0;		
	width: 40%;
}
.item .item-image-3 {
	height: auto;
	padding-top: 0;
	width: 48%;
}
.item-image-1, 
.item-image-2, 
.item-image-3 {
	display: block;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}
.item-image-1 .img-link, 
.item-image-2 .img-link, 
.item-image-3 .img-link {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.item-image .img-link:after,
.item-image-1 .img-link:after, 
.item-image-2 .img-link:after, 
.item-image-3 .img-link:after {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	width: 100%;
	z-index: 1;
}
.news .item-image:before {
	content: '';
	display: block;
	padding-top: 57%;
}
.item-image-1:before {
	content: '';
	display: block;
	padding-top: 67%;
}
.item-image-2:before {
	content: '';
	display: block;
	padding-top: 57%;
}
.item-image-3:before {
	content: '';
	display: block;
	padding-top: 54%;
}
.item-image .img-full,
.item-image-1 .img-full, 
.item-image-2 .img-full, 
.item-image-3 .img-full {
	height: 100%;
	left: 50%;
	margin: 0 auto;
	max-width: none;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	-o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.news .item-image .img-full {
	height: 100%;
	margin: 0 !important;
	max-width: none;
	position: absolute;
	top: 0;
	width: auto;
}
.news img {
	max-width: 100%;
}
.news .item .item-content {
	padding: 20px 30px !important;
}
.news .item {
	background-color: #f5f5f7;
	background-color: rgba(245, 245, 247, 0.6);
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-preferred-size: 0%;
		flex-basis: 0%;
	-ms-flex-direction: row;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			flex-direction: row;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;    
}
.news.entry-post .item:hover,
.tv_schedule_list .news .item:hover {
	box-shadow: none;   
}
.news .item:hover {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
	position: relative;
	z-index: 999;
}
.news .item-small {
	background-color: #f9f9fc;
	background-color: rgba(249, 249, 252, 0.9);
	display: table;
	margin-bottom: 16px;
	position: relative;
	width: 100%;
}
.news-block {
	padding: 0;
	margin-left: -12px;
	margin-right: -12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
		flex-flow: row wrap;    
	-webkit-box-pack: justify;    
		-ms-flex-pack: justify;    
			justify-content: space-between;
}
.item-block {
	font-size: 14px;
	width: 25%;
	-webkit-box-flex: 0;
			flex: 0 1 calc( 100% / 4 );
	-webkit-flex: 0 1 calc( 100% / 4 );
	-moz-flex: 0 1 calc( 100% / 4 );
	-ms-flex: 0 1 22%;
	-o-flex: 0 1 calc( 100% / 4 );
	margin-bottom: 20px;
	padding: 0 1.5%;
}
.twitter-feed-area .item-block {
	margin-bottom: 0;
}
.item-block p {
	margin-bottom: 0;
}
.item-block p a {
	color: #333 !important;
}
.news-block .item-image:before {
	content: '';
	display: block;
	padding-top: 50%;
}
.news-block .item-image .img-link {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.news-block .item-image .img-full {
    display: block;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
        object-fit: cover;
}
.news-block .item-image .img-link:after {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transform: scale(1);
			transform: scale(1);
	width: 100%;
	z-index: 1;
}
.news .news-block .item-content, 
.news-block .item-block .item-content, 
.news-block .item-block .content {
    border-top: 1px solid #e8e8e8;
	display: block;
	padding: 10px 0 0;
	position: relative;
}
.news .item-image-1:hover, 
.news .item-image-2:hover, 
.news .item-image-3:hover {
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.news ul {
	display: inline-block;
	list-style: none;
	margin-bottom: 0;
}
.news ul li {
	float: left;
	margin-left: 0;
	width: 22.75%;
}
.news .item h3 {
	font-weight: 400;
	letter-spacing: -.01em;
	margin-bottom: 0;
	margin-top: 0 !important;
}
.news li:nth-child(4n+1), 
.news li:nth-child(4n+2), 
.news li:nth-child(4n+3) {
	margin-right: 3%;
}
.news li:last-child {
	margin-right: 0;
}
.news .content p, 
.news .item-content p {
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.095);
	margin-top: 7px;
	padding-bottom: 2px;
}
.news .content .meta-date {
	margin-top: 7px;
	margin-bottom: 7px;
}
.news .item-content .date {
	border-bottom: none;
	border-right: none;
	margin: 7px 0 0;
}
.date.updated {
	color: #777;
	font-weight: 400;
}
.news .item-content .schedule-content {
	margin-top: 0;
}
.news .item-content .subtitle {
	margin-top: 7px;
}
.content h3 a, 
.item-content h3 a {
	color: #212126 !important;
	text-transform: none;
	font-weight: 400!important;
	font-size: 23px!important;
	font-family: Roboto!important;
}
.news-block .twitter {
	background: url(../img/twitter.gif) no-repeat 0 3px;
	color: #2c2c34;
	margin-bottom: 0;
	padding-left: 18px;
}

/* 3.2 - Container-Full / Container-Half

	-----------------------------------------------------------------*/

	/* 3.2.1 - Container-Full 
	 ----------------------------------------------------------------*/

.container-full {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.container-full .entry-media {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
			flex: 1 1 0;
	-o-object-fit: cover;
	   object-fit: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	bottom: 0;
	width: calc(100% - 30px);
	position: absolute !important;
	padding-top: 35px;
	overflow: hidden;
}
.container-full .entry-media .image {
	background: no-repeat center center / cover;
	-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
			flex: 1 1 0;
	max-height: 100%;
	padding-right: 30px;
	width: 100%;
}
.entry-media .image {
	height: auto;
	position: relative;
}
.container-full .image .container {
  -webkit-box-flex: 1;
	  -ms-flex: 1 1 0;
		  flex: 1 1 0;
  max-height: 100%;
  width: 100%;
	height: 300px;
  position: absolute;

}
.container-full-box-overlay {
	position: absolute;
	bottom: 0;
	height: 40%;
	width: 95%;
	width: 100%;
	padding: 35px 30px 0 0;
}
.container-full-box-overlay .content a p {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	color: #ebebeb;
	margin-top: 7px;
	padding-bottom: 2px;    
}
.container-full-box-overlay .content a p:hover {
	color: #fff !important;
}
.container-full-box-overlay .content a p:first-child {
	margin-top: 0;
}
.container-full-box-overlay .content a p:last-child {
	border-bottom: none;
}
.container-full .content {
	bottom: 0;
	padding: 100px 30px 30px;
	position: absolute;
	background: -webkit-linear-gradient(top, transparent 0, #000 90%);
	background: linear-gradient(to bottom, transparent 0, #000 90%);
	width: 100%;
}
.container-full .content h2 {
    color: #fff;
    font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	line-height: 1.275;
	margin: 0 !important;
	padding-bottom: 15px;
	text-transform: uppercase;	
}
.container-full .content h2 a {
	color: #fff;
	font-weight: 500;
}
.container-full .content h4 {
    color: #ccc;
    font-size: 20px;
    font-weight: 400;
	margin-bottom: 0;
	margin-top: 0 !important;
}
.container-full .content h4 a {
	color: #ccc;
}
.container-full .item-content {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
	background: -webkit-linear-gradient(top, transparent 0, #f1f1f2 0%);
	background: linear-gradient(to bottom, transparent 0, #f1f1f2 0%);
	bottom: 0;
	padding: 20px;
	position: absolute;
    width: 100%;
	border: 1px solid #e3e2e2;
}
.container-full .item-content h3 {
    font-family: 'Roboto Condensed', serif !important;
    font-size: 18px !important;
	margin-bottom: 4px;
	margin-top: 0 !important;
}
.container-full .item-content h2 {
    color: #281e1e;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	line-height: 1.175;
	margin: 0 !important;
	padding-bottom: 7px;
	text-transform: uppercase;
	letter-spacing: -.03em;
}
.container-full .item-content h2 a {
	color: #281e1e;
}
.container-full .item-content h4 {
    color: #555;
	margin-bottom: 0;
	margin-top: 0 !important;
}
.container-full .item-content h4 a,
.container-full .item-content p a {
	color: #555;
}
.container-full.light p {
	border-bottom: 1px solid rgba(0, 0, 0, 0.095);
	margin-top: 7px;
	padding-bottom: 2px;
}
.container-full.light p:first-child {
	margin-top: 0;
}
.container-full.light p:last-child {
	border-bottom: none;
}

/* 3.2.2 - Container-Half 
 ----------------------------------------------------------------*/
.container-half {
	background-color: #f5f5f7;
    background-color: rgba(245, 245, 247, 0.6);
	border: 1px solid rgba(0, 0, 0, .1);
	float: left;
	margin-bottom: 30px;
	margin-left: 0;
	width: 100%;
	-webkit-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
}
.container-half .item-content {
	padding: 20px;
	position: relative;
}
.container-half img {
    width: 100%;
    margin-bottom: 0 !important;  
    position: relative;
}
.container-half p {
    margin-bottom: 0;
     margin-top: 7px !important;
}
.container-half .date {
	border-right: none;
	margin: 7px 0;
}
.container-half .hour {
	color: #777;
}
.container-half:hover {
	position: relative;
	z-index: 999;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
}
.container-half a {
	color: #281e1e;
}
.container-half p:last-child {
	border-bottom: none;
}
.container-half h3 {
    font-family: 'Roboto Condensed', serif !important;
    font-size: 22px !important;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 7px;
	margin-top: 0 !important;
}
.container-half .underline04:before {
	bottom: 0;
}
.container-half .entry-content h3 {
	margin: 0;
	padding: 0 22px !important;
}
.container-half .entry-content h3:first-child {
	margin-top: 12px;
	padding: 8px 22px 0;
}
.container-half h3 a {
	color: #281e1e;
	font-weight: 400;
}
.container-half h3 a:hover {
	color: #ec1a2e;
}
.container-half h4 {
	margin: 0;
	padding: 10px 20px 10px;
}
.container-half .entry-content h4 {
	margin-top: 0;
	padding: 0 16px !important;
}
.container-half.container-text .entry-content h4,
.container-half.container-text .entry-content h3 {
	padding: 0 !important;
}
.container-half.container-text .entry-content h4 {
	color: #212126;
    font-size: 20px;
    font-weight: 600;
}
.container-half.container-text .entry-content h4 a {
	font-family: 'Roboto Condensed', serif;
}
.post-thumb {
	display: block;

}
.post-thumb img {
    max-width: 100%;
    height: auto !important;
}
.container-half .entry-media {
position: relative;

}
.container-half .entry-media .image {
	background-size: cover;
	background-position: top center;
	display: table-cell;
}
.container-half .content:after {
	content: ' ';
	display: block;
}
.container-half.container-text .entry-content {
	border-bottom: 1px solid rgba(0, 0, 0, 0.065);
	position: relative;
	padding: 15px 20px;
}
.container-half.container-text .entry-content:last-child {
	border-bottom: none;    
}
.container-half.container-text .entry-content h3,
.container-half.container-text .entry-content h4 {
	margin-bottom: 7px;
	margin-top: 0;
	padding: 15px 20px;
}
.container-half.container-text .entry-content h3 {
    font-family: 'Roboto Condensed', serif !important;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.4;
}
.container-half.container-text .content-wrapper {
	border-bottom: 1px solid rgba(0, 0, 0, 0.065);
	padding: 7px 0;
}
.container-half.container-text .content-wrapper:first-child {
	padding-top: 0;
}
.container-half.container-text .content-wrapper:last-child {
	border-bottom: 0;
}
.entry-meta {
	display: table;
	font-size: 12px;
	font-weight: 600;
	margin: 0 auto 0 0;
	padding: 3px 12px;
	text-transform: uppercase;
}
.entry-post .entry-meta a {
	color: #fff;
}
.item .item-content .entry-meta a:hover {
	color: #fff !important;
}

/* 3.3 - Entry Block
	-----------------------------------------------------------------*/
.entry-block-full {
	border-radius: 1px;
	background-color: #fff;
	-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
			flex: 1 0 auto;
	overflow: hidden;
	position: relative;
	-webkit-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	text-align: left;
	width: 100%;
}
.entry-block-full.big-video {
	background: none;
}
.entry-block-full img {
	width: 100% !important;
	margin-bottom: 0 !important;
}
.entry-block-full p {
    font-size: 16px;
}
.entry-block-full p a {
    color: #333;
    font-weight: 500;
}
.entry-block-full .hour {
	color: #777;
}
.entry-block-full .block-date {
	padding-top: 7px;
	margin: 0;
}
.entry-block-full .content {
	border: 1px solid #000;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 20px 30px 10px 30px;
}
.entry-block-full .content p .fa {
	padding-right: 4px !important;
}
.entry-block {
	background-color: #f5f5f7;
    background-color: rgba(245, 245, 247, 0.6);
	display: inline-block;
	height: auto;
	position: relative;
	vertical-align: top;
}
.single .entry-block {
	height: inherit;
}
.article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
			flex-direction: row;        
}
.module.highlight .article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: flex-start;
			flex-direction: row;        
}
.module.highlight .article .entry-block {
    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    margin-top: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 31.5%;
    flex: 0 1 calc( 96% / 3 );
    box-sizing: border-box;
    margin-right: 2%;
}
.module.highlight .article .entry-block:last-child {
    margin-right: 0;
}
.article.flex-module-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
				-ms-flex-direction: row !important;
					flex-direction: column;        
}
.entry-block-small {
	background-color: #fff;
	display: inline-block;
	height: auto;
	position: relative;
	vertical-align: top;
}
.entry-block-xs {
	background-color: #fff;
	display: inline-block;
	height: auto;
	margin-bottom: 30px;
	position: relative;
	vertical-align: top;
}
.entry-block-xs h3 {
	margin-top: 0;
}
.entry-block, 
.entry-block-small, 
.entry-block-xs {
	border: 1px solid #000;
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin-top: 30px;
	-webkit-box-flex: 0;
		-ms-flex: 0 1 31.5%;
			flex: 0 1 calc( 95% / 3 );
	box-sizing: border-box;
}
.entry-block:nth-of-type(3n+3), 
.entry-block-small:nth-of-type(3n+3), 
.entry-block-xs:nth-of-type(3n+3) {
	margin-right: 0;
}
.entry-block img {
	height: auto;
	margin: 0;
	width: 100%;
}
.entry-block-small:nth-of-type(3n+4), 
.entry-block-xs:nth-of-type(3n+4) {
	clear: left;
}
.entry-image {
	display: block;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}
.entry-image.img-full img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.entry-block .entry-image:before, 
.entry-block-small .entry-image:before, 
.entry-block-xs .entry-image:before {
	content: '';
	display: block;
	padding-top: 67%;
}
.entry-block .entry-image .img-link, .entry-block-small .entry-image .img-link {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.entry-block .entry-image .img-full, 
.entry-block-small .entry-image .img-full, 
.entry-block-xs .entry-image .img-full {
	height: 100%;
	left: 50%;
	position: absolute;
	margin: 0;
	max-width: none;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
}
.entry-block .entry-image .img-full {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}
.entry-block .entry-image .img-link:after, 
.entry-block-small .entry-image .img-link:after, 
.entry-block-xs .entry-image .img-link:after {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	width: 100%;
	z-index: 1;
}
.article .entry-block .entry-content, 
.article .entry-block-small .entry-content, 
.entry-block-xs .entry-content {
	display: block;
	padding: 20px 30px;
	vertical-align: top;
	width: auto;
}
.single-post .entry-content h3 {
	vertical-align: baseline;
	margin: 0 0 .5em;
    padding: 0;
    border: 0;
}
.entry-block-xs .entry-content .time {
	margin-top: 0;
	border-bottom: none;
}
.article .entry-block {
	height: auto;
}
.entry-block .entry-content span.day-hour {
	display: inline-block;
	padding: 4px 7px;
}
.article .entry-block .entry-content p, 
.article .entry-block-small .entry-content p, 
.entry-block-xs .entry-content p {
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.095);
	margin-bottom: 0;
	margin-top: 0 !important;
	padding: 7px 0;
}
.article .entry-block .entry-content p:empty {
	border-bottom: none;
}
.article .meta-date {
	padding: 7px 0;
	margin-top: 0 !important;
}
.entry-block-xs .entry-content p:last-of-type {
	border-bottom: none;
}
.article .entry-block-small .entry-content h4 {
	margin-bottom: .275em;
}
.entry-block:hover, 
.entry-block-small:hover, 
.entry-block-xs:hover {
	z-index: 999;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
}
.entry-block-small .content {
	padding: 6px 22px;
}
.entry-block h3 {
	display: inline-block;
	margin-top: 0 !important;
}
.entry-block-small .content p {
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.065);
	padding: 2px;
}
.content p:last-child, 
.item-content p:last-child {
	border: none;
}
.item-content p:last-child {
	padding-bottom: 0;
}
.entry-block-small h3 {
	font-weight: 400;
}
.entry-block-small h3 a {
	color: #262626;
}
.entry-block h3 a {
	color: #262626;
	font-family: Roboto Condensed, serif;
	font-weight:600;
	margin-bottom: 0;
}
.external-link p:last-child:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #c1cacf;
	content: "\f08e";
	cursor: pointer;
	font-family: "FontAwesome";
	font-style: normal;
	font-size: 12px;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
	padding-left: 6px;
}
.entry-block .hour {
	color: #777;
}

/* 3.4 - Article
   -----------------------------------------------------------------*/
.article a {
	color: #555;
	text-decoration: none;
}
.first {
	float: left;
	margin-left: 0;
}
.last {
	margin-right: 0;
}
.post.article .entry-block {
	height: 500px;
	margin-bottom: 20px;
	overflow: auto;
}
.post.article .entry-block:after {
	content: '';
	clear: both;
	display: block;
}
.post.article .entry-block .entry-content {
	display: inline-block;
}
.post-entry-title {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
}
.post-entry-title a {
	color: #212126;
}
.external-link br {
   display: block;
	content: "";
	font-size: 130%;
	margin: -8px 0;
	-webkit-margin-before: -1.1em;
}

.article .entry-block .external-link br {
   display: block;
	content: "";
	font-size: 100%;
	margin: 4px 0;
	-webkit-margin-before: .5em;
}

/* 3.5- Category List
   -----------------------------------------------------------------*/
.category-list {
	border: 1px solid #e3e2e2;
	list-style: none;
	padding: 20px;
}
.category-list_item {
	margin-left: 0 !important;
	margin-bottom: 15px;
	padding: 0;
}
.category-list_item:last-child {
	margin-bottom: 0;
}
.category-list .entry-content li span {
	color: #777 !important;
}
.category-list_header {
    background-color: #e3e2e2;
	border-bottom: 1px solid #dcdcdc;
	color: #333;
	display: block;
	font-family: Roboto Condensed, serif !important;
	font-size: 18px !important;
	margin-bottom: 0;
	margin-top: 0 !important;
	padding: 7px 15px;
	position: relative;
	text-align: center;
}
.category-list_sub-links {
	display: table;
	list-style: none;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 14px;
	-moz-column-gap: 14px;
	-ms-column-gap: 14px;
	column-gap: 14px;
	padding: 15px 0 0;
}
.category-list_sub-link {
    box-sizing: border-box;
	color: inherit;
	display: inline-block;
	font-weight: 400;
	width: 100%;
}
.category-list_sub-links li {
	border-right: 1px solid #ebebeb;
	display: table-cell;
	font-size: 14px;
	margin-left: 0;
	padding: 0 7px;
}
.category-list_sub-links li:first-child {
	padding-left: 0;
}
.category-list_sub-links li:last-child {
    border-right: none;
	padding-right: 0;
}
/* 3.6 - Tabs
   -----------------------------------------------------------------*/
.tv_schedule_list {
	margin-top: 0;
}
.tv_schedule_list .news .item {
	margin: 15px 0;
}
.tv_schedule_list .tab-content {
	padding: 0 30px 30px;
}
.tv_schedule_list .date.subtitle {
	font-size: 14px;
}
.nav-tabs.nav-justified {
	background-color: #f7f7fc;
	background-color: rgba(247, 247, 252, 0.9);
}
.nav-tabs.nav-justified>li>a {
	border-color: transparent;
}
.tab-content>.active {
	display: block;
}
.tab-content p a {
	color: #333;
}
.nav-tabs.nav-justified>.active>a, 
.nav-tabs.nav-justified>.active>a:hover, 
.nav-tabs.nav-justified>.active>a:focus {
	color: #fff;
}
.nav-tabs.nav-tabs-bottom>li.active>a, 
.nav-tabs.nav-tabs-bottom>li.active>a:hover, 
.nav-tabs.nav-tabs-bottom>li.active>a:focus {
	color: #333;
}
.nav-tabs.nav-justified>li>a {
	border-radius: 0;
	color: #777;
	display: block;
	margin-bottom: 0;
	padding: 15px;
	position: relative;
	text-transform: uppercase;
}
.nav-tabs>li {
	border-left: none;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	display: block;
	position: relative;
}
.nav-tabs.nav-justified>.active>a, 
.nav-tabs.nav-justified>.active>a:focus, 
.nav-tabs.nav-justified>.active>a:hover {
	border: none;
}
.nav-tabs.nav-tabs-bottom>li>a:hover {
    background-color: transparent;
	border-bottom: 2px solid #999;
}
.panel .nav-tabs {
	background-color: #f0f0f5;
}
.panel .nav-tabs li {
	margin-left: 0;
}
.panel .nav-tabs li:last-of-type {
	border-right: none;
}
.panel .nav-tabs li:first-of-type {
	border-left: none;
}
.panel .nav-tabs li.active a,
.panel .nav-tabs li.active {
	border-bottom: transparent;
}
.panel .tab-content ul li {
	border-bottom: #f44336;
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	margin-left: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.panel .tab-content ul li:first-child {
	padding-top: 0;
}
.panel .tab-content ul li:last-child {
	padding-bottom: 0;
}
.panel .tab-info {
	display: table;
}
.panel .tab-content ul li span {
	color: #818181;
	font-size: 13px;
	line-height: 1.4;	
}
.panel .tab-content ul li p {
	color: #2c2c34;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}
.sidebar-tabs .panel .tab-content .img-responsive {
    height: 100%;
    left: 50%;
    margin: 0;
    max-width: none;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}
.nav-tabs.nav-tabs-bottom>li.active>a, 
.nav-tabs.nav-tabs-bottom>li.active>a:hover, 
.nav-tabs.nav-tabs-bottom>li.active>a:focus {
	background-color: transparent;
	border-bottom: 1px solid #f44336;
}
.sidebar-tabs {
	padding: 0;
}
.sidebar-tabs .panel {
	margin-top: 0;
}
.tab-content {
	padding: 20px;
}
.sidebar-tabs .tab-content {
	padding: 0;
}
.sidebar-tabs .panel {
	background: none;
	border: none;
	color: #333;
	margin: 10px 0;
}
.panel .post-meta-elements {
	margin-top: -7px !important;
}
.panel .title-style01 {
	margin-bottom: 15px;
	margin-top: 30px;
}
.panel .title-style01 h2 {
	color: #444;
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 7px;
}
.tab-content .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
		flex-basis: 0%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	width: 100%;
}
.tab-content .item .item-image {
	height: auto;
	margin-right: 20px;
	padding-top: 0;
	width: 35%;
}
.tab-content .item .item-content {
	display: block;
	padding: 0;
}
.vc_tta-title-text {
    text-transform: uppercase;
}
/* 3.7 - Tables
-----------------------------------------------------------------*/
.panel {
	background-color: #f5f5f7;
    background-color: rgba(245, 245, 247, 0.6);
	border: 1px solid #e3e2e2;
	border-radius: 2px;
	box-shadow: none;
	color: #333;
	margin-top: 30px;
}
.panel-body {
	padding: 0;
}
.panel-title {
	background-color: #fff;
}
.panel .title-style01 h3 {
	padding-top: 0;
}
.panel-title h5 {
	padding: 0;
	;
}
.table>thead>tr>th {
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #ddd;
	font-weight: 400;
	padding: 7px 15px;
	vertical-align: middle;
}
.table>tbody>tr>td {
	padding: 10px 20px;
	vertical-align: middle;
}
.table>tbody>tr>td a {
	color: #777;
}
.bg-red {
	background-color: #d4000e;
	color: #fff;
}
.bg-gray {
	background-color: #939399;
	color: #fff;
}
.bg-underline {
	background: transparent;
	border-bottom: 2px solid #d4000e;
}
.table-footer {
	border-top: 1px solid #e3e2e2;
	padding: 15px 20px;
}
.table-footer .date {
	border-right: none;
}
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child {
	padding: 15px;
}
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-right: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.football-results.table,
.sport-results.table {
	border: none;
}
.football-results.table td:first-child,
.sport-results.table td:first-child {
	border-left: none;
}

/* 3.8 - Post
	-----------------------------------------------------------------*/
.item .item-image {
    height: auto;
    padding-top: 0;
    width: 42%;
}
.item-image-full:before {
	content: '';
	display: block;
	padding-top: 57%;
}
.item-image-full .img-full {
	height: 100%;
	left: 50%;
	margin: 0;
	max-width: none;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
}
.item .item-image-full .img-link {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.item-image-full .img-link:after {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	width: 100%;
	z-index: 1;
}
.item-image {
	display: block;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}
.item-image:before {
	content: '';
	display: block;
	padding-top: 54%;
}
.item-image .img-link {
	bottom: 0;
	left: 0;
	margin-left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.item-image .img-full {
	height: 100%;
	left: 50%;
	margin: 0;
	max-width: none;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
}
.item-content p {
	font-weight: 500;
	padding-bottom: 7px;
	white-space: pre-line;
}
.content p {
	padding-bottom: 7px;
	white-space: pre-line;
}
.item-content p {
	color: #212126 !important;
	font-weight: 400;
}
.item-content h3 a, .content h3 a {
	color: #222;
	font-weight: 600;
}
.entry-post .item {
	-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
			flex: 1 0 auto;
	background-color: transparent;
	margin-top: 0;
	position: relative;
	width: 100%;
	padding: 13px 0;
}
.entry-post .item:first-child {
	padding-top: 0;
}
.entry-post .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.entry-post .item .item-image {
	height: auto;
	padding-top: 0;
	width: 38%;
}
.entry-post .item .item-content {
	padding: 0 0 0 15px !important;
}
.entry-post .item .item-content p {
	line-height: 1.4;
	margin: 7px 0 0;
	padding: 0;
}
.entry-post .item-image:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.entry-post .news-outer-wrapper {
margin-bottom: 20px;
}
.entry-post .news-outer-wrapper:last-child {
	margin-bottom: 0;
}

/* 3.9 - Breaking News Ticker / News On-Air   
	-----------------------------------------------------------------*/
.newsticker-area-single .outer {
	margin-bottom: 0;
}
.outer {
	background-color: #000;
	height: 45px;
	overflow: hidden;
	width: auto;
}
.outer-single {
	background-color: #2c2c34;
	height: 45px;	
	margin-bottom: 35px;
	overflow: hidden;
	width: auto;
}
.outer ul {
	left: 0;
	padding: 0;
	right: 0;
}
.outer li, .outer-single li {
	list-style: none;
	margin-left: 0;
	padding: 7px 0 7px 15px;
	left: 0;
	right: 0;
}
.outer li h4, 
.outer-single li h4 {
    color: #ccc;
	display: inline;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    text-decoration: none;
}
.outer li h4 i {
	color: #ccc;
}
.outer li a, .outer-single li a {
	color: #ccc;
	font-weight: 400;
	text-decoration: none;
}
.breaking-ribbon h4 {
	color: #fff !important;
	line-height: 31px !important;
	margin: 0 !important;
}
.newsticker h4, .news-on-air h4 {
	display: inline;
	margin: 0;
}
.newsticker ul,
.news-on-air ul {
	width: 90%;
}
.breaking-ribbon {
    box-sizing: border-box;
	color: #fff !important;
	display: inline;
	float: left;
	height: 45px;
	letter-spacing: .01em;
	padding: 7px 15px;
	text-transform: uppercase;
	width: auto;
}
.breaking-ribbon h5 {
	margin: 0;
}
.newsticker, 
.news-on-air {
	background-color: #2c2c34!important;
	color: #ccc;
	display: block;
	height: 45px;
	overflow: hidden;
	position: relative;	
}
.newsticker {
	height: 40px;	
}
.newsticker li .category {
	font-size: 16px;	
}
.news-on-air .fa {
	padding-right: 8px;
}
.news-on-air ul {
	margin-bottom: 0;
}
.outer .category, 
.outer-single .category {
	color: #fff;
}
.outer a:hover, 
.outer-single a:hover {
	color: #fff;
}
.navi {
	float: right;
	padding: 8px 10px;
}
button.up, 
button.down {
	background-color: transparent;
	border: none;
	color: #fff;
	float: left;
	font-size: 18px;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	padding: 0 2px;
	-webkit-transition: color .2s;
	transition: color .2s;
		line-height: 26px;
}
button.up:hover, 
button.down:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
button.down {
	padding-left: 5px;
} 
.tv_schedule-template-default .newsticker-area-single, 
.our_team-template-default .newsticker-area-single {
	padding: 0 16px;
}

/** 
  * News Ticker With RSS Feed
  *
  **/

/* Tab settings */
.news-ticker-rss-widget {
	border: 1px solid #d6d6d6;
	border-top: none;
	margin: 0 0 30px;
	height: auto;
}
.newsticker-rss .news-ticker-rss-widget {
	border: none;
	margin: 0;
}
.ticker-tab-wrap {
	background-color: transparent !important;
	border: none !important;
	max-height: 60px;
	padding: 0 !important;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.ticker-tab-wrap li {
	border-radius: 0;
	border-left: none;
	border-right: 1px solid #d6d6d6;
	color: #777;
	cursor: pointer;
	display: table-cell;
	font-weight: 500;
	line-height: 30px !important;
	letter-spacing: .5px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 7px 15px;
	text-transform: uppercase;
	text-align: center;
}
.ticker-tab-wrap li:last-child {
	border-right: none;
}
.ticker-active-tab {
	background: #43434d !important;
	border-bottom: none !important;
	color: white !important;
}

/* General styling */
.newsticker-rss {
	background-color: #2c2c34;
	color: #ccc;
	display: block;
	height: 45px;
	overflow: hidden;
	position: relative;    
}
.newsticker-rss .navi {
    display: inline;
	position: absolute;
	right: 0;
	top: 0;
}
.newsticker-rss .ticker-wrap .ticker-title, 
.newsticker-rss .ticker-wrap .ticker-meta {
    border-right: 1px solid #999;
    display: inline;
	line-height: 14px;
	padding-right: 10px;
}
.newsticker-rss .ticker-wrap .ticker-title {
    line-height: 14px;
	padding-left: 6px;
}
.newsticker-rss .ticker-wrap .ticker-title a {
	color: #fff;
}
.newsticker-rss .ticker-item {
    border: none !important;
    line-height: 30px;
	padding: 7px 0 7px !important;
	width: 96%;
}
.newsticker-rss .ticker-date {
	border-right: 1px solid #999;
	color: #999;
	display: inline;
	padding: 0 10px 0 15px;
}
.outer-rss {
    font-size: 16px;
	overflow: hidden;
}
.newsticker-rss .ticker-summary {
    color: #ccc;
	display: inline;
	font-weight: 400;
	line-height: 14px;
	padding-left: 6px;
	text-decoration: none;
}
.ticker-wrap {
    border: none !important;
	max-width: 100%;
	min-width: 100% !important;
	padding: 0px !important;
}
.ticker-title {
	font-size: 16px;
}
.ticker-date {
	color: #212126;
	margin-top: 0 !important;
}
.ticker-wrap div {
	left: 0;
	right: 0;
}
.ticker-wrap .ticker-item {
	border-top: 0;
	padding: 15px 30px;
}
.ticker-wrap .ticker-item:last-child {
	margin: 0;
}
.ticker-wrap .ticker-item > * {
	margin-top: 7px;
}
.ticker-summary {
	margin-bottom: 0 !important;
}
.ticker-wrap .readmore {
	color: #ccc;
}
.ticker-wrap .ticker-title, 
.ticker-wrap .ticker-meta {
	line-height: 150%;
}
.ticker-wrap .ticker-thumb {
    float: left !important;
	margin: 5px 10px 0 0 !important;
	width: 64px !important;
}

/* Styles */

/* None */
.ticker-style-none .ticker-item {
	padding: 20px;
}

/* Grey */
.ticker-style-grey .even {
	background-color: #f2f2f2;
}

/* Dark */
.ticker-style-dark {
	background: #212126;
	color: #ddd !important;
}
.ticker-style-dark a {
	color: #fff !important;
}
.ticker-style-dark .even {
	background: #2c2c34;
}
.ticker-tab-style-dark li {
	background: #2c2c34;
	color: #fff !important;
}
.ticker-tab-style-dark .ticker-active-tab{
	background: #83838f !important;
}
.ticker-style-dark .ticker-date {
	color: #ccc;
}
.ticker-style-dark .ticker-summary {
	color: #f2f2f2;
}

/* Simple */

.ticker-style-modern {
	border: 0;
}
.ticker-style-modern .ticker-item {
	border-top: 1px solid #d6d6d6;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity.5s;
}
.ticker-style-modern:hover .ticker-item {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.ticker-style-modern .ticker-item:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ticker-tab-style-modern .ticker-active-tab {
	color: #ccc !important;
	border-bottom: none;
}

/* Clearfix */
* html .ticker-clearfix {
    height: 1%;
    overflow: visible;
}

/* float clearing for IE7 */
*+html .ticker-clearfix {
    min-height: 1%;
}

/* float clearing for everyone else */
.ticker-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.rss-feed-tabs {
	border: 1px solid #d6d6d6;
	height: 100%;
}
.rss-feed-tabs .news-ticker-rss-widget {
	margin: 0;
}
/* 3.10 - Latest Events Widget
	-----------------------------------------------------------------*/
.events {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: none !important;
	padding: 20px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-preferred-size: 0%;
		flex-basis: 0%;
	flex-basis: 0%;
	flex-basis: 0%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
.events .events-day {
	font-size: 24px;
	display: block;
	line-height: 24px;
	margin-bottom: 7px;
	padding-top: 1px;
}
.events .events-month {
	font-size: 18px;
	line-height: 15px;
}
.events .date h3 {
	margin-bottom: 7px;
	line-height: 26px;
}
.events p {
	margin-bottom: 0;
}
.events p a {
	color: #333;
	font-weight: 500;
}
.events .events-date {
    border-right: 1px solid #999;
	height: auto;
	text-align: center;
	width: 15%;
}
.events .events-date a {
	color: #838384;
}
.events .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
			order: 2;
	padding-left: 15px;
}
.events .content p {
    font-size: 16px;
    margin-top: 0 !important;
}
.widget .events .content p {
    font-size: 14px;
    margin-top: 0 !important;
}
.widget .events .content p a {
    font-weight: 400;
}
#vc_load-inline-editor {
	padding-left: 10px;
}

/* 3.11 - Currency Converter  
	 -----------------------------------------------------------------*/
.conversionForm {
	border: #000;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	font-size: 1.175em;
	margin: auto;
	margin-bottom: 30px;
	padding: 0 20px;
	width: 100%;
}
.conversionForm label {
	font-weight: 500;
	margin-bottom: 15px;
}
.conversionForm-amount {
	margin: 15px auto;
	width: 100%;
}
.conversionForm-amount label {
	display: block;
	text-align: center;
}
.conversionForm-amount input {
	display: block;
	margin: 15px auto;
}
.conversionForm-currencies {
	clear: left;
	margin: 0;
	width: 100%;
}
.conversionForm-currencies li {
	margin-left: 0;
}
.conversionForm-currencies .text {
	color: #333;
	font-size: 14px;
}
.conversionForm-currencies li a:hover {
	color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li a {
	padding: 4px 10px;
}
.conversionForm .bootstrap-select.show-menu-arrow.open > .dropdown-toggle::before,
.conversionForm .bootstrap-select.show-menu-arrow.open > .dropdown-toggle::after {
    display: none;
}
.conversionForm .bootstrap-select.btn-group .dropdown-menu {
    z-index: 9999;
    max-height: 240px !important;
    overflow-x: hidden;
}
.conversionForm-currencies .text:hover {
	color: #fff;
}
.conversionForm-currencies div {
    box-sizing: border-box;
	float: left;
	width: 50%;
}
.conversionForm__from {
	padding: 0 20px 20px 0;
}
.conversionForm__to {
	padding: 0 0 20px 20px;
}
.conversionForm-currencies div label {
	display: block;
	text-align: center;
}
.conversionForm-currencies div select {
	border: none;
	display: block;
	margin: 5px auto;
	width: 55px;
}
.conversionForm .currencySubmit {
	border: medium none;
	border-radius: 2px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 14px;
	margin: 30px auto 20px;
	padding: 7px 15px;
	text-transform: uppercase;
	width: auto;
}
.conversionForm-currencies .select2-container {
    width: 100% !important;
}
.conversionForm-currencies .select2-container .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 6px 20px 6px 15px;
}
.conversionForm-currencies .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #83838f !important;
    color: #fff;
    line-height: 10px;
}
.conversionForm-currencies .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2px;
    right: 10px;
}
.conversionForm-currencies .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.output {
	text-align: center;
}
.open>.dropdown-toggle.btn-primary, 
.open>.dropdown-toggle.btn-primary:hover {
	background-color: #d4000e;
	color: #fff;
}
.no-spinners {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}
 .no-spinners::-webkit-outer-spin-button,  
 .no-spinners::-webkit-inner-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:active, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #fff;
}
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
	background-color: #83838f;
}
/* ----------------------------------------------------------------
	3.0 - Main Section End
 -----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	4.0 - Sidebar
	-----------------------------------------------------------------*/

		/* 4.1 - Sidebar-Newsfeed & Sidebar-Post 
		 ------------------------------------------------------------*/
.sidebar-post.light {
	background: transparent !important;
	border: 1px solid rgba(133,133,133,.2);
	padding: 10px 20px 20px;
}
.sidebar-post.light li:first-child .item {
	
}
.sidebar-post.light li:last-child .item {
	padding-bottom: 0;
}
.sidebar-post.light .item-content p a {
	color: #333 !important;
}
.sidebar-post.light .item-content h4 a {
	color: #222 !important;
}
.sidebar-post.light li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-left: 0;
}
.sidebar-post.light .item-content h4 a {
	font-weight: 600;
}
.sidebar-post.light .feed-wrapper {
	padding-bottom: 0;
}
.sidebar-newsfeed {
	background-color: #2c2c34;
	overflow: hidden;
	padding: 0 0 15px 0;
	max-height: 100%;
}
.sidebar-newspost {
	margin-top: 15px;
}
.sidebar-newspost li {
	padding: 15px 30px;
}
.sidebar-newspost li .item {
	padding: 0;
}
.sidebar-post {
	background-color: #2c2c34;
	overflow: hidden;
	padding: 15px 20px 15px 30px;
}
.sidebar-newsfeed .item,
.sidebar-post .item {
	padding: 15px 0;
}
.widget .sidebar-post {
	border: none;
	padding: 0;
	border-top: 1px solid rgba(255,255,255,.7);
}
.widget .sidebar-post li {
	border-top: none;
	padding: 0 30px;
}
.widget .sidebar-post li:last-child .item {
	padding-bottom: 0;
}
.sidebar-post ul {
	margin-top: 0;
}
.sidebar-post .item-content p {
	font-size: 14px;
	margin-top: 7px;
	padding: 0;
}
.feed-wrapper {
	padding: 15px 0;
}
.sidebar-newsfeed ul li:before {
	display: none;
}
.sidebar-newsfeed ul li p {
	font-size: 14px;
	margin: 7px 0 0;
	padding: 0 0 4px;
	width: auto;
}
.sidebar-newsfeed ul li p:empty {
	margin: 0;
	padding: 0;
}
.sidebar-newsfeed ul li p a {
	color: #ebebeb !important;
}
.sidebar-newsfeed ul li p a:empty {
	display: none !important;
	padding: 0;
	margin: 0;
}
.sidebar-post ul li p a {
	color: #cfcfcf !important;
}
.sidebar-newsfeed h4 {
	margin-bottom: 0;
}
.sidebar-newsfeed li, 
.sidebar-post li {
	background-color: transparent;
	border-bottom: 1px solid rgba(133, 133, 133, 0.3);
	border-top: none;
	float: left;
	list-style: none;
	width: 100%;
	box-sizing: border-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-o-flex: 1 1 auto;
	-webkit-box-flex: 1;
			flex: 1 1 auto;
}
.container-full .sidebar-post li {
	padding: 11px 4px;
}
.sidebar-post li a:hover, 
.sidebar-post p, 
.sidebar-newsfeed li a:hover {
	color: #fff;
}
.sidebar-post li {
	margin-left: 0 !important;
}
.sidebar-newsfeed li img, 
.sidebar-post li img {
	float: left;
	margin: 0 12px 8px 4px;
	width: 100px;
}
.sidebar-newsfeed li:last-child, 
.sidebar-post li:last-child {
	border-bottom: none;
}
.sidebar-newsfeed li:nth-child(even), 
.sidebar-post li:nth-child(even) {
	background: transparent;
}
.newsfeed-1, 
.newsfeed-2, 
.newsfeed-3, 
.newsfeed-4, 
.newsfeed-5, 
.newsfeed-6 {
	border-radius: 2px;
	height: auto;
	overflow: hidden;
	width: auto;
	border: none !important;
	margin-top: 15px;
	padding: 0 !important;
}
.newsfeed-1 ul, 
.newsfeed-2 ul, 
.newsfeed-3 ul, 
.newsfeed-4 ul, 
.newsfeed-5 ul, 
.newsfeed-6 ul {
	list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    position: relative;
}
.newsfeed-1 img, 
.newsfeed-2 img, 
.newsfeed-3 img, 
.newsfeed-4 img, 
.newsfeed-5 img, 
.newsfeed-6 img {
	float: left;
	height: auto;
	width: auto;
}
.sidebar-newsfeed .newsfeed-1 li:nth-child(3n),
.sidebar-newsfeed .newsfeed-2 li:nth-child(4n),
.sidebar-newsfeed .newsfeed-3 li:nth-child(5n),
.sidebar-newsfeed .newsfeed-4 li:nth-child(6n),
.sidebar-newsfeed .newsfeed-5 li:nth-child(7n),
.sidebar-newsfeed .newsfeed-6 li:nth-child(8n) {
	border-bottom: none;
}
.newsfeed-1 li,
.newsfeed-2 li,
.newsfeed-3 li,
.newsfeed-4 li,
.newsfeed-5 li,
.newsfeed-6 li {
	padding: 15px 20px 15px 30px;
	width: 100%;
}
.newsfeed-1 .item,
.newsfeed-2 .item,
.newsfeed-3 .item,
.newsfeed-4 .item,
.newsfeed-5 .item,
.newsfeed-6 .item {
	padding: 0 !important;
}
.sidebar-newspost li {
	margin-left: 0;
	list-style: none;
}
.sidebar-post .date {
	color: #e6e6eb;
}
.sidebar-newsfeed .day {
	color: #ebebeb;
}
.sidebar-newsfeed .item .item-image,
.sidebar-post .item .item-image {
    height: auto;
    padding-top: 0;
    width: 35%;
    margin-right: 20px;
}
.sidebar-post .item, 
.sidebar-newsfeed .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
	    -ms-flex: 1;
		    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	    -ms-flex-direction: row;
		    flex-direction: row;
    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	width: 100%;
}
.sidebar-newsfeed .item-content p a, 
.sidebar-post .item-content p a {
	color: #ced2d9;
	margin: 0;
}
.sidebar-newsfeed .item-content p a:hover, 
.sidebar-post .item-content p a:hover {
	color: #fff !important;
}
.sidebar-newsfeed .item-content h4 a, 
.sidebar-post .item-content h4 a {
	color: #f5f8fc !important;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
}
.sidebar-post .item-content h3, 
.sidebar-newsfeed .item-content h3 {
	color: #7d7d7d;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0 !important;
	font-size: 20px !important;
	line-height: 24px;
}
.sidebar-post .item-content h4, 
.sidebar-newsfeed .item-content h4 {
    font-size: 16px !important;
	margin-bottom: 0;
	margin-top: 7px;
}
.sidebar-newsfeed .item .item-content, 
.sidebar-post .item .item-content {
	display: block;
	padding: 0;
}
.sidebar-newsfeed.widget {
	border: none;
}
.sidebar-newsfeed.widget > div {
	padding: 15px 0;
}
.sidebar-newsfeed .post-meta-elements {
	margin: 7px 0;
}
.text {
  position: relative;
  font-size: 14px;
  width: 250px;
}
.text-concat {
  display: inline-block;
  line-height: 1.6;
  max-height: 3.2em; /* (Number of lines you want visible) * (line-height) */
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}
.sidebar-newsfeed span {
	color: #999;
	font-size: 14px !important;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}
.sidebar-newsfeed span:hover {
	color: #fff;
}
.sidebar-newsfeed .item .item-image {
	margin-right: 20px;
}

/* 4.2 - Sidebar-image & Sidebar-block 
	 ------------------------------------------------------------*/
.sidebar-wrapper .sidebar-image {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	margin-bottom: 30px;
}
.sidebar-wrapper div:last-child {
	margin-bottom: 0;
}
.sidebar-image:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.video-news .sidebar-block {
	margin-bottom: 30px;
}
.video-news .sidebar-block:last-of-type {
	margin-bottom: 0;
}
.sidebar-block {
	height: auto;
	margin: auto;
	max-width: 100%;
	padding: 0;
	position: relative;
	text-align: center;
}
.sidebar-block img,
.sidebar .sidebar-block img {
    margin-bottom: 0 !important;
	width: 100%;
}
.aside .title-style01 h3 {
	padding-top: 0;
	margin-top: -7px;
}
.sidebar .col-lg-12 {
	padding: 0;
}
.sidebar-block .sidebar-content {
    border: 1px solid #d4d2d2;
	height: auto;
	padding: 15px;
	width: 100%;
}
.sidebar-wrapper {
    display: table;
}
.sidebar-block .sidebar-content a {
	color: #444;
}
.sidebar-block .sidebar-content p {
	margin-bottom: 0;
	margin-top: 0 !important;
	padding: 0;
}
.vc_col-lg-4 .sidebar-content h3 {
    display: block !important;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
	margin: 0;
}
.vc_col-lg-5 .sidebar-content h3 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.vc_col-lg-4 .sidebar-content h3 a,
.vc_col-lg-5 .sidebar-content h3 a {
    color: #2c2c34;
}
.vc_col-lg-8 .sidebar-content h3 {
	margin: 6px 0 0;
}
.vc_col-lg-8 .sidebar-content h3 a {
    color: #2c2c34;
    font-size: 26px;
    font-weight: 500;
}
.sidebar .widget_calendar {
	margin-bottom: 0;
}
.sidebar-wrapper .date {
	border-right: none;
	padding-bottom: 4px;
	margin-top: 7px;
}
.sidebar-content .hour {
	color: #777;
}

/* 4.3 - Sidebar-Newsletter 
	 ------------------------------------------------------------*/
.sidebar-newsletter-form {
	background: #212126;
	color: #e7e7e7;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 0;
	padding: 26px;
}
.newsletter {
	padding: 0;
}
#sidebar-newsletter {
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
	text-align: left;
	width: 100%;
}
#sidebar-newsletter .sidebar-newsletter-inner {
	height: auto;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: auto;
}
#sidebar-newsletter .sidebar-newsletter-inner h5 {
    bottom: 12px;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 25px;
	margin: 0 24px 0 56px;
	padding: 2px 12px;
	position: relative;
}
#sidebar-newsletter .sidebar-newsletter-inner h5::before {
	background: url("img/logo-icon.png") 1px 0 no-repeat;
	background-size: 27px 27px;
	border-right: 1px solid #fff;
	content: '';
	height: 29px;
	left: -27px;
	position: absolute;
	top: 0;
	width: 29px;
}
#sidebar-newsletter .form-control {
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 2px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 6px;
}
#sidebar-newsletter .form-control:focus {
	border: 1px solid #979797;
	outline: none;
}
#sidebar-newsletter button {
	font-size: 14px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

/* 4.4 - Sidebar Calendar 
	 ------------------------------------------------------------*/
#calendar {
	background-color: #393942;
	border-radius: 2px;
	display: table;
	font-weight: 400;
	margin: auto;
	margin-bottom: 30px;
	width: 100%;
}
#calendar_wrap {
	padding: 0;
	text-align: center;
}
#calendar .ui-datepicker {
	background: transparent;
	border-radius: 0;
	border: 0;
	display: table-cell;
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: auto;
	-webkit-font-smoothing: antialiased;
}
.calendar_wrap tr {
	border-bottom: 1px solid #70717c;
	table-layout: fixed;
}
#calendar .ui-datepicker-header {
	background: transparent;
	border-radius: 0;
	border: 0;
	height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
}
#calendar .ui-datepicker-prev, 
#calendar .ui-datepicker-next {
	background: transparent;
	border-radius: 0;
	bottom: 0;
	cursor: pointer;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0;
	z-index: 10;
	-webkit-transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
}
#calendar .ui-datepicker-prev {
	left: 0;
}
#calendar .ui-datepicker-next {
	right: 0;
}
#calendar .ui-datepicker-prev:hover, 
#calendar .ui-datepicker-next:hover {
	background: #656d78;
	border: 0;
}
table#wp-calendar {
	table-layout : fixed;
}
#calendar .ui-datepicker-prev .ui-icon, 
#calendar .ui-datepicker-next .ui-icon {
	background: transparent;
	border-color: #fff;
	border-style: solid;
	border-width: 2px 0 0 2px;
	bottom: 0;
	height: 8px;
	left: 4px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
	-webkit-transition: border-color .15s ease-in-out;
	-moz-transition: border-color .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#calendar .ui-datepicker-next .ui-icon {
	left: -4px;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#calendar .ui-datepicker-prev:hover .ui-icon, 
#calendar .ui-datepicker-next:hover .ui-icon {
	border-color: #fff;
}
.calendar_wrap caption {
    box-sizing: border-box;
	color: #fff;
	cursor: default;
	font-weight: 500;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#calendar .ui-datepicker-calendar {
	margin: 0;
}
.calendar_wrap thead th {
	border-top: 1px solid #fff;
	background: #83838f;
	border-right: 1px solid #393942;
	color: #dcdce5;
	cursor: default;
	font-size: 1em;
	height: auto;
	line-height: 35px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.calendar_wrap thead th:last-child {
	border-right: none;
}
.calendar_wrap table {
	border: none;
}
.calendar_wrap tbody td {
	margin: 0;
	padding: 0;
}
.calendar_wrap tbody td, .calendar_wrap tfoot td {
	background: #393942;
	border: 0;
	color: #dcdce5;
	font-size: 1.225em;
	height: auto;
	line-height: 36px;
	text-align: center;
	width: auto;
	-webkit-transition: background .15s ease-in-out, color .15s ease-in-out;
	-moz-transition: background .15s ease-in-out, color .15s ease-in-out;
	-o-transition: background .15s ease-in-out, color .15s ease-in-out;
}
.calendar_wrap tfoot td {
	text-align: left;
	padding: 0 20px;
}
.calendar_wrap tfoot td a {
	color: #fff;
}
.calendar_wrap table tbody td:hover, 
.calendar_wrap table tbody td#today {
	background: #575766;
	color: #fff;
}
.calendar_wrap table tbody td#today a {
	color: #fff;
}
#calendar .ui-datepicker-calendar tbody td a.ui-state-highlight {
	background: #dcdce5;
}
#calendar .ui-datepicker-calendar tbody td.ui-datepicker-unselectable {
	background: #434a5a;
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
#calendar .ui-datepicker-calendar tbody td.ui-datepicker-week-end.ui-datepicker-unselectable {
	background: #434a5a;
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#wp-calendar {
	margin-bottom: 0;
}
#wp-calendar a {
	color: #fff;
}
.vc_wp_calendar.wpb_content_element {
	margin-bottom: 30px;
	padding: 0;
}

/* 4.5 - Promo Module 
	 ------------------------------------------------------------*/
.promo-wrapper {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.promo-item {
    display: table;
	margin: 0 auto;
    position: relative;
}
.promo-item .promo-image {
	float: left;
	position: relative;
	width: 100%;
}
.promo-item .promo-image img {
	width: 100%;
}
.promo-content {
    display: block !important;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	padding: 20px 30px;
	margin-bottom: 0;
}
.promo-item .promo-content .programme-header {
	color: #ced2d9;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 10px;
}
.promo-item .promo-content .programme-name {
	display: block;
	font-family: Roboto Condensed, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	margin: 6px 0 10px;
	text-transform: none;
}
.promo-item .promo-content p {
	color: #ced2d9;
	margin-bottom: 4px;
}
.promo-item .promo-content a {
	font-size: 14px;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}
.promo-item .promo-content .read-more {
    color: #ddd;
    font-size: .675em;
    margin-top: 0;
}
.promo-item .promo-content .read-more a {
    font-size: .775em;
}
.promo-item .promo-content .read-more:hover {
    color: #fff;
}
.promo-item .promo-content a:hover {
	color: #fff;
}
.promo-item .section-highlight-inner {
	display: block;
	margin-bottom: 0;
	width: 100%;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	text-transform: uppercase;
}
.promo-item .section-highlight-inner a {
	color: #fff;
	display: inline-block;
	padding: 8px 12px;
	position: relative;
	margin: 0 24px;
	float: right;
	height: 32px;
	top: -12px;
}
.promo-item .section-highlight-inner a::before {
	/*background: url("img/logo-icon.png") 0 0 no-repeat;*/
	content: '\f105';
	font-family: "FontAwesome";
	font-style: normal;
	font-size: 20px;
	position: absolute;
	padding: 3px 13px;
	left: 0;
	top: 0;
	height: 32px;
	left: -30px;
	width: 32px;
	border-right: 1px solid #fff;
}
.content-wrapper {
    display: inline-block;
}
.camera-live p {
	border-bottom: none !important;
}
.camera-live .video-post_content {
	padding-left: 0;
}
.camera-live .sidebar-content {
    margin-top: 10px;
}

/* 4.6 - Video Promo Module 
	 ------------------------------------------------------------*/
.video-promo-wrapper {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.video-promo-item {
    display: table;
	margin: 0 auto;
    position: relative;
    width: 100%;
}
.video-promo-item .video-promo-image {
	position: relative;
	width: 100%;
}
.video-promo-item .video-promo-image img {
	width: 100%;
}
.video-promo-content {
    background-color: #f5f5f7;
	background-color: rgba(245, 245, 247, 0.6);
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	padding: 26px 30px;
	margin-bottom: 0;
}
.video-promo-item .video-promo-content .programme-header {
	color: #ced2d9;
	display: block;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 10px;
}
.video-promo-item .video-promo-content .programme-name {
	color: #fff;
	display: block;
	font-family: Roboto Condensed, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 10px;
	text-transform: none;
}
.video-promo-item .video-promo-content p {
	color: #ced2d9;
	margin-bottom: 4px;
}
.video-promo-item .video-promo-content a {
    color: #fff;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}
.video-promo-item .video-promo-content .read-more {
    color: #ddd;
    font-size: .675em;
    margin-top: 0;
}
.video-promo-item .video-promo-content .read-more a {
    color: #999;
}
.video-promo-item .video-promo-content a:hover {
	color: #fff;
}
.video-promo-item .section-highlight-inner {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	padding: 6px 12px 4px;
	position: relative;
	margin: 0 auto 16px 26px;
	text-transform: uppercase;
	height: 25px;
}
.video-promo-item .section-highlight-inner::before {
	/*background: url("img/logo-icon.png") 0 0 no-repeat;
	background-size: 24px 24px;*/
	content: '\f105';
	font-family: "FontAwesome";
	font-style: normal;
	font-size: 20px;
	position: absolute;
	padding: 0px 10px;
	top: 0;
	height: 25px;
	left: -24px;
	width: 25px;
	border-right: 1px solid #fff;
}
.myvideo {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.myvideo iframe,
.myvideo object,
.myvideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	 

/* 4.7 - Sidebar-Weather 
	 ------------------------------------------------------------*/

.weather-card {
	background-color: #2c2c34;
	display: inline-block;
	height: auto;
	padding: 20px;
	width: 100%;
}
.weather-card-light {
	background-color: transparent;
	display: inline-block;
	height: auto;
	padding: 20px;
	width: 100%;
}
.weather-card .search,
.weather-card-light .search {
	display: table;
	margin: 20px auto 0;
	width: 100%;
}
.temperature {
	color: #dcdce5;
	color: rgba(220, 220, 229, 0.9);
	display: table;
	margin: 0 auto 30px;
	font-size: .9em;
}
.temp {
	color: #fff;
	color: rgba(255, 255, 255, 0.9);
	display: table;
	font-weight: 300;
	line-height: .75;
	font-size: 4.5em;	
}
.weather-card-light .temp {
	font-weight: 400;	
}
.weather-card-light .temp {
	color: #555;	
}
.switch {
	font-size: 1em;
	font-weight: 400;
}
.weather-icon {
	display: inline-block;
	left: 24px;
	margin-right: 8px;
}
.weather-city {
	border-bottom: solid thin #fff;
	box-sizing: border-box;
	height: 40px;
	padding: 8px 16px;
	text-align: left;
	text-transform: uppercase;
}
.weather-city-text {
	color: #fff;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.375em;
	letter-spacing: .05em;
	margin: 0;
	text-transform: uppercase;
}
.sidebar-weather {
	padding: 0;
	position: relative;
}
.sidebar-weather .panel {
	margin-bottom: 0;
}
.sidebar-weather .btn-primary {
	background-color: #70717c;
	bottom: 3px;
}
.desc-text {
	color: #dcdce5;
	display: inline-block;
	padding: 4px 8px 4px 0;
}
.weather-card-light .desc-text {
	color: #555;
	font-weight: 500;
}
#description {
	border-top: 1px solid #626262;
	margin-top: 18px;
	text-align: left;
}
#description i {
	color: #dcdce5;
}
.searchbar, .button {
	border: none;
	font-size: 14px;
	height: auto;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}
.searchbar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	color: #939399;
	float: left;
	width: auto;
}
.weather-card-light .searchbar {
	background-color: #ceced3;
	color: #333;
}
.weather-card-light form {
	font-weight: 500;
}
.weather-card-light .searchbar::-webkit-input-placeholder,
.weather-card-light .searchbar::-moz-placeholder,
.weather-card-light .searchbar:-ms-input-placeholder,
.weather-card-light .searchbar:-moz-placeholder {
	color: #222;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";   
}
.searchbar::-webkit-input-placeholder,
.searchbar::-moz-placeholder,
.searchbar:-ms-input-placeholder,
.searchbar:-moz-placeholder {
	color: #fff;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.weather-card-light .button:focus, .searchbar:focus {
	color: #333;
	outline: none;
}
.button:focus, .searchbar:focus {
	color: #fff;
	outline: none;
}
.weather-card-light .searchbar:focus::-webkit-input-placeholder,
.weather-card-light .searchbar:focus::-moz-placeholder,
.weather-card-light .searchbar:focus:-ms-input-placeholder,
.weather-card-light .searchbar:focus:-moz-placeholder {
	color: #333;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.searchbar:focus::-webkit-input-placeholder,
.searchbar:focus::-moz-placeholder,
.searchbar:focus:-ms-input-placeholder,
.searchbar:focus:-moz-placeholder {
	color: #fff;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.weather-card .button,
.weather-card-light .button {
	float: right;
	width: auto;
}
.weather-card .searchbar {
	background-color: #83838f;
	text-align: center;
}
.sidebar-weather .panel {
	display: inline-block;
	color: #fff;
	margin-top: 0;
	width: 100%;
}
.sidebar-weather .panel .widget-title {
	margin-bottom: 1px;
}
.sidebar-weather.widget .panel {
	padding: 0;
}
.sidebar-weather.widget .city {
	background-color: transparent;
}
.weather {
    box-sizing: border-box;
	display: inline-block;
	margin-top: 10px;
	width: 100%;
}
.weather-card input[type="submit"] {
	background: #484854 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	padding: 7px 15px;
	width: 20%;
}
.weather-card-light input[type="submit"] {
	background: #83838f none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	padding: 7px 15px;
	width: 20%;
}
.weather-card input[type="text"] {
	border-radius: 1px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0;
	padding: 7px 15px;
	width: 80%;
}
.weather-card-light input[type="text"] {
	border-radius: 1px;
	font-weight: 500;
	letter-spacing: 0;
	padding: 7px 15px;
	width: 80%;
}
.weather-card input::-webkit-input-placeholder {
  color: #ccc;
}
.weather h3 {
    color: #fff !important;
	font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
	margin-bottom: 0;
	margin-top: 0 !important;
}
.weather h2 {
	margin-top: 6px !important;
	margin-bottom: 4px !important;
}
.city {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #e8e8e8;
	color: #fff;
	line-height: 30px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
}
.small-weather-card {
	
}
.small-weather-card .weather {
    box-sizing: border-box;
	display: block;
	margin-top: 0;
	padding: 7px 15px;
	width: 100%;
}
.small-weather-card .city {
    color: #333;
	display: inline;
	font-size: 16px;
    padding-right: 15px;
    text-transform: uppercase;
}
.small-weather-card .divider {
	color: #999;
}
.small-weather-card h4 {
	display: inline;
	padding-right: 15px;
	text-transform: uppercase;
}
.small-weather-card .temp {
	color: #333 !important;
	display: block;
	font-size: 16px;
	font-weight: 400;
}
.small-weather-card .celsius, .small-weather-card .fahrenheit, .small-weather-card .divider {
	font-size: 16px;
	vertical-align: baseline;
}
.group {
	border-top: 1px solid #626262;
	clear: both;
	display: table;
	margin: 15px auto 10px;
	padding-top: 10px;
	width: auto;
}
.weather-card-light .group {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.group h3 {
	font-size: 14px;
}
.celsius, .fahrenheit, .divider {
	font-size: 28px;
	font-size: 1.75rem;
	vertical-align: super;
}
.celsius, .fahrenheit {
	color: #999;
	font-weight: 400;
}
.divider {
	margin: 0 0.2em;
}
.forecast {
	background-color: #232329;
	display: table;
	padding: 10px 0;	
	text-transform: uppercase;
	width: 100%;
}
.weather-card-light .forecast {
	background-color: #e1e1e5;
}
.weather-card .block {
	border-right: 1px solid #626262;
	display: table-cell;
	text-align: center;
}
.weather-card-light .block {
	border-right: 1px solid #bfbfc7;
	display: table-cell;
	text-align: center;
}
.weather-card .block:last-of-type,
.weather-card-light .block:last-of-type {
	border-right: none;
}
.high {
	color: #83838f !important;
	font-weight: 400;
	margin: 0.25em 0;
}
.weather-card h4 {
	color: #fff !important;
	font-size: 16px !important;
	margin-top: 0 !important;
}
.weather-card-light .high {
	color: #333;
	font-weight: 500;
}
.weather-card-light h3 {
	color: #555 !important;
}
.weather-card-light h4 {
	color: #777;
	margin-top: 0 !important;
}
#num {
	padding-right: 10px;
}
.sidebar-weather.widget .widget-title.weather-title {
	margin-bottom: 30px;
}
.widget-title.weather-title {
	background-color: #43434d !important;
}
#footer .widget-title.weather-title {
	background: none !important;
}

/* ----------------------------------------------------------------
		4.0 - Sidebar End
 -----------------------------------------------------------------*/


/* ----------------------------------------------------------------
		5.0 - Footer
	-----------------------------------------------------------------*/
#footer {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0;
	width: 100%;
}
#footer select {
	color: #aaa;
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 100%;
}
#footer h3 {
	color: #c4c5cd;
	font-family: 'Roboto', sans-serif !important;
	margin-bottom: 0;
}
#footer h4 {
	color: #c4c5cd;
	font-family: 'Roboto', sans-serif !important;
	margin-bottom: 7px;
}
#footer .about-us {
	color: #c4c5cd;
	margin-bottom: 40px;
	margin-top: 0;
	padding-right: 8px;
}
#footer .reendex-about-us-widget p {
	color: #c4c5cd !important;
}
#footer .site-logo {
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
	width: 300px;
}
#footer .site-logo h3 {
	color: #ccc;
	font-weight: 300;
	margin-top: 0;
}
#footer .site-logo h3 span {
	color: #fff;
	font-weight: 400;
}
#footer .site-logo p {
	color: #ccc;
	font-weight: 400;
	margin-top: 0;
}
#footer .site-logo img {
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	padding: 0;
	-webkit-filter: brightness(1.3);
	filter: brightness(1.3);
}
#footer .col-md-6, #footer .col-md-12 {
	overflow: hidden;
}
#footer #copyrights .col-md-6, 
#footer #copyrights .col-md-12 {
	margin: 0;
}
#footer .col-md-3 li {
    box-sizing: border-box;
	color: #fff;
	float: left;
	list-style: none;
	margin-left: 0;
	padding: 0 8px 8px 0;
	width: 100%;
}
#footer .col-md-3 li a {
	color: #c2c2c2;
	margin: 0;
	padding: 0;
}
#footer .col-md-3 li a:hover {
	color: #fff;
}
#footer .tagcloud a, 
.tagcloud a {
	background-color: #575766;
	border-radius: 2px;
	color: #fff;
	font-size: 14px !important;
	display: inline-block;
	margin: 0 10px 15px 0;
	padding: 5px 10px;
	vertical-align: middle;
}
#footer .tagcloud a:hover, 
.tagcloud a:hover {
	background-color: #f2f2f6;
	color: #70717c;
}
#footer .widget-title,
#footer .sidebar-weather .widget-title {
	background: none;
	display: block;
	font-family: 'Roboto Condensed', serif;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 0 !important;
	padding: 0;
	position: relative;
	text-transform: none;
	text-align: left;
}
#footer .searchbar {
	width: 100%;
	margin-bottom: 7px;
}
#footer .widget-title .city {
	background-color: transparent;
	color: #c2c2c2;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0px;
	padding: 10px 0;
	text-transform: none;
}
#footer .panel {
	background-color: transparent;
}
#footer .weather-card .button {
	width: 100%;
}
#footer .widget-title:before {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 30px;
}
#footer .widget-title:after {
	background: #858585;
	background: rgba(133, 133, 133, 0.5);
	content: "";
	display: block;
	height: 1px;
	margin: 3px auto 5px;
	width: auto !important;
}
#footer .widget ul {
	margin: 0;
}
#footer .widget > ul, 
#footer .widget > div, 
#footer .widget p {
	border: none;
	padding: 0;
}
#footer .widget p {
	margin-top: 0;
}
#footer .widget .events {
	border: 1px solid rgba(133, 133, 133, 0.5) !important;
	border-top: none !important;
	padding: 15px !important;
}
#footer .widget .events:first-of-type {
	border-top: 1px solid rgba(133, 133, 133, 0.5) !important;
}
#footer .events .events-date {
	border-right: 1px solid rgba(133, 133, 133, 0.5);
	width: 20%;
}
#footer .events .events-date a {
	color: #aaa;
}
#footer .events .events-day {
	font-size: 20px;
}
#footer .widget .media-list .media {
	border-bottom: 1px solid rgba(133, 133, 133, 0.5);
}
#footer .widget .media-list .media:last-child {
	border-bottom: none;
}
#footer .widget .media-list span {
	color: #fff !important;
	float: left;
	margin: 0 15px 0 0;
	padding: 4px 10px;
}
#footer ul.media-list li a {
	color: #c2c2c2 !important;
	font-weight: 400;
}
#footer .sidebar-newsfeed .item {
	padding: 20px 0;
}
#footer .sidebar-newsfeed li:first-child .item {
	padding-top: 0;
}
#footer .sidebar-newsfeed .item .item-content {
	padding: 0;
}
#footer .sidebar-newsfeed, #footer .sidebar-post {
	background-color: transparent;
	padding: 0 !important;
}
#footer .sidebar-newsfeed.widget.container-wrapper {
	padding: 15px 0 !important;
}
#footer .sidebar-newsfeed.widget.container-wrapper li {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#footer .newsfeed-1, 
#footer .newsfeed-2, 
#footer .newsfeed-3, 
#footer .newsfeed-4, 
#footer .newsfeed-5, 
#footer .newsfeed-6 {
	margin-top: -15px !important;
}
#footer .news-ticker-rss-widget {
	border: none;
	margin: 30px 0;
}
#footer .ticker-wrap {
	border: 1px solid rgba(133, 133, 133, 0.5) !important;
	border-top: none !important;
}
#footer .ticker-tab-wrap li {
	border-right: 1px solid rgba(133, 133, 133, 0.5) !important;
}
#footer .ticker-tab-wrap li:last-child {
	border-right: none !important;
}
#footer .ticker-tab-wrap {
	border: 1px solid rgba(133, 133, 133, 0.5) !important;
}
#footer .ticker-date {
	color: #aaa;
}
#footer .nav-tabs > li {
	border-bottom: none !important;
	border-top: none !important;
}
#footer .ticker-style-grey .even {
	background-color: #141417;
}
#footer .ticker-style-smodern .ticker-item {
	border-bottom: 1px solid rgba(133, 133, 133, 0.5);
}
#footer .menu-social-icons a {
	background-color: rgba(67, 67, 77, 0.5);
	padding: 0;
}
#footer .menu-social-icons ul li {
	margin-bottom: 7px;
}
#footer .menu-social-icons ul li a {
	color: #777;
}
#footer .menu-social-icons ul li a:hover {
	color: #fff;
}
#footer .menu-social-icons.widget {
	border: none;
}
.footer-post, .footer-post ul {
	overflow: hidden;
}
.footer-post ul {
	margin: 0;
}
.footer-post .item {
	display: table;
	position: relative;
	width: 100%;
}
.footer-post .item .item-image {
	display: table-cell;
	vertical-align: top;
	width: 66px;
}
.footer-post .item .item-content {
	padding: 0 0 0 16px;
}
#footer .item-content p a {
	color: #c4c5cd !important;
	font-weight: 400;
}
#footer .item-content a:hover {
	color: #fff !important;
}
#footer .recent-posts-widget li:last-child {
	margin-bottom: 0;
}
#footer .recent-posts-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-flex-flow: row wrap;
	-ms-flex: column;
	-ms-flex-wrap: wrap;
}
#footer .recent-posts-widget li {
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 100%;
	-o-flex: 0 1 auto;
	-webkit-box-flex: 0 1 calc( 100% / 1 );
	flex: 0 1 calc( 100% / 1 );           
	margin-bottom: 15px;   
}
#footer .menu-social-icons ul li a i {
	padding-top: 10px;
}
#footer .contact_info {
	color: #c2c2c2;
}
#footer .contact_info li {
	border-top: none;
}
#footer .widget .contact-phone, 
#footer .widget .contact-email {
	border: none;
	margin-left: 0;
	padding: 4px 0 0;
}
#footer .widget .contact-address {
	border: none;
	margin-left: 0;
	padding: 0;
}
#footer .contact_info i {
	padding-right: 8px;
}
#footer .contact_info div {
	margin-bottom: 6px;
}
#footer .underline03 {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
}
#footer li {
	list-style: none;
	color: #aaa;
	margin-left: 0;
}
#footer .widget_categories .children,
#footer .widget_nav_menu .sub-menu, 
#footer .widget_pages .children {
	border-top: 1px solid #2b2b2b;
	margin: 10px 0 0 10px;
	padding-top: 10px;
}
#footer li:first-child {
	border-top: none;
}
#footer a {
	color: #c4c5cd;
}
#footer a:hover {
	color: #fff;
}
#footer li span {
	padding-right: 6px;
}
#footer .container-wrapper {
    background: transparent;
	margin: 0;
	margin-bottom: 0px;
	padding: 15px 0;
}
.page-template-default #footer .row,
#footer #copyrights .row {
	margin-left: 0;
	margin-right: 0;
}
#footer .widget-search input {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 1px;
	color: #aaa;
	font-weight: 400;
	height: 39px;
	line-height: 23px;
	max-width: 100%;
	outline: none;
	padding: 7px 20px;
	-webkit-transition: background 0.3s, border 0.3s;
	transition: background 0.3s, border 0.3s;
}
#footer .search-submit[type="submit"] {
	border: none;
	color: #fff;
	float: right;
	margin-left: 2%;
	padding: 7px;
	width: 25%;
}
#footer p {
	color: #7e7f8c;
}
#footer table th, #footer table td {
	border: none;
}
#footer .calendar_wrap thead th {
	border-top: 1px solid #fff;
	background: #83838f;
	border-right: 1px solid #393942;
	color: #dcdce5;
	cursor: default;
	font-size: 1em;
	height: auto;
	line-height: 35px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#footer .col-lg-3 {
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .row {
    margin: 0 -15px;
}
/***** Columns *****/

.reendex-row [class*='reendex-col-']:first-child {
    margin: 0;
}
[class*='reendex-col-'] {
    float: left;
    overflow: hidden;
    padding: 0 15px;
}
.reendex-col-1-1 {
    width: 100%;
}
.reendex-col-1-2 {
    width: 50%;
}
.reendex-col-1-3 {
    width: 33.333%;
}
.reendex-col-1-4 {
    width: 25%;
}
.reendex-container, .reendex-container-inner {
    display: table;
    width: 100%;
    margin: 30px auto;
    position: relative;
}
/* 5.1 - copyrights
	---------------------------------------------------------------------- */
#copyrights {
	background-color: #2d2e39;
	min-height: 40px;
}
.copyright {
	color: #7e7f8c;
	display: block;
	margin-top: 7px;
}
.copyright a {
	color: #b8b8bf;
}
.copyright a:hover {
	color: #fff;
}
.copyright p {
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 13px;
}
.footer-social-icons {
	float: right;
	right: 0;
}
.footer-social-icons ul {
	margin: 0;
	overflow: hidden;
	text-align: right;
}
.footer-social-icons ul li {
	display: inline-block;
	margin-left: 0;
}
.footer-social-icons li a {
	color: #7e7f8c !important;
	font-size: 1.35em;
	display: block;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.footer-social-icons li a:hover {
	color: #fff !important;
}

/* ----------------------------------------------------------------
		5.0 - Footer End
	-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
		6.0 - Contact
	-----------------------------------------------------------------*/

.contact-us {
	height: auto;
	margin-top: 35px;
	margin-bottom: 20px;
}
.contact-page h3 {
    font-weight: 700;
    font-size: 24px;
}
.contact-us p {
    color: #444;
    font-size: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.contact-us ul li {
	list-style: none;
	margin-bottom: 18px;
	margin-left: 0;
}
.contact-us ul li i {
	width: 30px;
	font-size: 20px;
}
.contact-us span {
	color: #919199;
}
.contact-us .form-group ul,
.contact-formarea .controls {
	margin-top: 15px;
}
#googleMap {
	height: 400px;
	margin-top: 15px;
}
.contact-formarea {
	margin-bottom: 30px;
}
.contact-formarea .col-md-6:first-of-type {
	padding-left: 0;
}
.contact-formarea .col-md-6:last-of-type {
	padding-right: 0;
}
.map-area {
	margin-bottom: 35px;
}
.map-container {
	margin-top: 20px;
}
#map_canvas iframe {
	width: 100%;
	height: 450px;
	border:none;
	overflow-x:hidden;
	overflow-y:hidden;
	margin: 0;
}
.contact-page-header .page-subtitle {
    border-radius: 0;
    font-weight: 400;
    display: inline-block;
    margin: 0 auto 0 0;
    padding: 7px 17px;
}
.contact-page.container {
    margin-bottom: 20px;
}
.contact-page .title-left {
    margin-top: 10px;
}

/* ----------------------------------------------------------------
	6.0 - Contact End
	-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	7.0 - Sport
	-----------------------------------------------------------------*/

		/* 7.1 - Sport Promo
	-----------------------------------------------------------------*/
.sport-promo {
	background-color: #f5f5f7;
	background-color: rgba(245, 245, 247, 0.6);
	border: 1px solid #e3e2e2;
	padding: 20px;
}
.sport-promo .time {
	color: #4cb050;
	font-weight: 400;
	letter-spacing: .03em;
	margin: 0;
}
.sport-promo .date i,
.table-responsive .date i {
	color: #b2b2b2;
	font-size: 11px;
	padding: 0 4px 0 8px;
}
.sport-promo-block {
	border-top: 1px solid #e3e2e2;
	display: block;
	line-height: 1;
	padding: 15px 0;
	position: relative;
}
.sport-promo-block:first-of-type {
	border-top: none;
	padding-top: 0;
}
.sport-promo-block span {
	color: #777;
}
.sport-promo ul {
	margin-bottom: 2px;
}
.sport-promo .list a {
	border-bottom: none;
	display: block;
	line-height: 1;
	padding: 10px;
	position: relative;
}
.sport-promo .sport {
	color: inherit;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0 !important;
	padding-right: 100px;
	position: relative;
}
.sport-promo-badge:last-child {
	right: 46px;
	z-index: 2;
}
.sport-promo-badge {
	bottom: 0;
	height: 36px;
	margin-bottom: 0 !important;
	position: absolute;
	right: 0;
	width: auto;
}
.sport-promo-teams {
	display: block;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sport-promo-break {
	padding: 0;
}
.link-action {
	color: inherit;
	display: inline-block;
	font-weight: 400;
	font-size: 1.125em;
	text-decoration: none;
}
.link-action:before {
	color: #999;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: .75em;
	display: inline-block;
	left: 1px;
	margin-right: 8px;
	position: relative;
}
.sport-promo .table-footer {
	padding: 15px 0 0 0;
}

/* 7.2 - Sport Fixtures & Results 
	-----------------------------------------------------------------*/
.matches {
	background-color: #f5f5f7;
	background-color: rgba(245, 245, 247, 0.6);
	border: 1px solid #e3e2e2;
	margin-bottom: 30px;
	padding: 20px 20px 15px 20px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.matches-header {
	background: #eaeaea;
	color: inherit;
	font-family: 'Roboto Condensed', serif !important;
    font-size: 18px !important;
	margin-top: 0 !important;
	padding: 7px 15px;
	text-align: center;
}
.matches-footer {
	border-top: 1px solid #e3e2e2;
	padding: 15px 0 0;
}
.matches-footer .date {
	border-right: none;
}
.matches-list {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	position: relative;
}
.matches-list a {
	color: #777 !important;
	padding-top: 7px;
	padding-bottom: 7px;
}
.matches-list .match:first-child .match-item {
    padding-top: 0;
}
.match {
	border-bottom: 1px solid #dcdcdc;
	margin-left: 0 !important;
}
.match:last-child {
	border-bottom: none;
}
span.info {
	color: #777;
	display: table-cell;
	font-weight: 400;
	height: 36px;
	margin-bottom: 6px;
	margin-top: 10px;
	position: relative;
	text-align: right;
	white-space: nowrap;
}
span.side-1 {
	padding-right: 4px;
	text-align: right;
}
span.side-2 {
	padding-left: 8px;
	text-align: left;
}
.status {
	border-left: .3em solid transparent;
	border-right: .3em solid transparent;
	box-sizing: border-box;
	width: 3.74em;
}
.matches-col status {
	vertical-align: middle !important;
}
.score-side {
	background: inherit;
	box-sizing: border-box;
	color: #fff !important;
	color: inherit;
	display: table-cell;
	position: relative;
	vertical-align: middle !important;
	text-align: center;
	text-indent: 0;
	width: 50%;
	-webkit-transition: all .33s linear;
	transition: all .33s linear;
}
.score-side+.score-side {
	border-left-width: 0;
	border-right-width: 1px;
	vertical-align: middle !important;
}
.score-side+.score-side:before {
	content: "-";
	left: -.5em;
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	width: 1em;
}
.info {
	text-align: right;
	width: 2em;
}
.matches .list {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	padding-top: 4px;
}
.list-bar>.list_item {
	display: inline-block;
	margin-right: 11px;
}
.list_item {
	margin-bottom: .2em;
	position: relative;
}
.list-bar>.list_item:last-child {
	margin-right: 0;
}
.live-updates {
    border-top: 1px solid #dcdcdc;
	margin: 15px 0 0;
	padding: 26px 0 10px;
}
.live-updates .date {
	border-right: none;
}
.live-updates .live-title {
	border-radius: 1px;
	color: #fff;
	padding: 5px 15px;
}
.live-updates a {
	color: #777;
}

/* 7.3 - Tennis Results
	-----------------------------------------------------------------*/
.tennis-block {
	background-color: #f5f5f7;
	background-color: rgba(245, 245, 247, 0.6);
	border: 1px solid #e3e2e2;
	margin-bottom: 30px;
	padding: 20px;
}
.tennis-block ul {
	margin-top: 10px;
}
.tennis {
	background: transparent;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-top-width: 0;
	box-sizing: border-box;
	color: inherit;
	display: table;
	padding: 7px 0;
	position: relative;
	table-layout: fixed;
	width: 100%;
	z-index: 1;
}
.tennis-group .tennis:first-child {
	padding-top: 0;
}
.tennis-group .tennis:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.tennis span {
	word-wrap: normal;
}
.tennis-players {
	display: table-cell;
	vertical-align: top;
	width: 75%;
}
.tennis-player {
	padding-left: 1.8em;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
}
.tennis-sets {
	display: table-cell;
	vertical-align: top;
	width: 33%;
}
.tennis-col {
	display: block;
	float: left;
	width: 20%;
}
.tennis-score {
	padding-right: .5em;
}
.tennis-points {
	display: table-cell;
	vertical-align: top;
	width: 12%;
}
.tennis-point {
	color: inherit;
}
.tennis-player:before {
	background: #ffe001;
	border-radius: 50%;
	content: "";
	display: block;
	height: 12px;
	left: 0;
	margin-top: .35em;
	position: absolute;
	visibility: hidden;
	width: 12px;
}
.tennis-players[data-winner]>.tennis-player:before {
	background: #ed1f24;
	visibility: hidden;
}
.tennis-players[data-winner="side1"]>.tennis-player:first-child:before {
	visibility: visible;
	-webkit-animation: server 1s ease-in-out 5;
	-moz-animation: server 1s ease-in-out 5;
}
.tennis-players[data-winner="side2"]>.tennis-player:before {
	visibility: visible;
	-webkit-animation: server 1s ease-in-out 5;
	-moz-animation: server 1s ease-in-out 5;
}
.tennis-players[data-winner="side2"]>.tennis-player:first-child:before {
	visibility: hidden;
}
.tennis-time {
	width: 33%;
	display: table-cell;
}
.tennis[data-status="upcoming"]>.tennis-points, 
.tennis[data-status="upcoming"]>.tennis-sets {
	display: none;
}
.tennis[data-status="upcoming"]>.tennis-time {
	display: table-cell;
}

/* 7.4 - Article-list shopping / Article-list tickets
	-----------------------------------------------------------------*/
.article-list {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid #e6e7e9;
	box-sizing: border-box;
	display: table;
	height: auto;
	margin: 0 0 0;
	width: 100%;
	padding: 30px;
	position: relative;
}
.article-list a {
	color: #777;
}
.article-list .tickets-button {
	color: #fff;
}
.article-list .article-list-title {
	position: relative;
}
.article-list .article-list-title .title-style01 {
	margin-bottom: 0;
}
.shopping-list-block {
	display: table;
	width: 100%;
}
.shopping-item-block {
	float: left;
	margin-right: 2%;
	padding-top: 0;
	text-align: center;
}
.shopping-item-block:last-of-type {
	margin-right: 0;
}
.tickets-image {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	vertical-align: top;
	width: 108px;
}
.tickets-content p {
	line-height: 23px;
}
.double-title.shop-small {
	color: #232323;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
.shopping {
	padding-bottom: 12px;
}
.shopping .shopping-title-link {
	letter-spacing: 1px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 10px;
}
.shopping-title {
	padding-top: 7px;
}
.shopping-title p {
	margin: 0 !important;
}
.shopping-title a {
	color: #777;
}
.shopping-image img,
.tickets-image img {
    margin-bottom: 0 !important;
}
.shopping .shopping-item-block {
	float: left;
	margin-right: 2%;
	max-width: 23.5%;
	padding-top: 8px;
	text-align: center;
}
.shopping .shopping-item-block:last-of-type {
	margin-right: 0;
}
.tickets-button {
	background-color: #4cb050;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.tickets-button:hover {
	background-color: #5db761;
	color: #fff;
}
.tickets .tickets-content {
	display: block;
	margin-bottom: 16px;
	margin-top: 6px;
	width: 100%;
}
.tickets .tickets-image {
	float: left;
	margin-right: 16px;
	margin-bottom: 18px;
	vertical-align: top;
	width: 108px;
}
.tickets .tickets-content p {
	display: block;
	font-weight: 400;
	letter-spacing: .05px;
	margin-left: 22px;
	text-transform: none;
	vertical-align: top;
}

/* ----------------------------------------------------------------
	7.0 - Sport End
	-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	8.0 - 404 Error Page
	-----------------------------------------------------------------*/

.error-404 {
	box-sizing: border-box;
	color: #49494d;
	display: block;
	padding: 35px 0 50px;
	text-align: center;
}
.error-404 h2 {
	font-weight: 400;
	margin-bottom: 35px;
	margin-top: 0;
	padding: 0;
}
.error-404 p.text-center {
	margin: 0;
}
.error-404 .text-center .btn-default {
	margin-top: 0;
}
.main-search {
    display: block;
	margin: 35px auto;
	width: 20% !important;
}
.error-404.text-center {
	margin-bottom: 0;
}

/* ----------------------------------------------------------------
	8.0 - 404 Error Page End
	-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	9.0 - Single Post Page
	-----------------------------------------------------------------*/
	
	   /* 9.1.0 - Post
	-----------------------------------------------------------------*/
.post .entry-title {
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.3;
	margin-bottom: 7px;
	word-wrap: break-word;
}
.post .entry-media {
	position: relative;
}
.post .entry-footer {
	display: inline-block;
	margin-top: 20px;
	padding: 0 0 30px;
	width: 100%;
}
.post .entry-content,
.search .entry-content,
.blog .entry-content {
	color: #333;
    font-size: 16px;
    line-height: 1.625em;
    position: relative;
}
.entry-content td, .entry-content th {
    font-size: 1em;
    padding: 8px 20px;
    text-align: left;
}
.entry-content table {
    color: #777;
    line-height: normal;
    margin: 0;
    width: 100%;
}
.entry-content .content-inner table {
    margin-bottom: 10px;
}
article.post .entry-content,
.search .entry-content,
.blog .entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.post .post-meta-elements {
	margin-top: 10px;
	padding-bottom: 10px;
}
.blog .post-meta-elements {
	margin: 15px 0;
	padding: 0 !important;
}
.post .fitvids-video {
	margin-bottom: 15px;
}
.archive .post .fitvids-video,
.search .fitvids-video,
.category .fitvids-video,
.tag .fitvids-video,
.blog .fitvids-video {
	margin-bottom: 0;
}
.vc_column-inner .fitvids-video {
	margin-bottom: 0;
}
.single-our-video .fluid-width-video-wrapper {
	padding-top: 56.2% !important;
	position: relative;
	width: 100%;
}
.single-our-video .breadcrumb {
	border-bottom: 1px solid #e8e8e8;
	padding-left: 15px;
}
.post h2:empty.underline04:before,
.post h2:empty.underline04:after {
	display: none;
}
.post .underline04:after {
	display: none;
}
.post .entry-media img {
	max-width: 400px;
	width: 100%;
	margin: 0 20px 5px 0px;
	float:left;
}
.post-full .entry-title {
	font-weight: 400;
	color: #212126;
}
.post.entry-content {
	margin: 15px 0;
}
.single-page .post.entry-content {
    margin: 0 0 30px;
    position: relative;
}
.single-page .post.entry-content::after {
    clear: both;
    content: "";
    display: block;
}
.single-page .comments-area .comment-title {
    margin: 10px 0;
    padding-bottom: 0;
    position: relative;
}
.post.entry-content img {
	margin-bottom: 0;
}
.page-template-default .post.entry-content img {
	margin-bottom: 10px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.post-full .entry-meta {
	margin-bottom: 24px;
}
.post .entry-meta {
	color: #999;
	font-size: .9em;
	font-weight: 400;
	margin-left: 0;
	padding-left: 0;
	text-transform: uppercase;
}
.post-full .entry-meta_item {
	margin-right: 20px;
}
.post .entry-meta_item {
	margin-right: 15px;
}
.post .entry-meta_link {
	color: #999;
	margin-left: 4px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.post .entry-content p,
.search .entry-content p {
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 .9em;
}
.post .entry-content a:hover {
	text-decoration: underline;
}
.post .title {
	color: #222;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .03em;
	text-transform: uppercase;
}
.post-full-block {
	margin-top: 20px;
	margin-bottom: 30px;
}
.post .entry-content .entry-thumb {
	display: block;
}
.post label {
	font-weight: 400;
	margin-bottom: 5px;
}
.post-tags {
	float: left;
	margin-bottom: -10px;
	width: 100%;
}
.post-tags ul {
	display: table;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}
.post-tags li {
	display: inline-block;
	float: left;
	list-style: none;
	line-height: 20px;
	margin-bottom: 15px;
	margin-left: 0;
}
.post-tags span {
	background-color: #43434d;
	border-radius: 1px;
	color: #fff;
	display: block;
	font-size: 14px !important;
	float: left;
	line-height: 14px;
	margin-right: 10px;
	padding: 8px 14px;
	text-transform: uppercase;
}
.post-category span {
	background-color: #43434d;
	border-radius: 1px;
	color: #fff;
	display: block;
	font-size: 14px !important;
	float: left;
	line-height: 14px;
	margin-right: 10px;
	padding: 8px 14px;
}
.post-tags a {
	display: block;
	font-size: 14px;
	float: left;
	background-color: #70717c;
	border-radius: 1px;
	color: #fff;
	margin-right: 10px;
	line-height: 14px;
	padding: 8px 15px;
}
.post-tags a:hover {
	color: #fff;
	background-color: #9ea0b0;
}
.post-tags_title {
	font-weight: 500;
	text-transform: uppercase;
}
.post-tags_link {
	color: #999;
	font-weight: 400;
	margin-left: 3px;
}
.post-content {
	display: table-cell;
	padding: 8px 14px 6px;
}
.post-cat {
	background-color: #212126;
	border-radius: 1px;
	color: #fff;
	display: block;
	float: left;
	line-height: 14px;
	margin-right: 4px;
	padding: 8px 14px;
	text-transform: uppercase;
}
.post-categories {
	font-weight: 400;
	line-height: 20px;
}
.post-categories li {
	display: inline-block;
	float: left;
	line-height: 1;
	list-style: none;
	margin-left: 0;
	margin-bottom: 15px;
}
.post-categories a {
	border: 1px solid #ddd;
	border-radius: 1px;
	color: #777;
	display: inline-block;
	font-size: 14px;
	float: left;
	line-height: 14px;
	margin-right: 10px;
	padding: 8px 15px;
	white-space: nowrap;
}
.post-categories a:hover {
	background-color: #9ea0b0;
	color: #fff;
}
.post-featured-image {
	margin-bottom: 20px;
	position: relative;
}
.post-featured-image img {
	display: block;
	margin-bottom: 10px;
	width: auto;
}
single .module-title {
	margin-bottom: 30px;
}
.single .related.module-title {
	margin-bottom: 0;
}
.news article:last-of-type {
	margin-bottom: 10px;
}

	/* 9.1.1 - Related-Post & Single-Related-Posts
	  -----------------------------------------------------------------*/
.related-posts .module-title {
	margin-bottom: 14px;
}
.related-posts {
	display: block;
	margin-top: 20px;
}
.related-posts .related-block {
	display: block;
	float: left;
	min-height: 1px;
	margin-left: 0;
	padding-left: 0;
	padding-right: 2%;
	width: 33.33333333%;
}
.related-posts-thumb {
	margin-bottom: 30px;
}
.related-posts-image {
	position: relative;
	margin-bottom: 10px;
}
.related-posts-thumb .entry-thumb {
	max-width: 100%;
}
.single-related-posts {
	border: 1px solid #e8e8e8;
	height: 100%;
}
.single-related-posts .post-meta-elements {
	color: #777;
	border-top: 1px solid #e8e8e8;
	padding: 10px 0 0 !important;
}
.single-related-posts .content {
    margin-top: 10px;
}
.single-related-posts .content a {
	color: #333 !important;
}
.single-related-posts .item-content {
	padding: 15px 20px !important;
}
.single-related-posts .entry-title {
	color: #555;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 0;
}
.single-related-posts .entry-title a {
	font-weight: 500;
}
.related-category p {
	margin-top: 7px !important;
}
.related-category li {
	list-style: none;
	margin-left: 0;
}
.related-category .item {
	padding: 0 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-preferred-size: 0%;
		flex-basis: 0%;
	flex-basis: 0%;
	flex-basis: 0%;
	flex-basis: 0%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
.related-category li:last-child .item {
	padding-bottom: 0;
}
.related-category .item .item-content {
	padding: 0;
}
.related-category .item .item-content h4 {
	font-weight: 500;
	margin: 0;
}
.related-category .item .item-content a {
	color: #333;
}
.related-category .item .item-image {
	height: auto;
	margin-right: 20px;
	padding-top: 0;
	width: 18%;
}

	/* 9.1.2 - News-Block.Related-Posts
	 -----------------------------------------------------------------*/
.related-posts .module-title {
    margin-bottom: 30px;
}
.related-posts-1 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -10px 0 -10px;
}
.related-posts-1 .related-item-block {
    display: inline-block;
    margin: 0 0 15px;
    padding: 0 10px 15px 10px;
    width: 100%;
}
.related-posts-1 .related-item-block .single-related-posts {
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-basis: 0%;
    flex-basis: 0%;
    flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -ms-flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.related-posts-1 .related-item-block .single-related-posts .item-image {
    height: auto;
    -webkit-height: auto;
    -ms-height: auto;
    -o-height: auto;
    padding-top: 0;
    -webkit-padding-top: 0;
    -ms-padding-top: 0;
    -o-padding-top: 0;
    margin-right: 30px;
    width: 40%;
    -webkit-width: 40%;
    -ms-width: 40%;
    -o-width: 40%;
    overflow: hidden;
}
.related-posts-1 .related-item-block .single-related-posts .item-image::before {
    content: '';
    display: block;
    padding-top: 50%;
}
.item-image .img-link {
    bottom: 0;
    left: 0;
    margin-left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.related-posts-1 .related-item-block .single-related-posts .item-image .img-full {
    height: 100%;
    left: 50%;
    margin: 0 auto;
    max-width: none;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.related-posts-1 .related-item-block .single-related-posts .item-content {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.related-posts-1 .single-related-posts .entry-title {
    color: #555;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 6px;
    margin-top: 0;
}
.related-posts-2 {
    margin: 0 -15px;
}
.related-posts-2 .related-item-block {
    width: 50%;
    padding: 0 15px 30px;
    margin: 0;
}
.related-posts-3 {
    margin: 0 -15px;
}
.related-posts-3 .related-item-block {
    width: 33.3%;
    padding: 0 15px 30px;
    margin: 0;
}
.news-block.related-posts .related-item-block {
    display: inline-block;
    margin: 0 0 20px;
    padding: 0 10px 10px 10px;
    width: 100%;
}
.related-posts img {
	max-width: 100%;
}
.related-posts .title {
	margin-top: 10px;
}
.related-posts .thumb {
	position: relative;
}
.prev-next-pagination {
	display: inline-block;
	margin: 0 0 20px 0;
	width: 100%;
}
.module-wrapper {
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}
.module-wrapper:last-of-type {
    margin-bottom: 0;
}

	/* 9.1.3 - Prev-Post & Next-Post
	 -----------------------------------------------------------------*/
.prev-post {
	float: left;
	width: 50%;
}
.prev-post, .next-post {
	display: table-cell;
	padding: 18px;
}
.next-post {
	float: right;
	right: 0;
	text-align: right;
	width: 50%;
}
.prev-post span, .next-post span {
	color: #999;
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}
.prev-post a, .next-post a {
	color: #212126;
	display: inline-block;
}

	/* 9.1.4 - Content-Thumb / Content-Details / Content-Block 
	 -----------------------------------------------------------------*/
.content-thumb {
	display: table-cell;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	width: 34%;
}
.content-thumb:before {
	content: '';
	display: block;
	padding-top: 67%;
}
.content-thumb .img-link {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	padding-right: 30px;
	position: absolute;
	overflow: hidden;
}
.content-thumb .img-link:after {
    background-color: rgba(0, 0, 0, 0.5);
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-transform: scale(1);
			transform: scale(1);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.content-thumb .img-full {
	height: 100%;
	max-width: none;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 0;
	width: auto;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.content-details {
	display: table-cell;
	vertical-align: top;
	width: auto;
}
.content-details a {
	color: #777;
}
.content-details h3 {
	line-height: 30px;
}
.content-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-preferred-size: 0%;
		flex-basis: 0%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	width: 100%;
	height: auto;
}
.content-block .entry-image {
	display: block;
	position: relative;
	overflow: hidden;
}
.content-block .entry-image img {
	display: block;
	height: auto;
	left: 0;
	max-width: 100%;
	top: 0;
	padding: 7px 0 20px;
}
.content-block .entry-content {
	display: block;
}
.content-block .entry-content .read-more {
	margin-top: 0;
}
.content-details .excerpt {
	display: block;
	margin-top: 4px;
}

	/* 9.1.5 - Page-Template-Default
	 -----------------------------------------------------------------*/
.page-template-default .entry-title {
    display: table;
	margin-left: 0;
	position: relative;
	text-align: left;
	width: 100%;
}
.page-template-default .entry-title h2 {
	margin-bottom: 0;
}
.content-inner p { 
    color: #333;
    line-height: 1.625em;
    margin: 0 0 1.25em;
}
.content-inner blockquote {
    border-style: solid;
    border-color: #eee;
    border-left-width: 4px;
    display: block;
    font-style: italic;
    font-size: 20px;
    line-height: 1.5em;
    margin: 40px 60px;
    padding-left: 1.3em;
}
.article-block-wrapper blockquote {
    margin: 30px 60px;
}
.content-inner blockquote p {
    color: #7b7b7b !important;
    font-size: inherit !important;
    font-family: inherit;
    line-height: inherit !important;
}
.content-inner blockquote p:last-child {
    margin-bottom: 0;
}
.page-template-default .content-inner p:last-child {   
    margin-bottom: 0;
}
.content-inner {
    display: inline;
    font-size: 16px;
    line-height: 1.625em;
	max-width: 100%;
	width: auto;
}
.content-inner li {
    margin: 0 0 5px 0;
}
.content-inner li ul,
.content-inner li ol {
    margin: 5px 0 0 15px;
}
.content-inner ol,
.content-inner ul {
    margin-bottom: 20px;
    margin-left: 1.5em;
}
p.logged-in-as {
    margin: 0 0 20px;
}
.page-template-default .copyright p {
	margin: 8px 0;
}
.post .article {
	margin-bottom: 0;
}
.our_team-template-default .entry-media img {
	max-width: 112px;
}
.page-template-default .site-title, 
.page-template-default .site-description, 
.page-template-default .comment-title h4 {
	margin-top: 0;
}
.page-template-default h2.entry-title {
    color: #777 !important;
    font-size: 25px !important;
    font-weight: 300 !important;
    margin-top: 0 !important;
}
.page-template-default .wpb_wrapper h3 {
    font-family: Roboto Condensed, serif;
    font-size: 18px !important;
    margin-top: 0 !important;
}

	/* 9.1.6 - Footer.entry-footer
	 -----------------------------------------------------------------*/
footer.entry-footer {
	margin-top: 15px;
	overflow: hidden;
}
.entry-footer span {
	margin-right: 10px;
	float: left;
	display: block;
}
.entry-footer span a {
	display: inline-block !important;
	width: auto;
}
.entry-meta > span:before, 
.entry-footer > span:before, 
.single-post-meta > span:before {
    content: "";
	color: #666;
	display: inline-block;
	font-family: FontAwesome;
	height: 15px;
	margin-right: 8px;
}
.entry-footer > .cat-links:before {
	content: "\f07c";
}
.entry-footer .tags-links:before {
	content: "\f02c";
}
.entry-footer .edit-link:before {
	content: "\f044";
}
span.comments-link:before {
	content: "\f086";
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	/* 9.1.7 - Blog-post / Page-template-default
	 -----------------------------------------------------------------*/
.blog-post .entry-content h1, 
.blog-post .entry-content h2, 
.blog-post .entry-content h3, 
.blog-post .entry-content h4, 
.blog-post .entry-content h5, 
.blog-post .entry-content h6 {
    color: #2A2F35;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	margin-top: 30px;
}
.content-inner h1,
.post-template-default h1 {
    font-size: 2.25em;
    line-height: 1.25;
    letter-spacing: -.02em;
    margin: .67em 0 .5em;
}
.content-inner h2,
.post-template-default h2 {
    font-size: 1.953em;
    line-height: 1.35;
    margin: .83em 0 .5em;
}
.content-inner h3,
.post-template-default h3 {
    font-size: 1.563em;
    line-height: 1.4;
    margin: 1em 0 .5em;
}
.content-inner h4,
.post-template-default h4 {
    font-size: 1.25em;
    line-height: 1.5;
    margin: 1.33em 0 .5em;
}
.content-inner h5,
.post-template-default h5 {
    font-size: 1.1em;
    line-height: 1.6;
    margin: 1.25em 0 .5em;
}
.content-inner h6,
.post-template-default h6 {
    font-size: .85em;
    margin: 1.6em 0 1em;
}
.content-inner h1,
.content-inner h2,
.content-inner h3,
.content-inner h4,
.content-inner h5,
.content-inner h6,
.post-template-default h1,
.post-template-default h2,
.post-template-default h3,
.post-template-default h4,
.post-template-default h5,
.post-template-default h6 {
    color: #2A2F35;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.blog-post .entry-content h1 {
	font-size: 32px;
}
.blog-post .entry-content h2 {
	font-size: 26px;
}
.blog-post .entry-content h3 {
	font-size: 22px;
}
.blog-post .entry-content h4 {
	font-size: 16px;
}
.blog-post .entry-content h5 {
	font-size: 14px;
}
.blog-post .entry-content h6 {
	font-size: 12px;
}
.item-block h4 {
	margin-top: 10px !important;
}

	/* 9.1.8 - Widget
	 -----------------------------------------------------------------*/
h4.widget-title,
div.widget-title {
	background-color: #00ad08;
	color: #fff !important;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	/*font-weight: normal;*/
	line-height: 20px;
	margin: 0;
	padding: 10px;
	/*letter-spacing: 1px;*/
	text-transform: uppercase;
	text-align: center;
}
.widget-title .city {
	background-color: #43434d;
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
}
.widget > ul, .widget > div {
	border: 1px solid #e8e8e8;
	padding: 30px;
}
.widget .events {
	padding: 15px;
}
.widget .events:first-of-type {
	padding-top: 30px;
}
.widget .events:last-of-type {
	padding-bottom: 30px;
}
.events .events-date {
	padding-right: 7px;
}
.widget > div.tag-cloud-wrap {
	padding: 30px 30px 15px;
}
.widget > .widget-search {
	border: none;
	padding: 0;
}
.widget_rss h4.widget-title a.rsswidget {
	color: #fff;
}
.widget-search form {
	overflow: auto;
	position: relative;
	width: 100%;
}
.widget-search label {
	float: left;
	margin-bottom: 0;
	width: 73%;
}
.search-field {
	width: 100%;
}
.widget-search input {
    background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 1px;
	color: #2c2f34;
	font-weight: 400;
	height: 39px;
	line-height: 23px;
	outline: none;
	padding: 7px 20px;
	-webkit-transition: background 0.3s, border 0.3s;
	transition: background 0.3s, border 0.3s;
	max-width: 100%;
}
.widget-search .search-submit[type="submit"] {
	border: none;
	color: #fff;
	float: right;
	height: 39px;
	margin-left: 2%;
	padding: 8px;
	width: 25%;
}
.wpr_search button {
}
.wpr_search input {
	color: #777;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	padding: 8px !important;
}
.widget .sidebar-post .item-content p {
	padding-left: 0;
}
.widget .recent-posts .item {
	margin: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
	-ms-flex-preferred-size: 0%;
		flex-basis: 0%;
    flex-basis: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.recentcomments a {
	font-style: italic;
}
.recent-posts-widget li {
	border-top: none;
	border-bottom: 1px solid rgba(133, 133, 133, 0.2);
	list-style: none;
	margin-left: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.recent-posts-widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.recent-posts-widget li:last-child {
	margin-bottom: 0 !important;
}
.recent-posts-widget li:last-child .item {
	margin: 0;
}
.recent-posts-widget:first-child li {
	list-style: none;
	margin-left: 0;
}
.recent-posts .item .item-content {
	padding: 0;
}
.recent-posts-widget p {
	margin-top: 0 !important;
}
.recent-posts .item-image {
	margin-right: 15px;
}
.recent-post-block li:before {
	display: none;
}
.widget .media-list span {
	color: #fff !important;
	float: left;
	margin: 0 20px 0 0;
	padding: 8px 6px 4px;
}
.widget .media-list p {
	margin: 0;
	margin-top: -5px;
}
.widget .media-list .content {
	display: inline;
}
.widget .media-list img {
	max-width: 76px;
}
.widget .owl-carousel, 
.widget .media-list {
	margin-top: 30px;
	width: auto;
}
.carousel.slide {
    overflow-y: hidden;
}
.widget .media-list .media {
	border-bottom: 1px solid #ddd;
	border-top: none;
	margin-top: 20px;	
	padding-bottom: 15px;
}
.widget .media-list .media:first-child {
	margin-top: 0;
}
.widget .media-list li:last-child {
	border-bottom: none;
}
.widget_text p:not(:last-child), 
.widget_text ul:not(:last-child), 
.widget_text ol:not(:last-child), 
.text-html p:not(:last-child), 
.text-html ul:not(:last-child), 
.text-html ol:not(:last-child) {
	margin-bottom: 20px;
}
.widget_text p, .text-html p {
	line-height: 24px;
}

	/* 9.1.9 - Archive
	 -----------------------------------------------------------------*/
.archive-page-header nav {
	font-size: 14px;
}
.archive-page-header nav {
	background-color: transparent;
	box-shadow: none;
	display: block;
	height: auto;
	line-height: 24px;
	margin-left: 3px;
	min-height: 24px;
}
.archive-page-header nav ul {
	display: inline-block;
}
.archive-description p {
	margin: 0 0 20px;
}
div.archive-nav-inline div > ul, 
div.archive-nav-inline > ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.archive-page-header h1, 
.archive-page-header nav {
	color: #777;
	font-weight: normal;
	margin: 0;
	text-align: left;
}
.archive-page-header h1 {
    padding-bottom: 10px;
}
.archive-page-header h1:empty {
    display: none;
}
.single .container.archive-menu {
    top: 26%;
}
.container.archive-menu {
    display: flex;
    justify-content: center;
    order: 1;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 2%;
}
.container.search-menu {
    padding-top: 45px;
    padding-left: 15px;
}
.archive-nav-inline .breadcrumb,
.search-nav-inline .breadcrumb,
.blog .page-subtitle {
    color: #c5c7cb;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
    margin: 0 auto;
    margin-left: -15px !important;
}
.archive-nav-inline .breadcrumb,
.archive-nav-inline .breadcrumb a,
.search-nav-inline .breadcrumb,
.search-nav-inline .breadcrumb a {
    color: #c5c7cb;
}
.archive-nav-inline .breadcrumb a:hover {
    color: #fff;
}
.archive-nav-inline .bread-current,
.search-nav-inline .bread-current,
.page-template-default .breadcrumb span {
    color: #fff;
}
.archive-page-header nav ul {
	display: inline-block;
}
.archive-nav-inline .img-overlay3 {
height: 240px;
}
.archive-nav-inline .img-overlay3:after {
	background: #000;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 48%, rgba(255,255,255,0.13) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 48%,rgba(255,255,255,0.13) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 48%,rgba(255,255,255,0.13) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#21ffffff',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 0;
	width: 100%;
}
div.archive-nav-inline div > ul, 
div.archive-nav-inline > ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.archive-menu .breadcrumb-line {
	border-bottom: none !important;
}
.archive .newsticker-area-single .container,
.search .newsticker-area-single .container,
.blog .newsticker-area-single .container {
    padding: 40px 15px 0 !important;
}
.archive .outer-single,
.search .outer-single,
.blog .outer-single {
    margin-bottom: 0;
}
.archive .entry-post-title,
.search .entry-post-title,
.blog .entry-post-title {
    font-size: 23px;
    font-weight: 400;
    color: #353535;
    line-height: 1.2;
    margin-bottom: 0;
    padding-bottom: 0;
}
.archive .entry-post-title a,
.search .entry-post-title a,
.blog .entry-post-title a {
    color: #303030;
    font-family: 'Roboto', sans-serif;
	font-weight: 400!important;
	font-size: 23px!important;
}
.archive .entry-image,
.search .entry-image,
.blog .entry-image {
    height: auto;
    -webkit-height: auto;
    -ms-height: auto;
    -o-height: auto;
    padding-top: 0;
    -webkit-padding-top: 0;
    -ms-padding-top: 0;
    -o-padding-top: 0;
    margin-right: 30px;
    width: 36%;
    -webkit-width: 36%;
    -ms-width: 36%;
    -o-width: 36%;
}
.archive .entry-content,
.search .entry-content,
.blog .entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.archive .news .item,
.search .news .item,
.blog .item {
    background: none;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
        flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -ms-flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.archive .news .item:hover,
.search .news .item:hover,
.blog .news .item:hover {
    box-shadow: none;
}
.blog .entry-image:empty {
    display: none;
}
.archive .entry-image .img-link,
.search .entry-image .img-link,
.blog .entry-image .img-link {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.archive .entry-image::before,
.search .entry-image::before,
.blog .entry-image::before {
    content: '';
    display: block;
    padding-top: 67%;
}
.blog .entry-image a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    display: block;
    right: 0;
    bottom: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    z-index: 1;
    background: rgba(255,255,255,.5);
    -webkit-transition: opacity .25s ease-in-out;
    -khtml-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    visibility: hidden;
}
.archive .entry-image .img-link::after,
.search .entry-image .img-link::after,
.blog .entry-image .img-link::after {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    z-index: 1;
}
.archive .entry-image .img-full,
.search .entry-image .img-full,
.blog .entry-image .img-full,
.category .entry-image .img-full,
.tag .entry-image .img-full,
.single-related-posts .item-image .img-full,
.entry-block .entry-image .img-full,
.related-category .item-image .img-full,
.gallery-item .gallery-icon img {
    -o-object-fit: cover;
        object-fit: cover;
    width: 100%;
    height: 100%;
}
.gallery-item .gallery-icon img::after {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    z-index: 1;
}
.gallery-icon {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.gallery-icon::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.gallery-icon a {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.archive .content-archive-wrapper-4 .entry-image .img-full,
.search .content-archive-wrapper-4 .entry-image .img-full,
.blog .content-archive-wrapper-4 .entry-image .img-full,
.category .content-archive-wrapper-4 .entry-image .img-full,
.tag .content-archive-wrapper-4 .entry-image .img-full {
    height: 100%;
	left: 50%;
	margin: 0 auto;
	max-width: none;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
.archive .read-more,
.search .read-more,
.blog .read-more {
    margin-top: 0;
}
.archive .entry-header,
.search .entry-header,
.blog .entry-header {
    margin: 0;
}
.archive .post-meta-elements,
.search .post-meta-elements {
    margin: 0 !important;
    padding: 6px 0;
}
.archive .entry-footer,
.search .entry-footer,
.blog .entry-footer {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    padding: 0;
    width: 100%;
}
.archive .content-block .entry-content,
.search .content-block .entry-content {
    margin: 10px 0 0;
}
.archive .underline04,
.search .underline04 {
    display: inline;
}
.page-header .page-title {
    color: #3d3d3d;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    padding: 0;
    text-transform: uppercase;
}
.page-header {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
}
.archive-page-header .breadcrumb {
    order: 2;
}

/* Archive Pages Options */
.tag article .read-more,
.category article .read-more,
.archive article .read-more,
.search article .read-more,
.blog article .read-more {
    font-size: 12px;
}
.tag .content-archive-wrapper-4 article,
.category .content-archive-wrapper-4 article,
.archive .content-archive-wrapper-4 article,
.search .content-archive-wrapper-4 article,
.blog .content-archive-wrapper-4 article {
    display: inline-block;
    margin: 0 0 15px;
    padding: 0 10px 15px 10px;
    width: 100%;
}
.tag .content-archive-wrapper-1 .entry-image,
.tag .content-archive-wrapper-2 .entry-image,
.tag .content-archive-wrapper-3 .entry-image,
.category .content-archive-wrapper-1 .entry-image,
.category .content-archive-wrapper-2 .entry-image,
.category .content-archive-wrapper-3 .entry-image,
.archive .content-archive-wrapper-1 .entry-image,
.archive .content-archive-wrapper-2 .entry-image,
.archive .content-archive-wrapper-3 .entry-image,
.search .content-archive-wrapper-1 .entry-image,
.search .content-archive-wrapper-2 .entry-image,
.search .content-archive-wrapper-3 .entry-image,
.blog .content-archive-wrapper-1 .entry-image,
.blog .content-archive-wrapper-2 .entry-image,
.blog .content-archive-wrapper-3 .entry-image {
    border: 1px solid #e8e8e8;
    border-bottom: none;
    margin-bottom: 0;
}
.tag .content-archive-wrapper-1 .entry-image img,
.tag .content-archive-wrapper-2 .entry-image img,
.category .content-archive-wrapper-1 .entry-image img,
.category .content-archive-wrapper-2 .entry-image img,
.archive .content-archive-wrapper-1 .entry-image img,
.archive .content-archive-wrapper-2 .entry-image img,
.search .content-archive-wrapper-1 .entry-image img,
.search .content-archive-wrapper-2 .entry-image img,
.blog .content-archive-wrapper-1 .entry-image img,
.blog .content-archive-wrapper-2 .entry-image img {
    width: 100%;
}
.tag .content-archive-wrapper-4 .entry-image img,
.category .content-archive-wrapper-4 .entry-image img,
.category .content-archive-wrapper-4 .entry-image img,
.search .content-archive-wrapper-4 .entry-image img,
.blog .content-archive-wrapper-4 .entry-image img {
    width: auto;
}
.tag .content-archive-wrapper-1 .entry-image::before,
.tag .content-archive-wrapper-2 .entry-image::before,
.category .content-archive-wrapper-1 .entry-image::before,
.category .content-archive-wrapper-2 .entry-image::before,
.archive .content-archive-wrapper-1 .entry-image::before,
.archive .content-archive-wrapper-2 .entry-image::before,
.search .content-archive-wrapper-1 .entry-image::before,
.search .content-archive-wrapper-2 .entry-image::before,
.blog .content-archive-wrapper-1 .entry-image::before,
.blog .content-archive-wrapper-2 .entry-image::before {
    content: '';
    display: block;
    padding-top: 50%;
}
.tag .content-archive-wrapper-4 .entry-image::before,
.category .content-archive-wrapper-4 .entry-image::before,
.archive .content-archive-wrapper-4 .entry-image::before,
.search .content-archive-wrapper-4 .entry-image::before,
.blog .content-archive-wrapper-4 .entry-image::before {
    content: '';
    display: block;
    padding-top: 50%;
}
.tag .content-archive-wrapper-1,
.category .content-archive-wrapper-1,
.archive .content-archive-wrapper-1,
.search .content-archive-wrapper-1,
.blog .content-archive-wrapper-1 {
	margin: 0;
}
.tag .content-archive-wrapper-1 article,
.category .content-archive-wrapper-1 article,
.archive .content-archive-wrapper-1 article,
.search .content-archive-wrapper-1 article,
.blog .content-archive-wrapper-1 article {
    width: 100%;
    margin-bottom: 30px;
}
.tag .content-archive-wrapper-2,
.category .content-archive-wrapper-2,
.archive .content-archive-wrapper-2,
.search .content-archive-wrapper-2,
.blog .content-archive-wrapper-2 {
    margin: 0 -15px;
}
.tag .content-archive-wrapper-2 article,
.category .content-archive-wrapper-2 article,
.archive .content-archive-wrapper-2 article,
.search .content-archive-wrapper-2 article,
.blog .content-archive-wrapper-2 article {
    width: 50%;
    padding: 0 15px 30px;
    margin: 0;
}
.tag .content-archive-wrapper-3,
.category .content-archive-wrapper-3,
.archive .content-archive-wrapper-3,
.search .content-archive-wrapper-3,
.blog .content-archive-wrapper-3 {
	margin: 0 -15px;
}
.tag .content-archive-wrapper-3 article,
.category .content-archive-wrapper-3 article,
.archive .content-archive-wrapper-3 article,
.search .content-archive-wrapper-3 article,
.blog .content-archive-wrapper-3 article {
    width: 33.3%;
    padding: 0 15px 30px;
    margin: 0;
}
.tag .content-archive-wrapper-4,
.category .content-archive-wrapper-4,
.archive .content-archive-wrapper-4,
.search .content-archive-wrapper-4,
.blog .content-archive-wrapper-4 {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 -10px 0 -10px;
}
.content-archive-wrapper-4 .archive-gallery .entry-image {
	height: auto;
	-webkit-height: auto;
	-ms-height: auto;
	-o-height: auto;
	padding-top: 0;
	-webkit-padding-top: 0;
	-ms-padding-top: 0;
	-o-padding-top: 0;
	margin-right: 30px;
	width: 40%;
	-webkit-width: 40%;
	-ms-width: 40%;
	-o-width: 40%;
	overflow: hidden;
}
.content-archive-wrapper-4 .archive-gallery {
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	flex-basis: 0%;
	flex-basis: 0%;
	-ms-flex-preferred-size: 0%;
	flex-basis: 0%;
	-ms-flex-direction: row;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
.archive-gallery .entry-image {
	position: relative;
	float: left;
	width: 100%;
}
.archive-gallery .entry-image img {
	max-width: none;
}
.archive-gallery .entry-content {
	float: left;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: left;
	padding: 20px 30px !important;
	border: 1px solid #e8e8e8;
}
.content-archive-wrapper-4 .archive-gallery .entry-content {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 !important;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.format-video .archive-gallery .fitvids-video {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
}
.search .content-archive-wrapper-4 .format-video .archive-gallery .fitvids-video,
.archive .content-archive-wrapper-4 .format-video .archive-gallery .fitvids-video,
.tag .content-archive-wrapper-4 .format-video .archive-gallery .fitvids-video,
.blog .content-archive-wrapper-4 .format-video .archive-gallery .fitvids-video,
.category .content-archive-wrapper-4 .format-video .archive-gallery .fitvids-video {
    width: 40%;
    margin-right: 30px;
}
.tag .format-video .entry-image::before,
.category .format-video .entry-image::before,
.archive .format-video .entry-image::before,
.search .format-video .entry-image::before,
.blog .format-video .entry-image::before {
    content: '';
    display: block;
    padding-top: 0;
}
.tag .format-video.has-post-thumbnail .entry-image::before,
.category .format-video.has-post-thumbnail .entry-image::before,
.archive .format-video.has-post-thumbnail .entry-image::before,
.search .format-video.has-post-thumbnail .entry-image::before,
.blog .format-video.has-post-thumbnail .entry-image::before {
    content: '';
    display: block;
    padding-top: 50%;
}
.format-video .play-icon {
	background: #ec1a2e;
	background: rgba(236, 26, 46, .8);
	border-radius: 6%;
	color: #fff;
	cursor: auto;
	left: 10px;
	position: absolute;
	top: 10px;
	font-size: 12px;
	margin-top: 4px;
	margin-left: 12px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	padding: 5px 9px 6px 10px;	
}
.archive-gallery .read-more {
    top: -6px;
}

	/* 9.2 - Author Post
	-----------------------------------------------------------------*/

.author-post {
	background-color: #f7f7fa;
	margin-bottom: 12px;
	padding: 30px 20px 0;
}
.author-post_img {
	float: left;
	margin-right: 16px;
	width: 100px;
}
.author-post_img img {
	border-radius: 50%;
}
.author-post_content {
	display: table-cell;
	vertical-align: top;
	width: auto;
}
.author-post_title {
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: #999;
	display: block;
	font-weight: 500;
	letter-spacing: .02em;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
	text-transform: uppercase;
	width: 100%;
}
.author-post_name {
	border-bottom: 2px solid #d4000e;
	color: #222;
	display: inline-block;
	font-weight: 600;
	margin-bottom: -2px;
	margin-left: 3px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
.author-post_info {
	display: inline-block;
}
.author-post .social-links {
	margin-top: 8px;
}
.author-post ul {
	margin-bottom: 0;
}
.social-links .social-link {
	color: #aaa;
	padding: 8px;
}
.item-content .post-meta-elements {
    padding: 0;
    margin-bottom: 0;
}
.post-meta-elements, 
.post-meta-elements a, 
.post-meta-elements .fa {
	font-size: 13px;
}
.single .post-meta-elements a {
	color: #777;
}
.post-meta-elements {
	color: #a0a0a0;
	display: block !important;
}
.post-meta-elements {
	margin: 7px 0 !important;
}
.post-meta-date{
	display: inline !important;
	margin-right: 7px;
} 
.post-meta-cat, 
.post-meta-comments {
    border-left: 1px solid #999;
	display: inline !important;
	margin-right: 7px;
    padding-left: 10px;
}
.single-related-posts .post-meta-date {
    margin-right: 0;
}
.post-meta-edit {
    border-left: 1px solid #999;
	display: inline !important;
    padding-left: 10px;
}
.post-meta-edit:empty {
	border-left: none;
		display: none !important;
}
.post-meta-author {
	display: inline !important;
	margin-right: 7px;
}
.post-meta-comments {
    border-left: 1px solid #999;
    font-weight: 400;
    padding-left: 10px;
}
.single .post-meta-author a {
	color: #333 !important;
}
.post-meta-elements .fa {
	margin: 0 6px 0 0;
	-webkit-transition-duration: 0.3s;
			transition-duration: 0.3s;
}

	/* 9.2 - Comment Section
	-----------------------------------------------------------------*/

		/* 9.2.1 - Comment
		-----------------------------------------------------------------*/
.comment-section {
	margin-top: 22px;
}
.comment {
	border: 1px solid #eee;
	margin-bottom: 30px;
	padding: 30px;
}
.comments-area {
    border-top: 3px solid #eee;
	padding-top: 20px;
	width: 100%;
}
.comment-title {
    color: #212126;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
}
.comment-respond .comment-title {
    margin: 20px 0 0;
}
.comments-area .comment-title {
	font-weight: 700;
    font-size: 24px;
    letter-spacing: -.01em;
    margin: 20px 0;
    position: relative;
}
.single .comments-area .comment-title {
    border-bottom: none;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -.01em;
    margin: 0;
    position: relative;
}
.single .comments-area .comment-title h3 {
    font-weight: 600;
    font-size: 18px !important;
    letter-spacing: -.01em;
    margin: 0 !important;
    padding-top: 0;
    position: relative;
}
.comment-respond .comment-title h3 {
    color: #212121;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.single .comment-respond {
    margin-bottom: 40px;
}
.single .comment-respond .comment-title {
    margin-top: 0;
    padding-top: 0;
}
.comment-title .fa {
	margin: 0 6px 0 0;
}
.no-comments {
    margin-top: -10px;
    padding-bottom: 20px;
}
.comment-title h4 {
	border-bottom: 2px solid #d4000e;
	display: inline-block;
	margin-bottom: -2px;
	padding-bottom: 0;
}
.comment-title small {
	position: inherit;
}
.comments-list {
	list-style: none;
	margin-left: 0;
	margin-top: 20px;
}
.comments-list .comment-list {
	margin-left: 0;
}
.comments-list h2 {
	margin-top: 20px;
}
.avatar img {
	height: auto;
	width: 100%;
}
.comment-meta {
	margin-bottom: 14px;
}
.comment-content {
	margin-bottom: 14px;
}
.comment-author img {
	float: left;
	margin-right: 10px;
	padding: 0;
}
.comment-body p {
	padding-top: 10px;
}
.comments-list .comment-author {
	font-weight: 600;
	font-style: normal;
	margin-top: 0;
	text-transform: uppercase;
}
.comments-list .comment-date {
	color: #999;
	font-size: 14px;
	font-weight: 500;
	padding-top: 10px;
	text-transform: uppercase;
}
.comments-list .comment-btn {
	float: left;
	padding: 0;
	margin-right: 10px;
}
.comments-list .comment-btn a {
	color: #fff;
	display: block;
	padding: 2px 9px;
}
.comments-list .children {
    list-style: none;
	margin-left: 40px;
}
.comments-list .children .comment {
	border-left-width: 4px;
}
.comment cite {
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	line-height: 1.3;
}
.comment cite a {
	color: #777;
}
.comment-form .form-control {
	margin-bottom: 20px;
}

		/* 9.2.2 - Form
		-----------------------------------------------------------------*/
.form-reply-section {
	margin-top: 10px;
}
.form-reply-section .col-xs-12 {
	padding-left: 0;
}
.form-reply {
	margin-top: 0;
	margin-bottom: 30px;
}
.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #e3e2e2;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #555;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .02em;
	margin-bottom: 30px;
	padding: 7px 15px;
	width: 100%;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-group {
	margin-bottom: 20px;
	margin-left: 0;
}
.form-group label {
	margin-bottom: 10px;
}
.form-control:focus {
	border: 1px solid #49494d;
	box-shadow: none;
	outline: 0;
}
.contact-formarea input[type="submit"] {
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	padding: 10px 12px;
}
.form-group input {
	background: none repeat scroll 0 0 !important;
}
.has-error .help-block {
	color: #d4000e;
}
.comment-form .btn {
	background-color: #00ad08;
	background-image: none;
	border: none;
	border-radius: 1px;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	transition: .3s ease;
}
.comment-form .btn:hover {
	color: #fff;
}
textarea {
	resize: vertical;
}

		/* 9.2.3 - Sidebar-categories
		-----------------------------------------------------------------*/
.sidebar-categories {
	border: 1px solid #000;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	display: inline-block;
	font-size: 1.175em;
	margin-bottom: 30px;
	padding: 22px 22px 8px;
	width: 100%;
}
.sidebar-categories ul {
	margin-bottom: 0;
}
.sidebar-categories ul li {
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 1em;
	padding-bottom: 12px;
}
.sidebar-categories ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.sidebar-categories span {
	float: right;
}
.sidebar-reviews {
	border: 1px solid #000;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	display: inline-block;
	list-style: none;
	margin-bottom: 30px;
	padding: 8px 22px;
	width: 100%;
}
.sidebar-reviews>li {
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	box-sizing: border-box;
	float: left;
	list-style: none;
	padding: 8px 0 12px;
	width: 100%;
}
.sidebar-reviews>li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.sidebar-reviews>li:first-child {
	margin-top: 0;
}
.sidebar-reviews li .reviews-content {
	margin: 0 0 8px;
}
.reviews-content h3 {
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
	margin-bottom: 4px;
}
.ranking-star {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ranking-star li:first-child {
	margin: 0;
}
.ranking-star li {
	border: 0;
	color: #d4000e;
	float: left !important;
	line-height: normal;
	list-style-type: none;
	margin: 0 0 0 4px;
	padding: 0;
	width: auto;
}
.pager {
	border-top: 1px solid #000;
	border-top: 1px solid rgba(0, 0, 0, 0.065);
	margin: 10px 0 16px;
	padding-top: 12px;
}
.pager a:first-child {
	float: left;
}
.pager a {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}
.pager a:first-child i {
	margin-left: 0;
	margin-right: 1em;
}
.pager a i {
	font-size: 9px;
	margin-left: 1em;
}
.single .article .entry-block {
	margin-top: 30px;
}

/* ----------------------------------------------------------------
		9.0 - Single Post Page End
	-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
		10.0 - Video Page
	-----------------------------------------------------------------*/

.video-post {
	display: inline-block;
}
.video-post_content {
	display: block;
	line-height: 24px;
}
.video-post_content .content p {
	margin-bottom: 0 !important;
}
.video-post_content .content p:first-child {
	margin-top: 7px;
}
.video-post_content h4 a {
	color: #f5f8fc !important;
}
.video-post_content .content p a {
    color: #c2c2c2 !important;
}
.video-post_content a:hover {
	color: #fff !important;
}
.single-our-video .video-post_content a:hover {
	color: #333 !important;
}
.video-post_content li {
	list-style: none;
	margin-left: 0;
}
.video-post_content .video-full {
	padding: 0 16px;
}
 .project-video .col-md-8:nth-child(2) {
	 display: none;
 }
.dark .video-post_content {
	padding-left: 0;
}
.video-post_content .social-links {
	display: inline-block;
	margin-top: 15px;
	margin-left: 0;
}
.module.dark .video-post_content .social-links {
	border-top: none;
	padding-top: 0;
}
.social-links .social-link {
	color: #aaa;
}
.content-wrap {
	position: relative;
}
.video-full {
	display: block;
	width: 100%;
}
.fluid-width-video-wrapper {
	 padding-top: 56.25% !important;
}
.related.video-full {
	margin: 20px 0;
	display: block;
	width: 100%;
}
.single-our-video .video-full {
	margin-bottom: 30px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    height: 100%;
    left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.video-full h2, .video-full h4 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.content-wrap ul li i {
	color: #666;
	font-size: 1.1em;
	width: 22px;
}
.content-wrap .social-links li i {
	border: 1px solid rgba(179,179,179,.5);
	border-radius: 1px;
	color: #b3b3b3;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	width: 30px;
}
.content-wrap span {
	color: #919199;
}
.social-links li a i {
	color: #bbbabb;
	display: inline-block;
	font-size: 16px;
	text-align: center;
}
.social-links li a {
	border-radius: 2px;
}
.social-links li a i:hover,
.social-links li a:hover {
	color: #fff;
	background-color: #3c3c42;
}
.related-video-title {
	color: #c2c2c2 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 30px;
	text-transform: uppercase;
}
.related-video-title h4 {
    color: #c2c2c2 !important;
	margin-bottom: 0;
	margin-top: 0 !important;
}
.video-project {
	position: relative;
	height: auto;
	overflow: hidden;
}
.row.no-gutter .video-project [class*="col-"]:first-child {
	padding-top: 0;
}
.video-project .big-video {
	padding-left: 0;
	padding-top: 30px;
}
.media-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
}
.item-media {
	position: relative;
	overflow: hidden;
}
.single-our-video .video-full.related {
	margin-bottom: 0;
	margin-top: 0;
}
.media.col-md-12 {
	padding-left: 0;
}
.media-block {
	margin-top: 20px;
	padding: 0 1%;
	text-align: center;
	-webkit-box-flex: 0;
		-ms-flex: 0 1 23%;
			flex: 0 1 calc( 100% / 4 );
}
.media-block .media-content {
	display: block;
	padding: 10px 4px;
	text-align: left;
}
.media-block .media-content .meta-date {
	margin-top: 7px;
}
.media-block .media-title h4 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
	margin-bottom: 0;
	padding: 0 10px;
}
.media-block .media-title h4 a {
	color: #fff;
}
.media-block .media-content p {
	margin-bottom: 0;
}
.media-block .media-content p a {
	color: #555;
}
.media-block .media-title {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	left: 1px;
	padding: 10px 0;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
}
/* ----------------------------------------------------------------
	10.0 - Video Page End
	-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	11.0 - Parallax
 -----------------------------------------------------------------*/

	/* 11.1 - Parallax Sections 
  -----------------------------------------------------------------*/
#parallax-section {
    height: 400px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width:100%;
}
#parallax-section .container {
	height: 400px;
	z-index: 1;
}
.slider_area .caption {
	padding: 16px;
	position: relative;
	top: 20%;
	z-index: 1000;
}
#parallax-section1 {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#parallax-section1 h2 {
	line-height: 1.2;
	margin-bottom: 15px;
	margin-top: 0 !important;
}
#parallax-section1 .container {
	height: 200px;
	z-index: 10;
}
#parallax-section1 .caption {
	padding: 0 16px;
	position: absolute;
	top: 36%;
	width: 100%;
	z-index: 1000;
	box-sizing: border-box;
}
#parallax-section1_1 {
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#parallax-section1_1 .container {
	height: auto;
	padding: 0;
	z-index: 10;
}
#parallax-section2 .container {
	padding: 0;
	z-index: 10;
}
#parallax-section2 .background-image {
	position: absolute;
}
#parallax-section2 {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
#parallax-section3 {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 240px;
	width:100%;
}
#parallax-section3 .container {
	height: 240px;
	z-index: 1;
}
.caption .btn {
	font-size: 16px;
}
	/* 11.2 - Captions 
 -----------------------------------------------------------------*/
.extra-large-caption {
	font-size: 90px;
	font-weight: 400;
	line-height: 70px;
	margin: 30px 0 35px;
}
.large-caption {
	font-size: 60px;
	font-weight: 500;
	line-height: 1.175;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.medium-caption {
    color: #212126;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.175;
	padding-bottom: 30px;
}
.page-template-coming-soon .medium-caption {
    font-family: Roboto Condensed, serif;
}
#parallax-section .medium-caption {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.175;
	padding-bottom: 30px;
}
.extra-small-caption {
    color: #333;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}
.caption h5 {
	color: #f2f2f2;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.475;
	text-transform: uppercase;
}

	/* 11.3 - Parallax Images 
  -----------------------------------------------------------------*/
.image1, 
.image2, 
.image3, 
.image4, 
.image5, 
.image6, 
.image7, 
.image8, 
.image9, 
.image10, 
.image11, 
.image12, 
.image13, 
.image14, 
.image15, 
.image16, 
.image17, 
.image18, 
.image19, 
.image20, 
.image21, 
.image22 {
	background: center fixed;	
}

.image1 {
	background: center fixed;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    max-width:100%;	
}



/* 11.4 - Image Overlays 
  -----------------------------------------------------------------*/
.overlay {
	position: relative;
}
.parallax-overlay {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.overlay:after {
	content: "";
	height: 100%;
	left: 0;
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	position: absolute;
	top: 0;
	width: 100%;
}
.img-overlay1:after {
	background: #000;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	position: absolute;
	top: 0;
	width: 100%;
}
.img-overlay2:after {
	background: #000;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.img-overlay3:after {
	background: #000;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: .4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	position: absolute;
	top: 0;
	width: 100%;
}

/* 11.5 - Helper Classes 
	-----------------------------------------------------------------*/
.color-white {
	color: #fff !important;
}
.weight-300 {
	font-weight: 300 !important;
}
.weight-400 {
	font-weight: 400;
}
.weight-800 {
	font-weight: 800;
}

/* ----------------------------------------------------------------
	11.0 - Parallax End
   -----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	12.0 - Owl Carousel
  -----------------------------------------------------------------*/
.owl-carousel .owl-stage {
    overflow: hidden;
}


   .menu-carousel-inner .item img{
        display: block;
        width: 100%;
        height: auto;
    }


.owl-nav div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    /*padding: 3px;*/
    font-size: 34px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 1px;
    background: none;
        background-color: rgba(0, 0, 0, 0);
    filter: Alpha(Opacity=90);
    opacity: .9;
    position: absolute;
}
.owl-nav {
    text-align: center;
}
.menu-carousel-inner .owl-nav div {
	left: 0;
	position: absolute;
	top: 40%;
}
.menu-carousel-inner .owl-nav div i {
	color: #fff !important;
}
.menu-carousel-inner .owl-nav div.owl-next {
	right: 0;
	left: auto;
}
.menu-carousel-inner .owl-nav .owl-pagination {
	position: relative;
}
.menu-carousel-inner .owl-nav .owl-page span {
	display: none;
}
.menu-carousel-inner .owl-nav .owl-page.active span {
	background-color: #fff;
}
.owl-nav i {
	font-family: 'Pe-icon-7-stroke';
	font-style: normal;
	font-weight: 700;
}
.carousel-title, .carousel-title:focus {
	border-radius: 2px;
	color: #fff !important;
	display: block;
	font-family: 'Roboto', sans-serif !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 7px 15px;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	white-space: nowrap;
}
.carousel-title-gray {
	background-color: #2c2c34;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-family: 'Roboto', sans-serif;
	height: 40px;
	letter-spacing: .5em;
	line-height: 40px;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 16px;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}
.carousel-inner>.item, 
.media-list {
	margin-top: 10px;
}
.carousel-control.right, 
.carousel-control.left {
	background-image: none;
}
.carousel-control .glyphicon-chevron-right, 
.carousel-control .glyphicon-chevron-left {
	font-size: 20px;
}

	/* 12.1 - News Slider / Schedule Slider
	-----------------------------------------------------------------*/
#news-slider {
	margin-top: 30px;
}
#news-slider:after, #schedule-slider:after {
	clear: both;
	content: '';
	display: block;
}
#news-slider .news-slide, 
#schedule-slider .schedule-slide {
	display: block;
	position: relative;
}
.news-slider-layer, 
.schedule-slider-layer {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.news-slider-layer.first a,
.news-slider-layer.third a,
.news-slider-layer.fourth a {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.news-slider-layer.first::before,
.news-slider-layer.third::before,
.news-slider-layer.fourth::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.schedule-slider-layer img {
	height: auto;
	margin-bottom: 0 !important;
	max-width: none;
	width: auto !important;
}
.news-slider-layer a, 
.schedule-slider-layer a {
	color: #fff;
	display: block;
	overflow: hidden;
}
.news-slider-layer a:before, 
.schedule-slider-layer a:before {
	background-size: 100%;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.news-slider-layer a:hover:before, 
.schedule-slider-layer a:hover:before {
	background-size: 100%;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.news-slider-layer .content, 
.schedule-slider-layer .content {
	bottom: 8px;
	display: block;
	font-size: 1.7em;
	font-weight: 400;
	left: 22px;
	letter-spacing: .5px;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	position: absolute;
	right: 22px;
	text-align: left;
	z-index: 5;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.news-slider-layer .content p, 
.schedule-slider-layer .content p {
	color: #fff;
	font-size: .8em;
	line-height: 100%;
	margin-top: 0 !important;
	text-align: left;
}
.news-slider-layer .content p {
	display: inline-block;
}
.category-tag {
	border-radius: 1px;
	bottom: 100%;
	color: #fff;
	display: block;
	font-size: .6em;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 5px 15px;
	position: absolute;
	text-shadow: none;
}
.sidebar-show-title {
	border-radius: 1px;
	color: #fff;
	display: table-cell;
	letter-spacing: .05em;
	padding: 7px 15px;
	text-shadow: none;
}
.hour-tag {
	background-color: #000;
	border-radius: 1px;
	color: #fff !important;
	display: inline-block;
	font-size: 2em !important;
	margin-bottom: 0;
	margin-top: 0 !important;
	padding: 7px 15px;
	text-shadow: none;
	width: auto;
}
.sidebar-schedule-slider-layer .hour-tag {
background-color: #00ad08;
padding: 9px 15px;
float: left;
margin-right: 15px;
}	

.hour-tag-1 {
	background-color: #000;
	border-radius: 1px;
	bottom: 120%;
	color: #fff;
	display: block;
	font-size: 1em;
	line-height: 100%;
	margin-bottom: 22px;
	padding: 8px 12px 18px;
	position: absolute;
	text-shadow: none;
}
.news-slider-layer.first {
	margin-right: 1%;
	width: 46%;
	height: 443px;
}
.news-slider-layer.first p, 
.slider_two.news-slider-layer p {
	background: #0c0c0d;
	background: rgba(12, 12, 13, .6);
	color: #fff;
	font-size: .7em;
	line-height: 120%;
	padding: 15px;
}
.slider_two .category-tag {
	display: inline-block;
	position: relative;
}
.news-slider-layer.second {
	margin-right: 1%;
	width: 22%;
	height: 443px;
}
.news-slider-layer img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.news-slider-layer.second img {
    object-fit: cover;
    object-position: 50% 50%;
    min-height: 443px;
}
.news-slider-layer.second p, 
.news-slider-layer.third p, 
.news-slider-layer.fourth p {
	background: #0c0c0d;
	background: rgba(12, 12, 13, .6);
	color: #fff;
	font-size: .5em;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 140%;
	margin-top: 0 !important;
	padding: 15px;
}
.news-slider-layer.second a .content {
	font-size: 1.8em;
}
.news-slider-layer.third {
	margin-bottom: 1%;
}
.news-slider-layer.fourth, 
.news-slider-layer.third {
	width: 30%;
	max-height: 215px;
}
.news-slider-layer.fourth img, 
.news-slider-layer.third img {
	width: 100%;
	height: 100%;
	max-width: none;
}
.news-slider-layer.fourth a .content, 
.news-slider-layer.third a .content {
	font-size: 1.7em;
}
.schedule-slider-layer.first {
	margin-right: 1%;
	width: 57%;
}
.schedule-slider-layer.first p {
	background: #0c0c0d;
	background: rgba(12, 12, 13, .6);
	color: #fff;
	font-size: .6em;
	line-height: 120%;
	padding: 4px;
}
.schedule-slider-layer.second p, 
.schedule-slider-layer.third p {
	background: #0c0c0d;
	background: rgba(12, 12, 13, .6);
	color: #fff;
	font-size: .5em;
	line-height: 120%;
	padding: 4px;
}
.schedule-slider-layer.second {
	margin-bottom: 1%;
}
.schedule-slider-layer.third, 
.schedule-slider-layer.second {
	width: 42%;
}
.schedule-slider-layer.third a .content, 
.schedule-slider-layer.second a .content {
	font-size: 1.7em;
}
#news-slider .news-slide, 
#schedule-slider .schedule-slide {
	display: block;
	position: relative;
}
#news-slider .owl-nav .owl-prev, 
#schedule-slider .owl-nav .owl-prev {
	left: -5px;
	top: 40%;
	background-color: rgba(0,0,0,.3);
	padding: 10px;
}
#news-slider .owl-nav .owl-next {
	right: -5px;
	top: 40%;
	background-color: rgba(0,0,0,.3);
	padding: 10px;
}
#schedule-slider .owl-nav .owl-next {
	right: -30px;
	top: 40%;
}

	/* 12.2 - Sidebar-schedule
	-----------------------------------------------------------------*/
#sidebar-schedule-slider:after {
	clear: both;
	content: '';
	display: block;
}
.sidebar-schedule {
	padding: 0;
}
.sidebar-schedule-slider-layer {
	position: relative;
	text-align: left;
}
.sidebar-schedule-slider-layer a {
	color: #fff !important;
	display: block;
	overflow: hidden;
	
}
.sidebar-schedule-slider-layer a:hover {
	color: #fff;
}
.sidebar-schedule-slider-layer .content {
	bottom: 0;
	display: block;
	width: 100%;
	/*padding: 15px 40px;*/
	position: absolute;
	letter-spacing: .5px;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	text-transform: uppercase;
	z-index: 5;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.sidebar-schedule-slider-layer .content p {
	color: #fff;
	margin-top: 0px;
}
.sidebar-schedule-slider-layer p {
	background: #0c0c0d;
	background: rgba(12, 12, 13, .6);
	color: #fff;
	display: block;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.275em;
	margin: 15px 0 0;
	padding: 7px 15px;
	min-height: 48px;
}
#sidebar-schedule-slider .owl-nav .owl-prev {
	left: -5px;
	top: 40%;
    background-color: rgba(0,0,0,.3);
}
#sidebar-schedule-slider .owl-nav .owl-next {
	right: -5px;
	top: 40%;
    background-color: rgba(0,0,0,.3);	
}

	/* 12.2.1 - TV Schedule Tabs
	-----------------------------------------------------------------*/
.schedule-hour {
	color: #666 !important;
	font-family: Roboto, sans-serif;
	font-size: 64px !important;
	line-height: 24px;
	margin-bottom: 20px !important;
}
.underline04 h3.schedule-show {
	color: #333 !important;
	font-size: 24px !important;	
	line-height: 24px;
    letter-spacing: 0;
	margin-bottom: 0 !important;
}
.underline04 h3.schedule-show a {
	font-weight: 500 !important;
}

	/* 12.3 - Gallery Slider
	-----------------------------------------------------------------*/
.small-gallery {
	background: #fff;
	overflow: hidden;
}
.owl-carousel .small-gallery {
	border: 1px solid #e3e2e2;
}
.owl-carousel .big-gallery {
	position: relative;
}
.big-gallery {
	background: #fff;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.big-gallery img {
	margin-bottom: 0 !important;
}
.small-gallery img {
	float: left;
	margin-bottom: 0 !important;
	padding: 0;
	width: auto !important;
}
.small-gallery .post-content>a {
	color: #999;
	display: block;
	margin-top: 2px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.small-gallery .post-content p {
	color: #333;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin: 4px 0;
	max-height: 40px;
	overflow: hidden;
}
.small-gallery .post-content p a {
	color: #333;
	display: inline-block;
	text-decoration: none;
}
#small-gallery-slider .owl-nav .owl-prev {
	left: 0;
	top: 28%;
    background-color: rgba(0,0,0,.2);
}
#small-gallery-slider .owl-nav .owl-next {
	right: 0;
	top: 28%;
    background-color: rgba(0,0,0,.2);
}
#logo-gallery-slider .owl-nav .owl-prev {
	left: -10px;
	top: 28%;
    background-color: rgba(0,0,0,.2);
}
#logo-gallery-slider .owl-nav .owl-next {
	right:-10px;
	top: 28%;
    background-color: rgba(0,0,0,.2);
}
#logo-gallery-slider {
    margin: 20px 0 0;
}
.logo-gallery-header {
    text-align: center;
    width: 100%;
    margin: 0 auto !important;
}
.logo-gallery-header h3 {
    color: #575757;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    text-transform: uppercase;
}
.logo-gallery-header h3::after {
    bottom: 0px;
    content: "";
    height: 4px;
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 30px;
}
.partners {
	text-align: center;
}
.partners a {
	opacity: .7;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
	display: block;
}
.partners a:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
#big-gallery-slider-1 .owl-nav .owl-prev, 
#big-gallery-slider-2 .owl-nav .owl-prev, 
#big-gallery-slider-3 .owl-nav .owl-prev {
	left: -5px;
	top: 34%;
	background-color: rgba(0,0,0,.3);
}
#big-gallery-slider-1 .owl-nav .owl-next, 
#big-gallery-slider-2 .owl-nav .owl-next, 
#big-gallery-slider-3 .owl-nav .owl-next {
	right: -5px;
	top: 34%;
	background-color: rgba(0,0,0,.3);
}
.owl-nav div {
    border-radius: 1px;
}
/* News Gallery SLider */
.compose-mode .owl-carousel .news-gallery-slider {
    display: table-cell;
    padding-right: 6px;
}
.news-galler-slider-wrapper .carousel-title {
    font-size: 22px;
    padding: 10px 15px;
}
#news-gallery-slider {
    margin-top: 30px;
}
#news-gallery-slider .owl-nav .owl-prev {
    left: -4px;
    top: 20%;
    background-color: rgba(0,0,0,.3);
}
#news-gallery-slider .owl-nav .owl-next {
    right: -4px;
    top: 20%;
    background-color: rgba(0,0,0,.3);
}
#news-gallery-slider .owl-nav div {
    color: #fff;
    font-size: 28px;
    border-radius: 1px;
}
.news-gallery-slider {
	overflow: hidden;
}
.news-gallery-slider .image {
    margin-bottom: 12px;
    display: block;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.news-gallery-slider img {
    display: block;
    width: 100%;
}
.news-gallery-slider .post-content {
    padding: 0;
    width: 100%;
}
.news-gallery-slider .post-title {
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 6px;
}
.news-gallery-slider .post-title a {
    color: #333;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}
.news-gallery-slider .post-content .single-post-content {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 4px 0;
    overflow: hidden;
}
.news-gallery-slider .post-content p a {
    color: #333;
    display: inline-block;
    text-decoration: none;
}
.news-gallery-slider .post-content > a {
    color: #979797;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    padding-left: 15px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
/* ----------------------------------------------------------------
	12.0 - Owl Carousel End
   -----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	13.0 - Flex Slider
 -----------------------------------------------------------------*/

.flexslider {
	border: medium none !important;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
	overflow: hidden !important;
	box-shadow: none !important;	
}
.flex-prev, .flex-next {
	font-size: 0;
}
.flexslider li .meta {
	bottom: 30px;
	color: #fff;
	left: 17px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-box-direction: normal;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.flexslider{
	background-color: #ececed ;
}
.flexslider li h3 {
	background: #00ad08 !important;
	/*background: rgba(115, 191, 15, 0.7) !important;*/
	border-radius: 1px;
	font-family: 'Roboto Condensed', serif !important;
    font-size: 18px !important;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 0;
	max-width: 720px;
	padding: 7px 15px;
}
.flexslider li h3 a {
	color: #fff;
}
.flexslider li h3 a:hover {
	color: #ccc;
}
.flexslider li h4 {
	border-radius: 1px;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 500;
    line-height: 24px;
	letter-spacing: .4px;
	margin: 15px 0 0;
	padding: 7px 15px;
}
.flexslider .slider-category {
	font-size: 16px;
	text-transform: uppercase;
}
.flexslider .slides img {
    margin-bottom: 0 !important;
}
.flexslider li.flex-active-slide .meta {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	color: #fff;
}
.flexslider .flex-direction-nav a.flex-prev, 
.flexslider .flex-direction-nav a.flex-next {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav a:before {
	color: #fff;
	/*color: rgba(255, 255, 255, 0.8) !important;*/
	font-family: "FontAwesome" !important;
	font-size: 40px !important;
	display: inline-block !important;
	text-shadow: none !important;
}
.flex-direction-nav a.flex-next:before {
	content: '\f105' !important;
}
.flex-direction-nav a.flex-prev:before {
	content: '\f104';
}
.flex-control-nav, 
.flex-direction-nav, 
.slides, 
.slides > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* ----------------------------------------------------------------
	13.0 - Flex Slider End
   -----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	14.0 -  WPBakery Page Builder Settings
 -----------------------------------------------------------------*/
.vc_row[data-vc-full-width] {
	padding-bottom: 35px !important;
}
.compose-mode .vc_element .container-full {
	display: block;
	height: 100%;
	min-height: 600px;
	position: relative;
}
.compose-mode .vc_element .container-full .entry-media {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.compose-mode .vc_element .owl-carousel {
	display: table;
}
.compose-mode .vc_element .owl-carousel .small-gallery {
    display: table-cell;
}
.compose-mode .vc_element .owl-carousel .small-gallery img {
    width: 100% !important;
}
.compose-mode .vc_element .owl-carousel .big-gallery {
	max-width: 16%;
	display: inline-block;
}
.compose-mode .vc_element iframe {
	width: 100%;
}
.compose-mode .vc_element .news-slide,
.compose-mode .vc_element .sidebar-schedule-slide {
	display: none !important;
}
.compose-mode .vc_element .news-slide:first-child,
.compose-mode .vc_element .sidebar-schedule-slide:first-child {
	display: block !important;
}
.vc_row-has-fill > .vc_column_container > .theiaStickySidebar > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .theiaStickySidebar > .vc_column-inner {
	padding-top: 35px;  
}
.sticky-module {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.compose-mode .block-title-2 {
    margin-bottom: 0 !important;
}
.compose-mode .camera-live .sidebar-content {
    margin-top: 30px;
}
.compose-mode .vc_col-lg-8 .camera-live .sidebar-content {
    margin-top: -160px;
}
.compose-mode .video-container .player .vp-player-layout {
    width: 100% !important;
}
.compose-mode #logo-gallery-slider {
    display: table;
}
.compose-mode #logo-gallery-slider .partners {
    display: table-cell;
    width: auto;
    text-align: left;
}
/* ----------------------------------------------------------------
	14.0 - Visual Composer Settings End
 -----------------------------------------------------------------*/

/* ----------------------------------------------------------------
15.0 - About Us Page
-----------------------------------------------------------------*/
	/* Editorial Section */
.editorial-section {
	margin-bottom: 35px;
}
.editorial-section .media .media-left {
	padding: 20px 0 20px 20px;
}
.editorial-section .media-body {
	padding: 16px;
}
.editorial-section .media {
	border-bottom: 1px solid #e2e2e2;
}
.editorial-section h2 {
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 6px;
}
.editorial-section p {
	margin-bottom: 8px;
	margin-top: 0 !important;
}
.editorial-section .panel img {
    margin-bottom: 0 !important;
}

.panel img {
	max-width: 112px;
}
.editorial-section h2 b {
	font-weight: 400;
}
.editorial-section .twitter {
    color: #2e9edd;
	margin-bottom: 8px;
	padding-left: 0;
}
.editorial-section .twitter:hover {
	background: none;
}
.editorial-section .fa-twitter {
	color: #2e9edd;
	padding-right: 6px;
}
.editorial-section .nav>li {
	border-left: none;
	margin-left: 0 !important;
	text-transform: uppercase;
}
.editorial-section li a {
	-webkit-transition-duration: .6s;
			transition-duration: .6s;
}
.entry-content .nav-pills {
	margin-bottom: 0;
}
.nav-pills > li > a {
	border-radius: 1px;
	border-bottom: 1px solid #e2e2e2;
	color: #777 !important;
	font-size: .975em;
}
.nav-pills > li.active > a {
	background-color: #d4000e;
	color: #fff !important;
}
.nav-pills > li:last-child > a {
	border-bottom: none;
}
.nav-stacked > li+li {
	margin-left: 0;
	margin-top: 0;
}
#topPos:before {
	content: " ";
	display: block;
	height: auto;
	visibility: hidden;
}

/* Affix Styles */
.panel-affix {
	min-width: 225px;
}

/* Online Section */
.online-section {
	background-color: #ececed;
	height: auto;
	padding-bottom: 20px;
	position: relative;
}
.online-section h2 {
    color: #555;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 27px;
	padding-left: 16px;
	margin-bottom: 0;
}
.online-section .list-mark-1 {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 0;
}
.online-section img {
	max-width: 100%;
}
/* ----------------------------------------------------------------
	15.0 - About Us Page End
	-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	16.0 - Coming Soon Page
 -----------------------------------------------------------------*/

.intro-title {
	margin-bottom: 20px;
	margin-top: 60px;
	text-transform: uppercase;
}
.intro-subtitle .intro-subtitle h2 {
	margin-bottom: 0;
}
.countdown {
	text-align: center;
}
.countdown .countdown-time {
	margin-top: 40px;
}
.styled {
	background: #141417;
	margin-bottom: 30px;
	padding: 40px 0;
}
.styled div {
	border-radius: 1px;
	border-right: 1px solid #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.26);
	color: #fff;
	color: rgba(255, 255, 255, 1);
	display: inline-block;
	font-weight: 400;
	margin: 0;
	padding: 30px 36px 30px 10px;
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
	width: auto;
}
.styled div:last-child {
	border: none;
}
.styled div:first-child {
	margin-left: 0;
}
.styled div span {
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.36);
	display: block;
	font-size: 21px;
	font-weight: 400;
	margin-top: 50px;
	padding-top: 10px;
	text-align: center;
}
.newsletter-form {
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, 0.76);
	box-sizing: border-box;
	height: 40px;
	margin: 10px auto;
	vertical-align: middle;
	width: 460px;
}
.newsletter-comming .newsletter-form {
	height: inherit;
}
.newsletter-comming .title-style01 {
	text-align: left;
}
.newsletter-comming .title-style01 h3 {
	padding-top: 0;
}
.module .container.text-center {
	padding: 0 0 40px 0;
}
.module .container.text-center .sidebar-social-icons {
	margin: 0 auto;
	width: auto;
}
/* ----------------------------------------------------------------
	16.0 - Coming Soon Page End
 -----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	17.0 - Social Media
   -----------------------------------------------------------------*/

.twitter-feed-area img {
    margin-bottom: 0 !important;
}
.twitter-feed-area .item-image-1 .img-link {
	float: left;
	position: inherit;
}
.twitter-feed-area .item-image-1 {
	position: relative;
}
.twitter-feed-area .item-image-1 p {
	margin: 0 !important;
}
.twitter-feed-area .item-image-1:before {
	padding-top: 0;
}
.twitter-feed-area .label-13 {
	background: transparent;
	display: inline-block;
	margin: 0;
	padding: 12px 0 0 14px;
	position: static;
	text-align: left;
}
ul.media-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.media-list li {
	padding: 0;
}
ul.media-list li:before {
	display: none;
}
ul.media-list li a {
	border-left: 0 none;
	color: #777 !important;
	font-size: 14px;
	text-transform: none;
}
ul.media-list .pull-right:hover {
	background: transparent !important;
}
.menu-social-icons ul li {
	padding: 0;
	margin: 6px 6px 6px 0 !important;
}
.menu-social-icons.widget > ul {
	border: none;
	padding: 30px 0 0 0;
}
.follow_us.menu-social-icons.widget > ul {
	border: none;
	padding-top: 0;
}
.follow_us .menu-social-icons ul li:before, 
.menu-social-icons li:before {
	display: none;
}
.follow_us .menu-social-icons {
	padding: 0;
}
.follow_us .menu-social-icons ul li a {
	border: 0;
	line-height: 12px !important;
}
.follow_us .menu-social-icons ul li a:hover i {
	list-style: none;
}
.mega_dropdown .widget {
	margin-bottom: 14px !important;
}
.widget ul.children {
	display: none;
}
.widget .menu-social-icons ul {
	list-style: none;
}
.widget .menu-social-icons ul li a {
	margin-left: 0;
	display: block;
	padding: 10px;
	position: relative;
}
.widget .underline04 {
	margin-bottom: 0;
}
.widget .menu-social-icons ul li:before {
	display: none;
}
.item input, .single .news input {
	border: 1px solid #ddd;
	padding: 4px 3px;
}
.single input[type="submit"] {
	border-radius: 0;
	font-size: 14px;
	border: none;
    color: #fff;
    padding: 0 20px;
    height: 34px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    outline: 0;
    -webkit-appearance: none;
    transition: .2s ease;
}
.item h2 {
	color: #000;
}
article .entry-content ol {
    margin-bottom: 30px;
}
article .entry-content ol li ol,
article .entry-content ul li ol {
	margin-bottom: 0;
}
.entry-content li {
	line-height: 26px;
}
.entry-content li span {
	font-size: 14px !important;
	font-weight: 400;
	line-height: 14px;
}
.entry-content li * {
	font-size: 100%;
}
.item-content ol {
	margin-left: 5px;
	padding-left: 0;
}
.item-content p {
	margin-top: 0;
	margin-bottom: 0;
}
.entry-media .video-container {
	padding-top: 0;
	padding-bottom: 0;
}
.item-content ul li {
	float: none;
	margin-left: 0;
	width: inherit;
}
.fa-times-thin:before {
	content: '\00d7';
}
/* ----------------------------------------------------------------
	17.0 - Social Media End
 -----------------------------------------------------------------*/ 
 
/* ----------------------------------------------------------------
	18.0 - #Wprmenu Start
   -----------------------------------------------------------------*/
#wprmenu_bar {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
	width: 20px;
}
#wprmenu_bar .wprmenu_icon {
    padding: 0;
}
#wprmenu_bar .wprmenu_icon span {
	height: 2px !important;
}
#wprmenu_bar {
	background-color: transparent !important;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
#mobile-nav-wrapper {
    display: table;
	z-index: 99999;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
	width: 100%;
}
#wprmenu_menu.wprmenu_levels ul li a {
	padding: 13px 18px;
	width: auto;
	display: inline-block;
}
.wpr_search .widget-search form {
	overflow: auto;
	position: relative;
	width: 100%;
}
#wprmenu_menu input.search-field {
    background-color: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	border-radius: 1px;
	color: #fff !important;
	font-weight: 500;
	line-height: 23px;
	margin: 0 !important;
	max-width: 100%;
	outline: none;
	padding: 7px !important;
	-webkit-transition: background 0.3s, border 0.3s;
	transition: background 0.3s, border 0.3s;
}
#wprmenu_menu .search-submit {
	font-weight: 500;
	height: auto;
	line-height: 23px;
	text-align: center;
}
#wprmenu_menu .mobile-social-icons ul li {
	border-top: none !important;
	display: inline-block;
	float: none;
	position: relative;
	width: auto;
	text-align: center;
}
#wprmenu_menu .mobile-social-icons ul {
    overflow: hidden;
	text-align: center;
}
#wprmenu_menu .mobile-social-icons ul li a {
    border-radius: 2px;
    display: block;
    font-size: 15px;
	height: 36px;
	line-height: 34px;
	padding: 0;
	text-align: center;
	width: 36px;
}
#wprmenu_menu .rm-header {
	border-bottom: 1px solid #55555b;
}
#wprmenu_menu .rm-header .site-title {
	font-size: 22px;
	padding: 20px 0;
}
#wprmenu_menu .site-logo,
#wprmenu_menu .site-branding-text {
	padding: 20px 0;
}
#wprmenu_menu .rm-header a {
	padding: 13px 18px;
	color: #fff;
}
#wprmenu_menu .rm-header a {
	padding: 13px 18px;
	color: #fff;
}
.mobile-menu-logo {
	display: inline-block;
	padding: 20px 16px;
}
#wprmenu_menu.wprmenu_levels ul li.current-menu-item a {
	color: #fff;
}
#wprmenu_menu .wprmenu_icon_par.wprmenu_par_opened {
	color: #fff;
}
#wprmenu_menu .mobile-social-icons {
	margin-top: 10px !important;
}
#wprmenu_bar .site-title {
	font-size: 22px;
	line-height: 29px;
}
#wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par {
	border-left: 1px solid #55555b;
}
#wprmenu_menu.wprmenu_levels ul li ul li ul li {
	background: hsla(180,0%,0%,0.25);
}
#wprmenu_menu .sub-menu {
	background: hsla(180,0%,0%,0.25);
}
#wprmenu_menu.wprmenu_levels > ul {
    border-top: 1px solid #55555b !important;
}
#wprmenu_menu {
    top: 0 !important;
}
body.admin-bar #wprmenu_menu {
    top: 32px !important;
}

/* ----------------------------------------------------------------
	18.0 - #Wprmenu End
 -----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	19.0 - Instagram Start
   -----------------------------------------------------------------*/
   
.instagram-photo-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
.instagram-photo-content ul {
	padding: 0;
	border: none;
}
.instagram-photo-content li {
    box-sizing: border-box;
	float: left;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33%;
	flex: 0 1 calc( 100% / 3 );
	list-style: none;
	margin-left: 0;
}
.instagram-photo-content li a {
    display: block;
	position: relative;
}
.instagram-photo-content li a:after {
    color: #fff;
	content: '\f16d';
	font-family: 'FontAwesome';
	font-size: 20px;
	display: inline-block;
	left: calc(50% - 8.5px);
	opacity: 0;
	position: absolute;
	top: calc(50% - 11.5px);
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.instagram-photo-content li a:before {
    background-color: rgba(34, 34, 34, 0.50);
    bottom: 0;
	content: '';
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.instagram-photo-content li a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.instagram-photo-content li a:hover:before, .instagram-photo-content li a:hover:after {
	visibility: visible;
	opacity: 1;
}
.instagram-photo-content img {
    width: 100%;
}
.instagram-content .instagram-title {
	color: #fff;
	font-family: 'Roboto Condensed', serif;
	font-size: 33px;
	font-weight: 600;
	letter-spacing: .5px;
	line-height: 1.4;
	margin-bottom: 0;
	margin-top: 0 !important;
}
.instagram-content .instagram-subtitle {
	color: #eee;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	margin: 20px 0;
	padding-left: 10px;
}
.instagram-content .description {
	color: #979797;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 16px 0 20px;
}
.instagram-content .btn {
    margin-bottom: 30px;
}
   
/* ----------------------------------------------------------------
	19.0 - Instagram End
 -----------------------------------------------------------------*/
 
/* ----------------------------------------------------------------
	20.0 - Twitter Feed Start
   -----------------------------------------------------------------*/
.twitter-feed-area {
    box-sizing: border-box;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	text-align: left;
	top: -16px;
	width: 100%;
}
.twitter-feed-area .twitter-feed-inner {
    letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
	width: auto;
}
.twitter-feed-area .twitter-feed-inner h5 {
	color: #fff;
	display: inline-block;
	float: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
	line-height: 25px;
	margin: 0 24px 0 54px;
	padding: 2px 12px;
	position: relative;
	top: 16px;
}
.twitter-feed-area .twitter-feed-inner h5::before {
	background: url("img/logo-icon.png") 1px 0 no-repeat;
	background-size: 27px 27px;
	border-right: 1px solid #fff;
	content: '';
	height: 29px;
	left: -28px;
	position: absolute;
	top: 0;
	width: 29px;
}
.twitter-feed-wrapper {
	background: #212126;
	display: inline-block;
	height: 100%;
	margin-bottom: 0;
	padding: 30px 26px;
	width: 100%;
}
.twitter-feed-area .news-block .item-block .content {
    color: #e7e7e7;
    border-top: none;
    display: block;
    padding: 10px 0 0;
    position: relative;
}
.twitter-feed-area p {
    color: #fff;
    line-height: 24px;
}
/* ----------------------------------------------------------------
	20.0 - Twitter Feed End
   -----------------------------------------------------------------*/

/* ---------------------------------------------------------------- 
	Youtube playlist covered by image
	-----------------------------------------------------------------*/
.custom_youtube_ovrelay {
	background-repeat: no-repeat!important;
    background-position: center!important;
	padding-top: 56%;
    border-bottom: 3px solid #00ad08;
    background-size: cover!important;
}
.custom_youtube_ovrelay:hover .play {
background: url(/wp-content/uploads/2018/06/youtube-logo-hd-8.png) no-repeat center center;
	background-size: 65px 50px;
	cursor:pointer;
}
.custom_youtube_ovrelay {
	cursor:pointer;
}
.custom_youtube_ovrelay .play {
	top: 40%;
    background: url(/wp-content/uploads/2018/06/youtube-black-hd-8.png) no-repeat center center;
    background-size: 65px 50px;
    position: absolute;
	cursor:pointer;
    height: 66px;
	transition-duration:0.5s;
    width: 93%;
    opacity: .8;
    transition: all 0.2s ease-out;
}
.youtube-iframe.activevideo {
	border-bottom: 3px solid #00ad08; 
	/* padding-top: 56%; */ 
	height: 300px!important;
}

.wpb-js-composer .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: #00ad08;
background-color: #00ad08;
}

.subscribe-label {
font-weight: 400!important;
	padding-left: 5px;
}

.fa-calendar:before {
	color: #999;
	margin-right: 1px;
}

.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.container-half .item-content  h3 a {
	font-family: 'Roboto Condensed', serif!important;
	font-weight:600!important;
	color:#555!important;
}

.single-tv_schedule .breaking-ticker {
    /*display: none;*/
}
.single-tv_schedule .entry-footer {
    display: none;
}

.single-tv_schedule .entry-meta {
	display:none!important;
}

.single-tv_schedule .entry-media {
max-width: 345px;
float: left;
margin-right: 20px;
}	
.title-time{
	top:0; left: 0; position: absolute; background-color: rgba(0,0,0,0.5); color: #fff; padding: 2px 15px;
	font-size: 11px;
}
@media screen and (max-width: 600px){
	.flexslider div.meta{
		position: static;
	}
	.flexslider{
		background-color: #ececed ;
	}
}

.outer-rss, .outer, .outer-single, .newsticker-area-single, .container.breaking-ticker{
	display: block !important;
}

.mainslidercat {
color: #fff !important; font-size: 13px; font-weight: 500; letter-spacing: .03em; background-color: #00ad08; padding: 4px 12px; position: absolute; top: 20px; left: 15px; z-index: 3;
}