/* FONTS:

font-family: mr-eaves-modern, sans-serif
weight: 300, 400, 700
style: normal, itlaic

font-family: duos-round, sans-serif
weight: 400, 900
style: normal

*/

@font-face {
    font-family: 'ArtBrush';
    src: url('/fonts/ArtBrush.eot');
    src: url('/fonts/ArtBrush.eot?#iefix') format('embedded-opentype'),
        url('/fonts/ArtBrush.woff') format('woff'),
        url('/fonts/ArtBrush.ttf') format('truetype'),
        url('/fonts/ArtBrush.svg#ArtBrush') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

a, a:link, a:visited, a:hover, a img {
	outline: none;
	border: none;
}
.bold{
	font-weight: bold;
}
.clear{
	clear: both;
}
a.btn, .btn{
	background-color: #f05a23;
	color: white;
	display: inline-block;
	text-decoration: none;
    padding: 0.5em 1em 0.4em 1em;
	border-radius: 0.7em;
    font-size: 1.5em;
    font-weight: 300;
	text-align: center;
    box-sizing: border-box;
}
a.btn-ornage, .btn-ornage{
	background-color: #f05a23;
	color: white;
}
a.rounded, .rounded{
	border-radius: 0.5em;
}
a.border, .border{
	border: 2px solid #1b1363;
}
html{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	font-family: mr-eaves-modern, sans-serif; /*300, 400, 700 - normal, itlaic*/
    background-image: url("../images/bg-top.jpg");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    overflow-x: hidden;
    overflow-y: auto;
}
body#sell{
    background-image: url("../images/bg-top.jpg");
}
body#index{
	background-color: #1b1363;
    background-image: url("../images/bg-snowmobiles.jpg");
}
.narrow{
	width: 60%;
	margin: 0 auto;
	box-sizing: border-box;
}
#header{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99999;
    /* margin-top: 2em; */
    padding: 0 0 4px 0;
    margin-top: 2em;
    -o-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -webkit-transition: background 0.25s ease;
    transition: background 0.25s ease;
}
#header.scrolled{
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.5);
    /* box-shadow: -4px 4px 0px 0px rgba(255,255,255,0.85); */
    /* margin-top: 2em; */
    margin-top: 0;
}
#headerlogo img, #index #header.scrolled #headerlogo img{
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 15.5%;
    height: auto;
    width: 29%;
    max-width: 315px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#page{
	padding-top: 100px;
}
#content{
	font-size: 18px;
	padding-top: 3em;
}
#s1 .inner{}
#s1 .left, #s1 .right{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
#s1 .left{
}
#s1 .left h1{
	text-transform: uppercase;
    font-size: 2.45em;
    margin-top: 0;
}
#s1 .left p{
    font-size: 1.5em;
    font-weight: 300;
}
#s1 .right{
	text-align: right;
}
#s1 .right img{
    box-sizing: border-box;
    width: 85%;
    max-width: 100%;
}

#sell #s2, #contact #s2{
    padding-top: 1em;
    position: relative;
}
#contact #s2{
	padding-bottom: 5em;
}
.formsection{
    text-align: center;
}
.formtitle{
	background: url("../images/form-title-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 0.4em;
    margin: 1em auto 1em auto;
}
.formtitle.disabled {
    background-image: url("../images/form-title-bg-disabled.png");
}
.formtitle h1{
    display: inline-block;
    font-family: 'ArtBrush';
    color: #f05a23;
    background: white;
    font-size: 2.25em;
    padding: 0 0.15em;
    border-radius: 0.4em;
}
.formtitle.disabled h1{
    color: #de7c58;
}
#contact .formsectionfour .formtitle{
	margin-top: 0;
}
.formtitle img{
    width: auto;
    height: 3em;
    max-width: 100%;
}
.forminput{
	border: 2px solid #1b1363;
	border-radius: 0 !important;
	padding: 0.65em 0.75em 0.5em 0.75em;
    font-size: 1.25em;
    box-sizing: border-box;
    font-family: inherit;
}
.forminput:disabled{
	background: white;
    border-color: #3b385c;
}
.forminput::placeholder{
	color: black;
}
.forminput:disabled::placeholder{
	color: #777777;
}
.forminput:focus {
    border-color: #f05a23;
    outline: 0;
}
.formsectionone .forminput{
	width: calc(33% - 1em);
	margin: 0 0.5em;
}
.formsectiontwo .forminput{
    display: block;
    width: calc(100% - 2em);
    margin: 1em;
}
.formleft, .formright{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.formtextarea{
    min-height: calc(9.2em + 8px);
    min-width: calc(100% - 2em);
    max-width: calc(100% - 2em);
    margin: 1em !important;
}
#contact .formtextarea{
    min-width: calc(99% - 1em);
    max-width: calc(99% - 1em);
    margin: 1em auto !important;
}
#formuploadsection{
	box-sizing: border-box;
	padding: 0 1em;
}
.formuploadblock{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 1em;
}
.formfile{
	display: none;
}
.formuploadlabel{
	cursor: pointer;
    display: inline-block;
}
.formuploadbtn{
    display: inline-block;
    vertical-align: middle;
    background: #1b1363;
    color: white;
    padding: 0.25em 1em;
    border-radius: 0.25em;
    font-size: 1.25em;
    margin: 0.5em;
}
.formuploadbtn:hover{
    box-shadow: 0px 0px 0.45em -0.1em black;
}
.uploadcare--widget__button_type_open{
    background: #1b1363 !important;
    color: #ffffff !important;
    font-size: 1.25em !important;
    padding: 0.25em 1em !important;
    border-radius: 0.25em !important;
    cursor: pointer;
}
.uploadcare--widget__button_type_open:hover, .uploadcare--widget__button_type_open:focus, .uploadcare--widget__button_type_open:active {
    box-shadow: 0px 0px 0.45em -0.1em black;
    outline: 0;
}
.uploadcare--powered-by{
	display: none;
}
.formuploadtxt{
    display: inline-block;
    vertical-align: middle;
}
.formuploadtxt.formalert{
	color: red;
}
.formuploadtxt.formcleared{
	color: green;
}
#formuploadnames{
	display: inline-block;
    vertical-align: middle;
}
.formuploadplaceholder{
	display: inline-block;
    vertical-align: middle;
    max-width: 70%;
}
.formuploadname{
    display: inline-block;
    background: #ccc;
    padding: 0em 0.5em 0.05em 0.5em;
    border-radius: 1em;
}
.formbutton{
	background: #f05a23;
	color: white;
	padding: 0.3em 2.75em 0.2em 2.75em;
	text-transform: uppercase;
	font-size: 1.5em;
	border: none !important;
	border-radius: 0.2em;
	font-weight: normal;
    cursor: pointer;
}
.formbutton:disabled{
    background: #d08a71 !important;
    cursor: default !important;
}
.formbutton:focus {
    outline-color: #1b1363;
}
.formbutton:active {
    outline-color: transparent;
	box-shadow: /*0px 0px 0.45em -0.2em black, */inset 0px 0px 0.45em -0.2em black;
	background-color: #f1622e;
}

#footer{
    background-color: white;
    background-image: url("/images/bg-bottom.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: right;
    padding: 17.5em 0 4em 0;
}
#sell #footer{
    margin-top: -5em;
}
#footerinner{
	/*width: 52.5%;*/
    width: 875px;
    max-width: 100%;
	margin: 0 0 0 auto;
	text-align: left;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
    padding: 1.5em 1.5em 1em 1.5em;
	border-radius: 0.5em 0 0 0.5em;
}
#footerinner > img{
	display: block;
    max-width: 65%;
	height: auto;
    margin-bottom: 1em;
}
.footerblock{
	display: inline-block;
	vertical-align: top;
    text-align: left;
	width: 30%;
}
.footerblock:nth-of-type(2){
	margin-left: 3%;
}
.footerdroplabel{
    display: block;
	color: #f05a23;
    text-shadow: 0px 0px 0.2em rgba(0,0,0,0.5);
    font-family: 'ArtBrush';
    font-size: 1.75em;
	font-weight: 900;
}
.footerdropcheckbox{
	display: none;
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
.footerdropcontent{
	color: white;
}
a.footerlinkmain{
	display: block;
	color: white;
	text-decoration: none;
    font-size: 1.25em;
    padding: 0.2em 0 0.3em 0;
	border-bottom: 2px solid rgba(150,150,150,0.25);
}
a.footerlink{
    display: block;
    color: white;
    text-decoration: none;
    padding: 0.4em 0 0.3em 0;
    border-bottom: 2px solid rgba(150,150,150,0.25);
    font-size: 1.25em;
}
a.footerlink:before{
	content:">\00a0\00a0";
}
a.footerlink:hover:before, a.footerlink:focus:before{
	content:"\00a0>\00a0";
}
#footersocial{
	float: right;
    margin-right: 37%;
    margin-top: -5em;
	text-align: center;
}
.fsocialblock{
	display: inline-block;
}
.fsocialblock img{
    width: auto;
    height: 5.5em;
}

#copyrightwrapper {
    position: relative;
    left: 0px;
    right: 0px;
    background: #000000;
    margin: 0 auto;
    width: 100%;
}
#copyright {
    position: relative;
    height: 50px;
    margin: 0 auto;
    padding: 6px 0px;
    overflow: auto;
}
#copyright #left {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}
#copyright span {
    display: inline-block;
}
#copyright #right {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#copyright a{
	color: white;
	text-decoration: none;
}

#location #s1 .left, #location #s1 .right{
    height: 15em;
    width: calc(50% - 1em);
    box-sizing: border-box;
}
#location #s1 .left{
	margin-right: 1em;
	background: #1b1363;
	position: relative;
	color: white;
	text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#location #s1 .left h1 {
    font-weight: normal;
    font-size: 3.75em;
    margin: 0 auto 0.1em auto;
}
#location #s1 .left p {
	font-size: 1.55em;
    margin: 0.5em auto 0 auto;
}
#location #s1 .right{
	background-image: url('images/sleds-and-shop.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 1em;
}

#location #s1 .left .leftinner{
	position: absolute;
    width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.whitebar{
	background: white;
	width: 40%;
	height: 4px;
	margin: 0 auto;
}
.contactbuttons{
	padding-top: 0;
}
.contactbuttons .inner, #location #s3 .inner, #location #s4 .inner{
	padding: 1.5em 2em;
	background: rgba(255,255,255,0.5);
    margin: 2em auto;
    text-align: center;
}
.contactbuttons .btn{
	width: 45%;
	margin-right: 5%;
}
.contactbuttons .btn + .btn{
	margin-right: 0;
	margin-left: 5%;
}
#location #s3 a{
	display: inline-block;
	margin: 0;
	color: black;
	text-decoration: none;
	font-size: 1.5em;
}
#location #s3 a:hover {
    text-shadow: 0.1em 0.1em 0.25em rgba(0,0,0,0.5);
}
#location #s3 a img, #location #s3 a span{
	display: inline-block;
	vertical-align: middle;
}
#location #s3 a img {
    height: 1.5em;
    margin-right: 0.5em;
}
#location #s4 .inner{
	padding: 0;
	overflow: hidden;
}
#location #s4 .inner > div{
	font-size: 0;
}
#location #s4 .inner iframe{
	width: 100%;
	height: 500px;
}

#index #headerlogo img{
    left: 50%;
    top: 33vw;
    max-width: 100%;
    width: 700px;
    -o-transition: max-width 0.25s ease, width 0.25s ease, left 0.25s ease, top 0.25s ease, -webkit-transform 0.25s ease, -ms-transform 0.25s ease, transform 0.25s ease/*, -webkit-filter 0.15s ease, filter 0.15s ease*/;
    -ms-transition: max-width 0.25s ease, width 0.25s ease, left 0.25s ease, top 0.25s ease, -webkit-transform 0.25s ease, -ms-transform 0.25s ease, transform 0.25s ease/*, -webkit-filter 0.15s ease, filter 0.15s ease*/;
    -moz-transition: max-width 0.25s ease, width 0.25s ease, left 0.25s ease, top 0.25s ease, -webkit-transform 0.25s ease, -ms-transform 0.25s ease, transform 0.25s ease/*, -webkit-filter 0.15s ease, filter 0.15s ease*/;
    -webkit-transition: max-width 0.25s ease, width 0.25s ease, left 0.25s ease, top 0.25s ease, -webkit-transform 0.25s ease, -ms-transform 0.25s ease, transform 0.25s ease/*, -webkit-filter 0.15s ease, filter 0.15s ease*/;
    transition: max-width 0.25s ease, width 0.25s ease, left 0.25s ease, top 0.25s ease, -webkit-transform 0.25s ease, -ms-transform 0.25s ease, transform 0.25s ease/*, -webkit-filter 0.15s ease, filter 0.15s ease*/;
    -webkit-filter: drop-shadow(0px 0px 6px white) drop-shadow(0px 0px 15px white) drop-shadow(0px 0px 25px white);
    filter: drop-shadow(0px 0px 6px white) drop-shadow(0px 0px 15px white) drop-shadow(0px 0px 25px white);
}
#index #header.scrolled #headerlogo img{
	-webkit-filter: none;
	filter: none;
}
#index #page{
	padding-top: 40vw;
}
#index #s1 .left, #index #s1 .right{
    height: 16vw;
    width: calc(50% - 1em);
    box-sizing: border-box;
	background-image: url('images/sleds-and-shop.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 1em;
}
#index #s1 .left{
	margin-left: 0;
	margin-right: 1em;
}
#index #s1 a:hover{
	border-color: #f05a23;
	box-shadow: 0px 0px 25px 0px black;
}
#index #s2{
    padding: 4em 0;
}
#index #s2 .inner{
    background: rgba(255,255,255,0.75);
    padding: 2em 2.5em;
}
#index #s2 p{
    font-size: 1.75em;
    line-height: 1.35em;
    font-weight: 300;
    margin: 0;
}
#index #s2 p i{
	display: block;
}
#reviews{
	padding: 3em 0;
	text-align: center;
	background-color: #f05a23;
    background-image: url("../images/bg-orange-snowmobile.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#reviews h1, #reviews a{
	color: white;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 3em;
	font-style: italic;
	margin: 0 auto;
}
#reviews a{
	display: inline-block;
	text-decoration: underline;
	font-size: 2em;
}
.reviewsblocks{
    margin: 1.5em auto 2em auto;
    font-weight: 300;
    text-align: center;
}
.reviewblock{
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: white;
    width: 32%;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 1.25em;
    height: 13.5em;
}
.reviewblock:nth-of-type(2){
	margin: 0 2%;
}
.reviewblockinner{
    padding: 0.75em 0.5em;
    box-sizing: border-box;
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.reviewblock img{
    display: block;
    max-width: 75%;
    height: auto;
    margin: 0em auto 0.5em auto;
}
.reviewblock p{
	margin: 0 auto;
}
#index .contactbuttons{
    padding: 2em 0 0 0;
    margin-bottom: -4em;
    background: white;
}
#index .contactbuttons .inner{
	margin: 0 auto;
    position: relative;
    border: 2px solid rgb(93 93 93);
}
#index .contactbuttons .btn{
	background: #1b1363;
}
.contactbuttons .btn:hover, .formbutton:hover  {
    background: #f1622e;
    /*box-shadow: 0px 0px 0.25em black;*/
}
#index .contactbuttons .btn:hover {
	background: #221a6f;
}
.formbutton:disabled:hover{
	box-shadow: none;
}

#sell #s1 .right img, .reviewblock img, #location #s3 a img, #footerinner > img{
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
#headerlogo img, #s1 .right img{
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.g-recaptcha > div{
    margin: 0 auto 1em auto;
}
#thankyou{
	text-align: center;
	background: rgba(0,0,0,0.75);
	padding: 0.15em 0 0.1em 0;
	color: white;
    box-shadow: 0px 0px 0.15em white;
}
#thankyou p{
	font-size: 1.25em;
}
#thankyou + #formcontact{
	position: relative;
    padding-bottom: 1em;
}