/************************************************/
/* NORMALIZE                                    */
/************************************************/

@import url('normalize.css');

/************************************************/
/* GROUPING                                     */
/************************************************/

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .group {
	zoom: 1;
} /* IE6 */
*:first-child+html .group {
	zoom: 1;
} /* IE7 */
.reset {
	clear: both !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	float: none !important
}
.clearfix {
    box-sizing: border-box;
    clear: both;
    float: none;
    height: 0;
    width: 100%;
}



/************************************************/
/* SELECTION                                    */
/************************************************/

::-moz-selection {
	text-shadow: none;
	background: #B00000;
	color: #ffffff;
}
::selection {
	text-shadow: none;
	background: #B00000;
	color: #ffffff;
}

/************************************************/
/* PLACEHOLDER                                  */
/************************************************/

::-webkit-input-placeholder{color: #999999;}
:-moz-placeholder{color: #999999;}
::-moz-placeholder{color: #999999;}
:-ms-input-placeholder{color: #999999;}

/************************************************/
/* START                                        */
/************************************************/

body {
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family: 'Raleway', sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
	width: 100%;
	font-size: 100%;
}
body.dark-bg {
    background: #282828 none repeat scroll 0 0;
}
* {
	padding: 0;
	margin: 0;
}
a:link, a:visited, a:active {
	text-decoration: none;
	outline: none;
	color: #000;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
a:hover {
	text-decoration: underline;
	color:#999999;
}
a img {
	border: none;
}
ul, ol, dl, p, ul li, ol li {
	padding: 0;
	margin: 0;
}
input[type="submit"]{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

/************************************************/
/* END                                          */
/************************************************/

/************************************************/
/* PAGINATOR STYLE START                        */
/************************************************/
/*
.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#ffffff;
	background: #555;
}
 
.pagination a:hover{
	color:#ffffff;
	background: #3279BB; /** change this **/
/*}

 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #3279BB; /** change this **/
/*	color:#ffffff;
}
*/
#paginator {
    padding: 3rem 0 0;
	clear: both;
}
#paginator .pagination {
    float: right;
}
#paginator .pagination a:link, #paginator .pagination a:visited, #paginator .pagination a:active {
    background: #c71b1b none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: fontawesome;
    font-size: 2rem;
    height: 38px;
    line-height: 1;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 38px;
}


#paginator .pagination a:hover {
    background: #262626 none repeat scroll 0 0;
}
#paginator .pagination .current .xtat {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 400;
    left: 0;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 100%;
}



#paginator .pagination a:last-child:link, #paginator .pagination a:last-child:visited, #paginator .pagination a:last-child:active {
    margin: 0 0 0 0.5rem;
}
#paginator .pagination a:last-child:hover{}

#paginator .pagination .current {
    background: #c71b1b none repeat scroll 0 0;
    height: 38px;
    margin: 0 0.5rem;
    position: relative;
    vertical-align: top;
    width: 38px;
	display: none; 
}

.xtot {
    position: absolute;
    right: 11px;
    top: 2px;
	font-style: normal
}
.xtat {
    left: 10px;
    position: absolute;
    top: 2px;
	font-style: normal
}

/************************************************/
/* PAGINATOR STYLE END                          */
/************************************************/


/************************************************
HEADER AREA START
************************************************/
#sec-header {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    padding: 0.625rem 0 0 0;
	z-index: 9999;
}
.dark-bg #sec-header {
    background: #000000 none repeat scroll 0 0;
	border-bottom: 1px solid #000000;
}
#master-header {
    margin: 0 auto;
    width: 1200px;
}

#header-left {
    float: left;
    width: 77%;
}
#header-right {
    float: right;
	width: 20%
}

#logo {
    display: block;
    float: left;
    width: 9.19913%;
}












#search-header-holder {
    border-left: 3px solid #000000;
    float: right;
    height: 21px;
    margin: 0;
    padding: 0 0 0.26rem 0.5rem;
    position: relative;
    width: 1.8rem;
}
.dark-bg #search-header-holder {
    border-left: 3px solid #ffffff;
}
#the-search-header {
	position: absolute;
	right: 0;
	top: -7px;
}
#search-header-holder #the-search-header fieldset::after {
    color: #000000;
    content: "";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.125rem;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 10px;
    z-index: 1;
}
.dark-bg #search-header-holder #the-search-header fieldset::after {
    color: #ffffff;
}
#search-header-holder #the-search-header fieldset::after {
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#search-header-holder #the-search-header fieldset {
	position: absolute;
	right: 0;
	top: 0;
}
#search-header-holder #the-search-header .search-field:focus {
    background-color: #000000;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-size: 0.8rem;
    margin: 7px 3.5em 0 0;
    opacity: 1;
    padding: 0.36em 0.5em;
    width: 230px;
}
.dark-bg #search-header-holder #the-search-header .search-field:focus {
    background-color: #ffffff;
    color: #000000;
}
#search-header-holder #the-search-header .search-field {
	background-color: transparent;
	border: medium none;
	border-radius: 0;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	font-size: 0.875em;
	height: auto;
	line-height: normal;
	margin: 7px 2px 0 0;
	opacity: 0;
	padding: 0.1em 1em 0.5em;
	position: relative;
	transition: width 400ms ease 0s, background 400ms ease 0s;
	width: 0;
	z-index: 2;
}

#sec-header.sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
#sec-header.mmobile-menu-activated {
    padding: 0.625rem 0 0;
}

#sec-header{
}





#slickerbtn {
    border-radius: 4px;
    cursor: pointer;
    display: block;
    float: left;
    line-height: 1.125em;
    margin: 4px 0.7rem 0 0;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

#slickerbtn * {
    box-sizing: border-box;
}
#slickerbtn .slicknav_no-text {
    margin: 0;
}

#slickerbtn .slicknav_icon-bar {
    background-color: #000000;
}
.dark-bg #slickerbtn .slicknav_icon-bar {
    background-color: #ffffff;
}

#slickerbtn .slicknav_icon-bar {
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 0.18em;
    width: 1.125em;
}
#slickerbtn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

#responsive-menu{display: none}

#slickerbtn{display: none;}

#responsive-menu {
    clear: both;
    float: none;
    width: 100%;
}

#responsive-menu .slicknav_menu > .slicknav_btn{display: none !important;}

#responsive-menu .slicknav_menu {
    background: transparent none repeat scroll 0 0;
    padding: 0;
}

#responsive-menu .slicknav_menu .slicknav_nav{}



/************************************************
HEADER AREA END
************************************************/



/************************************************/
/* RESPONSIVE MENU STYLE START                  */
/************************************************/
#responsive-menu {
	margin: 0 auto;
}
#responsive-menu .slicknav_menu {
	background: transparent none repeat scroll 0 0;
	padding: 0;
}
#responsive-menu .slicknav_menu > .slicknav_btn {
	background: #694326 none repeat scroll 0 0;
	border-radius: 5px;
	margin: 0;
}
#responsive-menu .slicknav_menu > .slicknav_btn:hover {
	background: #e35933 none repeat scroll 0 0;
}
#responsive-menu .slicknav_menu > .slicknav_btn.slicknav_open {
	background: #e35933 none repeat scroll 0 0;
}
#responsive-menu .slicknav_menu > .slicknav_btn .slicknav_menutxt {
	font-family: "Arvo", serif;
	font-weight: 400;
	text-shadow: none;
	text-transform: capitalize;
}
#responsive-menu .slicknav_menu > .slicknav_btn .slicknav_icon .slicknav_icon-bar {
	box-shadow: none;
}
#responsive-menu .slicknav_menu .slicknav_nav {
	font-size: inherit;
	padding: 0.5rem 0 0;
}

#responsive-menu .slicknav_menu .slicknav_nav > li {
    border-top: 1px solid #343434;
    font-size: 0.959rem;
    line-height: 120%;
    text-align: unset;
    text-transform: capitalize;
	font-family: "Ubuntu",sans-serif;
}
#responsive-menu .slicknav_menu .slicknav_nav > li.slicknav_open > a:before{
    border-left: 3px solid #ffffff;
    color: #bf1e2e;
    content: ".";
    opacity: 1;
    padding: 0 0.5rem 0 0;
    width: 3px;
}
#responsive-menu .slicknav_menu .slicknav_nav > li.slicknav_open > a:link,
#responsive-menu .slicknav_menu .slicknav_nav > li.slicknav_open > a:visited,
#responsive-menu .slicknav_menu .slicknav_nav > li.slicknav_open > a:active,
#responsive-menu .slicknav_menu .slicknav_nav > li.slicknav_open > a:hover{
	background: #bf1e2e none repeat scroll 0 0;
}
#responsive-menu .slicknav_menu .slicknav_nav > li:first-child{border-top: 0 none;}
#responsive-menu .slicknav_menu .slicknav_nav > li > a:link, #responsive-menu .slicknav_menu .slicknav_nav > li > a:visited, #responsive-menu .slicknav_menu .slicknav_nav > li > a:active {
    background: #282828 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    margin: 0 auto;
    padding: 0.76rem 0.5rem;
    text-decoration: none;
}
#responsive-menu .slicknav_menu .slicknav_nav > li > a::before{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
}
#responsive-menu .slicknav_menu .slicknav_nav > li > a::before {
    border-left: 3px solid #ffffff;
    color: #282828;
    content: ".";
    opacity: 0;
    padding: 0 0.5rem 0 0;
    width: 3px;
}
#responsive-menu .slicknav_menu .slicknav_nav > li > a:hover::before {
    color: #bf1e2e;
    opacity: 1;
}

#responsive-menu .slicknav_menu .slicknav_nav > li > a:hover {
    background: #bf1e2e none repeat scroll 0 0;
}
#responsive-menu .slicknav_menu .slicknav_nav .slicknav_row > a:link, #responsive-menu .slicknav_menu .slicknav_nav .slicknav_row > a:visited, #responsive-menu .slicknav_menu .slicknav_nav .slicknav_row > a:active {
	background: transparent none repeat scroll 0 0;
	color: inherit;
	text-decoration: none;
}
#responsive-menu .slicknav_menu .slicknav_nav > li .sub-menu {
    background: #282828 none repeat scroll 0 0;
    margin: 0;
    padding: 0 0 0 5%;
    visibility: inherit !important;
}
#responsive-menu .slicknav_menu .slicknav_nav > li .sub-menu li:first-child {
}
#responsive-menu .slicknav_menu .slicknav_nav > li .sub-menu li {
    border-top: 1px solid #343434;
    font-family: "Ubuntu",sans-serif;
    font-size: 0.959rem;
    line-height: 120%;
    text-align: unset;
    text-transform: capitalize;
}
#responsive-menu .slicknav_menu .slicknav_nav > li .sub-menu li > a:link, 
#responsive-menu .slicknav_menu .slicknav_nav > li .sub-menu li > a:visited, 
#responsive-menu .slicknav_menu .slicknav_nav > li .sub-menu > li > a:active {
    background: #282828 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    margin: 0 auto;
    padding: 0.76rem 0.5rem;
    text-decoration: none;
}
#responsive-menu .slicknav_menu .slicknav_nav > li .sub-menu li > a:before{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
}
#responsive-menu .slicknav_menu .slicknav_nav > li .sub-menu li > a:before{
    border-left: 3px solid #ffffff;
    color: #282828;
    content: ".";
    opacity: 0;
    padding: 0 0.5rem 0 0;
    width: 3px;	
}
#responsive-menu .slicknav_menu .slicknav_nav > li .sub-menu li > a:hover:before{opacity:1; color: #bf1e2e}
#responsive-menu .slicknav_menu .slicknav_nav > li .sub-menu li > a:hover {
	background: #bf1e2e none repeat scroll 0 0;
}


#responsive-menu .slicknav_menu .slicknav_nav > li .sub-menu li.slicknav_open > a::before {
    border-left: 3px solid #ffffff;
    color: #bf1e2e;
    content: ".";
    opacity: 1;
    padding: 0 0.5rem 0 0;
    width: 3px;
}

#responsive-menu .slicknav_menu .slicknav_nav > li .sub-menu li.slicknav_open > a:link,
#responsive-menu .slicknav_menu .slicknav_nav > li .sub-menu li.slicknav_open > a:visited,
#responsive-menu .slicknav_menu .slicknav_nav > li .sub-menu li.slicknav_open > a:active,
#responsive-menu .slicknav_menu .slicknav_nav > li .sub-menu li.slicknav_open > a:hover{
	background: #bf1e2e none repeat scroll 0 0;
}


/************************************************/
/* RESPONSIVE MENU STYLE END                    */
/************************************************/


/************************************************
HOME TEMPLATE START
************************************************/
#sec-rotator {
    background: #444444 none repeat scroll 0 0;
    margin: 0 auto 2rem;
}
#sec-rotator.live-vid{}
#rotator-wrapper {
    background: #fbfbfb none repeat scroll 0 0;
    margin: 0 auto;
    width: 1200px;
}
#r-slider {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    float: left;
    margin: 0;
    position: relative;
    width: 50.9167%;
}
#r-slider .flex-viewport{}
#r-slider .slides{}
#r-slider .slides li{}
#r-slider .slides li img{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
}
#r-slider .slides li a:hover img{opacity:0.8}


#right-rotator {
    float: right;
    width: 49.0833%;
}
#right-rotator > h2 {
    background: #c61a1a none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 1.063rem;
    font-weight: 300;
    line-height: 120%;
    margin: 4% 0 0.5rem 5%;
    padding: 0.33rem 0.5rem;
    position: relative;
    text-transform: capitalize;
}
#right-rotator > h2::after {
    background: #c61a1a none repeat scroll 0 0;
    color: #c61a1a;
    content: "";
    height: 100%;
    position: absolute;
    right: -7px;
    top: 0;
    width: 5px;
}

#right-rotator > .rotator-btn {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 120%;
    padding: 1rem 0 0 5%;
    text-transform: uppercase;
}
#right-rotator > .rotator-btn .r-linker {
    background: #262625 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    padding: 0.63rem;
    position: relative;
	text-decoration:none;
}
.title-rotator-home-mobile{display: none;}
#right-rotator > .rotator-btn .r-linker:hover{
    background: #c61a1a none repeat scroll 0 0;	
}
#right-rotator > .rotator-btn .r-linker::after {
    background: #c61a1a none repeat scroll 0 0;
    content: "";
    font-family: fontawesome;
    font-size: 1.313rem;
    height: 100%;
    line-height: 200%;
    padding: 0 0.3rem;
    position: absolute;
    right: -24px;
    top: 0;
}


#r-carousel {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    margin: 0;
    position: relative;
}
#r-carousel .flex-viewport{}
#r-carousel .slides {
    transform: none !important;
    transition-duration: unset !important;
	
	-webkit-transition-duration unset !important
	-webkit-transform: none !important;
	
	
    width: auto !important;
}
.safari #r-carousel .slides{	-webkit-transform: none !important;}
#r-carousel .slides li {
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    float: none !important;
    padding: 0.8rem 0;
    width: 100% !important;
	cursor: pointer;
}
#r-carousel .slides li::first-child{}
#r-carousel .slides li h3 {
    color: #444444;
    font-size: 1.313rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 0.3rem 5%;
	position: relative;
}
#r-carousel .slides li p {
    color: #a6a6a6;
    font-family: "Roboto",sans-serif;
    font-size: 0.813rem;
    font-style: italic;
    line-height: 120%;
    padding: 0 0 0 5%;
}

#r-carousel .slides li.flex-active-slide{}
#r-carousel .slides li a, #r-carousel .slides li a * {
    text-decoration: none !important;
}
#r-carousel .slides li.flex-active-slide h3 {
    color: #dd3333;
}
#r-carousel .slides li.flex-active-slide h3::before {
    content: "";
    font-family: fontawesome;
    font-size: 19px;
    left: 6px;
    position: absolute;
    top: 0;
	opacity: 1;
	padding:0 0 0 1px;
}
#r-carousel .slides li.flex-active-slide h3:after{}

#r-carousel .slides li:hover h3{color: #dd3333;}
#r-carousel .slides li:hover h3::before {
    content: "";
    font-family: fontawesome;
    font-size: 19px;
    left: 6px;
    opacity: 1;
    padding: 0 0 0 1px;
    position: absolute;
    top: 0;
}
#r-carousel .slides li h3::before {
    content: "";
    font-family: fontawesome;
    font-size: 19px;
    left: 6px;
    opacity: 0;
    padding: 0 0 0 1px;
    position: absolute;
    top: 0;
}
#r-carousel .slides li h3::before{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
}

.the-red-title {
    background: #262625 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 1.063rem !important;
    font-weight: 300 !important;
    line-height: 120% !important;
    margin: 0 0 1.375rem !important;
    padding: 0.33rem 0.5rem !important;
    position: relative !important;
    text-transform: capitalize !important;
}
.the-red-title::after{
    background: #c61a1a none repeat scroll 0 0;
    color: #c61a1a;
    content: "";
    height: 100%;
    position: absolute;
    right: -7px;
    top: 0;
    width: 5px;	
}


#sec-categories {
    border-bottom: 1px solid #ebebeb;
	margin: 0 auto 2rem;
}
.author #sec-categories {
    border-bottom: 0 none;
    margin: 0 auto;
}
.tag #sec-categories {
    border-bottom: 0 none;
    margin: 0 auto;
	padding: 1.5rem 0 0 0
}
#categories-wrapper {
    margin: 0 auto;
    width: 1200px;
}
#categories-wrapper > h2{}

#categories-holder{}
#categories-holder .category-carousel{padding:0 0 1rem}
#categories-holder .category-carousel > h3 {
    background: #f0f0f0 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #000000;
    font-family: "Roboto",sans-serif;
    font-size: 1.063rem;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 0.6rem 5px;
    padding: 0.3rem 0.6rem;
    position: relative;
    text-transform: capitalize;
}

#categories-holder .category-carousel > h3 a:link, #categories-holder .category-carousel > h3 a:visited, #categories-holder .category-carousel > h3 a:active{color: #000000; text-decoration: none;}


#categories-holder .category-carousel .flexslider {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    margin: 0 auto;
    position: relative;
}
#categories-holder .category-carousel .flexslider .flex-viewport{}
#categories-holder .category-carousel .flexslider .slides{}
#categories-holder .category-carousel .flexslider .slides li {
    margin: 0 9.13px;
}
#categories-holder .category-carousel .flexslider .slides li:first-child {
    margin: 0 9.13px 0 0;
}
#categories-holder .category-carousel .flexslider .slides li:last-child{}
#categories-holder .category-carousel .flexslider .slides li img{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
}
#categories-holder .category-carousel .flexslider .slides li:hover img{opacity:0.8}



#categories-holder .category-carousel .flex-direction-nav{}
#categories-holder .category-carousel .flex-direction-nav .flex-nav-prev{}
#categories-holder .category-carousel .flex-direction-nav .flex-nav-prev .flex-prev {
    height: 32px;
    width: 33px;
	top: 41%
}
#categories-holder .category-carousel .flex-direction-nav .flex-nav-next .flex-next{
    height: 32px;
    width: 33px;	
	top: 41%
}

#categories-holder .category-carousel .flex-direction-nav .flex-nav-prev .flex-prev::before {
    color: #ffffff;
    content: "";
    font-family: fontawesome;
    font-size: 1.8rem;
    padding: 0 0 0 10px;
    position: relative;
    text-shadow: none;
}
#categories-holder .category-carousel .flex-direction-nav .flex-nav-next .flex-next::before{
    color: #ffffff;
    content: "";
    font-family: fontawesome;
    font-size: 1.8rem;
    padding: 0 10px 0 0;
    position: relative;
    text-shadow: none;	
}

#categories-holder .category-carousel .flex-direction-nav .flex-nav-prev .flex-prev:hover{}
#categories-holder .category-carousel .flex-direction-nav .flex-nav-next .flex-next:hover{}


#categories-holder .category-carousel .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: -50px;
}
#categories-holder .category-carousel .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
#categories-holder .category-carousel .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: -50px;
}
#categories-holder .category-carousel .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.image-holder-options {
    position: relative;
}
.image-holder-options > a{}
.image-holder-options > a:hover{}
.image-holder-options > a:hover img{}
.image-holder-options > a img{}
.image-holder-options .option-wrapper{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
	opacity:0;
}
.image-holder-options .option-wrapper {
    background: rgba(0, 0, 0, 0) url("images/bg-hcaro.png") repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
	box-sizing:border-box;
}
.image-holder-options:hover .option-wrapper{opacity:1;}
.image-holder-options .option-wrapper .option-inner {
    box-sizing: border-box;
    height: 100%;
    padding: 1rem;
}
.image-holder-options .option-wrapper .option-inner .the_author {
    color: #ffffff;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 600;
    line-height: 120%;
    padding: 2.5rem 0 0.2rem;
}
.image-holder-options .option-wrapper .option-inner .the-title {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 150%;
    padding: 0 0 0.2rem;
}
.image-holder-options .option-wrapper .option-inner .the-title a:link, .image-holder-options .option-wrapper .option-inner .the-title a:visited, .image-holder-options .option-wrapper .option-inner .the-title a:active {
    color: #ffffff;
	text-decoration: none;
}
.image-holder-options .option-wrapper .option-inner .the-title a:hover{}
 

.image-holder-options .option-wrapper .option-inner .smi {
    font-family: fontawesome;
    font-size: 1rem;
    line-height: 120%;
	padding:0 0 0.2rem 0;
}
.image-holder-options .option-wrapper .option-inner .smi a:link, .image-holder-options .option-wrapper .option-inner .smi a:visited, .image-holder-options .option-wrapper .option-inner .smi a:active {
    color: #ffffff;
    margin: 0 4px 0 0;
    text-decoration: none;
}
.image-holder-options .option-wrapper .option-inner .smi a:hover{opacity:0.8}
.caro-linker {
    font-size: 0.8rem;
    line-height: 100%;
    padding: 0.2rem 0 0;
    text-transform: uppercase;
}
.caro-linker .crl {
    background: #a2a2a2 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    padding: 0.4rem;
    position: relative;
    text-decoration: none;
}
.caro-linker .crl:hover{
	background: #c61a1a none repeat scroll 0 0;	
}
.caro-linker .crl::after {
    background: #c61a1a none repeat scroll 0 0;
    content: "";
    font-family: fontawesome;
    font-size: 1rem;
    height: 100%;
    line-height: 160%;
    padding: 0 0.3rem;
    position: absolute;
    right: -21px;
    top: 0;
}


#categories-holder .category-carousel .flexslider .slides li h4 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 120%;
    padding: 0.7rem 0 0;
}
#categories-holder .category-carousel .flexslider .slides li h4 a:link, #categories-holder .category-carousel .flexslider .slides li h4 a:visited, #categories-holder .category-carousel .flexslider .slides li h4 a:active {
    color: #ed2020;
    text-decoration: none;
}
#categories-holder .category-carousel .flexslider .slides li h4 a:hover {
    color: #444444;
}
.caro-title-mobile{display: none}
.caro-title-desktop{}


#sec-ep {
    border-bottom: 1px solid #ebebeb;
    margin: 0 auto 2rem;
    padding: 0 0 1rem;
}
#ep-wrapper {
    margin: 0 auto;
    width: 1200px;
}
#editors-pick {
    float: left;
    width: 65%;
}
#popular-articles {
    border-left: 1px solid #ebebeb;
    float: right;
    height: 100%;
    padding: 0 0 0 1.3rem;
    position: relative;
    width: 31.667%;
}


#editors-pick-holder{}
#editors-pick-holder .editors-pick-x {
    float: left;
    padding: 0 0 1.5rem;
    width: 47.1795%;
}
#editors-pick-holder .editors-pick-x.last {
    float: right;
}
#editors-pick-holder .clearthis {
    clear: both;
    display: block;
    float: none !important;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

#editors-pick-holder .editors-pick-x > a > img {
    float: left;
    width: 54.3478%;
}
#editors-pick-holder .editors-pick-x > a > img{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
}
#editors-pick-holder .editors-pick-x > a:hover > img{opacity:0.8}


#editors-pick-holder .editors-pick-x .ep-content {
    float: right;
    width: 41%;
}
#editors-pick-holder .editors-pick-x .ep-content.no-img {
    float: none;
    width: auto;
}
#editors-pick-holder .editors-pick-x .ep-content .cat-link {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 0.5rem;
}
#editors-pick-holder .editors-pick-x .ep-content .cat-link .catl {
    background: #eeeeee none repeat scroll 0 0;
    display: inline-block;
    padding: 0.3rem;
    text-decoration: none;
}
#editors-pick-holder .editors-pick-x .ep-content .cat-link .catl:hover{}
#editors-pick-holder .editors-pick-x .ep-content .cat-link .catl::after{}

#editors-pick-holder .editors-pick-x .ep-content h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 0.5rem;
}
#editors-pick-holder .editors-pick-x .ep-content h3 a:link, #editors-pick-holder .editors-pick-x .ep-content h3 a:visited,
#editors-pick-holder .editors-pick-x .ep-content h3 a:active{
    color: #ed2020;
    text-decoration: none;	
}
#editors-pick-holder .editors-pick-x .ep-content h3 a:hover{color: #444444;}

#editors-pick-holder .editors-pick-x .ep-content .editors-linker{
    font-size: 0.8rem;
    line-height: 100%;
    padding: 0.2rem 0 0;
    text-transform: uppercase;	
}
#editors-pick-holder .editors-pick-x .ep-content .editors-linker .edl{
    background: #a2a2a2 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    padding: 0.4rem;
    position: relative;
    text-decoration: none;	
}
#editors-pick-holder .editors-pick-x .ep-content .editors-linker .edl:hover{background: #c61a1a none repeat scroll 0 0;}
#editors-pick-holder .editors-pick-x .ep-content .editors-linker .edl::after{
    background: #c61a1a none repeat scroll 0 0;
    content: "";
    font-family: fontawesome;
    font-size: 1rem;
    height: 100%;
    line-height: 160%;
    padding: 0 0.3rem;
    position: absolute;
    right: -21px;
    top: 0;	
}


#pa-wrapper{}
#pa-wrapper .pa-holder{padding:0 0 2rem}
#pa-wrapper .pa-holder:first-child{}
#pa-wrapper .pa-holder .left-number {
    float: left;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 300;
    padding: 0 2% 0 0;
    width: 6%;
}
.dark-bg #pa-wrapper .pa-holder .left-number {color:#ffffff;}

#pa-wrapper .pa-holder .right-content {
    float: left;
    width: 91%;
}
#pa-wrapper .pa-holder .right-content h3 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 0.5rem;
}
#pa-wrapper .pa-holder .right-content h3 a:link, #pa-wrapper .pa-holder .right-content h3 a:visited, #pa-wrapper .pa-holder .right-content h3 a:active{
    color: #444444;
    text-decoration: none;	
}
.dark-bg #pa-wrapper .pa-holder .right-content h3 a:link, .dark-bg #pa-wrapper .pa-holder .right-content h3 a:visited, .dark-bg #pa-wrapper .pa-holder .right-content h3 a:active{color: #ffffff;}
#pa-wrapper .pa-holder .right-content h3 a:hover {
    color: #ed2020;
}
.dark-bg #pa-wrapper .pa-holder .right-content h3 a:hover {
    color: #c61a1a;
}

#pa-wrapper .pa-holder .right-content p {
    color: #000000;
    font-size: 0.875rem;
    line-height: 120%;
    margin: 0;
    padding: 0;
}
.dark-bg #pa-wrapper .pa-holder .right-content p{color: #ffffff;}
#wpstats{display: none !important;}
#sec-va{}
#va-warapper {
    margin: 0 auto;
    width: 1200px;
}
#home-video {
    float: left;
    width: 65%;
}
#home-audio {
    border-left: 1px solid #ebebeb;
    float: right;
    height: 100%;
    padding: 0 0 0 1.3rem;
    position: relative;
    width: 31.667%;
}

#video-home-holder{padding: 0 0 1.5rem}
#video-home-holder .hvideo.last {
    float: right;
}
#video-home-holder .hvideo {
    float: left;
    width: 48.5%;
}

#video-home-holder .hvideo .hv-date {
    color: #a2a2a2;
    font-family: "roboto",sans-serif;
    font-size: 0.813rem;
    font-style: italic;
    font-weight: 300;
    padding: 0 0 0.5rem;
}
.dark-bg #video-home-holder .hvideo .hv-date {color: #8f8f8f;}
#video-home-holder .hvideo .vid-holder {
    padding: 0 0 0.5rem;
}
#video-home-holder .hvideo .vid-holder .video-wrapper {
    margin: 0 auto;
}
#video-home-holder .hvideo .vid-holder .video-wrapper .video-container{}
#video-home-holder .hvideo .vid-holder .video-wrapper .video-container{}

#video-home-holder .hvideo .v-title {
    color: #000000;
    font-family: "roboto",sans-serif;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 300;
    padding: 0 0 0.4rem;
}
.dark-bg #video-home-holder .hvideo .v-title{color: #ffffff;}
#video-home-holder .hvideo .smi{
    font-family: fontawesome;
    font-size: 1rem;
    line-height: 120%;
    padding: 0 0 0.2rem;	
}
#video-home-holder .hvideo .smi a:link, #video-home-holder .hvideo .smi a:visited, #video-home-holder .hvideo .smi a:active {
    color: #3c3c3c;
    margin: 0 2px 0 0;
    text-decoration: none;
}
.dark-bg #video-home-holder .hvideo .smi a:link, .dark-bg #video-home-holder .hvideo .smi a:visited, .dark-bg #video-home-holder .hvideo .smi a:active{color: #ffffff;}
#video-home-holder .hvideo .smi a:hover{opacity: 0.8;}


.rotator-btn {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 120%;
    padding: 0;
    text-transform: uppercase;
}
.rotator-btn .r-linker::after {
    background: #c61a1a none repeat scroll 0 0;
    content: "";
    font-family: fontawesome;
    font-size: 1.313rem;
    height: 100%;
    line-height: 200%;
    padding: 0 0.3rem;
    position: absolute;
    right: -24px;
    top: 0;
}
.rotator-btn .r-linker {
    background: #262625 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    padding: 0.63rem;
    position: relative;
    text-decoration: none;
}
.rotator-btn .r-linker:hover {
    background: #c61a1a none repeat scroll 0 0;
}




#audio-home-holder{}
#audio-home-holder > h3 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 0.1rem;
}
#audio-home-holder > .audio-date {
    color: #a2a2a2;
    font-family: "roboto",sans-serif;
    font-size: 0.813rem;
    font-style: italic;
    padding: 0 0 1rem;
}

.entry-audio{}
.entry-audio p {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 120%;
    padding: 0 0 1rem;
}
.entry-audio ul {
    list-style: inside none disc;
    padding: 0 0 1rem;
}
.entry-audio ul li:first-child {
    padding: 0;
}
.entry-audio ul li {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 120%;
    padding: 0.3rem 0 0;
}
.entry-audio ol {
    list-style: inside none decimal;
    padding: 0 0 1rem;
}
.entry-audio ol li{
    color: #000000;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 120%;
    padding: 0.3rem 0 0;	
}
.entry-audio ol li:first-child{padding: 0;}

.entry-audio h1, .entry-audio h2, .entry-audio h3, .entry-audio h4, .entry-audio h5, .entry-audio h6{}
.entry-audio h1{
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 1rem;	
}
.entry-audio h2{
    font-size: 1.20rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 1rem;	
}
.entry-audio h3{
    font-size: 1.10rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 1rem;	
}
.entry-audio h4{
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 1rem;	
}
.entry-audio h5{
    font-size: 1rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 1rem;	
}
.entry-audio h6{
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 1rem;	
}

.entry-audio iframe{}
.entry-audio a:link, .entry-audio a:visited, .entry-audio a:active{}
.entry-audio a:hover{}
.entry-audio p.smi{
    font-family: fontawesome;
    font-size: 1rem;
    line-height: 120%;
    padding: 0;	
}
.entry-audio p.smi a:link, .entry-audio p.smi a:visited, .entry-audio p.smi a:active{
    color: #3c3c3c;
    margin: 0 2px 0 0;
    text-decoration: none;	
}
.entry-audio p.smi a:hover{ opacity: 0.8;}
.rotator-btn.alinker {
    padding: 1rem 0;
}




/************************************************
HOME TEMPLATE END
************************************************/


/************************************************
FOOTER STYLE START
************************************************/

#sec-footer {
    background: #000000 none repeat scroll 0 0;
    margin: 5rem auto 0;
}
#master-footer {
    margin: 0 auto;
    padding: 3.313rem 0;
    width: 1200px;
}


#newsletter {
    background: #c61a1a none repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    margin: 0 11.8333% 0 0;
    padding: 1.5rem;
    width: 33.75%;
}

#newsletter > h3 {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 120%;
    padding: 0 0 1rem;
    text-transform: capitalize;
}
#newsletter > p {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 120%;
    margin: 0;
    padding: 0;
}
#newsletter-wrapper{padding: 0 0 1rem;}
#newsletter-wrapper .gform_wrapper {
    margin: 0 !important;
    max-width: inherit !important;
    padding: 0 !important;
    width: 100% !important;
}
#newsletter-wrapper .gform_wrapper form{
    margin: 0 !important;
    max-width: inherit !important;
    padding: 0 !important;
    width: 100% !important;	
}
#newsletter-wrapper .gform_wrapper form:after{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;	
}

#newsletter-wrapper .gform_wrapper form .gform_body {
    float: left !important;
    margin: 0 !important;
    max-width: inherit !important;
    padding: 0 !important;
    width: 66.5714% !important;
}
#newsletter-wrapper .gform_wrapper form .gform_body:after{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;	
}
#newsletter-wrapper .gform_wrapper form .gform_body input[type="submit"]{}
#newsletter-wrapper .gform_wrapper form .gform_body input[type="submit"]:hover{}


#newsletter-wrapper .gform_wrapper form .gform_body .gform_fields{}
#newsletter-wrapper .gform_wrapper form .gform_body .gform_fields .gfield {
    background: transparent none repeat scroll 0 0;
    border: 0 none !important;
    font-size: inherit;
    margin: 0 !important;
    max-width: inherit !important;
    padding: 0 !important;
    width: 100% !important;
}
#newsletter-wrapper .gform_wrapper form .gform_body .gform_fields .gfield label{display: none !important}

#newsletter-wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    box-sizing: border-box !important;
    margin: 0 !important;
    max-width: inherit;
    padding: 0 !important;
    width: 100% !important;
}
#newsletter-wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"] {
    border: 0 none;
    box-sizing: border-box;
    color: #000000;
    font-family: "roboto",sans-serif;
    font-size: 0.904rem;
    font-weight: 300;
    padding: 0.46rem;
    width: 100%;
}

.chrome #newsletter-wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"]{ padding: 0.5rem; }
.safari #newsletter-wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"] { padding: 0.56rem; }




#newsletter-wrapper .gform_wrapper form .gform_footer {
    clear: none;
    float: right;
    margin: 0;
    padding: 0;
    width: 32%;
}

#newsletter-wrapper .gform_wrapper form .gform_footer:after{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;	
}

#newsletter-wrapper .gform_wrapper form .gform_footer input[type="submit"] {
    background: #3c3c3c none repeat scroll 0 0;
    border: 0 none;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-family: "roboto",sans-serif;
    font-size: 0.875rem;
    padding: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#newsletter-wrapper .gform_wrapper form .gform_footer input[type="submit"]:hover{opacity: 0.8}

#newsletter-wrapper .gform_wrapper form .validation_error {
    border: 0 none;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 300;
    margin: 0;
    padding: 0 0 1rem;
}
#newsletter-wrapper .gform_wrapper form .gform_body .gform_fields .gfield .validation_message {
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 300;
    margin: 0 !important;
    padding: 4px 0 0 !important;
}

#master-footer .fn{}
#footer-nav-1 {
    float: left;
    padding: 0 8.91667% 0 0;
    width: 12.0833%;
}
#footer-nav-2 {
    float: left;
    width: 12.0833%;
}

#master-footer .fn > h3 {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 120%;
    padding: 0 0 1rem;
    text-transform: uppercase;
}
#master-footer .fn .fn-wrapper{}
#master-footer .fn .fn-wrapper .footerx-nav{}
#master-footer .fn .fn-wrapper .footerx-nav .sfx-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#master-footer .fn .fn-wrapper .footerx-nav .sfx-menu li {
    font-family: "roboto",sans-serif;
    font-size: 0.875rem;
    font-weight: 100;
    padding: 0.7rem 0 0;
    text-transform: lowercase;
}
#master-footer .fn .fn-wrapper .footerx-nav .sfx-menu li:first-child{padding: 0;}
#master-footer .fn .fn-wrapper .footerx-nav .sfx-menu li a:link, #master-footer .fn .fn-wrapper .footerx-nav .sfx-menu li a:visited, #master-footer .fn .fn-wrapper .footerx-nav .sfx-menu li a:active {
    color: #ffffff;
}
#master-footer .fn .fn-wrapper .footerx-nav .sfx-menu li a:hover{color: #c61a1a}

#copyright {
    float: right;
    width: 18%;
	text-align: right;
}

#footer-logo {
    display: inline-block;
    margin: 0 0 4.5rem;
    text-align: right;
}
#footer-logo:hover{opacity:0.8}

#copyright .smi {
    padding: 0 0 0.7rem;
    text-align: right;
}
#copyright .smi a:link, #copyright .smi a:visited, #copyright .smi a:active {
    display: inline-block;
    margin: 0 0 0 0.5rem;
}
#copyright .smi a:hover{}
#copyright .smi a:hover img{opacity:0.8}
#copyright .smi a img{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
}

#copyright .cptr {
    color: #ffffff;
    font-size: 0.6rem;
    line-height: 120%;
    text-align: right !important;
    text-transform: uppercase;
}
#copyright .cptr.linker {
    padding: 0.5rem 0 0;
}
#copyright .cptr.linker a:link, #copyright .cptr.linker a:visited, #copyright .cptr.linker a:active{color: #747474;}
#copyright .cptr.linker a:hover{color: #c61a1a;}

#copyright .cptr a:link, #copyright .cptr a:visited, #copyright .cptr a:active {
    color: #ffffff;
}
#copyright .cptr a:hover{color: #c61a1a}


/************************************************
FOOTER STYLE END
************************************************/

/************************************************
SINGLE POST TEMPALTE START
************************************************/
#sec-content {
    margin: 0.438rem auto 0;
}
#outer {
    margin: 0 auto;
    width: 1200px;
}
#inner{position: relative;}

#primary {
    border-right: 1px solid #ebebeb;
    box-sizing: border-box;
    float: left;
    padding: 0 2% 0 0;
    width: 66.6%;
}
.dark-bg #primary {
    border-right: 1px solid #7e7e7e;
}
#secondary {
    box-sizing: border-box;
    float: right;
    padding: 7rem 0 0;
    width: 31.5%;
}
#primary, #secondary, #clickthis{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
}

#primary.show-full {
    border-right: 0 none;
    padding: 0;
    width: 100%;
}
#secondary.show-none{
    width: 0%;
	display: none;
}
#clickthis {
    background: #eeeeee none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: right;
    height: 54px;
    position: absolute;
    right: 0;
    top: 0;
    width: 57px;
	z-index: 9999;
}
#clickthis::after {
    color: #c61a1a;
    content: "";
    font-family: fontawesome;
    font-size: 2.25rem;
    left: 23px;
    position: absolute;
    top: 7px;
}
#clickthis.open::after{
    color: #c61a1a;
    content: "";
    font-family: fontawesome;
    font-size: 2.25rem;
    left: 21px;
    position: absolute;
    top: 7px;	
}
#clickthis:hover{opacity: 0.8}

.single-liveblog_entry .entry-header {
    margin-top: 57px;
}

.single-liveblog_entry .entry-header,
.single-post .entry-header {
    padding: 0 0 1rem;
}
.single-post .cat-link {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 120%;
    padding: 1rem 0;
}
.single-post .cat-link .catl{
    background: #eeeeee none repeat scroll 0 0;
    display: inline-block;
    padding: 0.3rem;
    text-decoration: none;	
}
.single-post .cat-link .catl:hover{}

.single-liveblog_entry .entry-title,
.single-post .entry-title {
    color: #dd3333;
    font-size: 1.313rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 0.5rem;
}
.single-post.dark-bg .the-deyt {
    color: #8f8f8f;
}

.single-liveblog_entry .the-deyt,
.single-post .the-deyt{
    color: #a2a2a2;
    font-family: "roboto",sans-serif;
    font-size: 0.813rem;
    font-style: italic;
    font-weight: 300;
    padding: 0;	
}

.sub-title{}
.sub-title h2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 120%;
    padding: 0 0 1.5rem;
}
.dark-bg .sub-title h2 {
    color: #ffffff;
}

.featured-img-post {
    padding: 0 0 1.5rem;#
}
.featured-img-post img {
    display: block;
    margin: 0 0 0.2rem;
    width: 100%;
}
.featured-img-post .featured-img-title {
    font-size: 0.813rem;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
}
.dark-bg .featured-img-post .featured-img-title {
    color: #ffffff;
}

#smi-footer-post{padding:0 0 1rem}
#smi-footer-post > .smi{
    font-family: fontawesome;
    font-size: 1rem;
    line-height: 120%;
    padding: 0;	
}
#smi-footer-post > .smi a:link, #smi-footer-post > .smi a:visited, #smi-footer-post > .smi a:active{
    color: #3c3c3c;
    margin: 0 2px 0 0;
    text-decoration: none;
}
.dark-bg #smi-footer-post > .smi a:link, .dark-bg #smi-footer-post > .smi a:visited, .dark-bg #smi-footer-post > .smi a:active{
    color: #ffffff;
}
#smi-footer-post > .smi a:hover{opacity:0.8;}



.entry-content .one_half{}
.entry-content .one_half.last{}

#authorarea {
    padding: 0.5rem 0 0;
}
#authorarea > img {
    border: 0 none !important;
    box-shadow: none !important;
    float: left;
    width: 12.4191%;
}
#authorarea .author-right {
    float: right;
    width: 85%;
}
#authorarea .author-right .author-post {
    color: #c61a1a;
    font-family: "roboto",sans-serif;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    padding: 0 0 0.8rem;
}
#authorarea .author-right .author-post a:link, #authorarea .author-right .author-post a:visited, #authorarea .author-right .author-post a:active{color: #c61a1a;}
.dark-bg #authorarea .author-right .author-post span {
    color: #ffffff;
}
#authorarea .author-right .author-post span {
    color: #000000;
}
#authorarea .author-right .bio {
    color: #000000;
    font-family: "roboto",sans-serif;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 300;
    line-height: 140%;
    margin: 0;
    padding: 0;
}
.dark-bg #authorarea .author-right .bio{color: #ffffff;}
#authorarea .author-right.no-avatar {
    float: none;
    width: auto;
}
#authorarea .author-right .bio a:link, #authorarea .author-right .bio a:visited, #authorarea .author-right .bio a:active {
    color: #c61a1a;
}
#authorarea .author-right .bio a:hover{}
.gcard .grav-inner, .grav-hijack.grav-clone, .gcard .grav-tag a{display: none !important}

#tags {
    padding: 0 0 2rem;
}
#tags p {
    font-size: 0.875rem;
    line-height: 120%;
    text-transform: capitalize;
}
#tags p span.tag-title {
    background: #c61a1a none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    margin: 0 0.1rem 0.2rem 0;
    padding: 0.26rem 0.5rem;
}
#tags p span.taggers {
    background: #f0f0f0 none repeat scroll 0 0;
    color: #c61a1a;
    display: inline-block;
    margin: 0 0.05rem 0.2rem;
    padding: 0.26rem 0.5rem;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#tags p a:hover span.taggers {
    background: #e0e0e0 none repeat scroll 0 0;
}
.dark-bg .entry-content p {
    color: #ffffff;
}
/************************************************
SINGLE POST TEMPALTE START
************************************************/


/************************************************/
/* TYPO START START								*/
/************************************************/

.entry-content{}
.entry-content p {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
    padding: 0 0 1rem;
}

.entry-content > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 1rem;
}
.dark-bg .entry-content > ul > li{color: #ffffff;}
.entry-content > ul > li {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
    padding: 0.5rem 0 0 1.5rem;
    position: relative;
}
.entry-content > ul > li::before {
    color: #c61a1a;
    content: "";
    font-family: fontawesome;
    font-size: 0.875rem;
    left: 0;
    position: absolute;
}
.entry-content ul li:first-child {
    padding: 0 0 0 1.5rem;
}

.entry-content > ul > li ul {
    list-style: outside none none;
    margin: 0;
    padding: 0.5rem 0 0;
}
.entry-content > ul > li ul li{
    color: #000000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
    padding: 0.5rem 0 0 1.5rem;
    position: relative;
}
.dark-bg .entry-content > ul > li ul li{
    color: #ffffff;
}
.entry-content > ul > li ul li:first-child{    padding: 0 0 0 1.5rem;}
.entry-content > ul > li ul li::before{
    color: #c61a1a;
    content: "";
    font-family: fontawesome;
    font-size: 0.875rem;
    left: 0;
    position: absolute;
}

.entry-content .one_half > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 1rem;
}
.entry-content .one_half > ul > li {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
    padding: 0.5rem 0 0 1.5rem;
    position: relative;
}
.dark-bg .entry-content .one_half > ul > li{color: #ffffff;}
.entry-content .one_half > ul > li::before {
    color: #c61a1a;
    content: "";
    font-family: fontawesome;
    font-size: 0.875rem;
    left: 0;
    position: absolute;
}
.entry-content .one_half ul li:first-child {
    padding: 0 0 0 1.5rem;
}

.entry-content .one_half > ul > li ul {
    list-style: outside none none;
    margin: 0;
    padding: 0.5rem 0 0;
}
.entry-content .one_half > ul > li ul li{
    color: #000000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
    padding: 0.5rem 0 0 1.5rem;
    position: relative;
}
.dark-bg .entry-content .one_half > ul > li ul li{
    color: #ffffff;
}
.entry-content .one_half > ul > li ul li:first-child{    padding: 0 0 0 1.5rem;}
.entry-content .one_half > ul > li ul li::before{
    color: #c61a1a;
    content: "";
    font-family: fontawesome;
    font-size: 0.875rem;
    left: 0;
    position: absolute;
}

.entry-content .one_half > ol {
    counter-reset: item;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 1rem;
}
.entry-content .one_half > ol > li {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
    padding: 0.5rem 0 0 1.5rem;
    position: relative;
}
.dark-bg .entry-content .one_half > ol > li {
    color: #ffffff;
}
.entry-content .one_half > ol > li::before {
    color: #c61a1a;
    content: counter(item, decimal) ". ";
    counter-increment: item;
    font-style: italic;
    left: 0;
    position: absolute;
}
.entry-content .one_half > ol > li:first-child{    padding: 0 0 0 1.5rem;}

.entry-content .one_half > ol > li ol {
    counter-reset: xitem;
    list-style: outside none none;
    margin: 0;
    padding: 0.5rem 0 0;
}
.entry-content .one_half > ol > li ol li {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
    padding: 0.5rem 0 0 1.5rem;
    position: relative;
}
.dark-bg .entry-content .one_half > ol > li ol li {
    color: #ffffff;
}
.entry-content .one_half > ol > li ol li::before {
    color: #c61a1a;
    content: counter(xitem, lower-alpha) ". ";
    counter-increment: xitem;
    font-style: italic;
    left: 0;
    position: absolute;
}
.entry-content .one_half > ol > li ol li:first-child{    padding: 0 0 0 1.5rem;}

.entry-content > ol {
    counter-reset: item;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 1rem;
}
.entry-content > ol > li {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
    padding: 0.5rem 0 0 1.5rem;
    position: relative;
}
.dark-bg .entry-content > ol > li {color: #ffffff;}
.entry-content > ol > li::before {
    color: #c61a1a;
    content: counter(item, decimal) ". ";
    counter-increment: item;
    font-style: italic;
    left: 0;
    position: absolute;
}
.entry-content > ol > li:first-child{    padding: 0 0 0 1.5rem;}

.entry-content > ol > li ol {
    counter-reset: xitem;
    list-style: outside none none;
    margin: 0;
    padding: 0.5rem 0 0;
}
.entry-content > ol > li ol li {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
    padding: 0.5rem 0 0 1.5rem;
    position: relative;
}
.dark-bg .entry-content > ol > li ol li {
    color: #ffffff;
}
.entry-content > ol > li ol li::before {
    color: #c61a1a;
    content: counter(xitem, lower-alpha) ". ";
    counter-increment: xitem;
    font-style: italic;
    left: 0;
    position: absolute;
}
.entry-content > ol > li ol li:first-child{    padding: 0 0 0 1.5rem;}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 1rem;	
}
.dark-bg .entry-content h1, .dark-bg .entry-content h2, .dark-bg .entry-content h3, .dark-bg .entry-content h4, .dark-bg .entry-content h5, .dark-bg .entry-content h6{color:#ffffff;}

.entry-content h1 {font-size: 1.313rem;}
.entry-content h2 {font-size: 1rem;}
.entry-content h3 {font-size: 0.96rem;}
.entry-content h4 {font-size: 0.85rem;}
.entry-content h5 {font-size: 0.84rem;}
.entry-content h6 {font-size: 0.875rem;}

.entry-content a:link, .entry-content a:visited, .entry-content a:active {
    color: #c61a1a;
}
.entry-content a:hover{}

.wp-caption.alignnone {
    display: inline-block;
    margin: 0;
    max-width: 100%;
    width: auto !important;
	padding: 0 0 1em;	
}
.wp-caption.alignright {
    display: block;
    float: right;
    margin: 0;
    max-width: 100%;
    padding: 0 0 1em 1em;
    width: auto !important;
}
.wp-caption.alignleft {
    display: block;
    float: left;
    margin: 0;
    max-width: 100%;
    padding: 0 1em 1em 0;
    width: auto !important;
}
.wp-caption.aligncenter {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0 1em;
    width: auto !important;
}
.wp-caption.aligncenter img{margin:0 auto;}
.wp-caption img {
    display: block;
}
.wp-caption .wp-caption-text {
    font-size: 0.7em;
    padding: 0;
    text-align: center;
}

img.alignnone {
    display: block;
    float: none;
    margin: 0 0 1em;
}
img.alignright{
    display: block;
    float: right;
    margin: 0 0 1em 1em;
    padding: 0;	
}
img.alignleft {
    display: block;
    float: left;
    margin: 0 1em 1em 0;
    padding: 0;
}
img.aligncenter {
    display: block;
    float: none;
    margin: 0 auto 1em;
}

blockquote{}
blockquote p {
    padding: 0.5em 0 !important;
}

blockquote {
	font-family: Georgia, serif;
	font-size: 1em;
	font-style: italic;
	width: auto;
	margin: 0.25em 0 1em;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	border-left:3px dashed #c1c1c1;
	background:#eee;
}
.dark-bg blockquote{color:#ffffff;}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
.dark-bg blockquote cite {
	color: #e4e0e0;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}

/************************************************/
/* TYPO START END								*/
/************************************************/


/************************************************/
/* SIDEBAR START								*/
/************************************************/
#secondary #popular-articles {
    border-left: 0 none;
    float: none;
    width: auto;
}

#secondary #home-video {
    float: none;
    width: auto;
}

#secondary #home-video .hvideo {
    float: none;
    padding: 0 0 1rem;
    width: auto;
}
#secondary #home-video .hvideo.last{float: none;}

#secondary .sb-element:first-child {
    border-top: 0 none;
    margin: 0;
    padding: 0;
}
#secondary .sb-element {
    border-top: 1px solid #ebebeb;
    margin: 0.5rem auto 0;
    padding: 2rem 0 0;
}
.dark-bg #secondary .sb-element {
    border-top: 1px solid #7e7e7e;
}
.dark-bg #secondary .sb-element:first-child {
    border-top: 0 none !important;
}
/************************************************/
/* SIDEBAR END								*/
/************************************************/



/************************************************/
/* LOGO START								*/
/************************************************/

.black-logo{display: none;}
.dark-bg .white-logo{display: none;}
.dark-bg .black-logo{display: block;}

/************************************************/
/* LOGO END								*/
/************************************************/

/************************************************/
/* CATEGORY PAGE TEMPALTE START								*/
/************************************************/
.category #sec-categories{border-bottom: 0 none;}


#cat-view{}
#cat-view .pvc-class {
    float: left;
    margin: 0 auto;
    padding: 0 1.23% 2% 0;
    width: 23.75%;
}
#cat-view .pvc-class.last {
    float: right;
    margin: 0 auto;
    padding: 0 0 2%;
}

#cat-view .clearthis {
    clear: both;
    display: block;
    float: none;
    height: 0;
    width: 100%;
}

#cat-view .pvc-class > h4{
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 120%;
    padding: 0.7rem 0 0;	
}
#cat-view .pvc-class > h4 a:link, #cat-view .pvc-class > h4 a:visited, #cat-view .pvc-class > h4 a:active{
    color: #ed2020;
    text-decoration: none;	
}
#cat-view .pvc-class > h4 a:hover{color: #444444;}

#cat-view .pvc-class .image-holder-options{}
#cat-view .pvc-class .image-holder-options > a:link, #cat-view .pvc-class .image-holder-options > a:visited, #cat-view .pvc-class .image-holder-options > a:active{}
#cat-view .pvc-class .image-holder-options > a:hover{}
#cat-view .pvc-class .image-holder-options > a img{display: block;}

#cat-view .pvc-class .image-holder-options:hover{}
#cat-view .pvc-class .image-holder-options:hover .option-wrapper{opacity:0.8}

/************************************************/
/* CATEGORY PAGE TEMPALTE END								*/
/************************************************/


/************************************************/
/* VIDEO TEMPALTE START							*/
/************************************************/
.vs-wrapper {
}
.vs-wrapper .video-wrapper {
    margin: 0;
}
.vs-wrapper .video-wrapper .video-container {
    padding-bottom: 73%;
}
.vs-wrapper .video-wrapper .video-container iframe{}
.page-template-video #rotator-wrapper{background: transparent;}
.page-template-video #r-carousel .slides li {
    border-bottom: 1px solid #585858;
}
.page-template-video #r-carousel .slides li h3 {
    color: #ffffff;
}
.page-template-video #r-carousel .slides li.flex-active-slide h3 {
    color: #dd3333;
}
.page-template-video #r-carousel .slides li:hover h3{
    color: #dd3333;	
}
.page-template-video #sec-categories {
    border-bottom: 0 none;
    margin: 0 auto;
}


#video-list-page{}
#video-list-page .editors-pick-x {
    float: left;
    margin: 0 4.3% 3% 0;
    width: 30.4167%;
}
#video-list-page .editors-pick-x.last {
    float: right;
    margin: 0 0 3%;
    padding: 0;
}
#video-list-page .clearthis {
    clear: both;
    float: none;
    height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

#video-list-page .editors-pick-x img{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
	display: block;
}
#video-list-page .editors-pick-x img {
    float: left;
    width: 54.7945%;
}
#video-list-page .editors-pick-x a:hover img{
	opacity: 0.8;	
}

#video-list-page .editors-pick-x .ep-content {
    float: right;
    width: 41%;
}
#video-list-page .editors-pick-x .ep-content.no-img {
    float: none;
    width: auto;
}

#video-list-page .editors-pick-x .ep-content h3{
    font-size: 1rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 0.5rem;	
}
#video-list-page .editors-pick-x .ep-content h3 a:link, #video-list-page .editors-pick-x .ep-content h3 a:visited, #video-list-page .editors-pick-x .ep-content h3 a:active {
    color: #ffffff;
    text-decoration: none;
}
#video-list-page .editors-pick-x .ep-content h3 a:hover {
    color: #ed2020;
}

#video-list-page .editors-pick-x .ep-content .editors-linker{
    font-size: 0.8rem;
    line-height: 100%;
    padding: 0.2rem 0 0;
    text-transform: uppercase;	
}
#video-list-page .editors-pick-x .ep-content .editors-linker .edl{
    background: #a2a2a2 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    padding: 0.4rem;
    position: relative;
    text-decoration: none;	
}
#video-list-page .editors-pick-x .ep-content .editors-linker .edl:hover{background: #c61a1a none repeat scroll 0 0;}
#video-list-page .editors-pick-x .ep-content .editors-linker .edl::after{
    background: #c61a1a none repeat scroll 0 0;
    content: "";
    font-family: fontawesome;
    font-size: 1rem;
    height: 100%;
    line-height: 160%;
    padding: 0 0.3rem;
    position: absolute;
    right: -21px;
    top: 0;	
}
/************************************************/
/* VIDEO TEMPALTE END							*/
/************************************************/

/************************************************/
/* TEMPLATE DEFAULT START						*/
/************************************************/
.page-template-default #sec-content {
    margin: 2rem auto 0;
}
#primary.the-page {
    border-right: 0 none;
    box-sizing: border-box;
    float: none;
    padding: 0;
    width: 100%;
}
/************************************************/
/* TEMPLATE DEFAULT END						*/
/************************************************/


/************************************************/
/* TEMPLATE ABOUT START						*/
/************************************************/
#sec-content.poste {
    margin: 2rem auto 0;
}

#team{}
#team .team-class.last {
    float: right;
    margin: 0;
    padding: 0 0 3.2%;
}
#team .team-class {
    float: left;
    padding: 0 3.2% 3.2% 0;
    width: 14%;
}
#team .team-class img {
    display: block;
    margin: 0 auto 0.5rem;
}
#team .team-class .nteam {
    color: #ed2020;
    line-height: 120%;
    padding: 0 0 0.2rem;
	text-transform: capitalize;
}
#team .team-class .pteam {
    font-style: italic;
    font-weight: 300;
    line-height: 120%;
    padding: 0;
	text-transform: capitalize;
}

#team .clearthis {
    clear: both;
    float: none;
    height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}
#team-holder {
    padding: 0.5rem 0 0;
}
/************************************************/
/* TEMPLATE ABOUT END						*/
/************************************************/

/************************************************/
/* TEMPLATE CONTACT START */
/************************************************/
#contact-left{
    float: left;
    width: 47%;	
}
#contact-right {
    float: right;
    width: 47%;
}
#contact-left > p span {
    color: #c61a1a;
    display: block;
    text-transform: uppercase;
}
#cf-wrapper {
    min-height: 287px;
    padding: 0 0 2rem;
}
#cf-wrapper .gform_wrapper {
    box-sizing: border-box;
    margin: 0 auto !important;
    max-width: inherit !important;
    padding: 0 !important;
    width: 100% !important;
}

#cf-wrapper .gform_wrapper form{
    box-sizing: border-box;
    margin: 0 auto !important;
    max-width: inherit !important;
    padding: 0 !important;
    width: 100% !important;	
}
#cf-wrapper .gform_wrapper form .gform_heading{display: none;}

#cf-wrapper .gform_wrapper form .gform_body {
    margin: 0 !important;
    max-width: inherit !important;
    padding: 0 !important;
    width: 100% !important;
}
#cf-wrapper .gform_wrapper form .gform_body .gform_fields{}
#cf-wrapper .gform_wrapper form .gform_body .gform_fields .gfield {
    background: transparent none repeat scroll 0 0 !important;
    border: 0 none !important;
    box-sizing: border-box;
    margin: 0 !important;
    max-width: inherit !important;
    padding: 0 0 1rem !important;
    width: 100% !important;
}
#cf-wrapper .gform_wrapper form .gform_body .gform_fields .gfield.gf_left_half {
    float: left;
    width: 49% !important;
}
#cf-wrapper .gform_wrapper form .gform_body .gform_fields .gfield.gf_right_half{
    float: right;
    width: 49% !important;	
}

#cf-wrapper .gform_wrapper form .gform_body .gform_fields .gfield label{display: none}
#cf-wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    box-sizing: border-box !important;
    margin: 0 !important;
    max-width: inherit !important;
    padding: 0 !important;
    width: 100% !important;
}
#cf-wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"] {
    border: 1px solid #8f8f8f;
    border-radius: 3px;
    color: #000000;
    font-size: 0.8rem;
    margin: 0 !important;
    max-width: inherit !important;
    padding: 0.6rem 0.5rem;
    width: 100% !important;
}

#cf-wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    border: 1px solid #8f8f8f;
    border-radius: 3px;
    color: #000000;
    font-size: 0.8rem;
    margin: 0 !important;
    max-width: inherit !important;
    padding: 0.6rem 0.5rem;
    width: 100% !important;
}



#cf-wrapper .gform_wrapper form .gform_footer {
    margin: 0;
    padding: 0;
	display: inline-block;
	position: relative;
}

#cf-wrapper .gform_wrapper form .gform_footer::after {
    background: #c61a1a none repeat scroll 0 0;
    color: #ffffff;
    content: "";
    font-family: fontawesome;
    font-size: 1.313rem;
    height: 100%;
    line-height: 200%;
    padding: 0 0.3rem;
    position: absolute;
    right: -24px;
    top: 0;
}

#cf-wrapper .gform_wrapper form .gform_footer input[type="submit"] {
    background: #262626 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 400;
    padding: 0.63rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
#cf-wrapper .gform_wrapper form .gform_footer input[type="submit"]::after{
    background: #c61a1a none repeat scroll 0 0;
    content: "";
    font-family: fontawesome;
    font-size: 1.313rem;
    height: 100%;
    line-height: 200%;
    padding: 0 0.3rem;
    position: absolute;
    right: -24px;
    top: 0;	
}
#cf-wrapper .gform_wrapper form .gform_footer input[type="submit"]:hover{
    background: #c61a1a none repeat scroll 0 0;	
}
#cf-wrapper .gform_wrapper form .gform_footer img {display:none;}
#cf-wrapper .gform_wrapper form .validation_error {
    border: 0 none;
    color: #c61a1a;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    padding: 0 0 1rem;
}
#cf-wrapper .gform_wrapper form .gform_body .gform_fields .gfield .validation_message {
    color: #c61a1a;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
    margin: 0 !important;
    padding: 5px 0 0 !important;
}
#cf-wrapper .gform_confirmation_wrapper {
    color: #c61a1a;
    font-size: 0.875rem;
    line-height: 120%;
    margin: 0;
    padding: 0;
}
#newsletter-wrapper .gform_confirmation_message {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 120%;
    margin: 0 !important;
    padding: 0 !important;
}
/************************************************/
/* TEMPLATE CONTACT END */
/************************************************/


/************************************************/
/* TEMPLATE SEARCH START*/
/************************************************/

#search-result{}
#search-result .sxr-class:first-child {
    border-top: 0 none;
    margin: 0;
    padding: 0;
}
#search-result .sxr-class {
    border-top: 1px solid #ebebeb;
    margin: 1.5rem 0 0;
    padding: 1.5rem 0 0;
}

#search-result .sxr-class .entry-header{}
#search-result .sxr-class .entry-header h2 {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 0.2rem;
}
#search-result .sxr-class .entry-header h2 a:link, #search-result .sxr-class .entry-header h2 a:visited, #search-result .sxr-class .entry-header h2 a:active {
    color: #c61a1a;
    text-decoration: none;
}
#search-result .sxr-class .entry-header h2 a:hover {
    color: #444444;
}

#search-result .sxr-class .entry-content{}
#search-result .sxr-class .entry-content .s-excerpt {
    padding: 0 0 0.2rem;
}
#search-result .sxr-class .entry-content .sx-linker {
    padding: 0;
    text-transform: capitalize;
}

#the-search-header-mobile{}
#the-search-header-mobile #xsearchform{}
#the-search-header-mobile #xsearchform fieldset {
    display: inline-block;
    position: relative;
    width: 75%;
}
#the-search-header-mobile #xsearchform fieldset::after {
    color: #000000;
    content: "";
    font-family: fontawesome;
    font-size: 1.3rem;
    position: absolute;
    right: 1.5%;
    top: 8px;
}
#the-search-header-mobile #xsearchform fieldset input[type="search"], #the-search-header-mobile #xsearchform fieldset input[type="text"] {
    border: 1px solid #8f8f8f;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000000;
    font-size: 0.8rem;
    margin: 0 !important;
    max-width: inherit !important;
    padding: 0.6rem 2.3rem 0.6rem 0.5rem;
    width: 100%;
}
/************************************************/
/* TEMPLATE SEARCH END*/
/************************************************/


/************************************************/
/* TEMPLATE VIDEO STREAMER START*/
/************************************************/
#vid-streamer-wrapper{
    background: #000000 none repeat scroll 0 0;
    margin: 0 auto;
    width: 1200px;	
}
#live-video-holder{
	background: #000000 none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 50.9167%;	
	min-height: 438px;
}

#live-content-holder {
    background: #fbfbfb none repeat scroll 0 0;
    float: right;
    min-height: 438px;
    width: 49.0833%;
}

#video-info {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 3%;
    padding: 4% 0 3% 5%;
}
#video-info .sub-title-video::after {
    content: "";
    font-family: fontawesome;
    font-size: 1.1rem;
    padding: 0 0 0 0.7rem;
}
#video-info .sub-title-video {
    color: #ed2020;
    font-size: 1.313rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 0.2rem;
}
#video-info .v-date{
    color: #a6a6a6;
    font-family: "Roboto",sans-serif;
    font-size: 0.813rem;
    font-style: italic;
    line-height: 120%;
    padding: 0;	
}
#video-content {
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    margin: 0 0 4%;
    padding: 0 5% 4%;
}

#video-content p:first-child {
    padding: 0;
}
#video-content p {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 130%;
    padding: 1rem 0 0;
}

#live-content-holder #right-rotator {
    float: none;
    width: auto;
}

#live-content-holder #right-rotator > .rotator-btn {
    padding: 0 0 0 5%;
}
/************************************************/
/* TEMPLATE VIDEO STREAMER END*/
/************************************************/









#mob-info {
    background: #282828 none repeat scroll 0 0;
    display: none;
    padding: 1.5rem 1.28rem 3rem;
}

#resp-smi {
    font-family: fontawesome;
    font-size: 1.5rem;
    padding: 0;
}
#resp-smi a:link, #resp-smi a:visited, #resp-smi a:active {
    color: #ffffff;
    margin: 0 0.6rem 0 0;
    text-decoration: none;
}
#resp-smi a:hover{opacity:0.8}

#mob-info .cptr {
    color: #ffffff;
    font-family: "Ubuntu",sans-serif;
    font-size: 0.704rem;
    line-height: 120%;
    padding: 0 0 1rem;
}
#mob-info .cptr a:link, #mob-info .cptr a:visited, #mob-info .cptr a:active {
    color: #ffffff;
}
#mob-info .cptr a:hover{color: #bf1e2e;}

#retina-white-logo{display: none;}
#retina-black-logo{display: none;}
.dark-bg #retina-white-logo {display: none !important;}



/************************************************/
/* MEDIA QUERIES                                */
/************************************************/

/*iPad - Landscape*/
@media only screen and (min-width : 981px) and (max-width : 1024px) {
	
	#master-header, #categories-wrapper, #ep-wrapper, #va-warapper, #master-footer, #outer {width: 96%;}
	#editors-pick {width: 63%;}
	
	#header-left {width: 90%;}
	#rotator-wrapper, #vid-streamer-wrapper{width: 100%;}
	
	#thenavigator > li > a:link, #thenavigator > li > a:visited, #thenavigator > li > a:active {
		padding: 0.23rem 0.5rem 0.938rem;
	}
	#thenavigator > li > .sub-menu > li > a:link, #thenavigator > li > .sub-menu > li > a:visited, #thenavigator > li > .sub-menu > li > a:active,
	#thenavigator > li > .sub-menu > li .sub-menu li > a:link, #thenavigator > li > .sub-menu > li .sub-menu li > a:visited, #thenavigator > li > .sub-menu > li .sub-menu li > a:active {
		padding: 0.6rem 0.5rem;
	}
	
	
	#header-right {
	    width: 6%;
	}
	


#r-carousel .slides li.flex-active-slide h3::before {
    left: 1%;
}
#r-carousel .slides li:hover h3::before {
    left: 1%;
}
#r-carousel .slides li h3::before {
    left: 1%;
}
	
#r-carousel .slides li{padding: 0.3rem 0;}


.flex-direction-nav .flex-prev {
    left: 0;
}
.flex-direction-nav .flex-next {
    right: 0;
}

#categories-holder .category-carousel .flexslider:hover .flex-direction-nav .flex-prev{left: 0}
#categories-holder .category-carousel .flexslider:hover .flex-direction-nav .flex-next{right: 0}
	
#master-footer {
    padding: 2rem 0;
}	
#newsletter {
    margin: 0 9.833% 0 0;
}
#sec-footer {
    margin: 2rem auto 0;
}

#categories-wrapper .image-holder-options .option-wrapper .option-inner .the_author {
    padding: 0rem 0 0.2rem;
}

#live-video-holder, #live-content-holder {
    min-height: inherit;
}

#live-content-holder{padding:0 0 1rem}




}

/*iPad - Portrait*/
@media only screen and (max-width : 980px ) {
	#responsive-menu{display: block}
#slickerbtn {
    display: inline-block;
    float: left;
}
	#navigation{display: none;}
	
	#master-header, #categories-wrapper, #ep-wrapper, #va-warapper, #master-footer, #outer {width: 96%;}
	#rotator-wrapper, #vid-streamer-wrapper{width: 100%;}
	
	#logo {width: auto;}
#header-right, #header-left {width: auto;}
#sec-header{padding: 0.625rem 0;}




#r-carousel .slides li.flex-active-slide h3::before {
    left: 1%;
}
#r-carousel .slides li:hover h3::before {
    left: 1%;
}
#r-carousel .slides li h3::before {
    left: 1%;
}
	
#r-carousel .slides li{padding: 0.3rem 0;}


#right-rotator > h2 {
    margin: 4% 0 0.5rem 8%;
}
#r-carousel .slides li h3 {
    font-size: 0.875rem;
    padding: 0 0 0.3rem 8%;
}
#r-carousel .slides li p {
    padding: 0 0 0 8%;
}
#right-rotator > .rotator-btn {
    font-size: 0.986rem;
    padding: 0.5rem 0 0 8%;
}
#right-rotator > .rotator-btn .r-linker {
    padding: 0.26rem;
}
#right-rotator > .rotator-btn .r-linker::after {
    font-size: 1rem;
    line-height: 170%;
    padding: 0 0.3rem;
    right: -21px;
}

.flex-direction-nav .flex-prev {
    left: 0;
}
.flex-direction-nav .flex-next {
    right: 0;
}
#categories-holder .category-carousel .flexslider:hover .flex-direction-nav .flex-prev{left: 0}
#categories-holder .category-carousel .flexslider:hover .flex-direction-nav .flex-next{right: 0}


#popular-articles {
    border-left: 0 none;
    float: none;
    padding: 0;
    width: auto;
}

#editors-pick {
    float: none;
    width: auto;
}
#editors-pick-holder .editors-pick-x {
    width: 49%;
}

#pa-wrapper .pa-holder .left-number{width: auto;}
#pa-wrapper .pa-holder .right-content {
    float: left;
    width: 94%;
}

#home-video {
    float: none;
    width: auto;
    padding: 0 0 1rem;
}
#home-audio {
    border-left: 0 solid #ebebeb;
    float: none;
    padding: 0;
    width: auto;
}
#master-footer {
    padding: 2rem 0;
}
#sec-footer {
    margin: 2rem auto 0;
}

#master-footer .fn {
    display: none;
}	
#copyright {
    width: auto;
}

#newsletter {
    width: 56%;
}

#secondary #pa-wrapper .pa-holder .right-content {
    width: 90%;
}

.image-holder-options .option-wrapper .option-inner .the_author {
    padding: 0 0 0.2rem;
}

#categories-wrapper .image-holder-options .option-wrapper{display:none;}

#video-list-page .editors-pick-x {
    float: none;
    margin: 0 auto;
    padding: 0 0 1rem;
    width: auto;
}
#video-list-page .editors-pick-x img {
    float: left;
    width: 27.137%;
}
#video-list-page .editors-pick-x .ep-content {
    float: left;
    width: 70%;
    margin: 0 0 0 2%;
}

#video-list-page .editors-pick-x.last {
    float: none;
    margin: 0 auto;
    padding: 0 0 1rem;
}

#contact-right {
    float: none;
    padding: 0 0 1rem;
    width: auto;
}

#contact-left {
    float: none;
    width: auto;
}

#cf-wrapper {
    min-height: inherit;
}

.white-logo #logo {
    display: none;
}
#retina-white-logo {
    display: inline-block;
    width: 85px;
}
.black-logo #logo {
    display: none;
}
.dark-bg #retina-black-logo {
    display: inline-block;
    width: 81px;
}

#live-video-holder, #live-content-holder {
    min-height: inherit;
}
#sec-rotator.live-vid {
    display: block;
}
#live-video-holder {
    float: none;
    width: auto;
}

#vid-streamer-wrapper {
    background: #fbfbfb none repeat scroll 0 0;
}
#live-video-holder {
    background: #fbfbfb none repeat scroll 0 0;
}
#live-content-holder {
    float: none;
    margin: 0 auto;
    width: 96%;
}

#video-info {
    margin: 0 0 1rem;
    padding: 1rem 0;
}
#video-content {
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
}
#live-content-holder #right-rotator > .rotator-btn {
    padding: 0;
}

#live-content-holder{padding:0}

	
}

/*Small Tablet*/
@media only screen and (max-width : 767px ) {
	
#master-header {
    width: 100%;
}
#slickerbtn {
    margin: 3px 0.7rem 0 2%;
}
#header-right {
    margin: 0 2% 0 0;
}


#sec-rotator{display: none;}

#categories-holder .category-carousel .flexslider .slides li h4{display: none;}

#categories-holder .category-carousel .flex-direction-nav .flex-nav-next .flex-next, #categories-holder .category-carousel .flex-direction-nav .flex-nav-prev .flex-prev {
    top: 50%;
}

#editors-pick-holder .editors-pick-x {
    float: none;
    padding: 0 0 1.5rem;
    width: auto;
}
#editors-pick-holder .editors-pick-x.last {
    float: none;
}

#pa-wrapper .pa-holder {
    padding: 0 0 1rem;
}

#video-home-holder .hvideo {
    float: none;
    padding: 0 0 1rem;
    width: auto;
}
#video-home-holder .hvideo.last {
    float: none;
}

#newsletter {
    float: none;
    margin: 0 auto 1.5rem;
    width: 100%;
}
#copyright {
    float: none;
    width: auto;
}
#footer-logo {
    margin: 0 0 1.5rem;
}
#secondary, #clickthis{display: none;}

#primary {
    border-right: 0 none !important;
    float: none !important;
    padding: 0 !important;
    width: auto !important;
}

/*.image-holder-options .option-wrapper, #cat-view .pvc-class > h4 {
    display: none;
}*/
.caro-title-mobile {
    display: block;
}
.caro-title-desktop {
    display: none;
}


#cat-view .pvc-class {
    float: none;
    margin: 0 auto;
    padding: 0 0 1rem;
    width: auto;
	text-align: center;
}

#cat-view .pvc-class .image-holder-options > a img {
    margin: 0 auto;
}
#cat-view .pvc-class.last {
    float: none;
    margin: 0 auto;
    padding: 0 0 1rem;
}

#paginator .pagination .current{display: inline-block;}
#paginator .pagination a:last-child:link, #paginator .pagination a:last-child:visited, #paginator .pagination a:last-child:active {
    margin: 0;
}
#paginator .pagination .current:last-child {
    margin: 0 0 0 0.5rem;
}


#video-list-page .editors-pick-x img {
    width: 37.137%;
}
#video-list-page .editors-pick-x .ep-content {
    width: 60%;
}

.entry-content .one_half {
    float: none;
    margin: 0 auto;
    width: auto;
}
.entry-content .one_half.last {
    clear: both;
    float: none;
    margin: 0 auto !important;
}

#team .team-class.last {
    float: none;
    margin: 0;
    padding: 0 0 1rem;
}
#team .team-class {
    float: none;
    padding: 0 0 1rem;
    width: auto;
}
#team .team-class .nteam, #team .team-class .pteam {
    text-align: center;
}

#cf-wrapper .gform_wrapper form .gform_body .gform_fields .gfield.gf_left_half {
    float: none;
    width: 100% !important;
}

#cf-wrapper .gform_wrapper form .gform_body .gform_fields .gfield.gf_right_half {
    float: none;
    width: 100% !important;
}
#the-search-header-mobile #xsearchform fieldset {
    width: 100%;
}

#live-video-holder iframe {
    height: 320px !important;
}



	
}

/*Iphones*/
@media only screen and (max-width : 480px ) {
#editors-pick-holder .editors-pick-x > a > img {
    float: none;
    width: auto;
}
#editors-pick-holder .editors-pick-x .ep-content {
    float: none;
    width: auto;
}
#pa-wrapper .pa-holder .left-number{display: none;}
#pa-wrapper .pa-holder .right-content {
    float: none;
    width: auto;
}
#pa-wrapper .pa-holder {
    padding: 0 0 1rem;
}
#video-list-page .editors-pick-x img {
    float: none;
    margin: 0 auto 1rem;
    width: auto;
}
#video-list-page .editors-pick-x .ep-content {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

#newsletter-wrapper .gform_wrapper form .gform_body {
    float: none !important;
    margin: 0 !important;
    padding: 0 0 0.5rem !important;
    width: auto !important;
}
#newsletter-wrapper .gform_wrapper form .gform_footer {
    float: none;
    width: auto;
}
#newsletter-wrapper .gform_wrapper form .gform_footer input[type="submit"] {
    width: auto;
}
















#categories-holder .category-carousel .flex-direction-nav {
    display: none;
}
#categories-holder .category-carousel .flexslider .slides {
    transform: inherit !important;
    transition: inherit !important;
    width: 100% !important;
}
#categories-holder .category-carousel .flexslider .slides li:first-child {
    display: block !important;
    margin: 0;
    width: 100% !important;
}
#categories-holder .category-carousel .flexslider .slides li {
    display: none !important;
    margin: 0;
}
#categories-holder .category-carousel .flexslider .slides li h4 {
    display: block;
}





}

/*Small phones*/
@media only screen and (max-width : 320px ) {
}

#latest-news {
    margin-bottom: 1.375em;
}

#latest-news ul {
    list-style-type: none;
}

#latest-news ul li {
    float: left;
    width: 23.75%;
    margin: 0 0.75%;
}

#latest-news ul li:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 25px;
    border-right-width: 0px;
    border-top: 10px solid #a2a2a2;
}

#latest-news ul li:first-child {
    margin-left: 0;
}

#latest-news ul li:last-child {
    margin-right: 0;
}

#latest-news ul li .image-holder-options {
    min-height: 222px;
    box-shadow: 0px 1px 1px 0px #ebebeb;
}

#latest-news ul li .image-holder-options h4 {
    margin-top: 16px;
}

#latest-news ul li .image-holder-options h4 a {
    color: #d33;
}

#latest-news ul li .image-holder-options .option-wrapper {
    opacity: 1;
    background: #f8f8f8;
}

#latest-news ul li .image-holder-options p a,
#latest-news ul li .image-holder-options p {
    color: #444;
}

#latest-news ul li .image-holder-options p.caro-linker a {
    color: #fff;
}

#latest-news ul li .image-holder-options .option-wrapper p.the_author {
        padding: 0.5em 0;
}

#latest-news ul li .image-holder-options .option-wrapper span {
    position: absolute;
    left: 0;
    top: 0;
    text-transform: lowercase;
    line-height: 25px;
    height: 25px;
    background: #eee;
    padding: 0 10px;
    font-size: 14px;
}

#latest-news ul li .image-holder-options .option-wrapper span.sport {
    color: #2980b9;
}

#latest-news ul li .image-holder-options .option-wrapper span.polsoc {
    color: #8e44ad;
}

#latest-news ul li .image-holder-options .option-wrapper span.culture {
    color: #27ae60;
}

@media only screen and (max-width: 980px) {
    #latest-news ul li {
        width: 48%;
        margin: 0 1% 10px !important;
    }

    #latest-news ul li .image-holder-options .option-wrapper {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    #latest-news ul li {
        width: 100%;
        margin: 0 0 10px;
    }
}

.latrobe-item .image-holder-options {
    min-height: auto;
}

.latrobe-item .option-wrapper {
    position: relative;
}

.latrobe-item .placeholder {
    max-width: 100%;
    width: 100%;
    height: auto;
}