﻿/*@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

@font-face {
    font-family: 'SEGOEUI';
    src: url('../fonts/Segoe-UI/SEGOEUI.TTF') format('truetype');
}

/* Colors */
.text-black {
    color: black;
}

.text-center {
    text-align: center;
}

body, h4 {
    font-family: 'Poppins', sans-serif;
}

/* h1 h2 h4 */
h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
}

h2 {
    font-size: 0.8rem;
}

.custom-title {
    font-family: 'Poppins', sans-serif;
    font-size: small;
    padding-left: 5px;
}

.absolute-center {
    margin: 0 auto;
    max-width: 100%;
}

p {
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 300;
    color: #777;
    margin: 20px 0;
}

p2 {
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 300;
    color: #777;
}

strong {
    font-weight: 600;
    color: #333;
}

a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.line {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    border-bottom: 1px dashed #ddd;
}

.logo {
    padding-top: 5%;
    padding-bottom: 2%;
    opacity: 0.4;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.logo2 {
    padding-top: 10%;
    display: block;
}

.menu {
    opacity: 2;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.texttelo {
    opacity: 2;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
    width: 50%;
}

.nadpis {
    opacity: 0.9;
    display: block;
    text-align: justify;
    font-size: medium;
    font-weight: inherit;
}

.text {
    opacity: 0.7;
    display: block;
    text-align: justify;
    font-size: small;
}

.form-inline .form-control {
    width: 60%;
}

.input-group-btn {
    padding-top: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    /*color: #eee !important;*/
}

::-moz-placeholder { /* Firefox 19+ */
    /*color: #eee !important;*/
}

:-ms-input-placeholder { /* IE 10+ */
    /*color: #eee !important;*/
}

:-moz-placeholder { /* Firefox 18- */
    /*color: #eee !important;*/
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

dd {
    padding-left: 5px;
}

.gal-container {
    padding: 12px;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
}

    .gal-item .box {
        height: 350px;
        overflow: hidden;
    }

.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.gal-item a:focus {
    outline: none;
}

.gal-item a:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
    opacity: 1;
}

.modal-open .gal-container .modal {
    background-color: rgba(0,0,0,0.4);
}

.modal-open .gal-item .modal-body {
    padding: 0px;
}

.modal-open .gal-item button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}

    .modal-open .gal-item button.close:focus {
        outline: none;
    }

    .modal-open .gal-item button.close span {
        position: relative;
        top: -3px;
        font-weight: lighter;
        text-shadow: none;
    }

.gal-container .modal-dialogue {
    width: 80%;
}

.gal-container .description {
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}

    .gal-container .description h4 {
        margin: 0px;
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
    }

.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(0.8);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}

/* Modal opacity */
.modal-backdrop.fade.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.preload {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
}

.modal {
    text-align: center;
}

.modal-dialog {
    display:inline-block;
    width:auto;
}

.img-responsive {
    max-height: 95vh;
    border-radius: 0 !important;
}

/* Navbar style */
nav.navbar {
    padding: 10px;
    min-height: 20px;
}

.navbar-brand {
    padding: 0 0px;
    height: 40px;
    line-height: 80px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 23px;
    padding: 9px 10px !important;
}

.carousel-caption {
    color: #6b6969 !important;
}

.btn-custom {
    color: rgba(107, 105, 105, 1);
}

@media (min-width: 768px) {
    .navbar.navbar-default .navbar-nav > li > a {
        color: black;
        line-height: 1;
    }

    .navbar.navbar-default .navbar-nav {
        width: 100%;
        text-align: center;
    }

        .navbar.navbar-default .navbar-nav > li {
            display: inline-block;
            float: none
        }

    .dl-horizontal dt {
        width: 180px !important;
    }

    .gal-container .modal-dialog {
        width: 55%;
        margin: 50% auto;
    }
}

@media (max-width: 768px) {
    .gal-container .modal-content {
        height: 250px;
    }
}

.hovno {
    padding-top: 50px;
    position: absolute;
    z-index: 10;
    top: 5px;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
}

    .hovno h1 {
        font-family: 'SEGOEUI', 'Segoe UI';
    }

.hovno2 {
    padding-top: 90px;
    position: absolute;
    z-index: 10;
    top: 38%;
    left:25%;
    width: 50%;
    text-align: center;
    color: #6b6969;
}

.hovno2 h2 {
    font-family: 'SEGOEUI', 'Segoe UI';
}

.hovno3 {
    padding-top: 90px;
    position: absolute;
    z-index: 10;
    top: 45%;
    left: 25%;
    width: 50%;
    text-align: center;
    color: #6b6969;
}

.hovno3 h2 {
    font-family: 'SEGOEUI', 'Segoe UI';
}

.jumbotron p {
    font-family: 'SEGOEUI', 'Segoe UI';
    margin-left: 10%;
    margin-top: 1%;
    margin-right: 10%;
}

.glyphicon {
    color: black;
}

@media (min-width: 400px) {
    h1 {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 1.1rem;
    }
}

@media (min-width: 600px) {
    h1 {
        font-size: 1.9rem;
    }

    h2 {
        font-size: 1.4rem;
    }
}

@media (min-width: 800px) {
    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.7rem;
    }
}

@media (min-width: 1000px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2.0rem;
    }
}

@media (min-width: 1400px) {
    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2.3rem;
    }
}