@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat');
* {
    box-sizing: border-box;
    outline: none;
}

html {
    scroll-behavior: smooth;
}

body {
    background: url(../components/wall2.jpg) top center fixed no-repeat #5897cd;
    padding: 0px;
    margin: 0px;
    font: normal 1em/1.6em Arial;
}
.list img {
	border-radius: 8px;
}
.wrapper {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 20px;
}
.collapse-button {
	width: 100%;
	text-align: center;
	margin: 20px 0px 0px 0px;
}
.fb-share-button {
	padding: 5px;
	width: 100px;
	float: right;
	border-radius: 4px;
	background: white;
}
.fbbox {
    max-width: 120px;
	float: right;
	margin: 5px 70px 0px 0px;
}
#textbox {
	display: run-in;
	margin: 20px 0px 0px 0px;
}
.wrapper h1 {
    font: normal 30px/35px 'Lato', sans-serif;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    text-align: center;
    color: #203D60;
    width: 100%;
}

.hb h1 {
	font: normal 23px/30px 'Lato', sans-serif;
    padding: 0px;
	color: #d9e3ef;
	text-align: center;
    margin: 20px 0px 0px 0px;
	}
	
/*tabulka cen�k*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: auto;
    background: /*#F7F7E3*/
    white;
}

th,
td {
    text-align: left;
    border: 1px dotted #ddd;
    padding: 5px;
}

tr:nth-child(even) {
    background-color: #113a6f86;
    color: #fff;
}

.tabcont {
    /*overflow-x: auto;*/
    width: 95%;
    margin: auto;
    display: flex;
    padding: 3px 0px 3px 0px;
}

.fbr {
    display: none;
}

.mini {
    font: normal 12px/19px 'Montserrat', sans-serif;
    color: Gray;
    margin: 17px auto;
    width: 95%;
}


/*konec tabulka*/

.ar {
    text-align: right;
    margin-right: 15px;
}

.ar img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

.contentbox h1 {
    font: normal 26px/30px 'Lato', sans-serif;
    margin: auto;
    text-align: center;
    color: #004178;
    padding: 3px 0px 5px 0px;
    background: url(../components/transp-bg.png);
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 1px dotted #ced5dc;
    max-width: 95%;
}

.contentbox {
    margin: 5px auto 0px auto;
    max-width: 95%;
}

.sharestrip {
    margin: 15px auto 5px auto;
    max-width: 90%;
    text-align: right;
}

.inside2 {
    margin: auto;
    width: 100%;
    /*padding: 20px;*/
    max-width: 95%;
    background: url(../components/transp-bg.png);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font: normal 15px/22px 'Montserrat', sans-serif;
}

.inside2 .into {
    background: url(../components/inside2-bg.png) center bottom no-repeat;
}

.into ul {
    padding: 15px;
}

.into ul li {
    list-style-type: none;
    background: url(../components/odr.png) left top no-repeat;
    padding: 0px 0px 0px 34px;
    margin: 0px;
    font: normal 16px/28px 'Raleway', sans-serif;
    color: #4D7BB6;
    text-align: left;
}

.into ul li strong {
    text-decoration: underline;
}

.inside2 .into p {
    text-align: justify;
}

.inside2 .into p.c {
    text-align: center;
}

.inside {
    margin: auto;
    width: 100%;
    padding: 20px;
    max-width: 95%;
    background: rgba(255, 255, 255, 0.70);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    /*border: 1px solid #EBEBEB;*/
    left: 50%;
    right: 50%;
    display: flex;
    flex-wrap: wrap;
    font: normal 15px/22px 'Montserrat', sans-serif;
}

.inside:last-child {
    margin: 0px auto 0px auto;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    color: #353535;
    padding: 5px;
    font: normal 16px/23px 'Lato', sans-serif;
}

.inside .sharebox .imgbox a,
.inside2 .sharebox .imgbox a {
    padding-bottom: 0px;
    border-bottom: none;
}

.inside .sharebox .imgbox a:hover,
.inside2 .sharebox .imgbox a:hover {
    padding-bottom: 0px;
    border-bottom: none;
}

.inside a,
.inside2 a {
    color: #CD5C5C;
    text-decoration: none;
    padding-bottom: 1px;
    font-weight: bold;
}

.inside a:hover,
.inside2 a:hover {
    color: rgb(1, 44, 109);
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px dotted #CD5C5C;
    font-weight: bold;
}

.inside2 h2,
.contentbox h2 {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font: normal 21px/24px 'Lato', sans-serif;
    color: #2a90c8;
    border-bottom: 1px dotted #d4e3f2;
}

.biglink2 {
    /*padding: 7px 0px 20px 0px;*/
    margin: 20px auto;
    width: 100%;
    text-align: center;
}

.biglink2 a {
    background: #c7004d;
    color: White;
    margin: auto;
    font: 200 17px/40px 'Montserrat', sans-serif;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px 5px 10px;
    border-radius: 7px;
    transition: 0.6s;
    border: 1px solid trasparent;
}

.biglink2 a:hover {
    background: White;
    color: #c7004d;
    font: 200 17px/40px 'Montserrat', sans-serif;
    padding: 5px 10px 5px 10px;
    border: 1px dotted #c7004d;
}

.boxlink {
    /*padding: 7px 0px 20px 0px;*/
    margin: auto;
    width: 100%;
    text-align: center;
    position: absolute;
    border-radius: 5px;
}

.boxlink a {
    background: White;
    /*color: #c7004d;*/
    color: green;
    margin: 5px auto;
    font: 200 15px/32px 'Montserrat', sans-serif;
    text-decoration: none;
    text-align: center;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    transition: 0.6s;
    border: 1px dotted green;
}

.boxlink a:hover {
    background: green;
    color: White;
    border-radius: 5px;
    border: 1px solid white;
}

.thumb-box {
    text-align: center;
    margin: auto;
    width: 100%;
}

.thumb-box p {
    font: normal 17px 'Lato', sans-serif;
    color: green;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

.thumb,
.symbols {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
}

.thumb img {
    width: auto;
    height: 65px;
    margin: 6px;
    float: left;
    padding: 2px;
    background: white;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
}

.symbols img {
    width: auto;
    height: 40px;
    margin: 6px;
    float: left;
    padding: 2px;
}

.sharebox .imgbox {
    max-width: 200px;
    width: 100%;
    float: left;
    padding: 10px;
    margin: 15px auto 15px auto;
    font: normal 11px/19px 'Montserrat', sans-serif;
    color: Gray;
    text-align: center;
}

.sharebox .imgbox img {
    width: 85px;
    height: auto;
    padding: 4px;
}

.f-sharebox .imgbox {
    max-width: 65px;
    width: 100%;
    float: left;
    padding: 5px;
    margin: auto;
    font: normal 11px/19px 'Montserrat', sans-serif;
    color: Gray;
    text-align: center;
}

.f-sharebox .imgbox img {
    width: 55px;
    height: auto;
    padding: 4px;
}

.ja img {
    width: 100%;
    max-width: 470px;
    height: auto;
    margin: 15px auto;
}

.freshbox {

    width: 100%;
    margin: auto;
}


/*fotogalerie*/

.gallery-cont {
    margin: auto;
    display: inline-flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    /* align horizontal */
    align-items: center;
}

.fotocont {
    max-width: 50%;
    width: 100%;
    float: left;
    margin: auto;
    padding: 7px;
}

.fotocont2 {
    max-width: 25%;
    width: 100%;
    float: left;
    margin: auto;
    padding: 7px;
}

.fotocont img {
    margin: auto;
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #E1E3E6;
}
.fotocont2 img {
    margin: 10px auto;
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #E1E3E6;
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
}


/* Create four equal columns that sits next to each other */

.column {
    -ms-flex: 50%;
    /* IE10 */
    flex: 50%;
    max-width: 50%;
    padding: 0 5px;
}

.column img {
    margin: 5px auto;
    vertical-align: middle;
    width: 100%;
    height: auto;
    border-radius: 7px;
    border: 1px solid #E1E3E6;
}


/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 1024px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
	.fbbox {
    max-width: 120px;
	float: right;
	margin: 5px 0px 0px 0px;
}
    .gallery-cont {
        max-width: 100%;
    }
    .fotocont {
        max-width: 80%;
    }
	.fotocont2 {
    max-width: 45%;
    }
    .fotocont img {
        border-radius: 7px;
    }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .fotocont {
        max-width: 100%;
    }
}


/*end fotogalerie*/


/*tooltip*/

.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: green;
    font: normal 15px 'Lato', sans-serif;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.5s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: green transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 0.9;
}


/*tooltip end*/

.inside:last-child p {
    margin: 0px;
    padding: 7px;
}

.foto-box {
    width: 100%;
    max-width: 780px;
    background: white;
    border-radius: 10px;
    float: left;
    padding: 20px;
    margin: 10px auto 0px auto;
    font: normal 15px/23px 'Montserrat', sans-serif;
}

.foto {
    position: relative;
}

.stamp {
    position: absolute;
    top: -15px;
    left: -10px;
    max-width: 110px;
    width: 100%;
    height: auto;
    z-index: 999;
}

.stamp-b {
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 110px;
    width: 100%;
    height: auto;
    z-index: 9999;
    opacity: 0.6;
}

.smile {
    max-width: 50px;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 4px;
}

/*.foto-box .foto img {
    width: 100%;
    height: auto;
    max-width: 450px;
    border-radius: 12px;
}*/

.big {
    font: normal 20px/30px 'Montserrat', sans-serif;
}

.list h2 {
    font: normal 21px/24px 'Lato', sans-serif;
    padding: 15px 10px 10px 0px;
    margin: 0px;
    color: #d98e25;
    text-align: center;
}

.list {
    width: 100%;
    max-width: 390px;
    margin: 10px auto 0px auto;
    padding: 10px;
    border-radius: 10px;
    float: left;
    background: whitesmoke;
    font: normal 15px/20px 'Montserrat', sans-serif;
}

.list .cena {
    font: bold 18px/24px 'Lato', sans-serif;
    width: 100%;
    max-width: 200px;
    margin: 10px auto;
    text-align: center;
    padding: 10px;
    letter-spacing: 1px;
    border-radius: 7px;
    background: #2B942C;
    color: #fff;
}

.list ul {
    margin: 3px 0px 0px 10px;
    padding: 0px 15px 15px 15px;
}

.list ul li {
    line-height: 20px;
    /*list-style-type: none;
    background: url(../components/odr.png) left top no-repeat;*/
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 20px;
    color: #666666;
}

.bl {
    background: url(../components/bezlepek.png) left no-repeat;
    padding: 0px 0px 0px 45px;
    margin: 25px auto 0px auto;
    font: bold 16px/35px 'Montserrat', sans-serif;
    color: #6F3911;
    max-width: 280px;
}

.cl {
    clear: both;
}

.c {
    text-align: center;
}


/*mapa*/

.mapbox {
    left: 50%;
    right: 50%;
    width: 100%;
    max-width: 680px;
    margin: auto;
    float: left;
    padding: 5px;
    border: 1px dotted silver;
    border-radius: 10px;
}

.mapbox2 {
    width: 100%;
    max-width: 93%;
    margin: auto;
    padding: 5px;
    border: 1px dotted silver;
    border-radius: 10px;
}

.gmap {
    position: relative;
    padding-bottom: 62%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.gmap2 {
    position: relative;
    padding-bottom: 27%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.gmap iframe,
.gmap2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/*contact box*/

.cont-box {
    left: 50%;
    right: 50%;
    width: 100%;
    /**/
    float: left;
    max-width: 243px;
    margin: 0px auto 0px auto;
    padding: 10px;
    color: #003078;
    text-align: center;
    font: normal 1.4em/1.5em 'Lato', sans-serif;
}

.cont-box .qr {
    width: 100%;
    margin: auto;
    text-align: center;
}

.cont-box .qr img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 7px auto 5px auto;
}

.cont-box .tel-c {
    background: #e98408;
    padding: 5px;
    color: white;
    margin: 0px 0px 10px 0px;
    text-align: center;
    border-radius: 5px;
}

.cont-box .tel-c2 {
    display: none;
}


/*top strip*/

.top-strip {
    width: 100%;
    height: 120px;
}

.top-box {
    max-width: 92%;
    width: 100%;
    height: 150px;
    margin: 0px auto 0px auto;
}

.top-box .logobox {
    float: left;
    max-width: 350px;
    width: 100%;
    height: auto;
}

.top-box .logobox img {
    max-width: 320px;
    height: auto;
    padding: 0px 0px 0px 10px;
    -webkit-transition: 0.7s linear;
    transition: 0.7s linear;
}

.top-box .logobox img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*formul�� popt�vka*/

.red {
    color: red;
}

.tb {
    font: normal 13px/24px 'Lato';
    color: #394b58;
    max-width: 93%;
    border-radius: 8px;
    margin: 0px auto 0px auto;
    left: 50%;
    right: 50%;
    padding: 10px 5px 10px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.tb form {
    margin: auto;
    left: 50%;
    right: 50%;
}

.tb .fc {
    width: 100%;
    max-width: 50%;
    padding: 15px;
    float: left;
    margin: auto;
    left: 50%;
    right: 50%;
    font: normal 15px 'Lato';
}

.tb textarea,
.tb input,
.tb select,
.tb .rc-anchor {
    width: 100%;
    padding: 7px 3px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    resize: none;
    background: #fff;
}

.tb select {
    text-align: center;
    text-align-last: center;
}

.tb .fc option>select {
    text-align: center;
    text-align-last: center;
    margin: auto;
}

.sub-box {
    margin: auto;
    font: bold 15px Arial;
    left: 50%;
    right: 50%;
    max-width: 75%;
    text-align: center;
}

.tb input.submit {
    height: 35px;
    border-radius: 5px;
    color: white;
    font: bold 14px Arial;
    padding: 7px;
    max-width: 150px;
    cursor: pointer;
    background: url(../components/submit1.png);
}

.tb input.submit:hover {
    color: #fff;
    cursor: pointer;
    background: url(../components/submit.png);
}

.alert2 {
    background: blue;
    padding: 10px;
    border: 1px dotted white;
    font: bold 14px/21px 'Montserrat', sans-serif;
    color: white;
    max-width: 90%;
    margin: 10px auto;
    border-radius: 7px;
}

.alert:first-child {
    margin-top: 40px;
}

.alert {
    background: red;
    padding: 10px;
    font: bold 14px/21px 'Montserrat', sans-serif;
    color: white;
    max-width: 90%;
    margin: 10px auto;
    border: 1px dotted red;
    border-radius: 7px;
}

.tb .fc .g-recaptcha .rc-anchor-normal {
    width: max-content !important;
    border: none !important;
    background: transparent !important;
}


/*konec formul�� poptavka*/

.f-sharebox {
    max-width: 25%;
    display: inline-flex;
    flex-wrap: wrap;
}


/*boxy*/

.box-content {
    text-align: center;
    margin: auto;
    width: 100%;
    position: relative;
}

.boxes,
.sharebox {
    max-width: 98%;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}

.boxes .box .cover {
    position: relative;
    height: 100%;
}

.boxes .box {
    background: white url(../components/main-box.png) top center no-repeat;
    width: 100%;
    border-radius: 13px;
    max-width: 350px;
    height: 515px;
    float: left;
    margin: 0px auto 20px auto;
    left: 50%;
    right: 50%;
    box-shadow: 0px 10px 31px -10px rgba(52 114 179);
    transition: all 0.4s;
}

.boxes .box:hover {
    background: #FDF9F0;
    transition: all 0.7s linear;
}

.boxes .box .foto {
    width: 350px;
    height: 180px;
    margin: 30px auto;
    text-align: center;
}

.boxes .box .foto img {
    max-width: 175px;
    border-radius: 50%;
    border: 2px dashed silver;
    width: 100%;
    height: auto;
    margin: auto 15px;
    position: relative;
    -webkit-transition: 0.7s linear;
    transition: 0.7s linear;
}

.boxes .box .foto img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.boxes .box h2 {
    max-width: 270px;
    margin: 5px auto 5px auto;
    padding: 0px;
    font: bold 20px/24px 'Lato', sans-serif;
    color: #184881;
    text-align: center;
}

.boxes .box .body {
    max-width: 305px;
    height: 290px;
    margin: auto;
    padding: 15px 15px;
    color: #616161;
    text-align: center;
    /*background: #F0F4F9;*/
}

.boxes .box .body a {
    color: #616161;
    text-decoration: none;
}

.boxes .box .body p {
    font: normal 14px/21px 'Montserrat', sans-serif;
    padding: 0px;
    text-align: justify;
    margin: 5px auto 0px auto;
}

.boxes .box .body p:nth-of-type(1) {
    font: normal 14px/21px 'Montserrat', sans-serif;
    padding: 0px;
    margin: 18px auto 20px auto;
}

.leaf-box {
    width: 100%;
    height: 102px;
    opacity: 0.9;
    background: url(../components/leafs-strip.png) top center no-repeat;
    filter: blur(1.3px);
    opacity: 0.8;
}

.footer {
    width: 100%;
}

.footer .body {
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font: normal 15px/21px 'Montserrat', sans-serif;
}

.footer .body a {
    color: #c2b667;
    text-decoration: none;
}

.footer .body a:hover {
    color: #c2b667;
    text-decoration: underline;
}

#back-top {
    position: fixed;
    float: right;
    bottom: 35px;
    right: 15px;
}

#back-top a {
    width: 35px;
    display: block;
    text-align: center;
    font: 11px Arial;
    text-transform: uppercase;
    text-decoration: none;
    color: #B0C4DE;
}

#back-top a:hover {
    color: #F28600;
}


/* arrow icon (span tag) */

#back-top span {
    width: 35px;
    height: 37px;
    display: block;
    background: url(../components/up-arrow-h1.png) no-repeat center center;
}

#back-top a:hover span {
    background: url(../components/up-arrow1.png) no-repeat center center;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
}


/*
.one {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}
*/

.two {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    opacity: 0;
}


/*
.three {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.four {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
*/


/*slider*/

.da-slider {
    width: 100%;
    border-radius: 10px;
    max-width: 91%;
    height: 337px;
    position: relative;
    margin: auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.80);
    transition: background-position 1.4s ease-in-out 0.3s;
}

.da-slide {
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: auto;
}

.da-slide .hs,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img,
.da-slide .slider-sign {
    position: absolute;
    opacity: 0;
}

.da-slide .hs {
    color: #316897;
    font: normal 26px/37px 'Lato', sans-serif;
    margin: 0px 0px 35px 0px;
    padding: 0px;
    width: 65%;
    top: 55px;
    z-index: 10;
    left: 0px;
   text-decoration: underline;
     /*border-bottom: 1px dotted #316897;*/
}

.da-slide p {
    width: 50%;
    top: 105px;
    padding: 0px;
    color: #5e6d81;
    font: normal 19px/29px 'Lato', sans-serif;
    height: 150px;
}

.da-slide .slider-sign {
    top: 220px;
    width: 50%;
    text-align: right;
}

.da-slide .slider-sign img {
    width: 75px;
    height: auto;
}

.da-slide .da-img {
    text-align: center;
    width: 50%;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    height: 315px;
    line-height: 315px;
    position: absolute;
}

.da-img img {
    max-width: 85%;
    width: 100%;
    margin: auto;
    height: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


/**/

.da-slide .da-link {
    top: 255px;
    background: #CD5C5C center;
    border-radius: 7px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    line-height: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.8);
    padding: 5px 10px 5px 10px;
    font: normal 19px/27px 'Lato', sans-serif;
    text-align: center;
    text-decoration: none;
}

.da-slide-current {
    z-index: 1000;
}

.da-slide .da-link:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #CD5C5C;
}

.da-dots {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 10px;
    z-index: 1000;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.da-dots span {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #316897;
    margin: 3px 4px;
    cursor: pointer;
}

.da-dots span.da-dots-current:after {
    content: ' ';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    background: white;
}

.da-arrows {
    -moz-user-select: none;
    -webkit-user-select: none;
}

.da-arrows span {
    position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    /*background: #1E90FF;*/
    cursor: pointer;
    z-index: 2000;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out 0.2s;
    -moz-transition: opacity 0.4s ease-in-out 0.2s;
    -o-transition: opacity 0.4s ease-in-out 0.2s;
    -ms-transition: opacity 0.4s ease-in-out 0.2s;
    transition: opacity 0.4s ease-in-out 0.2s;
}

.da-slider:hover .da-arrows span {
    opacity: 1;
}

.da-arrows span:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    top: 5px;
    left: 5px;
    background: transparent url(../images/arrows2.png) no-repeat top left;
}


/*.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}*/

.da-arrows span.da-arrows-next:after {
    background-position: top right;
}

.da-arrows span.da-arrows-prev {
    left: 15px;
}

.da-arrows span.da-arrows-next {
    right: 15px;
}

.da-slide-current .hs,
.da-slide-current p,
.da-slide-current .da-link,
.da-slide-current .slider-sign {
    left: 10%;
    opacity: 1;
}

.da-slide-current .da-img {
    left: 60%;
    opacity: 1;
}

@media only screen and (max-width: 1180px) {
.da-slide .da-img {
	top: 40px;
}
	.fbbox {
    max-width: 120px;
	float: right;
	margin: 5px 25px 0px 0px;
}
.contentbox {
    max-width: 100%;
}
.da-slider {
	max-width: 96%;
}
.da-slide .hs {
 font: normal 23px/35px 'Lato', sans-serif;
}
.top-box {
    max-width: 96%;
	}
}

@media only screen and (max-width: 1024px) {
    .wrapper {
        max-width: 1024px;
    }
    .box-content {
        margin: 0px auto 0px auto;
        max-width: 950px;
    }
    .boxes {
        max-width: 950px;
    }
    .stamp {
        max-width: 80px;
    }
    .da-slider {
        max-width: 950px;
        height: 285px;
    }
    .da-slide .slider-sign {
        top: 165px;
        width: 53%;
    }
    .da-slide .hs {
        font: bold 19px/23px 'Lato', sans-serif;
        margin: 0px;
        top: 40px;
    }
    .da-slide p {
        width: 40%;
        top: 80px;
        font: normal 16px/23px 'Lato', sans-serif;
        height: 130px;
    }
    .da-slide .da-img {
        width: 50%;
        top: 20px;
        height: 230px;
    }
    .da-slide .da-link {
        top: 215px;
        display: block;
        font: normal 15px/25px 'Lato', sans-serif;
        padding: 0px 10px 0px 10px;
    }
    .da-slide .da-link a {
        display: block;
    }
    .top-strip {
        width: 100%;
        height: 70px;
    }
    .top-box {
        height: 90px;
		max-width: 100%;
    }
    .top-box .logobox a {
        display: block;
        height: 105px;
    }
    .top-box .logobox a img {
        width: 100%;
        max-width: 220px;
        height: auto;
    }
    .top-box .logobox img {
        width: 100%;
        max-width: 220px;
        height: auto;
    }
    .contentbox {
        margin: 5px auto 20px auto;
        max-width: 100%;
    }
    .foto-box {
        max-width: 700px;
        padding: 15px;
    }
    .bl {
        margin: 15px auto 0px auto;
    }
    .cont-box .tel-c {
        display: none;
    }
    .cont-box .tel-c2 {
        background: #e98408;
        padding: 3px;
        color: white;
        display: block;
        margin: 0px auto 5px auto;
        border-radius: 5px;
    }
    .cont-box .tel-c2 a {
        background: #e98408;
        text-decoration: none;
        display: block;
        color: white;
        margin: auto;
        border-radius: 5px;
        letter-spacing: 1px;
        font: normal 1.1em 'Lato';
    }
    .cont-box .qr img {
        max-width: 200px;
    }
    .g-recaptcha {
        transform: scale(1.26);
        -webkit-transform: scal(1.26);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        border: none !important;
        background: transparent !important;
    }
	.list {
    max-width: 700px;
	}
}
@media only screen and (max-width: 1180px) {
    .list {
    max-width: 1000px;
	}
	    .foto-box {
        max-width: 1000px;
        padding: 15px;
    }
}

@media only screen and (max-width: 743px) {
    .da-slider {
        display: none;
    }
    .ja img {
        max-width: 400px;
        height: auto;
    }
    .g-recaptcha {
        transform: scale(1.4);
        -webkit-transform: scal(1.4);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        border: none !important;
        background: transparent !important;
    }
    .stamp {
        max-width: 100px;
    }
    /*formul�� popt�vka*/
    .tb {
        max-width: 95%/*740px*/
        ;
        padding: 10px 0px 10px 0px;
    }
    .tb textarea,
    .tb input,
    .tb select,
    .tb .fc {
        max-width: 410px;
        float: none;
        padding: 5px;
    }
    /*konec formul�� poptavka*/
}
@media only screen and (max-width: 768px) {
    .stamp {
        max-width: 85px;
    }
    .gmap2 {
        padding-bottom: 50%;
    }
    .alert,
    .alert2 {
        max-width: 95%;
    }
    .g-recaptcha {
        transform: scale(0.96);
        -webkit-transform: scal(0.96);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        border: none !important;
        background: transparent !important;
    }
    .sharestrip {
        max-width: 98%;
    }
    .wrapper {
        max-width: 768px;
    }
    .list h2 {
        font: bold 17px/24px 'Lato', sans-serif;
    }
    .list {
        width: 100%;
        max-width: 95%;
    }
    .contentbox h1 {
        font: normal 24px/28px 'Lato', sans-serif;
    }
    .tb {
        max-width: 100%;
    }
    .foto-box {
        width: 100%;
        max-width: 95%;
        float: none;
        text-align: center;
        margin: 10px auto 0px auto;
    }
	    .foto-box ul {
        text-align: left;
    }
   /* .foto-box .foto img {
        width: 100%;
        height: auto;
        max-width: 95%;
        border-radius: 12px;
    }*/
    .top-box {
        max-width: 758px;
    }
    .da-dots {
        bottom: 10px;
    }
    .da-slider {
        max-width: 98%;
        height: 240px;
    }
    .da-slide .da-link {
        top: 210px;
    }
    .da-slide .hs {
        font: bold 18px/24px 'Lato', sans-serif;
        top: 30px;
    }
    .da-slide p {
        width: 53%;
        top: 60px;
        padding: 0px;
        color: #5e6d81;
        font: normal 14px/23px 'Lato', sans-serif;
        height: 130px;
    }
    .da-slide .slider-sign {
        top: 165px;
        width: 60%;
    }
    .da-slide .da-img {
        text-align: center;
        width: 51%;
        top: 20px;
        margin: auto;
        height: 170px;
        line-height: 170px;
    }
}

@media only screen and (max-width: 590px) {
    .tabcont {
        font: normal 12px/19px 'Montserrat', sans-serif;
    }
    .sharestrip {
        margin: 0px auto 5px auto;
        text-align: center;
    }
    .top-box .logobox {
        max-width: 250px;
        margin: 0px;
        padding: 0px;
        height: 105px;
    }
    .top-box .logobox img {
        max-width: 180px;
        padding: 0px 0px 0px 15px;
        height: 105px;
    }
}

@media only screen and (max-width: 375px) {
    .tabcont {
        width: 100%;
    }
	.fbbox {
    max-width: 120px;
	float: right;
	margin: 0px;
}
	.hb h1 {
	font: normal 20px/24px 'Lato', sans-serif;
    margin: 10px 0px 0px 0px;
	}
    .g-recaptcha {
        transform: scale(0.94);
        -webkit-transform: scal(0.94);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        border: none !important;
        background: transparent !important;
		width: 95% !important;
    }
    .inside2 {
        margin: auto;
        max-width: 340px;
        padding: 0px 20px 0px 20px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
    .fbr {
        display: block;
    }
    .da-slider {
        display: none;
    }
    .gmap2 {
        padding-bottom: 75%;
    }
    .ar {
        text-align: center;
        margin-right: 0px;
    }
    .ja img {
        max-width: 345px;
    }
    .stamp {
        max-width: 70px;
    }
    .tb input.submit {
        font: bold 11px Arial;
    }
    .bl {
        background: url(../components/bezlepek.png) left no-repeat;
        padding: 0px 0px 0px 45px;
        margin: 15px auto 20px auto;
        font: bold 16px/35px 'Montserrat', sans-serif;
        color: #6F3911;
        max-width: 240px;
    }
    .list {
        max-width: 350px;
        margin: 20px auto 0px auto;
        padding: 0px;
        border-radius: 10px;
        float: none;
        text-align: left;
        font: normal 15px/22px 'Montserrat', sans-serif;
    }
    .thumb-box {
        text-align: center;
        margin: auto;
        width: 100%;
        max-width: 365px;
    }
    .thumb img {
        height: 65px;
    }
    .tooltip .tooltiptext {
        padding: 2px 0;
        font: normal 14px 'Lato', sans-serif;
    }
    .foto-box {
        width: 100%;
        max-width: 310px;
        float: none;
        text-align: center;
        margin: auto;
        padding: 0;
    }
    /*.foto-box .foto img {
        width: 100%;
        height: auto;
        max-width: 330px;
        margin: auto;
        text-align: center;
    }*/
    .contentbox h1 {
        font: normal 26px/30px 'Lato', sans-serif;
        max-width: 340px;
    }
    .inside {
        max-width: 340px;
    }
    .inside:last-child {
        text-align: center;
    }
    .contentbox {
        margin: auto;
        max-width: 100%;
    }
    .inside2 h2,
    .contentbox h2 {
        margin: 10px 0px 0px 0px;
        font: normal 20px/24px 'Lato', sans-serif;
    }
    .footer .body p {
        padding: 0;
        margin: 0;
    }
    .wrapper {
        max-width: 375px;
        padding: 20px;
    }
    .top-strip {
        height: 60px;
        max-width: 95%;
    }
    .top-box {
        max-width: 375px;
        width: 100%;
        height: 60px;
        margin: 0px auto 0px auto;
    }
    .box-content {
        text-align: center;
        max-width: 375px;
        margin: 0px auto 0px auto;
        padding-top: 0px;
    }
    .top-box .logobox {
        max-width: 170px;
        margin: 0px 0px 0px 10px;
        padding: 0px;
    }
    .top-box .logobox a img {
        max-width: 170px;
        height: auto;
        padding: 0px;
    }
    .boxes {
        max-width: 300px;
        margin: 0px auto 0px auto;
    }
    .boxes .box {
        max-width: 300px;
        height: 500px;
        float: none;
        margin-top: 10px;
    }
	.boxes .box .body {
    max-width: 305px;
	height: 310px;
	}
    .boxes .box .body p {
        text-align: justify;
		font:normal 13px/20px 'Montserrat', sans-serif
    }
    .boxes .box .foto {
        width: 175px;
        height: 180px;
        margin: 0px auto 20px auto;
        text-align: center;
    }
    .boxes .box .foto img {
        max-width: 175px;
        border-radius: 50%;
        border: 2px dashed silver;
        width: 100%;
        height: auto;
        margin: auto;
        text-align: center;
    }
    #back-top {
        position: fixed;
        float: right;
        bottom: 40px;
        right: 30px;
        z-index: 3000;
    }
    .f-sharebox .imgbox {
        max-width: 45px;
        width: 100%;
        float: left;
        padding: 5px;
        margin: auto;
        font: normal 11px/19px 'Montserrat', sans-serif;
        color: Gray;
        text-align: center;
    }
    .f-sharebox .imgbox img {
        width: 40px;
        height: auto;
        padding: 4px;
    }
    .f-sharebox {
        max-width: 50%;
        display: inline-flex;
        flex-wrap: wrap;
    }
    .list ul {
        margin: 3px 0px 0px 15px;
    }
}

@media only screen and (max-width: 360px) {
    .thumb .tooltip img {
        height: 57px;
    }
    .g-recaptcha {
        transform: scale(0.89);
        -webkit-transform: scal(0.89);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        border: none !important;
        background: transparent !important;
    }
    .top-box .logobox {
        max-width: 250px;
        margin: 0px;
        padding: 0px;
        height: 90px;
    }
    .top-box .logobox img {
        max-width: 220px;
        padding: 0px 0px 0px 15px;
        height: 105px;
    }
}


/* Animation classes and animations */


/* Slide in from the right*/

.da-slide-fromright .hs {
    -webkit-animation: fromRightAnim1 1.6s ease-in 0.8s both;
    -moz-animation: fromRightAnim1 1.6s ease-in 0.8s both;
    -o-animation: fromRightAnim1 1.6s ease-in 0.8s both;
    -ms-animation: fromRightAnim1 1.6s ease-in 0.8s both;
    animation: fromRightAnim1 1.6s ease-in 0.8s both;
}

.da-slide-fromright p {
    -webkit-animation: fromRightAnim2 1.6s ease-in 0.8s both;
    -moz-animation: fromRightAnim2 1.6s ease-in 0.8s both;
    -o-animation: fromRightAnim2 1.6s ease-in 0.8s both;
    -ms-animation: fromRightAnim2 1.6s ease-in 0.8s both;
    animation: fromRightAnim2 1.6s ease-in 0.8s both;
}

.da-slide-fromright .slider-sign {
    -webkit-animation: fromRightAnim2 1.6s ease-in 0.8s both;
    -moz-animation: fromRightAnim2 1.6s ease-in 0.8s both;
    -o-animation: fromRightAnim2 1.6s ease-in 0.8s both;
    -ms-animation: fromRightAnim2 1.6s ease-in 0.8s both;
    animation: fromRightAnim2 1.6s ease-in 0.8s both;
}

.da-slide-fromright .da-link {
    -webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    -moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    -o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    -ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    animation: fromRightAnim3 0.4s ease-in 1.2s both;
}

.da-slide-fromright .da-img {
    -webkit-animation: fromRightAnim4 1.6s ease-in 0.8s both;
    -moz-animation: fromRightAnim4 1.6s ease-in 0.8s both;
    -o-animation: fromRightAnim4 1.6s ease-in 0.8s both;
    -ms-animation: fromRightAnim4 1.6s ease-in 0.8s both;
    animation: fromRightAnim4 1.6s ease-in 0.8s both;
}

@-webkit-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}

@keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}

@keyframes fromRightAnim5 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}


/* Slide in from the left*/

.da-slide-fromleft .hs {
    -webkit-animation: fromLeftAnim1 1.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim1 1.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim1 1.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim1 1.6s ease-in 0.6s both;
    animation: fromLeftAnim1 1.6s ease-in 0.6s both;
}

.da-slide-fromleft .slider-sign {
    -webkit-animation: fromLeftAnim1 1.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim1 1.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim1 1.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim1 1.6s ease-in 0.6s both;
    animation: fromLeftAnim1 1.6s ease-in 0.6s both;
}

.da-slide-fromleft p {
    -webkit-animation: fromLeftAnim2 1.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim2 1.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim2 1.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim2 1.6s ease-in 0.6s both;
    animation: fromLeftAnim2 1.6s ease-in 0.6s both;
}

.da-slide-fromleft .da-link {
    -webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    -moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    -o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    -ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}

.da-slide-fromleft .da-img {
    -webkit-animation: fromLeftAnim4 1.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim4 1.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim4 1.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim4 1.6s ease-in 0.6s both;
    animation: fromLeftAnim4 1.6s ease-in 0.6s both;
}

@-webkit-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim5 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}


/* Slide out to the right */

.da-slide-toright .hs {
    -webkit-animation: toRightAnim1 1.6s ease-in 0.6s both;
    -moz-animation: toRightAnim1 1.6s ease-in 0.6s both;
    -o-animation: toRightAnim1 1.6s ease-in 0.6s both;
    -ms-animation: toRightAnim1 1.6s ease-in 0.6s both;
    animation: toRightAnim1 1.6s ease-in 0.6s both;
}

.da-slide-toright p {
    -webkit-animation: toRightAnim2 1.6s ease-in 0.3s both;
    -moz-animation: toRightAnim2 1.6s ease-in 0.3s both;
    -o-animation: toRightAnim2 1.6s ease-in 0.3s both;
    -ms-animation: toRightAnim2 1.6s ease-in 0.3s both;
    animation: toRightAnim2 1.6s ease-in 0.3s both;
}

.da-slide-toright .da-link {
    -webkit-animation: toRightAnim3 0.4s ease-in both;
    -moz-animation: toRightAnim3 0.4s ease-in both;
    -o-animation: toRightAnim3 0.4s ease-in both;
    -ms-animation: toRightAnim3 0.4s ease-in both;
    animation: toRightAnim3 0.4s ease-in both;
}

.da-slide-toright .slider-sign {
    -webkit-animation: toRightAnim3 0.4s ease-in both;
    -moz-animation: toRightAnim3 0.4s ease-in both;
    -o-animation: toRightAnim3 0.4s ease-in both;
    -ms-animation: toRightAnim3 0.4s ease-in both;
    animation: toRightAnim3 0.4s ease-in both;
}

.da-slide-toright .da-img {
    -webkit-animation: toRightAnim4 1.6s ease-in both;
    -moz-animation: toRightAnim4 1.6s ease-in both;
    -o-animation: toRightAnim4 1.6s ease-in both;
    -ms-animation: toRightAnim4 1.6s ease-in both;
    animation: toRightAnim4 1.6s ease-in both;
}

@-webkit-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    30% {
        left: 55%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    30% {
        left: 55%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    30% {
        left: 55%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    30% {
        left: 55%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    30% {
        left: 55%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim5 {
    0% {
        left: 60%;
        opacity: 1;
    }
    30% {
        left: 55%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}


/* Slide out to the left*/

.da-slide-toleft .hs {
    -webkit-animation: toLeftAnim1 1.6s ease-in both;
    -moz-animation: toLeftAnim1 1.6s ease-in both;
    -o-animation: toLeftAnim1 1.6s ease-in both;
    -ms-animation: toLeftAnim1 1.6s ease-in both;
    animation: toLeftAnim1 1.6s ease-in both;
}

.da-slide-toleft .slider-sign {
    -webkit-animation: toLeftAnim1 1.6s ease-in both;
    -moz-animation: toLeftAnim1 1.6s ease-in both;
    -o-animation: toLeftAnim1 1.6s ease-in both;
    -ms-animation: toLeftAnim1 1.6s ease-in both;
    animation: toLeftAnim1 1.6s ease-in both;
}

.da-slide-toleft p {
    -webkit-animation: toLeftAnim2 1.6s ease-in 0.3s both;
    -moz-animation: toLeftAnim2 1.6s ease-in 0.3s both;
    -o-animation: toLeftAnim2 1.6s ease-in 0.3s both;
    -ms-animation: toLeftAnim2 1.6s ease-in 0.3s both;
    animation: toLeftAnim2 1.6s ease-in 0.3s both;
}

.da-slide-toleft .da-link {
    -webkit-animation: toLeftAnim3 0.4s ease-in both;
    -moz-animation: toLeftAnim3 0.4s ease-in both;
    -o-animation: toLeftAnim3 0.4s ease-in both;
    -ms-animation: toLeftAnim3 0.4s ease-in both;
    animation: toLeftAnim3 0.4s ease-in both;
}

.da-slide-toleft .da-img {
    -webkit-animation: toLeftAnim4 1.6s ease-in 0.6s both;
    -moz-animation: toLeftAnim4 1.6s ease-in 0.6s both;
    -o-animation: toLeftAnim4 1.6s ease-in 0.6s both;
    -ms-animation: toLeftAnim4 1.6s ease-in 0.6s both;
    animation: toLeftAnim4 1.6s ease-in 0.6s both;
}

@-webkit-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    40% {
        left: 70%;
        opacity: 1;
    }
    90% {
        left: 0%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    40% {
        left: 70%;
        opacity: 1;
    }
    90% {
        left: 0%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    40% {
        left: 70%;
        opacity: 1;
    }
    90% {
        left: 0%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim5 {
    0% {
        left: 60%;
        opacity: 1;
    }
    40% {
        left: 70%;
        opacity: 1;
    }
    90% {
        left: 0%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    40% {
        left: 70%;
        opacity: 1;
    }
    90% {
        left: 0%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    40% {
        left: 70%;
        opacity: 1;
    }
    90% {
        left: 0%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim5 {
    0% {
        left: 60%;
        opacity: 1;
    }
    40% {
        left: 70%;
        opacity: 1;
    }
    90% {
        left: 0%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}