2015-03-31 20:15:22 +02:00
|
|
|
/* Custom CSS */
|
|
|
|
body {
|
|
|
|
padding-top: 70px;
|
|
|
|
}
|
|
|
|
|
2019-05-30 09:40:17 +02:00
|
|
|
.padding-top {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
2015-03-31 20:15:22 +02:00
|
|
|
.darker {
|
|
|
|
background-color: #fafafa;
|
|
|
|
margin-top: 10px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.align-bottom {
|
|
|
|
margin-top: 2.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-width {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2015-06-24 22:10:26 +02:00
|
|
|
|
|
|
|
.product .extras {
|
|
|
|
padding-left: 20px;
|
2019-05-30 09:40:17 +02:00
|
|
|
}
|
2019-05-31 19:05:40 +02:00
|
|
|
|
|
|
|
|
|
|
|
@media(min-width: 768px) and (max-width: 991px){
|
|
|
|
/* Make sure the small map in the location page has the same with as the block above */
|
|
|
|
.sm-no-side-padding {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media(min-width: 992px){
|
|
|
|
.md-no-right-padding {
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
}
|
2019-05-31 19:15:40 +02:00
|
|
|
|
2019-05-29 20:12:19 +02:00
|
|
|
.showcase .product {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Add clickable box */
|
|
|
|
div.box:hover {
|
|
|
|
cursor: hand;
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: .9;
|
|
|
|
/*border-bottom: #f44346 1px solid !important;*/
|
2019-05-31 01:07:01 +02:00
|
|
|
box-shadow: 2px 4px 4px -1px #888888;
|
2019-05-29 20:12:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.divLink {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
text-decoration: none;
|
|
|
|
/* Makes sure the link doesn't get underlined */
|
|
|
|
z-index: 10;
|
|
|
|
/* raises anchor tag above everything else in div */
|
|
|
|
background-color: white;
|
|
|
|
/*workaround to make clickable in IE */
|
|
|
|
opacity: 0;
|
|
|
|
/*workaround to make clickable in IE */
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
/*workaround to make clickable in IE */
|
2015-06-24 22:10:26 +02:00
|
|
|
}
|