body {
    background: #fff;
    font-family: ubuntu;
    font-size: 14px;
    line-height: 1em;
    -webkit-overflow-scrolling: touch;
}
a {
    color:  #029642;
    text-decoration: none;
}
.brands-grid {
    margin: 10px -15px;
}
.brands-grid li {
    text-align: center;
    padding: 0;
}
.brands-grid li a {
    display: block;
    padding: 15px;
    border-radius: 5px;
	color:#029642;
	font-weight: bold
}
.brands-grid li a:hover {
	background-color: #029642;
    color: #fff;
}
.brands-grid li img {
    width: 60px;
}
.brands-grid li .brand-name {
    font-size: 13px;
    height: 32px;
    display: block;
    padding: 10px 0 0;
    margin: 0 -5px;
}

.twentyfour, .row .twentyfour {
    width: 100%;
}
.column, .columns {
    float: left;
    min-height: 1px;
    padding: 0 12px;
    position: relative;
}

.row {
    /*width: 1200px;*/
    max-width: 100%;
    /*min-width: 768px;*/
    margin: 0 auto;
}
.kiosk {
    width: 100%;
    height: 332px;
    position: relative;
}
.kiosk picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 332px;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
.kiosk .selectionname {
    position: absolute;
    bottom: 32px;
    right: 20px;
    line-height: 18px;
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    color: black;
    z-index: 2;
}
section.kiosk {
    border-bottom: 2px solid  #029642;
    overflow: hidden !important;
}
section.title {
	border-bottom: 1px solid black;
	width: 100%;
}
section.title .group {
    text-align: left;
    background: transparent;
}
section.title .group h1, section.title .group h2, section.title .group h3, section.title .group h4, section.title .group h5, section.title .group h6 {
    position: relative;
    float: left;
    display: inline-block;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin: 0;
    margin-left: 0px;
    padding: 0 35px 0 35px;
	text-align: left;
	font-weight: 300;
}
section.title .group h1 {
    margin-left: 0;
    font-size: 19px;
    padding: 0 35px 0 30px;
    height: 45px;
    z-index: 10 !important;
    font-weight: bold;
}
section.title .group h2 {
    z-index: 9 !important;
}
section.title .group h3 {
    z-index: 8 !important;
}
section.title .group h4 {
    z-index: 7 !important;
    font-weight: lighter;
}
section.title .group h5 {
    z-index: 6 !important;
    font-weight: lighter;
}
section.title .group h6 {
    z-index: 5 !important;
    font-weight: lighter;
}
section.title a,
section.title a:hover {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
div.sub, section.sub {
    height: 54px;
    line-height: 54px;
    font-weight: lighter;
    font-size: 18px;
    /*color: #fefefe;*/
	text-align: left;
	padding-left: 30px;
	/*box-shadow: 0 1px 2px #000;*/
    z-index: 10;
    position: relative;
    width: 100%;
}
section.sub a,
.previous {
    color: #000;
}
section.main {
    text-align: left;
    width: 100%;
}
.bigpadding {
    padding: 30px;
}
.block-grid.three-up {
    margin: 0 -12px;
}
ul.articles {
    padding-left: 0 !important;
}
.block-grid {
    display: block;
    overflow: hidden;
    padding: 0;
    padding-left: 0px;
}
.block-grid.three-up > li:nth-child(3n+1) {
    clear: both;
}
.block-grid.three-up > li {
    width: 33.33333%;
    padding: 0 12px 12px;
}
section.main ul li {
    list-style-type: none;
    padding-left: 1.8em;
    margin-bottom: 1em;
}
legend{
    text-align: center;
    margin: 0;
}
ul.articles li {
    background-image: none !important;
}
.block-grid li {
    background-image: none !important;
    margin-bottom: 0 !important;
}
.block-grid > li {
    display: block;
    height: auto;
    float: left;
}
.hide-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .hide-for-xlarge, .hide-for-print {
    display: inherit !important;
}
ul.articles li article, .striped-box {
    border: 3px solid #029642;
	border-radius: 10px;
	-ms-border-radius: 10px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0;
}
ul.articles li header, .striped-box header {
    padding: 25px 30px 25px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    box-shadow: 0px 0px 20px #ccc;
    -ms-box-shadow: 0px 0px 20px #ccc;
    -moz-box-shadow: 0px 0px 20px #ccc;
    -webkit-box-shadow: 0px 0px 20px #ccc;
    
}
section.main ul li {
    list-style-type: none;
}
ul.articles li .content, .striped-box .content {
    padding: 25px 30px 15px 30px;
}
ul, ol, dl {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 17px;
    list-style-position: outside;
}
ul.articles li header h2, .striped-box header h2 {
    font-size: 22px;
    color:  #000;
    font-weight: bold;
    margin: 0;
}
.list article header .logo {
    top: 12px;
    max-width: 80px;
    max-height: 50px;
    width: auto;
    height: auto;
    position: absolute;
    right: 20px;
}
section.title .back {
	float: right;
	line-height: auto !important;
	height: auto !important;
	display: inline !important;
	margin-right: 12px;
	line-height: 42px;
}
.sixteen, .row .sixteen {
    width: 66.66667%;
}
.smalltoppadding {
    padding-top: 12px;
}
section.box header.stages {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color:  #fefefe;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
section.box header.stages .stage:first-child {
    border-left: 0;
}
section.box header.stages span.sel {
    background: #000 !important;
}
section.box header.stages span.sel a {
    color: #fff !important;
}
section.stage a,
section.stage a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.first section.box div.content {
    height: auto;
}
section.box div.content {
    padding: 12px;
}
.nopadding {
    padding: 0;
}
.stage-data {
    border-spacing: 10px;
    border-collapse: separate;
}
.stage-data th.empty, .stage-data td.empty {
    background-color: transparent;
    border: none;
}
.stage-data th {
    background-color: #fff;
    /*border: 1px solid #313131;*/
}
.stage-data th, .stage-data td {
    text-align: right;
    padding: 8px 20px 8px 8px;
    width: 25%;
    font-size: 16px;
    font-weight: normal;
    box-shadow: 5px 5px 10px #ccc;
    -ms-box-shadow: 5px 5px 10px #ccc;
    -moz-box-shadow: 5px 5px 10px #ccc;
    -webkit-box-shadow: 5px 5px 10px #ccc;
}
.stage-data td.highlight {
    color: #029642;
    font-weight: bold;
}
.stage-data td.noborder {
    background-color: #fff;
    border: none;
}
.stage-data td.price {
    color: #029642;
    font-weight: bold;
    font-size: 24px;
}
.more-info {
    background-color: #fff;
    padding: 1em;
    margin: 0 10px;
    font-size: 16px;
    text-align: right;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
.eight, .row .eight {
    width: 33.33333%;
}
.noleftpadding {
    padding-left: 0;
}
section.box header.title {
    height: 50px;
    line-height: 46px;
    padding-left: 12px;
    font-size: 16px;
    color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
section.box .title .label {
    padding-left: 26px;
    text-transform: capitalize;
    color: #000;
    font-size: inherit;
}
section.box header.title {
    line-height: 46px;
    font-size: 16px;
    color: #000;
}
section.box header.title span.highlight {
    color: #029642;
	background-color: transparent;
}
.first section.box div.content {
    height: auto;
}
section.box div.content {
    padding: 12px;
}
section.box div.inner-small {
    padding: 5px;
}





/* Medium devices */
@media all and (min-width: 767px) and (max-width: 1200px) {

	section.title .back .btn-success {
        display: none;
	}

    .testimonials header .btn-success {
        display: none;
    }

	.more-info {
		padding: 0.5em 1em;
		height: 80px;
	}

    .more-info .label {
        display: none;
        padding-bottom: 0.4em;
    }

    section.box header.stages a {
        width: auto;
        min-width: 0 !important;
        padding: 0 10px 0 33px;
    }
    
    section.title .group h1,
    section.title .group h2,
    section.title .group h3,
    section.title .group h4,
    section.title .group h5,
    section.title .group h6 {
    	padding: 0 25px 0 25px;
		font-size: 13px;
    }
    
    section.title .group h1 {
    	padding: 0 10px 0 25px;
		font-size: 13px;
    }
    
    section.title .group h6 {
    	padding: 0 0 0 35px;
		font-size: 13px;
    }
	section.box header.stages span {
		padding-left: 0px;
		padding-right: 5px;
	}
	section.box header.title {
		line-height: 20px;
		font-size: 14px;
		color: #000;
		display: flex;
		flex-direction: column;
		text-align: center;
		position: relative;
		top: 5px;
	}
	.stage-data td.price {
		font-size: 20px;
	}
}

/* Small devices */
@media all and (max-width: 767px) {

    .noleftpadding {
        padding-left: 12px;
    }

    section.title .back {
        /*display: none !important;*/
    }

    section.title .group *:nth-last-child(2) {
        display: inline-block !important;
        margin-left: 0;
        font-size: 19px;
        padding: 0 35px 0 25px;
        height: 45px;
        z-index: 10 !important;
    }

    section.sub {
        height: auto;
        background-position: center top;
        padding-left: 0;
    }
    
    section.sub .columns .back {
        float: none;
        line-height: auto !important;
        height: auto !important;
        display: inline !important;
    }
    
    section.sub .columns .title {
        display: block;
        margin-left: 0;
    }

    section.sub .columns {
        text-align: center;
        font-size: 16px;
    }

    section.box header.stages a {
        background: none !important;
        padding: 0 7px 0 7px;
        font-size: 14px;
        width: auto;
        min-width: 0;
    }
    section.box header.stages a:hover, section.box header.stages .sel a {
        background: none !important;
    }

    section.box header.stages a.brp-plus {
        width: 31px;
    }
    section.box header.stages a.brp-plus:hover, section.box header.stages .sel a.brp-plus {
    }
    section.box header.stages a.brp-eco {
        width: 67px;
    }
    section.box header.stages a.brp-eco:hover, section.box header.stages .sel a.brp-eco {
    }

    .stage-data {
        border-spacing: 2px;
        border-collapse: separate;
    }
    
	.stage-data th, .stage-data td {
		text-align: right;
		padding: 4px 4px 4px 2px;
		font-size: 14px;
		font-weight: normal;
	}

    .first section.box div.content {
        height: auto;
    }

    .second section.box div.content {
        height: auto;
    }

    .stage-data td.noborder .big {
        font-size: 14px;
    }
    
    .stage-data td.price {
        color: #029642;
        font-weight: bold;
        font-size: 16px;
    }

    .testimonials header .button-full-rounded {
        display: none;
    }

    .more-info {
        font-size: 14px;
        margin: 0;
        padding: 2em 0;
        text-align: center;
    }

	.more-info .label {
		display: none;
	}

	.more-info .button-full-rounded {
		margin-left: 0;
	}

    section.dealer form.info input[type="file"] {
        max-width: 230px;
    }

	section.title .group h1, 
	section.title .group h2, 
	section.title .group h3, 
	section.title .group h4, 
	section.title .group h5, 
	section.title .group h6 {
		display: none;
	}    
	
	.block-grid.mobile-one-up > li {
		width: 100%;
	}
	.block-grid > li {
		clear: none;
	}

	.hide-for-small, 
	.show-for-medium, 
	.hide-for-medium-down, 
	.show-for-large, 
	.show-for-large-up, 
	.show-for-xlarge {
		display: none !important;
	}
	
	.column, .columns {
		width: auto !important;
		float: none;
	}	
	
	[class*="column"] + [class*="column"]:last-child {
		float: none;
	}  
	section.box header.title {
		text-align: center;
	} 
}

.zoom img {
	max-width: 100%;
}
