/* 
    Microsite Alza.cz - Alza Android RoadShow 2015
    Desktop styles
    Ondrej Kucera
*/

/*4-column layout*/
/*#page {
    width: 1255px;
}*/

#articlePage.blank {
    width: 100%;
}

.blankArticle {
    background-color: #fff;    
}

#lp {
    position: relative;
    max-width: 100%;
    font-size: 0;
    padding: 0;
    background: url(../images/top-bg.jpg) no-repeat left top #44871e;
}

#lp * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#lp div,
#lp p,
#lp span,
#lp ul li,
#lp a {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
}

#lp h2,
#lp h3,
#lp h4 {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #2f8dcd;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.2;
}

#lp h2 {
    font-size: 36px;
    margin: 10px 0 30px;
}

#lp h3 {
    font-size: 28px;
    margin: 10px 0 20px;
}

#lp a {
    outline: none;
    text-decoration: underline;
}

#lp a:hover {
    text-decoration: none;
    color: #2f8dcd;
}

#lp p {
    margin: 0.25em 0 0.75em !important;
}

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

#lp ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    padding-left: 15px;
}

#lp ul > li {
    padding: 3px 20px;
    background: url(../images/green-bullet.png) no-repeat 5px 10px;
}

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

#lp .note {
    color: #b9b9b9;
}

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


/**** 
    **********************************
    MAIN CONTENT
    **********************************
*****/

#lp .main-content {
    position: relative;
    padding: 30px 50px 50px;
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
}

#lp .logo {
    margin: 0 auto;
}

#lp .bouncing-arrow {
    display: block;
    text-decoration: none;
    margin: 50px auto;
    width: 60px;
    height: 60px;
    background: url(../images/arrows-down.png) 0 0 no-repeat;
}

#lp .bouncing-arrow:hover {
    cursor: pointer;
    background-position: 0 -60px;
}

#lp .bouncing-arrow:hover:after {
    content: "rolujte níže";
    display: inline-block;
    width: 100px;
    position: relative;
    right: 21px;
    top: -60px;
    color: grey;
}

#lp .box {
    padding: 20px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9);
    margin-top: 40px;
}

#lp .box:first-of-type {
    margin-top: 400px;
}


/**** 
    **********************************
    BOX LIST
    **********************************
*****/

#lp .box-list {
    font-size: 0;
    margin: 0;
    padding: 0;
}

#lp .box-list > li {
    position: relative;
    background-image: none;
    background-color: white;
    border: 1px solid gainsboro;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 270px;
    height: auto;
    margin: 0 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 10px;
}

#lp .box-list > li > img {
}

#lp .box-list > li > span {
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #2f8dcd;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
}

#lp .box-list.large > li {
    width: 830px;
    font-size: 0;
}

#lp .box-list.large > li > .img-box {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

#lp .box-list.large > li > .img-box > img {
    margin: 0 auto;
}


/**** 
    **********************************
    ANIMATION - BOUNCE EFFECT
    **********************************
*****/

@keyframes bounce-effect {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

/* Firefox */
@-moz-keyframes bounce-effect { 
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

/* Safari and Chrome */
@-webkit-keyframes bounce-effect { 
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

/* Opera */
@-o-keyframes bounce-effect { 
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

#lp .bounce {
    animation: bounce-effect 500ms alternate infinite;
    -moz-animation: bounce-effect 500ms alternate infinite;
    -webkit-animation: bounce-effect 500ms alternate infinite;
    -o-animation: bounce-effect 500ms alternate infinite;
}


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

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

#lp .button.tiny {
    font-weight: normal !important;
    font-size: 14px;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;       
}

#lp .button.large {
    font-size: 21px;
    padding: 10px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
    margin-top: 30px;
}

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

#lp .button:active{
}

#lp .button.green {
    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); 
}

#lp .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%);  
}

#lp .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;  
}

#lp .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%);
}

#lp .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); 
}

#lp .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%);
}


/**** 
    **********************************
    YOUTUBE
    **********************************
*****/

#lp .wrap-youtube { 
    position: relative;   
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%;
    height: auto;
    margin: 0 auto;   
} 

#lp .wrap-youtube iframe { 
    display: block;
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}


/**** 
    **********************************
    GALLERY
    **********************************
*****/

#lp .gallery {
    font-size: 0;
    text-align: center;
    margin: 30px 0 10px;
    padding: 0;
}

#lp .gallery > li {
    position: relative;
    background: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px 15px;
}

#lp .gallery > li .photo-box {
    width: 280px;
    margin: 0 auto;
    position: relative;
}

#lp .gallery > li .photo-box a {
    display: block;
    width: 100%;
}

#lp .gallery > li .photo-box img {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; 
}

#lp .gallery > li .photo-box img:hover {
    filter: alpha(opacity=70);        
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7; 
    cursor: zoom-in;    
    cursor: pointer;
    cursor: url(../images/cursor-magnifier-thinner.png), auto;
}

#lp .gallery > li .photo-box span {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: white;
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
}