html 
{
    position: relative;
    min-height: 100%;
}

body
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
    letter-spacing: 1.3px;
    color: black !important;
    font-size: 1.5em !important;
    margin-bottom: 70px;
}

.fog
{
    background: black;
    opacity: .7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

hr
{
    margin: 40px 0px !important;
}

/* -------------------------------------------------------------------------- */
/* CONTAINER */
.container
{
    font-size: 1em;
    line-height: 1.3;
}

/* -------------------------------------------------------------------------- */
/* HEADER */

header.main-header
{
    border: 0px !important;
    background: #e7ecf2 !important;
    border-bottom: 1px solid #C1CEDC !important;
    border-radius: 0px !important;
    margin-bottom: 50px;
    padding-bottom: 3em;
}

/* -------------------------------------------------------------------------- */
/* NAVIGATION */
nav.main-nav
{
    font-family: 'Josefin Sans', sans-serif !important;
    color: black !important;
    font-weight: 600 !important;
    padding-top: 2.5em !important;
}

.navbar-header-small
{
    margin-bottom: -50px !important;
}

.navbar-button
{
    margin-top: 3em;
}

.navbar-toggle
{
    border-color: #294F6D !important;
}

.navbar-toggle:hover
{
    background-color: #294F6D !important;
}

.navbar-brand
{
    padding: 0px !important;
    padding-top: 30px !important;
    padding-right: 5px !important;
    padding-bottom: 15px !important;
    padding-left: 5px !important;
}

.navbar-brand-small
{
    float: none;
}

.navbar-brand-small img
{
    margin: 0px auto !important;    
}

.navbar-brand img
{
    width: 200px !important;
}


.main-nav
{
    float: right !important;
}

.menu li
{
    width: 10em;
    margin-right: 1.5em;
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 2px;
    border-bottom: 3px solid #607384;
    cursor: pointer;
}

.menu li:last-child
{
    border-bottom: 3px solid #d19443 !important;
}

.menu li:hover
{
    border-bottom: 3px solid #226666;
}

.menu li:last-child:hover
{
    border-bottom: 3px solid #805215 !important;
}

.menu li a
{
    color: #001e3a !important;
    padding: 0px !important;
}

.menu li:last-child a
{
    color: #9c5f02 !important;
}

.menu li .menu-icon
{
    text-align: center;
    font-size: 2em;
    padding-bottom: 7px;
    color: #294F6D !important;
}

.menu li:last-child .menu-icon
{
    color: #805215 !important;
}

.navbar-small-devices
{
    padding: 0px;
    padding-left: 20px !important;
    margin-top: 25px;
}

.mobile-menu
{
    position: fixed;
    top: 0;
    height: 100%;
    width: 200px;
    background: #A3B8C8;
    left: 0;
    transition: 300ms;
    box-shadow: 0 0 4px 0 #000;
    border-right: 2px solid #294F6D;
    z-index: 200;
    overflow: auto;
}

.mobile-menu .mobile-menu-header
{
    position: relative;
    top: -10px;
}

.mobile-menu .mobile-menu-header img
{
    width: 80%;
    margin: 0px auto;
    z-index: 250;
    position: relative;
}

.mobile-menu .mobile-menu-content ul li
{
    width: 198px !important;
}

.mobile-menu .mobile-menu-content ul li a
{
    padding-right: 0px !important;
    color: #4B6F8B !important;
}

.mobile-menu .mobile-menu-content ul li:last-child a
{
    color: #AA7A39 !important;
}

.mobile-menu .nav > li > a 
{
    width: 198px !important;
    padding: 7px 7px !important;
}

.mobile-menu .navbar-nav
{
    margin: 0px;
}

.mobile-menu .mobile-menu-content ul li a span
{
    margin-right: 10px;
    color: #294F6D;
}

.mobile-menu .mobile-menu-content ul li:last-child a span
{
    color: #AA7A39;
}

.mobile-menu .mobile-menu-content ul li.active a
{
    background-color: #AA6C39 !important;
    color: #804515 !important;
}

.mobile-menu .mobile-menu-close
{
    position: relative;
    width: 20px;
    height: 20px;
    left: 175px;
    top: 5px;
    color: #294F6D;
    cursor: pointer;
    z-index: 300;
}

/* -------------------------------------------------------------------------- */
/* HEADERS */

:not(.page-header) > h1
{
    color: #496D89 !important;
    margin-bottom: 50px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

:not(.page-header) > h1:after
{
    display: block;
    width: 35px;
    border-bottom: 4px solid #A3B8C8;
    margin: 7px auto 0 auto;
    content: "";
}

h3
{
    color: #294F6D !important;
    font-weight: bold;
}

/* -------------------------------------------------------------------------- */
/* PRODUCT CARDS */

.product-cards
{
    margin-top: 5em;
}

.product-cards .thumbnail .product-info
{
    min-height: 150px;
}

.product-cards .thumbnail .product-button
{
    text-align: center;
}

.product-cards .product-icon
{
    font-size: 10em;
    text-align: center;
}

.product-cards .product-icon.icon-desktopove-aplikace
{
    color: #A7BBCB;
}

.product-cards .product-icon.icon-webove-aplikace
{
    color: #FFDCAD;
}

.product-cards .thumbnail
{
    border: 0px !important;
}

.product-border-right
{
    border-right: 1px solid #D3DEE7;
}

.product-cards.product-cards-vertical
{
    margin-top: 2em;
}

.product-cards.product-cards-vertical .row
{
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 1px solid #D3DEE7;
}

.product-cards.product-cards-vertical .row.border-bottom
{
    border-bottom: 1px solid #D3DEE7;
}

.product-cards.product-cards-vertical .row h3
{
    margin-top: 0px !important;
}

/* -------------------------------------------------------------------------- */
/* FOOTER */

.pre-footer
{
    height: 40px;
}

footer
{
    background-color: #F2F6F9;
    bottom: 0;
    position: absolute;
    width: 100%;
    font-size: 0.8em !important;
    padding: 20px;
    margin-bottom: 0px !important;
    color: #718DA5;
    height: 70px;
}

footer h5
{
    font-weight: bold;
    color: #718DA5 !important;
}

footer ul
{
    padding: 0px !important;
    margin: 0px !important;
}

footer ul li
{
    list-style: none;
    padding-top: 3px !important;
}

/* -------------------------------------------------------------------------- */
/* KONTAKTY */

.kontakty .icon
{
    color: #A3B8C8;
}

table.kontakty tr td
{
    padding: 5px;
    vertical-align: top;
}

/* -------------------------------------------------------------------------- */
/* UNIVERZITY */

.table-universities
{
    margin-top: 50px;
}

.table-universities tr td
{
    padding: 2em;
    text-align: center;
}

.university-logo
{
    width: 400px;
    margin: 0px auto;
}

/* -------------------------------------------------------------------------- */
/* PROČ ZVOLIT IS STUDIUM */

.proc-zvolit
{
    background: #F4F7F9;
    padding: 30px 0px;
    margin-bottom: 30px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.proc-zvolit h1
{
    margin-bottom: 10px;
}

.proc-zvolit ul
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.proc-zvolit ul li
{
    margin-top: 60px;
    float: left;
    text-align: center;
}

.proc-zvolit ul li .proc-zvolit-icon
{
    margin: 0px auto;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #D5E1E8;
    text-align: center;
}

.proc-zvolit ul li .proc-zvolit-icon .icon
{
    color: #7293A6;
    font-size: 45px;
    line-height: 100px;
    padding-left: 3px;
}

/**
 * Informacni div v novinkach
 */
div.doc_info
{
    background-color: #FFE5E5;
    border: 1px solid #F00;
    font-weight: bold;
    padding: 1em 2em;
    position: relative;
}

div.doc_info::before
{
    content: "!";
    font-weight: bold;
    font-size: 300%;
    position: absolute;
    left: 0.25em;
    top: -0.1em;
    color: #d55;
}