body,
nav 
{
    background-color: #4B0E1E;
    box-sizing: content-box !important;
}

.carousel,
.carousel-item 
{
    min-width: 100% !important;
    padding-right: 0 !important;
}

.carousel,
.carousel-item,
body 
{
    padding-right: 0 !important;
}

.modal,
body,
html 
{
    overflow-x: hidden;
}

@font-face {
    font-family: montserrat_regular;
    src: url("../../../Main/betutipusok/montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: montserrat_semibold;
    src: url("../../../Main/betutipusok/montserrat/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: montserrat_semibold_italic;
    src: url("../../../Main/betutipusok/montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
    font-family: colgent;
    src: url("../../../Main/betutipusok/Colgent/Colgent.ttf") format("truetype");
}
@font-face {
    font-family: montserrat_medium;
    src: url("../../../Main/betutipusok/montserrat/Montserrat-Medium.ttf") format("truetype");
}

body 
{
    max-width: 100% !important;
}

.footerlink,
.menu-link,
.menu-link:hover 
{
    color: #fff;
    text-decoration: none;
}

.nav-link,
.nav-link:hover 
{
    color: #fff !important;
    border-radius: 20px;
}

.nav-link 
{
    font-family: montserrat_regular;
    font-size: 23px;
    text-transform: uppercase;
}

.nav-link:hover 
{
    border: 1px solid #fff;
}

.carousel-item 
{
    height: 64%;
}

.carouselszoveg 
{
    color: #fff;
    font-size: 120px;
    font-family: Colgent;
    padding-top: 12%;
}

.carouselimg 
{
    min-width: 100%;
    position: absolute;
    z-index: -1;
}

.logokep 
{
    width: 350px;
}

.kicsi_bogyo 
{
    width: 70%;
}

.kepeksor
{
    width: 80% !important;
    margin-top: -3rem !important;
}

.kep
{
    margin-top: 5.5% !important;
}

.kep2
{
    margin-top: -1.5% !important;
}

.kep3
{
    margin-top: 7% !important;
}

.kep4
{
    margin-top: -1.5% !important;
    width: 97% !important;
}

.cim 
{
    font-family: colgent;
    font-size: 35px;
    color: #fff;
    margin-bottom: 0 !important;
    margin-top: 6rem !important;
}

.galeria
{
    margin-top: 8rem !important;
    margin-bottom: 6rem !important;
}

.wellness
{
    margin-top: 4rem !important;
    margin-bottom: 6rem !important;
}

/*FOOTER*/
.footercim,
.footercim2 
{
    font-size: 15px;
}
.footercim2 
{
    margin-top: 0 !important;
}
.footertartalom 
{
    color: #fff;
    font-size: 20px;
    font-family: montserrat_medium;
}
.footerfelso
{
    width: 70%;
}
.footeralso 
{
    width: 70%;
}
.footerlink:hover 
{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.footerelso 
{
    padding-left: 22rem !important;
    padding-top: 3rem !important;
}
.linkdiv
{
    padding-top: 3rem !important;
}
.listadiv
{
    padding-right: 20rem !important;
    padding-top: 3rem !important;
    font-size: 15px !important;
}
/*FOOTER*/

.kep:hover 
{
    transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.modal 
{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

#next,
#prev,
.close 
{
    position: absolute;
    top: 15px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    transition: 0.3s;
}

.modal-content 
{
    margin: auto;
    display: block;
    width: 75%;
}

#caption,
.modal-content 
{
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom 
{
    from 
    {
        -webkit-transform: scale(0);
    }
    to 
    {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom 
{
    from 
    {
        transform: scale(0);
    }
    to 
    {
        transform: scale(1);
    }
}

.close 
{
    right: 35px;
}

#prev 
{
    right: 140px;
}

#next 
{
    right: 90px;
}

#next:hover,
#prev:hover,
.close:focus,
.close:hover 
{
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) 
{
    .modal-content 
    {
        width: 100%;
    }
}
