body, body *{
    margin: 0;
    padding: 0;
    font-family: 'Lato';
    font-size: 16px;
    line-height: 26px;
}

body{
    overflow-x: hidden;
    padding: 0px 0px 0px 0px;
}

h1{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}

h2{
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 26px;
}

a{
    text-decoration: none;
    color: #000;
}

p{
    margin-bottom: 16px;
    color: #333333;
}
.vbovag {
	background-color: #000;
	text-align: center;
	margin: -50px 0px 20px -19px;
	width: 100%;
}
.vbovag img {
	display: block;
	margin: 0px auto;
}
.container{
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.notice {
    position: fixed;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: red;
    top: 0px;
    left: 0px;
    z-index: 1000;
    height: 40px;
    font-weight: bold;
    box-shadow: 0px 0px 20px 0px #000;
    line-height: 40px;
}
.header,
.content,
.footer,
.subfooter{
    float: left;
    width: 100%;
}
.header{
    background-color: #010101;
    transition: all .2s ease;
}

.header.small{
    position: fixed;
    z-index: 10;
    top: 0px;
}

.header.small img{
    height: 39px;
}

.header.small ul li a{
    padding: 25px;
}

.header ul{
    list-style: none;
    float: right;
}

.header ul li{
    float: left;
    transition: all .2s ease;
}

.header ul li a{
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 65px 25px 25px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .2s ease;
}

.header ul li:hover, .header ul li.active{
    background-color: red;
}

.header img{
    padding: 15px 0;
    margin-left: 30px;
    height: 72px;
    transition: all .2s ease;
}

.subfooter{
    background-color: #000;
    padding: 25px 0 70px;
    color: #fff;
}

.copy{
    float: left;
    color: #fff;
    margin-top: 10px;
}

.subfooter a{
    color: #fff;
}
.subfooter span{
    float: right;
    margin-left: 15px;
}

.footer{
    background-color: #333;
    padding: 60px 0;
}

.logoseparator{
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.logoseparator img{
    margin-left: 30px;
}

.footerblock{
    float: left;
    width: calc(25% - 81px);
    padding: 0 40px 20px;
    border-left: 1px solid #fff;
    margin-top: 40px;
}

.footerblock.first{
    border: none;
    padding-left: 0;
    width: calc(18% - 41px);
}

.footerblock.second{
    width: calc(26% - 81px);
}

.footerblock.third{
    width: calc(30% - 81px);
}

.footerblock span{
    color: #fff;
    float: left;
    width: 100%;
}

.smalltxt, .smalltxt a {
    font-size: 12px;
    margin-bottom: 15px;
}

.maintxt, .maintxt a{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.imgleft{
    float: left;
    max-width: 520px;
    margin-right: 50px;
}

.imgright{
    float: right;
    width: 50%;
    margin-left: 50px;
}

.txtblock{
    float: left;
    width: 100%;
    padding: 75px 0;
}

.txtblock .leftct {
    float: left;
    width: 50%;
}
.txtblock .rightct {
    float: right;
    width: 50%;
}
.txtblock .leftct .img {
    width: calc(100% - 50px);
    margin: 0px 50px 0px 0px;
}
.txtblock .rightct .img {
    width: calc(100% - 50px);
    margin: 0px 0px 0px 50px;
}
.txtblock .email {
    display: inline-block;
    padding: 10px 35px;
    width: auto;
    margin: 12px 0;   
    background-color: red;
}
.teaser{
    float: left;
    width: 100%;
    height: 55vh;
    overflow: hidden;
    background-color: #000;
}
.teaser.small{
    height: 35vh;
}

.teaser ul{
    list-style: none;
    position: relative;
}

.teaser ul li{
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 55vh;
}
.teaser.small ul li {
    height: 35vh;
}


.teaseroverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  rgba(0,0,0,.3);
}

.captioncontainer{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20vh;
}

.titel{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 58px;
    line-height: 60px;
    text-shadow: 2px 2px #000;
}

.subtitel{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    text-shadow: 2px 2px #000;

}
.tbtn {
    text-align: center;
    display: block;
}
.tbtn a{
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    background-color: #db0000;
    margin: 20px 0px 0px 0px;
    font-weight: bold;
    font-size: 20px;
}
.occasionslider{
    float: left;
    width: 100%;
    background-color: #eaeaea;
    padding: 50px 0;
    position: relative;
}

.occasionslist{
    float: left;
    width: 100%;
    padding: 50px 0;
    position: relative;
}

.occasionslider ul.list, .occasionslist ul.list{
    list-style: none;
    float: left;
    width: 100%;
    height: 555px;
}

.occasionslist ul.list{
    height: auto;
}

.occasionslist ul.list li{
    float: left;
    position: relative;
    width: 22%; /*30%;*/
    margin: 20px 1.5%;
    background-color: #e4e4e4;
    transition: all .2s ease;
}
.occasionslist ul.list li .ct{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1000;
}
.occasionslist ul.list li .leaseamount {
    position: relative;
    z-index: 1001;
    cursor: pointer;
}


.occasionslider ul.list li{
    position: relative;
    display: inline-block;
    width: 365px;
    height: 555px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(163,163,163,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(163,163,163,1);
    box-shadow: 0px 0px 5px 1px rgba(163,163,163,1);
    background-color: #fff;
    z-index: 8;
    transition: all .2s ease;
}


.occasionslider ul.list li.zero{
    opacity: .7;
    transform: scale(0.95);
    z-index: 7;
}

.occasionslider ul.list li.minusone{
    opacity: .4;
    transform: scale(0.85);
    z-index: 6;
}

.occasionslider ul.list li.minusone.leftmargin{
    position: absolute;
    left: 10%;
}

.occasionslider ul.list li.zero.leftmargin{
    position: absolute;
    left: 25%;
}

.occasionslider ul.list li.center{
    position: absolute;
    left: calc(50% - 184px);
}

.occasionslider ul.list li.zero.rightmargin{
    position: absolute;
/*    right: 25%;   */
    left: 55%;
}

.occasionslider ul.list li.minusone.rightmargin{
    position: absolute;
/*    right: 10%;   */
    left: 70%;
}

.scrollleft{
    position: absolute;
    top: 45%;
    left: 5%;
    cursor: pointer;
}

.scrollright{
    position: absolute;
    top: 45%;
    right: 5%;
    cursor: pointer;
}

.occasionslider ul li .foto, .occasionslist ul li .foto{
    float: left;
    width: 100%;
    height: 190px; /*260px;*/
    position: relative;
    /*overflow: hidden;*/
}

.occasionslider ul li .foto img, .occasionslist ul li .foto img{
    width: 100%;
}

.occasionslider ul li .foto .price, .occasionslist ul li .foto .price{
    position: absolute;
    right: 0;
    bottom: -46px;
    color: #fff;
    background-color: #000;
    font-size: 20px;
    padding: 10px 25px;
}

.occasionslider ul li .gegevens , .occasionslist ul li .gegevens{
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
}

.carttl, .uitvoering{
    float: left;
/*    width: 65%;*/
}

.carttl{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 13px;
    height: 50px;
    width: 210px;
}
.uitvoering {
    height: 70px;/*50px;*/
}
.uitvoering, .lease{
    font-size: 16px;
    line-height: 22px;
}

.lease{
    float: left;
    width: 100%;
    text-align: right;
    line-height: 12px;
    margin-top: -10px;
}

.sidebox{
    float: right;
    width: 35%;
    text-align: right;
}

.minislider{
    float: left;
    width: 96%/*80%;*/
    background-color: #cbcbcb;
    padding: 15px 2%;/*10%*/
}

.minislider ul{
    list-style: none;
}

.occasionslider ul li .minislider, .occasionslist ul li .minislider{
    float: left;
    list-style: none;
}

.occasionslider ul li .minislider li, .occasionslist ul li .minislider li{
    float: left;
    width: 28%;
    margin: 0 2.6%;
    height: auto;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
}

.occasionslider ul li .minislider li img, .occasionslist ul li img{
    max-width: 100%;
    display: block;
}

.occasionslider ul li .occasionfooter, .occasionslist ul li .occasionfooter{
    float: left;
}

.occasionfooter{
    float: left;
    width: calc(100% - 40px);
    padding: 15px 20px;
}

.occasionfooter i{
    color: #db0000;
    margin-right: 10px;
}

.occasionfooter span{
	display: inline-block;
	vertical-align: top;
	width: 49%;
    font-weight: bold;
	font-size: 15px;
}
.occasionfooter span:nth-child(2) i {
	float: right;
	margin: 5px 0px 0px 10px;
}
.occasionfooter span:nth-child(2) {
	text-align: right;
}
.occasionfooter span:last-child {
	width: 100%;
	display: block;
}

.found{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 32px;
}

.reviewblock{
    float: left;
    width: 100%;
}

.rblock{
    float: left;
    width: 33.333333333333333333333334%;
    text-align: center;
    padding: 70px 0;
}

.rblock.grey{
    background-color: #f9f9f9;
}

.rblock.grey a{
    background-color: #db0000;
    padding: 20px 50px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

a.phone, a.mobile, a.email{
    text-align: left;
    display: block;
    text-decoration: none;
    padding: 10px 0 10px 35px;
    width: 220px;
    margin: 12px auto;
    text-transform: uppercase;
    color: #fff;
}

a.phone i, a.mobile i, a.email i{
    margin-right: 25px;
}

a.phone{
    background-color: #db0000;
}

a.mobile{
    background-color: #00e676;
}

a.email{
    background-color: #312d9d;
}

.leaseaanbod{
    float: left;
    width: 100%;
}

.selectbox{
    float: left;
    position: relative;
    width: calc(25% - 43px);
    margin-right: 40px;
}

.selectbox:last-child{
    margin-right: 0;
}

select{
    border-radius: 100px;
    padding: 10px 20px;
    border: 0px;
    height: 45px;
    width: 100%;
    margin: 0px 0px 20px 0px;
    background-color: #e4e4e4;
    font-family: 'Lato';
    font-size: 16px;
}

option{
    font-family: 'Lato';
    font-size: 16px;
}
.caropties {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 25%;
}
.caropties i {
    font-size: 12px;
}
.caropties strong {
    display: block;
    margin: 10px 0px 0px 0px;
    font-size: 18px;
}
div.selector{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: red;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    text-align: center;
    color: #fff;
    line-height: 33px;
    font-size: 20px;
    pointer-events: none;
}

.filter{
    float: left;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    padding-top: 40px;
    margin-left: 1.5%;
}

#overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    z-index: 99;
    display: none;
}

.popup{
    width: 450px;
    max-width: 90%;
    padding: 45px;
    background-color: #fff;
    margin: 10vh auto;
    overflow: hidden;
    box-shadow: 0px 0px 10px -2px #000;
    position: relative;
}
.popup #email {
    display: none;
}

.close{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #cdd2d7;
    cursor: pointer;
    transition: all .2s ease;
}

.close:hover{
    color: #000;
}

.close i{
    font-size: 40px;
}

.popupcontent{
    float: left;
    width: 100%;
    overflow: hidden;
}

label{
    float: left;
    width: 100%;
    margin-left: 25px;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="text"]{
    float: left;
    width: calc(100% - 40px);
    border-radius: 100px;
    padding: 10px 20px;
    border: 0px;
    background-color: #fff;
    margin: 0px 0px 20px 0px;
    background-color: #e4e4e4;
    font-family: 'Lato';
    font-size: 16px;
}

textarea{
    float: left;
    width: calc(100% - 40px);
    border-radius: 20px;
    padding: 10px 20px;
    border: 0px;
    background-color: #fff;
    margin: 0px 0px 20px 0px;
    background-color: #e4e4e4;
    font-family: 'Lato';
    font-size: 16px;
    height: 85px;
}

input[type="submit"]{
    float: right;
    background-color: red;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
    padding: 10px 20px;
    border-radius: 100px;
}

.popup .selectbox{
    width: 100%;
}

.occasiondetailslider{
    float: left;
    width: 100%;
    position: relative;
    height: 55vh;
}

.occasiondetailslider ul{
    float: left;
    list-style: none;
    width: 38000px;
}

.occasiondetailslider li{
    float: left;
}

.occasiondetailslider ul li img{
    height: 55vh;
    max-height: 100%;
}

.occasionheader{
    float: left;
    width: 100%;
    padding: 65px 0 50px;
}

.occasionheader img{
    float: right;
    width: 120px;
    margin-top: -35px;
}

.occasionheader h1{
    margin-bottom: 5px;
}

span.detailspecs{
    font-size: 22px;
    line-height: 38px;
}

.occasionspecs{
    float: left;
    width: 100%;
    background-color: #f9f9f9;
    border-top: 1px solid #d1d1d1;
}

.occasionspecs ul{
    list-style: none;
    float: left;
    width: 100%;
    padding: 25px 0;
}

.occasionspecs ul li{
    float: left;
    width: calc(20% - 51px);
    padding: 0 25px;
    border-right: 1px solid #d1d1d1;
}

.occasionspecs ul li:last-child{
    border: none;
}

.occasionspecs ul li.bouwjaar, .occasionspecs ul li.brandstof{
    width: calc(12% - 51px);
}

.occasionspecs ul li.kilometerstand{
    width: calc(21% - 51px);
}
.occasionspecs ul li.privatelease{
    width: calc(15% - 51px);
}

.specsubttl{
    float: left;
    width: 100%;
    font-size: 14px;
}

.spec{
    float: left;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
}
.first a, .second a {
    color: #fff;
    text-decoration: none;
}

.description{
    float: left;
    width: calc(100% - 50px);
    max-width: 1005px;
    padding: 75px 25px;
}

.contactbox{
    float: right;
    width: 220px;
    padding: 75px 0;
}

.contactbox a{
    text-align: left;
    display: block;
    text-decoration: none;
    padding: 10px 0 10px 35px;
    width: 220px;
    margin: 12px auto;
    text-transform: uppercase;
    color:
    #fff;
}

.contactbox a i{
    margin-right: 25px;
}

.red{
    background-color: #db0000;
}

.grey{
    background-color: #606060;
}

.blue{
    background-color: #201e5b;
}

.teal{
    background-color: #00e676;
}

.black{
    background-color: #000!important;
}

.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background-color: rgba(0,0,0,0.40);
}
.popupfinance {
	position: fixed;
	top: 40px;
	left: 40px;
	width: calc(100% - 140px);
	height: calc(100% - 140px);
	z-index: 100001;
	background-color: #fff;
	padding: 30px;
}
.popupfinance .tabs li:nth-child(1).active {
	background-color:rgba(255,0,0,1.00);
	color: #fff;
}
.popupfinance .tabs li:nth-child(1) {
	background-color:rgba(255,0,0,0.20);
}
.popupfinance .tabs li:nth-child(2).active {
	background-color:rgba(0,36,255,1.00);
	color: #fff;
}
.popupfinance .tabs li:nth-child(2) {
	background-color:rgba(0,36,255,0.20);
}



.priceblock {
	background-color: #F0F0F0;
	float: left;
	width: 100%;
	text-align: center;
	padding: 12px 0px 4px 0px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.priceblock strong {
	color: #f00;
	display: block;
	font-size: 14px;
}
.priceblock em {
	color: #000;
	display: block;
	font-style: normal;
	font-size: 26px;
	font-weight: bold;
}
.leaseamount {
	background-color: #f00;
	float: left;
	width: 100%;
	text-align: center;
	padding: 12px 0px;
	font-size: 22px;
	color: #fff;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	animation-name: color;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@keyframes color {
  0% {
    background-color: rgba(255,0,4,1.00);
  }
  50% {
    background-color: rgba(255,0,4,0.30);
  }
  100 {
    background-color: rgba(255,0,4,0.05);
  }
}
ul.tabs{
    float: left;
    width: 100%;
    list-style: none;
}

ul.tabs li{
    float: left; padding: 25px;
    cursor: pointer;
    font-weight: bold;
    transition: all .2s ease;
}

ul.tabs li.active, ul.tabs li:hover{
    background-color: #eaeaea;
}

.techspecs{
    float: left;
    width: calc(100% - 50px);
    padding: 50px 25px;
    background-color: #eaeaea;
    position: relative;
}

.tspec{
    float: left;
    width: 100%;
    overflow: hidden;
    transition: all .2s ease;
}

.col{
    float: left;
    width: calc(33.3333333333334% - 50px);
    padding: 0 25px;
}

.label{
    float: left;
    width: 50%;
    font-weight: bold;
}

.value{
    float: left;
    width: 50%;
}

.value img{
    margin: 0 0 -10px 5px;
}

.hidden{
    display: none!important;
}

.header .mobilemenu{
    float: right;
    margin-right: 30px;
    margin-left: 0;
    height: 50px;
    cursor: pointer;
    display: none;
}

#respmenu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.8);
    z-index: 20;
    display: none;
}

.respclose{
    color: #fff;
    float: right;
    margin-right: 5%;
    margin-top: 15px;
    cursor: pointer;
}

.respclose i{
    font-size: 32px;
}

#respmenu ul{
    float: left;
    width: 100%;
    list-style: none;
    margin-top: 50px;
}

#respmenu ul li{
    float: left;
    width: 90%;
    padding: 10px 5%;
    text-align: center;
    border-bottom: 1px solid #fff;
    transition: all .2s ease;
}

#respmenu ul li.active, #respmenu ul li:hover{
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    padding: 10px calc(5% - 10px);
}

#respmenu ul li a{
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

.overlay {
    z-index: 100000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.40);
}
.popup {
    position: fixed;
    z-index: 100001;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    width: 360px;
    left: calc(50% - 210px);
    top: 20%;
}
.popup .closenotice {
    background-color: red;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    margin: 10px 0px 0px 0px;
    text-transform: uppercase;
}
.popup strong {
    font-size: 24px;
    display: block;
    margin: 0px 0px 20px 0px;
}

.popupfinance .tabs {
    float: none!important;
    overflow: hidden!important;
	text-align: center;
}
.popupfinance .tabs li {
	float: none;
	display: inline-block;	
}
.tabcontent {
    background-color: #fff!important;
    border: 1px solid #ccc;
    height: calc(100% - 176px);
    position: relative;
    float: none;
}
.tabcontent .tspec {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 900px){
    body {
        padding: 150px 0px 0px 0px;
    }
    .notice {
        height: 60px;
        line-height: 26px;
        padding: 10px 0px;
    }
    .header {
        top:80px!important;
    }
    .header .mobilemenu{
        display: block;
    }
    .mobilemenu{
        height: 30px!important;
        margin-top:5px;
    }
    .header.small {
        position: fixed;
        z-index: 10;
        top: 80px;
    }
    .header ul{
        display: none;
    }
    .header{
        position: fixed;
        z-index: 10;
        top: 0;
        height: 70px;
    }

    .header img{
        height: 39px;
    }

    .header ul li a{
        padding: 25px;
    }
    .teaser{
        height: 33vh;
    }

    .teaser ul li{
        width: 100%;
    }

    .captioncontainer{
        margin-top: 4vh;
    }

    .titel{
        font-size: 28px;
        line-height: 36px;
        float: left;
        width: 90%;
        margin: 0 5%;
    }

    .subtitel{
        float: left;
        width: 90%;
        margin: 0 5%;
        font-size: 20px;
        line-height: 28px;
    }

    .rblock{
        width: 90%;
        margin: 0 5%;
        padding: 25px 0;
    }
    .rblock img {
        max-width: 55%;
    }
    .txtblock{
        width: 90%;
        margin: 0 5%;
        padding: 25px 0;
    }

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

    .imgleft, .imgright{
        margin: 25px 0;
    }

    .footer{
        padding: 0 0 25px 0;
    }

    .logoseparator{
        text-align: center;
        padding: 20px 0;
    }

    .logoseparator img{
        margin: 0;
    }

    .footerblock{
        float: left;
        width: 90%!important;
        margin: 0 5%!important;
        padding: 10px 0!important;
    }

    .footerblock.second, .footerblock.third, .footerblock.fourth{
        border-top: 1px solid #fff;
        border-left: none;
    }

    .occasionslist{
        padding: 25px 0;
    }

    .found{
        font-size: 26px;
        margin-bottom: 20px;
    }

    .filter{
        padding-top: 20px;
        margin: 0 2.5%;
        width: 95%;
    }

    .selectbox{
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .selectbox:nth-child(even){
        margin-right: 0px;
    }
    .occasionslist ul.list li{
        width: 47%;
        margin: 10px 1.5%;
    }

    .carttl{
        font-size: 18px;
        line-height: 22px;
        height: 42px;
    }

    .carttl, .sidebox, .uitvoering{
        float: left;
        width: 100%;
        text-align: center;
    }
    .uitvoering{
        height: 90px;
        font-size: 14px;
        line-height: 20px;
    }

    .lease{
        text-align: center;
        margin-bottom: 15px;
    }

    .occasionfooter span{
        float: left;
        width: 100%;
    }

    .occasionslider ul li .foto, .occasionslist ul li .foto{
        height: auto;
    }

    .occasionslider ul li .foto .price, .occasionslist ul li .foto .price{
        padding: 5px 10px;
    }

    .subfooter{
        text-align: center;
        padding: 25px 0;
    }

    .copy{
        float: left;
        width: 90%;
        margin: 0 5% 20px;
        text-align: center;
    }

    .subfooter a{
        float: none;
    }

    .occasiondetailslider{
        height: auto;
    }

    .occasiondetailslider ul li {
        width: 100vw;
    }

    .occasiondetailslider ul li img{
        /*height: 40vh;*/
        width: 100%;
        height: auto;
    }

    .scrollleft, .scrollright{
        z-index: 9;
        width: 25px;
        top: 85px;
    }

    .occasionslider ul.list li{
        width: 240px;
    }

    .occasionslider ul.list li.center{
        left: calc(50% - 120px);
    }

    .occasionslider ul.list li.zero.leftmargin{
        left: 5%;
    }

    .occasionslider ul.list li.zero.rightmargin{
        left: 28%;
    }

    .occasionslider ul.list li.minusone.leftmargin{
        left: -2%;
    }

    .occasionslider ul.list li.minusone.rightmargin{
        left: 35%;
    }

    .occasionheader{
        padding: 25px 5%;
        width: 90%;
    }

    .occasionheader img{
        width: 70px;
        margin-top: -115px;
    }

    .occasionspecs ul{
        padding: 15px 0;
    }

    .occasionspecs ul li{
        width: calc(50% - 51px)!important;
        margin: 10px 0;
        height: 80px;
    }

    .description{
        width: 90%;
        padding: 25px 5%;
    }

    .contactbox{
        float: left;
        width: 100%;
        padding: 20px 0;
    }

    ul.tabs li{
        width: calc(25% - 30px);
        padding: 10px 15px;
        font-size: 14px;
        line-height: 16px;
    }

    .col{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .occasionslider ul li .foto .price, .occasionslist ul li .foto .price {
        position: relative;
        right: 0;
        bottom: 0px;
        color: #fff;
        background-color: #000;
        font-size: 20px;
        width: calc(100% - 20px);
        display: block;
        text-align: center;
    }

    .txtblock .leftct {
        float: none;
        width: 100%;
    }
    .txtblock .rightct {
        float: none;
        width: 100%;
    }
    .txtblock .leftct .img {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    .txtblock .rightct .img {
        width: 100%;
        margin: 20px 0px 0px 0px;
    }

    .tbtn a {
        padding: 10px 25px;
        font-size: 18px;
    }
    
}
