/* Add here all your CSS customizations */

body {
    font-size: 1em;
    line-height: 1.85714286em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.fit {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 230px;
    background-position: center center;
}

.fit2 {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 130px;
    background-position: center center;
}

.nep_search {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.ekko-lightbox .glyphicon-chevron-right, .ekko-lightbox .glyphicon-chevron-left {
    top: 42%;
}

.modal-footer span {
    float:right;
}

.bar .logo {
    max-height: 12.857143em;
    margin-bottom: 3em;
}

.menu-horizontal > li, .menu-vertical > li {
    /* font-family: 'Cinzel', 'Helvetica', Sans-Serif; */
}

.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
    font-size: 1.5em;
    line-height: 2.166666666666667em;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    color: #27312f
}

.dropdown .dropdown__content:not([class='bg--dark']) .menu-vertical a {
    color: #27312f;
}

.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger {
    opacity: .7;
}
.menu-horizontal > li:not(:hover) > a, .menu-horizontal > li:not(:hover) > span, .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
    opacity: 1;
}

.menu-vertical li {
    opacity: 0.5;
}

.menu-vertical li:not(:hover):not(.dropdown--active) {
    opacity: 1;
}

.dropdown .dropdown__content {
    padding: 0.3809524em .85714286em;
}

.menu-vertical li.separate {
    margin-top: 0.6285714em;
    padding-top: 0.62857143em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /* font-family: 'Cinzel', 'Arial', sans-serif; */
    color: #181E20;
    font-weight: 300;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

h1.sans {
    font-family: 'PT Serif', serif;
    color: #fff !important
}
.typed-text {
    font-weight: 700;
}

.text-small {
    font-size: 70% !important
}

.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('../images/bg.png');
    height: 55vh;
    margin: 0 30px;
}

.input-select:after {
    position: absolute;
    right: 0;
    height: 100%;
    top: 8px;
    font-size: 16px;
    content: '⯆';
}

#search .btn {
    cursor: pointer;
    height: 45px;
}

section, footer {
    padding-top: 4.428571em;
    padding-bottom: 4.428571em;
}

.feature-7 {
    height: 230px;
    margin-bottom: 10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.menu-horizontal > .dropdown > .dropdown__trigger:after {
    margin-left: 7px;
}

.dropdown > .dropdown__trigger:after {
    font-size: 12px;
}

.search {
    margin-top: 15.1vh;
    padding: 10px;
    /* background: #fff; */
    position: relative;
}

.search:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

.search label {
    color:#fff;
}

.search input[type], .search textarea, .search select {
    border-radius: 0px;
}

.color--primary {
    color: #ffffff !important;
}

.search .col-md-2 {
    padding-right: 1px;
    padding-left: 0px;
}

.search select {
    background: #fff;
    border: 1px solid #afafaf;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}

.search .btn--primary {
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
}

.btn--primary, .btn--primary:visited {
    /*background: #CC7F59;
    border-color: #D89E85;*/
    background: #2b2a28;
    border-color: #2b2a28;
}

.btn--primary:hover {
    /* color: #CC7F59 !important; */
    background: #2b2a28;
}

.feature-7 .background-image-holder, .boxed, .feature-7[data-overlay]:before {
    border-radius: 0px !important;
}

.naziv {
    height: 62px;
    /* vertical-align: middle; */
    /* display: table-cell; */
    text-align: center;
    /* width: 100%; */
    /* margin-bottom: 10px; */
    /* padding-top: 10px; */
    /* padding-bottom: 5px; */
    box-sizing: border-box;
}
.naziv1 {
    text-align: center;
    /* width: 100%; */
    /* margin-bottom: 10px; */
    /* padding-top: 10px; */
    /* padding-bottom: 5px; */
    box-sizing: border-box;
}


.fbig {
    font-size: 15px;
    line-height: 22px;
}

#psearch {
    background: #2b2a28;
    padding-top:10px;
    padding-bottom:10px;
}

#psearch .search {
    margin-top:0px
}

footer .logo {
    max-height: 5.671429em;
}

.img-thumbnail {
    padding:0;
    border: none;
    border-radius: 0;
}

.kontakt {
    background: #f1f1f1;
    padding:20px
}

article.single {
    font-size: 15px
}

article.single strong {
    font-weight: 500;
}

article .btn--primary {
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    color:#fff;
    margin-left: 5px !important
}

.table th, .table td {
    padding: 0.25rem;
}

a {
    color: #CC7F59;
    font-weight: 600;
}
a:hover {
    color: #000;
}

p, ul, ol, pre, table, blockquote {
    margin-bottom: 1.125714286em;
    width: 100%;
}

ul, ol {
    line-height: 1.85714286em;
    margin-left: 20px;
    list-style-position: outside;
}

ul {
    line-height: 1.85714286em;
    margin-left: 20px;
    list-style-position: outside;
    list-style: circle;
}

.bar .menu-horizontal {
    width: auto;
}

.teaser {
    padding-top:10vh
}

@media (max-width: 991.98px) {
    .bar .logo {
        max-height: 8.857143em;
        margin-bottom: 0em
    }
    .bg {
        margin: 0px;
        height: 80vh;
    }
    h1, .h1 {
        font-size: 2.27143em;
    }

    .bg.pt-100 {
        padding-top: 20px !important;
    }

    .teaser {
        padding-top: 50px;
        padding-left:20px
    }

    .bg.pb-100 {
        padding-bottom: 20px !important;
    }
    .search .col-md-2 {
        float: left;
    }

    #search .btn {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .bar .logo {
        max-height: 8.857143em;
        margin-bottom: 1em
    }

    [class^="stack-"]:before, [class*=" stack-"]:before {
        font-size: 140%;
    }
    .bg {
        margin: 0px;
        height: 55vh;
    }

    .bg.pt-100 {
        padding-top: 20px !important;
    }

    .teaser {
        padding-top: 50px;
        padding-left:20px
    }

    .bg.pb-100 {
        padding-bottom: 20px !important;
    }

    h1, .h1 {
        font-size: 1.757143em;
    }
    .search {
        margin-top: 0vh;
    }

    .search:before {
        content: unset;
    }

    #search .btn {
        margin-top: 5px;
    }

    .feature-7, .fit {
        height: 120px
    }

    .naziv {
        font-size: 1.2em;
        line-height: 1.20842105em;
    }

    .znacke img {
        height: 50px !important
    }

}



















/* Pagination */
.pagination {
	position: relative;
	z-index: 1;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #CCC;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #CCC;
	border-color: #CCC;
}


.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #d9be76;
    background: #aaa;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #2b2a28 !important;
    color: #fff !important;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
	color: #fff !important;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
	background-color: #B01015;
	border-color: #B01015;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0F4D89;
	border-color: #0F4D89 #0F4D89 ##0F4D89;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover {

	background-color: #f14635;
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a:active:hover,
body.dark .pagination > .active > a:active:hover,
.pagination > .active > a:active:focus,
body.dark .pagination > .active > a:active:focus {
	border-color: #0077b3 #0077b3 #0077b3;
	background-color: #0077b3;
}

.pagination > .active > a.dropdown-toggle,
body.dark .pagination > .active > a.dropdown-toggle {
	border-left-color: #0077b3;
}

.pagination > .active > a[disabled],
body.dark .pagination > .active > a[disabled],
.pagination > .active > a[disabled]:hover,
body.dark .pagination > .active > a[disabled]:hover,
.pagination > .active > a[disabled]:active,
body.dark .pagination > .active > a[disabled]:active,
.pagination > .active > a[disabled]:focus,
body.dark .pagination > .active > a[disabled]:focus {
	border-color: #33bbff;
	background-color: #33bbff;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #777;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 20px
}

.pagination > li {
    float:left;
}
