/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

/***Main CSS***/
body {
	background-color:#FFF;
}
.body {
	padding: 80px 0;
	font-family: "poppins",sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
}
h1,.h1 {
	font-size: 42px;
	line-height: 38px;
}
.button{
	background-color: #0b527f;
	border-color: #0b527f;
	margin-top: 30px;
}
.button:hover{
	background-color: #dd781d;
	border-color: #dd781d;
}

/*Header*/
.navigation {
	border: none;
	background-color: transparent !important;
	padding: 15px 0;
}
.logo {
    display: inline-block;
    height: 250px;
    background-position: left;
    min-width: 700px;
    max-width: 700px;
    z-index: 15;
}
.header {
	padding: 0 40px;
	z-index: 100;
	width: 100%;
	background-color: transparent !important;
	position: absolute;
}
body.is-homepage .header {
	position: absolute;
}
body.is-homepage .header .col-logo{
	position: absolute;
}
.header .col-logo{
	position: absolute;
}
.header .logo-wrap {
	text-align: center;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.top-contact{
	text-align: right;
	padding-top: 10px;
	font-family: "poppins",sans-serif;
}
.copyright {
	color: #FFF;
	border-bottom: none;
	background-color: #072a3f;
	padding: 80px 0 20px;
}
.header .frame{
	width: 100%;
	background-color: #fff;
	border-radius: 0 0 40px 40px;
	padding: 0 40px 0 0;
}
.btn:hover{
	text-decoration: none;
	color: #fff;	
}
.btn{
    padding: 10px 20px;
	border-radius: 0 0 20px 20px;
	color: #fff;
}
.btn-phone:hover{
	background-color: #dd781d;
}
.btn-mail:hover{
	background-color: #e1974e;
}
.btn-phone{
	background-color: #e1974e;
}
.btn-mail{
	background-color: #dd781d;
}
/*Menu*/
/*ul.menu ul {
	top:43px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#ccc;
	background-color: #ddd;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
	background-color: #fff !important;
}

ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase !important;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: none;
	border-color:#7c2789;
	
}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}
*/
/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0.3);
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*<p class="btn-banner btn-we-do"></p>
<p class="btn-banner btn-bike-rental"></p>
<p class="btn-banner btn-bikes"></p>*/
.btn-banner{
	min-height: 200px;
	min-width: 200px;
	padding: 40px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	transition: all 0.2s ease-out 0s;
}
.btn-banner:hover{
	transform:scale(1.1,1.1);	
}
.btn-banner.btn-we-do{
	background-image: url(images/btn-wht-we-do.png);
}
.btn-banner.btn-bike-rental{
	background-image: url(images/btn-bike-rentals.png);
}
.btn-banner.btn-bikes{
	background-image: url(images/btn-bikes.png);
}
/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*Index Assets*/
.homebox  {
	
}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	background: linear-gradient(to right, #1b5880, #448caf);
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	padding:150px 0 60px;
	border-top: 1px solid #9e46ab;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-family: "fira-sans",sans-serif;
	font-size: 24px;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: transparent;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
  	font-family: "poppins",sans-serif;
	padding: 8px 0;
	border: none;
	font-weight: 300;
	border-color:#0d63a1;
	font-size: 14px;
	color: #fff;
}
.footer .foot-menu > li a:hover {
	border: none;
	color: #FFF;
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.copyright{
	color: #fff;
}
.copyright a {
	color: #FFF !important;
}

/* Buttons */
.button {
	padding:8px 20px;
	color: #fff;
	border-radius: 30px;
  	font-family: "fira-sans",sans-serif;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	border-color: #90469b;
	color:#90469b;
}
.button.bt-outline:hover {
	border-color: #90469b !important;
	background-color:#90469b !important;
	color:#FFF !important;
}
input[type="submit"], button {
	background-color: #90469b;
}
input[type="submit"]:hover, button:hover {
	background-color:#652D90;
	border-radius: 0;
	color: #FFF;
	box-shadow: none;
}

.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;												
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.section-intro{
	background-color: transparent;
	padding: 60px 0 !important;
}
.section-bg p.h1{
	font-size: 32px;
}
.section-intro p.h1{
	color:#0b527f;
	font-weight: 600;
	font-size: 32px;
}
.section-intro p,
.section-bg p{
	font-weight: 300;
	line-height: 28px;
	font-size: 15px;
}
.section-intro p{
	color:#808080;
}
.section-intro .button{
	background-color: #0b527f;
	border-color: #0b527f;
	margin-top: 30px;
}
.section-bg .button{
	background-color: #dd781d;
	border-color: #dd781d;
	margin-top: 30px;
}
.section-intro .button:hover{
	background-color: #dd781d;
	border-color: #dd781d;
}
.section-bg .button:hover{
	background-color: #0b527f;
	border-color: #0b527f;
}
.section-bg {
	padding: 100px 0 !important;
}
.section-bg p{
	color:#fff;
}
.section-image-box,
.intro-image-box{
	transition: all 0.2s ease-out 0s;
}
.section-image-box:hover,
.intro-image-box:hover{
	transform:scale(1.1,1.1);	
}
.section-image-box,
.intro-image-box{
	padding: 50px;
}
.payment-summary {
	border: none;
	background-color: #652D90;
}
.payment-summary .button {
	border: none;
	background-color: #068ed0;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #652D90;
}
.orange-back.insurance-icons img {
	width: 50% !important;
}

/*Element Overrides*/
.product-image-container {
	box-shadow: none;	
}

/*Overlays*/
.overlay {
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
    background-color: transparent;
    background-size: cover;
}
.overlay.section-copyright {
	background-image: url(images/bg-copyright.png);
    height: 50px;
    margin-top: -30px;
}
.overlay.section-footer {
	background-image: url(images/bg-footer-top.png);
    height: 100px;
	margin-top: -70px;
	margin-bottom: -25px;
	pointer-events: none;
}
.overlay.section-intro {
	background-image: url(images/bg-section-intro.png);
    height: 100px;
	margin-top: -85px;
}

.footer-logo{
	text-align: center;
	position: relative;
	z-index: 100;
	margin-top: 100px;
	margin-bottom: -130px;
}
.copyright-text{
	font-family: "poppins",sans-serif;
	font-weight: 200;
}
.razor-text{
  	font-family: "canada-type-gibson",sans-serif;
	font-weight: 400;
}

/* Custom CSS */

.contact-box {
	padding: 20px;
	border-radius: 10px;
	border: 2px solid #e1974e;
	background: linear-gradient(to right, #e1974e 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right;
	transition: all 1s ease;
	margin-bottom: 10px;
}
.contact-box:hover {
	background-position: left;
}
.contact-box:hover p, 
.contact-box:hover p > a{
	color: #FFF;
}
.contact-box p > a {
	color:#005b99;
}
.contact-box p {
	text-align: center;
	font-size: 20px;
	transition: all 1s ease;
	color:#005b99;
}
.contact-form {
	background-color: #e1974e;
}
.form-form_quote .form-block,
.contact-form .form-block {
	background-color: #FFF;
	border-radius: 10px;
	padding: 20px;
	border: 0px;
}
.form-form_quote .btn,
.contact-form .btn {
	border-radius: 50px;
}
input[type="submit"], button {
	background-color: #005b99;
	padding: 8px 20px;
    color: #fff;
    border-radius: 30px;
    font-family: "fira-sans",sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
input[type="submit"], button:hover {
	background-color: #dd781d;
}
.orange-back {
	background-color: #dd781d;
}
.orange-back p,
.orange-back h2 {
	color: #FFF;
}
.orange-back .button {
	background-color: #FFF;
	border-color: #FFF;
	color: #005b99;
}
.orange-back .button:hover {
	color: #FFF;
	background-color: #005b99;
	border-color: #005b99;
}
.orange-back img {
	transform: scale(0.8);
	transition: all 1s ease;
	margin-bottom: 20px;
}
.orange-back img:hover {
	transform: scale(1.0);
}
.bar-bg img {
	margin-bottom: -60px;
}
.bar-bg-rev img {
	margin-top: -95px;
}
.section-intro.alt {
	padding: 30px 20px!important;
}
.section-intro.alt-bot {
	padding-bottom: 70px!important;
}
.post-wrap .post-item {
	border-radius: 10px;
}
.post-wrap .post-item:hover {
	border-color: #dd781d;
}
.post-wrap .post-item .feature-image {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

/** Experiment */

.post-item .post-body {
	position: relative;
	background-color: #dd781d;
}
.post-item:not(.bikes-item) .post-body {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.post-item .post-body h3 {
	color: #FFF;
}
.post-item .post-body::before,
.post-item .post-body::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: #dd781d;
	right: 10px;
	bottom: 10px;
	transition: all 0.2s ease-in-out 0s;
}
.post-item .post-body::after {
	background-image: url('images/motorbike.png');
	background-size: 66%;
	background-position: center;
	background-repeat: no-repeat;
}
.post-item:hover .post-body::after {
	background-size: 75%;
}
.post-item:hover .post-body::before {
	width: 110px;
	height: 110px;
	right: 5px;
	bottom: 5px;
}
.post-item.bikes-item {
	position: relative;
}
.bike-price {
	font-size: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #005b99;
	color: #FFF;
	padding: 5px 20px;
	border-radius: 20px;
	transition: all 0.2s ease-in-out 0s;
}
.bike-desc span {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	display: block;
}
.post-item:hover .bike-price {
	background-color: #FFF;
	color: #005b99;
}
.post-details {
	padding: 20px;
}
.post-details p:last-child {
	margin-bottom: 0px;
}
.rounded-list li {
	background-color: #005b99;
	list-style: none;
	margin-bottom: 10px;
	padding: 10px 30px;
	border-radius: 50px;
	color: #FFF;
	margin-right: 20px;
	transition: all 0.2s ease-in-out 0s;
}
.rounded-list li:hover {
	background-color: #dd781d; 
}
.button.blue-btn {
	background-color: #005b99;
	border-color: #005b99;
	margin-right: 10px;
}
.button.blue-btn:hover {
	background-color: #dd781d;
	border-color: #dd781d; 
}
.light-font {
	font-weight: 300;
    line-height: 28px;
    font-size: 15px;
	color: #808080;
}
.bike-col .col:first-child {
	padding-left: 0px;
}
.bike-col .col:last-child {
	padding-right: 0px;
}
/*.bike-col.col4 .bg-wrap {
	min-height: 165px;
}*/
.bg-wrap {
	background-color: #eee;
	padding: 20px;
	border-radius: 10px;
	transition: all 0.2s ease-in-out 0s;
	color: #005b99;
}
.bg-wrap p {
	margin: 0px;
}
.bg-wrap:hover {
	background-color: #dd781d;
	color: #FFF;
}
.bike-header {
	font-size: 21px;
}
.hire-form h1 {
	color: #005b99;
	line-height: 42px;
	font-weight: 500;
}
.hire-form h1 span {
	color: #dd781d;
	margin-top: 5px;
	display: inline-block;
	font-size: 50px;
}
.hire-form .form-block {
	padding: 20px;
	border-radius: 10px;
	background-color: #dd781d;
	border: 0px;
	margin-bottom: 50px;
}
.hire-form input[type="submit"], .hire-form button {
	border-radius: 50px;
}
.hire-form input[type="submit"]:hover, .hire-form button:hover {
	background-color: #FFF;
	color: #005b99;
}
.hire-form .form-block .field label {
	color: #FFF;
}
.contact-wrap h2 {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 0px;
}
.contact-wrap {
	display: table;
	margin: 0 auto;
}

/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1600px) {
	.body{
		padding: 80px 20px;
	}
	.bar-bg,
	.bar-bg-rev{
		display: none;
	}
}
@media screen and (max-width:1200px) {
	body.is-homepage .header, 
	body.is-homepage .header .col-logo {
		position: relative;
		padding: 0;
	}
	.logo{
		min-width: 500px;
		max-width: 100%;
		height: 200px;
		background-position: center center;
	}
	.header > .frame > .coltable > .col{
		width: 100%;
		display: block;
	}
	.header, 
	.header .col-logo {
		position: relative;
		padding: 0
	}
	.navigation {
		background-color: #dd781d !important;
		border-radius: 0;
		padding: 5px 0;
	}
	.top-contact .btn{
		border-radius: 20px;
	}
	.header .frame{
		padding: 0px;
	}
	.top-contact {
		text-align: center;
	}
	.frame {
		width:100%;
	}
	iframe {
		width:100% !important;
	}
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
	.intro-image-box,
	.section-image-box {
		padding: 10px;	
	}
}
@media screen and (max-width:980px) {
	.coltable.float.post-wrap.col3 > .col {
		width: 50%;
	}
}
@media screen and (max-width:900px) {
	.section-contact .pb-column {
		width: 50%;
		display: inline-block;
	}
	h1, .h1 {
		font-size: 32px;
		line-height: 42px;
	}
}
@media screen and (max-width:800px) {
	.logo{
		min-width: 300px;
		height: 150px;
	}
	.footer .foot-menu{
		padding-right: 0px;
	}
	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}
	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
	.pb-section-column-va-center.section-intro.alt .pb-column, .vcenter:not(.coltable){
		display: block;
	}
	.section-bg p{
		color: #0b527f;
		font-weight: 500;
	}
	.img-deco{
    	text-align: center;
	}
	.img-deco img{
		max-width: 350px;
	}
	.bike-col > .col{
		width: 49% !important;
		display: inline-block;
	}
	.footer {
		text-align: center;
		padding: 50px 0;
	}
	.footer .coltable .col{
		width: 100% !important;
		display: block;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
}
@media screen and (max-width:600px) {
	body.is-homepage .header .frame{
		padding: 0;
	}
	.section-intro,
	.section-intro.alt{
		padding: 30px 10px !important;
	}
	.section-bg{
		padding: 100px 10px !important
	}
	.orange-back.insurance-icons img {
		width: 100% !important;
		margin-bottom: 0;
	}
	.form-block .field.single, .form-block.single .field{
		padding: 0;
	}
	.bike-col > .col{
		width: 100% !important;
		display: block;
	}
	.section-contact .pb-column {
		width: 100%;
		display: block;
	}
	.contact-box p {
	    font-size: 16px;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
	
}