/****** PLACE YOUR CUSTOM STYLES HERE ******/
.pad{
	padding: 25px;
}
.cream {
	color: #FFFBF1!important;
}
.orange {
	
	color: #F63B00!important;
}
.border-blue    {
    border-top: 2px solid rgba(27,20,100,1.00);
}

.border-oranje    {
    border-bottom: 1.5px solid #F63B00;
}
input .smallinput {
	min-width: 25px!important;
}
.bg-wit    {
    background-color: #FFFBF1;
    height: 420px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.bg-wit2    {
    background-color: #FFFBF1;
    height: 737px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 390px;

}

.bg-zandoranje    {
    background-color: #FFFBF1;
}
.img-small {
 width: 18%;
}


.center-afbeelding    {
    margin-left: 15px;
    
}
.image-tile p {
    font-size: 15px;
    margin-top: 50px;
    padding: 0 10 0 10px;
}

.tag    {font-size: 12px !important;
        text-transform: uppercase;
        margin-top: 10px !important;
        margin-bottom: 3px;
}

.ruimte    {margin-left: 25px;
            margin-right: 25px;
            font-size: 16px !important;
            line-height: 25px;
}

.bg-zand    {background-image: url("../../img/the-picardy-boutique-bg-zalm.jpg")
}

.ti-lg    {
            font-size: 40px;
}

.kaderstap    {margin: 0 10px;
                border-radius: 10px;
                padding: 25 10 0 10px;
                
}

.oranje    {color:#E55803;
}

.footerp {font-size:12px !important;
            line-height: 18px;
	color:#191970;
}

.lijn    {border-top-color:rgba(255,255,255,0.50) !important;
        margin-bottom: 6px;
}

.credits    {color: rgba(25,25,112,0.50) !important;
}

.korter    {max-width: 200px;
}


.home a.home,
.aanbod a.aanbod,
.bestellen a.bestellen,
.contact1 a.contact1
{
	background-color: #F63B00;
	height: 55px;
    padding: 2px 12px 0 12px;
	border-radius: 10px!important;
	margin: auto;
	color:#fff;
}


.inloop    {
    margin-left: 50px;
}

.groot    {
    font-size: 18px;
}
.klein    {
    font-size: 12px;
}
    .bedrag    {
    border-bottom: 1px dashed rgba(236,98,16,0.70);
    }

.totaallijn    {
    text-align:  right;
}
    

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	

	tr { border: none;
    }
    
	td { 
		/* Behave  like a "row" */
		border-top: none;
        border: none;
		position: relative;
		padding-left: 0%;
        padding-bottom: 0 !important;
	}
    

	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
        
	}
    
    .bedrag    {
    margin-bottom: 20px;
    }
    
    .ruimtemobiel    {
        margin-bottom: 40px;
    }
    
    .product-thumb    {
        float: left;
        margin-right: 20px;
    }
    
    .enkelrij    {
        float: left;
        margin-right: 50px;
        padding: 0 !important;
        
    }

    .groot    {
        padding: 0 !important;
    }
    
    
    
}

@media all and (max-width: 640px) {
    
    .aanbod-afbeelding   {
        float: left;
        max-width: 50%;
        padding: 5px;
    }  
    
    .totaallijn    {
    text-align:  left;
}
    
}
    
@media all and (max-width: 1120px) {
    .fullscreen1    {
        height: 110vh !important;
    }
}

@media all and (max-width: 767px) {
    .fullscreen1    {
        height: 220vh !important;
    }
    
    iframe {
    max-width: 100%;
    margin-bottom: 25px;
    }
}
    