@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic&subset=latin-ext);

*:focus {
    outline: 0;
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: auto;
    color: #323232;
    font-family: "source sans pro";
    font-size: 14px;
    overflow-y: scroll;
}

footer>div>div:after,
section:before,
section>div:after,
header>div>div:after {
    content: "";
    display: table;
    clear: both;
}

img,
iframe {
    border: 0;
    vertical-align: middle;
}

/* slider start */

.topwrapper {
    position: relative;
    height: 574px;
    max-width: 1500px;
    margin: auto;
}

.slider {
    width: 100%;
    height: 684px;
    margin-top: -110px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.slider [class*="arrow"] {
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
    top: 50%;
    margin-top: -20px;
    z-index: 999;
    position: absolute;
    cursor: pointer;
}

.slider .arrow-left {
    left: 10px;
}

.slider .arrow-right {
    right: 10px;
}

.swiper-container {
    height: 660px;
    width: 100%;
    background-repeat: no-repeat;
}

.swiper-slide {
    width: 100%;
    background: center no-repeat;

}

.slide1 {
    background: url(../images/slider_holcicka.jpg);
}

.slide2 {
    background: url(../images/slider_holcicka_ruka.jpg);
}

.slide3 {
    background: url(../images/slider3.jpg);
}

.slide4 {
    background: url(../images/slider4.jpg);
}

.swiper-slide>div {
    width: 1000px;
    margin: auto;
    padding-top: 200px;
}

.swiper-slide>div>div {
    width: 800px;
}

.swiper-slide>div>div>span {
    display: block;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 1.1;
    font-weight: 100;
}

/* slider end */

header {
    position: relative;
    z-index: 2;
}

header>div:first-of-type {
    color: #afb3bc;
    line-height: 30px;
    background: #3f434c;
}

header>div:last-of-type {
    height: 110px;
    background: rgba(255,255,255,.5);
}

header>div>div,
section>div,
.breadcrumb,
footer>div>div {
    width: 1000px;
    margin: auto;
    padding: 0 10px;
}

header>div>div>span:first-of-type {
    display: block;
    float: left;
}

header>div>div>span:last-of-type {
    display: block;
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
}

header>div>div>span>span {
    display: block;
    float: left;
    margin-left: 20px;
}

header>div>div>span>span>span {
    color: #fff;
}

header>div:last-of-type>div>a {
    display: block;
    float: left;
    height: 90px;
    margin: 10px 0;
}

header>div:last-of-type>div>a>img {
    height: 100%;
}

header nav {
    width: 724px;
    float: left;
    margin-left: 185px;
    font-size: 16px;
    position: relative;
}

header nav ul {
    /*float: left;*/
    list-style: none;
}

header nav>ul>li {
    float: left;
    margin-right: 30px;
}

header nav>ul>li>a {
    display: block;
    padding-bottom: 4px;
    color: inherit;
    font-weight: 700;
    text-decoration: none;
    line-height: 102px;
    border-top: 4px solid transparent;
    position: relative;
}

header nav>ul>li:hover>a,
header nav>ul>li>.active {
    border-color: #2084b6;
}

.button:after,
header nav>ul>li>.active:after,
.topwrapper>nav>ul>li:hover>a:after,
header nav>ul>li:hover>a:after {
    content: "...";
    display: block;
    width: 100%;
    position: absolute;
    top: 85px;
    color: #2084b6;
    font-size: 30px;
    text-align: center;
    line-height: .1;
}

.topwrapper>nav>ul>li:hover>a:after {
    color: #fff;
}

.button:after {
    top: 20px;
    height: 20px;
}

.button.red:hover:after {
    color: #ed1b24;
}

.button.white,
.button.white:after {
    color: #fff;
}

header nav>ul>li>ul {
    display: none;
}

header nav>ul>li:hover>ul {
    display: block;
    position: absolute;
    z-index: 9;
    padding: 15px;
    color: #fff;
    background: #2084b6;
    list-style: none;
}

header nav>ul>li:hover>ul>li>a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    text-decoration: none;
}

header nav>ul>li:hover>ul>li>a:hover {
    text-decoration: underline;
}

header nav>div {
    float: right;
    position: absolute;
    top: 30px;
    right: 0;
    line-height: 25px;
    text-align: center;
}

header nav>div>ul>li {
    float: left;
    position: relative;
}

header nav>div>ul>li:first-of-type {
    width: 50px;
    background: #d2d2d2;
    line-height: 50px;
}

header nav>div>ul>li:first-of-type:hover {
    background: #c2c2c2;
}

header nav>div>ul>li:last-of-type {
    width: 125px;
    background: #e6462e;
}

header nav>div>ul>li:last-of-type i {
    margin-right: 5px;
}

header nav>div>ul>li>a {
    display: block;
    color: #fff;
    text-decoration: none;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}

header nav>div>ul>li>div {
    display: none;
}

header nav>div>ul>li:hover>div {
    display: block;
    position: absolute;
    right: 0;
    width: 301px;
    padding: 0px 0;
    background: #e6462e;
}

header nav>div>ul>li>div>div {
    /*width: 90px;*/
    padding: 0 15px;
    /*float: left;*/
    line-height: 1;
}

header nav>div>ul>li>div>div:first-of-type {
    /*border-right: 1px solid #fff;*/
}

header nav>div>ul>li>div>div>span {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

header nav>div>ul>li>div>div>ul>li {
    width: 90px;
    line-height: 30px;
}

header nav>div>ul>li>div>div>ul>li>a {
    color: #fff;
}

header nav>div>ul>li>div>div>ul>li>a:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: transparent;
    display: block;
    position: absolute;
    width: 5px;
    float: left;
}

header nav>div>ul>li>div>div>ul>li>a:hover:before {
    color: #fff;
}

/*
header nav>div>ul>li>div>div>ul>li:nth-of-type(2n+2):not(:last-of-type) {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eb6a57;
}
 */

.nice-bottom {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid #eb6a57;
}

header nav>div>ul>li>div>div>ul>li>a {
    text-decoration: none;
}

.topwrapper>nav {
    width: 1000px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 80px;
    z-index: 1;
}

.topwrapper>nav>ul>li {
    float: left;
    margin-right: 40px;
    list-style: none;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.topwrapper>nav>ul>li:last-of-type {
    margin-right: 0;
}

.topwrapper>nav>ul>li:nth-of-type(1)>a {
    background: #C69C32;
}

.topwrapper>nav>ul>li:nth-of-type(2)>a {
    background: #2084b6;
}

.topwrapper>nav>ul>li:nth-of-type(3)>a {
    background: #74ba3e;
}

.topwrapper>nav>ul>li:nth-of-type(4)>a {
    background: #f8892d;
}

.topwrapper>nav>ul>li:nth-of-type(5)>a {
    background: #ab75d5;
}

.topwrapper>nav>ul>li:nth-of-type(6)>a {
    background: #e85a58;
}

.topwrapper>nav>ul>li:nth-of-type(7)>a {
    background: #887e7d;
}

.topwrapper>nav>ul>li>a {
    display: block;
    width: 105px;
    height: 105px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.topwrapper>nav>ul>li>a>i {
    display: block;
    padding: 25px 0 15px 0;
    font-size: 25px;
    transition: transform .1s ease;
}

.topwrapper>nav>ul>li>a>div {
    padding: 22px 0 12px 0;
}

.topwrapper>nav>ul>li:hover>a>i, .topwrapper>nav>ul>li:hover>a>div {
    transform: scale(1.5);
}

.topwrapper.small {
    height: 320px;
    margin-top: -110px;
    background: url(../images/slider_holcicka.jpg);
}

.topwrapper.small>nav {
    bottom: 52px;
}

.breadcrumb {
    padding: 10px 0;
    line-height: 20px;
}

.breadcrumb>span:not(:last-of-type):after {
    content: ">";
    padding: 5px;
}

.breadcrumb>span>a {
    color: #323232;
    text-decoration: none;
}

.breadcrumb>span>a:hover {
    text-decoration: underline;
}

.fb_iframe_widget {
    float: right;
}

main a {
    color: #323232;
}

main p {
    line-height: 1.5;
}

section h1 {
    margin: 0 0 30px 0;
    font-size: 30px;
    text-align: center;
}

section h1:after {
    content: url(../images/bg_h1.svg);
    display: block;
    margin: 10px auto;
    width: 75px;
    height: 10px;
    line-height: .1;
}

h2 {
    font-size: 20px;
}

.inliner>h2:before {
    font-size: 14px;
    content: "\f10e";
    font-family: fontawesome;
    display: inline-block;
    float: left;
    width: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background: #ed1b24;
    margin: -5px 10px 0px 0;
    font-weight: normal;
}    

h2>a {
    text-decoration: none;
}

h2>a:hover {
    text-decoration: underline;
}

h3 {
    line-height: 1.5;
    font-size: 14px;
}

.aktuality>div {
    width: 252px;
    height: 160px;
    float: left;
    margin: 0 39px 39px 0;
    padding-left: 55px;
    line-height: 1.5;
    position: relative;
}

.content>article>.leftcontent:before {
    content: "\f10e";
    font-family: fontawesome;
    display: block;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: -5px;
    left: 0;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background: #ed1b24;
}

.content>article>.bestgallery:before {
    content: "\f10e";
    font-family: fontawesome;
    display: block;
    width: 40px;
    position: absolute;
    line-height: 40px;
    display: inline-block;
    float: left;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background: #ed1b24;
}


.aktuality>div:before {
    content: "\f10e";
    font-family: fontawesome;
    display: block;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: -5px;
    left: 0;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background: #ed1b24;
}

.aktuality>div:nth-of-type(3n+3) {
    margin-right: 0;
}

.button {
    display: block;
    width: 160px;
    height: 30px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
}

.top {
    display: block;
    width: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    background: #d2d2d2;
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.top:hover {
    background: #c2c2c2;
    cursor: pointer;
}

section,
.section {
    padding: 40px 0;
    position: relative;
}

.gray {
    background: #f1f1f1;
}

.blue {
    background: #2084b6;
}

.aktivity {
    width: 953px;
}

.aktivity>p {
    text-align: center;
    margin-bottom: 30px;
}

.aktivity>a {
    display: block;
    float: left;
    margin: 0 20px;
    padding-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.aktivity>a:hover {
    color: #fff;
    background: #2084b6;
}

.aktivity>a>img {
    margin-bottom: 15px;
}

.content>article {
    position: relative;
}

.content>article h2 {
    margin-bottom: 15px;
}

.leftcontent,
.rightcontent {
    width: 480px;
    float: left;
    box-sizing: border-box;
}

.leftcontent {
    margin-right: 40px;
    padding-left: 55px;
    position: relative;
}

.sloupce_2>div {
    width: 190px;
    float: left;
}

.sloupce_2>div:first-of-type {
    margin-right: 40px;
}

.gallery>a {
    display: block;
    width: 480px;
    height: 276px;
    margin-bottom: 20px;
    overflow: hidden;
}

.gallery>a:last-of-type {
    margin-bottom: 0;
}

.gallery>a>img {
    width: 100%;
    transition: transform .1s ease;
}

.gallery>a:hover>img {
    transform: scale(1.1);
}

footer>div:first-of-type {
    padding: 40px 0;
    background: #3f434c;
}

footer h1 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer>div:first-of-type>div>div:first-of-type {
    float: left;
}

footer>div:first-of-type>div>div:last-of-type {
    float: right;
}

footer>div:first-of-type>div>div>ul {
    float: left;
    margin-right: 70px;
    padding-left: 20px;
    list-style: none;
    border-left: 1px solid #fff;
}

footer>div:first-of-type>div>div:last-of-type>ul {
    margin-right: 0;
}

footer>div:first-of-type>div>div>ul>li {
    line-height: 30px;
}

footer>div:first-of-type>div>div:last-of-type>ul>li {
    line-height: 1.5;
}

footer>div:first-of-type>div>div>ul>li>a {
    color: #fff;
    text-decoration: none;
}

footer>div:first-of-type>div>div>ul>li>a:hover {
    text-decoration: underline;
}

footer>div:last-of-type {
    background: #2f3239;
}

footer>div:last-of-type>div {
    line-height: 45px;
    background: #2f3239;
}

footer>div:last-of-type>div>a {
    color: #afb3bc;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer>div:last-of-type>div>a:hover {
    text-decoration: underline;
}

footer>div:last-of-type>div>a:last-of-type {
    display: block;
    float: right;
}

footer>div:last-of-type>div>a>i {
    padding-right: 5px;
    color: #fff;
}

.bullet>div {
    float: left;
    margin: 0 39px 39px 0;
    padding-left: 55px;
    line-height: 1.5;
    position: relative;
}

.bullet>div>div>div>h2:before {
    font-weight: normal;
    font-size: 14px;
    content: "\f10e";
    font-family: fontawesome;
    display: block;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: -5px;
    left: -50px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background: #ed1b24;
}