/* 
 * Darky na posledni chvili
 * Ondrej Kucera
 */

.blankArticle {
    background-color: white;
    background-color: rgba(245, 245, 245, 0.2);
}

#lp {
    max-width: 980px;
    font-size: 0;
    background: url(../images/bg-gradient.png) no-repeat -299px 70px;
    background-color: white;  
    border-top: 1px solid rgba(220, 220, 220, 0.5);
}

#lp .main-content {
   padding: 0 50px 20px;
}

#lp div,
#lp p,
#lp span,
#lp ul {
    font-size: 15px;
    color: #444;
    line-height: 1.4em;
}


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

#lp h2 {
    color: #444;
    padding: 0 50px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0 30px 0;
}

#lp h2.mobile {
        display: none;
    }

#lp h3 {
    color: #444;
    font-size: 25px;
    padding: 0;
    margin: 30px 0 15px;
    font-weight: normal;
}

#lp .sub-heading {
    font-size: 100%;
    font-weight: normal;
    padding-bottom: 15px;
    display: inline-block;    
}

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

#lp ul > li {
    line-height: 1.4em;
    font-size: 16px;
    padding: 3px 20px;
    background: url(../images/green-bullet.png) no-repeat 5px 8px transparent;
}

#lp a {
    outline: none;
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
    text-shadow: none;
}

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

#lp p {
    margin: 0 !important;
    margin-top: 4px !important;
}

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

#lp .main-visual {
    float: right;
    width: 150px;
    margin: -40px 0 0 40px;
}

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

#lp .tight {
    padding: 0 180px;
}

#lp .bg-colored {
    background-color: whitesmoke;
    margin: 20px 0 0;
    padding: 5px 0 30px;
    border-top: 1px solid gainsboro;
}

#lp .dwn-apps {
    margin-top: 20px;
}

#lp .dwn-apps > a {
    display: inline-block;
}

#lp .dwn-apps > a > img {
    width: 150px;
}

#lp .note {
   display: block; 
   font-size: 13px;
}

#lp .caution {
   display: block;
   font-size: 13px;
   font-weight: bold;
   color: #d54545;
   padding: 10px 0;
}

#lp .inf {   
   display: block;    
   margin: 25px 0 0;    
   padding-left: 32px;      
   background: url('https://img.alza.cz/Foto/imggalery/Image/Article/icon-info_2.png') no-repeat 0px 0px transparent !important;          
   font-style: italic;    
   line-height: 27px;
}

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


/**** 
    **********************************
    HEADER
    **********************************
*****/

#lp .header {
   background-color: white;
   background-color: rgba(245, 245, 245, 0.5);
   border-bottom: 1px solid gainsboro;
   border-bottom: 1px solid rgba(220, 220, 220, 0.5);
   padding: 20px 50px;  
}


/**** 
    **********************************
    TILEs
    **********************************
*****/

#lp .tiles {
    margin: 0;
    padding: 0; 
    font-size: 0;
    padding: 30px 0;
    text-align: right;
}

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

#lp .tiles > li > div {
    display: block;
    min-height: 220px;
    background-color: white;
    background-color: rgba(245, 245, 245, 0.95);
    padding: 0;
    text-align: center;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #2f8dcd;
    text-decoration: none; 
    border: 1px solid gainsboro;
    border: 1px solid rgba(220, 220, 220, 0.5);
}

#lp .tiles > li > div > img {
    margin: 0 auto;   
}

#lp .tiles > li > a.more-info {
    display: block;
    margin-top: 1px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #444;
    text-decoration: none; 
}

#lp .tiles > li > a.more-info:hover {
    text-decoration: underline;
}


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

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

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

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

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

#lp .button:active{
}

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

#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.helper-align {
    margin-right: 5px;
}

#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); 
    /* added */
    margin: 20px 0 10px;
}

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


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

#content {
    padding: 0;
}

#content .inner {
    margin: 0;
}

.inner #lp {
    padding: 0;
}

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

.inner #h1c h1{
    padding: 0 10px;
}

.inner #lp .bg-colored {
    background-color: whitesmoke;
    margin: 20px 0 0;
    padding: 5px 0 30px;
    border-top: 1px solid gainsboro;
}

.article {
    padding: 0;
}

@media screen and (max-width: 900px) { 
    
    #h1c {
        min-height: 0;
        margin: 0;
    }    
    
    #lp h2.desktop {
        display: none;
    }
    
    #lp h2.mobile {
        display: block;
        margin-top: 0;
        padding-top: 20px;
    }
    
    #lp .header {
       padding-top: 0;
    }

}

@media screen and (max-width: 800px) {  
    
    #lp {
        background-image: none;
        background-color: aliceblue;
    }
    
    #lp .header {
       background-color: transparent;
       border-bottom: none;
    }
    
    #lp .main-content {
        text-align: center;
    }
    
    #lp .tiles {
        text-align: center;  
    }
    
    #lp .tiles > li {
        width: 50%;  
    }
    
    #lp .tiles > li > a:first-child {
        background-color: rgb(221, 221, 221);
    }   
    
}

@media screen and (max-width: 500px) {  
    
    #lp .tiles > li {
        width: 100%;  
    }
    
    #lp .tight {
        padding: 0 20px;
    }
    
    #lp h2 {
        font-size: 25px;
        padding: 0;

    }

    #lp h3 {
        font-size: 19px;
    }
    
}