h1 {
    font-family: futura-pt;
    font-weight:700;
}

h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 800;
}


h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-style: italic;
    font-family: Lato, sans-serif;
    line-height: 100%;
    font-size: 14px;
}

body,
html {
    height: 100%;
}

body {
    margin: 0 auto;
    overflow-x: hidden;
    font-family: Lato, sans-serif;
    font-size: 14px;'
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    
    #ourstory, #fyf-index-section {
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
    }
    
}*/

/************************************************************************************************Searchbar********************************************************************************/

/* Search CSS*/

.overlay {
    height:100%;
    width: 100%;
    position: fixed; 
    z-index: 9999; 
    left: 0;
    top: 0;
    background-color: rgba(0,20,55,0.9);
    overflow-x: hidden;
    display:none;
}

.overlay-content {
    position: relative;
    top: 10%; 
    width: 100%; 
    text-align: left; 
    margin-top: 30px; 
}

.overlay a {
    padding: 25px;
    text-decoration: none;
    color: #003c71;
    display: block; 
    transition: 0.3s; 
    text-transform: uppercase;
    font-weight:600 !important;
    padding-left:15px;
    border-bottom:1px solid #ddd;
    letter-spacing: 1.1px;
}

.overlay a:hover, .overlay a:focus {
    background-color: #003c71;
    color:#ffffff;
    cursor:pointer;
}

.overlay .closebtn {
    border-color: transparent;
    color: #ffffff;
    font-size: 60px;
    position: absolute;
    right: 45px;
    top: 20px;
    z-index:10000;
}

.overlay .closebtn:hover {
    color:#78be20;
    background-color:transparent;
}

#autocomplete {
    width: 100%;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 15px;
    background: transparent;
    border-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom: 3px solid #fff;
}

#empty-message{
    color:#78be20;
    font-size:16px;
    margin-top:4px;
}

.ui-autocomplete {
    margin-top: 10px !important;
    top: 0px !important;
    max-height:400px;
    /*overflow-y:scroll;*/
}

#list-holder{
    width:100% !important;
    background-color:#ffffff;
}

#list-holder ul{
    width:inherit !important;
    list-style-type:none;
    margin:0 auto;
}

.ui-widget-content{
    background-color:transparent;
    border-color:transparent;
    color:#7cce26;
}

.ui-helper-hidden-accessible{
    display:none;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media (min-width: 993px){
    #autocomplete {
        font-size: 36px;
        padding-top:15px;
        padding-bottom: 15px;
        margin-top:20px;
    }
    
    .overlay a {
        font-size: 14px;
    }
}

@media (max-width: 992px){
    
    #autocomplete {
        font-size: 16px;
        padding-top:10px;
        padding-bottom: 10px;
    }
    
    .overlay-content {
        top: 5%; 
    }
    
    .overlay a {
        font-size: 12px;
        padding-top:15px;
        padding-bottom:15px;
    }
    
    .overlay .closebtn {
        font-size: 30px;
        right: 20px;
        top: 20px;
    }
    
    #search-logo{
        width:85px;
        margin-bottom:20px;
    }
}

/***********************************************************************************************Navbar*************************************************************************************/

.navbar-collapse{
    border-top-color:transparent !important;
}

.nav.navbar-nav.navbar-right a:focus {
    border-color: transparent;
}

.navbar-color {
    background-color:  #003D71 !important;
}

.alternate-navbar-color{
    background-color: transparent !important;
}

.navbar-hover {
    border-bottom: 1px solid #7dcf21;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #fff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    border-color: #001a49;
}

.nav-tabs > li >a {
    font-weight: 100;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    white-space: nowrap;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}

.nav-tabs>li>a:hover {
    color: #00a9e0;
    border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #00a9e0;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.navbar {
    top: 0;
    min-height: 50px;
    border: 1px solid transparent;
    transition: top .2s ease-in-out;
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-inverse{
    background-color:transparent;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-fixed-top {
    transition: top .2s ease-in-out;
    border-width: 0 0 1px;
    height: 100px;
    background-color:#003D71;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 0;
}

.navbar-nav> li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    margin-top: 29px;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-link {
    color: #fff;
}

.navbar-default .btn-link {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: transparent;
    transition: 1s;
}

.navbar-inverse .navbar-nav>li>a span{ 
    position: relative;
}

.navbar-inverse .navbar-nav>li> a span::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .5s cubic-bezier(1,.25,0,.75) 0s;
    transition: all .5s cubic-bezier(1,.25,0,.75) 0s;
}

.navbar-inverse .navbar-nav>li>a span:hover::after{
     visibility: visible !important;
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    color: #fff;
    background-color: #E42C1A;
}

.nav-tabs {
    display: inline-block;
    border-bottom: none;
    padding-top: 15px;
    font-weight: 700;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    border: none;
    border-radius: 0;
}

.nav-list>li {
    width: 150px;
    padding: 20px 15px 15px;
    border-left: 1px solid #eee;
    vertical-align: top;
}

.nav-list>li>a:hover {
    color: #78be20;
    transition-duration: 1s;
    background-color: transparent;
}

.nav-list > li > a > span {
    display: block;
    font-weight: 700;
    text-transform: none;
    height: 35px;
    margin-bottom: 13px;
}

.nav-list>li>p>a:hover {
    color: #86d13e;
}

.mega-dropdown {
    position: static!important;
}

.mega-dropdown-menu {
    padding: 0;
    text-align: center;
    width: 100%;
}

.mega-dropdown-menu li {
    text-align: left;
}

.mega-dropdown-menu p {
    line-height: 110%;
}

.mega-dropdown-menu p a{
    color: #000000 !important;
}

.mega-dropdown-menu p a:hover{
    text-decoration: underline;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

.navbar-inverse .navbar-toggle {
    background-color:transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: transparent;
}

.about-hover-links, .about-hover-links li{
	border-color: transparent !important;
	
}

.about-hover-links li p{
	display: block !important
}

@media (min-width: 1021px) {
    
    .nav-category-header {
        font-size: 18px;
        color: #000000;
        font-weight: 600;
        margin-top: 10px;
    }
    
   .nav-list>li:last-child {
        border-right: 1px solid #eee;
    }
    
    .nav-list {
        border-bottom: 1px solid #eee;
    }
    
    #fyf-nav-section{
        display:block;
    }
    
}

@media (min-width: 900px) {
	
	 .mobile-navlink{
        display:none;
    }
	
    .navbar-right {
        float: right!important;
        margin-right: 0;
    }
	
	.navbar-nav {
	float: none;
	text-align: center;
	width: 100%;
}

.navbar-nav > li {

    float: none;
    display: inline-block;

}

.navbar-nav > li:last-child{
	float:right;
}

#about-img-container{
	display:block;
}

.about-hover-links span{
	display: block;
	font-weight: 700;
	text-transform: none;
	height: 35px;
	margin-bottom: 13px;
	margin-top: 10px;
}

}
@media (max-width: 899px) {
	
	.about-hover-links span{
	display: none;
	}
	
	.about-hover-links li p{
		display: block;
		font-weight: 700;
		text-transform: none;
		height: 35px;
		margin-bottom: 13px;
		font-family: futura-pt, sans-serif;
		font-size: 14px;
		color: #000000;
		letter-spacing: 0px;
	}
	
	#about-img-container{
		display:none !important;
	}
    
    .navlist {
        border-bottom-color: transparent;
    }
    
      .nav-category-header {
        font-size: 14px;
        color: #000000;
        font-weight: normal;
        padding-left: 15px;
    }
    
    .nav-list > li p {
        display: none;
    }
    
    .nav-list > li {
        margin-top: -10px;
    }
    
    .mega-dropdown-menu li {
        display: block;
        border-left: 0;
    }
   
   .mega-dropdown-menu img {
        display: none;
    }
    
    .navbar-fixed-top {
        position: fixed;
        background-color:#003D71;
    }
    
    .navbar-nav>li>a {
        border-bottom: 1px solid #eee;
    }
    
    .navbar-collapse {
        background: #fff;
        margin-top: 0px;
    }
    
    .navbar-collapse a {
        color: #001a49!important;
    }
    
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }
    
    .dropdown-menu > li >a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    
    .navbar-header {
        float: none;
    }
    
    .navbar-toggle {
        display: block;
    }
   
   .navbar-collapse {
        border-top: 1px solid transparent;
    }
    
    .navbar-collapse.collapse {
        display: none!important;
    }
    
    .navbar-nav {
        float: none!important;
    }
    
    .navbar-nav > li {
        float: none;
    }
    
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    
    .collapsing {
        overflow: hidden!important;
    }
    
    .navbar-nav > li > a {
        line-height: 20px;
        margin-top: 0px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    
    .nav-list > li {
        border-left-color: transparent;
        padding: 0px;
        font-size: 12px;
        letter-spacing: 1.1px;
    }
    
    .mobile-navlink{
        display:block;
    }
    
    #fyf-nav-section{
        display:none;
    }

    .navbar-nav > li > a {
        margin-top: 0px !important;
    }
    
    .navbar-nav {
        margin: 0px -15px !important;
    }

    .dropdown-menu.mega-dropdown-menu .container {
        width: auto;
        padding-left: 20px;
    }

.navbar-inverse .navbar-nav>li>a{
    font-family: futura-pt, sans-serif;  
    display: block; 
    font-weight: 700; 
    text-transform: none; 
    height: 35px; 
    margin-bottom: 13px;
    letter-spacing:0px;
    text-transform: capitalize !important;
    color: #000000 !important;
}

.navbar .container-fluid{
    padding-left:0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.navbar-inverse .navbar-nav > li > a span {
    margin-left: 15px;
}
    
}

.navbar-nav > li > a {
     margin-top: 15px;
}

.navbar-brand > img{
    width: 110px;
}

@media (min-width: 900px) {
  .navbar-fixed-top { height: 70px; }
  .navbar-nav > li > a { margin-top: 15px; }
  .navbar-brand > img { margin-top: -15px; }
 
}

@media (max-width: 767px) {

.navbar-brand > img {
    margin-left: -5px !important;
}

}

@media (max-width: 899px) {
  .navbar-fixed-top { height: 50px; }
  .navbar-toggle { margin-top: 7px; }
  .navbar-brand > img { margin-top: -15px; width: 78px !important; }
  
  .navbar-fixed-top .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-left:5px;
        margin-right:5px;
    }
    
    .navbar-nav .open .dropdown-menu{
        margin-top:25px;
    }
    
}

/*

#h-message{
    top:0;
    background-color:#ffffff; 
    min-height: 30px; 
    width: 100%; 
    z-index: 1030; 
    position:fixed;
}

#h-message p{
    color:#E42C1A; 
    font-size:12px; 
    margin-top:5px; 
    padding-left:15px; 
    padding-right:15px;
}

.message-hide{
    top: -100px !important; 
    transition:.75s;
}

.message-nav {
   transition:.75s; 
}

@media (min-width: 988px) {
    .message-nav {
        top:30px;
    }
}

@media (max-width: 987px) {
    .message-nav {
        top:49px;
    }
}

@media (max-width: 480px) {
    .message-nav {
        top:66px;
    }
}

*/

/*****************************************************************************************Headings***************************************************************************************/

.page-header{
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #001a49;
    position:relative;
    padding-bottom: 0px;
}

.page-header .overlay {
    display: block;
    position: relative;
    background: rgba(0,0,0,.15);
    z-index: 1;
}

.page-header .wrapper{
    left: 50%;
    right: 0%;
    margin: auto;
    position: absolute;
    top: 65%;
    transform:translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    color: #fff;
    text-align: center;
    z-index: 10;
    text-transform: capitalize;
    width:100%; 
}

#athletes-header .wrapper{
    top: 60%;
}


.page-header-content{
    width: inherit;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    position:absolute;
    bottom:40px;
}

.page-header-content p {
    margin-bottom: -20px;
}

.page-header-content hr{
    border:1px solid #fff;
}

.subpage-header {
    font-family: Lato, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #003c71;
    letter-spacing: 2px;
    font-style: italic;
    font-weight: 800;
}

#blog-header{
    height: 225px;
}

@media (min-width: 1020px) {
    .page-header{
        margin-top:80px;
    }
}

@media (max-width: 1019px) {
    .page-header{
        margin-top:50px;
    }
}

@media (min-width: 768px) {
    .page-header{
        margin-top:50px;
        height:450px;
    }
    
    #about-header{
        height: 625px;
    }

    #athletes-header{
        height: 550px;
    }
    
}

@media (max-width: 767px) {
    .page-header{
        margin-top:50px;
        height:250px;
    }
    
    #about-header{
        height: 425px;
    }

    #athletes-header{
        height: 350px;
    }
    
    .page-header .wrapper h1{
        font-size: 55px;
    }
    
}

@media (min-width: 1200px) {
    .page-header .wrapper h1{
        font-size: 80px;
    }
}

@media (min-width:  992px) and (max-width: 1199px) {
    .page-header .wrapper h1{
        font-size: 60px;
    }
}

@media (min-width:  767px) and (max-width: 991px) {
    .page-header .wrapper h1{
        font-size: 55px;
    }
}

/******************************************************************************************General Classes****************************************************************************************/

a:hover, a:focus{
    text-decoration:none;
}

.col-centered{
    float:none;
    margin: 0 auto;
}

.intro-links {
    color: #fff;
    font-weight:700;
}

.carousel-link {
    vertical-align: text-top;
}

#polygon {
    vertical-align: bottom;
}

.cyan-link {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #00a9e0;
    font-weight: 600;
    letter-spacing: 1px;
}

.cyan-link:hover {
    opacity: .5;
    transition-duration: .5s;
}

.nav-category-header {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-transform: none;
    text-transform: none;
    letter-spacing: 0px;
}

.category-link {
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    z-index: 15;
    position: absolute;
    margin-top: -25px;
    background: rgba(0, 174, 229, .7);
    width: 100%;
    bottom: 0;
    padding: 10px;
    text-align: left;
}

.view-link {
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    z-index: 15;
    position: absolute;
    background: #64B649;
    bottom: 0;
    padding: 5px;
    color: #fff;
    width: 65%;
    margin: 0 auto;
    border-radius: 50px;
}

.view-link h3 {
    color: #fff !important;
    margin-top: 13px;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 16px;
}

#outer-box,
#outer-box-2 {
    display: block;
    position: relative;
}

#outer-box #inner-box {
    background: #042d63;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    transition: opacity .5s;
}

#outer-box-2 #inner-box-2 {
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    transition: opacity .5s;
}

#outer-box #inner-box,
#outer-box-2 #inner-box-2 {
    color: #fff;
    line-height: 150px;
    font-family: arial;
    text-align: center;
}

#outer-box:hover #inner-box {
    color: green;
    opacity: .8;
    transition: opacity .5s;
}

#outer-box-2:hover #inner-box-2 {
    opacity: .8;
    transition: opacity .5s;
}

#inner-box div,
#inner-box-2 div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#inner-box h1 {
    text-transform: uppercase;
    margin-bottom: -60px;
}

#inner-box h3 {
    margin-bottom: -20px;
}

#inner-box p {
    color: #03bffb;
}

.small-blue-title {
    color: #00a9e0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-style: italic;
}

.small-white-title {
    color: #fff;
    margin-bottom: -20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-style: italic;
}

.blue-title {
    text-transform: uppercase;
    color: #003c71;
    text-align: center;
    letter-spacing: 1px;
}

.tk-freight-sans-condensed-pro {
    font-family: "futura-pt",sans-serif;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.green-hr {
    border-color: #78be20;
}

#image-overlay h2{
    font-weight:700;
    font-size:21px;
}

.ellipsis {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    color: #7dce27;
    text-align: center;
    border: 1px solid #7dce27;
}
.blue-ellipsis {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #7dce27;
    text-align: center;
    border: 1px solid #00a9e0;
    vertical-align: text-bottom;
}
.arrow-ellipsis-content {
    position: relative;
    top: 40%;
    transform: translateY(-40%);
}

.ellipsis-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#image-overlay {
    background-color: #00a9e0;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 250px;
}

/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; z-index:1; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active { opacity: 1; }

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
     left: 0;
    right: auto;
}

.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}

.carousel-control{
    opacity:1;
}

.carousel-control .icon-next img:hover,
.carousel-control .icon-prev img:hover {
    opacity: .7;
}

.carousel-control .icon-prev:before {
    color: #07acdc;
}

.carousel-control .icon-next:before {
    color: #07acdc;
}

.carousel-control .icon-prev::before {
    content: "";
}

.carousel-control .icon-next::before {
    content: "";
}

.carousel-indicators,
.wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 8px;
    padding: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 10px;
    opacity: .6;
}

.carousel-indicators .active {
    background-color: #ffffff;
    height: 13px;
    margin: 8px;
    width: 13px;
    opacity:1;
}

#myCarousel .btn{
    background: #02a8e0 !important;
    margin: 100px auto;
    display: block;
    font-weight: bold;
    padding: 5px 10px;
    font-style: normal;
}

#myCarousel .btn:hover{
    opacity:.8;
}

.carousel-caption {
    left: 50%;
    right:0%;
    margin: auto;
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 10;
    text-transform: uppercase;
    width: 100%;
}

.carousel-caption h1{
    letter-spacing: 1px;
    /*transform: rotate(347.75deg);*/
    text-transform:none;
    font-family: futura-pt;
    text-transform: none !important;
}

@media (min-width:1200px){
    .carousel-caption h1{
        font-size: 60px;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .carousel-caption h1{
        font-size: 55px;
    }
}

@media (min-width:768px) and (max-width:991px){
    .carousel-caption h1{
        font-size: 40px;
    }
}

@media (min-width:480px) and (max-width:767px){
    .carousel-caption h1{
        font-size: 45px;
        padding-left:15px;
        padding-right:15px;
    }
}

@media (max-width:479px){

    .carousel-caption h1{
        font-size: 45px;
        padding-left:15px;
        padding-right:15px;
    }
    
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*=col-]:not(:first-child),
.row.no-gutter [class*=col-]:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}

a {
    color: #5f5f5f;
    text-decoration: none;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #78be20;
    font-family: Lato, sans-serif;
    color: #00a9e0;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: italic;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 15px;
    margin-left: 15px;
}

th {
    text-align: left;
    font-weight: 400;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #f2f2f2;
}

.form-control::-moz-placeholder {
    color: #a7a7a7;
    opacity: 1;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.btn {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left !important;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #fff;
    background-color:#02A8E0;
    border-radius: 23px;
    padding-left: 25px;
    font-weight: 700;
    padding: 5px 25px;
}

.btn:focus, .btn:hover{
    color:#ffffff;
    box-shadow: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #00a9e0;
    border-radius: 0;
}

.breadcrumb {
    margin-bottom: 25px;
    list-style: none;
    margin-top: 25px;
    background-color:transparent;
    padding: 0px;
}

.breadcrumb a:hover{
    text-decoration: none;
    color:#5f5f5f;
}

.breadcrumb > .active {
    color: #939598;
}

.panel-heading {
    padding: 20px 15px;
    border-bottom: 1px solid transparent;
}

.panel-title {
    color: #5f5f5f;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #eee;
    border-color: #ddd;
}

.section-header{
    text-align:center;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.section-primary-header{
    font-size:85px;
    color:#ffffff;
}

.section-primary-header-inverse{
    font-size:85px;
    color:#003D71;
}

.section-secondary-header{
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-transform: none;
    font-size:70px;
    color:#ffffff;
    font-style: normal;
    letter-spacing: 1.75px;
}

.section-secondary-header-inverse{
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-transform: none;
    font-size:65px;
    color:#003d71;
    font-style: normal;
    letter-spacing: 0px;
}

.section-tertiary-header{
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-transform: none;
    font-size:29px;
    color:#003d71;
    font-style: normal;
    letter-spacing: 0px;
}

.diagonal-hr{
    width: 66px;
    background: #E42C1A;
    height: 10px;
    border-color: transparent;
    margin-top: 15px;
}

.diagonal-ter-hr{
    width: 30px;
    background: #E42C1A;
    height: 4px;
    border-color: transparent;
    margin-top: -5px;
}

.diagonal-overlay{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    height:100%;
    width:100%;
    background-color:rgba(0,60,112,.8);
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0;
    }
}

@media (max-width: 768px) {
    
    .tk-freight-sans-condensed-pro {
        font-size: 30px;
    }
    
}

@media (max-width: 480px) {
    .tk-freight-sans-condensed-pro {
        font-size: 25px;
    }
}

@media (max-width: 700px) {
    #myCarousel .carousel-control img {
        display: none;
    }
    
    .carousel-caption {
        top: 55%;
    }
}

@media (max-width: 767px) {
    .container {
        width: 375px;
    }
    
    .diagonal-section-header{
        font-size:35px;
    }
    
    .diagonal-hr {
        width: 60px;
        height: 6px;
        border-color: transparent;
        margin-top: 15px;
    }
    
    .section-primary-header, .section-primary-header-inverse{
        font-size:40px !important;
    }
    
    .section-secondary-header, .section-secondary-header-inverse{
        font-size:45px;
    }
    
}

@media (max-width: 400px) {
    
    .container {
        width: 300px;
    }
    
    .tk-freight-sans-condensed-pro {
        font-size: 22px;
    }

}

@media (max-width: 240px) {
    .container {
        width: 200px;
    }
}

@media (min-width: 1020px) {
   
   .small-blue-title {
        margin-bottom: -20px;
    }
    
    .blue-title {
        font-size: 50px;
    }
}

@media (max-width: 1019px) {
    
    .blue-title {
       font-size: 26px;
    }
}

@media (max-width: 1000px) {
    .small-blue-title {
        font-size: 8px;
        margin-bottom: -15px;
    }
}

@media(max-width:575px) {
    
    .cyan-link{
        margin-top:-5px;
        font-size:12px;
    }
    
    .ellipsis{
        margin-top: 10px;
    }

}

/**********************************************************************************************Index****************************************************************************************************/

.intro-text {
    color: #fff;
    margin-bottom: -10px;
    letter-spacing: 4px;
}

/*.intro-text, .carousel-caption a, .page-header-content p{
    text-shadow: #000000 1px 0 10px;
}*/

.active,
.carousel,
.item {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    overflow-x: hidden;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

footer {
    margin: 50px 0;
}

.bikegrid div a:hover,
.bikegrid div:hover {
    color: #78be20;
    transition: 1s;
}

#bike-category-motto {
    margin-bottom: 50px;
    line-height:125%;
}

.social-media-icons {
    margin-top: -15px;
    margin-bottom: 25px;
}

.social-media-icons li{
    display:inline-block;
    margin:10px;
}

.social-media-icons img{
    max-width: 31px;
}

.social-media-icons img:hover {
    opacity: .5;
}

.bikegrid {
    margin-bottom: 30px;
    height: auto;
}

.bikegrid h3 {
    position: absolute;
    z-index: 1;
    top: 50%;
    font-size: 45px;
    font-style: normal;
    color: #fff;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 1px;
}

.bikegrid .btn {
    background: #02a8e0 !important;
    display: block;
    font-weight: bold;
    padding: 5px 10px;
    font-style: normal;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#bike-main-categories {
    text-align: center;
    margin-top: 100px;
}

/*.triangle {
    z-index: 15;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-bottom: 60px solid #fff;
}*/

#bikegrid-intro {
    text-align: center;
}

#bikegrid-intro h2{
    line-height: 130%;
}

#sw-lightbox-overlay #sw-image-caption {
    line-height: 1.35em !important;
}

#sw-lightbox-overlay #sw-image-caption {
    font-size: 13px !important;
}

#instagram-feed {
    margin-top: 100px;
    margin-bottom: 75px;
}

#instagram-feed h1 {
    line-height: 145%;
}

#instagram-feed .diagonal-hr {
    margin-bottom:50px;
}

.square {
    background-position: 50% 50%;
    background-size: cover;
    padding-bottom: 100%;
}

.square:hover {
    opacity: .7;
    transition: 1s;
}

#ourstory{
    background-color: rgba(0,61,113,.8) !important;
    position: relative;
    height: 650px;
}

#ourstory .diagonal-overlay{
    position:relative;
    height:inherit;
    background-image:url('../img/homepage/our-story.png');
    background-position:center;
    background-size:cover;
    background-attachment: fixed;
}

#ourstory-content{
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
}

#ourstory-content p {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: 160%;
    margin-top: 50px;
}


#ourstory-content .btn{
    margin-top: 75px;
    background-color: transparent;
    border: 2px solid #fff;
}

#ourstory-content .btn:hover{
    background-color:#ffffff;
    color: #000000;
}


@media (min-width: 739px) {
    #main-square {
        width: 40%;
    }
    
    #smaller-square {
        width: 20%;
    }
}

@media (max-width: 767px) {
    
    #main-square {
        width: 100%;
    }
    
    #smaller-square {
        width: 50%;
    }
    
}

@media (max-width: 320px) {
    .intro-text {
        font-size: 16px;
    }
}

@media (min-width: 800px) {
   
    .intro-text {
        font-size: 55px;
    }
    
}

@media (max-width: 768px) {
 
    .carousel-caption {
        margin-top: 0;
    }
    
     #ourstory {
        height: 525px;
    }

    #ourstory-content {
        top: 47%;
    }
    
    #ourstory-content{
        width:100%;
    }
    
    #ourstory-content p {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #ourstory::before {
        height: 60px;
    }
    
    #ourstory-content .btn {
        margin-top: 50px;
    }
 
}

@media (max-width: 668px) {
    .intro-text {
        font-size: 36px;
    }
}

@media (max-width: 400px) {

    .intro-text {
        font-size: 26px;
    }
    
    .social-media-icons {
        display: block;
    }
    
}

@media (max-width: 767px) {
     #instagram-feed {
        margin-bottom: 50px;
    }

}

@media (max-width: 575px) {
    
    #bike-category-motto {
        margin-bottom: 25px;
        margin-top: -25px;
    }
    
    #bike-category-motto .subpage-header {
        font-size:13px;
    }
    
    #instagram-feed {
        margin-top: 50px;
    }
    
    #news-section {
        margin-top: -15px;
    }
}

/********************************************************************************************News*****************************************************************************************/

#model-breadcrumb,
#news-breadcrumb {
    margin-top: 150px;
}

#news-block-quote {
    margin-top: 20px;
}

.news-article-subheader {
    color: #003c71;
}

.posted-in {
    margin-top: -15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    color: #5f5f5f;
    font-size: 12px;
}

.article-tags {
    color: #E42C1A;
}

#news-header {
    background-image: url(..img/news/news-header.png);
}

#news-section {
    margin-bottom: 100px;
}

#news-section h2{
    margin-bottom:30px;
}

#news-section .diagonal-hr {
    margin-bottom: 75px;
}

.news-title{
    color: #000000;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-transform: none;
    font-size: 21px;
    font-weight: 700;
    margin-top: 0px;
    transition:.50s;
    line-height: 120%;
}

.news-title:hover{
    color:#64B649;
}

.news img:hover {
    opacity: .7;
    transition: 1s;
}

.news-truncate {
    width: 341px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container-2 {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    font-family: Lato, sans-serif;
    color: #5f5f5f;
    line-height: 200%;
    padding-left:15px;
    padding-right: 15px;
}

.news-text {
    text-align: center;
    margin: 0 auto;
    margin-left: 100px;
    margin-right: 100px;
}

#news-detail-breadcrumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-date {
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #E42C1A;
    letter-spacing: 0px;
    z-index: 15;
   /* position: absolute;
    top: 0;
    text-align: left;*/
    font-size: 12px;
    margin-top: 5px;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    margin-top: -25px;
    margin-bottom: 40px;
    height: 50px;
}

.pagination > li > a,
.pagination > l i> span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #05193b;
    text-decoration: none;
    background-color: #fff;
    font-family: "futura-pt", sans-serif;
    border: 1px solid #fff;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #78be20;
    border: 1px solid #78be20;
    border-radius: 40px;
}

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

#news-article h2 a {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
}

#news-article h4 {
    line-height: 160%;
    font-size: 15px;
}


.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}

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

@media screen and (min-width: 576px){
    
    .newsgrid {
        margin-bottom: 50px;
        height: 300px;
    }

}

@media screen and (max-width: 575px){
    
    .newsgrid {
        margin-bottom: 25px;
    }

}

/*****************************************************************************************Athletes***************************************************************************************/

#athlete-intro-section {
    margin-bottom: 50px;
}

.blue-hr {
    border-color: #00a9e0;
     border-width: 2px;
}

.athlete-name{
    font-family: Lato, sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    color: #000000;
    letter-spacing: 2px;
    font-style: italic;
    font-weight: 800;
}

.athlete-achievement {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-style: normal;
    color: #003c71;
    line-height: 150%;
}

.athlete-machine {
    font-family: Lato, sans-serif;
    color: #a1a1a1;
    margin-top: -6px;
}

#athletes-section-2 {
    margin-bottom: 50px;
}

.athletes-grid {
    margin-top: 70px;
}

.athletes-grid p {
    color: #797979;
    font-family: Lato, sans-serif;
}

.athlete-links img {
    width: 31px;
}

#athletes-detail {
    margin-bottom: 50px;
}

#athletes-detail article {
    line-height: 200%;
    color: #5f5f5f;
    font-family: Lato, sans-serif;
}

.athlete-container {
    max-width: 650px;
    margin: 0 auto;
}

.athlete-container {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.athlete-container h2 {
    font-family: Lato, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}

.athlete-container p {
    font-family: Lato, sans-serif;
    color: #fff;
}

@media screen and (max-width: 575px){
    #athletes-section-1{
        margin-top:-75px;
    }
    
    .athlete-name{
        font-size: 13px;
    }
    
    .athlete-machine{
        font-size: 11px;
    }
    
    #image-overlay h2{
        font-size: 12px;
        line-height: 150%;
    }

}

/*****************************************************************************************Category****************************************************************************************/

.bike-category-section {
    margin-bottom: 50px;
}

/*.bike-category-section h3 {
    color: #001a49;
}*/

.bike-category-section h3{
    margin-top:15px;
    margin-bottom:15px;
}
    
.scrtabs-tab-container * {
  box-sizing: border-box;
}

.scrtabs-tab-container {
  height: 100px;
}

.category-tabs{
    margin-top:10px;
}

.nav-justified > li {
    display: table-cell;
    width:inherit;
    border-radius: 0px;
}

.nav-justified > li > a  {
    border-bottom: 1px solid #ddd !important;
}

.nav-tabs.nav-justified > li > a {
    margin-top: -25px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff !important;
}

.scrtabs-tab-container .tab-content {
  clear: left;
}

.scrtabs-tabs-fixed-container {
  float: left;
  height: 42px;
  overflow: hidden;
  width: 100%;
}

.scrtabs-tabs-movable-container {
  position: relative;
}

.scrtabs-tabs-movable-container .tab-content {
  display: none;
}

.scrtabs-tab-scroll-arrow {
  border-top: none;
  color: #78be20;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 12px;
  height: 42px;
  margin-bottom: -1px;
  padding-left: 2px;
  padding-top: 13px;
  width: 20px;
}

.scrtabs-tab-scroll-arrow:hover {
    transition: .3s;
    color: #003c71;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable {
  color: #ddd;
  cursor: default;
}

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap;
}

/* Add following CSS 10-9-2017*/


#category-dropdown{
    background-color:#00a9e0;
    color:#fff;
}

#category-dropdown option{
    padding:10px;
}

#category-dropdown option:hover{
    background-color:#78be20;
}

.category-mobile-wrapper{
    display:block;
}

@media screen and (max-width: 991px) {
    .category-tabs{
        display:none;
    }
    
    .bike-category-section .wrapper {
        padding: 15px !important;
    }
}

@media screen and (min-width: 992px) {
    .category-mobile-wrapper{
        display:none !important;
    }
    
}



.category-mobile-wrapper select::-ms-expand {
     display: none;
}
 
.category-mobile-wrapper:after {
  content: '<';
  font: 17px "Consolas", monospace;
  color: #fff;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  right: 30px;
  top: 37px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}

.category-mobile-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ffffff;
    height: auto;
    padding: 5px 25px;
}

.category-mobile-wrapper option{
    padding:10px;
}

.category-mobile-wrapper option:hover {
    box-shadow: 0 0 10px 100px #003c71 inset;
}

/* The end */

@media screen and (max-width: 575px) {
    
    .platform-name{
        font-size:13px;
    }
    
    .bike-product-grid{
        margin-bottom: 50px !important;
    }
    
    .nav-justified > li {
        font-size: 12px;
    }
    
    .scrtabs-tab-scroll-arrow > .glyphicon{
        font-size: 18px;
    }
    

}

/** Added 9-30-2019 */

    .page-header{
        border-bottom-color:transparent;
    }

    .bike-category-section {
        margin-bottom: 50px;
    }

    .bike-category-section .wrapper {
        background: #E42C1A;
        padding: 10px;
        margin-top:-20px;
    }

    .bike-category-section h3 {
        color: #000000;
    }

    .bike-category-section h3{
        margin-top:15px;
        margin-bottom:15px;
    }

    .nav-justified > li > a {
        border: 2px solid transparent !important;
    }
    
    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover{
        border-radius:50px !important;
        border:2px solid #fff !important;
    }

    ..nav-tabs.nav-justified>li{
        padding: 0px 25px;
    }

    .nav-tabs.nav-justified>li a {
        text-transform: none;
        color: #ffffff;
        font-size:16px;
    }

    #myTabContent {
        margin-top: 75px;
    }

    #category-dropdown{
        background-color: transparent;
    }

    .category-mobile-wrapper:after {
        top: 10px;
    }

    .category-mobile-wrapper select:focus {
        border: 1px solid #ffffff;
    }

    .nav-tabs.nav-justified > li > a {
    margin-top: -21px;
    padding: 0px;
    border-radius: 23px;
    padding: 5px 25px;
}

    .platform-model-name{
        font-size: 16px;
        text-transform: none;
        letter-spacing: .5px;
        text-align: center;
    }
	
	.model-year {
		background-color: #000;
		border-radius: 50px;
		color: #fff;
		text-align: center;
		width: 45px;
		display: block;
		margin: 0 auto;
		margin-bottom: 0px;
		font-size: 10px;
		padding-bottom: 4px;
		padding-top: 3px;
		margin-bottom: -8px;
	}
	
	.price-list{
		text-align:center;
	}
	
	.price-list li{
		display:inline;
	}
	
	.sales-price{
		color:#E42C1A;
		font-size:12px;
	}
	
	.msrp-strikeout{
		text-decoration: line-through;
	}
	
	#msb-wrapper ul{
		text-align:center;
	}
	
	#msb-wrapper ul li {
		display: inline-block;
		list-style-type: none;
		cursor: pointer;
		font-size: 12px;
		margin: 2px;
		color: #797979 ;
		background: transparent;
		margin-top: 7px;
		font-weight: bold;
		text-decoration: underline;
		padding-left: 0px;
		border-right: 1px solid #797979 ;
		padding-right: 7px;
	}
	
#msb-wrapper ul li a {
    color: #797979 !important;
    font-weight: normal;
}
	
	#msb-wrapper ul li:last-child {
    border-color: transparent;
}
	
#model-purchase-area .price-list {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 10px;
}
	
#model-purchase-area .price-list li{
	
	font-family: "Lato", sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size:15px !important;
	
}

	#model-purchase-area .model-year {
		background-color: #003d71;
		width: 45px;
		margin-left:0;
		margin-top:15px;
	}

    .bike-category-section h3 {
        margin-top: 5px !important;
        margin-bottom: 3px;
    }
    
    .category-tabs li {
        padding: 0px 15px;
    }
    
    .category-tabs>li a:hover {
        background: rgba(255,255,255,.20);
        border-radius: 50px;
    }
    
    #category-dropdown{
        border-radius:50px;
    }

    #category-dropdown option{
        color: #000000 !important;
    }

    #starting-price{
    margin-top:-15px;
    color: #000000 !important;
}

    @media (max-width:767px){
        #bikes-container{
            width:auto;
        }
        
        #starting-price {
            margin-top: -5px !important;
            
        }
    }

/****************************************************************************************Platform*******************************************************************************************/

/*Platform */

#platform-header {
    height: 100vh;
    min-height: 775px;
    position: relative;
    background-size:cover;
    background-position:center;
}



#platform-header .diagonal-overlay{
    background-color: rgba(0,60,112,.7);
}

#bike-launch-content{
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
}

#bike-launch-content p, #bike-launch-content span{
    color:#ffffff;
    font-size:16px;
    text-align:center;
}

#bike-launch-content .btn, #bike-launch-content p{
    margin-top: 50px;
}

.down-arrow{
    position:absolute;
    bottom:40px;
    left:49%;
}

.bounce{
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}


#microsite{
    background-color:#f6f6f6;
}

#microsite::before{
    content:"";
    height: 600px;
    background-color:#ffffff;
    width:100%;
    position:absolute;
}

#microsite .diagonal-hr{
    margin-bottom:70px;
}

#microsite .diagonal-hr, #microsite .section-header{
    z-index:1;
    position:relative;
}

.microsite-desc p {
    font-size: 16px;
}

.microsite-desc h4{
    color:#00a9e0;
}

.microsite-layout{
    position:relative;
    display:block;
    margin-bottom: 200px;
    z-index:1;
}

.microsite-layout-5 .microsite-gallery-right .carousel-inner, .microsite-layout-5 .microsite-gallery-right .carousel-control {
    z-index: 2;
}

.microsite-gallery .carousel-control.right{
    right:25px;
}

.breadcrumb li a {
    color: #c7c8ca;
}
        
.show-more-button{
    display:none;
    color: #78be20;
    display: block;
    text-transform: uppercase;
    font-size:12px;
    text-align:center;
    margin-top:15px;
    margin-bottom:15px;
}


#frame-avail {
    text-align: center;
    color: #E42C1A;
    font-size: 14px;
    font-weight: normal;
}

.show-more-button:hover, .show-more-button:focus{
    color: #78be20;
}

#platform-image{
    margin-top:50px;
}

#platform-description .breadcrumb{
    margin-top:50px;
}

#platform-features .btn{
    text-transform: none;
    margin-top: 100px;
}

#platform-features{
    margin-bottom: 75px;
}

#platform-gallery{
    margin-bottom:50px;
}

#platform-gallery .carousel-indicators {
    bottom: 15px;
}

#platform-gallery .carousel-indicators li {
    background-color: transparent;
    border: 1px solid #fff;
    height: 12px;
    width: 12px;
    margin: 8px;
}

#platform-gallery .carousel-indicators .active {
    background-color: #fff;
    border: 1px solid #fff;
    height: 12px;
    width: 12px;
    margin: 8px;
}

#reviews {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom:100px;
}

#reviews .carousel-control .glyphicon-chevron-left, #reviews .carousel-control .glyphicon-chevron-right, #reviews .carousel-control .icon-next, #reviews .carousel-control .icon-prev{
    top:23% !important;
}

#reviews p {
    color: #000;
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

#reviews .item img{
    max-width: 30%;
}

#reviews .diagonal-hr {
    margin-bottom: 100px;
}

#reviews .section-header{
    font-style:italic;
}

.review-link {
    color:#64B649;
    text-transform: uppercase;
    font-weight:bold;
    font-size:16px;
    margin-top:25px;
    display:block;
    text-align:center;
}

.review-link:hover, .review-link:focus{
    color:#64B649;
}

.green-arrow-link{
    vertical-align:top;
    margin-left: 5px;
}

.price{
    margin-top: -35px;
    float:right;
    font-weight:normal;
}

#technology-gallery .item  div{
    height: auto;
    position:relative;
    padding-left: 45px;
}


#technology-gallery .item div img {
    /*position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;*/
    max-width: 75%;
    max-height: 100%;
}
    
.blue-arrow {
    vertical-align: text-bottom;
}

.platform-feature-header {
    margin-bottom: -15px;
}

.platform-feature-bullet {
    margin-bottom: 25px;
}

#platform-breadcrumb-container {
    margin-top: 150px;
}

#platform-paragraph {
    display: none;
}

#platform-paragraph a {
    color: #78be20;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

#platform-paragraph a:hover {
    color: #78be20;
    transition: 1s;
}

/*review css*/
#review-mountain{
    margin-top:25px;
    margin-bottom:-25px;
}

.quote-container {
    text-align: center;
    position: relative;
    top: 25%;
    transform: translateY(-25%);
}

.quote-container h2 {
    font-family: Lato, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    padding-left:100px;
    padding-right:100px;
}

.quote-container p {
    font-family: Lato, sans-serif;
    color: #fff;
}

@media screen and (max-width:480px){
    
    .quote-container h2 {
        padding-left:15px;
        padding-right:15px;
        margin-top:-15px;
    }
    
}

.morelink {
    color: #78be20;
    font-size: 13px;
    text-transform: uppercase;
}

.morelink:hover, .morelink:focus{
    color: #78be20;
}

#link-color {
    color: #fff;
}

#platform-paragraph p {
    text-indent: 25px;
}

.bike-product-grid {
    margin-bottom: 100px;
    height: auto;
}

#model-product-features h1 {
    text-transform: uppercase;
    color: #003c71;
    letter-spacing: 2px;
    padding-bottom: 15px;
}

#model-product-features h5{
    font-size:12px;
    margin-bottom: 10px;
}


#model-about-section {
    margin-top: 50px;
    margin-bottom: 100px;
}

#video-still {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
}

#bike-products .diagonal-hr{
    margin-bottom:100px;
}

#geo-diagram {
    width: 50%;
    margin-bottom: 15px;
}

.geo-table tr:first-child td {
    color: 000000;
    font-family: "futura-pt",sans-serif;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
}

.geo-table > tbody > tr > td{
    border-top-color: transparent;
    padding: 1px;
    vertical-align: inherit;
    padding-left: 15px;
}

.geo-table td:first-child {
    color: #00a9e0;
    font-family: "futura-pt",sans-serif;
    border-left-color: transparent;
    font-weight: bold;
}

.geo-table td:nth-child(2) {
    color: #000;
    font-weight: bold;
    font-size: 13px !important;
    font-family: "futura-pt",sans-serif;
    text-transform: capitalize;
    padding-left: 10px;
    border-left-color: transparent;
}

.geo-table td{
    /*border-left:1px solid #ddd;*/
    padding-left:15px;
}

#technology {
    background-color: #00244A;
    position: relative;
    padding-top: 25px;
    padding-bottom:50px;
}

#technology .section-tertiary-header{
    color: #ffffff;
}


#technology p{
    color:#dddedf;
    margin-bottom: 25px;
    line-height:150%;
}

#technology h5{
    line-height:150%;
}

#technology h2 {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: capitalize;
    line-height: 150%;
}

#technology h3{
    color:#00AEE5;
}

.cloneditem-1, 
.cloneditem-2 
{
    display: none;
}


@media screen and (max-width:1200px){

   #technology .carousel-control .glyphicon-chevron-left, #technology .carousel-control .glyphicon-chevron-right, #technology .carousel-control .icon-next, #technology .carousel-control .icon-prev{
        top:40% !important;
    }

}


}

@media screen and (max-width:767px){
    #bike-launch-content {
        width:100%;
    }
}

@media screen and (min-width:993px){
 
    .content-gallery-inner > .item.next, .content-gallery-inner > .item.active.right {
        left: 0;
        transform: translate3d(33%, 0px, 0px);
    }
    .content-gallery-inner > .item.prev, .content-gallery-inner > .item.active.left {
        left: 0;
        transform: translate3d(-33%, 0px, 0px);
    }
    
    .cloneditem-1, 
    .cloneditem-2 
    {
        display: block;
    }
}
 
@media screen and (min-width:767px) and (max-width:992px){
    
    .content-gallery-inner > .item.next, .content-gallery-inner > .item.active.right {
        left: 0;
        transform: translate3d(50%, 0px, 0px);
    }
    .content-gallery-inner > .item.prev, .content-gallery-inner > .item.active.left {
        left: 0;
        transform: translate3d(-50%, 0px, 0px);
    }
    
     .cloneditem-1
    {
        display: block;
    }
}

@media screen and (max-width: 660px) {
    
    #geoTabs {
        margin-bottom: -25px;
    }
    
    #geoTabs li {
        display: inline-block;
        width: 33.333%;
    }
    
    #geoTabs a {
        border: 1px solid #ddd;
        border-radius: 0;
    }
    
}

@media screen and (max-width: 575px) {
    
    #platform-name{
        margin-top:-15px;
        margin-bottom: 0px;
    }
    
    #platform-paragraph {
        font-size: 14px;
    }
    
    .platform-feature-bullet{
        font-size:14px;
        margin-bottom:15px;
    }
    
    .platform-model-name{
        font-size: 16px;
    }
    
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
        font-size: 12px;
    }

}

@media screen and (max-width: 575px){
    
    #geometry{
        margin-top: 20px;
    }
    
    #model-product-features h1{
        font-size: 18px;
    }
    
    #model-product-features h5{
        font-size:10px;
        margin-top:-10px;
        margin-bottom: -10px;
    }
    
}

@media (min-width: 992px) {
    
    #platform-gallery {
       height:550px;
    }
}


@media (max-width:991px) {
    
    #platform-gallery {
       height:500px;
    }
}

@media (min-width:481px) and (max-width:767px) {
    
    #platform-gallery {
       height:250px;
    }
}

@media (max-width:480px){
  
    #platform-gallery {
       height:200px;
    }
    
    #platform-header {
        min-height: 0px;
    }
    
}

@media screen and (max-width: 575px) {

    .morecontent span{
        display:none;
    }

    .morelink{
        display:block;
    }
    
    .moreellipses {
        display: inline;
    }
}

@media screen and (min-width: 576px) {

    .morecontent span{
        display:inline !important;
    }

    .morelink{
        display:none;
    }
    
    .moreellipses {
        display: none !important;
    }

}

@media (max-width:767px){
    .microsite-layout-1 .microsite-gallery .carousel, .microsite-layout-3 .microsite-gallery .carousel, .microsite-layout-4 .microsite-gallery .carousel, .microsite-layout-5 .microsite-gallery .carousel{
        height: 250px;
    }

    .microsite-layout-2 .microsite-gallery .carousel{
        height:250px;
    }
    
    .microsite-gallery .carousel-control img {
        width: 45px;
        height: 45px;
    }
}

@media (min-width:768px) and (max-width:991px){
    .microsite-gallery .carousel-control img {
        width: 55px;
        height: 55px;
    }
    
    .microsite-layout-1 .microsite-gallery .carousel, .microsite-layout-3 .microsite-gallery .carousel, .microsite-layout-4 .microsite-gallery .carousel, .microsite-layout-5 .microsite-gallery .carousel{
        height: 450px;
    }

    .microsite-layout-2 .microsite-gallery .carousel{
        height:450px;
    }
}

@media (max-width:991px){
    
    .microsite-layout {
        margin-bottom: 0px;
    }
    
    .microsite-gallery {
        margin-bottom: 50px;
    }
    
    .microsite-layout-3 .microsite-gallery {
        margin-bottom: 0px;
    }
    
    .microsite-layout-3 .microsite-desc {
        margin-bottom: 50px;
    }
    
    .microsite-desc{
        margin-top:15px;
    }
    
}

@media(min-width:992px){
    
    .microsite-gallery .carousel-control img {
        width: 65px;
        height: 65px;
    }
    
    .microsite-layout-1 .microsite-gallery .carousel, .microsite-layout-3 .microsite-gallery .carousel, .microsite-layout-4 .microsite-gallery .carousel, .microsite-layout-5 .microsite-gallery .carousel{
        height: 450px;
    }

    .microsite-layout-2 .microsite-gallery .carousel{
        height:650px;
    }
    
    .microsite-layout-5 .microsite-gallery-left .microsite-desc{
        margin-top:25px;
        padding-right:300px;
        padding-left:25px;
        position: absolute;
    }

    .microsite-layout-5 .microsite-gallery-right .microsite-desc{
        margin-top:25px;
        padding-left:300px;
        padding-right:25px;
        position: absolute;
    }


    .microsite-layout-1 .microsite-gallery-left{
        float:left;
        z-index:2;
        position:relative;
    }

    .microsite-layout-1 .microsite-gallery-right{
        float:right;
        position:relative;
        margin-top: -180px;
    }

    .microsite-layout-1 .microsite-gallery-left .microsite-desc{
        margin-top:25px;
        padding-right:300px;
        padding-left:25px;
        position: absolute;
    }

    .microsite-layout-1 .microsite-gallery-right .microsite-desc{
        margin-top:25px;
        padding-left:300px;
        padding-right:25px;
        float:right;
    }

    .microsite-layout-2 .microsite-gallery .microsite-desc{
        margin-top:25px;
        padding-left:50px;
        padding-right:50px;
    }

    .microsite-layout-5 .microsite-gallery-left {
        float: left;
        position: relative;
        margin-top: -180px;
    }

    .microsite-layout-5 .microsite-gallery-right {
        float: right;
        z-index: 2;
        position: relative;
    }

}




#platform-description{
    margin-top: 100px;
}

#bike-products .platform-model-name {
    color: #000000;
}

.hover-anim:hover .platform-model-name, .hover-anim:hover .price {
    text-decoration: underline;
    cursor: pointer;
}

#platform-paragraph {
    display: block;
    text-align: left;
    margin-bottom: 50px;
}

.price {
    margin-top: 0px;
    float: none;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
}

#bike-products {
    margin-top: 100px;
}

.section-primary-header-inverse{
    font-size: 65px;
}

.container-2 {
    color: #000;
    line-height: 160%;
}

#bike-products h3 , #results h3{
    margin-top: 0px;
    margin-bottom: 5px;
}

#bike-products .platform-model-name, #results .platform-model-name {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0px;
    text-align: center;
}

#play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding:0px;
    padding: 5px 10px;
}

/*******************************************************************************************Model******************************************************************************************/
#mv-thumb{
        margin-bottom:20px;
}

#model-gallery .item {
    text-align: center;
}

.mz-hint-message{
    color: #64B649;
    font-size: 12px;
    text-transform: none;
    display:none !important;
}

/* Model */
    
    #model-name{
        text-transform: uppercase;
        color: #003C71;
        margin-top: 0px;
        font-size: 38px;
        letter-spacing: 2px;
        font-style:italic;
    }
    
    .model-name-column {
        z-index: 999;
    }
    
    #model-details{
        margin-top:-18px;
    }
    
    #model-details > li {
        display:inline;
        list-style-type: none;
    }

   #model-platform-paragraph span ul li {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 15px;
    }

    .gear-section{
        margin-bottom:25px;
    }

    #shop-button span {

        text-align: center;
        background: #E42C1A;
        padding: 8px 50px;
        border-radius: 25px;
        color: #fff;
        display: block;
        width:200px;
        margin:0 auto;
        margin-top: 25px;
        font-weight: bold;

    }


	.gear-products .button-group{
		margin-bottom: 50px;
	}
	
	.gear-products .is-checked{
		background-color: #E42C1A !important;
	}
	
	.gear-products button{
		color:#ffffff;
		background-color: #aaaaaa;
		border-color:transparent;
		text-align: center !important;
		width: 150px;
	}
	
	.gear-products .form-control{
		height: auto;
		background: #fff;
		border: 1px solid #ddd;
	}
	
	.gear-products .form-group{
		margin-bottom:50px;
	}
	
	.clearance {
		position: absolute;
		top: 0;
		background:#fff;
		z-index: 1;
		color: #E42C1A;
		width: 50px;
		padding: 4px 5px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: .5px;
		font-size: 12px;
		font-weight: bold;
		border: 1px solid #E42C1A;
	}
	
	.bike{
		margin-bottom:100px;
	}
    
    #model-details li h5 {
        font-family: "futura-pt", sans-serif;
        color: #00a9e0;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 1.1px;
        font-size: 15px;
    }
    
    #model-details li h5 span {
        font-family: "Lato", sans-serif;
        color:#000000;
        text-transform: none;
        letter-spacing: 0px;
        margin-left: 0px;
        font-weight: bold;
    }
    
    #model-purchase-area{
        margin-top:-25px;
    }

    #model-purchase-area .diagonal-hr{
        margin:0px;
        margin-top:-5px;
        text-align:left;
    }
    
    #model-purchase-area .morecontent{
        text-align:center;
    }

    #model-purchase-area .quick-links li{
        margin: 15px;
    }
    
    .color-thumbnail {
    height: 13px;
    width: 13px;
    cursor: pointer;
    border-radius: 50px;
}
    
    #model-purchase-area .carousel-indicators{
        margin:20px;
    }
    
    #model-purchase-area .carousel-indicators li {
    background-color: transparent;
    border: 1px solid #797979;
    height: 12px;
    width: 12px;
}

    #model-purchase-area .carousel-indicators .active {
    background-color: #797979;
    border: 1px solid #797979;
    height: 12px;
    width: 12px;
}

#key-features{
    padding:0px;
}
    
    @media (max-width:767px){
        #model-purchase-area .carousel-indicators li {
            background-color: #ffffff;
            border: 1px solid #797979;
            height: 14px;
            width: 14px;
            margin:12px;
        }
        
        #model-purchase-area .carousel-indicators .active {
            background-color: #797979;
            border: 1px solid #797979;
            height: 14px;
            width: 14px;
            margin:12px;
        }
    }
    
    #color-list {
    margin-top: -5px;
    margin-left: 0px;
    margin-bottom: 2px;
}
    
    #color-list li{
        list-style-type: none;
        display: inline-block;
        margin: 4px;
    }
    
    .color-selected{
        box-shadow: 0 0 0 2px;
        color:#000000 !important;
    }
    
    
   #model-purchase-area .carousel-indicators{
        margin: 0 auto;
        position: static;

    }
    
    #buylocal {
        border-radius: 23px;
        padding:4px;
        text-align:center;
        background-color: #02A8E0;
        border: 2px solid #02A8E0;
        border-radius: 23px; 
        font-size: 16px;
        font-weight: 600; 
        text-transform: normal; 
        transition: all 0.3s ease 0s;
        width: 100%; 
        font-size: 15px; 
        color:#ffffff;
    }
	
	.shopify-buy__btn {
    width: 100%;
	margin-bottom:25px;
}

#wtb-text{
	font-size: 12px;
	font-style:italic;
}

    #dealerButton {
        margin-top: 50px;
        width: 100%;
    }

    #dealerModal .close{
        color: #000000;
        opacity: 1;
    }

    #dealerModal .close span {
        font-size: 35px;
    }

    .quick-links{
        margin-top:50px;
        margin:15px;
    }
    
    .quick-links li {
        list-style-type: none;
        text-transform: normal;
        display: inline-block;
        background: url('../img/link-icons/green-circle-arrow-bottom.png') no-repeat left;
        padding-left: 30px;
        margin: 15px;
        height: 25px;
        padding-top: 2px;
    }
    
    .quick-links li a {
        color: #64B649;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: .5px;
    }
    
    .review-link:hover{
        opacity:.8;
    }
    
    #geo-mobile-text{
        color:#003C71;
        margin-top:50px;
    }

#model-description-container{
    margin-top:50px;
}
    
#model-platform-paragraph .more {
    color: #333333;
    font-weight:normal;
    font-size: 15px;
    line-height: 140%;
}

#price {
    font-style: italic;
    color: #6d6d6d!important;
}

#model-category a:focus,
#model-category a:hover {
    color: #00a9e0!important;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
	line-height: 140%;
}

ul li a {
    text-decoration: none;
    padding: 0;
}

.no-margin-top {
    margin-top: 0!important;
}

.rider-height-close {
    position: absolute;
    right: 15px;
    top: 21px;
}

.rider-size-table tbody {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.rider-size-table > tbody > tr > td {
    border-color: transparent;
    color: #fff;
    vertical-align: middle;
    padding-left:0px;
}

.rider-size-table tr:first-child {
    background-color:transparent !important;
}

.rider-size-table tr:first-child td {
    color: #fff !important;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    font-family: "futura-pt",sans-serif;
    letter-spacing: 1px;
    border-top: 1px solid #ffffff;
    padding:0px;
}

.rider-height-close, .rider{
    cursor: pointer;
}

.size-guide-link {
    color:#4B4B4B;
    border-color: transparent;
    background: url('../img/link-icons/size.png') no-repeat left;
    padding-left: 36px;
}

.size-guide-link{
    background:transparent;
    padding-left:0px;
    color:#4B4B4B;
    font-size:12px;
    margin-top:7px;
    font-weight: bold;
    text-decoration: underline;
}

.rider-size-table-wrapper{
    padding-left: 25px;
    padding-right: 25px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #64B649;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

#geometry {
    position:relative;
    padding-bottom: 125px;
}

.geometry-content .guide-btn {
    margin-bottom: 50px;
}

#rider-height {
    width: 650px;
    background-color: #00244A;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .25s;
    z-index: -1;
    width: 500px;
    padding-bottom: 50px;
    opacity: 0;
}

#size-guide-close {
    padding-top: 12px;
    padding-bottom: 6px;
}

.rider-height-expand {
    z-index: 1 !important;
    opacity: 1 !important;
}

#rider-height p {
    font-size: 14px;
    color: #ffffff;
    line-height: 125%;
}

#rider-height .btn {
    background-color: transparent;
    padding:0px;
}

#size-title {
    color: #fff;
    font-family: "futura-pt",sans-serif;
    text-transform: capitalize;
    font-size: 29px;
    letter-spacing: 1px;
    font-weight: bold;
}

.rider-height-size {
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

th:first-child {
    color: #019cdb;
    font-weight: bold;
}

#tech-specs {
    margin-top: 60px;
    margin-bottom: 50px;
}

#tech-specs .show-more-wrapper{
    margin-top:25px;
}

#tech-specs h3 {
    color: #000;
    font-style: normal;
    letter-spacing: 1px;
    margin-bottom: 3px;
    margin-top: 30px;
    padding-left: 35px;
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0px;
	height:24px;
}

#tech-specs p {
    color: #000000;
    padding-left: 35px;
    font-size: 14px;
    margin-bottom: 35px;
}

.tech-spec-column-container{
    margin-top:50px;
}

#bike-products{
    margin-top:60px;
}

#bike-products .platform-model-name, #results .platform-model-name{
    color:#000000;
}

/*#bike-products h3{
    margin-top:15px;
    margin-bottom: 15px;
}*/

@media (min-width:768px) and (max-width: 991px){
    #bike-products .bike-product-grid{
        height: 325px;
    }
}

.platform-key-feature h3 {
    color: #003c71;
}

ul.platform-key-feature {
    list-style-type:disc;
    list-style-position: outside;
    margin-left: 15px;
}

.platform-model-name {
    font-family: futura-pt;
    font-style: normal;
    color: #003c71;
    float: left;
    margin-top: 15px !important;
    text-align: left;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
}

.platform-thumbnail {
    margin: 0 auto;
}


@media screen and (min-width:1200px) {
		.platform-thumbnail {
			max-height:210px;
		}
	}

@media screen (min-width:768px) and (max-width:1199px) {
		.platform-thumbnail {
			max-height:174px;
		}
	}


@media screen and (max-width:575px) {
    
    #model-purchase-area{
        margin-top: 0px;
    }
    
    .bike-image{
        margin-top:-5px;
    }

    #model-bullet-points{
        font-size: -50px;
    }
    
    #model-bullet-points ul li{
        font-size: 14px;
    }

    #model-platform-paragraph h1{
        font-size: 18px;
    }
    
    #model-platform-paragraph span{
        font-size: 14px;
    }
    
    #tech-specs h3{
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 3px;
    }
    
    #tech-specs p{
        font-size: 14px;
        margin-bottom: -5px;
    }
        
}

@media (min-width:768px){
    
    #geo-mobile-text{
        display:none;
    }
    
    #geo-info-row{
        margin-bottom:50px;
    }

    #model-purchase-area .carousel-indicators li {
        margin:8px;
    }
    
    #model-purchase-area .carousel-indicators .active {
        margin:8px;
    }
    
    #rider-height p {
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
}
    
    #geometry .rider {
        margin-bottom: 150px;
    }
    
}
    
@media (max-width:767px){

    .model-name-column{
        margin-top: 30px;
    }

    .show-more-button{
        display: block;
    }
    
    #geo-mobile-text{
        display:block;
    }
    
    .table-responsive{
        margin-top:25px;
    }
    
    .rider-height-mobile-wrapper {
        height: 100vh;
        overflow-y: scroll;
    }
    
    #rider-height {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transition: .25s;
    z-index:-1;
    transform: translate(0%,0%);
}

.rider-height-expand{
    z-index:9999 !important;
}
    
    .rider-size-table-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    
    #technology-gallery .item div {
        height: auto;
    }
    
}

    
@media (max-width:991px){
   #model-about-section {
        margin-top: 50px;
    }
    
    #buylocal {
        margin-top: 25px;
    }

      #mobile-msrp{
        display:block;
        margin-top:-20px;
        float:left;
    }

    #desktop-msrp{
        display:none;
    }

    #model-platform-paragraph{
        margin-top:20px;
    }

    #geometry{
        padding-bottom: 25px;
    }
}

@media (min-width:992px){

      #mobile-msrp{
        display:none;
    }

    #desktop-msrp{
        display:block;
    }
    
    #model-gallery{
        margin-top:-25px;
        padding-bottom:25px;
        margin-top:-50px;
    }
    
}
    
@media (max-width: 480px){
    
    #platform-breadcrumb-container{
        display:none;
    }
    
    #model-purchase-area{
        margin-top:65px !important;
    }
    
    #model-purchase-area .quick-links a{
        font-size:12px;
    }
    
    #model-name{
        font-size:24px;
    }
    
    #platform-description{
        margin-top:100px;
    }
    
    .carousel-buttons img {
        width: 35px;
    }
    
    .item div img {
        bottom: 15px;
    }
    
    .platform-key-feature:nth-of-type(2){
        display:none;
    }
    
}

@media screen and (min-width:1200px) {
    .modal-lg{
        width:1100px;
    }
}

/**************************************************************************************About Section************************************************************************************/

#about-section-1 h1 {
    color: #003c71;
    text-transform: uppercase;
}

#about-section-1 h5 {
    color: #00a9e0;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: -20px;
}

#mountain {
    display: block;
    margin: 0 auto;
}

#heritage {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat
}

#heritage h5 {
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top:20px;
    margin-bottom:-10px;
    font-size: 12px;
}

#heritage p {
    color: #fff;
    font-size: 17px;
    line-height: 150%;
}

#heritage h1 {
    color: #fff;
    text-transform: uppercase;
    font-size:28px;
}

#heritage-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
}

#bikewheel {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 75%;
    margin-bottom: -100px;
    position: relative;
}

#bikewheel-overlay-image {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#about-last-section {
    position: relative;
}

#about-last-section h3 {
    color: #003c71;
}

#about-last-section p {
    color: #5f5f5f;
    line-height: 200%;
}

#about-final-section {
    margin-top: 50px;
}

#blue-paragraph {
    color: #00a9e0;
    line-height: 200%;
}

.mcon-maindemo.bgwhite {
    height: 1000px;
}

@media screen and (min-width: 481px) {
    
    .fuji-timeline-zoom {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width: 480px) {
    
    .fuji-timeline-zoom {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
    }
    
}

@media (min-width: 768px) {
    
    #about-last-section {
        margin-top: -150px;
    }
}

@media (min-width: 1201px) {
    #about-over-image {
        display: block;
        margin: 0 auto;
        margin-top: -400px;
    }
}

@media (min-width: 800px) {
    
    #heritage-main-copy {
        font-size: 17px;
    }
}

@media (min-width: 767px) {
    
    #about-last-section-intro {
        margin-bottom: 75px;
        margin-top: 50px;
    }
}

@media (max-width: 766px) {
    
    #about-last-section-intro {
        margin-bottom: 100px;
    }

}

@media (max-width: 480px) {
    
    #heritage {
        font-size: 12px;
    }
    
}

@media (max-width: 479px) {
    
    #bikewheel {
        height: 150px;
    }
    
    #bikewheel-overlay-image {
        height: 150px;
    }
    
    #about-last-section {
        margin-top: 150px;
        margin-bottom: 80px;
    }
    
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    #bikewheel {
        height: 250px;
    }
    
    #bikewheel-overlay-image {
        height: 250px;
    }
    
    #about-last-section {
        margin-top: 150px;
        margin-bottom: 80px;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    
    #bikewheel {
        height: 350px;
    }
    
    #bikewheel-overlay-image {
        height: 450px;
    }
    
    #about-last-section {
        margin-top: 250px;
        margin-bottom: 80px;
    }
    
}

@media only screen and (min-width: 801px) {
    
    #about-last-section {
        margin-top: 250px;
        margin-bottom: 80px;
    }
    
}

@media only screen and (min-width: 992px) {
    
    #bikewheel {
        height: 450px;
    }
    
    #bikewheel-overlay-image {
        height: 550px;
    }
    
}

@media screen and (min-width: 576px){
    
    #about-section-1 h1 {
        font-size:32px;
    }
    
    #blue-paragraph div {
        margin-top: 50px;
        font-size: 17px;
    }

}

@media (max-width: 575px) {
    
    #about-section-1 h1{
        font-size: 22px;
    }
    
    #about-section-1 p{
        font-size: 14px;
    }
    
    #blue-paragraph div {
        font-size: 14px;
        margin-top: 0px;
    }
    
    #about-last-section p {
        font-size: 14px;
    }
    
    #about-last-section img{
        margin-top:-50px;
    }
    
    #about-last-section-intro h1{
        font-size: 22px;
    }
}

/* 9-11-2019 edit */
    #aboutGalleryCaptions p, #about-last-section p, #about-section-1 p  {
        line-height: 150%;
        color: #000000;
        font-size: 17px;
    }

    #about-header {
        position: relative;
        overflow: hidden;
        padding-bottom:0px;
        margin-bottom:0px;
        border-bottom-color:transparent;
        background-color:#000000;
    }
    
    #about-section-1 .diagonal-hr {
        margin: 15px 0px 25px 0px;
    }

    #about-intro-image{
        float:right;
    }

    #aboutGallery img{
        display:block;
        margin: 0 auto;
    }
    
    .video-header{
        margin-top: -50px;
        position:relative;
    }
    
    .youtube-overlay{
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        height:100%;
        width:100%;
        z-index:1;
    }
    
    #about-section-1 .section-secondary-header-inverse, #about-last-section .section-secondary-header-inverse{
        font-style:normal;
        font-size: 40px;
    }
    
    #about-section-1 .section-header{
        text-align: left;
    }
    
    @media (min-width: 767px) {

        #about-last-section-intro {
            margin-bottom: 100px;
            margin-top: 100px;
        }
        
    }
    
    #aboutGalleryCaptions li{
        list-style-type: none;
    }
    
    #aboutGalleryCaptions h4, #aboutGalleryCaptions p{
        text-align: center;
    }
    
    #aboutGalleryCaptions h4 {
        margin-top: 40px;
        color: #2DAADE;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-family: "futura-pt",sans-serif;
        font-size: 24px;
        letter-spacing: 1px;
        font-weight: normal;
    }
    
    @media (min-width: 768px) {
        
        #about-header{
            height:auto;
        }
        
        #aboutGalleryCaptions p {
            padding-left: 200px;
            padding-right: 200px;
        }
        
    }
    
    #aboutGalleryCaptions .btn {
        background: #02a8e0 !important;
        margin: 25px auto;
        display: block;
        font-weight: bold;
        padding: 5px 10px;
    }
    
    .ag-caption:not(#caption-0){
        display:none;
    }
    
    #aboutGallery .carousel-indicators li {
        width: 13px;
        height: 13px;
        margin: 8px;
        background-color:#ffffff;
        opacity:.6;
    }
    
    #aboutGallery .carousel-indicators .active {
        background-color: #ffffff;
        height: 13px;
        margin: 8px;
        width: 13px;
        opacity:1;
    }
    
    #history-image{
        background-size: cover;
    }
    
@media (min-width:1200px) {
    
    #about-section-1, #history-image{
        height:500px;
    }
    
        #about-section-1 .container-2 {
            margin-top: 100px;
            margin-left: 150px;
        }
    
}

@media (min-width:992px) and (max-width:1199px) {
    #about-section-1, #history-image{
        height:400px;
    }
    
    #about-section-1 .container-2 {
            padding-top: 25px;
            padding-right: 25px;
        }
    
}

@media (min-width:992px) and (max-width:1199px) {
    
    #about-section-1, #history-image{
        height:400px;
    }
    
    #about-section-1 .container-2 {
            padding-top: 25px;
            padding-right: 25px;
        }
    
}

@media (min-width:768px) and (max-width:991px) {
    
    #about-section-1, #history-image{
        height:400px;
    }
    
    #about-section-1 .section-secondary-header-inverse{
        font-size: 30px;
    }
    
}

@media (max-width:767px){
    
    #about-header{
        height:auto;
    }
    
     #history-image{
        height:400px;
    }
    
    #about-section-1 .section-secondary-header-inverse{
        font-size: 30px;
    }
    
    #aboutGallery .carousel-control{
        display:none;
    }
    
}

@media (max-width: 766px) {
    
    #about-last-section-intro {
        margin-bottom: 40px;
    }
    
}


@media (max-width: 767px) {
    
    #about-header-mobile{
        display:block;
    }
    
    #about-header{
        display:none;
    }
    
    #aboutGallery .carousel-indicators li, #aboutGallery .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin: 3px;
    }
    
    #about-header-mobile .wrapper h1{
        display:none;
    }
    
}

    @media (min-width: 768px) {

        #about-header-mobile{
            display:none;
        }

        #about-header{
            display:block;
        }

    }

    #about-header .wrapper h1{
        text-transform: capitalize;
    }
    
    @media (min-width: 1200px) {
        #about-header .wrapper h1{
            font-size: 80px;
        }
    }
    
    @media (min-width:  992px) and (max-width: 1199px) {
        #about-header .wrapper h1{
            font-size: 60px;
        }
    }
    
    @media (min-width:  767px) and (max-width: 991px) {
        #about-header .wrapper h1{
            font-size: 55px;
        }
    }
    
    #about-header .wrapper, #about-header-mobile .wrapper{
        left: 50%;
        right: 0%;
        margin: auto;
        position: absolute;
        top: 55%;
        transform:translate(-50%, -100%);
        -webkit-transform: translate(-50%, -100%);
        color: #fff;
        text-align: center;
        z-index: 10;
        text-transform: uppercase;
        width:100%;
    }
    
    
    #about-header .down-arrow{
        bottom:60px;
        z-index:2;
    }

    #about-header-mobile .overlay {
    display: block;
    position: relative;
    z-index: 1;
}

#about-header-mobile {
    padding-bottom: 0px;
}


#aboutGallery .carousel-control .glyphicon-chevron-left, #aboutGallery  .carousel-control .glyphicon-chevron-right, #aboutGallery  .carousel-control .icon-next, #aboutGallery  .carousel-control .icon-prev{
    transform: translate(-50%,-50%) !important;
}

#aboutGallery .carousel-control .glyphicon-chevron-left, #aboutGallery .carousel-control .icon-prev{
    margin-left: 0px !important;
}

/*********************************************************************************************Faq****************************************************************************************/

.side-tab-content {
    display: none;
}

.side-tab-content.current {
    display: inherit;
}

#top-paragraph {
    font-size: 18px;
}

#main-platform-content {
    margin-bottom: 100px;
}

#main-template-content p {
    line-height: 200%;
    color: #5f5f5f;
}

#main-template-content h3 {
    color: #003c71;
}

#main-template-content li {
    line-height: 200%;
    color: #78be20;
}

#main-template-content span {
    color: #5f5f5f;
}

#middle-section {
    margin-bottom: 25px;
}

#side-navigation ul {
    display: block;
}

#side-navigation li {
    list-style-type: none;
    float: none;
    line-height: 175%;
    padding-top: 5px;
    padding-bottom: 5px;
}

#side-navigation a {
    color: #003c71;
    text-transform: uppercase;
}

#side-navigation img {
    display: none;
}

#side-navigation a:focus,
#side-navigation a:hover {
    color: #7dce27;
}

#side-navigation a:focus img {
    display: inline;
}

.article-paragraph {
    font-size: 14px;
}

#icons {
    display: block;
    margin: 0 auto;
}

.tab-link {
    font-size: 12px;
}
.tab-link span {
    vertical-align: 1px;
}

#faq h4 {
    color: #00a9e0;
    line-height: 150%;
    font-size: 14px;
    margin-bottom: 20px;
	margin-top:40px;
}

#faq p {
    color: #5f5f5f;
    line-height: 150%;
}

#faq ul {
    list-style-position: inside;
    line-height: 250%;
    margin: 30px;
}

#faq li {
    color: #e62d1a;
}

#faq span {
    color: #5f5f5f;
}

.faq-selected {
    color: #78be20!important;
}

.faq-selected img {
    display: inline!important;
}

#faq {
    margin-bottom: 50px;
}

#support {
    margin-bottom: 100px;
}

@media screen and (max-width: 575px){
    
    #side-navigation li{
        line-height: 100%;
        margin-top:-15px;
        margin-bottom:-15px;
    }
}

/************************************************************************************Policy************************************************************************************************/

#policy p{
    margin-top:15px;
}

#address {
    line-height: 80%;
    margin-bottom: 75px;
}

@media screen and (max-width: 575px){
    #policy p{
        font-size: 14px;
    }
}

/*****************************************************************************World Distributors***************************************************************************************/

.worldwide-subtitle {
    text-decoration: underline;
    color: #000000;
    text-transform: uppercase;
    font-style: normal !important;
    font-family: futura-pt;
    letter-spacing: 1px;
    font-size: 18px;
}

#worldwide h4 {
    color: #00a9e0;
    letter-spacing: 2px;
    font-weight: 100;
    margin-top:15px;
    margin-bottom: 15px;
    font-size:14px;
}

#worldwide .row {
    margin-bottom: 50px;
}

#worldwide p {
    line-height: 100%;
}

#worldwide {
    margin-bottom: 50px;
}

#worldwide h2 {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 8px;
    color: #a5a5a5;
    background-color: #eee;
    transform: uppercase;
    font-family: Lato, sans-serif;
    font-weight: 700;
}

.countryselect .form-control {
    background-color: #2098d1;
    color: #fff;
}

.countryselect select {
    background: url(../img/down-arrow.png);
    background-position: 99%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    
    .world-address {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    
    #distributors-section {
        margin-top: 50px;
    }
    
}

@media screen and (max-width: 575px) {
    
    #worldwide h2{
        margin-top:-15px;
    }
    
    #worldwide h2, .worldwide-subtitle{
        font-size: 13px;
    }
    
    #worldwide p {
        font-size: 13px;
        line-height: 100%;
    }
    
    #worldwide label{
        font-size: 12px;
    }
}

/**************************************************************************************Travel Page*************************************************************************************/

.travel-intro {
    font-size: 24px;
    color: #003c71;
}

#travel {
    margin-top: 75px;
}

#travel h2 {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 8px;
    color: #a5a5a5;
    background-color: #eee;
    transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight:700;
}

.travel-row {
    min-height: 350px;
}

.travel-info h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #003c71;
    margin-bottom: 5px;
}

.travel-info a {
    color: #86d13e;
}

.travel-info p {
    color: #5f5f5f;
    line-height: 175%;
}

.travel-info-content h3{
    line-height: 125%;
}

.travel-divider {
    margin-top: 0;
    border-color: #aaa;
}

.tour-button {
    background-color: #00a9e0;
    padding: 6px 12px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #00a9e0;
    color: #fff;
}

@media screen and (min-width: 991px) {
    
    .travel-brand {
        padding-left: 75px;
    }
    
    .travel-info {
        padding-right: 75px;
    }
    
}

@media screen and (min-width: 682px) {
    
    .travel-brand {
        position: relative;
        min-height: 350px;
    }
    
    .travel-info {
        position: relative;
        min-height: 350px;
    }
    
    .travel-brand img {
        position: absolute;
        top: 45%;
        transform: translateY(-45%);
    }
    
    .travel-info-content {
        position: absolute;
        top: 40%;
        transform: translateY(-40%);
    }
    
}

@media screen and (max-width: 681px) {
    
    .travel-row {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .travel-brand img {
        display: block;
        margin: 0 auto;
        margin-bottom: 100px;
    }
    
    .tour-button {
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }
    
    .travel-wrapper {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    
}

@media screen and (max-width: 575px){
    
    .travel-info p {
        font-size: 12px;
    }
    
    .travel-info-content h3{
        font-size:13px;
        line-height:175%;
    }
}

/********************************************************************************************Find Your Fuji***************************************************************************/

#fyf-nav-section {
    width: 100%;
    height: 68px;
    background-color: #E42C1A;
    position: relative;
}

#fyf-nav-section h3 {
    font-size: 20px;
    color: #ffffff;
    font-family: "futura-pt",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 1px;
    margin-top:24px;
}

#fyf-nav-section .btn{
    background-color: transparent;
    border: 2px solid #fff;
    margin-left: 20px;
    
}

#fyf-index-section{
    height:700px;
    position:relative;
     background-color: #E42C1A;
}

#fyf-index-section-content{
    height:inherit;
    background-position:center;
    background-size:cover;
    background-image:url('../img/find-your-fuji/background.png');
    position:relative;
    margin-top:125px;
    margin-bottom:50px;
    background-attachment: fixed;
}


.fyf-option .btn {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: normal;
    height: auto;
    border-radius: 40px;
}

#fyf-index-section-content h1 {
    margin-top: 150px;
}

#fyf-index-section-content h3 {
    margin-bottom: 50px;
}

.fyf-nav-section-content{
    left: 50%;
    margin: auto;
    position: absolute;
    top: 40%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
}

.fyf{
    position:relative;
}

.fyf h3 {
    color: #ffffff;
    text-align: center;
    text-transform: none;
    font-size: 23px;
    font-style: normal;
    letter-spacing: 1.1px;
    font-weight: bold;
}

.fyf-option {
    margin-bottom: 25px;
}

#view-all-bikes{
    background: #f0f0f0 url('../img/link-icons/gray-arrow-right.png') no-repeat 90%;
    color:#797979;
}

#fyf-main-section {
    width: 100%;
    min-height: 70%;
    background-color: #e42c1a;
    position: relative;
    overflow:hidden;
    padding-bottom: 50px;
}


#fyf-main-section  .diagonal-overlay{
    background-color:rgba(0,60,112,.5);
}

.fyf-results-screen{
  min-height:150px !important;
}

#fyf-main-section-content{
    z-index:2;
}

#fyf-main-section-content .diagonal-hr, #fyf-index-section .diagonal-hr{
        background:#ffffff;
}

#fyf-main-section-content h1 {
    margin-top:100px;
}

#fyf-main-section-content h3{
    margin-top: 65px;
    margin-bottom: 30px;
    font-size: 35px;
}

.fyf-image {
    background-position: center;
    background-size: cover;
    height: 175px;
    margin-bottom: 25px;
}

#results{
    margin-top:50px;
    opacity:0;
}

.results-content{
    z-index:4;
    position:relative;
}

/*.fyf-option .btn:active,
.fyf-option .btn.is-checked {
  color: #63b749;
  background: #ffffff;
}*/

.fyf-option .btn{
    background-color: transparent !important;
    border: 2px solid #ffffff;
    text-align: center !important;
}

.fyf-option .btn:hover{
    color: #E42C1A;
    background-color:#ffffff !important;
    transition: .15s;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.btn:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

.grid{
    margin-top:50px;
}

.hidden{
    display:none !important;
}

#back-button {
   position: relative;
    cursor: pointer;
    display: none;
    z-index:2;
}

#restart-button {
    cursor: pointer;
    position: relative;
    z-index:2;
}

.fyf-control {
    background-color: transparent !important;
    border: 2px solid #ffffff;
    width: 100px;
    text-align: center !important;
    padding-bottom: 6px;
    margin-top:10px;
}

#filter-count{
    color:#000000;
}

#filter-count h3{
    font-style:normal;
    margin-top: -15px;
    letter-spacing:0px;
}

.bike{
    /*width:33.3333%;*/
    margin-bottom:100px;
}

.filters{
    margin-top:50px;
}

/*@media(min-width:1200px){
    .image-wrapper{
        width:354px;
        height:210px;
    }
}
*/

@media(max-width:767px){
    
    #fyf-index-section {
        height: 650px;
    }
    
    #fyf-index-section::before, #fyf-index-section::after{
        height:60px;
    }
    
    #fyf-index-section-content h1 {
        margin-top: 70px;
    }
    
    #fyf-index-section-content h3 {
        margin-bottom: 41px;
        font-size: 20px;
        margin-top: 5px;
    }
    
    #fyf-index-section-content .filters {
        margin-top: 0px;
    }
    
    #fyf-main-section-content h3 {
        margin-bottom: 40px;
        font-size: 20px;
    }
    
    .fyf-image{
        display:none;
    }
    
    /*#fyf-main-section {
        height: 1000px !important;
    }*/
    
    #fyf-main-section::after{
        height:60px !important;
    }
    

    
}

@media(max-width:767px){
    
    /*.bike-product-grid{
        height:200px !important;
    }*/
    
    #results .price {
        margin-top: 0px;
        float: none;
        margin-bottom: 20px;
    }
    
    #results .platform-model-name{
        float:none;
    }
    
    .platform-model-name {
        float: none;
        font-size: 16px;
    }
    
    #results .view-link h3{
        font-size:12px;
    }
    
    #results .bike-product-grid, #results .bike{
        margin-bottom:25px !important;
        min-height: 0px !important;
    }
    
}

/********************************************************************************************Compare************************************************************************************/

.static-bottom {
		position: fixed;
		width: 100%;
		bottom: 0;
		border: 0;
		background-color: #ffffff;
		-webkit-box-shadow: -1px -1px 15px 0px rgba(18,18,18,18.75);
		-moz-box-shadow: -1px -1px 15px 0px rgba(18,18,18,18.75);
		box-shadow: -1px -1px 15px 0px rgba(18,18,18,18.75);
		z-index:1000;
	}
	
	.static-bottom-container {
		position: relative;
		width: 100%;
	}
	
	ul.compare-bikes{
		text-decoration: none;
		display: none;
		position: static;
		bottom: 0;
		overflow: hidden;
		font-size: .7em;
		width: 100%;
		border-top: 1px double #AAA;
		width:100%;
		transition:1s;
		margin:0;
		padding:0;
	}

	ul.compare-controls {
		display: none;
	}
	
	.compare-panel-wrapper{
		background-color:#E42C1A;
		padding-top: 5px;
		padding-bottom: 5px;
		color:#ffffff;
		display:none;
	}
	
	.compare-panel-wrapper h6{
		font-size:16px;
		font-weight:bold;
		text-align: center;
		text-transform: none;
	}
	
	.show-hide {
		cursor: pointer;
		font-size: .7em;
		text-transform: uppercase;
		display: inline-block !important;
		color: #fff;
	}
	
	.show-button, .hide-button{
		padding-left:15px;
		margin-top:7px;
	}
		
	ul.compare-bikes li {
		display: block;
		color: #000;
		border: 1px solid #c9c9c9;
	}
	
	ul.compare-bikes li:hover {
		border-color: #000;
	}

	.doCompare, .dontCompare{
		display: block;
		color: #000;
		height:inherit;
		padding-left:30px;
		padding-right:30px;
	}
	
	ul.compare-bikes li .compare-title {
		line-height: 1.8em;
		margin-top: 8px;
		cursor: default;
		font-weight:bold;
		font-size:16px;
		text-transform:uppercase;
	}
	
ul.compare-bikes li .compare-title {
    margin-left: 25px;
    font-family: "futura-pt",sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    letter-spacing: .5px;
}
	
	ul.compare-bikes li .compare-price{
		float: right;
		margin-right: 25px;
	}
	
	ul.compare-bikes li .compare-price {
		float: right;
		margin-right: 25px;
		font-size: 14px;
		color: #595959;
		margin-top: 15px;
	}
	
	div.dontCompare {
		display: none;
		float: right;
		color: #666;
		padding: 7px 11px;
		margin-top: 23px;
		margin-bottom: 22px;
		font-weight: 400;
		margin-right: 20px;
		letter-spacing: 2px;
		text-transform: uppercase;
		cursor: default;
	}
	
	div.doCompare a {
		display: block;
		color: #ffffff;
		cursor: pointer;
		margin-top: 23px;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
		text-align: center;
		background-color:#02a8e0;
		border-radius: 50px;
		width: 150px;
		padding: 8px 10px;
		margin: 0 auto;
	}

div.doCompare a:hover {
	color:#ffffff;
}

div.doCompare a:active {
	box-shadow: none;
	}

div.doCompare h4{
	font-weight:bold;
	margin-bottom:25px;
	text-align: center;
	color: #000000;
}

.doCompare-content{
	 margin-top:100px;
}

/*.main.category span.compare {
	cursor: pointer;
	font-size: 13px;
	padding-left: 30px;
	display: block;
	color: #000000;
	background: url(../img/link-icons/compare-off.jpg) 140px 0px no-repeat;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 25px;
	text-align: center;
	}
	
.main.category span.compare:hover {
	color: #000000;
}
	
.main.category span.compare.checked {
	color: #000000;
	background: url(../img/link-icons/compare-on.jpg) 140px 0px no-repeat;
}*/


.main.category span.compare {
    cursor: pointer;
    font-size: 13px;
    display: block;
    color: #000000;
   /* background: url(../img/link-icons/compare-off.jpg) 140px 0px no-repeat; */
    margin-top: 25px;
    margin-bottom: 25px;
    height: 25px;
    text-align: center;
}

.main.category span.compare::before{
	content: url('https://www.fujibikes.com/usa/img/link-icons/compare-off.jpg');
}

.main.category span.compare::after{
	content: "Compare";
	padding-left:10px;
	vertical-align: 5px;
}
	
.main.category span.compare:hover {
	color: #000000;
}
	
.main.category span.compare.checked::before {
	content: url('https://www.fujibikes.com/usa/img/link-icons/compare-on.jpg');
}

.main.category span.compare.checked::after{
	content: "Compare";
	padding-left:10px;
	vertical-align: 5px;
}
	
.main.compare a img {
	margin: 0 auto;
	display: block;
	}
	
.share-compare {
	font-size: .5em;
	font-weight: 400;
	word-spacing: 4px;
	color: #666;
	line-height: 1em;
	text-shadow: 0px 0px 0px;
}
	
.share-toggle {
	cursor: pointer;
	}
	
.share-toggle:hover {
	color: #FFF;
	}
	
.share-compare span.compare {
	cursor: pointer;
	}
	
.share-compare .compare:hover {
	color: #FFF;
	}
	
.share-compare .checked {
	color: #fff;
	}
	
.icon-checkmark, .icon-x {
    display: block;
    width: auto;
    height: 30px;
    background-image: url(../img/link-icons/compare-on.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    /*padding: 6px;*/
    padding-left: 1px;
    margin-top: 16px !important;
    padding-left: 35px;
    font-size: 14px;
    margin: 0 auto;
	margin-bottom:25px;
	color: #333;
	position: absolute;
	right: 0;
	top: 0;
}

/*.weight-text{
	background:url('../img/link-icons/weight-icon.png') no-repeat left;
	padding-left: 30px !important;
	padding: 4px;
	text-align:center;
}*/

.weight-icon{
	margin-bottom:0px !important; 
}

#warning{
	background-color:rgba(0,0,0,0.6);
}

#warning .modal-content{
	background-color: #ffffff;
}

#warning .btn {
    background: #6E7377;
    padding-right: 21px;
    text-align: center;
}

#model-purchase-area .main.category span.compare {
	cursor: pointer;
	font-size: 12px;
	display: block;
	color: #797979;
	background: transparent;
	margin-top:0px;
	font-weight: normal;
	text-decoration: underline;
	padding-left:0px;
	margin-bottom:0px;
	height: auto;
}


#model-purchase-area .main.category span.compare::before {
	content:"";
	display:none;
}

#model-purchase-area .main.category span.compare::after {
    content: "";
	display: none;
}

/******************************Compare Page****************************/

#compare h3 {
    color: #000;
    font-style: normal;
    letter-spacing: 1px;
    margin-bottom: 3px;
    padding-left: 35px;
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0px;
}

.compare-model-image-list li{
	list-style-type: none;
    display: none;
}

.compare-model-image-list li:first-child {
    display: block;
}

.model-colors li{
	display:inline;
	list-style-type:none;
	margin: 2px;
}

.chosen-model {
    border-bottom: 2px solid #ddd;
	/*padding-bottom: 7px;*/
}

.model-preview-info .wrapper{
	margin-bottom:25px;
}

.model-ul{
	margin:0;
	padding:0;
	margin-bottom:15px;
}
.model-ul li{
	list-style-type:none;
}

.model-ul li span{
	font-size:14px;
	display:inline;
	padding-left:15px;
	vertical-align: 40%;
}

.scrolling .chosen-model{
	border-bottom-color:transparent !important;
}

#compare-intro{
	margin-top:150px;
}

.compare-model-details{
	min-height: 50px;
}

.compare-dropdown-wrapper{
    padding:0;
    cursor:pointer;
    margin-top: 50px;
    height: 78px;
    transition:.25s;
    padding-left: 50px;
    padding-right: 50px;
     background: url('../img/link-icons/green-arrow-down.png') no-repeat;
    color: #000;
    padding-left: 30px;
    display: block;

}

@media (max-width: 767px){

    .compare-dropdown-wrapper{
         background-position: 0px 5px;
    }

}

@media (min-width: 768px){

     .compare-dropdown-wrapper{
         background-position: 30px 5px;
    }

}

.scrolling .compare-dropdown-wrapper {
	padding-left: 0px;
	padding-right:0px;
    height: 52px;
}

.scrolling .compare-model-price, .scrolling .compare-dropdown-wrapper h4 {
    margin-left: 60px;
    color: #ffffff;
}

.scrolling .compare-dropdown-wrapper h4 {
    padding-top:6px;
}

.scrolling {
    position: fixed;
    left: 0;
    right: 0;
    top: 55px;
	background-color:#E42C1A;
}

.compare-row-wrapper{
	width:100%;
}

.scrolling.compare-row-wrapper{
	width:inherit;
	z-index: 1;
}

.scrolling .compare-row{
	padding-left:50px;
	padding-right:50px;
}

.scrolling .compare-model-price {
    padding-right: 50px;
}

.scrolling .chosen-model {
    border-bottom-color: transparent;
}

.static-compare-dropdown {
    margin-left: 0px !important;
	
}

#compare{
	margin-bottom:100px;
}

.specstable tr:first-child {
    background-color: transparent;
}

.fullscreen-container-fluid{
	padding-left:0px;
	padding-right:0px;
}

.container-fluid-condensed-row{
	margin-left:0;
	margin-right:0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow:none;
}

.dropdown-list{
	border-radius: 0;
	border:1px solid #888888;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color:#888888;
	background: #121212 url(../img/logos-icons/dropdown-down-arrow.png) no-repeat 95%;
}

.dropdown-list option{
	color:#888888;
	border-bottom:1px solid red;
}

.dropdown-list:hover, .dropdown-list:focus{
	background-color:#121212;
	color:#e5e5e5;
	border-color:#e5e5e5;
}

.dropdown-list.form-control:not([size]):not([multiple]) {
    height: auto;
}

#compare-header {
    color: #003c71 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-size: 52px;
    margin-top: 165px;
    text-align: center;
}

#compare .color-thumbnail{
	display: inline-block;
}

#compare .specstable-section{
	width:100%;
	padding-right: 50px;
	padding-left:50px;
}

#compare .specstable-section:first-child, #compare .specstable-section:nth-child(2){
	padding-left: 0px;
	padding-right: 0px;
}

#compare .specstable-section:nth-child(2) .specdesc{
	padding-right:0px;
}

.compare-dropdown-wrapper:last-child{
	border-right-color:transparent;
}

.compare-dropdown-wrapper h4 {
    color: #000000;
    text-transform: uppercase;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin: 0px;
    margin-left:30px;
}

.compare-model-price{
    margin-left: 30px;
    font-size:  12px;
}

.compare-dropdown-wrapper h4 span{
	display:block;
}

.specimage-content{
	padding-right:50px;
	padding-top: 50px;
	padding-left: 50px;
}

.specimage{
	float:left;
	width:33.333333%;
}
	
.specimage-content img {
	margin-bottom: 50px;
}

.specimage .model-ul li span{
	color:#121212;
}

@media (min-width:768px){
	
	.specdesc{
		float:left;
		width:33.333333%
	}
		
	.compare-row-wrapper{
		margin-left: 0px !important;
	}
	
}

@media (max-width:575px){
	.model-ul li span {
		font-size: 10px;
	}
}

@media (min-width: 576px) and (max-width:767px){
	.model-ul li span {
		font-size: 12px;
	}
}


@media (max-width:480px){

    .compare-model-price{
        margin-top: 0px !important;
    }

    .scrolling .compare-dropdown-wrapper h4{
        margin-top: -10px;
    }

    }

@media (max-width:767px){
	
	#compare-intro {
		margin-top: 100px;
	}

	.compare-dropdown-wrapper {
		float: left;
		width: 33.333333% !important;
		padding-left:0px;
		padding-right:0px;
	}
	
	.compare-model-name, .compare-model-price{
		float:none;
	}
	
	.scrolling{
		top: 0px;
	}
	

    .scrolling .compare-dropdown-wrapper {
        float: left;
        width: 33.333333% !important;
        padding-bottom: 0px;
        margin-top: 100px;
        height: 50px;
    }

	.compare-panel-wrapper h6 {
		font-size: 12px;
		font-weight: bold;
	}

	#compare{
		width:150%;
	}
	
	.responsive-compare-wrapper{
		overflow:auto;
		width:100%;
	}
	
	.responsive-compare-wrapper  .compare-row{
		padding-left:0;
		padding-right:0;
	}
	
	#compare .specstable-section:first-child{
		margin-bottom: 0px;
	}
	
	#compare .specstable-section {
		margin-bottom: 0px;
		padding-right: 0px;
		padding-left: 0px;
}
	#compare .specdesc {
		padding-right: 0px;
		width: 33.333333%;
		float: left;
	}
	
	.specimage-content {
		padding-right: 0px;
		padding-top: 50px;
		padding-left: 0px;
	}
	
	
}

@media (max-width:480px){
	
	.compare-desc{
		font-size: 12px;
	}
	
	.compare-model-price {
		margin-top: -10px;
		font-size: 12px;
	}
	
	.specimage-content img {
		margin-bottom: 25px;
	}
	
}

.specstable > tbody > tr > td{
	border-top-color:transparent;
}

.specstable td:first-child {
    text-transform: none;
    font-weight: normal;
	padding-left: 35px;
}

.specstable:first-child td:first-child {
    padding-left: 0px;
}

.compare-dropdown-wrapper a {
  text-decoration: none;
  color: inherit;
}

.compare-dropdown-wrapper h1 {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 2.5em;
}

.compare-dropdown-wrapper ul {
    list-style: none;
    padding: 0;
    z-index: 999;
    position: relative;
}

.accordion-wrapper{
	background-color:#F0F0F0;
	max-height:300px;
	position:relative;
	display:none;
	/*-webkit-box-shadow: -1px -1px 15px 0px rgba(18,18,18,18.75);
	-moz-box-shadow: -1px -1px 15px 0px rgba(18,18,18,18.75);
	box-shadow: -1px -1px 15px 0px rgba(18,18,18,18.75);*/
	z-index:1;
}

.accordion-wrapper-scroll{
	overflow-y:scroll;
}

.accordion li {
    height: 50px;
    border-bottom: 1px solid #fff;
	position:relative;
}

.compare-dropdown-wrapper ul .inner {
  overflow: hidden;
  display: none;
}

.compare-dropdown-wrapper ul li {
  margin: 0;
}

.compare-dropdown-wrapper ul li a.toggle {
  width: 100%;
  display: block;
  color: #fefefe;
  transition: background .3s ease;
  padding: 8px;
}

.compare-dropdown-wrapper ul li a {
    color: #000000;
    position: absolute;
    top: 25%;
    padding-left: 25px;
	display:block;
	width:100%;
    font-weight: bold;
}

.active-compare .Learncompare-desc{
	background: url('../img/link-icons/green-arrow-up.png') no-repeat left;
	
}

.compare-category{
	background: #FA4616;
	color:#ffffff;
	padding-left: 25px !important;
}

.compare-series {
    color: #888888 !important;
    background: #121212 url(../img/logos-icons/dropdown-down-arrow.png) no-repeat 25px 12px;
    padding-left: 50px !important;
    border-bottom: 1px solid #888888;
}

.compare-model{
	padding-left:50px !important;
	color: #888888 !important;
}

.compare-model li {
    line-height: 200%;
}


@media (max-width:767px){

	.specstable {
		margin-bottom: 50px;
	}
	
	#compare h3 {
		position: absolute;
		z-index: -1;
		margin-top: -25px;
	}
	
}

@media (max-width:991px){
	
		.static-bottom-container .container{
			padding:0px !important;
			margin:0px !important;
			width: 100% !important;
		}
	
		ul.compare-bikes li, .doCompare, .dontCompare {
			display: inline-block;
			width: 50%;
			position: relative;
			vertical-align: bottom;
			padding-bottom: 10px;
		}
	
		.doCompare, .dontCompare {
		display: inline-block;
		color: #000;
		width: 50%;
		vertical-align: 100px;
	}
	
		ul.compare-bikes {
		white-space: nowrap;
		overflow: auto;
		width:100%;
		/*height: 200px;*/
	}
	
	.doCompare-content {
		margin-top: 0px;
	}
	
	.static-bottom-container{
		overflow: auto;
	}
	
		ul.compare-bikes li .compare-title {
		font-size: 14px;
		margin-bottom: 12px;
	}
	
		ul.compare-bikes li .compare-title{
		float:none;
	}

	.icon-checkmark, .icon-x {
		margin-left: 15px;
		font-size: 12px;
	}
	
	div.doCompare h4 {
		font-size: 12px;
		white-space: normal;
	}
	
}

@media (min-width: 992px) {
	
.doCompare, .dontCompare{
		width:23%;
		position:relative;
		float:right;
	}
	
	ul.compare-bikes li {
		float: left;
		width: 23%;
		position: relative;
		margin-bottom: 1.15%;
		margin-top: 1.15%;
		margin-left: 0%;
		margin-right: 2.30%;
	}
	
}

@media (min-width: 991px) {
	
	.colors{
		float:left;
	}

	.weight-container{
		float:right;
	}
	
}


/*****************************************************************************************Stories**************************************************************************************/
    
    .stname {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: 
    #fff;
    letter-spacing: 2px;
    z-index: 15;
    position: absolute;
    top: -35px;
    background:
    #e42c1a;
    width: 60%;
    padding: 6px;
    text-align: center;
    left: 50%;
    transform: translate(-50%,50%);
    font-size: 18px;
}

#stories-section{
    margin-top: 125px;
}

.srs {
    text-align: center;
    color: 
    #000000;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 20px;
    width: auto;
    font-weight: 600;
    font-family: futura-pt, sans-serif;
}

.srs::after {
    content: '';
    width: 100px;
    position: relative;
    height: 2px;
    background-color: 
    #000000;
    display: block;
    margin: 5px auto;
}

.stories-grid{
    margin-bottom: 100px;
    padding-left: 40px;
    padding-right:40px;
}

.stories-grid img{
    border-radius: 15px;
}

.stitle {
    font-size: 55px;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    margin-bottom: 100px;
}

#logo-text{
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    margin-top: 5px;
}

.stories-grid .wrapper {
    position: relative;
    height: inherit;
    width: inherit;
}

.stories-grid .wrapper p {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,-50%);
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    z-index:2;
    font-family: "Lato Black", sans-serif;
}

.gradient {
    position: absolute;
    bottom: 0;
    height: 65px;
    background-image: linear-gradient(
    rgba(0,0,0,0),
    rgb(0, 0, 0));
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#sys-block > div{
    border: 4px solid #000;
}

#sys-block h3 {
    position: absolute;
    text-align: center;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: futura-pt, sans-serif;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 28px;
    line-height: 120%;
    color: #000;
    font-weight: 700;
}

#stories-sort {
    margin-bottom: 100px;
    border:2px solid #000;
    background-color:transparent;
    border-radius: 0;
    color: #000000;
    font-weight:600;
}

#sys-block p {
    margin-top: 25px !important;
    text-align: center;
    background-color: transparent;
}

#stories-gallery{
    margin-top:25px;
}

#stories-gallery .carousel-inner{
    background: transparent !important;
}

#stories-gallery .carousel-indicators{
    position: relative;
    margin-top:15px;
}


#stories-gallery .carousel-indicators .active {
    background-color: gray;
    opacity: 1;
    height:15px;
    width:15px;
}

#stories-gallery .carousel-indicators li {
    background-color: gray;
    opacity: 0.3;
    height:15px;
    width:15px;
}


#stories-gallery .item img{
    border-radius: 25px;
}

    #sds{
        margin-top:130px;
        margin-bottom:25px;
        border-bottom: 2px solid #000000;
        padding-bottom: 50px;
    }
    
    #sds p{
        line-height: 170%;
        font-size: 15px;
    }
    
    .stq{
        margin-bottom: 50px;
    }
    
    .stq h4{
        font-family: futura-pt, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 20px;
    }
    
    .stq span img{
        margin-left: 25px;
    }
    
    
    #sd-name {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    }
    
    #sd-name span{
        background:#e42c1a;
        padding: 5px 15px;
    }
    
    #sd-year{
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        margin-top: 10px;
    }
	
	#sd-details{
		text-align: center;
		margin: 25px 0px;
	}
    
	#sd-city{
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 14px;
		margin-top: 5px;
		color:#000000;
		font-weight:normal;
	}
	
    #sd-section{
        margin-bottom:200px;
    }
    

    #backto {
        color: #000000;
        text-transform: uppercase;
        margin-top: 8px;
        font-weight: 700;
        position: relative;
        padding-left:36px;
    }
    
    #backto::before {
        content: url(../img/stories/button-arrow.png);
        position: absolute;
        left: 7px;
        top: -4px;
    }

    #submitstory {
        text-transform: none;
        color: #ffffff;
        background-color:#000000;
        padding: 8px 15px;
        border-radius: 25px;
        font-weight: 700;
        letter-spacing: 1px;
    }
    
    
    #sys-block span{
        background:#000;
        border-radius: 25px;
        padding: 10px 20px;
    }
    
    @media (min-width: 1200px){
        
        #sys-block > div {
            max-height: 344px;
            height: 344px;
        }
        
        .stories-grid{
            min-height: 415px;
        }
    
    }
    
    @media (min-width: 991px) and (max-width: 1199px){
        
        .stories-grid{
            min-height: 340px;
        }

        #sys-block > div {
            max-height: 269px;
            height: 269px;
        }

    }
    
    @media (max-width: 991px) {

        #sys-block > div {
            max-height: 327px;
            height: 327px;
        }

    }
    
    @media (max-width: 767px) {
    
    .sd-link {
        text-align: center;
        display: block;
        float: none !important;
        margin: 15px auto;
        margin-top: 15px;
    }
    
    
    #backto {
        width: 157px;
    }
    
    .stitle {
        font-size: 45px;
    }
    
}
    

/********************************************************************************************Footer***********************************************************************************/

.footer {
    background-color: #ffffff;
    min-height: 250px;
    margin-bottom: 35px;
}

.footer-header {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 14px;
    color: #000000;
}

.footer-icon {
    margin-right: 12px;
}

.footer-icon img{
    width: 31px;
}   

.footer-icon img:hover{
    opacity:.5;
}

#footer{
    border-top: 1px solid #707070;
}

@media (max-width:767px){


    .footer-column{
        min-height:145px;
    }

    #subfooter{
        margin-top: 25px !important;
    }

    #subfooter span p{
        display: block !important;
        margin-left:0px !important;
        margin-top:5px !important;
    }

    #footer{
        width: auto;
    }

}

#footer-context a:hover{
    text-decoration: underline;
}

.footer-icon img:hover{
    opacity:.5;
}
    
#bike-arrows img {
    margin-top: -4px;
}

#footer a:hover {
    transition-duration: 1s;
}

#footer-context {
    margin-top: 50px;
    text-align: left;
    color: #aaa;
}

#footer-context a {
    color: #000000;
}

#footer p {
    line-height: 85%;
    font-size: 12px;
}

@media (max-width: 990px){
    #smf-row{
        float:left;
        margin-top:20px;
    }
}

@media (min-width: 991px){
    #smf-row{
        float:right;
    }
}


@media (max-width: 575px) {
    
    .footer-header{
        font-size:13px;
    }
    
    #footer-context {
        padding-top: 15px;
        margin-top: 0;
    }
    
    #footer p{
        font-size:12px;
    }
    
}

.mz-hint {
    background-color: transparent;
    top: -10px  !important;
    text-transform: uppercase;
    left: 100 !important;
    right: 0 !important;
    padding: 0 10%;
    transition: opacity 0.25s ease 0s, z-index 0.25s ease 0s;
}

.cc-window p a{
    color: #ffffff;
    text-decoration: underline;
}

.cc-window .wrapper {
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}


.cc-banner. .cc-bottom{
  right: 0px;    
  bottom: 0px;    
  left: 0px;
  top: 0px;    
  height: 100%;    
  width: 100%;
  background-color: rgba(0,0,0,.5);
}


.cc-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}