@import url('https://fonts.googleapis.com/css?family=Arsenal');

button,
html,
input,
select,
textarea {
    color: #222
}

body {
    line-height: 1.4
}
/*
::-moz-selection {
    color: #a4003a;
    text-shadow: none;
    background: #16a085
}
::selection {
    color: #a4003a;
    text-shadow: none;
    background: #16a085
}*/
img {
    vertical-align: middle
}

textarea {
    resize: vertical
}

body,
html {
    height: 100%
}

body {
    font-family: Calibri;
    line-height: 1.4;
    font-size: 16px;
    color: #555;
    font-smoothing: antialiased;
}

.dashboard {
    padding-top: 10px;
    background: #f2f2f2
}

.navbar-inverse .navbar-nav>li>a {
    color:#bbb;
}

.navbar-toggle {
    border: 0 solid transparent
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #16a085
}

.odd a img {
    background: #f5f5f5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: Raleway;*/
    font-weight: 300;
    color: #333
}

p {
    line-height: 1.4;
    margin-bottom: 25px
}

.centered {
    text-align: center
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db
}

strong {
    font-weight: 700
}

em {
    font-weight: 300
}

pre {
    border: none;
    /*font-family: Monaco;*/
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
    background: #ebebeb
}

#home {
    margin-top: -50px;
    padding-top: 120px;
    text-align: center;
}

#home .when {
    font-size:23px;
}

@media screen and (min-width: 780px) {
    #home {
        min-height: 650px;
        width: 100%;
        -webkit-background-size: auto auto;
        -o-background-size: auto;
        background: url(../img/prague_02.jpg) no-repeat top center;
    }
}

#home h1 {
    margin-top: 90px;
    padding-bottom: 30px;
    letter-spacing: 8px;
    font-size: 72px;
    font-weight: 700;
    text-shadow: #000 2px 2px 2px
}

#greywrap {
    margin-top: 0;
    padding-top: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    text-align: center;
    background: #f5f5f5
}

    #greywrap p {
        margin-left: 30px;
        margin-right: 30px;
        letter-spacing: 1px;
        padding-top: 15px;
        padding-bottom: 15px
    }

    #greywrap .icon {
        font-size: 60px;
        line-height: 30px;
        margin-bottom: 10px
    }

#footerwrap {
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
    background-image: url(../img/havit-puzzle-custom.svg);
    height: 69px;
    opacity: 0.1;
    margin-top: -28px;
}

.footwrap {
    background: #114788;
}
.h4_footwrap {
    position: relative;
    top: 1.5em;
    font-weight: inherit;
}
.google-maps {
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
/*CLOCK*/
.clock {
    margin: auto !important;
    width: 720px !important;
    padding: 10px;
    float: none;
    margin-top: 20px !important;
}

.flip-clock-label {
    font-size: 12px;
    font-weight: bold;
}

h1, h2 {
    padding-top: 80px !important;
    margin-top: -55px !important;
}

h1 {
    padding-bottom: 15px;
    font-size: 72px;
}
h2 {
    font-size: 52px;
}
.pt-0 {
    padding-top: 0px;
}

.left {
    text-align: left;
}

.container {
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .navbar > .container {
        margin: 0 !important;
        width: auto;
    }

    button.navbar-toggle {
        margin: 0 !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse:not(.in) {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
    }

        .navbar-nav > li {
            float: none;
        }
}
@media screen and (min-width: 992px) {
    .border-right-visible-md {
        border-right: solid #d5d5d5 1px;
    }
}

.sz-gridtable table th {
    text-align: center;
}

#sessionize .sz-day__title {
   font-size:25px !important; /* necessary plugin override */
}

.sz-powered-by {
    display:none !important;
}

#sessionize.sessionize-wrapper tr:nth-child(1), #sessionize.sessionize-wrapper tr:nth-child(4), #sessionize.sessionize-wrapper tr:nth-child(6), #sessionize.sessionize-wrapper tr:nth-child(8), #sessionize.sessionize-wrapper tr:nth-child(10) {
	background: #f5f5f5 !important;
}

#sessionize ul.sz-tabs li a{
    background:#fff !important;
    color: #000 !important;
} 

#sessionize ul.sz-tabs li a:hover {
    background:#eee !important;
} 

hr {
    border-top: 2px solid #f5f5f5;
}

.img-circle {
    float: right;
    margin-bottom: 15px;
}

.speaker {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

    .speaker > hr {
        border-top: solid #d5d5d5 1px;
        margin-left: 100px;
        margin-right: 100px;
    }

.cv {
    text-align: justify;
}
.disabled {
    display: none;
}
.fa-linkedin {
    padding-left: 2px;
}

.mvp-logo {
    width:138px;
}

a.downloads {
    color:#3498db !important;
    font-weight: bold;
}

.youtube {
    float:right;
}

.youtube img {
    width:120px;
}
.btn_registrace {
    font-size: 42px;
    padding: 10px 20px;
}
td {
    text-align: left;
}
.navbar {
    background: #114788;
}
.nav > li > a {
    font-size: 22px;
}
@media screen and (max-width: 991px) {
    h1 {
        font-size: 36px !important;
    }
    h2 {
        font-size: 28px !important;
    }
    #sessionize .sz-day__title {
        font-size: 20px !important;
    }
    
    .btn_registrace {
        font-size: 24px;
        padding: 10px 20px;
    }
    .rhjk {
        padding-top: 20px;
    }
    #sessionize .sz-gridtable .sz-scroll {
        border: none !important;
    }
    }
#registration {
    padding-top: 25px !important;
}
ol {
    text-align: left;
    display: inline-block;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: unset;
}