/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* -----------------------------------------------------------------------------
    
    GENERAL

----------------------------------------------------------------------------- */

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
 	color: #333333;
 	-webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    line-height: 1.2em;
    background-color: #ececec; 

}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
a {
    text-decoration: none;
    color: #d71920;
}
    /* -------------------------------------------------------------------------
        NAVIGATION
    ------------------------------------------------------------------------- */
    nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 76px;
        background: #352c2c;
        text-align: center;
        z-index: 10;
    }
    nav ul li {
        display: inline-block;
        margin-right: 1px;
    }
    nav ul .active a {
        background-color: #ececec;
        color: #352c2c;
    }
    nav ul li a {
        display: inline-block;
        height: 76px;
        line-height: 76px;
        background-color: #d71920;
        color: #fff;
        font-size: 22px;
        font-weight: 300;
        text-transform: uppercase;
        padding: 0 36px;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }
    nav ul li a:hover {
        background-color: #f0363d;
        color: #fff;
    }
    /* -------------------------------------------------------------------------
        ZOZNAM LOGO
    ------------------------------------------------------------------------- */
    .zoznam-logo {
        position: absolute;
        right: 22px;
        bottom: 48px;
        z-index: 10;
        color: #fff;
        font-size: 38px;
    }

    /* -------------------------------------------------------------------------
        LOGIN LINK
    ------------------------------------------------------------------------- */
    .login-link {
        color: #fff;
        position: absolute;
        top: 27px;
        right: 22px;
        display: block;
        font-size: 16px;
    }
    .login-link i {
        vertical-align: middle;
        display: inline-block;
        margin: -2px 10px 0 2px;
    }
    /* -------------------------------------------------------------------------
        HOME BTN
    ------------------------------------------------------------------------- */
    .home-btn {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 24px;
        background-color: #ececec;
        text-align: center;
    }
    .home-btn a {
        display: inline-block;
        width: 117px;
        height: 117px;
        line-height: 183px;
        background-color: #d71920;
        color: #fff;
        position: absolute;
        bottom: 12px;
        left: 50%;
        margin-left: -57px;
        -webkit-transition: background-color 200ms ease-in-out;
        -moz-transition: background-color 200ms ease-in-out;
        -o-transition: background-color 200ms ease-in-out;
        transition: background-color 200ms ease-in-out;
    }
    .home-btn a:hover {
        background-color: #f0363d;
    }
    .home-btn a i {
        font-size: 90px;
    }

    /* -------------------------------------------------------------------------
        SECTIONS
    ------------------------------------------------------------------------- */
    .section {
        background-size: cover;
        background-attachment: fixed;
        background-position: center top;
    }
    .section .container {
        max-width: 980px;
        margin: 0 auto;
        padding: 0;
    }
    /* sections backgrounds */
    #section0 {
        background-image: url(../img/section0_bg.jpg);
        font-family: 'Merriweather Sans', sans-serif;
        text-align: center;
    }
    #section0 .icon-logo-beta {
        color: #fff;
        font-size: 160px;
        display: inline-block;
        margin-bottom: 50px;
    }
    #section0 .info-box {
        background-color: rgba(53, 44, 44, 0.7);
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
        line-height: 1.3em;
        padding: 12px 10px 13px 10px;    
    }
    .section h2 {
        font-size: 32px;
        color: #555555;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 23px 0;
    }
    .section .boxes {
        margin-bottom: 65px;
    }
    .section .boxes.last {
        margin-bottom: 0;
    }
    .section .boxes .box {
        background-color: #fff;
        text-align: center;
        float: left;
        width: 25%;
        padding: 0 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }
    .section .boxes .box:hover {
        box-shadow: 0px 0px 20px 5px #a6a6a6;
        position: relative;
        background-color: #a6a6a6;
    }
    .section .boxes .box .header {
        color: #fff;
        text-transform: uppercase;
        background-color: #352c2c;
        font-weight: bold;
        padding: 15px 0;
        position: relative;
    }
    .section .boxes .box .header::after { 
        content: "";
        width: 0; 
        height: 0; 
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #352c2c;
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -8px;
    }
    .section .boxes .box .odd, .section .boxes .box .even {
        color: #555;
        padding: 14px 0 15px 0;
        border-bottom: 1px solid #cccccc;
    }
    .section .boxes .box .odd {
        background-color: #e2e1e1;
    }
    .section .boxes .box .even {
        background-color: #f5f5f5;
    }
    .section .boxes .box .price {
        color: #d71920;
        padding: 40px 0 38px 0;
        background-color: #fff;
    }
    .section .boxes .box .price span {
        font-size: 48px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
        margin-right: 6px;
    }
    .section .boxes .box .order a {
        display: block;
        background-color: #d71920;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        padding: 11px 0 13px 0;
        -webkit-transition: background-color 200ms ease-in-out;
        -moz-transition: background-color 200ms ease-in-out;
        -o-transition: background-color 200ms ease-in-out;
        transition: background-color 200ms ease-in-out;
    }
    .section .boxes .box .order a:hover {
        background-color: #f0363d;
    }
    .section .boxes .box .order a i {
        font-size: 34px;
        vertical-align: middle;
        margin-right: 7px;
    }
    .section .boxes .box .order a span {
        display: inline-block;
        margin-top: 2px;
        vertical-align: middle;
    }
    
    /* -------------------------------------------------------------------------
        SECTION 1
    ------------------------------------------------------------------------- */

    #section1 {
        font-size: 16px;
        color: #352c2c;
        text-align: center;
    }
    #section1 p {
        font-family: 'Merriweather Sans', sans-serif;
        margin-bottom: 65px;    
    }
    #section1 .icon-box {
        display: inline-block;
        border-right: 1px solid #c1c1c1;
        width: 24%;
        vertical-align: top;
        padding-bottom: 30px;
        margin-bottom: 25px;
    }
    #section1 .icon-box i {
        color: #676768;
        display: inline-block;
        margin-top: -29px;
        height: 85px;
        line-height: 85px;
    }
    #section1 .icon-box.last {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #section1 .icon-box.last span {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
     #section1 .icon-box.last i {
        vertical-align: middle;
        margin-top: 0;
        margin-right: 4px;
     }
    #section1 .icon-box.no-border {
        border-right: 0;
    }
    #section1 .icon-box .icon-infinity {
        font-size: 85px;
    }
    #section1 .icon-box .icon-domain {
        font-size: 80px;
    }
    #section1 .icon-box .icon-mark {
        font-size: 80px;
    }
    #section1 .icon-box .icon-technology {
        font-size: 80px;
    }
    #section1 .icon-box .icon-support {
        font-size: 70px;
    }
    #section1 .icon-box span {
        font-family: 'Merriweather Sans', sans-serif;    
        display: block;
        color: #352c2c;
        line-height: 1.5em;
    }

    /* -------------------------------------------------------------------------
        SECTION 3
    ------------------------------------------------------------------------- */
    #section3 {
        font-family: 'Merriweather Sans', sans-serif;
        font-weight: 300;
        color: #2f282b;
    }
    #section3 .contact {
        display: table;
        margin: 0 auto 76px auto;
        vertical-align: middle;
    }
    #section3 .contact .address {
        display: table-cell;
        text-align: right;
        line-height: 1.4em;
        width: 205px;
        vertical-align: middle;
    }
    #section3 .contact .map {
        display: table-cell;
        padding: 0 23px;
        vertical-align: middle;
    }
    #section3 .contact .map img {
        vertical-align: middle;
        border-radius: 50%;
    }
    #section3 .contact .contact-link {
        display: table-cell;
        width: 205px;
        vertical-align: middle;
        text-transform: uppercase;
    }
    #section3 .contact .contact-link a {
        display: inline-block;
        height: 43px;
        line-height: 43px;
        background-color: #fff;
        padding: 0 16px;
        color: #2f282b;
        border: 1px solid #2b292a;
         -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }
    #section3 .contact .contact-link a:hover {
        background-color: #2b292a;
        color: #fff;
    }
    #section3 footer p {
        font-size: 16px;
        color: #666666;
        text-align: center;
        line-height: 1.6em;
        margin-bottom: 80px;
    }
    #section3 footer p a {
        color: #666666; 
        text-decoration: underline;
        -webkit-transition: color 200ms ease-in-out;
        -moz-transition: color 200ms ease-in-out;
        -o-transition: color 200ms ease-in-out;
        transition: color 200ms ease-in-out;
        font-size: 13px;
    }
    #section3 footer p a:hover {
        color: #d71920;
    }

    /* -------------------------------------------------------------------------
        LARGE DEVICES
    ------------------------------------------------------------------------- */

    @media (max-width: 1199px) {
        .section {
            background-attachment: scroll;
        }
        nav ul li a:hover {
            background-color: #d71920;
        }
        .home-btn a:hover {
            background-color: #d71920;
        }
        .section .boxes .box .order a:hover {
            background-color: #d71920;
        }
        .section .boxes .box:hover {
            box-shadow: none;
            background-color: #fff;
        }
        #section3 .contact .contact-link a:hover {
            background-color: #fff;
            color: #2f282b;
        }
    }

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {
        .section .container {
            padding: 0 5px;
        }
        #section3 .contact .map img {
            max-width: 100%;
        }
        #section1 .icon-box {
            width: 49%;
        }
        #section1 .icon-box i {
            margin-top: 0;
        }
    }

    /* -------------------------------------------------------------------------
        SMALL DEVICES
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {  
        .section .boxes .box {
            width: 50%;
            margin-bottom: 20px;
        }
        #section0 .icon-logo-beta {
            font-size: 120px;
        }
        #section0 .info-box {
            font-size: 16px;
        }
        #section3 .contact {
            display: block;
        }
        #section3 .contact .address {
            display: block;
            text-align: center;
            width: 100%;
            margin-bottom: 40px;
        }
        #section3 .contact .map {
            display: block;
            text-align: center;
            width: 100%;
            padding: 0;
            margin-bottom: 40px;
        }
        #section3 .contact .contact-link {
            display: block;
            text-align: center;
            width: 100%;
        }
        .home-btn a {
            width: 80px;
            height: 80px;
            margin-left: -40px;
            line-height: 131px;
        }
        .home-btn a i {
            font-size: 65px;
        }
        #section3 .contact .map img {
            max-width: 300px;
        }
        nav {
            height: 50px;
        }
        nav ul li a {
            font-size: 18px;
            height: 50px;
            line-height: 50px;
            padding: 0 18px;
        }
        body {
            font-size: 16px;
        }
        .section .boxes .box .price span {
            font-size: 35px;
        }
        .home-btn {
            display: none;
        }
        .section {
            height: auto!important;
        }
        .fp-tableCell {
            height: auto!important;
        }
        .zoznam-logo {
            display: none;
        }
        .section {
            padding-top: 30px!important;
        }
        #section0 {
            padding-top: 80px!important;
        }
        .section h2 {
            font-size: 28px;
        }
        .section .boxes {
            margin-bottom: 30px;
        }
        #section1 .icon-box .icon-infinity {
            font-size: 65px;
        }
        #section1 .icon-box .icon-domain {
            font-size: 60px;
        }
        #section1 .icon-box .icon-mark {
            font-size: 60px;
        }
        #section1 .icon-box .icon-technology {
            font-size: 60px;
        }
        #section1 .icon-box .icon-support {
            font-size: 60px;
        }
        #section1 .icon-box span {
            font-size: 14px;
        }
        #section1 .icon-box {
            padding-bottom: 0;
        }
        #section1 .icon-box.last i {
            margin-right: 0;
        }
        #section1 p {
            margin-bottom: 30px;
        }
        #section3 footer p {
            font-size: 14px;
        }
        #section3 footer p a {
            font-size: 11px;
        }
        .login-link {
            top: 17px;
            font-size: 14px;
        }
    }
     /* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
    ------------------------------------------------------------------------- */

    @media ( max-width: 639px ) {  
        body {
            font-size: 14px;
        }
        .section .boxes .box .order a {
            font-size: 14px;
        }
        .section .boxes .box .order a i {
            font-size: 25px;
        }
        nav {
            height: 40px;
        }
        nav ul li a {
            font-size: 14px;
            height: 40px;
            line-height: 40px;
        }
        #section0 .icon-logo-beta {
            font-size: 70px;
        }
        #section0 .info-box {
            font-size: 12px;
        }
        .section h2 {
            font-size: 24px;
        }
        #section3 .contact .map img {
            max-width: 250px;
        }
        .section .boxes .box .price span {
            font-size: 28px;
        }
        .section .boxes .box .price span {
            margin-top: -5px;
        }
        #section1 .icon-box {
            width: 100%;
        } 
        #section1 .icon-box {
            border-right: 0;
        }
        #section1 .icon-box.last span {
            text-align: center;
            display: block;
        }
        #section1 p {
            font-size: 12px;
        }
        #section1 .icon-box span {
            font-size: 12px;
        }
        #section1 .icon-box .icon-infinity {
            font-size: 55px;
        }
        #section1 .icon-box .icon-infinity {
            font-size: 45px;
        }
        #section1 .icon-box .icon-mark {
            font-size: 50px;
        }
        #section1 .icon-box .icon-technology {
            font-size: 50px;
        }
        #section1 .icon-box .icon-support {
            font-size: 50px;
        }
        #section1 .icon-box i {
            height: 65px;
            line-height: 65px;
        }
        #section3 footer p {
            font-size: 12px;
        }
        nav ul li a {
            padding: 0 10px;
        }
        .login-link {
            right: 0;
            top: 12px;
        }
    }
    @media ( max-width: 479px ) {  
        nav {
            text-align: left;
        }
    }