/* 
    Microsite Alza.cz - LP Hobby
    Desktop styles
    Ondrej Kucera
*/

.blankArticle {
    background-color: #f8f8f8;    
}

#lp {
    max-width: 100%;
    font-size: 0;
    background: url(../images/bg.jpg) 0 0 no-repeat transparent;
    background-size: cover;
    padding: 40px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    border-top: 1px solid rgba(118, 40, 10, 0.3);
}

.bg-none {
    background: none;
}

#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: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(139, 69, 2, 0.9);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

#lp h2,
#lp h3,
#lp h4 {
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    color: rgba(139, 69, 2, 0.9);
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.2;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

#lp h2 {
    font-size: 42px;
    margin: 0 0 20px;
}

#lp h3 {
    font-size: 23px;
    margin: 75px 0 20px;
}

#lp a {
    outline: none;
    text-decoration: underline;
}

#lp a:hover {
    text-decoration: none;
    color: rgba(139, 69, 2, 0.8);
}

#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: 0;
}

#lp ul > li {
    padding: 3px 20px;
    background: url(../images/green-bullet.png) no-repeat 5px 10px;
}

#lp .centered {
    text-align: center;
}

#lp .note {
    font-size: 14px;
    color: #fff;
}

#lp .note:hover {
    color: #FF7272;   
}

#lp .clearfix:after {
   content: "";
   display: block; 
   height: 0; 
   clear: both;
}

#lp .white-box {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 30px;
    display: inline-block; 
    box-shadow: inset 0px -1px 1px 0px rgba(86, 4, 4, 0.4);   
}


/**** 
    **********************************
    BOXes
    **********************************
*****/

#lp ul.boxes {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#lp ul.boxes > li {
    width: 200px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
    background-image: none;
    margin: 0;
    padding: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear; 
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0px -1px 1px 0px rgba(86, 4, 4, 0.4);     
}

#lp ul.boxes > li:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 1); 
    background-color: rgba(249, 161, 36, 0.95);
    background: #e67522;
    /*
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    */
}

#lp ul.boxes > li > a {
    display: table;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    padding: 15px;
    text-decoration: none;
}

#lp ul.boxes > li > a span.icon {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    height: 60px;
    padding-right: 10px;
}

#lp ul.boxes > li > a span.icon img {
    margin: 0 auto;
}

#lp ul.boxes > li > a .name {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
    color: #954826;
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;   
    text-shadow: none;
}

#lp ul.boxes > li > a .name strong {
    color: #d71920;  
    display: block;
}

#lp ul.boxes > li:hover > a .name {
    color: #fff;
}


/**** 
    **********************************
    BUTTONs
    **********************************
*****/

#lp .button {
    display: inline-block;  
    vertical-align: bottom;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: normal;    
    margin: 10px 0;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
}

#lp .button.hobby {
    font-weight: bold;
    color: #fff;
    background: #e67522;
    margin-top: 30px;
    margin-right: 15px;
    box-shadow: inset 0px -1px 1px 0px rgba(86, 4, 4, 0.4); 
}

#lp .button.hobby:not(.hoverless):hover {
    background: #ff7e21;
}

#lp .button span.arrow-right {
    background-image: url(../images/btn-arrow-right.png);
    background-position: right center;
    background-position: right calc(100% - 4px);
    background-repeat: no-repeat;
    padding-right: 15px;
    color: #fff;
}