@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&subset=latin-ext');

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold-webfont.eot');
	src: url('../fonts/Montserrat-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/Montserrat-Bold-webfont.woff2') format('woff2'),
	     url('../fonts/Montserrat-Bold-webfont.woff') format('woff'),
	     url('../fonts/Montserrat-Bold-webfont.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Light-webfont.eot');
	src: url('../fonts/Montserrat-Light-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/Montserrat-Light-webfont.woff2') format('woff2'),
	     url('../fonts/Montserrat-Light-webfont.woff') format('woff'),
	     url('../fonts/Montserrat-Light-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular-webfont.eot');
	src: url('../fonts/Montserrat-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/Montserrat-Regular-webfont.woff2') format('woff2'),
	     url('../fonts/Montserrat-Regular-webfont.woff') format('woff'),
	     url('../fonts/Montserrat-Regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
    font: 300 18px/140% 'Montserrat', sans-serif;
}
body.editor {
    background: white;
    width: auto;
    height: auto;
}
ul, ol, li, p, form, fieldset, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
/* heading */
h1 {
    padding: 3px 0 15px 0;
    color: #000;
    font: 700 28px/120% 'PT Serif', serif;
    text-transform: inherit;
}
.h1hp {
    position: absolute;
    top: -500px;
    left: -5000px;
}
header .col-right h1 {
    white-space: nowrap;
    }
h2, h3 {
    padding: 10px 0 7px 0;
    color: #000;
    font: 700 24px/120% 'PT Serif', serif;
    text-transform: inherit;
}
h3 {
    font-size: 20px;
    color: #FED03E;
}
h4, h5, h6 {
    padding: 5px 0 4px 0;
    font: 700 16px/120% 'PT Serif', serif;
    color: #444;
    text-transform: inherit;
}
h5 {
    color: #FED03E;
}
/* links */
a {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px rgba(254, 208, 62, 1) solid;
}
a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
}
/* paragraph */
p {
    margin-bottom: 1em;
}
strong, b {
    font-weight: 700;
}
/* lists */
ul,
ol {
    padding: 0 0 1em 0;
    line-height: 135%;
    /*overflow: hidden;*/
}
ul ul,
ol ol,
ol ul,
ul ol {
    padding: 2px 0 0 0;
}
ul li,
ol ul li {
    padding: 2px 0 2px 17px;
    list-style: none;
    line-height: 135%;
}
ol li {
    margin-left: 20px;
    padding: 2px 0;
}
ol ul li {
    margin-left: 0;
}
ul li li,
ol li li {
    padding-bottom: 0;
}
ul li:before {
    content: '\e080';
    display: inline-block;
    margin: 0 5px 0 -12px;
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
}
ul li ul li:before,
ol li ul li:before {
    content: '\e080';
    display: inline-block;
    margin-right: 5px;
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    color: #FFD24C;
}
/* images */
img {
    box-sizing: border-box;
    border-style: none;
    max-width: 100%;
    height: auto;
}
img.border,
.border {
    border: 1px solid #aaa;
}
.cl {
    clear: both;
}
input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/******** basic layout ********/

/* header-up-menu */
.padding-all {
    padding: 0;
}
.padding-right {
    padding-right: 0px;
    padding-left: 30px;
}
.padding-left {
    padding-left: 0px;
}
.line-up {
    width: 100%;
    height: 30px;
    background: #000;
    float: left;
}
.menu-upRight {
    padding-left: 20px;
}
.menu-upRight ul li {
    float: left;
    padding: 0 0 2px 13px;
}
.menu-upRight li:first-child {
    padding-left: 20px;
}
.menu-in {
    float: left;
}
.menu-inLang {
    float: right;
}
.menu-upRight ul li a {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    border-bottom: 0px;
}
.menu-inLang .active a,
.menu-in li a:hover {
    text-decoration: underline;
}
/* header - logo, title */
header .logo {
    padding-top: 20px;
    box-sizing: border-box;
}
header .logo-over {
    border-bottom: 0px;
}
header h1 {
    font-size: 35px;
    font-weight: 400;
    padding: 50px 0 30px 5px;
}
header h1 span {
    color: #FFD24C;
}
header h1 br {
    display: none;
}
/* header - main menu */
.menu-hide {
    display: none;
}
.main-menu ul li:before {
    display: none;
}
.header-nav,
.main-menu.navLeft ul li {
    padding-left: 0px;
    float: left;
    clear: both;
}
.header-titleRight .header-nav {
    width: 79%;
}
.main-menu {
    padding-left: 0;
    background: #fff;
    border-bottom: 0px;
    position: relative;
}
.main-menu .container {
	padding: 0;
}
.main-menu ul:not(.lang) > li > a {
    text-decoration: none;
}
.main-menu ul > li > a {
    padding: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    text-decoration: none;
    border-bottom: 2px #fff solid;
}
.main-menu ul > li > a:hover {
    background-color: #fff;
    border-color: rgba(255, 210, 76, 1);
}
.main-menu ul > li > a:focus {
    background-color: #fff;
    border-color: rgba(255, 210, 76, 0.5);
}
.padding-left,
.padding-left li:first-child {
    padding-left: 0px;
}
.navbar-collapse {
    padding-right: 0px;
}
/* header - left menu (supplemented) */
.main-menu.navLeft ul li a {
    border-bottom: 2px #fff solid;
    line-height: 21px;
    padding: 7px 5px;
    box-sizing: border-box;
}
.main-menu .nav.navbar-nav {
    width: 100%;
}
.main-menu.navLeft ul li {
    width: 100%;
    padding: 0;
}
.main-menu.navLeft ul li a:focus {
    border-color: rgba(255, 210, 76, 0.5);
}
.main-menu.navLeft ul li a:hover {
    border-color: rgba(255, 210, 76, 1);
    width: 100%;
}
.main-menu.navLeft .main-menu.down {
    margin-top: 5px;
}
.main-menu.navLeft .main-menu.down ul > li > a {
    text-transform: uppercase;
    line-height: 30px;
}
.main-menu.navLeft .main-menu.down ul > li > a:focus {
    border-color: rgba(0, 0, 0, 0.3);
}
.main-menu.navLeft .main-menu.down ul > li > a:hover {
    border-color: rgba(0, 0, 0, 0.6);
}
/* header-search */
.header-forms {
    width: 21%;
    float: right;
    margin-top: 6px;
}
.header-forms img {
    display: none;
}
.search-form input[type="text"].header-search {
    background: #fff;
    width: calc(100% - 18px);
    height: 22px;
    font: 400 15px/120% 'PT Serif', serif, sans-serif;
    color: #000;
    border: 0px;
    padding: 0 0 0 5px;
    box-sizing: border-box;
    outline: none;
    float: left;
}
.search-form input[type="submit"].header-buttonQuery {
    background: #fff url('../images/lupa.png') no-repeat center center;
    width: 18px;
    height: 22px;
    border: 0px;
    outline: none;
}
.search-form {
    border-bottom: 2px #555555 solid;
}
.search-form:hover {
    border-bottom: 2px #FFD24C solid;
}
.search-form input[type="text"].header-search:focus {
    color: #000;
}
.search-form input[type="submit"].header-buttonQuery:hover {
   background: url('../images/lupa-hover.png') no-repeat center center;
}
/* slideshow */
.swiper-slide {
    height: 346px;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
.swiper-slide h2 {
    color: #fff;
}
.slide-text {
    width: 100%;
    min-height: 144px;
    background: rgba(68, 68, 68, 0.6)no-repeat center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 40px 25px 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.slide-text:after {
    content: "";
	 display: block;
	 width: 30px;
	 height: 55px;
	 background: url('../images/slide-prapor.png') no-repeat;
    position: absolute;
    top: -10px;
    right: 65px;
}
.swiper-pagination-bullet {
    background-color: rgba(68, 68, 68, 0);
    width: 10px;
    height: 10px;
    border: 1px #fff solid;
    border-radius: 50%;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
    border: 1px #fff solid;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}
.container .col-right-content {
    padding-right: 0;
    padding-left: 30px;
}
 /* article */
.article-up h2,
.article-hp h2 {
	margin-bottom: 15px;
	font-size: 24px;
}
.article-up h2:first-child {
    padding-right: 10px;
}
.article-up {
    min-height: 240px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 30px;
}
.article-up a,
.article-hp a {
    text-decoration: none;
    color: #000;
    border-bottom: 0px;
}
.article-up a:hover,
.article-hp a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.artUp-left,
.artUp-right,
.article-hp-in {
    float:left;
    background: #fff;
    border-bottom: 1px #aaa solid;
    padding: 30px 40px 90px 40px;
    box-sizing: border-box;
}
.artUp-left:hover,
.artUp-right:hover,
.article-hp-in:hover {
    background: #fed03e;
}
.artUp-left:hover span,
.artUp-right:hover span,
.article-hp-in:hover p.date a {
	color: #000;
}
.article-hp-in {
    min-height: 230px;
    padding-bottom: 20px;
}
.artUp-left {
    position: relative;
}
a.artUp-left:after,
a.artUp-right:not(:last-of-type):after {
    content: "";
    width: 1px;
    height: calc(100% - 80px);
    position: absolute;
    top: 40px;
    right: 0;
    background: #aaa;
}
.article-up p,
.article-hp-in .extract p.date {
    font-size: 14px;
    width: 100%;
}
.article-up p {
    position: absolute;
    bottom: 50px;
    width: calc(100% - 80px);
}
.article-up p span,
.article-hp-in p.date a.more {
    font-size: 14px;
    line-height: 130%;
    color: #FDCE2A;
    float: right;
}
.article-up p span:before,
.article-hp-in p.date a.more:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 22px;
	margin: 0 5px 0 0;
	position: relative;
	top: 7px;
	background: url('../images/loop.png') no-repeat 50% 50%;
}
.article-up p span:hover,
article-hp-in .date a:hover {
    text-decoration: underline;
}
.article-hp-in .extract {
    float: left;
    width: calc(100% - 238px);
}
.article-hp-in p.rubrics a {
    font-size: 14px;
}
.article-hp-in p.rubrics {
    margin-bottom: 5px;
}
.article-hp-in h2 {
    margin-bottom: 15px;
    padding: 0;
}
.article-hp-in img {
    margin: 0 20px 10px 0;
}
.article-hp-in a.banner {
    float: left;
    position: relative;
}
.article-hp-in a.banner:after {
    content: "";
    width: 30px;
    height: 61px;
    background: url('../images/slide-prapor.png')no-repeat;
    display: block;
    position: absolute;
    top: -5px;
    right: 35px;
}
.article-hp-in:hover a.banner:after {
	background-position: -30px 0;
}
/* banner */
.horizontal img {
    margin: 35px 0;
}
.vertical img {
    margin: 0;
}
.horizontal p,
.vertical p {
    margin: 0;
}
/* link */
.cols-link p {
    font: 400 22px/120% 'PT Serif', serif;
    text-align: center;
}
.cols-link {
    margin-bottom: 35px;
}
.col-link {
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
}
.col-link:hover {
    opacity: 0.85;
}
.col-link:after {
    content: "";
    width: 1px;
    height: calc(100% - 50px);
    background: #aaa;
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
}
.col-link:nth-of-type(3n+3):after {
    display: none;
}
.col-link-in {
    border-top: 1px #aaa solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    min-height: 90px;
    height: 90px;
}
.col-link:nth-of-type(-1n+3) .col-link-in {
    border-top: 0px;
}
.cols-link img {
    float: left;
    margin-right: 10px;
}
.col-link p {
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
    width: 100%;
    max-width: 135px;
    text-align: left;
}
a.col-link {
    text-decoration: none;
    border-bottom: 0px;
}
/* footer */
.footer-out {
    width: 100%;
    background: #eee;
}
.footer-in p {
    font: 300 13px/140% 'PT Serif', serif;
    padding: 65px 0 25px 0;
}
.footer-in a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px #000 solid;
}
.footer-link a {
    margin-right: 25px;
    display: inline-block;
}
.footer-link {
    display: inline-block;
}
.footer-link a:hover {
    border-bottom: 1px #FFD24C solid;
}
.footer-in {
    position: relative;
}
.footer-in:after {
    content: "";
	 display: block;
	 width: 30px;
	 height: 55px;
	 background: url('../images/slide-prapor.png') no-repeat;
    position: absolute;
    top: -10px;
    right: 90px;
}
.footer-socials {
	padding-top: 60px;
}
.footer-socials a {
	border: 0;
	text-decoration: none;
}
.footer-socials img {
	width: 30px;
}
p.fright {
    text-align: right;
}
p.fright a:hover {
    border-bottom: 0px;
}
/************** content page ****************/
/* table */
table.standard,
table.colored {
    margin: 20px 0px;
    border-collapse: collapse;
    overflow: auto;
}
table.standard tr th,
table.standard tr td,
table.colored tr th,
table.colored tr td {
    border: 1px #ccc solid;
    padding: 20px 20px 20px 20px;
    text-align: center;
}
table.colored tr th,
table.colored tr td {
    border: 1px #FEC10A solid;
}
table.standard tr th,
table.colored tr th {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
}
table.standard tr:nth-of-type(2n) {
    background: #edeceb;
}
table.colored tbody tr:nth-of-type(2n+1) {
    background: rgba(254, 208, 62, 0.3);
    color: #000;
}
table.standard a.out:hover,
table.colored a.out:hover {
    color: #FEC10A;
}
/* citace */
.cite {
    background: rgba(254, 208, 62, 1);
    clear: both;
    padding: 1em;
    font-style: italic;
    position: relative;
    margin: 2em 0;
}
.cite a {
    border-bottom: 1px #000 solid;
}
.cite a:hover {
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
}
/*  navi-article  */
.navi {
    float: right;
    margin: 20px 0;
}
.navi ul li:before {
    display: none;
}
.navi ul li {
    float: left;
}
.navi ul li a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 22px;
    border-bottom: 0px;
}
.navi ul li a:hover {
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px #000 solid;
}
/*** end-content page ***/
/******** content page-fotogalerie *********/
.cols-galerie {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    clear: both;
}
.cols-galerie a {
    border-bottom: 0px;
}
.cols-galerie img {
    padding: 20px 0;
    box-sizing: border-box;
    margin-right: 0px;
    clear: both;
}
.cols-galerie .col-galerie {
    padding: 0px 20px;
    box-sizing: border-box;
}
.cols-galerie .col-galerie:hover {
    opacity: 0.7;
}
.cols-galerie .col-galerie-in {
	text-align: center;
}
.cols-galerie .col-galerie-in p {
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    float: left;
}
.cols-galerie .col-galerie-in {
    border-top: 1px #aaa solid;
    position: relative;
}
.cols-galerie .col-galerie:after  {
    content: "";
    width: 1px;
    height: calc(100% - 100px);
    background: #aaa;
    position: absolute;
    top: 50px;
    right: 0;
}
.cols-galerie .col-galerie:nth-of-type(3n+3):after {
    display: none;
}
.cols-galerie .col-galerie:nth-of-type(-1n+3) .col-galerie-in {
    border-top: none;
}
.cols-galerie .col-galerie-in:after {
	content: "";
	display: block;
	width: 30px;
	height: 55px;
	background: url('../images/slide-prapor.png') no-repeat;
	position: absolute;
	top: 15px;
	right: 30px;
}
a.fancybox-item.fancybox-close {
    border-bottom: 0px;
}
#fancybox-thumbs.bottom ul li:before {
    display: none;
}
/******** end-content page-fotogalerie *********/


/******************    responsion   *********************/
/********      1200px      ********/
@media (max-width: 1199px) {
	footer .padding-all {
		display: flex;
		flex-wrap: wrap;
	}
	footer .padding-all .footer-socials {
		order: 10;
		padding: 15px 30px 30px 30px;
	}
	.footer-link,
	p.fright {
		width: 50%;
		float: left;
	}
	p.fright {
		font-size: 12px;
	}
	.fotoGal {
		justify-content: space-between;
	}
}
/********      990px      ********/
@media (max-width: 991px) {
    .col-left-hide,
    .line-up {
        display: none;
    }
    /* header */
    .menu-hide,
    .header-forms img {
       display: block;
    }
    header h1 br {
        display: block;
    }
    header h1 {
        width: 100%;
        order: 2;
    }
    header .col-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    header .nav-out {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    header .search-form {
        display: none;
    }
     header .header-forms img {
        width: 22px;
        height: 22px;
    }
    header .header-forms {
        width: 50%;
        order: 1;
        margin: -30px 0 0 -200px;
    }
    header.container {
        position: relative;
	padding: 0;
    }
    header.container:after {
        content: "";
        width: calc(100% - 30px);
        height: 1px;
        position: absolute;
        top: 50px;
        left: 15px;
	padding: 0;
        background: #aaa;
    }
    header .logo {
        padding: 80px 10px 40px 20px;
    }
    /* footer up */
    .cols-link .col-link:nth-of-type(-1n+3) .col-link-in {
       border-top: 1px #aaa solid;
    }
    .cols-link .col-link:nth-of-type(-1n+2) .col-link-in {
        border-top: 0px;
    }
    .cols-link .col-link:nth-of-type(3n+3):after {
        display: block;
    }
    .cols-link .col-link:nth-of-type(2n+2):after {
        display: none;
    }
    /* footer */
    .footer-in:after {
	right: 40px;
    }
    /* nav-menu */
    .navbar-toggle {
        width: 20px;
        height: 35px;
        margin: 10px 15px 0px auto;
        padding: 0;
        border: 0;
        border-radius: 0;
    }
    .navbar-toggle:focus,
    .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-toggle .icon-bar {
        width: 100%;
        height: 3px;
        background: #000;
        border-radius: 0;
        transition: all 0.3s ease;
    }
    .navbar-toggle .icon-bar:not(:last-of-type) {
        margin: 0 20px 6px 0;
    }
    .navbar-toggle .icon-bar:first-of-type {
        transform: rotate(45deg) translate(8px, 5px);
    }
    .navbar-toggle .icon-bar:nth-of-type(2) {
        opacity: 0;
    }
    .navbar-toggle .icon-bar:last-of-type {
        transform: rotate(-45deg) translate(8px, -5px);
    }
    .navbar-toggle.collapsed .icon-bar {
        opacity: 1;
        transform: rotate(0deg);
    }
    .main-menu {
        padding: 0px;
        width: calc(155% - 35px);
        order: 2;
        margin: 10px 0 0 calc(-50% + 15px);
    }
    .main-menu .navbar-collapse {
        width: calc(100% - 22px);
        margin: 0;
        position: absolute;
        top: -5px;
        left: 7px;
        z-index: 500;
        padding: 0px;
        border: 0;
    }
    .main-menu .navbar-collapse .menu-show {
        background: rgba(254, 208, 62, 1.0);
    }
    .main-menu .navbar-collapse .menu-hide {
        background: rgba(170, 170, 170, 1.0);
    }
    .main-menu ul.menu-show > li > a {
        border-bottom: 1px #FEC10A solid;
    }
    .main-menu ul.menu-hide > li > a {
        border-bottom: 1px #999 solid;
        color: #333;
    }
    .main-menu ul.menu-show > li:last-child a,
    .main-menu ul.menu-hide > li:last-child a {
        border-bottom: 0px;
    }
    .main-menu ul {
        margin: 0;
        clear: both;
    }
    .main-menu ul {
        padding: 15px 30px;
        box-sizing: border-box;
    }
    .main-menu ul li {
        padding-left: 0px;
    }
    .ul li:first-child {
        padding-left: 20px;
    }
    .main-menu ul > li > a:focus,
    .main-menu ul > li > a:hover {
        background-color: transparent;
    }
    /* header - left submenu */
    .main-menu .dropdown .caret {
        position: relative;
        left: 15px;
        display: inline-block;
        width: 31px;
        height: 31px;
        margin: -15px 0;
        border: 0;
    }
    .dropdown .caret:before {
        content: '\e251';
        display: inline-block;
        width: 31px;
        height: 25px;
        line-height: 25px;
        font-family: 'Glyphicons Halflings';
        font-size: 12px;
        text-align: center;
        transform: rotate(270deg);
        transition: transform 0.3s ease;
    }
	.dropdown.open .caret:before {
        content: '\e253';
        transform: rotate(0deg);
    }
    .main-menu ul.dropdown-menu > li > a > span:not(.caret):after {
        content: '\e250';
        display: inline-block;
        margin: 0 0 0 10px;
        font-family: 'Glyphicons Halflings';
        font-size: 12px;
    }
    .main-menu li.open .dropdown-menu {
        padding: 0;
        background: rgba(0, 0, 0, 0.05);
    }
    .dropdown-menu {
        width: 100%;
    }
    .main-menu .container {
        width: 100%;
    }
    .main-menu li.open .dropdown-menu > li > a {
        padding: 7px 15px 7px 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        color: #fff;
    }
    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background-color: rgba(0, 0, 0, 0.1);
        border-color: rgba(0, 0, 0, 0.25);
    }
    .nav.navbar-nav li {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .main-menu-darkness {
        display: none;
        width: 100%;
        height: 200%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        background: #000;
        opacity: 0.5;
    }
}
/********      767px      ********/
@media (max-width: 767px){
    /* nav-menu */
    .main-menu {
        width: 150%;
        margin: 10px 0 0 calc(-50% - 5px);
    }
    /* header */
    header .col-right {
        padding-left: 0px;
    }
    header h1 {
        font-size: 29px;
    }
    header .header-forms {
        margin: -30px 0 0 calc(-50% + 15px);
    }
    /* slide */
    .swiper-slide h2 {
        font-size: 20px;
    }
    /* container-section */
    .container .col-right-content {
        padding-left: 0;
    }
    /* article */
    .article-up {
        display: block;
    }
    .article-hp-in .extract {
        width: 100%;
    }
    .artUp-left,
    .artUp-right,
    .article-hp-in {
        padding-left: 3%;
		  padding-right: 3%;
    }
    a.artUp-left,
    a.artUp-right {
        border-bottom: 1px #aaa solid;
    }
    a.artUp-left:after {
        display: none;
    }
    /* footer up */
    .cols-link .col-link:nth-of-type(-1n+2) .col-link-in {
       border-top: 1px #aaa solid;
    }
    .cols-link .col-link:last-of-type .col-link-in {
       border-bottom: 1px #aaa solid;
    }
    .cols-link .col-link:first-of-type .col-link-in {
       border-top: 0px;
    }
    .cols-link .col-link:nth-of-type(1n):after {
        display: none;
    }
    /* footer */
    p.footer-link,
    p.fright {
        width: 100%;
        text-align: center;
    }
    p.fright {
        padding-top: 5px;
    }
    /* content page-fotogalerie */
    .cols-galerie .col-galerie:nth-of-type(3n+3):after {
        display: block;
    }
    .cols-galerie .col-galerie:nth-of-type(2n+2):after {
        display: none;
    }
    .cols-galerie .col-galerie:nth-of-type(-1n+3) .col-galerie-in {
        border-top: 1px #aaa solid;
    }
    .cols-galerie .col-galerie:nth-of-type(-1n+2) .col-galerie-in {
        border-top: 0px;
    }
	a.artUp-right:not(:last-of-type):after {
		display: none;
	}
	.footer-socials {
		width: 100%;
		text-align: center;
	}
}
/********      600px      ********/
@media (max-width: 600px){
    header h1 {
        font-size: 24px;
        padding-top: 60px;
	padding-left: 30px;
    }
}
/********      480px      ********/
@media (max-width: 480px){
    /* nav-menu */
    .main-menu {
        width: 150%;
        margin: 10px 0 0 calc(-50% - 5px);
    }
    /* header */
    header  h1 {
        font-size: 20px;
        padding-top: 50px;
    }
    header img.logo {
        max-width: 90%;
    }
    /* slide */
    .slide-text:after {
        display: none;
    }
    /* footer */
    .footer-in p {
        line-height: 180%;
    }
    p.footer-link {
        margin-bottom: 0px;
    }
    .footer-link a:last-of-type {
        margin-right: 0px;
    }
    /* content page-fotogalerie */
    .col-galerie {
        width: 100%;
    }
    .col-galerie {
        text-align: center;
    }
    .cols-galerie .col-galerie:nth-of-type(1n):after {
        display: none;
    }
    .cols-galerie .col-galerie:nth-of-type(-1n+2) .col-galerie-in {
        border-top: 1px #aaa solid;
    }
    .cols-galerie .col-galerie:first-of-type .col-galerie-in {
        border-top: 0px;
    }
    .cols-galerie .col-galerie-in:after {
        display: none;
    }
}
/********      400px      ********/
@media (max-width: 400px){
    /* header */
    header  h1 {
        padding-top: 40px;
        font-size: 16px;
    }

}
