
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

/*====Colors====*/

/*====Colors====*/


/*========COOKIE=========*/
.bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #e48200;
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 999;
    font-weight: 600;
}
 .bottom button{
    border: none;
    background: #2f2274;
    color: white;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 20px;
}
.scroll {
    min-height: 1500px;
}
@media only screen and (max-width:425px){
    .bottom {
        display: grid;
    }
}
/*========COOKIE=========*/

/*=====Obecné========*/
@font-face{
    font-family: PatrickHand-Regular;
    src:url(../fonts/PatrickHand-Regular.ttf);
}
p{
    user-select: none;
}
button:focus{
    outline: none !important;
}
/*====Fonty======*/
#socials{
    display: none;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;

}
.Mybutton .btn{
    background: #e6940d;
    z-index: 999;
}

h1{
    font-family: PatrickHand-Regular;
    color: #2f2274;
    font-size:60px!important;
}
h2{
    font-size: 3rem!important;
    font-family: PatrickHand-Regular;
    color: #2f2274;
}
h3{
    font-size: 2.25rem !important;
    font-family: PatrickHand-Regular;
    color: #2f2274;

}
.TextLight {
    font-family: sans-serif;
    color: #1b1414;
    font-size: 20px;
}

.TextDark {
    font-family: sans-serif;
    color: #391414;
    /* text-shadow: 0px 1px 0px #2f2274; */
    font-size: 18px;
}

/*=====Obecné End========*/

/*===Navbar====*/
.navbar{
    /* background-color: #e58e1b !important;*/
    background-image:url(../images/header-bg.png);
}
.navbar a{
    font-size: 20px;
    font-family: 'PatrickHand-Regular';
    color: #2f2274 !important;
    margin-left: 20px;
    letter-spacing: 1.9px;
    font-weight: 800;
    height: 100px;
}
.navbar .active {
    border: 3px solid #2f2274;
    border-radius: 20px;
    padding: 5px 20px!important;
    background: #2f2274;
    color: white !important;
}
.navbar a:hover{
    color: #fff !important;
    text-decoration: none;
}
.ImgLogo {
    width: 175px;
    position: absolute;
    margin-top: -42px;
}
.nav-tabs{
    border: none!important;
}
/*===Navbar====*/

#nav-story {
    scroll-margin: 115px;
}
#nav-help{
    scroll-margin: 110px;
}
#nav-project{
    scroll-margin: 140px;
}
#nav-aboutUs{
    scroll-margin: 190px;
}
#nav-contact {
    scroll-margin: 150px;
}

header{
    /*background-image: url(images/header-bg.png);*/
}
header .carousel {
    width: 100% ;
    /* left: auto; */
    margin-left: auto;
    margin-right: auto;
}
header .carousel-item {
    background: #2f2274;
}
header .carousel-item img {
    width: 100%;
    margin-top: -75px;
    opacity: 0.3;
}
header .carousel-caption{
    position: absolute;
    top: 15%;
}
.carouselImg1 {
    position: absolute;
    top: 40%;
    z-index: 1;
    left: 10%;
}
.carouselImg2{
    position: absolute;
    top: 53%;
    z-index: 1;
    right: 11%;
    transform: rotateZ(7deg);
}
.imgHeart img {
    width: 210px !important;
    margin-top: -159px !important;
    opacity: 1 !important;
    position: absolute !important;
    margin-left: -639px !important;
    z-index: 1;
    transform: rotateZ(356deg);
}
.vlozka img{
    position: absolute;
    z-index: 100;
    margin-top: -80px;
    margin-left: -15px;
    width: 100%;

}

header .carousel-inner {
    height: 710px !important;
}

.carouselText1{
    text-align: center;
    font-size: 75px!important;
    color: white!important;
}
.h1span{
    color: #e27f00;
}
.carouselTextp{
    width: 1000px;
    margin-top: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 400;
    color: white;
}
.carouselText2 {
    text-align: center;
    background: #de7e00;
    padding: 25px;
    border-radius: 60px;
    width: 600px;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 81px;
    box-shadow: 0px 5px 5px #000000b8;
    z-index: 20;
    position: relative;
}
.carouselText2 a{
    color: #2f2274;
    text-decoration: none;
    font-weight: 600;
}
.carouselText2 a:hover{
    color: #fff;
    text-decoration: none;
}
/*=============SLIDEWITGET================*/
#sideWidget {
    position: fixed;
    color: #2f285a;
    transition: .25s all;
    top: calc(25vh + 85px);
    white-space: nowrap;
    background: #e48200;
    padding: 7px 15px;
    border-radius: 5px 5px 0 0;
    -webkit-transform-origin: 100% 50%;
    transform: rotate(
            -90deg
    ) translate(61.5%,-50%);
    font-weight: 700;
    letter-spacing: 1px;
    text-align: right;
    text-shadow: 0 1px 1px rgb(255 255 255 / 25%);
    text-transform: uppercase;
    cursor: pointer;
    right: -1px;
    z-index: 999;
    box-shadow: 0px -2px 5px #000000b8;
}
.pcW{
    display: flex;
}

#sideWidgetContent {
    top: 25vh;
    transform: translateY(-25%);
    right: -460px;
    z-index: 999;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 16%);
    background: #fff;
    padding: 40px;
    width: 460px;
    position: fixed;
    transition: .25s all;
    border: 3px solid #e38200;
    border-radius: 12px;
    color: #2f2274;
    font-weight: 700;
    box-shadow: 0px 5px 5px #0000004d;
}
#sideWidgetContent strong {
    color: #de7c00;
    font-size: 20px;
}
#sideWidgetContent span{
    margin-left: 10px;
}
.widgetContact a{
    font-size: 15px;
}
#sideWidgetContent i{
    color: #de7d00;
    padding-right: 10px;
}
#sideWidgetContent a:hover{
    text-decoration: none;
    color:#de7c00 ;
}
#sideWidget.open {
    right: 460px;
}
#sideWidgetContent.open {
    right: 0;
    width: 461px;
}
.mobileW{
    display: none!important;
}
.containerPhone{
    display: none;
}
.containerDesktop{
    display: block;
}
.sideButton{
    margin-top: 25px;
}
.sideButton a{
    background: #2f2274;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 20px;
    color: white;
}
/*=============SLIDEWIGET================*/

/*=====CAROUSEL DĚTI================*/
#Deti .carousel {
    position: relative;
    left: -90px!important;
}
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* large - display 3 */
@media (min-width: 992px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}
.carousel-control-prev{
    background: #554a8d !important;
    height: 70px;
    margin-top: 270px;
}
.carousel-control-next {
    background: #554a8d!important;
    height: 70px;
    margin-top: 270px;
}

.w-103 {
    width: 115%!important;
}
/*=====CAROUSEL DĚTI================*/


.uvodniH1{
    position: relative;
    margin-bottom: 115px!important;
}

.Uvod h1{
    font-family: PatrickHand-Regular;
    color: #2f2274;
    font-size:60px;
    position: relative;
    display: block;
    margin-bottom: 50px;
    text-align: center;
}
.h1:before {
    font-family: 'icons',sans-serif;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 200px;
    border: none;
    background: transparent;
    top: auto;
    bottom: -20px;
    height: 20px;
    width: 50%;
    background: url(../images/subscribe.svg) no-repeat;
    background-size: contain;
}

.Uvod h2{
    font-family: PatrickHand-Regular;
    color: #2f2274;
}
#skolaDozivotaSpolek{

}
.spolekBtn{
    background: #df8200;
    padding: 10px 15px!important;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-left: 0px!important;
    text-align: center;
    margin-top: 45px;
}
.spolekHref{
    margin-left: 230px;
    margin-top: -60px;
}
.imgLogo {
    width: 450px;
    margin-bottom: 70px;
}
.imgLogoSkola {
    margin-top: 110px;
    width: 450px;
    margin-bottom: 80px;
}
.cistVice{
    color: #2f2274;
    font-weight: 500;
    text-decoration: none;
}
.spolekHref a {
    margin-left: 20px;
    color: #2f2274;
    font-size: 17px;
    padding: 5px;
    text-decoration: none;
}
.spolekHref a:hover{
    text-decoration: none;
    color:#df8200;
}
.spolekBtn:hover{
    color:#fff!important;
}
.spolekKontakt .btn-secondary {
    background-color: #2f2274!important;
    border: none!important;
    width: 50%;
}
.spolekKontakt{
    padding: 60px;
}
.spolekKontakt a{
    font-size: 15px;
}
.spolekKontakt a:hover{
    text-decoration: none;
    color:#e28100 ;
}
.spolekFooter {
/*    background: #2f2274;*/
    padding: 40px;
/*    border-radius: 15px;
    color: white;
    border: 8px dashed #e27f00;*/
}
.spolekFooter i {
    padding-right: 10px;
}
.spolekFooter h3{
    color:#e28100;
}
.spolekFooter a{
    font-weight: 600;
    text-decoration: none;
    color: #2f2274;
}
.spolekFooter a:hover{
    text-decoration: none;
    color: #e28100;
}
.infoInsert {
    text-align: center;
    background: linear-gradient(357deg, #e28100, #e281007d);
    padding: 140px;
    margin-bottom: 130px;
}
.loga img:nth-of-type(1) {
    position: absolute;
    margin-top: -460px;
    opacity: 0.3;
    transform: rotateZ(-22deg);
}
.loga img:nth-of-type(2){
    position: absolute;
    right: 3%;
    margin-top: -400px;
    opacity: 0.4;
}
.TrhanecSpolek1 img {
    width: 100%;
    margin-top: -50px;
    position: absolute;
    margin-left: -15px;
    transform: rotate(180deg);
}
.TrhanecSpolek2 img {
    width: 100%;
    margin-top: -200px;
    position: absolute;
    margin-left: -15px;
    transform: rotate(0deg);
}
.skolaimg {
    text-align: center;
    margin-top: 85px;
}


#DarkSection h3{
    color: white;
}
.boxMobile{
    display: none;
}
#Deti p {
    margin-top: -20px;
    margin-bottom: 1rem;
    color: #ffebcdeb;
    text-shadow: 2px 2px 2px black;
    padding-top: 1rem;
    padding-left: 15px;
    padding-right: 15px;
}
section ul li{
    list-style: none;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
}
section ul li::before {
    content: "\2022";
    color:#2f2274 ;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.SectionBox {
    background-image: url(../images/BackDraw1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 3rem;
    margin-top: 100px;
}
.helpButton {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}
.helpButton a{
    background: #ff8f03;
    color: white;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 24px;
}
.helpButton a:hover{
    text-decoration: none;
    background: #2f2274;
    color: white;
}
#Deti span{
    text-align: right;
    display: block;
    color: white;

}
.DarkCard{
    background: #2f2274d1;
    border-radius: 12px;
    margin-left: 80px;
    margin-top: 45px;
}

.LightCard{
    background: #e58e00f2;
    border-radius: 12px;
    margin-left: 80px;
    margin-top: 45px;

}

.Section5{
    margin-top: -130px;
}
#pomoc{
    margin-top: 145px;
}



.DarkCard h3 {
    color: #2f2274 !important;
    position: relative;
    z-index: 600;
    margin-left: 40px;
    margin-top: -10px;
}
.LightCard h3 {
    margin-left: 40px;
    color: #e58e00!important;
    position: relative;
    z-index: 600;
    margin-top: 0px;
}


/*.HeaderBox img {
    transform: scale(1.2);
    position: absolute;
    margin-left: -56px;
    margin-top: -40px;
    z-index: 100;
    transform: rotateZ(2.7deg);
    width: 410px;
}*/
.HeaderBox img {
    transform: scale(1.2);
    position: absolute;
    margin-left: -12px;
    margin-top: -25px;
    z-index: 100;
    transform: rotateZ(2.7deg);
    width: 351px;
}
.ImgBox img {
    z-index: 500;
    position: relative;
    width: 340px;
    margin-top: -37px;
    margin-left: -17px;
}

.CistVice{
    position: relative;
    z-index: 600;
    text-align: right;
    display: block;

}
.CistViceDark{
    position: relative;
    z-index: 600;
    text-align: right;
    display: block;
}
.CistVice button{
    color:#e58e00;
    font-size: 20px;
    font-family: 'PatrickHand-Regular';
    outline: none;
    border: none;
    background: none;
    display: block;
    margin-left: 13px;
}
.tonikButton{
    margin-top: 22px;
}
.CistViceDark button {
    color: #2f2274;
    font-size: 20px;
    font-family: 'PatrickHand-Regular';
    outline: none;
    border: none;
    background: none;
    display: block;
    /* margin-left: auto; */
    margin-left: 13px;
    margin-top: -11px;
}

.CistVice button:hover , .CistViceDark button:hover{
    color:#fff;
    text-decoration: none;
    outline: none;
    border: none;
}

#pribehyModalText .modal-title {
    margin-top: -70px!important;
    margin-left: auto;
    margin-right: auto;
}
#project {

}
#project h1 {
    margin-top: -65px;
    padding: 30px;
}
.pProject{
    position: relative;
    text-align: center;
    margin-top: -60px;
    margin-bottom: 100px;
}
.projectBox{
    height: 266px;
}

.stretched-link{
    background: #fe7c00;
    padding: 10px 20px;
    border-radius: 15px;
    color: #2f2274;
    text-transform: uppercase;
    font-weight: 700;
    width: 120px;
    font-size: 13px;
    text-decoration: none;
    margin-top: 10px;
    cursor: pointer;
    outline: none;
    border: none;
}
.link2{
    background: #2f2274;
    color: #f58407;
}
.link2:hover{
    background: #fe7c00!important;
    color: #fff;
}
.stretched-link:hover{
    color: white!important;
    background: #2f2274;
    text-decoration: none;
}
.stretched-link:focus{
    outline: none;
}
/*===Modalní Okno ===========*/
.myModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 500; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgb(0 0 0 / 71%); /* Black w/ opacity */
}

/* Modal Content/Box */
.myModal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    border-radius: 40px;
}




/* The Close Button */
.myClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.myClose:hover,
.myClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#myBtn {
    padding: 10px 25px;
    display: block;
}
/*===Modalní Okno ===========*/
.marketing img{
    width: 440px;
}
.btnProject{
    position: relative;
    padding: 15px 20px;
    color: #fe7c00;
    font-weight: 600;
    background-image: url(images/menu-bg.png);
    border-radius: 12px;
}
.btnProject:hover{
    text-decoration: none;
    color:#fff;
}
.text-Project {
    color: #e48200;
}
#insert2 h1{
    text-align: center;
    padding: 60px;
    background: #2f2274;
    color: #e48100;
    margin-top: 35px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 575px){
    .LightCard{
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    #Deti p {
        margin-top: 65px;
    }
    .HeaderBox img {
        transform: scale(1.1);
        position: absolute;
        margin-left: -40px;
        margin-top: -20px;
        z-index: 100;
    }
}

.cara1{
    width: 100%;
    height: 2px;
    background: #e58e00;
}
.cara1 img{
    width: 170px;
    position: absolute;
    margin-top: -40px;
    background: white;
    left: 10%;
}
.cara2 img{
    width: 170px;
    position: absolute;
    margin-top: -40px;
    background: white;
    right: 10%;
}

.cara2{
    width: 100%;
    height: 2px;
    background: #2f2274 ;
    margin-bottom: 50px;
}
#doc {
    margin-top: 115px;
    margin-bottom: 200px;
}
.documents{
    margin-bottom: 100px;
    margin-top: 100px;
}
.documents i{
    font-size: 100px;
    color: #2f2274;
    width: 150px;
}
.documents a{
    background: #e88300;
    color: #2f2274;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}
.documents a:hover{
    text-decoration: none;
    color: #fff;
}

/*===Realizované Projekty ====*/





@media (min-width: 576px){
    #realizedDonations .modal-dialog {
        max-width: 970px!important;
    }
}
.pdfFile{
    text-align: center;
}
#realizedDonations .modal-header{
    text-align: center;
    color:#2f2274 ;
}
#realizedDonations .modal-header h2{
    left: 0;
    right: 0;
    margin-left: auto;
}
#realizedDonations i{
    font-size: 90px;
    color: #2f2274;
}
#realizedDonations a {
    background: #e88300;
    color: #2f2274;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
    width: 110px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#realizedDonations a:hover{
    color: white;
    text-decoration: none;
}
#realizedDonations p{
    height: 60px;
}
/*===Realizované Projekty ====*/
.Rekonstrukce img{
    border-radius: 5px;
}

.Rekonstrukce h1{
    margin-bottom: 70px;
}

#Rek .carousel{
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#Rek {
    /* background-image: url(images/BackDraw2.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
}
.photoFisrtRek{
    text-align: center;
    width: 100%;
}
#projectModalMuzikoterapie ul li {
    list-style: none;
    text-decoration: none;
    font-weight: 700;
    margin-left: 20px;
    color: #333;
}
#projectModalMuzikoterapie ul li:before{
    content: "\2022";
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.rozpocet{
    margin-left: 40px;
}
.rozpocet2{
    margin-top: -20px;
}
/*.Rekonstrukce .row {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -143px;
    background: #00000082;
    padding: 10px;
    border-radius: 10px;
}*/
.stepBoxHeader {
    display: flex;
    width: 100%;
    background: #e38300;
    padding: 20px;
    border-radius: 15px;
    height: 110px;
}

.stepBoxHeader span i{
    font-size: 70px;
    color: #2f2274;
}
.stepBoxText{
    padding-left: 15px;
    color: #2f2274;
}
.stepBoxBody{
    text-align: center;
    position: relative;
    background: #554a8d;
    height: 320px;
    width: 320px;
    border-bottom-right-radius: 155px;
    border-bottom-left-radius: 155px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.stepBoxBody p{
    color: white;
    padding: 25px;
}
.afterAndBerore img {
    max-width: 100%;
    position: relative;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.galeryButton {
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.galeryButton a {
    color: #fff;
    background: #e28000;
    padding: 10px 15px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.galeryButton a:hover {
    color: #2f2274;
    text-decoration: none;
}
.eShop {
    color: #e48200;
    font-weight: 500;
}
.eShop:hover {
    color: #2f2274;
    text-decoration: none;
}
/*=====Photo====*/
.photo-gallery {
    color:#313437;
    background-color:#fff;
}

.photo-gallery p {
    color:#7d8285;
}

.photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom:25px;
        padding-top:25px;
        font-size:24px;
    }
}

.photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom:0;
}

.photo-gallery .photos {
    padding-bottom:20px;
}

.photo-gallery .item {
    padding-bottom:30px;
}

#project{
    margin-bottom: 100px;
}
#project .modal-body{
    padding: 30px !important;
}
#project .modal-header{
    border-bottom: none!important;
}

#DarkSection {
    background: #e6940d;
    padding: 100px;
}


.h6Skola h6{
    color:#2f2274;
}
/*.charman .col:nth-of-type(1){
    border-right: 1px solid #e48100;
}*/
.spolekH{
    font-size: 100px!important;
}
.oSkole{
    text-align: center;
    margin-top: 25px;
}
.oSkole a {
    color: #e6940d;
    background: #2f2274;
    padding: 10px 15px;
    border-radius: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.oSkole a:hover {
    color: #fff;
    text-decoration: none;
}
.TrhanecDeti1 img {
    width: 100%;
    margin-top: 0px;
    position: absolute;
    margin-left: -15px;
    transform: rotate(180deg);
}
.TrhanecDeti2 img {
    width: 100%;
    margin-top: -70px;
    position: absolute;
    margin-left: -15px;
    transform: rotate(0deg);
}


#ObecneInfo{
    background-image: url(../images/BackDraw3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.TlacitkoVice{
    font-size: 18px;
    color: #2f2274;
}

#Penize {
    background-image: url(../images/ucetInner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#Penize h1 {
    padding-top: 125px;
}
#pomoc h1 {
    text-align: center;
    margin-top: -100px;
}
.pomocFooter {
    margin-top: 0px;
    margin-bottom: 100px;
}


.pomocFooter h2{
    text-align: center;
    padding: 50px;
}
.SectionBG{
    /*    background-image: url("images/BackDraw5.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
}
#Forum {
    background-image: url(../images/BackDraw2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 295px;
    background-position: center;
    background-position-y: 22px;
}
.rodiceH1{
    position: relative;
}
.rodiceH1:before {
    font-family: 'icons',sans-serif;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 300px;
    border: none;
    background: transparent;
    top: auto;
    bottom: 20px;
    height: 20px;
    width: 50%;
    background: url(../images/subscribe.svg) no-repeat;
    background-size: contain;
}
/*#Forum img{
    width: 280px;
    position: absolute;
    margin-top: -85px;
    margin-left: 30px;
    border: 5px outset #2f2274;
    z-index: 0;
}*/

.ForumBorder {
    padding: 55px;
    margin-top: 0px;
}
#Forum .snippet {
    border: none;
    position: absolute;
    margin-top: 120px;
    margin-left: -35px;
    width: 100%;
    z-index: 10;
}
.snippetCenter{
    transform: rotate(6deg);
}
.ForumBorder h3 {
    padding-top: 140px;
    z-index: 100;
    position: relative;
    text-align: center;
    font-size: 55px !important;
}
.ForumBorder p {
    z-index: 100;
    position: relative;
    color: #e6940d;
    font-weight: 600;
}
.rodiceColorFirst{
    font-weight: 300!important;
}
.rodiceColor{
    color: #333!important;
    font-size: 1.25rem;
    font-weight: 300!important;
}

/*.BoxText{
    padding-bottom: 45px;
}*/
.ForumRow{
    margin-top: -70px;
}
.rodiceModal button{
    z-index: 100;
    position: relative;
    font-weight: 700;
    border: none;
    background: none;
    outline: none;
}
.rodiceModal button:hover{
    color:#e6940d ;
    outline: none;
}
.rodiceModal button span{
    display: block;
    text-align: right;
}
.rodiceModal .modal-content{
    padding: 30px;
}
.Trhanec1 img {
    width: 100%;
    margin-top: -50px;
    position: absolute;
    margin-left: -15px;
    transform: rotate(180deg);
}
.Trhanec2 img {
    width: 100%;
    margin-top: -110px;
    position: absolute;
    margin-left: -15px;
}



.box_ucet {
    max-width: 610px;
    border: 2px solid #463a83;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
.box_ucet h3 {
    text-align: center;
    font-size: 30px;
    font-family: 'PatrickHand-Regular';
    color: #2f2274;
    font-size: 50px!important;
}
.box_ucet span {
    text-align: center;
    display: block;
    font-size: 25px;
    color: #e6940d;
    font-weight: 700;
    font-size: 35px;
}

/*=====Kolik Se vybralo====*/
.container {
    margin-top: 100px
}

.counter-box {
    display: block;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}

.counter-box.colored {
    max-width: 730px;
    background: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
    padding-bottom: 190px;
    margin-top: -35px;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}
.Vybrano h4 {
    font-size: 35px;
    color: #2f2274;
}
.vybranoHref {
    color: #dd8800;
    padding: 15px 15px;
    background: #2f2274;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
}
.vybranoHref:hover {
    color: #fff;
    text-decoration: none;
}
.four a:not([href]) {
    color:#e48200 !important;
    text-decoration: none;
    padding: 15px 15px;
    -webkit-appearance: revert;
}
.four a:not([href]):hover {
    color:#fff!important;
    text-decoration: none;
}
#modalFormPotvrzeni .modal-body{
    padding: 25px;
}
#modalFormPotvrzeni .nav-tabs .nav-link{
    color:#2f2274!important;
    font-weight: 500;
}
#modalFormPotvrzeni label {
    font-weight: 500;
}
#modalFormPotvrzeni .nav-tabs .active{
    font-weight: 500;
    background: #2f2274;
    color:#fff!important;
}
.vybranoBtn1 {
    background: #686868;
    color: white;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 21px;
    border: none;
}
.vybranoBtn1:hover{
    color: white;
    background:#686868b8;
}
.vybranoBtn2 {
    background: #2f2274;
    color: white;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 21px;
    border: none;
    margin-left: -25px;
    margin-top: 15px;
}
.vybranoBtn2:hover{
    color: white;
    background:#2f2274a8;
}
.gdpr{
    text-decoration: none;
    color:#2f2274;
}
.gdpr:hover{
    text-decoration: none;
    color:#e48200;
}

/*
.Vybrano span{
font-size: 55px;
color: #2f2274;
}
*/
.Vybrano span{
    font-size: 40px;
    color: #2f2274;
    display: inline-block;
}
.Kc{
    margin-top: -95px;
    margin-left: 300px;
    font-size: 53px;
    color: #2f2274;
}

#Partners{
    margin-top: -85px;
}
.partnersH1{
    position: relative;
}
.partnersH1:before{
    font-family: 'icons',sans-serif;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 300px;
    border: none;
    background: transparent;
    top: auto;
    bottom: -16px;
    height: 20px;
    width: 50%;
    background: url(../images/subscribe.svg) no-repeat;
    background-size: contain;
}
/*=====Kolik Se vybralo====*/

#kontakt {
    padding: 0px;
}
.kontaktH1 {
    position: relative;
    margin-top: -100px;
    margin-bottom: 50px;
}
.kontaktH1:before{
    font-family: 'icons',sans-serif;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 300px;
    border: none;
    background: transparent;
    top: auto;
    bottom: -16px;
    height: 20px;
    width: 50%;
    background: url(../images/subscribe.svg) no-repeat;
    background-size: contain;

}
.btnMyButton{
    background: #e48000!important;
    color: white !important;
    font-weight: 600 !important;
}
#kontakt i{
    color: #e68100;

}

footer{
    background-color: #de8f00;
}
footer h6{
    font-size: 1.5rem !important;
    padding-top: 7rem;
    text-align: center;
    color:#2f2274;
}



.ukazkaDeti {
    position: relative;
}
.ukazkaDeti:before{
    font-family: 'icons',sans-serif;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 300px;
    border: none;
    background: transparent;
    top: auto;
    bottom: 20px;
    height: 20px;
    width: 50%;
    background: url(../images/subscribe.svg) no-repeat;
    background-size: contain;

}

/* ======= ZoomEffectIMG =============*/
.transition{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}


/* ======= Simple Zoom Effects ========*/
.product-div1{
    position:relative;
    overflow:hidden;
    border-radius: 15px;
}
.product-div1 img{
    transform: scale(1);
}
.product-div1:hover img{
    transform: scale(1.1);
}

.img-galery img{
    width: 100%;
    padding-bottom:2px;
}

.Galerymobile{
    width: 100%;
}
.img-fb img{
    width: 150px;
}
.btnGalery{
    position: relative;
    padding: 15px 20px;
    background: #2f2274;
    font-weight: 500;
    color: white;
    border-radius: 12px;
}
/* ======= ZoomEffectEnd =========*/


/*=========Footer========*/
#footer{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    /*background: #112d42;*/
    background-size: cover;
    background-position: center;
}
#footer:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #061c2fe3;*/
}
#footer .containerFooter{
    position: relative;
    min-width: 1100px;
    min-height: 550px;
    display: flex;
    z-index: 100;
}
#footer .contactinfo {
    position: absolute;
    top: 0px;
    width: 350px;
    height: 570px;
    background: #2f2274;
    z-index: 1;
    padding: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 20px rgb(0 0 0 / 20%);
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
}
#footer .contactinfo h2 {
    color: #dc7d00;
    font-size: 40px!important;
    font-weight: 500;
}
#footer .info{
    position: relative;
    margin: 20px 0;
}
.ico {
    margin-left: -5px!important;
}
#footer .info li{
    position: relative;
    list-style-type: none;
    display: flex;
    margin: 20px 0;
    cursor: pointer;
    align-items: flex-start;
}

#footer .info li span:nth-child(1){
    width: 30px;
    min-width: 30px;
}
#footer .info li span:nth-child(1) i{
    font-size: 25px;
}
#footer .info li span:nth-child(2){
    color: #fff;
    margin-left: 10px;
    font-weight: 300;
    opacity: 0.5;
}
#footer .info li:hover span:nth-child(1) i ,
#footer .info li:hover span:nth-child(2){
    opacity: 1;
}
#footer .socialFooter {
    position: relative;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
#footer .socialFooter li{
    list-style: none;
    margin-right: 30px;
    font-size: 30px;
}
#footer .socialFooter li a{
    text-decoration: none;
    color: #e88300;
}
#footer .contactForm {
    position: absolute;
    padding: 40px 50px;
    margin-left: 150px;
    padding-left: 250px;
    background: #fff;
    width: calc(100% - 150px);
    box-shadow: 0 50px 50px rgb(0 0 0 / 50%);
    border: 5px solid #2f2274;
    border-radius: 23px;
}

#modalForm {
    position: relative;
    padding: 25px 50px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    width: calc(100% - 150px);
    box-shadow: none;
}
#footer .contactForm h2 ,  #modalForm h2{
    color:#2f2274;
    font-size: 24px;
    font-weight: 500;
}
#footer .formBox, #modalForm .formBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 70px;
}
#footer .inputBox ,  #modalForm .inputBox{
    position: relative;
    margin: 0 0 35px 0;
}
#footer .inputBox input ,
#footer .inputBox textarea,
#modalForm .inputBox input ,
#modalForm .inputBox textarea{
    width: 95% !important;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    border: none;
    border-bottom: 1px solid #777;
    outline: none;
    resize: none;
}
#footer .inputBox textarea,
#modalForm .inputBox textarea{
    min-height: 120px;
}
#footer .inputBox span,
#modalForm .inputBox span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    transition: 0.5s;
    pointer-events: none;
}
#footer .inputBox input:focus ~ span,
/*#footer .inputBox textarea:focus ~ span,
#footer .inputBox textarea:valid ~ span,*/
#footer .inputBox input:valid ~ span,
#modalForm .inputBox input:focus ~ span,
/*#modalForm .inputBox textarea:focus ~ span,*/
#modalForm .inputBox input:valid ~ span
{
    transform: translateY(-20px);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ff568c;
}
#footer .inputBox textarea:valid ~ span,
#modalForm .inputBox textarea:focus ~ span{
    transform: translateY(-20px);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #9e9e9e;
}

#footer .inputBox input[type="submit"],
#modalForm .inputBox input[type="submit"]{
    position: relative;
    cursor: pointer;
    background: #2f2274;
    color: #fff;
    border: none;
    max-width: 150px;
    padding: 12px;
}
.finalFooter{
    position: absolute;
}
.finalFooter h5 {
    color: white;
    font-size: 50px;
    display: block;
    margin-top: 80%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 5px;
}
.formButton {
    background: #2f2274!important;
    color: white !important;
    font-weight: 600 !important;
}
.footerAutor a{
    color: #2f2274;
}
.footerAutor a:hover{
    color:white;
    text-decoration: none;
}
/*=========Footer========*/
#contactSendSuccess{
    position: absolute;
}
#contactSendFailed {
    position: absolute;
}
#flash2 h3{
    background: #dc7d00;
}
#flashPerson h3{
    background: #dc7d00;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 999;
    text-align: center;
}

#flashCompany h3{
    background: #dc7d00;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 999;
    text-align: center;
}



/*Realizované Projekty*/
.finishedProject h1{
    position: relative;
}
.finishedProject h1:before{
    font-family: 'icons',sans-serif;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 300px;
    border: none;
    background: transparent;
    top: auto;
    bottom: -16px;
    height: 20px;
    width: 50%;
    background: url(../images/subscribe.svg) no-repeat;
    background-size: contain;
}
/*Realizované Projekty*/





/*MediaQuery*/
@media only screen and (min-width: 2560px) {
    header .carousel-inner {
        height: 1060px !important;
    }
    .cara1 img {
        left: 30%;
    }

    .cara2 img {
        right: 30%;
    }

    .vlozka img {
        margin-top: -150px;
    }

    .vlozka2 img {
        margin-top: -150px;
    }

    .Trhanec1 img {
        margin-top: -100px;
    }

    .Trhanec2 img {
        margin-top: -100px;
    }

    .counter-box.colored {
        padding-bottom: 170px;
    }
}
@media only screen and (max-width:1440px){
    .navbar a {
        margin-top: -30px;
    }
    .ImgLogo {
        width: 150px;
        margin-top: -17px;
    }
    header .carousel-inner {
        height: 535px !important;
    }
    header .carousel-caption {
        position: absolute;
        margin-top: 8%;
        top: 0%;
    }
    header .carousel-item img {
        margin-top: 50px;
    }
    .carouselText1 {
        font-size: 55px!important;
    }
    .carouselText2 {
        padding: 12px;
        width: 545px;
        margin-top: 81px;
    }
    .carouselImg2 {
        position: absolute;
        top: 42%;
        z-index: 1;
        right: 2%;
        transform: rotateZ(7deg);
    }
    .carouselImg1 {
        position: absolute;
        top: 43%;
        z-index: 1;
        left: 4%;
    }
    h1 {
        font-family: PatrickHand-Regular;
        color: #2f2274;
        font-size: 50px!important;
    }

    #nav-aboutUs{
        scroll-margin: 100px;
    }

    .uvodniH1 {
        position: relative;
        margin-bottom: 38px!important;
    }
    .SectionBox {
        background-image: url(../images/BackDraw1.jpg);
        background-size: contain;
        background-position-y: 70px;
    }
    .vlozka img {
        margin-top: -60px;
    }
    .cara1 img {
        left: 22%;
    }
    .cara2 img {
        right: 22%;
    }
    .Trhanec1 img {
        margin-top: -40px;
    }

    .Trhanec2 img {
        margin-top: -65px;
    }
    .vlozka2 img {
        margin-top: -85px;
    }
    #sideWidget {
        top: calc(34vh + 85px);
    }
    #sideWidgetContent {
        top: 35vh;
    }
    #Deti{
        margin-top: -70px;
    }
    #Deti p {
        margin-top: 0px;
        margin-bottom: 1rem;
        color: #ffebcdeb;
        text-shadow: 2px 2px 2px black;
        padding-top: 1rem;
    }
    .rodiceH1 {
        margin-top: -50px;
    }
    .ForumRow {
        margin-top: -110px;
    }
    #Rek {
        background-repeat: no-repeat;
        background-size: contain;
        background-position-y: 80px;
    }
    .Section5 {
        margin-top: -230px;
    }
    .pomociText {
        margin-top: 30px;
    }
    #Penize h1 {
        padding-top: 35px;
    }
    .counter-box.colored {
        padding-bottom: 100px;
    }
    .pomocFooter h2 {
        text-align: center;
        padding: 25px;
    }
    #project {
        background: #fff;
        margin-bottom: 40px;
    }
    .pProject {
        position: relative;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .TrhanecSpolek1 img {
        margin-top: -35px;
    }
    #skolaDozivotaSpolek {
        background-size: contain;
        background-position-x: -60px;
        background-position-y: 345px;
    }
    .spolekHref a {
        font-size: 16px;
    }
    .featurette {
        margin-top: -95px;
    }
    .btnSkola {
        margin-top: 45px!important;
    }
    #doc {
        margin-top: -75px;
        margin-bottom: 130px;
    }
    .documents i {
        font-size: 60px;
    }
    .documents a {
        padding: 10px 10px;
        font-size: 15px;
    }
    .documents h3{
        font-size: 22px!important;
    }
    .documents p{
        font-size: 20px!important;
    }
    .kontaktH1 {
        position: relative;
        margin-top: -65px;
        margin-bottom: 50px;
    }
    .infoInsert {
        text-align: center;
        background: linear-gradient(
                357deg
                , #e28100, #e281007d);
        padding: 93px;
        margin-bottom: 160px;
    }
    #BackgroundStory {
        background-position-y: -75px;
        background-position-x: 281px;
    }
    #Forum {
        background-position-y: 100px;
    }
    #footer{
        padding-bottom: 60px;
    }
    .spolekFooter h3 {
        font-size: 30px!important;
    }
    #footer .contactForm {
        height: 540px;
        padding: 10px 50px;
        padding-left: 250px;
    }
    #footer .contactinfo {
        height: 540px;
        padding: 25px;
    }
}
@media only screen and (max-width: 1024px) {
    header .carousel-inner {
        height: 590px !important;
    }
    .Trhanec1 img {
        margin-top: -22px;
    }

    .Trhanec2 img {
        margin-top: -42px;
    }

    .imgLogo {
        width: 330px;
    }

    .spolekHref {
        margin-left: 135px;
        margin-top: -40px;
    }

    .TrhanecSpolek1 img {
        margin-top: -3px;
    }

    .TrhanecSpolek2 img {
        margin-top: -175px;
    }

    .ForumBorder p {
        font-size: 12px;
    }

    #footer .containerFooter {
        position: relative;
        min-width: 800px;
        min-height: 550px;
        display: flex;
        z-index: 100;
    }
    .uvodniH1 {
        position: relative;
        margin-bottom: 45px!important;
    }
    .w-103 {
        width: 100%!important;
    }
    #Deti .carousel {
        position: relative;
        left: -34px!important;
    }
    .HeaderBox img {
        width: 263px;
    }
    #Deti p {
        margin-top: -5px;
    }
    .pomociText {
        margin-top: 10px;
    }
    .pProject {
        margin-bottom: 20px;
    }
    .infoInsert {
        margin-bottom: 130px;
        margin-top: -50px;
    }
    .spolekBtn {
        margin-top: 60px;
    }
    .btnSkola {
        margin-top: 0px!important;
    }
    #doc {
        margin-top: -5px;
        margin-bottom: 150px;
    }
    #doc .col-xl{
        margin-bottom: 25px;
    }
    #realizedDonations .col-xl{
        margin-bottom: 25px;
    }
    #kontakt {
        padding: 0px;
    }
    #footer .contactinfo {
        position: absolute;
        top: 0px;
        width: 350px;
        height: 600px;
    }
    #footer .contactForm {
        height: 600px;
        padding: 10px 50px;
        padding-left: 250px;
    }
    #flash2 h3{
        font-size: 20px!important;
    }

}
@media only screen and (max-width: 960px){
    header .carousel img {
        margin-top: -10px;
    }
    .vlozka img{
        margin-top: -34px;
    }
}
@media only screen and (max-width: 768px) {
    header .carousel-inner {
        height: 480px !important;
    }

    header .carousel img {
        width: 760px;
        margin-top: 60px;
    }

    .containerPhone{
        display: block;
    }
    .containerDesktop{
        display: none;
    }

    .carouselImg2{
        display: none;
    }
    header .carousel-caption {
        position: absolute;
        top: 25%;
    }
    .carouselText1 {
        text-align: center;
        font-size: 45px!important;
        color: white!important;
    }
    .carouselText2 {
        padding: 16px;
        width: 380px;
        padding-top: 0px!important;
        margin-top: 45px;
    }
    .carouselText2 a {
        font-size: 35px;
    }


    .vlozka img {
        margin-top: -40px;
    }

    .vlozka2 img {
        margin-top: -35px;
    }

    .navbar ul {
        text-align: center
    }

    .navbar ul li {
        margin-top: 25px;
    }

    .imgLogo {
        width: 260px;
    }

    .spolekHref {
        margin-left: 0px;
        margin-top: 0px;
    }
    .HeaderBox img {
        width: 360px;
    }
    .ImgBox img {
        width: 290px;
    }

    .imgLogoSkola {
        width: 231.6px;
    }

    .documents h3 {
        font-size: 25px !important;
    }
    .carouselNone{
        display: none;
    }
    #Deti {
        margin-top: 0px;
    }
    .boxMobile{
        display: block;
    }
    .DarkCard, .LightCard {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 70px;
    }
    .HeaderBox img {
        width: 306px;
    }
    .rodiceH1 {
        margin-top: -120px;
    }
    .rodiceH1:before {
        left: 175px;
    }
    .frantisek{
        margin-left: -28px;
        margin-top: 3px;
    }
    .pProject {
        position: relative;
        text-align: center;
        margin-top: -12px;
    }
    .Section5 {
        margin-top: -130px;
    }
    .btnSkola {
        margin-top: 60px!important;
    }

    .SectionBox {
        background-size: cover;
        background-position-y: 0px;
    }
    .ForumBorder h3 {
        padding-top: 100px;
        font-size: 40px !important;
    }

    .rodiceMobile {
        font-size: 8px!important;
    }
    .rodiceModal button {
        font-size: 12px;
    }
    #kontakt {
        padding: 65px;
        padding-top: 30px;
        height: 930px;
    }
    #kontakt .col-lg-4{
        margin-bottom: 25px!important;
    }
    #Forum {
        padding-bottom: 135px;
        background-position-y: -17px;
    }
    .ukazkaDeti:before {
        left: 180px;
    }
    #footer {
        padding-bottom: 0px;
        margin-bottom: 630px;
    }
    #footer .contactinfo {
        top: -50px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    #footer {
        padding-bottom: 0px;
        margin-bottom: 500px;
    }
    #footer .containerFooter {
        min-width: 710px;
    }
    #footer .contactForm {
        padding: 15px 0px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -270px;
        padding-left: 30px;
        width: 100% !important;
    }
    #footer .contactinfo {
        top: 510px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .partnersH1:before {
        left: 210px;
    }
    .kontaktH1:before {
        left: 200px;
    }
    .kontaktH1 {
        margin-bottom: 0px;
    }
    #footer .contactinfo {
        width: 95%;
        text-align: center;
        border-radius: 23px;
        margin-top: -120px;
    }
    .ico{
        text-align: center;
        margin-left: auto;
        display: block;
        margin-right: auto;
        margin-left: auto!important;
    }
    #footer .socialFooter li {
        margin-right: 140px;
        font-size: 40px;
    }
    #footer .socialFooter {
        margin-left: 21%;
    }
    #footer .info li {
        justify-content: center;
    }


}
@media only screen and (max-width: 580px){
    .Uvod .h1:before {
        left: 85px;
    }
    .vlozka2 img{
        margin-top: -20px;
    }
    .CistVice{
        margin-right: 40px;
    }
    .Trhanec2 img {
        margin-top: -20px;
    }
}
@media only screen and (max-width: 425px){
    header .carousel-inner {
        height: 315px !important;
    }
    header .carousel img {
        width: 100%;
        margin-top: 90px;
    }
    header .carousel-caption {
        top: 23%;
    }
    .carouselText1 {
        text-align: center;
        font-size: 25px!important;
        color: white!important;
    }
    .carouselText2 a {
        font-size: 25px;
    }
    .carouselText2 {
        margin-top: 20px;
        /* font-size: 9px!important; */
        width: 250px;
        padding: 7px;
    }
    h1 {
        font-size: 40px!important;
    }
    .ImgLogo {
        margin-left: -35px;
    }

    .PageImg {
        background-position-x: -146px;
    }
    .cara1 img {
        margin-top: -42px;
        left: 50%;
    }
    .SectionBox {
        padding-bottom: 5rem;
    }
    #Penize {
        background-position-y: 0px;
    }
    footer h6 {
        padding-top: 4rem;
    }
    .vlozka img {
        margin-top: -20px;
    }
    .imgLogo {
        width: 370px;
    }
    .imgLogoSkola {
        width: 320px;
        margin-top: -90px;
    }
    .infoInsert {
        padding: 30px;
        margin-bottom: 150px;
    }
    .documents .lead{
        display: none;
    }
    #doc .mobileBtn {
        margin-top: 31px!important;
        display: block;
    }
    .documents a {
        font-size: 13px;
    }
    .documents i {
        width: 117px;
    }
    #sideWidget {
        padding: 0px 15px;
    }
    #sideWidgetContent.open {
        width: 300px;
    }
    #sideWidget.open {
        right: 300px;
    }
    .pcW{
        display: none!important;
    }
    .mobileW{
        display: block!important;
    }
    .h1:before {
        left: 120px;
    }
    .SectionBox {
        background-size: contain;
        background-position-y: 50px;
    }
    .rodiceH1 {
        margin-top: -150px;
        margin-bottom: 50px;
    }
    .Section5 {
        margin-top: 0px;
    }
    #Forum .snippet {
        margin-top: 70px;
        margin-left: -45px;
    }
    #project h1 {
        margin-top: -65px!important;
        padding: 15px;
        margin-left: -32px!important;
    }
    .ForumRow .col-sm{
        margin-bottom: 20px!important;
    }
    .ForumBorder h3 {
        padding-top: 140px;
        font-size: 55px !important;
    }
    .rodiceMobile {
        display: block;
        font-size: 16px!important;
    }
    .ForumBorder p {
        font-size: 16px;
    }
    .rodiceModal button {
        font-size: 21px;
    }
    #project {
        background-position-x: 30px;
        margin-top: -25px;
    }
    .Trhanec1 img {
        margin-top: -3px;
    }
    #footer {
        padding-bottom: 0px;
        margin-bottom: 480px;
    }
    #footer .containerFooter {
        min-width: 370px;
    }
    #footer .contactForm {
        width: 370px;
        height: auto;
    }
    #footer .contactinfo {
        top: 480px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    footer h6 {
        font-size: 0.9rem !important;
        padding-top: 7rem;
        text-align: center;
        color: #2f2274;
    }
    .HeaderBox img {
        transform: scale(1.2);
        position: absolute;
        margin-left: -15px;
        margin-top: -29px;
        z-index: 100;
        transform: rotateZ(0deg);
        width: 100%;
    }
    .ImgBox img {
        width: 380px;
    }
    #Deti p {
        margin-top: 0px;
    }
    .ukazkaDeti:before {
        left: 90px;
    }
    .ukazkaDeti{
        padding: 0px !important;
    }
    .rodiceH1:before {
        left: 100px;
    }
    #pomoc {
        margin-top: -5px;
    }
    .box_ucet {
        max-width: 330px;
    }
    .box_ucet h3 {
        font-size: 26px!important;
    }
    .box_ucet span {
        font-size: 24px;
    }
    .counter-box.colored {
        display: grid;
    }
    .colored a{
        margin-top: 35px;
    }
    .uvodniH1 {
        margin-top: 65px!important;
    }
    .imgLogoSkola {
        margin-top: 80px;
    }
    .partnersH1:before {
        left: 120px;
    }
    .kontaktH1:before {
        left: 120px;
    }
    .spolekFooter h3 {
        color: #e28100;
        font-size: 30px!important;
    }
    .spolekHref a {
        margin-bottom: 55px;
    }
    #kontakt {
        padding: 15px;
        margin-top: 0px;
        height: 840px;
    }
    #footer .socialFooter {
        margin-left: 24%;
    }
    #footer .socialFooter li {
        list-style: none;
        margin-right: 30px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 375px){
    header .carousel-inner {
        height: 270px !important;
    }
    header .carousel img {
        width: 100%;
        margin-top: 70px;
    }
    header .carousel-caption {
        top: 20%;
    }
    .carouselText2 {
        margin-top: 16px;
        font-size: 18px!important;
        width: 166px;
        padding: 10px;
        padding-top: 10px!important;
    }
    .carouselText2 a {
        font-size: 18px;
    }
    .vlozka img {
        margin-top: -10px;
    }
    .vlozka2 img {

    }
    .carouselText1 {
        font-size: 24px!important;
    }
    #Penize {
        background-position-y: 386px;
    }
    .imgLogo {
        width: 330px;
    }
    .imgLogoSkola {
        width: 250px;
        margin-top: 70px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 20px;
    }
    .TrhanecSpolek2 img {
        margin-top: -165px;
    }
    h3 {
        font-size: 1.85rem !important;
    }
    h1 {
        font-size: 56px!important;
    }
    .SectionBox {
        background-size: contain;
        background-position-y: 55px;
        background-position-x: -8px;
    }


    .documents i {
        width: 85px;
    }
    .documents a {
        font-size: 10px;
    }
    #doc .mobileBtn {
        margin-top: 34px !important;
    }
    .spolekHref {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        display: grid;
        justify-content: center;
        margin-top: 25px;
    }
    .ForumRow .col-sm {
        margin-bottom: -80px!important;
    }
    .ForumBorder h3 {
        padding-top: 75px;
        font-size: 55px !important;
    }

    #footer .containerFooter {
        min-width: 350px;
    }
    #Deti p {
        margin-top: 0px;
    }
    #project h1 {
        margin-top: -55px!important;
        padding: 10px;
        margin-left: -6px!important;
        font-size: 35px!important;
    }
    #Penize {
        background-position-y: 0px;
    }
    #Forum {
        padding-bottom: 135px;
        background-position-y: 29px;
    }
    .ImgBox img {
        width: 350px;
    }
    .Section5 {
        margin-top: 100px;
    }
    #footer {
        margin-bottom: 310px;
    }
    #footer .contactinfo {
        top: 515px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    #footer {
        margin-bottom: 420px;
    }
    #footer .contactForm {
        height: auto;
    }
    #footer .contactinfo {
        height: auto;
    }

}
@media only screen and (max-width: 320px){
    header .carousel-inner {
        height: 240px !important;
    }
    header .carousel-caption {
        top: 30%;
    }
    header .carousel img {
        width: 100%;
        margin-top: 80px;
    }
    .carouselText1 {
        font-size: 19px!important;
    }
    .carouselText2 {
        margin-top: 0px;
        font-size: 18px!important;
        width: 166px;
        padding: 3px;
        padding-top: 5px!important;
    }
    .carouselText2 a {
        font-size: 15px;
    }
    h1 {
        font-size: 40px!important;
    }
    h3 {
        font-size: 1.35rem !important;
    }
    .Trhanec1 img {
        margin-top: -10px;
    }
    .imgLogo {
        width: 265px;
    }
    .imgLogoSkola {
        width: 210px;
    }
    #Deti p {
        margin-top: -10px;
    }
    .documents i {
        font-size: 70px;
        width: auto;
    }
    .documents h3 {
        font-size: 20px !important;
    }
    #doc .mobileBtn {
        margin-top: 53px !important;
    }
    .documents a {
        font-size: 7px;
    }
    #doc .mobileBtn {
        margin-top: 32px !important;
    }
    #sideWidgetContent.open {
        width: 230px;
    }
    #sideWidget.open {
        right: 220px;
    }
    .ForumBorder h3 {
        padding-top: 75px;
        font-size: 30px !important;
    }
    .rodiceMobile {
        display: block;
        font-size: 13px!important;
    }
    .h1:before {
        left: 70px;
    }
    #project h1{
        margin: 0px;
    }
    .Trhanec2 img {
        margin-top: -10px;
    }
    #kontakt {
        height: 600px;
    }
    #footer {
        margin-bottom: 720px;
    }
    #footer .containerFooter {
        min-width: 290px;
    }
    #footer .contactinfo {
        position: absolute;
        top: 205px;
        width: 280px;
    }
    #footer .contactForm {
        margin-top: 640px;
    }
    .ImgBox img {
        width: 300px;
    }
    .spolekBtn {
        margin-top: 0px;
        margin-bottom: 30px;
    }

}

/*MediaQuery*/


@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {

    .safari_only {


    }
}}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {

    .safari_only {


    }
}}