@import "responsive.css";
@charset "utf-8";
/* CSS Document */
html { font-size: 62.5%; }
/*
colors
TEXT #403d3e
Navy Blue: #3A3953
Red: #e2383f

Menu nav:
Font-size: 14px

Titlebars: Font-size: 16px
Font-family: Open Sans
Red titlebar underlines 4px
'View all' font-size: 14px

All body copy (including sidebars, 'Full story' buttons, and footer):
Font-size: 14px
Line-height: 18px

Hero slider: Title font-size: 17px
Sub copy and links font-size: 14px

'Latests videos' sidebar thumbnails: Font-size: 12px
Line-height: 14px

'Latest Motorcycle Reviews' titlebar: Font-size: 18px
Line-height: 18px

'Latest Motorcycle Reviews' sub-bar: Font-size: 12px

Breadcrumb links: Font-size: 12px
*/

html
{
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}

body
{
	background: #000;
	border: 0;
	color: #403d3e;
	font-family: 'Open Sans', arial, helvetica !important;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	/*letter-spacing: 1px;*/
	margin: 0;
	padding: 0;
	overflow-x: hidden;
    position: relative;
}

section { padding:0; }

/* default link styles ----------------------------------------------------- */
a:link
{
	color: #3a3953;
	/*font-weight: bold;*/
	text-decoration: none;
	outline:none;
}

a:visited
{
	color: #3a3953;
	/*font-weight: bold;*/
	text-decoration: none;
	outline:none;
}

a:hover
{
	color: #3a3953;
	/*font-weight: bold;*/
	text-decoration: underline;
	cursor:pointer;
}
a:hover { zoom:1; } /*for IE*/
a:active
{
	color: #3a3953;
	/*font-weight: bold;*/
	text-decoration: none;
	outline:none;
}

.red-link {
	color:#ED4036 !important;
	text-decoration: none !important;
	font-weight: bold;
}

li a { color:#3a3953; text-decoration:none; outline:none; }
li a:hover { color:#3a3953; text-decoration:underline; cursor:pointer; }


ul, ol, dl { font-size:13px; }

h1 { font-size:38px; }
h2 { font-size:32px; }
h3 { font-size:24px; }
h4 { font-size:18px; }
h5 { font-size:16px; }
h6 { font-size:14px; }
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Open Sans', arial, helvetica;
}

p {
	line-height: 1.4;
	font-size: 14px;
	letter-spacing:0.5px;
	color:#000000;
}

.left { float:left; }
.right { float:right; }
.fl { float: left; }
.fr { float: right; }

.clear { clear: both; }
.cf:after { clear:both; }
.cf {  }


.inner {
	margin: 0 auto !important;
	max-width: 1134px !important;
}

.row {
	max-width: 1134px !important;
}

#container {
	margin: 0px auto;
	padding: 20px;
	background-color:#fff;
	z-index: 2;
  	position: relative;
}

.component {
	margin: 0 0 20px 0 !important;
}

.bold { font-weight: bold; }
.notbold { font-weight:normal; }
.caps { text-transform: uppercase; }
.marg-btm { margin-bottom: 20px; }
.first { padding: 0 5px 0 0; }
.last { padding: 0 0 0 5px !important; }
.middle { padding: 0 5px !important; }
.hide { display: none; }
.show { display:none; }
.red, .small-red { color: #e2383f !important; }

.topmarg10 { margin-top: 10px; }
.topmarg { margin-top: 20px; }
.topmarg25 { margin-top: 25px; }
.topbtmmarg { margin: 20px 0; }
.btmmarg25 { margin-bottom: 25px; }
.btmmarg { margin-bottom: 20px; }
.btmmarg10 { margin-bottom: 10px; }
.btmmarg5 { margin-bottom: 5px; }
.rightmarg10 { margin-right:10px; }
.leftmarg10 { margin-left:10px; }
.nomarg { margin: 0; }
.nopad { padding:0; }
.leftpad { padding-left: 20px; }
.rightpad { padding-right: 20px; }
.rightpad10 { padding-right: 10px; }
.leftrightpad15 { padding: 0 15px; }
.toppad20 { padding-top: 20px; }
.btmpad20 { padding-bottom: 20px; }
.lpad10 { padding-left: 10px; }
.bg404040 { background-color:#404040; }
.lft-rt-pad { padding: 0 20px; }
.centeredtext { text-align: center; }
center { text-align: left; }
.italic-copy { font-style:italic; color:#646565; }

.odd {
	padding: 0 10px 0 0;
	margin-top: 0px !important;
}
.even {
	padding: 0 0 0 10px;
	margin-top: 0px !important;
}

form, img, .nomargins
{
	border: 0;
	margin: 0;
	padding: 0;
}
.errormessage
{
	color: #ff0000;
	font-weight: bold;
	margin: 5px 0;
}

.errormessage11px
{
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0;
}

/**************************/
/***** side ads wrap ******/
/**************************/
.adWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.adWrapCenter {
  margin-left: 50%;
}
.innerAdWrapCenter {
  width:1732px;
  margin-left: -866px;
}

/***********************/
/***** header nav ******/
/***********************/
.admin-bar .top-bar-container.locked {
 top: 32px;
}

.admin-bar #main-header.locked {
top: 83px;
}
.top-bar-container.locked {
	position: fixed;
	max-width: 1134px;
	top: 0;
	left: 0%;
	right: 0%;
	z-index: 99999;
	margin: 0 auto;
	text-align:center;
}


.contain-to-grid .top-bar {
	max-width: 1093px !important;
	z-index: 99999;
}

.top-bar-container {
	background-color: #3A3953 !important;
	height: 56px;
	padding:0;
	margin:0;
}

.top-bar {
    background-color: #3a3953 !important;
}
.top-bar ul {
	width: 100%;
	display:block;
}
.top-bar ul li.logo-head {
	margin:0 50px 0 0;
	padding:6px 0 0 0;
	float:left;
	text-align:left;
}
.top-bar ul li.social-head {
	margin:0;
	padding:0 25px 0 0;
	float:left;
}
.social_icons {
	margin: 30px 0;
}
.top-bar ul li.social-head ul li.social-btn,
.top-bar ul li.social-head ul li.social-btn-last {
	float: left;
	border-left: 1px solid #5d5d5d;
	padding: 0 10px;
	height: 56px;
}
.top-bar ul li.social-head ul li.social-btn-last {
	border-right: 1px solid #5d5d5d
}
.top-bar ul li.social-head ul li.social-btn img,
.top-bar ul li.social-head ul li.social-btn-last img,
.top-bar ul li.social-head ul li.social-btn a,
.top-bar ul li.social-head ul li.social-btn-last a {
	padding: 17px 0;
}

a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;}

a.linkopacity:hover img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5; }

.top-bar ul li.search-head {
	margin:0;
	padding:10px 0 0 0;
	float:left;
	width: 23%;
}
.top-bar form,
.top-bar input {
	background-color:#fff;
	border:0 none;
	font-size: 13px;
	height: 2.5em;
	border-radius: 3px;
	-webkit-border-radius: 3px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 3px; /* Firefox 1-3.6 */
	border-radius: 3px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.top-bar input,
.top-bar .button,
.top-bar button {
	top: 0rem;
}
.move-right .tab-bar .menu-icon span:after {
	content: "X";
    box-shadow: 0 0 0 0;
    position: absolute;
    left: -25px;
    top: 4px;
    font-weight: bold;
    font-size: 20px;
}
.move-right .tab-bar .menu-icon span:hover:after {
	color: #b3b3b3;
}

/********************************************/

.prefix.button {
	background: url(/wp-content/themes/cyclenews-2015/images/search.png) no-repeat scroll center #fff;
	height: 22px;
	width: 17px;
	left: 0px;
	top: 5px;
}

#mobile-search {
    background: #000;
    height: 100px;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    padding-top: 10px;
}
.mobile-search-toggle {
    background: url(/wp-content/themes/cyclenews-2015/images/search.png) no-repeat scroll center transparent;
    width: 17px;
    height: 17px;
    display: block;
    float: right;
    position: absolute;
    top: 18px;
    right: 10px;
}
#mobile-search input.search {
height: 30px;
padding: 4px;
line-height: 30px;
font-size: 14px;
}
#mobile-search input.prefix.button {
left: 0px;
width: 100% !important;
background: #ec4036;
font-weight: bold;
font-size: 14px;
color: #fff;
height: 30px;
line-height: 30px;
}


/********************************************/

#main-header {
	clear:both;
	background: none repeat scroll 0 0 #3A3953;
	/*height: 61px;*/
	width: 1134px;
	margin: 0 auto;
}
#main-header.locked {
	position: fixed;
	top: 56px;
	left: 0%;
	right: 0%;
	/*left: 50%;
	transform: translateX(-50%);*/
	z-index: 99999;
	margin: 0 auto;
	text-align:center;
	border-top: 1px solid #e2383f;
}

.top-bar-section ul li {
	background: #3A3953 none repeat scroll 0 0;
	width: 16.57%;
	text-align: center;
}
.top-bar-section ul .current-page-ancestor {
	background: #ED4036 none repeat scroll 0 0;
}
.inner .top-bar .top-bar-section {
	position: relative;
	z-index: 300;
}
.top-bar .top-bar-section ul.top-bar-submenu {
	position: relative;
	z-index: 200;
}

.top-bar-section ul {
	list-style-type: none;
}
.top-bar-section ul li a {
	text-decoration: none;
}
.top-bar-section ul li > a {
	font-family: 'Open Sans', arial, helvetica !important;
}
.top-bar-section ul li a:hover {
	text-decoration: none;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}
.top-bar-section ul.sub-menu.dropdown li.menu-item {
	background-color: #e2383f !important;
	letter-spacing: normal;
}

.top-bar-section ul li.menu-item a:nth-child(1),
.top-bar-section ul li.menu-item a:nth-child(2),
.top-bar-section ul li.menu-item a:nth-child(3),
.top-bar-section ul li.menu-item a:nth-child(4),
.top-bar-section ul li.menu-item a:nth-child(5),
.top-bar-section ul li.menu-item a:nth-child(6) {
	border-bottom: 1px solid #e2383f;
}
.top-bar-section ul li.active.menu-item-26764 a {
	/*height: 61px !important;*/
}
.top-bar-section ul li.active {
	background-color: #e2383f;
}
.top-bar-section > ul > .divider:nth-child(1),
.top-bar-section > ul > .divider:nth-child(2),
.top-bar-section > ul > .divider:nth-child(13) {
	/*border: 0 none;
	display: none !important;*/
}
.top-bar-section ul li.menu-item-has-children a:nth-child(1),
.top-bar-section ul li.menu-item-has-children a:nth-child(2),
.top-bar-section ul li.menu-item-has-children a:nth-child(3),
.top-bar-section ul li.menu-item-has-children a:nth-child(4){
	border-bottom: 0px none !important;
}
.top-bar-section ul li.menu-item-26769 a,
.top-bar-section ul li.menu-item-26770 a {
	border: 0 none !important;
}

.top-bar-section>ul>.divider, .top-bar-section>ul>[role="separator"] {
	border-right:1px solid #62616c;
	/*height: 58px;*/
	height: 45px;
}
.top-bar-section>ul>.divider:first-child{
	/*border-right:0px solid #62616c;*/
}
.top-bar-section ul li:hover:not(.has-form) > a {
    background-color: #e2383f !important;
}
.top-bar-section ul li > a {
	font-size: 14px;
	font-weight: bold;
}
.top-bar-section li:not(.has-form) a:hover:not(.button) {
	background-color: #e2383f !important;
	text-decoration: none;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	background: none repeat scroll 0 0 transparent;
	line-height: 20px;
	/*padding: 22px 25px 37px;
	height: 45px;*/
	padding: 10px 25px 30px;
	height: 45px;
}
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: none repeat scroll 0 0 #e2383f;
	line-height: 23px;
	/*padding: 20px 25px 37px;
	height: 58px;*/
	padding: 9px 25px 0px;
	height: 45px;
	border-bottom: 3px solid #e2383f;
	}
.top-bar-section .has-dropdown > a:after {
	background-image: url(/wp-content/themes/cyclenews-2015/images/red_karat.png);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position: center;
	border:0 none;
	width: 10px;
	height:100%;
	top: 0px;
	bottom: 0;
	margin-top: 1px !important;
}
.top-bar-section .has-dropdown.active > a::after {
	background-image: url(/wp-content/themes/cyclenews-2015/images/karat_white.png);
	background-repeat:no-repeat;
	background-position: center;
	background-color: transparent;
}
.top-bar-section .has-dropdown > a:hover {
	background-image: url(/wp-content/themes/cyclenews-2015/images/karat_white.png) !important;
	background-repeat:no-repeat !important;
	background-position: 170px 19px !important;
	/*background-position: 170px 20px !important;
	background-color: #e2383f !important;*/
}


/***** sub menu *****/

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button),
.top-bar-section .dropdown .menu-item ul li:not(.has-form):not(.active) > a:not(.button) {
	background: none repeat scroll 0 0 #e2383f;
	/*padding: 20px 15px !important;*/
	padding: 10px 15px !important;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	text-align:left;
	/*height: 58px;*/
	height: 40px;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover {
	background: transparent url(/wp-content/themes/cyclenews-2015/images/triangle_12x5.png) no-repeat scroll center bottom;
	text-decoration: none;
	/*height: 58px;*/
	height: 40px;
}

.top-bar-section ul.top-bar-menu li.has-dropdown ul.sub-menu.dropdown {
	width: 1134px;
	margin: -1px;
	text-align: center;
	background-color: #e2383f;
}
.top-bar-section ul.top-bar-menu li.has-dropdown ul.sub-menu.dropdown li {
	display: inline-block;
	width: auto;
	/*height: 58px;*/
	height: 40px;
}
.top-bar-section ul.top-bar-menu li.has-dropdown ul.sub-menu.dropdown li a {
	height: 40px;
	font-size: 13px;
}
.top-bar-section ul li .js-generated {
	display: none !important;
}
.top-bar-section ul.top-bar-submenu li:not(.has-form) a:hover:not(.button) {
	background-color: #e2383f !important;
	text-decoration:none;
}


.left-off-canvas-menu a,
.left-off-canvas-menu a:visited,
.left-off-canvas-menu a:active {
	color:white;
}
.left-off-canvas-menu ul.sub-menu li { padding:10px 0; /*border-top:1px solid #fff;*/ line-height: 20px; line-height:2rem; }
.left-off-canvas-menu ul li.menu-item-has-children { line-height:40px; }


/**** mobile menu *****/
.toggle-icon {
    /*color: white;
    padding-right: 6px;
    font-size: 120% important;*/
    position: absolute;
    right: 10px;
    /*padding: 10px;*/
    cursor: pointer;
}
.dropdown-open {
	background-image: url(/wp-content/themes/cyclenews-2015/images/karat_white.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px 16px 10px 10px;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.dropdown-closed {
	background-image: url(/wp-content/themes/cyclenews-2015/images/karat_white.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px 16px 10px 10px;
}


/************ headers ************/
h2.sectionHeader { display: none; }
#content-header-h6 {
	margin: 0 0 11px 0 !important;
}
.content-header,
h3.sectionHeader,
h2.sectionHeader,
h1.articleTitle
 {
	padding:7px 10px 0 50px;
	background-color: #3a3953;
	border: none;
	border-bottom:4px solid #e2383f;
	background-image: url(/wp-content/themes/cyclenews-2015/images/headerStripe.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	height:45px;
}
h2.sectionHeader { display:none; }
h2.sectionHeader,
h2.sectionHeader a,
h2.sectionHeader span,
h3.sectionHeader,
h3.sectionHeader a,
h3.sectionHeader span,
h1.articleTitle {
	color:#fff !important;
	font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    margin: 10px 0;
}

h2.pageSubTitle{
	font-size: 16px;
	font-weight: bold;
	color: #e2383f;
}

.content-header.h6-header {

}
.content-header.h6-header h6 {
	color:#fff;
	font-size: 16px;
	line-height: 25px;
}
.content-header.h6-header h6.left {

}
.content-header.h6-header h6.right,
.content-header.h6-header h6.right a {
	font-size: 12px;
	line-height: 30px;
	color:#fff;
	font-weight: normal;
}
.content-header.h6-header h6.right a:hover {
	text-decoration: none;
}

.h3-header {

}
.h3-header h3 {
	color: #3A3953;
	font-size: 24px;
	margin: 0;
}

p {
	font-family: inherit;
	font-weight: normal;
    font-size: 14px;
    color: #000000
    letter-spacing: 0.5px;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    text-rendering: optimizelegibility;
}

/************* article ***************/

.posted-by {
	border:0;
	border-top: 1px solid #cececf;
	border-bottom: 1px solid #cececf;
	padding: 10px 0;
	margin: 0 0 30px;
}
.posted-by p {
	font-size: 12px;
	line-height: normal;
	margin-bottom: 0;
	padding:5px 0;
}
.posted-by p .post-date-time {
	color: #808080;
}

.article-hero-image {
	width: 100%;
	height: 475px;
	padding: 0;
	max-height: 475px;
	margin-bottom: 25px;
	overflow: hidden;
}
.article-hero-image a {
	display:block;
	width:100%;
	position: relative;
	height: 100%;
	max-height: 475px;
	overflow: hidden;
}
.article-hero-image img {
	position: absolute;
	display: block;
	max-height: 100%;
	width: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*margin: auto !important;*/
}


/**************************************/
/************** buttons ***************/
/**************************************/

a.blackbtn-sm {
	color: #fff;
	font-weight: bold;
}

.blackbtn,
.blackbtn-sm,
.blackbuttons-sm,
.download-btn-sm,
.add-btn-sm {
	float: left;
	color: #fff;
	cursor: pointer;
	text-align:left;
	line-height: 10px;
	line-height: 1rem;
	overflow:hidden;
	font-size: 14px;
}
a.blackbtn:hover,
a.blackbtn-sm:hover,
a.blackbuttons-sm:hover,
a.download-btn-sm:hover,
a.add-btn-sm:hover {
	text-decoration: none;
}
.blackbtn {
	padding: 0 0 0 20px;
	background: url(/wp-content/themes/cyclenews-2015/images/red-gt.png) no-repeat scroll center right #000;
	width: 100%;
	margin: 0;
	height:48px;
	line-height:48px;
}
.blackbtn-sm {
	background: url(/wp-content/themes/cyclenews-2015/images/red-gt.png) no-repeat scroll center right #3a3953;
	padding: 0 0 0 12px;
	line-height: 36px;
	margin: 10px 0 15px 0;
	width: 100%;
	height: 36px;
}

.blackbuttons-sm {
	background: url(/wp-content/themes/cyclenews-2015/images/Specs_GT_red.png) no-repeat scroll center right #000;
	padding: 0 0 0 10px;
	line-height: 32px;
	height: 32px;
	margin: 0 0 30px 0;
	width: 100%;
}
.blackbtn a, .blackbtn-sm a, .blackbuttons-sm a {
	color: #fff;
}
.blackbtn-sm a {
	color: #fff;
}

.findrow {
	margin: 20px 0 0 0;
}

.greyrefresh {
	float: left;
}
.greyrefresh img { display: inline; width: 100%; height:auto; }

.imagespecs { border-bottom: 3px solid #000; }
.redXbox { margin-bottom: 20px; }
.redXbox img { cursor: pointer; }

.storybtn { margin-top: 0px; }
.dealer-search-grey-box .storybtn { margin-top: 8px; }
.storybtn a, a.blackbtn-sm { color: #fff; }
.storybtn input { border: 0 none; }

/***************************/
/******* Breadcrumbs *******/
/***************************/

#breadcrumbs {
	clear:both;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	width: 100%;
	margin-bottom:10px;
	color: #a6a6a6;
}
#breadcrumbs ul {
	list-style-type:none;
	margin: 8px 0px;
}
#breadcrumbs .crumbs ul span.breadcrumb_last {
	color: #e2383f;
	font-weight: bold;
}
#breadcrumbs .crumbs ul span span {
	font-size: 12px;
}
#breadcrumbs .crumbs ul span img {
	padding: 0 10px;
}
#breadcrumbs .crumbs ul span span a {
	color: #a6a6a6;
}
#breadcrumbs .crumbs ul span span a:hover {
	color: #a6a6a6;
}


/**********************************/
/******* article pagination *******/
/**********************************/

ul.pagination li.current a, ul.pagination li.current button {
	background: #e2383f none repeat scroll 0 0;
}


/***************************/
/******* single, page ******/
/***************************/
h1.entry-title {
	margin-bottom: 10px
}

h1.pageTitle,
h1.entry-title,
#title-row h3 {
	font-size: 24px;
	color: #ed4036;
    font-weight: bold;
}

.author {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	width: 100%;
	margin:10px 0 30px;
	padding: 8px 0;
}

.decade {
	float:left;
	padding: 0 10px 0 0;
}
.decade h2 {
	font-size: 18px;
	color: #fff;
	background-color: #b9b9b9;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#title-row {
	margin-top: 10px;
}

/************** dynamicArticles ****************/
.dynamicArticle {

}
.dynamicArticle .artImage {
	margin-bottom: 8px;

}
.dynamicArticle .banner300x250 {

}
.dynamicArticle p {

}
.dynamicArticle h2.sectionHeader,
.dynamicArticle h2 {
	font-size: 24px;
	color: #ed4036;
    margin-bottom: 20px;
    font-weight: bold;
}
.dynamicArticle .articleList {

}
.dynamicArticle .articleList .pastLink {

}


/**************************/
/****** HERO CAROUSEL *****/
/**************************/
.hero-image {
width: 100%;
height: auto;
/*padding: 0;*/
min-height: 480px;
overflow: hidden;
}
.hero-image a {
display:block;
width:100%;
position: relative;
height: 480px;
overflow: hidden;
padding: 0;
background-color:#000;
/*background-color:#ececec;*/
}
.hero-image a img {
position: absolute;
display: block;
max-width: 100%;
max-height: inherit;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
margin-bottom:auto !important;
width: 100% !important;
overflow: hidden;
}

.hero-slider {

 }

.hero-el-wrapper {
	position:relative;
}
.jcarousel-control-prev, .jcarousel-control-next {
	margin-top: 39px !important;
	top: 46% !important;
}
.hero-jcarousel-control-prev, .hero-jcarousel-control-next {
	margin-top: 39px !important;
	top: 46% !important;
}
/*.jcarousel li { height: auto !important; }
.jcarousel img { width: inherit !important; }*/



/***********************/
/***** intro row *******/
/***********************/
/*article.page header,
header h1.entry-title { display: none; }*/
/*.pageHeader h1.pageTitle { display: none; }*/
.pageHeader h2.pageSubTitle { font-size: 14px; }



.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display: inline;
	float: none;
	position: relative;
	width: 100%;
}


/***************************/
/****** Bike Reviews *******/
/***************************/
#browse .imagerows .ride-style {
	text-align: center;
}
#browse .imagerows .ride-style a {
	font-weight: bold;
}

#motorcycle-mfg-reviews .motorcycle-mfg-review-col {
	margin: 0;
	padding: 0;
}
#motorcycle-mfg-reviews .motorcycle-mfg-review-col .motorcycle-mfg-review {
	list-style: none;
	background-color: #e0e0e0;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}
#motorcycle-mfg-reviews .motorcycle-mfg-review-col .motorcycle-mfg-review a {
	text-decoration: none;
}
#motorcycle-mfg-reviews .motorcycle-mfg-review-col .motorcycle-mfg-review a img {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
}


#reviews-page .gallery-slider { width: 100%; }
#reviews-page .reviews-title a img { padding: 0 0 3px 0; }
#reviews-page .more-reviews { margin: 10px 0 20px; padding:0; }
.more-reviews { margin: 10px 0px 25px 0px; min-height: 105px; padding:0 5px 0 0; }

#gear-reviews h5 { margin:0; }
#gear-reviews .gearreview { margin-bottom: 10px; }

#reviews-page #featured-content .featured-title { padding:30px 0 0 0; }



/***************************/
/******** Archives *********/
/***************************/
.decade .archive-cover-container {
	margin-bottom: 15px;
}
.decade .archive-cover-container .archive-cover img {
	padding-bottom: 5px;
}
.decade .archive-cover-container .first-cover {
	padding-left: 5px;
}
.decade .archive-cover-container .mid-cover {
	padding: 0 25px;
}
.decade .archive-cover-container .last-cover {
	padding-right: 5px;
}

/***************************/
/***** Industry News *******/
/***************************/
.listings ul {
	list-style-type: none;
	margin: 0;
}
.listings.grid_8 {
	width: 100%;
}
.listings ul.grid_4 {
	width: 48% !important;
	margin-right: 10px;
	display: block;
	float: left;
}
.listings ul.grid_4 li {
	background-color: #e0e0e0;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 5px; /* Firefox 1-3.6 */
	border-radius: 5px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	margin-bottom: 10px;
	font-weight: bold;
}
.listings a img {
	margin-right: 10px;
}
.listings ul li a {
	text-decoration: none;
}

.pastLink {
	clear:both;
	margin-bottom: 10px;
}
figure { padding:0; margin:0 0 10px 0; }


/*******************************/
/******** magazine page ********/
/*******************************/

ul li.uberflip #collection-items .hubs-embedded .tile.single .description {
	font-family: 'Open Sans', Arial, Helvetica !important;
	height: 45% !important;
}
ul li.uberflip #collection-items .hubs-embedded .tile.single .description .friendly-timestamp abbr {
	color: #bababa !important;
	font-size: 11px !important;
	text-decoration: none !important;
}
ul li.uberflip #collection-items .hubs-embedded .tile.single .description h3 {
	font-size: 16px !important;
}


/********************************************/
/******** component targeted classes ********/
/********************************************/
.latestreviews { min-height:470px; }
.latestreviews p.thumbnail { margin-bottom: 20px !important; }
.latestreviews h4.h4-title, h4.h4-title { margin-bottom: 15px; }
.latestreviews div.storybtn { margin-top: 20px; }


#CN-magazine .component {
	margin: 0 !important;
}
#CN-magazine .magazine-cover-image {
 	margin:0;
 	padding:0;
}

.two-col-imgs-headline h4.h4-title a {
	font-size: 15px;
}

h4.h4-title a,
h5 a {
	font-weight: bold;
}



.four-col-thumb .imagerows {
	min-height: 190px;
	position: relative;
}
.four-col-thumb .imagerows p a {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}
.imagerows p {
	margin-bottom: 1.2rem;
}

#two-col-img-ttl-txt {

}
#two-col-img-ttl-txt .two-col-img-ttl-txt {
	min-height: 125px;
}
#two-col-img-ttl-txt .two-col-img-ttl-txt .two-col-img-ttl-txt-image {

}
#two-col-img-ttl-txt .two-col-img-ttl-txt .two-col-img-ttl-txt-image img {

}
#two-col-img-ttl-txt .two-col-img-ttl-txt .two-col-img-ttl-txt-text {
	padding:0 0 0 25px;
}


#two-col-img-ttl-txt-btn {

}
#two-col-img-ttl-txt-btn .two-col-img-ttl-txt-btn-image {
	margin:0 20px 0 0;
}
#two-col-img-ttl-txt-btn .two-col-img-ttl-txt-btn-image img {
	width: 100%;
	height: auto;
	max-width: 345px;
}
#two-col-img-ttl-txt-btn .two-col-img-ttl-txt-text {

}


#two-col-img-ttl-txt-count-btn {

}

#two-col-img-ttl-txt-count-btn.two-col-img-ttl-txt-count-btn {
	margin-top: 20px;
}

#two-col-img-ttl-txt-count-btn .two-col-img-ttl-txt-count-btn-image {
	margin:0 20px 0 0;
}
#two-col-img-ttl-txt-count-btn .two-col-img-ttl-txt-count-btn-image img {
	width: 100%;
	height: auto;
	max-width: 345px;
}
#two-col-img-ttl-txt-count-btn .two-col-img-ttl-txt-count-btn-text {

}


#four-col-tmb-ttl {

}
#four-col-tmb-ttl .four-col-tmb-ttl {

}
#four-col-tmb-ttl .four-col-tmb-ttl .four-col-tmb-ttl-image {

}
#four-col-tmb-ttl .four-col-tmb-ttl .four-col-tmb-ttl-image img {

}
#four-col-tmb-ttl .four-col-tmb-ttl .four-col-tmb-ttl-text {
	margin-top: 10px;
}


#two-col-magazine {

}
#two-col-magazine .two-col-magazine {
	margin-bottom: 20px;
}
#two-col-magazine .two-col-magazine .two-col-magazine-image.odd {
	text-align: right;
	margin-right: 20px;
}
#two-col-magazine .two-col-magazine .two-col-magazine-image.even {
	text-align: left;
	margin-left: 20px;
}


#upcoming-races {

}
#upcoming-races .upcoming-races {

}
#upcoming-races .upcoming-races .date {

}
#upcoming-races .upcoming-races .loation {

}
#upcoming-races .upcoming-races. event {

}


#latest-videos {

}
#latest-videos .vid-container {
	padding-top: 0;
	margin-bottom: 20px;
}
#latest-videos .latest-video-title {

}
#latest-videos .related-latest-videos {
	margin: 20px 0;
}
#latest-videos .related-latest-videos .related-video-thm {
	margin-bottom: 10px;
}
#latest-videos .related-latest-videos .related-video-txt {

}

.video-caption-container {
	background-color:rgba(0,0,0,0.7);
	position:absolute;
	bottom:0px;
	width:100%;
	padding:10px 15px;
	height: 170px;
}
.video-caption-container h4.reviews-title a {
	font-weight: bold;
	font-size: 17px;
	color:#FFF !important;
}
.video-caption-container p {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color:#FFF !important;
	white-space: nowrap;
	overflow: hidden;
}
.video-caption-container .storybtn a {
	font-size: 14px;
	font-weight: bold;
	color:#FFF !important;
}


/***************************/
/******* racing bio ********/
/***************************/
.career-roster {
	font-size: 15px;
	/*font-size: 1.5rem;*/
	letter-spacing: normal;
	margin: 20px 0;
}
.img-caption {
	font-size: 13px;
	/*font-size: 1.3rem;*/
	background-color: #ececec;
	padding:30px;
}
.img-caption p {
	margin-bottom: 0.3rem
}

/***************************/
/*** author box - byline ****/
/***************************/
.author { font-size:13px; /*font-size: 1.3rem;*/ margin-bottom: 20px; }
.author span.name { font-weight: bold; }

#author-box {
	background-color: #ececec;
	padding:10px 20px 15px;
	border:none;
	font-size:13px;
	/*font-size:1.3rem;*/
	line-height:1.3;
}
#author-box .author-avatar {  }
#author-box .author-avatar img {
 	background-color: #fff;
    box-shadow: 1px 1px 5px #808080;
    padding: 5px;
	margin: 0 20px 20px 0;
	float:left;
	vertical-align:bottom;
}
#author-box .name { font-weight: bold; }
#author-box span.job-title { font-weight:normal; }
#author-box.guest-author-bio {
	padding:6px 10px;
	margin-top: 16px;
}

#comments { margin: 20px 0; padding:0; }

.video-block p.video-caption { font-weight: bold; font-size:13px; line-height:1.4; margin-top:20px; }


/***************************/
/******* blockquote ********/
/***************************/
blockquote { background-color: #ececec; padding:20px;  border:none; }
.left blockquote { margin-right:20px; }
.right blockquote { margin-left:20px; }
blockquote p { font-weight: bold; font-size:17px; /*font-size:1.7rem;*/ line-height:1.8; }
blockquote div.author { font-size:13px; /*font-size: 13rem;*/ line-height:1.4; font-style:italic; letter-spacing:normal; }
blockquote span.name { font-style:normal; font-weight:bold; }


/******************************/
/***** photo proportions *****/
/*****************************/

.twocolimgsheadline { width:100%; height:236px; }
.twocolonethmheadtxt { width:100%; height:63px; }
.twocolonethmheaddatetxt { width:100%; height:131px; }
.twocoloneimglist { width:100%; height:131px; }
.twocoloneimgheadtextbtn { width:100%; height:131px; }
.threecoloneimglist { width:100%; height:131px; }
.fourcolthmtitle { width:100%; height:254px; }
.featuredhero { width:100%; height:595px; }

.twocolonethmheadtxt {
  background-image: url(http://www.cyclenews.com/wp-content/uploads/2015/11/CycleNews-Logo_RED_stacked.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  -o-background-size: 100% 100%, auto;
  -moz-background-size: 100% 100%, auto;
  -webkit-background-size: 100% 100%, auto;
  background-size: 100% 100%, auto;
}


#two-col-img-ttl-txt .two-col-img-ttl-txt .two-col-img-ttl-txt-image {
/*width: 100%;*/
height: auto;
padding: 0;
min-height: 63px;
margin-bottom: 10px;
overflow: hidden;
/*background-color:#646565;*/
}

#two-col-img-ttl-txt .two-col-img-ttl-txt .two-col-img-ttl-txt-image a {
display:block;
width:100%;
position: relative;
height: 63px;
overflow: hidden;
}

#two-col-img-ttl-txt .two-col-img-ttl-txt .two-col-img-ttl-txt-image img {
position: absolute;
display: block;
max-width: 100%;
/*max-height: 100%;*/
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}

.imagerows p.fourthumb {
width: 100%;
height: auto;
padding: 0;
min-height: 120px;
/*margin-bottom: 10px;*/
overflow: hidden;
background-color:#646565;
}

.imagerows p.fourthumb a {
display:block;
width:100%;
position: relative;
height: 120px;
overflow: hidden;
}

.imagerows p.fourthumb img {
position: absolute;
display: block;
max-width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto !important;
width: 100% !important;
}


/*********** Photo Gallery **************/

p.ride-style-image {
width: 100%;
height: 120px;
padding: 0;
max-height: 120px;
margin-bottom: 0px;
overflow: hidden;
}

p.ride-style-image a {
display:block;
width:100%;
position: relative;
height: 120px;
max-height: 120px;
overflow: hidden;
}

p.ride-style-image img {
position: absolute;
display: block;
/*max-width: 100%;*/
max-height: 100%;
width: auto;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto !important;
}

.large-6.columns.left.odd,
.large-6.columns.left.even {
height: auto;
min-height: 110px;
overflow: hidden;
}
.large-6.columns.left.odd a,
.large-6.columns.left.even a {
display:block;
width:100%;
position: relative;
height: 110px;
overflow: hidden;
background-color:#646565;
}
.large-6.columns.left.odd a img,
.large-6.columns.left.even a img {
position: absolute;
display: block;
max-width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}

figure a img { margin: 0 10px 0px 0; }

.hot-image {
/*width: 100%;
height: auto;
min-height: 107px;
margin-bottom: 10px;
overflow: hidden;*/
padding: 0;
height:107px;
max-height:107px;
background-color: #000000;
/*border-right: 1px solid #646565;*/
}
.hot-image a {
/*display:block;
width:100%;
position: relative;*/
height: 107px;
max-height:107px;
overflow: hidden;
}
.hot-image a img {
/*position: absolute;*/
display: block;
max-width: 100%;
max-height: inherit;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto !important;
}

div.relatedphotos {
height: 108px;
max-height: 108px;
margin-bottom: 0px;
overflow: hidden;
/*padding: 0;
width: 100%;
background-color:#646565;*/
}
div.relatedphotos a {
display:block;
width:100%;
position: relative;
height: 108px;
max-height: 108px;
overflow: hidden;
}
div.relatedphotos img {
position: absolute;
display: block;
max-width: 100%;
margin: auto !important;
/*max-height: 100%;*/
left: 0;
right: 0;
top: 0;
bottom: 0;
}

div.featured-content-image {
height: 240px;
max-height: 240px;
margin-bottom: 0px;
overflow: hidden;
/*padding: 0;
width: 100%;*/
background-color:#000000;
}
div.featured-content-image a {
display:block;
width:100%;
position: relative;
height: 240px;
max-height: 240px;
overflow: hidden;
}
div.featured-content-image a img {
position: absolute;
display: block;
max-width: 100%;
margin: auto !important;
/*max-height: 100%;*/
left: 0;
right: 0;
top: 0;
bottom: 0;
}

.gearreview .large-3.medium-3.small-12.left.btmmarg {
/*width: 100%;*/
height: auto;
padding: 0;
min-height: 120px;
/*margin-bottom: 10px;*/
overflow: hidden;
background-color:#646565;
}
.gearreview .large-3.medium-3.small-12.left.btmmarg a {
display:block;
width:100%;
position: relative;
height: 120px;
overflow: hidden;
}
.gearreview .large-3.medium-3.small-12.left.btmmarg a img {
position: absolute;
display: block;
max-width: 100%;
/*max-height: 100%;*/
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}

p.two-col-one-img-list {
/*width: 100%;*/
height: auto;
padding: 0;
min-height: 230px;
/*margin-bottom: 30px;*/
overflow: hidden;
background-color:#646565;
text-align: center;
}
p.two-col-one-img-list a {
display:block;
width:100%;
position: relative;
height: 230px;
overflow: hidden;
}
p.two-col-one-img-list a img {
position: absolute;
display: block;
width: 100%;
max-width: 100%;
/*max-height: 100%;*/
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}


div.wallpaper-gallery { margin-bottom: 20px; }
div.wallpaper-gallery div img {
	width: 100%;
	height: auto;
}

#full-width-img-caption .img,
#full-width-img-caption .img,
#full-width-img-caption .img {
	background-color: #646565;
	text-align: center;
}

/******************************/
/************ tabs ************/
/*****************************/
#tabs .ui-tabs-nav {
	background-color:#231f20;
	margin: -20px 0 21px;
	padding:10px 15px;
}
#tabs .ui-tabs-nav .ui-state-default {
	display: inline;
}
#tabs .ui-tabs-nav .ui-state-active a {
	background-color:#ed4036;
}
#tabs .ui-tabs-nav .ui-state-default a {
	color:#FFF !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	padding:5px 10px;
	line-height:14px;
}
#tabs .ui-tabs-nav .ui-state-default a:hover {
	background-color: #ed4036;
	text-decoration: none;
}

/**************************/
/*********** Home *********/
/**************************/
.home.page .component.title-bar-center .content-header.centered {
  margin: 0px;
}

/*.home .first .imagerows p.fourthumb img { margin: 0 auto !important; }*/

.pinned {
	border-top: 3px solid #646565;
	background-color:#eeedee;
	padding: 20px;
	margin: 50px 0 10px;
}
.pin-subhead {
	font-size: 12px;
	/*font-size: 1.2rem;*/
	font-weight:bold;
	letter-spacing:.5px;
}
.pinned h4 {
	font-size: 20px;
	/*font-size: 2.0rem;*/
	letter-spacing:-0.1px;
}
h4.reviews-title {
	font-size: 24px;
	/*font-size: 2.5rem;*/
	letter-spacing:-0.1px;
	white-space: nowrap;
	overflow: hidden;
}
.ui-tabs-panel .rightpad {
	margin-bottom: 10px;
}


p.latestreview {
width: 100%;
height: auto;
padding: 0;
max-height: 260px;
min-height: 260px;
margin-bottom: 10px;
overflow: hidden;
}

p.latestreview a {
display:block;
width:100%;
position: relative;
height: 260px;
overflow: hidden;
background-color: #999;
}
p.latestreview a img {
position: absolute;
display: block;
max-width: 100%;
max-height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}


/******************************/
/************ tables ************/
/*****************************/
.table,
table.articleTable {
    width: 100%;
}
.table-row {
    display: table-row;
    white-space: normal;
    width: 100%;
}
.table-cell-1 {
    background-color: #fff;
}
.table-cell-1, .table-cell-2 {
    border-bottom: 1px solid #e6e6e6;
    padding: 7px 10px 5px;
}
.table-cell-1, .table-cell-2 {
    display: table-cell;
}
.table-cell-1 h6, .table-cell-2 h6 {
    white-space: normal;
	font-weight:normal;
}
.table h6 {
    font-size: 13px;
    letter-spacing: normal;
}
.table-cell-2 {
	background-color:#f8f8f8;
}
.table-cell-2:nth-child(odd) {
	background-color:#FFF;
}
.table-cell-3 {
	display:table-cell;
}
.table-cell-3 h6 {
	font-weight:normal;
}
h6.bold { font-weight:bold; }


body.page-template-tmpl-racing-landing .cell-date-time-head,
body.page-template-tmpl-racing-landing .cell-series-head,
body.page-template-tmpl-racing-landing .cell-track-head {
	width: 32%;
}


.cell-date-time-head,
.cell-date-time-content {
	width: 25%;
}
.cell-series-head,
.cell-series-content {
	width: 56%;
}
.cell-track-head,
.cell-track-content {
	width: 33%
}
.cell-results-content {
	width: 20%
}
.cell-network-content {

}



#schedule .cell-date-head,
.cell-date-content {
	width: 25%;
}
#schedule .cell-track-head,
#schedule .cell-track-content,
#schedule .cell-results-head,
#schedule .cell-results-content {
	width:50%;
}
#schedule .cell-date-head h6,
#schedule .cell-date-content h6 {
	width:100px;
}
#schedule .cell-track-head h6,
#schedule .cell-track-content h6,
#schedule .cell-results-head h6,
#schedule .cell-results-content h6 {
	min-width: 225px;
	width: auto;
}


#tvlistings-head .h6-header {
	margin-top: 30px;
}
#tvlistings .cell-date-head,
.cell-date-content {
	width: 25%;
}
#tvlistings .cell-event-head,
#tvlistings .cell-event-content {
	width:50%;
}
#tvlistings .cell-network-head,
#tvlistings .cell-network-content,
#tvlistings .cell-time-head,
#tvlistings .cell-time-content {
	width:20%;
}
#tvlistings .cell-date-head h6,
#tvlistings .cell-date-content h6 {
	width:100px;
}
#tvlistings .cell-event-head h6,
#tvlistings .cell-event-content h6 {
	min-width: 225px;
	width: auto;
}
#tvlistings .cell-network-head h6,
#tvlistings .cell-network-content h6,
#tvlistings .cell-time-head h6,
#tvlistings .cell-time-content h6 {
	min-width: 100px;
	width: auto;
}
.page_group-tv-schedule-page .entry-content .component .columns .h6-header .right {
	display: none;
}

/**********************************/
/************* sidebars ***********/
/**********************************/
aside#sidebar li.widget {
	list-style-type: none;
}

#sidebar {
	padding-left: 30px;
}
#sidebar .content-header {
	margin:0 0 20px 0;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
}
#sidebar ul li {
	border-bottom: 1px solid #e6e6e6;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	font-size: 14px;
	/*font-weight: bold;*/
}
#sidebar ul li a {
	text-decoration: none;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}



#sidebar #latest-videos {

}
#sidebar #latest-videos .content-header.h6-header,
#sidebar #magazine .content-header.h6-header {
	margin:0;
}
#sidebar .latest-videos {

}
#sidebar #videoDiv,
#sidebar #vidDescription,
#sidebar #thumbNav {
	width: 100% !important;
	text-align: center;
	margin: 0 auto;
}
#sidebar #videoDiv {
	height: auto;
	min-height: 180px
}
#sidebar #vidDescription {
	height: auto !important;
	margin-bottom: 10px;
}
#sidebar #thumbNav  {
	margin-bottom: 10px;
}
#sidebar #vidPageNum {
	text-align: center;
	margin: 0 auto;
	width: 100% !important;
	float: none !important;
}
#sidebar #vidPageNum a img {
	margin-bottom: 0;
	margin: 0 5px;
	height: 20px;
	width: 20px;
}

#sidebar #botr_HhhWkRqJ_EdNcV7Il_div_wrapper {
	text-align: center;
	margin: 0 auto;
	width: 100% !important;
	height: 100% !important;
	min-height: 180px;
}

#sidebar #listbar {
	width: 100% !important;
}
#sidebar #listbar #tempThumb {
	width: 32% !important;
	height: auto;
	min-height: 125px;
	margin-bottom: 10px;
}
#sidebar #listbar #tempThumb img {
	margin-bottom: 10px;
}

#sidebar #popular-stories {
	min-height: 280px;
}
#sidebar #popular-storie .popular-stories {

}


#sidebar #cycle-reviews {

}
#sidebar #cycle-reviews .cycle-reviews {

}

body.home #magazine div.component {
	margin:0 !important;
}
.magazine-cover-image {
    position: relative !important;
    /*padding-top: 5px;*/
    padding-bottom: 76.25%;
    height: 0 !important;
    overflow: hidden !important;
}

.magazine-cover-image iframe,
.magazine-cover-image object,
.magazine-cover-image embed {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/**************************************/
/*********** dropdown/search **********/
/**************************************/
.dropdowntoggle, form select, #dealer-locator-form input:not(.blackbtn-sm) {
	text-transform: uppercase;
	background: #a6a6a6; /* Old browsers */
	background-image: url(/wp-content/themes/cyclenews-2015/images/down-V.png); /* fallback */

background-image:url(/wp-content/themes/cyclenews-2015/images/down-V.png), -moz-linear-gradient(top, #f1f1f1 0%, #a6a6a6 65%); /* FF3.6+ */
background-image:url(/wp-content/themes/cyclenews-2015/images/down-V.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(65%,#a6a6a6)); /* Chrome,Safari4+ */
background-image:url(/wp-content/themes/cyclenews-2015/images/down-V.png), -webkit-linear-gradient(top,  #f1f1f1 0%, #a6a6a6 65%); /* Chrome10+,Safari5.1+ */
background-image:url(/wp-content/themes/cyclenews-2015/images/down-V.png), -o-linear-gradient(top, #f1f1f1 0%, #a6a6a6 65%); /* Opera 11.10+ */
background-image:url(/wp-content/themes/cyclenews-2015/images/down-V.png), -ms-linear-gradient(top, #f1f1f1 0%, #a6a6a6 65%); /* IE10+ */
background-image:url(/wp-content/themes/cyclenews-2015/images/down-V.png), linear-gradient(to bottom, #f1f1f1 0%, #a6a6a6 65%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#a6a6a6',GradientType=0 ); /* IE6-9 */

	background-repeat:no-repeat;
	background-position: 92% center;

	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance: none;
	-o-appearance:none;
	appearance:none;

	border: 1px solid #BBB;
	padding: 0px 20px;
	margin:0 0 15px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 5px; /* Firefox 1-3.6 */
	border-radius: 5px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	font-weight: bold;
	height: 40px;
	color:#231f20;
	font-size: 11px;
	/*font-size: 1.2rem;*/
	letter-spacing:1px;
}
.dropdowntoggle option {
	font-size: 12px;
	/*font-size: 1.2rem;*/
	height: 100%;
}
select::-ms-expand{
  display:none;
}
.dropdowntoggle p {
	font-size: 12px;
	/*font-size:1.2rem;*/
	font-weight:bold;
	color:#231f20;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:left;
	margin-bottom: 0;
	padding:8px 0 0 0;
}
.dropdowntoggle p span { float:right; }

select { font-size: 12px; /*font-size: 1.2rem;*/ }


.searchrow { padding: 0 0 0 0px; }
.searchrow .small-2 { width: 10.667%; }
.searchrow .small-10 { width: 100%; }
.searchpad { padding: 0; margin-left: 15px; }
.small-10.searchpad { margin-left: 0; }

.top-bar input {
	/*height:3.1rem;
	padding-top: 1rem;
	padding: 1rem 0.5rem;*/
	height:31px;
	box-shadow: none;
}
form#searchform div.large-10.columns.show-for-large-up {
	/*padding: 0.8rem 0 0 0;*/
}

.search-input {
	margin: 0;
	width: 100%;
}
.search-input input {
	/*background: url(/wp-content/themes/cyclenews-2015/images/red-search.png) no-repeat scroll top right transparent;*/
	text-align:left;
	height: 41px;
	vertical-align:top;
}
.search-input input.search {
	width:85%;
	display: inline-block;
	font-size: 14px;
	/*font-size: 1.4rem;*/
}
.small-10 .search-input input.search { width: 80%; }
.search-input input.submit {
	display: inline-block;
	width:45px;
	background: url(/wp-content/themes/cyclenews-2015/images/red-search.png) no-repeat scroll top left transparent;
	border: none;
	cursor:pointer;
	color: transparent;
}

/*******************************/
/******** Search Results *******/
/*******************************/

#search-results {
	background-color: #FFF;
}

.search-results section.container > .row { padding-top: 20px; }
.search-results section.container > .row h2 { padding-left: 10px; }

ul.pagination li { font-size: 15px; /*font-size: 1.5rem;*/ line-height: 25px; line-height: 2.5rem; margin-top: 20px; }


/**************************************/
/****** search results pagination *****/
/**************************************/
.bike-count {
	margin: 20px 0 0 25px;
	color: #646565;
	letter-spacing:normal;
	text-align:center;
}
.pagination {
	margin-bottom: 20px;
	padding-top:10px;
}
.pagination .Zebra_Pagination {
	text-align:center;
	margin:0 auto;
}
.pagination .Zebra_Pagination ul {
	list-style-type: none;
	margin:0;
}
.pagination .Zebra_Pagination ul li {
	display: inline;
	padding:0 0px 0 0;
	margin: 0 2px;

}
.pagination .Zebra_Pagination ul li a {
	color:#ed4036;
	padding: 4px 6px 3px;
	line-height: 20px;
	font-weight:normal;
}
.pagination .Zebra_Pagination ul li a.current {
	color:#fff;
	background-color:#ed4036;
	padding: 4px 6px 3px;
	line-height: 20px;
	text-decoration:none;
}
.pagination .Zebra_Pagination ul li a.previous {
	float:left;
}
.pagination .Zebra_Pagination ul li a.next {
	float:right;
}
.pagination .Zebra_Pagination ul li a.disabled {
	display:none;
}
.pagination .Zebra_Pagination ul li a:hover {
	color:#fff;
	background-color:#ed4036;
	padding: 4px 6px 3px;
	line-height: 20px;
	text-decoration:none;
}


/***************************/
/******** video page *******/
/***************************/
#playerWrapper {
	width: 100% !important;
	max-width: 950px !important;
}

#videoDiv {
	width: 100% !important;
	max-width: 640px !important;
	position: relative !important;
    padding-top: 0px;
    padding-bottom: 37%;
    height: 0 !important;
    overflow: hidden !important;
    margin-bottom: 10px;
}
#videoDiv .jwplayer {
	position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 640px;
	max-height: 360px
}
/*.jwplayer {
	width: 100% !important;
	height: 100% !important;
	max-width: 640px;
	max-height: 360px;
}*/

#vidTitle0 {

}
#vidDescription0 {

}
#thumbNav {
	margin: 5px 0;
}
#thumbNav,
#listbar0 {
	width: 100% !important;
	max-width: 950px !important;
}
#playlistTabs {
	width: 100% !important;
	max-width: 640px !important;
}
#listbar0 #tempThumb img {
	margin-bottom: 10px;
}
#vidPageNum0 {
	width: 100% !important;
	max-width: 320px !important;
	float: none !important;
	margin: 0 auto !important;
	text-align: center !important;
}
#vidPageNum0 div {
	float: none !important;
	text-align: center;
}


/***************************/
/**** responsive video *****/
/***************************/

.vid-container {
    position: relative !important;
    padding-top: 5px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden !important;
}

.vid-container iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

body.home .magazine-cover-image {
    position: relative !important;
    padding-top: 0px;
    padding-bottom: 56.25%;
    height: 0 !important;
    overflow: hidden !important;
    margin-bottom: 10px;
    width: 100% !important;
    max-width: 700px;
}

body.home .tablet-and-up-cover-image {
	display: block;
}
body.home .mobile-cover-image {
	height:222px !important;
	display:none;
}

body.home .magazine-cover-image iframe,
body.home .magazine-cover-image object,
body.home .magazine-cover-image embed {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 700px !important;
    max-height: 400px !important;
}

div#mini_wrapper {
	text-align: center;
	margin: 0 auto;
	width: 100% !important;
}

.allvideoswrap {
    position: relative !important;
    /*padding-top: 5px;*/
    padding-bottom: 56.25%;
    height: 0;
    /*overflow: hidden !important;*/
}

.allvideoswrap iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

aside#sidebar .vid-container {
    position: relative !important;
    padding-top: 0;
    padding-bottom: 0;
    height: auto !important;
    overflow: hidden !important;
}

aside#sidebar .vid-container iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

#articleleftcolumn p:nth-child (3) {
    position: relative !important;
    padding-top: 5px;
    padding-bottom: 56.25%;
    height: 0 !important;
    overflow: hidden !important;
}


/**************************************/
/************* video player ***********/
/**************************************/

.vid-player-caption-thumbs {
	margin:0;
}

.video-player-parts {
	margin-top:-5px;
	background-color:#000;
	padding:0 0 20px 0;
}
.video-player-parts h4  {
	font-size:20px;
	font-size: 2.2rem;
	color:#fff;
	margin-bottom:10px;
}
.video-player-parts .thumb-parts p,
.video-player-parts .thumb-parts p a,
.video-player-parts .thumb-parts .rightpad10 a {
	color:#ffffff;
	font-size: 14px;
}

.caption-parts {
	padding:20px;
}
.caption-parts p {
	color: #999999;
}
}
.thumb-parts {
	padding:0 19px;
}
.thumb-parts h6 {
	color:#808080;
	border:0 none;
	border-bottom: 1px solid #646565;
	padding:10px 0 5px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom: 20px;
}
.thumb-parts p.thumbbox {
	font-size: 15px;
	font-weight:bold;
}

.button-parts {
	margin:20px auto 4px;
}
.video-btn {
	color: #fff;
	cursor: pointer;
	text-align: left;
	overflow: hidden;
	font-size: 11px;
	line-height: 9px;
	line-height: .9rem;
	background: url(/wp-content/themes/cyclenews-2015/images/video-gallery-button_40x40.png) no-repeat scroll center right #ed4036;
	margin: 0 auto;
	padding: 12px 0px 12px 10px;
	text-transform:uppercase;
}
.video-btn a { color: #fff; text-decoration:none; outline:none; }

/**********************************/
/*********** banner ads ***********/
/**********************************/
.banner_ad.run-of-site.medrec_1_ad,
.banner_ad.run-of-site.medrec_2_ad {
	float: left;
	margin: 0 auto;
    text-align: center;
    width: 100%;
}

aside .medrec_1_ad .banner_ad_wrapper,
aside .medrec_2_ad .banner_ad_wrapper,
aside .medrec_3_ad .banner_ad_wrapper {
	/*height:250px;
	overflow:hidden;*/
	display:table;
	width:300px;
	margin:0 auto 20px;
	text-align: center;
}

/*.banner_ad.homepage.medrec_2_ad,
.banner_ad.ride-style_cruiser.medrec_2_ad,
.banner_ad.racing-style_sxmx-racing.medrec_2_ad,
.banner_ad.ride-style_street-bike.medrec_2_ad,
.banner_ad.racing-style_road-racing.medrec_2_ad,
.banner_ad.racing-style_off-road-racing.medrec_2_ad,
.banner_ad.racing-style_flat-track-racing.medrec_2_ad,*/
.medrec_2_ad {
	float:left;
	/*padding: 0 0 0 18px;*/
	width: 100%;
}


/**************************************/
/*************** adverts **************/
/**************************************/

 .medrec_1_ad,
 .skins_left,
 .skins_right {
 	margin: 0px;
 }

 .top_leaderboard,
 .top_mini,
 .medrec_3_ad,
 .middle_leaderboard,
 .bottom_leaderboard,
 .mobile_top_leaderboard,
 .mobile_top_mini,
 .mobile_middle_leaderboard,
 .mobile_bottom_leaderboard {
 	margin: 20px 0 0 0;
 }

.head-advert-container {
	width: 1134px;
	margin: 0 auto;
	text-align:center;
	background-color:#fff;
	height: 142px;
	padding: 6px 0 0 0;
}
.head-advert-container div { position: relative; z-index: 2; }

.banner_ad_inner_wrapper div { text-align:center; margin: 0 auto; }

#leaderboard { clear:both; }


/***************************/
/***** AJAX Pagination *****/
/***************************/

#ajax-loading-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
/*  background: #fff;
    opacity: 0.8;*/
    z-index: 999999;
    display: none;
}
#ajax-loading {
    position: absolute;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -32px;
	text-align: center;
}



/***************************/
/********* FOOTER **********/
/***************************/

#container footer { background-color:transparent; }

footer {
	width:100%;
	background-color:#3A3953;
	margin:30px 0 0 0;
	padding:40px 0 20px;
	letter-spacing:normal;
}
footer.row {
	max-width: 100% !important;
	margin-top: 0 !important;
}

footer #footer-container {
	max-width: 1093px !important;
	color:#fff;
	font-size: 14px;
	/*font-size: 1.4rem;*/
	margin: auto;
	position: relative;
	z-index: 2;
}

footer #footer-container #cyclenews-logo img {
	width: 100%;
	max-width: 232px;
}
footer #footer-container #cyclenews-logo p.copyright {
	font-size: 12px;
	color: #fff;
	padding: 8px 0 0 0;
	letter-spacing: normal;
}

footer #footer-container #social-icons {
	margin-top: 15px;
}
footer #footer-container #social-icons ul {
	list-style-type: none;
}
footer #footer-container #social-icons img {
	/*width:18%;*/
}
footer #footer-container #social-icons ul li.social-foot ul li.social-btn,
footer #footer-container #social-icons ul li.social-foot ul li.social-btn-last {
	float: left;
	border-left: 1px solid #5d5d5d;
	padding: 0 10px;
	height: 40px;
}
footer #footer-container #social-icons ul li.social-foot ul li.social-btn-last {
	border-right: 1px solid #5d5d5d;
}
footer #footer-container #social-icons ul li.social-foot ul li.social-btn img,
footer #footer-container #social-icons ul li.social-foot ul li.social-btn-last img,
footer #footer-container #social-icons ul li.social-foot ul li.social-btn a,
footer #footer-container #social-icons ul li.social-foot ul li.social-btn-last a {
	padding: 9px 0;
}

a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;}

a.linkopacity:hover img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5; }


footer #footer-container #footernav ul {
	list-style-type: none;
	margin:0;
	width: 100%;
	line-height: 22px !important;
}
footer #footer-container #footernav ul li {
	list-style-position: outside;
	padding:0;
	margin:0;
}
footer #footer-container #footernav ul li a {
	color: #fff;
	text-decoration:none;
	font-size: 14px;
	font-weight: normal;
}
footer #footer-container #footernav ul li a:hover {
	text-decoration:underline;
}

/* END FOOTER STYLES */


/***************************/
/**** next story popup *****/
/***************************/
.next-post-popup-wrapper {
	width: 1120px;
	margin: 135px auto 0 auto;
	z-index:9000;
	position:relative;
}
.next-post-popup#next-story-popup {
	position:absolute;
	bottom:10px;
	display:block;
	right:0;
}
.remove-btn {
	background: url(/wp-content/themes/cyclenews-2015/images/Close-X_black_50x50.png) no-repeat scroll center right #ed4036;
	margin: 0 0 0 0;
	padding: 10px 0px 8px 10px;
	font-size: 12px;
	/*font-size:1.2rem;*/
	text-transform:uppercase;
	color: #fff;
	cursor: pointer;
	text-align:left;
	line-height: .9rem;
	width: 100%;
}
#next-story {
	background-color:#ccc;
	padding: 10px;
}
#next-story img {

}
#next-story p {
	font-size: 15px;
	/*font-size: 1.5rem;*/
    font-weight: bold;
}
#next-story p a {
	color:#000;
}

.next-post.popout {
	overflow:hidden;
	white-space:nowrap;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	height:60px;
	position:fixed;
	margin-bottom:0;
	bottom: 241px;
	right:0px;
	display:none;
	background: #999; /*#ccc;#ed4036;*/
	padding:20px 30px;
	z-index: 3333333;
	color:white;
}

/* Error Page -------------------------------------------------------------- */
#errorpagemaincontainercentered
{
	margin: 20px;
	text-align: center;
	width: 990px;
}

#errorpagemaincontainercentered ul
{
	line-height: 18px;
	margin: 0 0 0 240px;
	text-align: left;
}

#errorpageheading
{
	color: #999;
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#errorpagesubheading1
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#errorpagesubheading2
{
	font-weight: bold;
	margin: 25px 0 0 0;
}

/* Page Headings ----------------------------------------------------------- */
/* these two styles are used to display page sections usually on the admin   */
/* side of the site                                                          */
/*                                                                           */
/* Note: These styles might be obsolete. Only finding them on older styled   */
/* pages that were used at the beginning of Moto-USA project                 */
/* ------------------------------------------------------------------------- */

.pageheading
{
	border-bottom: 1px solid #555;
	color: #555;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.pagesubheading
{
	border-bottom: 1px solid #555;
	color: #555;
	font-size: 1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
}

/* AJAX Loading Style ------------------------------------------------------ */
.updateprogress
{
	border: 1px solid #000;
	background: #fff url(/wp-content/themes/cyclenews-2015/images/CN_AJAX.gif) no-repeat;
	width: 130px;
	height: 60px;
}
/* Watermark Styles -------------------------------------------------------- */
.watermarktext
{
	color: #999;
	font-weight: normal;
}
/* Embed Video Pop up on Videos.aspx --------------------------------------- */
#embedvideocontainer
{
	background: #f0f0f0;
	border: 1px solid #828282;
	color: #000;
	padding: 0 0 7px 0;
	text-align: left;
	width: 450px;
}

[class*="column"] + [class*="column"]:last-child { float: left !important; }


/* Comments Header Styles ---------------------------------------------------*/

.comments-php .content-header.h6-header h3 {
	color: #fff;
    font-size: 16px;
    line-height: 25px;
}

/* Responsive Videos in WP Posts -------------------------------------------*/

.cn-video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.cn-video-container iframe,
.cn-video-container object,
.cn-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
