/* 
    Seasons Tips
    Ondrej Kucera
*/


/**** 
    **********************************
    PAGE LAYOUT
    **********************************
*****/

/*
#page {
    width: 1255px;
    width: 980px;            
}

#content2 {
    width: 1085px;
    width: 810px;
}
*/

.blank {
    width: 100% !important;
}


/**** 
    **********************************
    MICROSITE CONTENT
    **********************************
*****/

#spring {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #414042;
    padding: 10px 50px 40px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;   
    /*background: url(../images/bg2.jpg) no-repeat center center white;*/
    background-size: cover;
    /*border-top: 1px solid rgba(220, 220, 220, 0.5);*/
}

#spring .heading {
    color: #15a6e2;
    color: #d03a3b;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 55px;   
    line-height: 1.2em;
    display: block; 
    /* added */
    /*
    -webkit-transition: all 0.5s ease-in-out 2s;
    -moz-transition: all 0.5s ease-in-out 2s;
    -ms-transition: all 0.5s ease-in-out 2s;
    -o-transition: all 0.5s ease-in-out 2s;
    transition: all 0.5s ease-in-out 2s;    
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; 
    */
}

/*
#spring .intro {
    -webkit-transition: all 0.5s ease-in-out 2s;
    -moz-transition: all 0.5s ease-in-out 2s;
    -ms-transition: all 0.5s ease-in-out 2s;
    -o-transition: all 0.5s ease-in-out 2s;
    transition: all 0.5s ease-in-out 2s;    
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;     
}
*/

#spring h2, 
#spring h3, 
#spring h4 {
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    margin: 0; 
    padding: 0;
    line-height: 1.2em;
    color: #2f8dcd;
    font-weight: normal;
}

#spring h2 {
    font-size: 25px;
    margin-bottom: 15px;    
}

#spring h3 {
    font-size: 20px;
    margin-bottom: 5px; 
    font-weight: bold;
}
    
#spring a {
    outline: none;
}

#spring p {
    font-size: 17px;
    color: inherit;
    margin: 0 !important;
    padding: 5px 0;
    line-height: 1.5em;
}

#spring .semitransparent-box {
    position: relative;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;    
}

#spring .tip {
    position: absolute;
    right: -15px;
    top: -5px;   
    width: 70px;
    height: 54px;
    background-image: url(../images/icons-tip.png);
    background-position: right top;
    background-repeat: no-repeat;
}

#spring .tip.eng {
    background-position: right -54px;
}

#spring img {
    display: block;
    max-width: 100%;
}

#spring .centered {
    text-align: center;
}

#spring .clearfix:after {
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

#spring .intro {
    max-width: 880px;
    margin: 0 auto;
}

/**** 
    **********************************
    BOXES
    **********************************
*****/

#spring .boxes {
    font-size: 0;
    margin-top: 20px;
    max-width: 880px;
    margin: 20px auto;
}

#spring .box-wrap {
    position: relative;
    display: inline-block;
    width: 50%; 
    height: auto;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px 10px 5px;
}

#spring .box-content {
    overflow: hidden;
    position: relative;
    max-width: 430px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.8);
}

#spring img.theme {
    opacity: 1.0;
    -webkit-transition: all 0.5s;  
    -moz-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s; 
    -webkit-transform: scale(1.05);    
    -moz-transform: scale(1.05);   
    -ms-transform: scale(1.05); 
    -o-transform: scale(1.05); 
    transform: scale(1.05); 
}

#spring .box-content .categories {
    position: absolute;
    z-index: 100;
    display: block;
    width: 70%;
    height: 96%;
    background: #fff;
    background: rgba(255, 255, 255, 0.9); 
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.51, 0.29, 0.82, 1.12);
    -moz-transition: transform 0.5s cubic-bezier(0.51, 0.29, 0.82, 1.12);
    -o-transition: transform 0.5s cubic-bezier(0.51, 0.29, 0.82, 1.12);
    transition: transform 0.5s cubic-bezier(0.51, 0.29, 0.82, 1.12);
    -webkit-transform: translate3d(-105%, 0, 0);
    -moz-transform: translate3d(-105%, 0, 0);
    -ms-transform: translate3d(-105%, 0, 0);
    -o-transform: translate3d(-105%, 0, 0);
    transform: translate3d(-105%, 0, 0);
}

#spring .box-content:not(.hoverless):hover .categories,
#spring .box-content.open .categories {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#spring .box-content:not(.hoverless):hover .theme, 
#spring .box-content.open .theme {
    opacity: 0.8;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);    
}

#spring .box-content.open .categories {
}

#spring .box-content .categories a { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    font-size: 15px;
    text-decoration: none;
    color: #444;
    display: table;
    height: 20%;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background-image: url(../images/category-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center; 
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;    
}

#spring .box-content .categories.three a { 
    height: 33.3333%;   
}

#spring .box-content .categories.four a { 
    height: 25%;   
}

#spring .box-content .categories a:hover {
    color: inherit;
    background-color: #fff;
    cursor: pointer;    
    background-image: url(../images/category-arrow-hover.png);
    background-position: 96% center;
}

#spring .box-content .categories a:last-child {
    border-bottom: none;
}

#spring .box-content .categories a span.icon {
    display: table-cell;
    width: 50px;
    height: 50px;
    vertical-align: middle; 
    padding: 0 10px;
}

#spring .box-content .categories a span.icon img { 
    margin: 0 auto;
}

#spring .box-content .categories a span.name {
    font-size: 16px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 25px; 
    line-height: 1.1em;
}

#spring .box-wrap h2 {
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; 
    position: absolute;
    padding: 0;
    margin: 0;
    padding: 10px 10px;
    width: 100%;
    background: rgb(208, 58, 59);
    background: rgba(208, 58, 59, 0.85);
    color: #FFFFFF;
    font-size: 23px;
    font-weight: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2,0.6,0.4,1);
    -moz-transition: transform 0.5s cubic-bezier(0.2,0.6,0.4,1);
    -o-transition: transform 0.5s cubic-bezier(0.2,0.6,0.4,1);
    transition: transform 0.5s cubic-bezier(0.2,0.6,0.4,1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
} 

#spring .box-wrap h2.ie {
    display: none;
} 

#spring .box-wrap h2.top {
    top: 0px;
}

#spring .box-wrap h2.bottom {
    bottom: 0px;
}

#spring .box-wrap h2:hover {
    cursor: default;
}

#spring .box-content:not(.hoverless):hover h2, 
#spring .box-content.open h2 {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

#spring .box-wrap h2 .hamburger {
    display: inline-block;
    width: 25px;
    height: 13px;
    background-image: url(../images/icon-hamburger.png);
    position: absolute;
    right: 12px;
    top: 16px;       
}

#spring span.price {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;     
    width: 100px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 5px;
    background: rgb(208, 58, 59);
    background: rgba(208, 58, 59, 0.85);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2,0.6,0.4,1);
    -moz-transition: transform 0.5s cubic-bezier(0.2,0.6,0.4,1);
    -o-transition: transform 0.5s cubic-bezier(0.2,0.6,0.4,1);
    transition: transform 0.5s cubic-bezier(0.2,0.6,0.4,1);
    -webkit-transform: translate3d(0, -32px, 0);
    -moz-transform: translate3d(0, -32px, 0);
    -ms-transform: translate3d(0, -32px, 0);
    -o-transform: translate3d(0, -32px, 0);
    transform: translate3d(0, -32px, 0);
}

#spring span.price.euro {
    width: 105px;
}

#spring span.price:hover {
    cursor: default;
}

#spring .box-content:not(.hoverless):hover span.price,
#spring .box-content.open span.price {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/**** 
    **********************************
    BUTTONs
    **********************************
*****/

#spring .button {
    display: inline-block;  
    vertical-align: bottom;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: normal;    
    margin: 0;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
}

#spring .button.tiny {
    font-weight: normal !important;
    font-size: 13px;
    padding: 7px 20px;
}

#spring .button.big {
    font-weight: bold !important;
    font-size: 18px;
    padding: 15px 20px;
    margin: 0;
}

#spring .button:hover {
    cursor: pointer;
}

#spring .button:active{
}

#spring .button.green {
    font-weight: bold;
    color: #fff;
    background: #91c71d;
    background: -moz-linear-gradient(top, #91c71d 0%, #76a411 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91c71d), color-stop(100%,#76a411));
    background: -webkit-linear-gradient(top, #91c71d 0%,#76a411 100%);
    background: -o-linear-gradient(top, #91c71d 0%,#76a411 100%);
    background: -ms-linear-gradient(top, #91c71d 0%,#76a411 100%);
    background: linear-gradient(to bottom, #91c71d 0%,#76a411 100%);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);  
    /* added */
    margin: 20px 0 0;
}

#spring .button.green:not(.hoverless):hover {
    background: #8ac016;
    background: -moz-linear-gradient(top, #8ac016 0%, #69920f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ac016), color-stop(100%,#69920f));
    background: -webkit-linear-gradient(top, #8ac016 0%,#69920f 100%);
    background: -o-linear-gradient(top, #8ac016 0%,#69920f 100%);
    background: -ms-linear-gradient(top, #8ac016 0%,#69920f 100%);
    background: linear-gradient(to bottom, #8ac016 0%,#69920f 100%); 
}

#spring .button.grey {
    color: #000;
    background: #ececec;
    background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ececec 100%);
    border: 1px solid #d2d2d2;  
}

#spring .button.grey.hewinterer-align {
    margin-right: 5px;
}

#spring .button.grey:not(.hoverless):hover {
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%,#e5e5e5 100%);
}

#spring .button.blue {
    color: #fff;
    background: #389de2;
    background: -moz-linear-gradient(top, #389de2 0%, #2880bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#389de2), color-stop(100%,#2880bc));
    background: -webkit-linear-gradient(top, #389de2 0%,#2880bc 100%);
    background: -o-linear-gradient(top, #389de2 0%,#2880bc 100%);
    background: -ms-linear-gradient(top, #389de2 0%,#2880bc 100%);
    background: linear-gradient(to bottom, #389de2 0%,#2880bc 100%);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3); 
    /* added */
    margin: 20px 0 10px;
}

#spring .button.blue:not(.hoverless):hover {
    background: #2374ac;
    background: -moz-linear-gradient(top, #3697d9 0%, #2374ac 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3697d9), color-stop(100%,#2374ac));
    background: -webkit-linear-gradient(top, #3697d9 0%,#2374ac 100%);
    background: -o-linear-gradient(top, #3697d9 0%,#2374ac 100%);
    background: -ms-linear-gradient(top, #3697d9 0%,#2374ac 100%);
    background: linear-gradient(to bottom, #3697d9 0%,#2374ac 100%);
}


/**** 
    **********************************
    MOBILE
    **********************************
*****/

#h1c {
    min-height: 0;
    margin: 0;
}

.inner #spring {
    margin-top: 0;
}

#content {
    padding: 0;
}

#content .inner {
    margin: 0;
}

.article {
    padding: 0;
}

#footerb {
    margin-top: 0;
}

@media screen and (max-width: 950px) {   
    
    #spring .heading,
    #spring .intro,
    #spring .boxes {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;        
    }
    
    #spring .box-wrap {
        display: block;
        width: 439px;
        margin: 0 auto 20px;  
    }   
}

@media screen and (max-width: 800px) {   
    #spring .intro {
        text-align: center;
    }    
    
    #spring .top-visual {
        float: none;
        margin: 10px auto;
    }
    
    #spring .heading {
        font-size: 45px;
    }
}

@media screen and (max-width: 600px) { 
    #spring .box-wrap {
        width: 100%;
        height: auto;
    } 
}

@media screen and (max-width: 550px) {
    #spring .intro {
        padding: 0 20px;
    }    
    
    #spring .box-wrap h2 {
        font-size: 16px;
    }
    
    #spring .box-content .categories a span.name{
        font-size: 13px;
    }
    
    #spring .box-content .categories a span.icon {
        width: 40px;
        height: 40px;
    }  

    #spring .box-content .categories a span.icon img {
        width: 40px;
    }    
}

@media screen and (max-width: 480px) {
    #spring {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #spring .heading {
        font-size: 35px;
    }    
    
    #spring p {
        font-size: 15px;
    }
    
    #spring .button {
        margin-top: 0;
    }
    
    #spring h3 {
        font-size: 17px;
    }
}

@media screen and (max-width: 380px) {
    #spring .box-content .categories a span.icon {
        width: 30px;
        height: 30px;
    }  

    #spring .box-content .categories a span.icon img {
        width: 30px;
    }  
    
    #spring .box-wrap h2 .hamburger {
        width: 12px;
        height: 10px;
        background-image: url(../images/icon-hamburger-small.png);
        top: 10px;
        right: 10px;
    }    
    
    #spring .box-content span.price {
        font-size: 13px;
        width: 70px;
    }    
}

@media screen and (max-width: 340px) {
    #spring .box-wrap h2 {
        font-size: 15px;
    }
    
    #spring .box-content .categories a span.name{
        font-size: 11px;
    }    
    
    #spring .box-content .categories a span.icon {
        width: 20px;
        height: 20px;
    }  

    #spring .box-content .categories a span.icon img {
        width: 20px;
    }     
}