/* Icon Up */
@-webkit-keyframes hvr-icon-up {
    0%,
    50%,
    100% {
        top: 5px;
        top: 5px;
    }

    25%,
    75% {
        top: -1px;
        top: -1px;
    }
}
@keyframes hvr-icon-up {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
/* Icon Up */
.begaj, #begaj {
    display: none!important;
}
.clear {
    clear: both;
}
.content-page img, img {
    max-width: 100%;
    height: auto!important;
}
iframe {
    max-width: 100%;
}
body {
    font-size: 16px;
    font-family: "PT Serif",  "Times new roman";
	font-family: 'Open Sans', sans-serif;
    color: #747474;
}
/*@font-face {
    font-family: 'PMingLiU-ExtB';
    src: url('img/PMingLiU-ExtB-Regular.ttc') format('opentype');
}*/
a { color:#e1b766}
a:focus,
a:hover {
	color: #947535;
	text-decoration:none;
	}


#header.inner-page {
    border-bottom: 1px solid #D0D0D0;
}
#header {
    position: relative;
}
#logo {
    position: absolute;
    top: -11px;
    left: 0px;
}
.header-right {
    margin: 35px -20px 35px 310px;
    text-align: right;
}
#top-menu li a {
    font-family: "PT Serif",  "Times new roman";
    color: #747474;
    font-size: 22px;
    padding: 0 16px;
}

#top-menu.responsive-nav > div > ul {
    font-size: 0;
}
#top-menu.responsive-nav > div > ul > li {
    display: inline-block;
    float: none;
}
#top-menu a:hover {
	text-decoration: none;
	color: #e1b766;
}

#top-menu > div > ul > li:after {
    content: '';
    position: absolute;
    display: block;
    right: -1px;
    top: 8px;
    width: 2px;
    height: 18px;
    background-color: #949494;
}
#top-menu > div > ul > li:last-child:after {
    display: none;
}
#main {
    /*background: url('img/back_site.png') top repeat-x #F4EDEF;*/
    padding-top: 40px;
}
.antetka {
    margin: 0 0 20px;
    /*! text-align: left; */
    font-size: 32px;
    font-family: "PT Serif",  "Times new roman";
    /*! color: #949494; */
    text-transform: uppercase;
    line-height: 32px;
}
.antetka > a {
    color: inherit;
}
.statia-big {
    padding: 11px;
    background-color: #fff;
    margin-bottom: 28px;
}
.statia-big .image {
    background-position: center;
    background-size: cover;
    padding-top: 68.08510638297872%;
}
.statia-big .wrap-text .title {
    font-family: "PT Serif",  "Times new roman";
    color: #2355D4;
    font-size: 28px;
    line-height: 1;
    text-decoration: none;
    position: relative;
    display: block;
    overflow: hidden;
}
.statia-big .wrap-text .title span {
    max-height: 59px;
    display: block;
    overflow: hidden;
}
.statia-big .wrap-text .title:after {
    content: '';
    display: block;
    width: 109px;
    height: 2px;
    background-color: #2355D4;
    margin: 5px 0 15px;
}
.statia-big .wrap-text {
    padding:16px 17px 21px;
    font-size: 14px;
    position: relative;
}
.statia-content .more {
    margin-top: 17px;
    display: block;
}
.statia-big .more, .statia-content .more {
    border: 1px solid #2355d4;
    display: inline-block;
    line-height: 1;
    padding: 13px;
    color: #2355d4;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.34s linear 0.065s;
}
.statia-big .more:hover, .statia-content .more:hover {
    background-color: #2355d4;
    color: #fff;
    transition: all 0.34s linear 0.065s;
}
.statia-big .text {
    height: 137px;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}
.statia-big .text:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    height: 29px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.drugi-statii {
    background-color: #fff;
    /*padding: 53px 0 0;*/
}
#main > .container {
    margin-bottom: 32px;
}
.spisyk-fix { margin-bottom: -50px;}
.drugi-statii .statia-item-slider {
    display: block;
}
.drugi-statii .statia-item {
    display: block;
	margin-bottom:40px;
}
.drugi-statii .statia-item-slider {
}
.drugi-statii .statia-item-slider .title,
.drugi-statii .statia-item .title {
    font-family: "PT Serif",  "Times new roman";
    color: #e1b766;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    padding: 14px 0px 0px;
}
.drugi-statii .statia-item-slider:hover .title,
.drugi-statii .statia-item:hover .title{
	text-decoration: none;
	color: #947535;
}
.drugi-statii .statia-item-slider:hover .price,
.drugi-statii .statia-item:hover .price {
    background-color: #947535;
}
.drugi-statii .statia-item-slider .image,
.drugi-statii .statia-item .image {
    background-position: center;
    background-size: cover;
    padding-top: 68.08510638297872%;
}
.list-drugi-statii {
    margin-bottom: 10px;
}
#footer  {
    background: #e6e5e5 url('img/footer_img.png') top center no-repeat;
    /*! margin-top: 60px; */
	font-size: 16px;
	padding:40px 0px 20px 0px;
    line-height: 23px;
}
#footer a  {
	color: #747474;
}
#footer a:hover  {
	color: #000;
}
#footer .contacts {
    padding: 30px 60px 0;
}
#footer .antetka {
    color: #696969;
    margin: 0;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 10px;
}
#footer .contacts a {
    color: #696969;
}
#footer .contacts a:hover {
    color: #fff;
}

#footer .info {
    background-color: #688CCF;
    padding: 34px 0 0;
}
/*#footer .info > .container.pages {
    padding: 0 60px 43px;
}
#footer .info > .container.pages > div {
    float: left;
    padding: 0 45px;
}
#footer .info > .container.pages > div.col-1 {
    width: 50%;
}
#footer .info > .container.pages > div.col-2 {
    width: 50%;
}*/
#footer .info .title {
    font-family: "PT Serif",  "Times new roman";
    font-size: 28px;
    color: #696969;
}
#footer .info li a {
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 0 0 0 22px;
    display: block;
}
#footer .info ul {
    margin: 0;
    padding: 0;
}
#footer .info li {
    list-style: none;
}
#footer .avtor span {
    padding-right: 30px;
    display: inline-block;
    font-size: 20px;
    padding-bottom: 10px;
}
#footer .copyright {
    text-align: right;
    padding: 0 0 20px;
    font-size: 14px;
}
.copyright, .copyright a {
    color: #696969;
    text-align: right;
}
.copyright a {
    display: inline-block;
}
.copyright a:hover {
    color: #fff
}
.copyright a span {
    background: rgba(0, 0, 0, 0) url("img/wd.png") no-repeat scroll;
    /*background: rgba(0, 0, 0, 0) url("img/all-pics.png") no-repeat scroll -1px -43px;*/
    display: inline-block;
    height: 21px;
    margin-left: 6px;
    vertical-align: -4px;
    width: 31px;
}
.copyright a:hover span {
    animation-duration: 0.75s;
    animation-name: hvr-icon-up;
    animation-timing-function: ease-out;
}
#top-menu .label-menu {
    text-transform: uppercase;
    text-shadow:0 0 2px #fff;
}
#top-menu .label-menu span {
    font-size: 24px;
    vertical-align: top;
}
#top-menu.responsive-nav > div.first-open {
    display: inline-block;
}
.statia-content {
    background-color: #fff;
    padding: 35px;
    text-align: justify;
}
.image-article {
    float: left;
    margin: 0 33px 33px 0;
    width: 50%;

}
.navigation {
    font-size: 14px;
    margin: 40px 0 65px;

}
.navigation a {
    color: #6f4e75;
}
.navigation a, .navigation span {
    display: inline;
    text-decoration: none;
}
.navigation a + a::before, .navigation a + span::before, .navigation span + a::before, .navigation span + span::before {
    content: "";
    margin: 0 8px 0 4px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: url('img/all-pics.png') no-repeat -1px -78px;
    vertical-align: middle;
}
.social-icons {
    margin-top: 30px;
}
.etiketi {
    line-height: 1;
    margin-top: 30px;
    border-right: 1px solid #E1CED3;
}
.etiketi a {
    color: #6f4e75;
    font-size: 12px;
}
.etiketi .title {
    font-family: "PT Serif",  "Times new roman";
    font-size: 28px;
}
.price {
    background: #e1b766 repeat scroll 0 0;
    /*box-shadow: 2px 2px 2px #666;*/
    color: #fff;
    font-size: 24px;
    font-family: "PT Serif",  "Times new roman";
    text-align: center;
    height: 60px;
    right: 15px;
    line-height: 41px;
    min-width: 135px;
    padding: 10px 5px;
    position: absolute;
    top: -10px;
}
#slider > .container{
    position: relative;
}
.podpis {
    width: 350px;
    height: 115px;
    display: block;
    background: url('img/jikov_icons.png') -200px -40px no-repeat;
    position: absolute;
    right: 47px;
    bottom: -37px;
    z-index: 1;

}
#owl-header.owl-carousel .item .slider-fill {
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    position: relative;
    padding-top: 36.08433734939759%;
}
#owl-header.owl-carousel .slide-title {
    font-family: '"PT Serif"';
    font-size: 36px;
    line-height: 100%;
    color: #fff;
    text-align: right;
    text-shadow: 1px 1px 2px #000;
    padding: 15px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-decoration: none;
    outline: none 0;
}
#owl-header.owl-carousel .slide-title:hover {
    color: rgba(255,255,255,0.75);
}
#owl-header .owl-prev, #owl-header .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 70px;
    background: none;
}
#owl-header .owl-nav .owl-prev {
    left: 0;
}
#owl-header .owl-nav .owl-next {
    right: 0;
}
#owl-header .owl-nav .icon.next, #owl-header .owl-nav .icon.prev {
    width: 30px;
    height: 55px;
    background: url('img/jikov_icons.png') no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#owl-header .owl-nav .icon.next {
    background-position: -215px -224px;
}
#owl-header .owl-nav .icon.prev {
    background-position: -76px -224px;
}
#owl-header .owl-nav .icon.next:hover {
    background-position: -215px -345px;
}
#owl-header .owl-nav .icon.prev:hover {
    background-position: -76px -345px;
}
#owl-header .owl-controls {
    margin: 0;
}

.test {
	background-color: #000;
	position:relative;
}
.test3 {
	background-color: #86a9d9;
	z-index: 2;
}
.razdel {
	background: #e1b767 url(img/razdel_back.png) top center no-repeat;
	    background-position: 80% 0px;
}
.razdel-title {
	padding:10px 0px;
	font-size:34px;
	line-height:34px;
	text-align:right;
	color:#fff;
	/*! font-weight:bold; */
	font-family: "PT Serif", "Times new roman";
}
.razdel-title a {
    color: inherit;
}
.razdel-back-2 {
	background:url(img/razdel_back2.gif) no-repeat left;
	height:17px;
	width:80%;
	margin:0px auto;
	}
h1.zaglavie {
	margin:0px 0px 20px 0px;
	padding:0px;
	/*! color#232323; */
	font-size:32px;
	font-family: "PT Serif", "Times new roman";
	text-transform: uppercase;
	line-height: 32px;
}
.price-big {
    color: #e1b767;
    font-size: 30px;
    font-family: "PT Serif",  "Times new roman";

}
.small-gallery {
	margin-right:-5px;
	background-color:#ffffff;
	padding-bottom:2px;
	}
.small-gallery .gallery-img-item a {
    display: block;
    padding-top: 60%;
    background-size: cover;
    background-position: center;
}
.wrap-small-gallery {
    border-bottom: 1px solid #f0dbb2;
}
.small-gallery .gallery-img-item {
	display: inline-block;
    width: 20%;
    margin-bottom: -5px;
    margin-left: -5px;
    padding: 0 5px;
    margin-top: 10px;
}
.big-gallery-pic a {
	 display: block;
    padding-top: 60%;
    background-size: cover;
    background-position: center;
	}
.item {
		}
	#owl-gallery-pictures .owl-prev, #owl-gallery-pictures .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 23px;
    background: none;
}
#owl-gallery-pictures .owl-nav .owl-prev {
    left: -30px;
}
#owl-gallery-pictures .owl-nav .owl-next {
    right: -30px;
}
/*#owl-gallery-pictures .owl-nav .icon.next, #owl-gallery-pictures .owl-nav .icon.prev {
    width: 21px;
    height: 41px;
    background: url('img/slider_arr.png') no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/
#owl-gallery-pictures .owl-nav .icon.prev {
	 width: 21px;
    height: 41px;
    background: url(img/jikov_icons.png) no-repeat -370px -232px;
    margin: auto;
    position: absolute;
	 top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	}
#owl-gallery-pictures .owl-nav .icon.prev:hover {
    background: url(img/jikov_icons.png) no-repeat -370px -298px;
	}
#owl-gallery-pictures .owl-nav .icon.next {
    width: 21px;
    height: 41px;
    background: url(img/jikov_icons.png) no-repeat -460px -232px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#owl-gallery-pictures .owl-nav .icon.next:hover {
    background: url(img/jikov_icons.png) no-repeat -460px -298px;
	}
#owl-gallery-pictures .owl-nav .icon.next {
   /* background-position: -51px 0;*/
}
#owl-gallery-pictures .owl-nav .icon.prev {
    /*! background-position: 0 0; */
}
#owl-gallery-pictures .owl-nav .owl-prev, #owl-gallery-pictures .owl-nav .owl-next {
	top: -14%;
}
.otstap {
	margin-bottom:30px;
	}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.bottom-position {
	position:relative;
	background-color:#9F7778;
	border:2px;
	}
.created-wrap {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:3;
	}
.created {
    margin:75px 0px 0px;
	text-align:right;
}
.created a {
    color: #4b5b6d;
    /*! font-size: 16px; */
    text-decoration: none;
    padding: 3px 34px 0px 0px;
    background:url(img/wd.png) no-repeat right center;
}
.created a:hover {
    text-decoration: none;
    color: #232323;
}
 a.facebook {
    color: #4b5b6d;
    text-decoration: none;
    padding: 3px 0px 0px 22px;
    background:url(img/jikov_icons.png) no-repeat -379px -370px;
}
h3 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size: 24px;
	font-weight:normal;
	/*! color: #232323; */
	font-family: "PT Serif", "Times new roman";
	}
.cont-wrap {
	 margin-bottom: 50px;
	}
.news-single-image {
    float: left;
    margin: 0 25px 15px 0;
    width: 42%;
}
.nav-toggle {
	font-family: "PT Serif", "Times new roman";
	white-space: nowrap;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	font-size: 22px;
	line-height: 23px;
	text-align: center;
	background: #fff;
	color: #e1b767;
	padding: 8px 22px;
	border: 2px solid #e1b767;
	outline: none;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
}
.nav-toggle:hover  {
	background: #f7edd9;
	border: 2px solid #947535;
	color: #947535;
}
#zapitvane { display:none;}
.but-wrap {
		margin:30px 0px;
}
.form-zapitvane {
    background:#f7edd9;
    padding:40px;
    margin-bottom: 20px;
}
.form-zapitvane textarea {
    resize: none;
}
	.zaglavie2 {
		font-family: "PT Serif", "Times new roman";
		margin: 0px 0px 30px 0px;
		padding:0px;
		color: #947535;
		text-transform:uppercase;
		font-size:22px;
		line-height:23px;
		/*! border-bottom: 1px solid #f0dbb2; */
		text-align:center;
		}
	.text-center {
		text-align:center;
		}
.form-zapitvane input[type="text"], .form-zapitvane input[type="password"], .form-zapitvane input[type="tel"], .form-zapitvane input[type="number"], .form-zapitvane select, .form-zapitvane textarea {
	display: inline-block;
	width: 100%;
	padding: 7px;
	font-size: 16px;
	background-color: #fff;
	color: #947535;
	border: 0px solid;
	border-left: 1px solid #f0dbb2;
	border-top: 1px solid #f0dbb2;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
}
.form-zapitvane input[type="text"]:focus, .form-zapitvane input[type="password"]:focus, .form-zapitvane input[type="tel"]:focus, .form-zapitvane input[type="number"]:focus, .form-zapitvane select:focus, .form-zapitvane textarea:focus {
	outline: none;
	border: 0px solid;
	border-left: 1px solid #d6bf8f;
	border-top: 1px solid #d6bf8f;
	border-right: 1px solid #d6bf8f;
	border-bottom: 1px solid #d6bf8f;
	background-color:#fbf4e8;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
}
 .form-zapitvane textarea {
	 height:110px;
}
.inp-wrap {
	margin-bottom:10px;
	}
.form-zapitvane-but {
	font-family: "PT Serif", "Times new roman";
	white-space: nowrap;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	background: #e1b766;
	color: #ffffff;
	padding: 11px 22px;
	border: 0px solid;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	outline: none;
			}
	.form-zapitvane-but:hover  {
	background: #947535;
			}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #947535;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #947535;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #947535;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #947535;
}
a.more-link  {
    background:url(img/jikov_icons.png) no-repeat -540px -240px;
    padding: 0px 0px 0px 10px;
}
a.more-link:hover  {
    background:url(img/jikov_icons.png) no-repeat -540px -306px;
}
.contact-fon {
    background:url(img/contact_fon.jpg) no-repeat top right;
}
#top-menu {
    margin-bottom: -15px;
}
#top-menu > div > ul > li > a {
    padding-bottom: 15px;
}
#top-menu .dropdown > div {
    background-color: #fff;
    color: #d0a95f;
    text-align: left;
    text-transform: uppercase; 
    border: 2px solid #d0a95f;
    border-top: none;
    min-width: 210px!important;
/*    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 100;
}
#top-menu .dropdown > div a {
    color: #d0a95f!important;
    background-color: #fff!important;
}
#top-menu .dropdown > div a:hover {
    background-color: #d0a95f!important;
    color: #fff!important;
}
#top-menu .dropdown > div a:last-child {
    margin-bottom: 15px;
}
#top-menu .dropdown:hover a {
    color: #d0a95f;
}

        
/*  Bootrap ------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
    /* Extra small devices (phones, less than 768px) - xs */
	.contact-fon {
	background:none;
	}
	#footer {
    background: #e6e5e5 url('img/footer_img.png') top right no-repeat;
}
	#top-menu li a {
    padding: 0px;
}
	.news-single-image {
        width: 40%;
    }
	.otstap-2 {
	margin-bottom:30px;
	}
	.created {
    margin: 0px;
    text-align: left;
}
	#owl-gallery-pictures {
		width:90%;
		margin:0px auto;
		}
    .navigation {
        padding-left: 10px;
    }
    .image-article {
        margin: 0 20px 15px 0;
        width: 40%;
    }
    #top-menu .list-menu {
        background-color: rgba(255,255,255,0.8);
        position: relative;
        padding: 10px 0;
        z-index: 9;
    }
    #top-menu.responsive-nav > div > ul > li:after {
        display: none;
    }
    #top-menu.responsive-nav > div > ul > li a:hover {
        background-color: #fff;
    }
    #top-menu.responsive-nav > div > ul > li {
        display: block;
    }
    #logo {
        width: 180px;
		top: -5px;
    }
    .header-right {
        margin-left: 0;
        margin-right: 0;
		margin-bottom: 10px;
		margin-top: 20px;
    }
    .statia-big .more,.statia-big .text {
        display: none;
    }
    .statia-big .wrap-text {
        padding-bottom: 0;
    }
    #footer .avtor > span {
        display: inline-block;
        font-size: 16px;
        padding-right: 10px;
        padding-bottom: 5px;
    }
    .podpis {
        display: none;
    }
    .glyphicon {
        top: 0;
    }
    #header .label-menu {
        padding-top: 0px;
    }
    .copyright a span {
        display: inline-block;
    }
	.responsive-nav .label-menu {
    padding: 10px 0px 10px 0px;
    }
#top-menu .dropdown > div > a {
    text-align: right;
    padding-right: 5px!important;
/*    margin-right: 5px;*/
    }
.responsive-nav > div > ul > li {
    text-transform: none;
}
#top-menu .dropdown > div {
    border: none;
    min-width: 100%;
    padding-right: 5px;
}
#top-menu .dropdown > div a:hover {
    
}
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Small devices (tablets, 768px and up) - sm */
	.contact-fon {
	background:none;
	}
	.news-single-image {
        width: 40%;
    }
    .image-article {
        margin: 0 20px 15px 0;
    }
    #logo {
        width: 200px;
    }
    #top-menu li a {
        font-size: 18px;
        text-shadow: 0 0 2px #fff;
    }
    #top-menu > div > ul > li::after {
        top: 5px;
        height: 15px;
    }
    .statia-big .wrap-text .title {
        font-size: 22px;
    }
    .statia-big .wrap-text .title span {
        max-height: 46px;
    }
    .statia-big .wrap-text {
        font-size: 12px;
        padding-bottom: 0;
    }
    .statia-big .text {
        margin: 0;
        height: 102px;
    }
    .statia-big .more {
        display: none;
    }
    #footer .avtor > span {
        display: inline-block;
        font-size: 16px;
        padding-right: 10px;
        padding-bottom: 5px;
    }
    .header-right {
        text-align: right;
        padding-right: 20px;
    }
    #footer .contacts {
        padding: 30px 30px 0;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    /* Medium devices (desktops, 992px and up) - md */
    #logo {
        width: 250px;
		 top: -7px;
    }
    .header-right {
        margin-left: 300px;
    }
}
@media (min-width: 1200px) {
    /* Large devices (large desktops, 1200px and up) - lg */
#owl-gallery-pictures .owl-nav .owl-prev {
    left: -40px;
}
#owl-gallery-pictures .owl-nav .owl-next {
    right: -40px;
}
}


/* Custom resolutions */
@media (min-width: 1400px) {

}
@media (min-width: 1550px) {

}
@media (max-width: 1199px) {
    #footer .info > .container.pages {
        padding-left: 15px;
        padding-right: 15px;
    }
    #footer .info > .container.pages > div {
        padding: 20px;
    }
    #footer .info .title {
        font-size: 23px;
        line-height: 1;
        padding: 0 0 10px;
    }
}
@media (max-width: 615px) {
    .image-article {
        margin: 0 0 15px;
        width: 100%;
    }
    #footer .avtor > span {
        display: block;
        font-size: 16px;
        padding-right: 10px;
        padding-top: 10px;
        text-align: center;
    }
    #footer .antetka {
        text-align: center;
    }
    #footer .copyright {
        text-align: center;
    }
    .podpis {
        display: none;
    }

}
@media (max-width: 544px) {
	.news-single-image {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
	.news-single-image img {
        margin: 0 auto 15px;
    }
    .list-drugi-statii > div {
        width: 100%;
    }
    .podpis {
        display: none;
    }
    #owl-header .owl-nav .icon.prev {
        display: none;
    }
    #owl-header .owl-nav .icon.next {
        display: none;
    }

}
@media (max-width: 460px) {
/*    .list-drugi-statii > div {
        width: 100%;
    }*/

    #footer .avtor > span {
        padding-right: 10px;
        padding-bottom: 10px;
    }

}
@media (max-width: 320px) {

}
