/* TARJOUSSIVU YLÄKUVA */
.template-tarjoussivu .header-small-title,
.template-kampanjasivu .header-small-title {
    margin-top: 130px;
    margin-bottom: 6px;
}

/* Ale-pallo */
header-content details-ball {
    display: block;
    position: absolute;
    top: 100px;
    right: 20px;
    width: 228px;
    height: 228px;
    max-width: 228px;
    max-height: 228px;
    border-radius: 0; 
    background-color: transparent;
    background: transparent url('../img/tarjous-pallo.png') no-repeat center center;
    overflow: visible;
    color: white;
    text-align: center;
}
details-ball ball-label {
    display: block;
    position: relative;
    padding: 30px 0 22px;
    font-size: 27px;
    line-height: 110%;
}
details-ball ball-value {
    display: block;
    position: relative;
    font-size: 60px;
    font-weight: bold;
}

/* OTSIKKO JA TEKSTITYYLIT */
.template-tarjoussivu h2.top-header,
.template-kampanjasivu h2.top-header {
    margin: -5px 0 34px;
}
.template-tarjoussivu h2,
.template-kampanjasivu h2 {
    margin: -7px 0 33px;
    display: block;
}

/* TARJOUSSIVU-INTRO */
.tarjoussivu-intro.content-row {
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
}
.tarjoussivu-intro p {
    width: 715px;
    margin: 0 auto;
}

/* KESÄN PARHAAT TARJOUKSET */

/* Rakenne */
.tarjoussivu-parhaat-block.content-row {
    padding-top: 60px;
    padding-bottom: 0px;
}
.tarjoussivu-parhaat-item-container{
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;  
    flex-wrap: wrap; 
    display: flex;
    flex-direction: row;
}
.tarjoussivu-parhaat-item{
    display: block;
    position: relative;
    width: 262px;
    height: 200px;
    margin-right: 30px;
}
.tarjoussivu-parhaat-item:last-child {
    margin-right: 0px;
}
.tarjoussivu-parhaat-item img {
    width: 100%;
    height: auto;
}

/* Tekstit */
.tarjoussivu-parhaat-item h3 {
    position: absolute;
    left: 0px;
    padding: 6px 10px;
    font-size: 14px;
}
.tarjoussivu-parhaat-item h4 {
    position: absolute;
    left: 0px;
    top: 28px;
    padding: 3px 10px;
    font-size: 13px;
}
.tarjoussivu-parhaat-item .tarjous-text,
.tarjoussivu-parhaat-item .tarjous-price {
    margin: 0;
}
.template-tarjoussivu .tarjous-price,
.template-kampanjasivu .tarjous-price {
    line-height: 100%;
}

/* Ale-pallo */
.content-row details-ball {
   position: absolute;
   top: 64px;
   right: 10px;
   height: 66px;
   width: 66px;
   border-radius: 66px;
   background: #f9034e;
}

.content-row details-ball ball-label,
.content-row details-ball ball-value {
   padding: 0;
   font-weight: 600;
   line-height: 100%;
   color: #ffffff;
   text-align: center; 
}
.content-row details-ball ball-label {
   margin: 20px auto 0px;
   font-size: 12px;
}
.content-row details-ball ball-value {
   margin-left: auto;
   margin-right: auto;
   font-size: 18px;
}

/* Varaa-nappi */
.template-tarjoussivu .tarjous-link,
.template-kampanjasivu .tarjous-link {
   bottom: 10px;
}
.template-tarjoussivu .tarjous-link.mobile-only,
.template-kampanjasivu .tarjous-link.mobile-only {
    display: none;
}

/* KAUPUNKILOMA & RISTEILYTARJOUKSET */

/* Rakenne */
.content-row.tarjoussivu-tarjousryhmat {
   padding-bottom: 5px;
}
.tarjous-group {
   margin-bottom: -25px;
}
.tarjous-group-shaper {
    flex-direction: row;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;  
    flex-wrap: wrap; 
    flex-direction: flex-row;
}
.tarjoussivu-tarjous-item {
    flex-direction: row;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;  
    flex-wrap: wrap; 
    flex-direction: flex-row;
    width: 553px;
    height: 117px;
    border: 1px solid #cacacc;
    border-bottom: 3px solid #022860;
    margin-bottom: 25px;
    overflow: hidden;
    z-index: 1;
}
.tarjoussivu-tarjous-item:nth-child(odd) {
    margin-right: 30px;
}
.tarjoussivu-tarjous-item .tarjous-image-area {
    position: relative;
    width: 233px;
    height: 117px;
    z-index: 5;
}
.tarjoussivu-tarjous-item .tarjous-image-area img {
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Ale-pallo */
.tarjoussivu-tarjous-item details-ball {
    top: 10px;
    left: 10px;
}

/* Teksti-alue */
.tarjoussivu-tarjous-item .tarjous-text-area {
    flex-direction: row;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;  
    flex-wrap: wrap; 
    flex-direction: flex-row;
    border-bottom: 1px solid #cacacc;
}
.tarjoussivu-tarjous-item .tarjous-text-area .tarjous-text-area-first,
.tarjoussivu-tarjous-item .tarjous-text-area .tarjous-text-area-second {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0 5px;
    overflow: hidden;
}
.tarjoussivu-tarjous-item .tarjous-text-area .tarjous-text-area-first {
    width: 194px;
    max-width: 194px; 
    border-right: 2px solid #cacacc;
}
.tarjoussivu-tarjous-item .tarjous-text-area .tarjous-text-area-second {
    width: 125px;
    max-width: 125px; 
}
.tarjous-headers {
    max-height: 60px;
    overflow: hidden;
}

/* Teksti */
.tarjoussivu-tarjous-item .tarjous-text-area-first h3,
.tarjoussivu-tarjous-item .tarjous-text-area-first h4 {
    font-weight: bold;
    font-size: 13px;
    color: #3ebfed;
    margin-top: 0;
    margin-bottom: 4px;
    line-height: 140%;
}
.tarjoussivu-tarjous-item .tarjous-text-area-first h4 {
    color: #022860;
}
.tarjoussivu-tarjous-item .tarjous-link {
    bottom: 0;
    right: 49px;
}
.tarjous-price-type {
    color: #022860;
}
.tarjous-old-price {
    color: #f9034e;
    text-decoration: line-through;
    font-size: 14px;
}
.template-tarjoussivu .tarjoussivu-tarjous-item .tarjous-price,
.template-kampanjasivu .tarjoussivu-tarjous-item .tarjous-price {
    margin: 0 0 8px;
}
.template-tarjoussivu .tarjous-time,
.template-kampanjasivu .tarjous-time {
    font-size: 13px;
}

/* HUIPPUTARJOUKSET */

/* Rakenne */
.content-row.tarjoussivu-huipputarjoukset {
    padding-top: 59px;
    padding-bottom: 30px;
}
.tarjoussivu-huipputarjoukset-shaper {
    padding-top: 5px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}
.tarjoussivu-huipputarjoukset-item {
    width: 360px;
    margin-right: 30px;
    margin-bottom: 12px;
    overflow: hidden;
}
.tarjoussivu-huipputarjoukset-item:nth-child(3n+3) {
    margin-right: 0px;
}
.huipputarjoukset-image-area {
    position: relative;
    width: 100%;
    height: 227px;
    overflow: hidden;
}
.tarjoussivu-huipputarjoukset-item img {
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Otsake */
.huipputarjoukset-otsake {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: table;
    height: 70px;
    width: 100%;
    background: rgba(24, 54, 99, 0.85);
    text-align: center;
}
.huipputarjoukset-otsake h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

/* Lista */
.huipputarjoukset-list {
    border-left: 1px solid #cacacc;
    border-right: 1px solid #cacacc;
    border-bottom: 3px solid #022860;
}
.huipputarjous-link {
    display: block;
    padding: 12px 0;
}
.huipputarjous-link:hover {
    opacity: 0.7;
}
.huipputarjous-link:nth-child(even) {
    background: #f9f6f6;
}
.huipputarjous-name, .huipputarjous-old-price, .huipputarjous-price {
    display: inline-block;
    font-size: 14px;
    color: #022860;
}
.huipputarjous-name { 
    padding-left: 25px;
    width: 42%;
}
.huipputarjous-old-price { 
    padding: 0 5px;
    text-align: center;
    width: 15%;
    color: #f9034e;
    text-decoration: line-through;
 }
.huipputarjous-price {
    background: transparent url('../img/tarjoukset-list-haka.png') no-repeat right 18px center;
    padding-right: 35px; 
    width: 23%;
    text-align: right;
}

/* TABLETTIKOOT */
@media all and (max-width: 1200px) {

    /* TARJOUSSIVU-INTRO */
    .tarjoussivu-intro p {
    	width: 80%;
    }

    /* KESÄN PARHAAT TARJOUKSET */
    .tarjoussivu-parhaat-item-container {
 	width: 554px;
    	margin-right: auto;
    	margin-left: auto;
        margin-bottom: -20px;
    }
    .tarjoussivu-parhaat-item {
    	margin-bottom: 20px;
    }
    .tarjoussivu-parhaat-item:nth-child(2) {
    	margin-right: 0px;
    }

    /* KAUPUNKILOMA- JA RISTEILYTARJOUKSET */
    .tarjous-group-shaper {
    	display: block;
    }
    .tarjoussivu-tarjous-item, 
    .tarjoussivu-tarjous-item:nth-child(odd) {
    	margin-right: auto;
    	margin-left: auto;
    }

    /* HUIPPUTARJOUKSET */
    .tarjoussivu-huipputarjoukset-shaper {
	width: 750px;
    	margin-right: auto;
    	margin-left: auto;
    }
    .tarjoussivu-huipputarjoukset-item:nth-child(2n+2) {
    	margin-right: 0px;
    }
    .tarjoussivu-huipputarjoukset-item {
    	margin-bottom: 15px;
    	overflow: hidden;
    }
    .huipputarjoukset-image-area {
    	height: 200px;
    }
    .huipputarjous-name {
	padding-left: 22px;
	width: 40%;
    }
    .huipputarjous-price {
	width: 22%;
    }

}

    @media all and (max-width: 900px) {

	/* HUIPPUTARJOUKSET */
    	.tarjoussivu-huipputarjoukset-item {
    	     width: 45%;
    	}
    	.tarjoussivu-huipputarjoukset-shaper {
	     width: 100%;
    	}
    }

/* VAIN MOBIILI */
@media all and (max-width: 799px) {

    /* TARJOUSSIVU YLÄKARUSELLI */
    .template-tarjoussivu header-content,
    .template-kampanjasivu header-content {
    	text-align: left;
    }
    .template-tarjoussivu .header-small-title,
    .template-kampanjasivu .header-small-title {
    	margin-top: 90px;
	margin-bottom: 2px;
    	display: inline-block;
	min-height: auto;
    }
    .template-tarjoussivu .header-large-title h1, .template-tarjoussivu #header-large-title h1,
    .template-tarjoussivu .header-small-title h2, .template-tarjoussivu #header-small-title h2,
    .template-kampanjasivu .header-large-title h1, .template-kampanjasivu #header-large-title h1,
    .template-kampanjasivu .header-small-title h2, .template-kampanjasivu #header-small-title h2,
    .header-small-title-h2{
	padding: 3px 8px !important;
    }
    .template-tarjoussivu .header-large-title h1, .template-tarjoussivu #header-large-title h1,
    .template-kampanjasivu .header-large-title h1, .template-kampanjasivu #header-large-title h1 {
  	width: auto;
    }
    .template-tarjoussivu .header-small-title h2, .template-tarjoussivu #header-small-title h2,
    .template-kampanjasivu .header-small-title h2, .template-kampanjasivu #header-small-title h2 {
    	font-weight: 400;
    	font-size: 18px;
    }
    .template-tarjoussivu .header-large-title,
    .template-kampanjasivu .header-large-title {
    	display: inline-block;
    	margin-top: 2px;
	height: auto;
	min-height: auto;
    }

    /* Ale-pallo */
    header-content details-ball {
    	top: 15px;
    	right: 10px;
    	width: 108px;
    	height: 108px;
    	max-width: 108px;
    	max-height: 108px;
    	border-radius: 108px; 
    	background: #f9034e;
    }
    details-ball ball-label {
	padding: 15px 0 5px;
	line-height: 115%;
    	font-size: 14px;
    }
    details-ball ball-value {
    	font-size: 30px;
    }

    /* OTSIKKO JA TEKSTITYYLIT */
    .template-tarjoussivu h2.top-header,
    .template-kampanjasivu h2.top-header {
        margin-bottom: 20px;
    }	
    .template-tarjoussivu h2,
    .template-kampanjasivu h2 {
    	margin: -7px 0 25px;
    }

    /* TARJOUSSIVU-INTRO */
    .tarjoussivu-intro.content-row {
    	padding-top: 30px;
    	padding-bottom: 25px;
    	text-align: left;
    }
    .tarjoussivu-intro p {
    	width: auto;
    }

    /* KESÄN PARHAAT TARJOUKSET */
    
    .tarjoussivu-parhaat-block.content-row {
    	padding-top: 38px;
	padding-bottom: 10px;
    }
    .tarjoussivu-parhaat-item {
	height: auto;
	margin-bottom: 0;
    }
    .tarjoussivu-parhaat-item .tarjous-text {
	margin-top: 8px;
    }
    .tarjoussivu-parhaat-item h3 {
        top: 10px;
	font-size: 16px;
    }
    .tarjoussivu-parhaat-item h4 {
        top: 40px;
    	font-size: 15px;
    }

    /* Varaa-nappi */
    .template-tarjoussivu .tarjous-link.mobile-only,
    .template-kampanjasivu .tarjous-link.mobile-only {
    	display: inline-block;
    }
    .template-tarjoussivu .tarjous-link.desktop-only,
    .template-kampanjasivu .tarjous-link.desktop-only {
    	display: none;
    }

    /* Ale-pallo */
    .tarjoussivu-parhaat-block.content-row details-ball {
	top: auto;
	bottom: 105px;
	right: 20px;
    }

    /* KAUPUNKILOMA- JA RISTEILYTARJOUKSET */
    .content-row.tarjoussivu-tarjousryhmat {
    	padding-bottom: 15px;
    }
    .tarjoussivu-tarjous-item {
    	display: block;
    	width: 100%;
    	height: auto;
        margin-bottom: 15px;
    }
    .tarjoussivu-tarjous-item:nth-child(odd) {
    	margin-right: 0px;
    }
    .tarjoussivu-tarjous-item .tarjous-image-area,
    .tarjoussivu-tarjous-item .tarjous-image-area img {
        position: relative;
    	width: 100%;
    	height: auto;
    }
    .tarjoussivu-tarjous-item .tarjous-text-area .tarjous-text-area-first {
        width: 55%;
        max-width: 55%;
	display:flex;
	align-items:center;
    }
    .tarjoussivu-tarjous-item .tarjous-text-area .tarjous-text-area-second {
        width: 45%;
        max-width: 45%;
        padding-bottom: 5px;
    }
    .tarjous-headers {
    	max-height: auto;
    	overflow: visible;
	padding: 0 15px;
	width: 100%;
    }
    .tarjoussivu-tarjous-item .tarjous-text-area .tarjous-link {
        position: relative;
    	right: 0;
	margin: 10px auto 0;
    }
    .tarjous-old-price {
    	font-size: 13px;
  	line-height: 100%;
    }
    .template-tarjoussivu .tarjoussivu-tarjous-item .tarjous-price,
    .template-kampanjasivu .tarjoussivu-tarjous-item .tarjous-price {
    	margin: 5px 0 8px;
	font-size: 28px;
    }
    .tarjoussivu-tarjous-item .tarjous-text-area-first h3, .tarjoussivu-tarjous-item .tarjous-text-area-first h4 {
    	margin-bottom: 0px;
    	line-height: 150%;
    }

    /* Ale-pallo */
    .content-row details-ball {
    	height: 76px;
    	width: 76px;
    	border-radius: 76px;
    }  
    .content-row details-ball ball-label {
    	margin: 22px auto 0px;
    	font-size: 14px;
    }
    .content-row details-ball ball-value {
    	margin-top: 2px;
    	font-size: 20px;
    }

    /* HUIPPUTARJOUKSET */

    /* Rakenne */
    .content-row.tarjoussivu-huipputarjoukset {
    	padding-top: 35px;
        padding-bottom: 12px;
    }
    .tarjoussivu-huipputarjoukset-shaper {
    	padding-top: 0px;
    }
    .tarjoussivu-huipputarjoukset-item {
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    	width: 100%;
    	margin-right: 0;
	margin-bottom: 15px;
   }
   .huipputarjoukset-image-area {
    	height: 330px;
   }

   /* Otsake */
   .huipputarjoukset-otsake {
        height: 60px;
   	text-align: left;
    }
    .huipputarjoukset-otsake h3 {
    	font-size: 14px;
	padding: 0 22px;
    }

    /* Lista */
    .huipputarjous-name, .huipputarjous-old-price, .huipputarjous-price {
    	font-size: 13px;
        padding-left: 22px;
    }
    .huipputarjous-name {
   	padding-left: 22px;
    	width: 50%;
    }
    .huipputarjous-old-price {
    	padding: 0 5px;
    	width: 15%;
    }
    .huipputarjous-price {
        background: none;
        padding: 0;
        width: 23%;
    }

}
    @media all and (max-width: 599px) {

	/* KESÄN PARHAAT TARJOUKSET */
	
    .tarjoussivu-parhaat-item-container {
		width: 100%; 
    }
    .tarjoussivu-parhaat-item{
    	width: 100%;
		margin-right: 0px; 
		margin-bottom: 30px; 
	}
	.tarjoussivu-parhaat-item .tarjous-text {
		margin-top: -4px;
		margin-bottom: -12px;
	}
	
        .tarjoussivu-parhaat-item h3 {
            top: 0px;
    	    font-size: 14px;
        }
    	.tarjoussivu-parhaat-item h4 {
    	    top: 28px;
    	    font-size: 13px;
     	}

        /* Ale-pallo */
        .tarjoussivu-parhaat-item details-ball {
	    bottom: 85px;
	    right: 15px;
        }

        /* HUIPPUTARJOUKSET */
        .huipputarjoukset-image-area {
    	    height: 200px;
        }
     	.huipputarjous-name {
    	    width: 45%;
    	}
    	.huipputarjous-old-price {
    	    width: 15%;
    	}
    	.huipputarjous-price {
            width: 23%;
    	}
    }
    @media all and (max-width: 399px) {

	/* KAUPUNKILOMA- JA RISTEILYTARJOUKSET */
	.tarjous-headers {
    	    padding: 0 0px;
	}
	.tarjoussivu-tarjous-item .tarjous-text-area-first h3, 
	.tarjoussivu-tarjous-item .tarjous-text-area-first h4 {
    	     font-size: 12px;
	}

        /* HUIPPUTARJOUKSET */
        .huipputarjoukset-image-area {
    	    height: 150px;
    	}
    	.huipputarjous-name {
    	    width: 35%;
    	}
    	.huipputarjous-old-price {
    	    width: 19%;
    	}
    	.huipputarjous-price {
            width: 27%;
    	}

    }
@media all and (max-width: 320px) {

    body.template-tarjoussivu,
    body.template-kampanjasivu {
	min-width: 320px;
    }

}
