/*-----------------------------------------------------------------------------------
	    KPI 2020
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}


/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}
/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

/* = Text Widths
-------------------------------------------------------------- */
.text-w-md{
	max-width:300px;
}
.text-w-lg{
	max-width:400px;
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* iFrame */

iframe{
	border:0;
}

.hide-indicators{
	display:none;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.6);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

/* Dark */
.dark-lb{
	background:#1F272A;
}

/* Snap Shot */
.snapshot-lb .modal-body{
	padding-bottom:45px;
}
.snapshot-lb .lightbox-caption{
	padding: 0;
	color:rgba(0,0,0,.5);
	background: none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1200px;
}
.valley-hero-text-s{
	font-size:60px;
}
.valley-hero-text-sub-s{
	font-size:34px;
}
.hero-text-vc{
	margin-top:50%;
}
.mountain-hero-text{
	font-family:"Josefin Sans";
	font-size:60px;
	font-weight:bold;
	text-shadow:0px 3px 3px rgba(0,0,0,0.1);
}
.mountain-hero-text-sub{
	font-family:"Josefin Sans";
	font-size:36px;
}
.blocs-hero-btn-dwn{
	background-color:rgba(255,255,255,0.2);
}
.blocs-team-title{
	color:#1d1d1d;
	font-size:50px;
	font-family:"Lato";
	font-weight:300;
}
.blocs-team-header{
	color:#1d1d1d;
	font-size:38px;
	font-family:"Lato";
	font-weight:300;
}
.blocs-team-sub{
	font-size:18px;
	font-family:"Lato";
	font-weight:500;
}
.review-text{
	line-height:26px;
	font-style:italic;
	font-size:24px;
	text-align:center;
	font-weight:lighter;
	background-color:rgba(0,0,0,0.0);
	border-color:#000000;
	color:#000000;
}
.descrip{
	background-color:rgba(240,35,0,0.0);
	font-style:italic;
}
.prices{
	color:#FF2600;
	font-family:"Josefin Slab";
	text-shadow:0px 7px 10px rgba(0,0,0,0.0);
	font-size:33px;
}
.model{
	font-family:"Open Sans";
	font-weight:400;
	text-align:left;
	color:#000000;
	font-size:24px;
	line-height:26px;
}
.descript-hustler{
	font-size:20px;
	line-height:22px;
}
.descript{
	font-size:22px;
	font-style:italic;
	color:#CF1C00;
	text-align:left;
	margin-top:11px;
	line-height:24px;
}
.price{
	color:#FF2600;
	font-size:24px;
	font-family:"Open Sans";
	font-weight:600;
}
.text-helv{
	font-family:"helvetica";
	font-size:20px;
	color:#000000;
}
.hus-price{
	font-size:26px;
	color:#FF0000;
	font-weight:normal;
	font-style:italic;
	line-height:28px;
	background-size:auto auto;
	background-position:center bottom;
	border-color:#000000;
	border-style:dotted;
	border-width:0px 0px 0px 0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:8px;
}
.hus-model{
	font-size:25px;
	font-family:"helvetica";
	font-weight:400;
	color:#000000;
	line-height:26px;
	border-color:rgba(2,2,2,0.2);
	border-style:solid;
	border-radius:0px 0px 0px 0px;
	border-width:1px 0px 0px 0px;
	margin-bottom:1px;
	padding-top:11px;
}
.call-for-cash{
	font-size:30px;
	font-style:italic;
	color:#10B000;
	font-family:"Domine";
	font-weight:700;
	line-height:25px;
}
.discharge{
	font-family:"Source Sans Pro";
	font-style:italic;
	font-weight:700;
	font-size:26px;
	color:#007F00;
	text-align:center;
	line-height:11px;
	letter-spacing:4px;
	padding-top:8px;
}
.alldeck{
	font-size:28px;
	color:#000000;
	font-family:"Ubuntu";
	font-weight:900;
	text-align:center;
}
.askabout{
	color:#000400;
	font-style:italic;
	text-align:center;
	font-size:24px;
	border-color:rgba(2,2,2,0.2);
	border-style:solid;
	border-width:0px 0px 0px 0px;
	font-weight:700;
	font-family:"helvetica";
	padding-top:7px;
	line-height:25px;
}
.smallheader{
	font-family:"PT Serif Caption";
	letter-spacing:3px;
}
.box-shadow{
	color:#000000;
	font-size:20px;
	font-family:"helvetica";
	text-align:center;
	border-color:rgba(0,0,0,0.2);
	border-style:solid;
	border-width:1px 1px 1px 1px;
	box-shadow:2px 5px 8px rgba(1,1,1,0.5);
	margin:11px 11px 11px 11px;
	background:linear-gradient(0deg, rgba(158,211,255,0.7), rgba(255,255,255,0.3));
	border-radius:11px 11px 11px 11px;
	font-weight:normal;
	padding:13px 13px 13px 13px;
}
.footer-text{
	font-size:18px;
	line-height:28px;
	text-align:left;
}
.smallprint{
	font-size:14px;
	line-height:17px;
	color:#000000;
}
a{
	color:#0090FF;
}
.offer-xone{
	color:#4D5EC6;
	font-style:italic;
	text-shadow:0px 0px 1px #000000;
	font-size:31px;
}
.bannertext{
	font-size:23px;
	color:#FFFFFF;
	font-family:"Lato";
	font-weight:400;
}
.bd-price{
	font-size:25px;
	line-height:27px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:3px;
	color:#FF2600;
}
.hus-model-no-line{
	font-size:24px;
	font-family:"Open Sans";
	font-weight:600;
	line-height:26px;
	color:#000000;
}
.snowmodel{
	font-family:"Open Sans";
	font-weight:600;
	color:#000000;
	font-style:none;
	text-align:center;
	padding:0px 0px 0px 0px;
	font-size:28px;
	line-height:30px;
	margin-bottom:8px;
}
.snowprice{
	color:#F30000!important;
	font-size:28px;
	line-height:31px;
	border-color:rgba(2,2,2,0.6);
	border-style:solid;
	border-width:0px 0px 3px 0px;
	margin-bottom:15px;
	padding-bottom:10px;
	text-align:center;
	background-color:rgba(0,0,0,0.0);
	font-style:italic;
	font-weight:normal;
	padding-top:1px;
}
.snowprice:active{
}
.plow-name{
	color:#000000;
	font-weight:bold;
	font-style:none;
	text-transform:none;
	text-decoration:none;
	font-family:"Lato";
	line-height:36px;
	font-size:36px;
	text-align:center;
}
.pre-season-price{
	color:#00B100;
	font-style:italic;
	font-size:21px;
	font-weight:bold;
	text-align:center;
	line-height:22px;
	border-color:rgba(1,1,1,0.6);
	border-style:solid;
	margin-top:12px;
	border-width:0px 0px 3px 0px;
	padding-bottom:16px;
}
.helv20{
	color:#000000;
	font-size:20px;
	line-height:28px;
}
.label1{
	font-size:22px;
}
.heading-title{
	text-shadow:0px 2px 3px #000000;
}
.sans25-shadow{
	font-family:"Open Sans";
	font-weight:600;
	font-size:25px;
	text-decoration:none;
	text-align:center;
	line-height:37px;
	text-shadow:0px 2px 3px #000000;
}
.heading-flat{
	text-align:center;
	font-family:"helvetica";
	font-weight:500;
	font-size:39px;
	color:#000000;
	line-height:44px;
	margin-top:44px;
}
.header-topics{
	font-size:25px;
	color:#000000;
	margin-left:133px;
}
.what-we-do-descript{
	text-align:left;
	font-size:23px;
	text-indent:0px;
	padding-left:0px;
	float:none;
	display:block;
	margin-left:133px;
}
.button-sans{
	font-size:22px;
	color:rgba(0,0,0,0.9);
	text-align:center;
	text-decoration:none;
}
.headline{
	font-size:28px;
	line-height:30px;
	text-shadow:0px 0px 0px #000000;
	color:#000000!important;
}
.bd-price-sale{
	font-size:28px;
	line-height:30px;
	text-shadow:1px 0px 0px rgba(1,1,1,0.0);
	color:#FF2600;
}
.bd-sale-price{
	font-size:27px;
	line-height:27px;
	font-family:"Lato";
	font-weight:900;
}
.parts-header{
	font-size:28px;
	color:#000000;
	text-align:left;
	text-indent:0px;
	margin-left:175px;
}
.parts-list{
	margin-left:175px;
}
.hurry-{
	font-style:italic;
	color:#006099!important;
	font-size:25px;
	text-align:left;
	font-family:"Open Sans";
	font-weight:800;
	letter-spacing:6px;
	line-height:0px;
	padding-top:0px;
	margin-top:0px;
}
.headingblack{
	font-size:25px;
	color:#000000!important;
	text-align:center;
	line-height:33px;
}
.bi.headingblack{
	font-size:36px;
	letter-spacing:5px;
	font-style:italic;
	font-family:"Open Sans";
	font-weight:800;
	border-color:rgba(0,0,0,0.0);
	border-style:solid;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	background-size:auto auto;
	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
}
.finance-text{
	font-size:29px;
	font-family:"PT Sans Narrow";
	font-weight:400;
}
.call-us{
	font-size:33px;
	font-family:"Open Sans";
	font-weight:800;
	letter-spacing:3px;
	text-align:center;
}
.button-white-text{
	font-size:28px;
	line-height:22px;
	color:#FFFFFF!important;
}
.headingwhite1{
	font-size:30px;
	letter-spacing:40px;
	color:#FFFFFF!important;
}
.headingwhite2{
	line-height:40px;
	font-size:30px;
}
.bigheading{
	font-style:none;
	font-size:38px;
	font-weight:900;
	font-family:"PT Sans";
}
.butt-lightbox{
	font-size:22px;
	text-align:center;
	border-radius:17px 17px 17px 17px;
	border-color:#000000;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	color:#000000!important;
	font-family:"Lato";
	font-weight:400;
	background-color:rgba(255,0,0,0.0);
}
.callustoday{
	font-size:33px;
	font-family:"Ubuntu";
}
.space-small{
	font-size:2px;
}
.snow-reg-price{
	color:#000000!important;
	font-size:25px;
	line-height:28px;
	text-align:center;
	margin:5px 1px 1px 1px;
}
.sale-highlight{
	background-color:rgba(255,241,0,0.4);
	border-color:rgba(0,0,0,0.4);
	border-style:solid;
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px 0px 0px rgba(2,2,2,0.0);
	background-position:center center;
	border-width:0px 0px 0px 0px;
	color:rgba(0,1,1,0.0)!important;
	margin-bottom:0px;
	border-radius:3px 3px 3px ;
	margin-top:0px;
	padding:4px 4px 4px 4px;
}
.sale-shadow{
	text-shadow:0px 0px 0px rgba(0,70,0,0.6);
}
.snowsale{
	font-family:"Open Sans";
	font-weight:400;
	font-size:28px;
	line-height:31px;
	color:#000000!important;
	text-align:center;
}
.desc{
	font-family:"helvetica";
	font-size:22px;
	line-height:24px;
	font-style:italic;
	color:#CF0000!important;
}
.saleprice-box{
	background-color:rgba(255,241,0,0.4);
	border-width:0px 0px 0px 0px;
	padding:4px 4px 4px 4px;
}
.button-black-text{
	color:rgba(1,1,1,1.0)!important;
	font-size:28px;
	line-height:22px;
}
.button-slider{
	color:#FEFCFA!important;
	background-color:#FF2503;
	font-size:30px;
	font-weight:bold;
}
.button-slider:hover{
	background-color:#FECB01;
	color:rgba(0,0,0,0.3)!important;
}
.black-text{
	color:#000000!important;
}
.head-1{
	background-color:rgba(2,33,182,0.0);
	color:#0068F6!important;
	font-size:26px;
	font-weight:normal;
	font-family:"Droid Sans";
	text-align:center;
	line-height:26px;
	max-height:26px;
}
.headerwhite{
	font-family:"Abril Fatface";
	font-size:40px;
}
.button-snowex{
	width:333px;
	float:none;
	margin-left:0px;
	margin-right:0px;
}
.slider-text-right{
	font-size:44px;
	margin-right:0px;
	padding-left:0px;
	margin-left:0px;
}
.px1{
	font-size:1px;
	line-height:1px;
}
.helv28{
	color:#000000!important;
}
.links-h4{
	line-height: 28px;
	font-size: 20px;
}
.bloc-1-h3{
	font-size: 20px;
}
.what-we-do-p{
	font-size: 20px;
	line-height: 28px;
}
.gallery-h3{
	font-size: 22px;
}
.bloc-4-h3{
	line-height: 1px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-black{
	background-color:#000000;
}
.bgc-dark-jungle-green{
	background-color:#24232A;
}
.bgc-medium-jungle-green{
	background-color:#2A2A29;
}
.bgc-isabelline{
	background-color:#EFEDF0;
}
.bgc-platinum{
	background-color:#DCE2E7;
}

/* Text colour styles */

.tc-vegas-gold{
	color:#BBC046!important;
}
.tc-black{
	color:#000000!important;
}
.tc-white{
	color:#FFFFFF!important;
}

/* Button colour styles */

.btn-azure{
	background:#0090FF;
	color:#FFFFFF!important;
}
.btn-azure:hover{
	background:#0073cc;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}
.ltc-azure{
	color:#0090FF!important;
}
.ltc-azure:hover{
	color:#0073cc!important;
}




/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.tablet .hus-model, .mobile .hus-model{
		text-align:center;
		border-top-width:1px;
		padding-top:11px;
	}
	.tablet .askabout, .mobile .askabout{
		line-height:23px;
	}
	.tablet .hus-price, .mobile .hus-price{
		line-height:26px;
	}
	.tablet .pre-season-price, .mobile .pre-season-price{
		line-height:19px;
	}
	.tablet .header-topics, .mobile .header-topics{
		font-size:22px;
		margin-left:22px;
	}
	.tablet .what-we-do-descript, .mobile .what-we-do-descript{
		line-height:22px;
		font-style:none;
		font-size:18px;
		margin-left:22px;
	}
	.tablet .parts-list, .mobile .parts-list{
		margin-left:0px;
	}
	.tablet .parts-header, .mobile .parts-header{
		margin-left:0px;
	}
	.tablet .heading-flat, .mobile .heading-flat{
		font-size:30px;
		line-height:30px;
	}
	.tablet .snowmodel, .mobile .snowmodel{
		font-size:25px;
		line-height:26px;
	}
	.tablet .snowprice, .mobile .snowprice{
		font-size:25px;
		line-height:25px;
	}
	.tablet .descript, .mobile .descript{
		font-size:18px;
		line-height:22px;
	}
	.tablet .button-black-text, .mobile .button-black-text{
		font-size:21px;
		margin:0px 0px 0px 0px;
		max-height:63px;
	}
	.tablet .button-white-text, .mobile .button-white-text{
		font-size:21px;
		margin:0px 0px 0px 0px;
		max-height:63px;
	}
	.tablet .head-1, .mobile .head-1{
		line-height:26px;
	}
	.tablet .snowexlogo, .mobile .snowexlogo{
	}
	.tablet .button-snowex, .mobile .button-snowex{
		padding:11px 11px 11px 11px;
		margin:-4px -111px 11px -4px;
	}
	.tablet .slider-text-right, .mobile .slider-text-right{
		float:none;
		font-family:"Lato";
		font-weight:900;
		font-size:33px;
		line-height:33px;
		width:207px;
		margin-left:300px;
		margin-top:0px;
		margin-bottom:16px;
		text-shadow:0px 4px 15px #000000;
	}
	.what-we-do-p{
		font-size: 20px;
		line-height: 28px;
	}
	.bloc-4-h3{
		line-height: 1px;
	}
	.bloc-6-p{
		font-size: 20px;
	}
	.bloc-13-h3{
		font-size: 30px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.mobile .askabout{
		line-height:15px;
		padding:0px 0px 0px 0px;
		display:block;
		float:none;
		font-size:16px;
	}
	.mobile .call-for-cash{
		line-height:27px;
		font-size:28px;
		color:#12A000;
	}
	.mobile .box-shadow{
		font-family:"PT Sans Narrow";
		font-weight:400;
	}
	.mobile .alldeck{
		line-height:27px;
	}
	.mobile .snowmodel{
		font-size:21px;
		line-height:21px;
	}
	.mobile .descript{
		font-size:15px;
		line-height:17px;
	}
	.mobile .snowprice{
		line-height:20px;
		font-size:20px;
	}
	.mobile .plow-name{
		font-size:28px;
	}
	.mobile .what-we-do-descript{
		margin-left:132px;
		width:195px;
		font-size:20px;
		padding-left:0px;
		text-indent:0px;
		line-height:21px;
	}
	.mobile .header-topics{
		float:none;
		margin-left:132px;
		width:177px;
	}
	.mobile .hus-model-no-line{
		line-height:22px;
		font-style:none;
		font-size:20px;
		font-family:"helvetica";
	}
	.mobile .bd-price-sale{
		font-size:23px;
		line-height:24px;
	}
	.mobile .hus-model{
		text-align:center;
		font-size:20px;
		font-weight:400;
		line-height:24px;
	}
	.mobile .review-text{
		font-size:18px;
		line-height:20px;
	}
	.mobile .statement-bloc-text{
		font-size:22px;
		line-height:20px;
	}
	.mobile .hus-price{
		font-size:22px;
		line-height:23px;
	}
	.mobile .heading-flat{
		font-size:25px;
		line-height:22px;
	}
	.mobile .headingblack{
		font-size:20px;
		line-height:24px;
	}
	.mobile .button-white-text{
		font-size:21px;
		text-align:center;
		line-height:px;
	}
	.mobile .headingwhite2{
		font-size:24px;
		line-height:28px;
	}
	.mobile .pre-season-price{
		font-size:15px;
		line-height:16px;
	}
	.mobile .button-black-text{
		margin-bottom:15px;
		margin-top:1px;
		font-size:21px;
	}
	.mobile .head-1{
		line-height:18px;
		font-size:18px;
		max-height:px;
	}
	.mobile .headerwhite{
		font-size:28px;
		line-height:33px;
	}
	.mobile .button-snowex{
		height:34px;
		margin:-29px -29px -29px -29px;
		float:none;
		width:111px;
		font-size:16px;
		text-align:left;
		line-height:33px;
		font-weight:700;
		font-family:"Lato";
		padding:1px 1px 1px 1px;
	}
	.mobile .slider-text-right{
		margin-left:64px;
		margin-bottom:34px;
		font-size:19px;
		line-height:18px;
	}
	.mobile .finance-text{
		line-height:28px;
	}
	.mobile .helv28{
		font-size:16px;
		line-height:24px;
		font-family:"helvetica";
	}
	.what-we-do-p{
		font-size: 19px;
		line-height: 24px;
	}
	.bloc-4-h3{
		line-height: 24px;
	}
	.bloc-6-p{
		font-size: 17px;
	}
	.bloc-13-h3{
		font-size: 19px;
	}
	
}

@media (max-width: 575px){
	
	/* Mobile Text Margin Offsets */
	.mg-clear-xs{
		margin:0;
	}
	
}

