@charset "UTF-8";
/* CSS Document */

body {
	background:#fff;
	padding: 0;
	margin: 0;
	position: relative;
	cursor: default;
} 

#headerWrapper{
	width:100%;
	height:auto;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	background: #fff;
	border-bottom: 1px solid #DCDCDC;
}

.brand{
	width:100%;
	max-width:200px;
	float:left;
}

#signUp .row,
#brands .row,
#footerWrapper .row,
#footerBtmWrapper .row,
#tophatWrapper .row,
#headerWrapper .row,
#pageWrapper .row{
	width:100%;
	max-width: 100%;
	padding-left: 1em;
	padding-right: 1em;
}


#heroWrapper{
	width:100%;
	height: auto;
	position: relative;
	z-index: 10;
	margin-bottom: 1.55em;
}

#heroWrapper img{
	width:100%;
	position: relative;
	z-index: 10;
}

#homeSlider img{
	width:100%;
}

.hero-content{
	width:100%;
	height:100%;
	position: absolute;
	z-index: 100;
}

#basicPageWrapper{
	padding-top:3em;
	padding-bottom:4em;
}

.align-right-content{
	padding:0 2em;
}

.certifications{
	padding: 4em 4em;
}

.certifications h5 {
    color: #505050;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 0.85em;
}

.certifications img{
	max-width: 130px;
}
    
.row.certifications-inner{
    width:100%;
    max-width: 100%;
}
    
.certifications .addBtmMargin{
    margin-bottom: 1.55em;
}

.h1-no-hero{
	margin-top:1.55em;
}
    
@media only screen and (max-width: 720px) {
    .certifications{
        padding: 3em 1em;
    }
    
    .certifications-title{
        margin-bottom: 1.55em;
        text-align: center;
    }
	
	.h1-no-hero{
		margin-top:0;
	}
}


/* @Primary Navigation
===================================== */

#navWrapper{
	padding: 0 0;
	height: 69px;
}

#navWrapper .hide-in-main{
	display: none !important;
}

#mainNavBar{
	height:auto;
	position:relative;
	z-index:5;
	display: block;
    clear: both;
}

#mainNavBar ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size: inherit;
	float:right;
}

#mainNavBar li {
	font-size: 1em;
	font-weight:400;
	text-align:center;
	
	padding:0;
	position: relative;
	float:left;
	margin: 0;
}

#mainNavBar li a{
	color:#000;
	line-height: normal;
	display: block;
    padding: 1.55em 1.25em;
	
	 transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#mainNavBar li.searchBtn a{
	color:#AAAAAA;
}

#mainNavBar li.searchBtn a:hover,
#mainNavBar li a:hover{
	color:#ff0000;
	text-decoration:none;
}

#mainNavBar li.current-page-ancestor a,
#mainNavBar li.current_page_ancestor a,
#mainNavBar li.current_page_item a{
	color:#ff0000;
	text-decoration:none;
}


#productsFooter li .plus,
#mainNavBar ul li .plus{
	display: none;
}

/* @end Primary Navigation
===================================== */

/* @Main Menu Drop Down Menus
===================================== */
#mainNavBar li ul{
	position:absolute;
	z-index: 1500;
	clear:both;
	
	width:auto;
	height:0;
	overflow: hidden;
	margin:0 0 0 0;
	border-top: none;
	
	opacity:0;
	transition: opacity .25s ease-in-out; 
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

#mainNavBar li:hover ul{
	height:auto;
	overflow: visible;
	padding:0;
	opacity:1;
	
	left:0;
	
	-webkit-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
}


#mainNavBar li li ul{	
	width:auto;
	height:0;
	overflow: hidden;
	opacity:0 !Important;
	transition: opacity .25s ease-in-out; 
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	
	left:250px !important;
	top: 0;
}

#mainNavBar li li:hover ul{
	height:auto;
	overflow: visible;
	padding:0;
	opacity: 1 !Important;
	
	-webkit-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	
	z-index:1000;
}

#mainNavBar li li li ul,
#mainNavBar li li:hover li ul{	
	opacity:0 !Important;
}

#mainNavBar li li li:hover ul{	
	opacity:1 !Important;
}



#mainNavBar li li{
	float: none;
	padding:0;
	margin:0;
	height: auto;
	font-size: 0.95em;
	text-align:left;
	min-width: 250px;
	top: 0;
}

#mainNavBar li.current_page_ancestor li a,
#mainNavBar li.current_page_item li a,
#mainNavBar li li a{
	display: block;
	padding: 0.75em 2em 0.75em 1.25em;
	margin:0;
	
	text-align:left;
	font-size:0.95em;
	text-transform:none;
	font-weight:400;
	color:#000 !important;
	line-height: 1.25em;
	
	background:rgba(246,246,246,0.95);
	transition: all .25s ease-in-out; 
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	border-bottom: 1px solid rgba(180, 180, 180, 0.25);
}

#mainNavBar li li:last-child a{
	border-bottom: none;
}

#mainNavBar li li:last-child li a{
	border-bottom: none;
}

#mainNavBar li li.current_page_item a,
#mainNavBar li li a:hover{
	color:#ff0000 !important;
	background:rgba(255,255,255,1);
}

/* @end Main Menu Drop Down Menus
===================================== */


/* @Top Hat Navigation
===================================== */
#tophatWrapper{
	height:auto;
	position:relative;
	z-index:5000;
	display: block;
    clear: both;
	background: #ff0000;
}

#tophatWrapper ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size: inherit;
	float:right;
}

#tophatWrapper li {
	font-size: 0.85em;
	font-weight:600;
	text-align:center;
	
	padding:0;
	position: relative;
	float:left;
	margin: 0;
}

#tophatWrapper li a{
	color:#fff;
	line-height: normal;
	display: block;
    padding: 0.55em 0.75em;
	
	 transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#tophatWrapper ul li .plus{
	display: none;
}


#tophatWrapper li a:hover{
	color:#000;
	text-decoration:none;
}

#tophatWrapper li.current-page-ancestor a,
#tophatWrapper li.current_page_ancestor a,
#tophatWrapper li.current_page_item a{
	color:#000;
	text-decoration:none;
}

/* @end Top Hat Navigation
===================================== */

/* @Main Menu Drop Down Menus
===================================== */
#tophatWrapper li ul{
	position:absolute;
	z-index: 2500;
	clear:both;
	
	width:auto;
	height:0;
	overflow: hidden;
	margin:0 0 0 0;
	border-top: none;
	
	opacity:0;
	transition: opacity .25s ease-in-out; 
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

#tophatWrapper li:hover ul{
	height:auto;
	overflow: visible;
	padding:0;
	opacity:1;
	
	left:0;
	
	-webkit-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
}


#tophatWrapper li li ul{	
	width:auto;
	height:0;
	overflow: hidden;
	opacity:0 !Important;
	transition: opacity .25s ease-in-out; 
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	
	left:250px !important;
	top: 0;
}


#tophatWrapper li li:hover ul{
	height:auto;
	overflow: visible;
	padding:0;
	opacity: 1 !Important;
	
	-webkit-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	
	z-index:1000;
}


#tophatWrapper li li{
	float: none;
	padding:0;
	margin:0;
	height: auto;
	font-size: 1em;
	text-align:left;
	min-width: 250px;
	font-weight:600;
	top: 0;
}

#tophatWrapper li.current_page_ancestor li a,
#tophatWrapper li.current_page_item li a,
#tophatWrapper li li a{
	display: block;
	padding: 0.75em 2em 0.75em 1.25em;
	margin:0;
	
	text-align:left;
	font-size:1em;
	text-transform:none;
	font-weight:600;
	color:#fff !important;
	line-height: 1.25em;
	
	background:rgba(255,0,0,0.95);
	transition: all .25s ease-in-out; 
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#tophatWrapper li li:last-child a{
	border-bottom: none;
}

#tophatWrapper li li:last-child li a{
	border-bottom: none;
}

#tophatWrapper li li.current_page_item a,
#tophatWrapper li li a:hover{
	color:#fff !important;
	background:rgba(0,0,0,0.95);
}

/* @end Main Menu Drop Down Menus
===================================== */

/* @Secondary Navigation
===================================== */
#secondaryNavWrapper{
	width: 100%;
    display: block;
	overflow:auto;
	
	position: fixed;
   	z-index: 1000;
	top: 56px;
}

.secondary-nav{
    float: left;
    list-style: none;
    margin: 0;
}

.secondary-nav li {
    display: block;
    float: left;
	padding: 0;
   
    font-size: 0.85em;
	font-weight:700;
	margin: 0;
}
 
.secondary-nav li a {
    color: #f68f37; 
	text-decoration: none;
	padding: 0.25em 0.75em;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.secondary-nav li a:hover,
.secondary-nav li.current-menu-ancestor a,
.secondary-nav li.current-menu-item a{
    color: #63b345;
	text-decoration: none;
}

.f-dropdown li.current_page_item a,
.secondary-nav li.current-menu-ancestor a,
.secondary-nav li.current-menu-item a{
	color: #63b345;
}

/* @end Secondary Navigation
===================================== */

/* @Breadcrumb
===================================== */
.breadcrumbWrapper{
	margin-top: 0.55em;
}

.breadcrumbWrapper .row{
    padding-left: 1.55em !important;
}

.breadcrumbs {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-color: none;
	border:none;
}

.breadcrumbs ul,
.breadcrumbs>* {
    color: #AAAAAA;
    float: left;
    font-size: 0.9em;
    line-height: normal;
    margin: 0;
	padding:0;
}

.breadcrumbs li {
    display: block;
    float: left;
	padding: 0 0.55em;
   
    font-size: 0.9em;
	font-weight:normal;
	margin: 0;
	color: #AAAAAA;
	text-decoration: none !important;
	text-transform: none !important;
}
 
.breadcrumbs li a {
    color: #AAAAAA; 
	text-decoration: none !important;
	text-transform: none !important;
	
	padding: 0 0;
	margin: 0 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.breadcrumbs li span {
	color: #000000; 
}

.breadcrumbs li a span {
	color: #AAAAAA; 
}

.breadcrumbs li a:hover,
.breadcrumbs li a:hover span{
    color: #FF0000;
	text-decoration: none !important;
	text-transform: none !important;
}

/* @end Breadcrumb
===================================== */

/* @Off Canvas List
===================================== */
#mobileMenuWrapper{
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
		
	position:fixed;
	z-index:99;
	top: 42px;
	height:100%;
	width:100%;
	background: #ff0000;
	display:none;
	opacity:0;
	padding-bottom: 6em;
	
	transition: all .25s ease-in-out; 
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

ul.off-canvas-list {
	list-style-type: none;
	padding: 0;
	margin: 0 0;
	display: block;
    font-size: 1em;
	
	transition: all .25s ease-in-out; 
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	position: relative;
	z-index: 1;
}

ul.off-canvas-list li {
	margin: 0;
}

ul.off-canvas-list span {
    line-height: 3.25em;
    text-align: center;
    width: 53px;
    height: 53px;
    display: inline-block;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
}

ul.off-canvas-list ul{
	opacity: 0;
	height:0;
	display: none;
	
	transition: all .25s ease-in-out; 
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

ul.off-canvas-list ul.show-menu{
	height:auto;
	display: block;
}

ul.off-canvas-list li a {
	display: block;
    padding: 1em 1em 0.75em;
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, .25);
    font-size: 1em;
    font-weight: 700;
	position: relative;
	z-index: 1;
}

ul.off-canvas-list li:first-child a {
	border-top: none;
}

ul.off-canvas-list li.current-menu-item a,
ul.off-canvas-list li.current-page-ancestor a,
ul.off-canvas-list li.current_page_ancestor a,
ul.off-canvas-list li.current_page_item a,
ul.off-canvas-list li a:hover {
	background: #666;
}


ul.off-canvas-list li ul{
	margin:0;
}

ul.off-canvas-list li li a{
	padding-left: 2.55em;
	 font-weight: 400;
}

ul.off-canvas-list li li li a{
	padding-left: 4em;
}

ul.off-canvas-list li li:first-child a{
	border-top: none;
}

ul.off-canvas-list li li:last-child li a{
	border-bottom: none;
}

.menu-icon {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 1.25em;
    top: 0.75em;
	margin: 0;
	
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.menu-icon span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ff0000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu-icon span:nth-child(1) {
	top: 0px;
}

.menu-icon span:nth-child(2) {
	top: 8px;
}

.menu-icon span:nth-child(3) {
	top: 16px;
}

.menu-icon.open span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.menu-icon.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.menu-icon.open span:nth-child(3) {
	top: 8px;
	
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* @end Off Canvas List
===================================== */
/* @Search
===================================== */
#searchBarWrapper {
    width: 100%;
    display: none;
    opacity: 0;
    background: #fff;
    margin-top: 0.55em;
    border-top: 1px solid #DCDCDC;
}


#searchBarInner{
	padding: 1.5em 0 0;
}

#searchBarWrapper [type="text"]{
	height:40px;
	-webkit-border-radius: 5px 0 0 5px !important;
	-moz-border-radius: 5px 0 0 5px !important;
	border-radius: 5px 0 0 5px !important;
}

.searchBtn-mobile{
	float: right;
    color: #666 !important;
    margin-right: 1.55em;
}
/* @end Search
===================================== */

/* @Home Page
===================================== */

#homeSlider{
	width:100%;
	height: auto;
	overflow: visible;
	position: relative;
	z-index:1;
}

#homeGrid{
	padding: 0 1em;
}

.home-product-wrapper{
	position: relative;
	z-index: 10;
	width:100%;
	height: auto;
	cursor: pointer;
}

.home-product-bucket{
	position: relative;
	z-index: 10;
	width: 100%;
}


#pageBlocks img,
.home-product-bucket img{
	position: relative;
	z-index: 10;
	width: 100%;
}

.home-product-bucket h2{
	font-weight: bold;
	font-size: 1.55em;
	position: absolute;
	z-index: 100;
	bottom:1em;
	right:1em;
	
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out
}

#signUp p,
#signUp h2,
#pageBlocksHistory h2,
#pageBlocksHistory p,
#pageBlocks h2,
#pageBlocks p,
.home-product-wrapper h2,
.home-product-wrapper p{
	color: #fff !important;
}

#pageBlocksHistory h2,
#pageBlocks h2,
.home-product-content h2{
	display: inline-block;
	width:auto;
}

.home-product-content{
	background:rgba(0, 0, 0, 0.65);
	position: absolute;
	z-index: 1;
	opacity: 0;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	padding:2em 3em;
	
	transition: all .55s ease-in-out;
    -moz-transition: all .55s ease-in-out;
    -webkit-transition: all .55s ease-in-out
}

#homeGrid li:hover .home-product-content{
	position: absolute;
	z-index: 100;
	opacity: 1;
}

.home-product-content div{
	width:100%;
}

#homeGrid li:hover .home-product-bucket h2{
	opacity: 0;
}

.icon-plus{
	display: inline-block;
	float: right;
	margin-left: 0.55em;
	max-width: 28px;
}

#pageBlocks{
	padding-bottom: 1.25em;
}

.page-blocks-content {
	position: absolute;
	z-index: 100;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	padding:2em 4em;
	cursor: pointer;
}

.page-blocks-content p,
.home-product-content p{
	margin-bottom: 0 !important;
}

.left-image{
	padding: 0 0.675em 0 0.9375em;
}

.right-image{
	padding: 0 0.9375em 0 0.675em;
}

#pageBlocksHistory{
	    padding: 0 2em 1.25em !important;
}

.our-history-content{
	padding:4em 3em;
}


.home-colnago-grid{
	padding: 3em 0;
	margin-bottom: 2em;
	
	background: url(/wp-content/uploads/bg-colnago-home.jpg) no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

.page-template-page-colnago .home-colnago-grid,
.term-colnago .home-colnago-grid,
.page-template-page-hot-buy .home-colnago-grid,
.term-colnago-pro-builds .home-colnago-grid{
	margin-bottom: 0;
}

#sidebarMenu {
	padding-top:2em;
	padding-bottom: 0;
}


#sidebarMenu ul{
	list-style:none;
	margin:0 0 2em;
	padding:0;
}

#sidebarMenu li {
	display: block;
    text-align: left;
    line-height: 1em;
    padding: 0.75em 0 0.65em 0.25em;
    border-bottom: 1px solid #cecece;
    color: #505050;
    margin: 0;
}

#sidebarMenu li a{
	color:#505050;
	font-size:0.95em;
	padding: 0 0;
}


#sidebarMenu li.current-menu-item a,
#sidebarMenu li a:hover{
	color:#ff0000;
	text-decoration:none;
}

/* @end Home Page
===================================== */


/*@Royal Slider
===================================== */
.royalSlider{
	width:100%;
}

.royalSlider .rsBullets {
	bottom: 1em !important;
	right: 50%;
    position: absolute !important;
	z-index: 100;
    line-height: inherit !important;
}

.royalSlider .rsBullet {
  	width: 18px !important;
  	height: 18px !important;
  	padding: 0.25em 0.75em !important;
  	display: block;
	float: left;
}

.royalSlider .rsBullet span {
  width: 16px  !important;
  height: 16px  !important;
  background: rgba(255,255,255,0.55)  !important;
  border: none  !important;
  border-radius: 50%;
display: block;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)  !important;
  
  transition: all .25s ease-in-out; 
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.royalSlider .rsBullet span:hover {
   background: #ff0000 !important;
}

.royalSlider .rsBullet.rsNavSelected span {
  background: rgba(255,255,255,0.85)  !important;
}

#homeSlider .rsNavSelected {
    opacity: 1  !important;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
  width: 100%;
  height:100%;
  text-align:center;
}

.rsDefault .rsArrow {
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsArrowLeft {
    right: inherit !important;
    left: 0;
	top: 35%;
}

.rsArrowRight {
	top: 35%;
	right: 0;
}

.rsArrowLeft,
.rsArrowRight{
	
	transition: all .25s ease-in-out; 
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	
	text-align:center;
	color: #aaa ;
}

.rsArrowLeft .rsArrowIcn,
.rsArrowRight .rsArrowIcn {
	font-family: FontAwesome;
    background: none !important;
	font-size:3em;
	line-height:3em;
	text-align:center;
	color: #aaa ;
	
	transition: all .25s ease-in-out; 
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.rsArrowLeft .rsArrowIcn:before {
	content: "\f104";
}

.rsArrowRight .rsArrowIcn:before {
	content: "\f105";
	margin-left:0.25em;
}

.rsArrowLeft:hover,
.rsArrowRight:hover{
	color: #FF0000;
}

.rsArrowLeft:hover .rsArrowIcn,
.rsArrowRight:hover .rsArrowIcn{
	color: #FF0000 ;
}

.rsContainer {
    position: relative;
    z-index: 20;
}

.rsThumbs {
    text-align: center;
    width: 100%;
}

.rsThumb{
	opacity:1;
	border: 1px solid #CCCCCC;
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.rsThumb:hover{
	opacity:0.25;
}

img.rsImg {
    max-width: 100% !important;
    margin-top: 0 !important;
}

.rsNavSelected{
	 transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;

	opacity: 0.40;
}

.rsTmb{
	max-width: 130px;
	width:100%;
}

#productSlider .rsOverflow {
/*    max-height: 600px;*/
    margin-bottom: 1em;
}
/*@end Royal Slider
===================================== */

/*@Products
===================================== */

.product-page{
    padding-top: 1em;
}

#productGrid li{
	text-align: center;
	 transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
	opacity: 1;
	
	 padding: 2.55em .625rem;
}

#productGrid li:hover{
	opacity: 0.551;
}


#productGrid li img{
    width: 80%;
    margin: 0 10%;
}


.page-id-269 #productGrid li img {
   width: 100%;
    margin: 0 0;
}


#productGrid li p{
	margin-bottom: 0 !important;
}

.sf-field-search label { 
    width: 75%;
}

.searchandfilter ul,
.searchandfilter ul li{
    margin: 0;
}


#productSlider{
	width: 100%;
	overflow: visible;
/*	max-height: 700px !important;*/
}

.product-image{
	padding-right: 4em;
}

.product-content{
	padding-right: 4em;
}

#contentRow{
	padding-top: 1.55em;
	padding-bottom: 4em;
}

.product-details{
	padding-bottom: 4em;
}

.product-specs{
	background: #333333;
}

.video-row{
	padding-top: 4em;
	padding-bottom: 4em;
	background: #333333;
}

.product-specs li{
	color: #fff;
    padding: 0 0.625em;
	margin-bottom: 0 !important;
}

.product-specs li div{
	width:80%;
    border-bottom: solid 1px #979797;
	padding: 0.75em 0.55em;
}
/* @end Products
===================================== */

/* @Brands
===================================== */
#brands{
	text-align: center;
	padding:0.55em 1em;
	border-top:1px solid #DCDCDC;
}

#brands li {
	text-align:center;
	padding: 0 .625rem 0;
	display: inline-block;
	margin: 0;
}

#signUp{
	padding-top:4em;
	padding-bottom: 4em;
	
	background: url(../img/bg-newsletter.jpg) no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

/* @end Brands
===================================== */

/* @Events
===================================== */
#eventsRow{
	border-bottom: 1px solid #eee;
	padding-top: 1em;
    padding-bottom: 1em;
}

.events-page{
	padding-top: 2em !important;
}
/* @end Events
===================================== */


.random-quote{
	background: #eee;
	border: 1px solid #ccc;
	padding: 1.55em 2em 3em;
	width:100%;
	display: block;
	font-size: 0.95em;
	margin-bottom: 2em;
}

/* @Footer
===================================== */

#footerWrapper{
	background: #000;
	width:100%;
	padding: 2em 0;
	color:#fff;
	
	position:relative;
	z-index:1;
}

#footerWrapper p{
	color:#fff;
	font-size: 0.95em;
}

#footerWrapper ul{
	list-style:none;
	margin:0 0 2em;
	padding:0;
}

#footerWrapper li {
	display: block;
	text-align:left;
	line-height: 1em;
	padding: 0.25em 0;
	color:#fff;
	margin: 0;
}

#footerWrapper li a{
	color:#fff;
	font-size:0.95em;
	padding: 0 0;
}


#footerWrapper li a:hover{
	color:#ff0000;
	text-decoration:none;
}

#footerWrapper ul ul{
	display: none;
}


#footerBtmWrapper{
	width:100%;
	background: #ff0000;
	padding: 0.55em 1em 0.35em;
	
	font-size: 0.85em;
	color: #fff;
	font-weight: 600;
}

#productsFooter li:last-child{
	display: none;
}

/* @Social
===================================== */
#social ul{
	margin:0 0;
	padding:0;
	list-style: none;
	clear:both;
	display:inline-block;
	text-align: center;
	float: right;
}

#social li{
	margin:0;
	padding:0 1em;
	list-style: none;
	display:inline-block;
	margin: 0;
	
	font-size: 1.25em;
	font-weight: 600;
	color: #fff !important;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
}

#social li a,
#social li a:link,
#social li a:visited{
	color: #fff !important;
	display:inline-block;
	text-decoration:none;
}


#social li a:hover{
	color: #000 !important;
	text-decoration:none;
}
/* @end Social
===================================== */

/* @end Footer
===================================== */

/*@Pagination
===================================== */

.top-spacer{
	width:100%;
	height:100px;
	display:block;
}

.wp-pagenavi {
	width:auto;
	float: right;
}

.wp-pagenavi span.pages{
	float:left;
	margin-top: 0.15em;
	margin-right: 2em;
	padding: 0.35em 0 0 !important;
    border: none !important;
	
	font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
}

.wp-pagenavi span{
	display: block;
    padding: 0.25em 0.75em !important;
	margin-right:0.25em;
	background: none;
	border: solid 1px #ccc !important;
	border-radius: 0;
	float: left;
	 
    color: #505050;
    font-size: 0.85em;
    font-weight: bold;
    line-height: inherit;
	 text-transform: uppercase;
	
	transition: background-color 300ms ease-out;
}

.wp-pagenavi span.current {
    color: #fff;
    background: #ff0000;
    border-color: #ff0000 !important;
}

.wp-pagenavi a {
	display: block;
    padding: 0.25em 0.75em !important;
	margin: 0 0.15em;
    background: none;
    border-radius: 0;
	border: solid 1px #ccc !important;
	float: left;
	
	color: #505050 !important;
    font-size: 0.85em;
    font-weight: normal;
    line-height: inherit;
	 text-transform: uppercase;
	
	transition: background-color 300ms ease-out;
}

.wp-pagenavi a:hover {
    color: #505050 !important;
    background: #ccc;
}

.reveal-modal .close-reveal-modal {
     font-size: 2em;
    top: 0.25em;
    right: 0.35em;
}

.reveal-modal .close-reveal-modal:hover{
	color:#ff0000;
}

.flex-video {
    margin-bottom: 0;
}
/*@end Pagination
===================================== */


/* Resuable Global Styles
===================================== */
:focus {
  outline: none;
}

.hideShow{
	display:block !important;
}

.hide-tophat{
	display:none !important;
}

.hero-spacer{
	width:100%;
	display: block;
	height: 1.55em;
}

.vertical-align {
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: justify;
}

#mobileNav{
		width:100%;
		background: #fff;
		border-bottom: none;
		position: fixed;
		text-align: center;
    	z-index: 1000;
		padding: 0.55em 0;
}
	

table {
    background: none;
    margin-bottom: 0;
    border: none;
}

.pageinationWrapper {
    overflow: hidden;
    text-align: center;
    margin: 1em auto;
}

.reveal-modal {
    padding: 2em 1em;
	border: none;
}


a.anchor{
	display: block; 
	position: relative; 
	top: -150px; 
	visibility: hidden; 
}

.nf-field-container {
    margin-bottom: 1em !important;
}

.nf-form-fields-required{
	font-size: 0.85em;
	margin-bottom: 0.75em !important;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc !important;
 }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc !important;
  }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc !important;
 }

input::placeholder,
textarea::placeholder {
  color: #ccc !important;
 }
 
img { 
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	
}

.aligncenter{
	text-align: center;
	margin: 0 auto;
}

.searchandfilter input[type=checkbox] {
    margin: 0 0;
}

input:not([type]), input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    box-shadow: none;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   
}

.alignleft{
	float:left;
	margin: 0.55em 2em 1.25em 0;
}

.alignright{
	float:right;
	margin: 0.55em 0 1.25em 2em;
}

.aligncenter{
	text-align: center;
	margin: 0.55em auto 1.25em;
}
.g-recaptcha{
	display: none!important;
}

.filter-btn{
	display: none;
}

.filters-mobile{
	display: block;
}

.row-sidebar{
	width: 85%;
    display: block;
    clear: both;
	padding-top: 1em;
    padding-bottom: 1em;
}

.searchandfilter ul li li {
    padding: 0 0 !important;
}

/*@end Resuable Global Styles
===================================== */
@media only screen and (max-width: 1280px) {
	
	#mainNavBar li a {
    	padding: 1.55em 1em;
	}
	
	#pageBlocksHistory h2,
	.page-blocks-content h2,
	.home-product-wrapper h2{
		font-size:1.25em;
	}
	
	#pageBlocksHistory p,
	.page-blocks-content p,
	.home-product-wrapper p{
		font-size:0.95em;
	}
}

@media only screen and (max-width: 1080px) {
	#mainNavBar li {
    	font-size:0.9em;
	}
}

@media only screen and (max-width: 980px) {
	#mainNavBar li {
    	font-size:0.85em;
	}
	
	#mainNavBar li a {
    	padding: 1.95em 0.75em;
	}
}

@media only screen and (max-width: 880px) {
	#mainNavBar li {
    	font-size:0.8em;
	}
	
	#mainNavBar li a {
    	padding: 2em 0.55em;
	}
}

@media only screen and (max-width: 720px) {
	html{
		height: 100%;
		width: 100%;
	}
	

	.vertical-align{
		display: block;
	}
	
	.product-specs .vertical-align,
	#heroWrapper .vertical-align,
	#pageBlocks .vertical-align,
	#homeGrid .vertical-align,
	#hero .vertical-align{
		display: -webkit-flex;
		display: flex;
		display: -ms-flexbox;
		
		-webkit-flex-direction: row;
		flex-direction: row;
		-ms-flex-direction: row;
		
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		
		-webkit-justify-content: center;
		justify-content: center;
		-ms-flex-pack: justify;
	}
	
	#heroWrapper .vertical-align.align-right-hero{
		display: block !important;
	}
	
	#heroWrapper .align-right-content{
		padding:2em 0;
	}
	
	#mobileNav{
		background:#fff;
		border-bottom: 1px solid #e6e6e6;
		position: fixed;
	}
	
	.addBtmMargin{
		margin-bottom:1em;
	}
	
	
	.top-spacer{
		height:42px;
	}

	.brand {
		max-width: 100px;
		margin-right: 1em;
		float: right;
	}
	
	
	a.anchor{
		display: block; 
		position: relative; 
		top: -50px; 
		visibility: hidden; 
	}

	.reveal-modal{
		overflow-y: auto;
		max-height: 80vh;
	}
	
	.product-image,
	.product-content{
		padding: 0 1em;
	}
	
	.rsDefault .rsArrow {
	   display: none !important;
	}
	
	img.rsImg {
		width: 100% !important;
		height: auto !important;
		margin-left: 0 !important;
	}
	
	#productSlider .rsOverflow {
		min-height: 240px !important;
    	max-height: inherit;
	}
	
	.rsTmb {
		max-width: 100px;
	}
	
	#homeSlider {
		height: auto !important;
	}

	#productSlider {
		overflow: visible;
		margin-bottom: 5em;
		max-height: inherit;
	}
	
	.product-specs li div{
		width:100%;
	}
	
	#mobileMenuWrapper li.searchBtn{
		display:none;
	}
	
	.royalSlider .rsBullet {
		width: 12px !important;
		height: 12px !important;
		padding: 0.25em 0.55em !important;
	}

	.royalSlider .rsBullet span {
	  width: 10px  !important;
	  height: 10px  !important;
	}
	
	#homeGrid{
		padding: 2em 0 0;
	}
	
	.left-image,
	.right-image{
		padding:0;
	}
	
	.home-product-content,
	.page-blocks-content {
		padding:1em 1.55em;
	}
	
	#pageBlocksHistory {
		padding: 0 1em 1.25em !important;
	}
	
	#footerWrapper .row, 
	#footerBtmWrapper .row {
		padding-left: 0;
		padding-right: 0;
	}
	
	.row.collapse-on-mobile>.columns {
		padding-left: 0;
		padding-right: 0;
	}
	
	#social ul{
		float: none;
	}
	
	.imageColumn{
		text-align: center;
	}
	
	.imageColumn img{
		max-width: 75%;
	}
	
	.filter-btn{
		display: block;
		width:100%;
		background: #ff0000;
		padding:0.75em 1em 0.55em;
		margin-bottom: 1em;
		
		color: #fff;
		font-weight:bold;
		
		transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
	}
	
	.filter-btn:before{
		font-family: FontAwesome;
		content: "\f107";
		color: #fff;
		
		position: absolute;
		right:2em;
	}
	
	.filter-open:before{
		content: "\f106";
	}
	
	.filter-open{
		background: #333333;
		
		transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
	}

	.filters-mobile{
		display: none;
	}
	
	#basicPageWrapper {
		padding-top: 0.55em;
		padding-bottom: 2em;
	}
	
	.breadcrumbs,
	.breadcrumbWrapper{
		display:none !important;
	}
	
	.row-sidebar {
		width:100%;
		padding-top: 0.55em;
    	padding-bottom: 0.55em;
	}
	
	.home-colnago-grid {
    	padding: 1em 0;
	}
	
	.random-quote{
		padding: 1em 1.55em 2em;
		font-size:1em;
		margin-bottom: 1em;
	}
	
	.random-quote h3{
		font-size:1.25em !important;
	}
	
	#sidebarMenu ul {
    	width: 100%;
	}

}



