@import url(https://fonts.googleapis.com/css?family=Raleway:400;400italic,500;500italic,600;600italic,800;800italic&subset=latin,latin-ext);


body,h1,h2,h3,h4,h5,h6,p,a,span,label,input,li,ul,ol,div{
    font-family: 'Raleway', sans-serif;
}

body{
    margin: 0;
    padding: 0;
}


::selection {
  background: #0AC3FB; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background:#0AC3FB; /* Gecko Browsers */
  color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(44,188,189, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(44,188,189, 0.6) !important;
  outline: none !important;
}

div:focus{
	outline: none !important;
}

h1{
    margin: 40px 0;
    color: #0AC3FB;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
}

h2{
    margin: 0 0 100px;
    color: #FE9F11;
    font-weight: 800;
    font-size: 40px;
    line-height: 30px;
}

h3{
    margin: 10px 0;
    font-size: 17px;
    font-weight: bold;
    color: #0AC3FB;
}

p{
    font-size: 17px;
    color: #999;
}

a{
    font-size: 17px;
	transition: all 0.25s;
}

a:hover,
a:focus{
	text-decoration: none;
}

.bg{
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.mc{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary{
    font-weight: 800;
    color: #fff;
    font-size: 17px;
    padding: 10px 45px;
    border-radius: 35px;
    background: #0AC3FB;
    border: 2px solid #0AC3FB;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    border: 2px solid #FE9F11;
    color: #FFF;
    background: #FE9F11;
    box-shadow: 0 0 0 0.2rem rgba(249,199,79,.5);
}

/* MODALS */

.modal-body .form-control{
	font-size: 14px;
}

.modal-body label{
    font-weight: bold;
	font-size: 14px;
    margin-bottom: 0;
    color: #FE9F11;
}

.modal-body .form-check label{
    font-weight: normal;
    color: #000;
}

.modal-footer{
    justify-content: flex-start;
}

.modal-footer p,
.modal .form-check-label{
    font-size: 13px;
}

.modal a{
    font-size: 13px;
    font-weight: bold;
    color: #0AC3FB;
}

.modal-title{
    font-weight: bold !important;
    color: #0AC3FB !important;
}

.modal-body .btn{
    margin-top: 25px;
}

/* HEADER */

header #brownline{
    background: #FE9F11;
    padding: 5px 0;
    min-height: 35px;
}

header #brownline p,
header #brownline a{
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

header .navbar{
    background: transparent;
}

header .navbar-brand{
    width: 350px;
    height: 350px;
    position: absolute;
    background: #fff;
    border-radius: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -100px;
}

header .navbar-brand img{
    max-width: 280px;
    margin-top: 100px;
    transition: all 0.25s;
}

header .navbar-brand:hover img{
    transform: scale(1.1);
}

header .nav-link{
    color: #FFF;
    font-weight: bold;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 16px;
}

header .nav-link:hover,
header .nav-link:focus{
    color: #FFF;
}

header .dropdown-menu{
    display: block;
    visibility: hidden;
    opacity:0;
    transform: translateY(50px);
    transition:.5s ease all;
}

header .dropdown-item:hover,
header .dropdown-item:focus,
header .dropdown-item:active{
    background: #0AC3FB !important;
    color: #fff;
}

header .dropdown-menu.show{
    display: block;
    visibility: visible;
    opacity:1;
    transform: translateY(0px);
    transition:.5s ease all;
}



header .headerbg{
    margin-top: -57px;
}

/* FOOTER */

footer{
    padding: 15px 0;
}

footer ul{
    margin: 0;
}

footer ul>li{
    display: inline;
    list-style: none;
    font-weight: bold;
    padding: 0 5px;
}

footer ul>li:first-child{
    padding-left: 0;
}

footer ul>li a{
    color: #0AC3FB;
}

footer ul>li a:hover,
footer ul>li a:focus{
    color: #FE9F11;
}

footer .brand{
    text-align: right;
}

/* HOMEPAGE */

#homepageabut img{
    height: 400px;
    width: 400px;
    border-radius: 200px;
}

#homepageabut h1,
#homepageabut h2,
#homepageabut h3{
    margin: 0 0 10px 0;
}

#homepageabut h2{
    font-size: 25px;
}

#homepageabut p{
    color: #0AC3FB;
}

#services{
    padding: 250px 0 150px;
}

#services .item{
    margin-bottom: 50px;
}

#services .item img{
    transition: all 0.4s;
}

#services .item:nth-child(2),
#services .item:nth-child(5){
    margin-top: 45px;
}

#services .item:nth-child(1):hover img{
    animation: lurkoparty 1.5s infinite
}

@keyframes lurkoparty {
    0%   {transform: scale(1) rotate(0deg);}
    33%  {transform: scale(1.1) rotate(5deg);}
    66%  {transform: scale(1) rotate(-5deg);}
    100%  {transform: scale(1) rotate(0deg);}
}

#services .item:nth-child(2):hover img{
    animation: lurkotalpak 1.5s infinite
}

@keyframes lurkotalpak {
    0%   {transform: rotateY(0deg);}
    50%  {transform: rotateY(180deg);}
    100%  {transform: rotateY(0deg);}
}

#services .item:nth-child(3) .heart{ 
    transition: all 1s;
    position: absolute;
    width: 50px;
    left: 50%;
    margin: -130px 0 0 -25px;
    opacity: 0;
}

#services .item:nth-child(3):hover .massage{
    transform: scale(0.9);
}

#services .item:nth-child(3):hover .heart{
    opacity: 1;
    margin-top: -150px;
}

#services .item .child2{
    position: absolute;
    left: 0;
}

#services .item .child3{
    position: absolute;
    right: 0;
}

#services .item:nth-child(5) .layer{
    position: absolute;
    height: calc(100% - 50px);
    width: calc(100% - 30px);
    z-index: 0;
    transition: all 0.25s;
    opacity: 0;
}

#services .item:nth-child(5) .travel{
    position: relative;
    z-index: 1;
}

#services .item:nth-child(5):hover .layer{
    opacity: 1;
}

#packages{
    padding: 100px 0;
}

#packages h2{
    margin-bottom: 200px;
}

#packages .item{
    height: 100%;
}

#packages .item .inner{
    padding: 140px 15px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px -10px rgba(115,133,140,0.5);
    -moz-box-shadow: 0px 0px 15px -10px rgba(115,133,140,0.5);
    box-shadow: 0px 0px 15px -10px rgba(115,133,140,0.5);
    transition: all 0.25s;
    border: 1px solid #eee;
}

#packages .item .inner:hover{
    -webkit-box-shadow: 0px 0px 20px -10px rgba(115,133,140,1);
    -moz-box-shadow: 0px 0px 20px -10px rgba(115,133,140,1);
    box-shadow: 0px 0px 20px -10px rgba(115,133,140,1);
}

#packages .item:nth-child(2) .inner{
    background: #FBFAF8;
}

#packages .item img{
    max-height: 150px;
    color: #73858C;
    margin-top: -250px;
}

#packages .item:nth-child(3) img{
    max-height: 250px;
    margin-top: -320px;
}

#packages .item .desc{
    min-height: 330px;
}

#packages .item .inner p{
    color: #73858C;
    font-size: 13px;
    font-style: italic;
}

#packages .item .inner p strong{
    color: #FE9F11;
    font-weight: bold;
    font-size: 16px;
    font-style: normal;
}

#packages .item p.price strong{
    font-size: 24px;
    color: #0AC3FB;
}

#packages .item .count{
    position: absolute;
    width: 250px;
    left: 50%;
    margin: -175px 0 0 -125px;
}

#packages .item .count p{
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    font-style: normal;
    line-height: 22px;
    margin-top: 13px;
}

#packages .item .badge{
    position: absolute;
    right: 0;
    max-width: 110px;
    margin-top: 0 !important;
    top: -120px;
}


/* SUBPAGE */

#subpage{
    padding: 80px 0;
}

#subpage .content{
    background: #fff;
    border-radius: 20px;
}

#subpage .content h1{
    text-align: center;
}

#subpage .content h2{
    margin-bottom: 15px;
    margin-top: 45px;
    font-size: 30px;
    line-height: 30px;
}

#subpage .content p a,
#subpage .content li a{
    color: #0AC3FB !important;
    font-weight: bold;
}

#subpage .content ul{
    list-style: none;
}

#subpage .content li{
    color: #999;
}

#subpage .content ul li::before{
    content: "\2022";
    color:  #FE9F11;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

#subpage .profile h2{
    margin: 30px 0;
    text-align: center;
}

#subpage .profile tbody tr td:first-child{
    font-weight: bold;
}

#subpage .profile tbody tr td:last-child{
    text-align: right;
}

/* LANDINGS */

#landing hr{
    border-top: 2px dashed #FE9F11;
}

#landing h2{
    font-size: 25px;
    margin: 10px 0;
}

#landing .landing-content{
    padding: 80px 0;
}

.brownbg{
    background: #fcfaf8;
    padding-bottom: 50px !important;
}

.brownbottompbgpic,
.bluebottompbgpic{
    margin: 0;
    width: 100%;
    height: auto;
}

.bluebg{
    background-color: #FCFCFC;
    padding-top: 50px !important;
}

#landing .width-container{
    max-width: 700px;
}

#landing #packages{
    padding-bottom: 200px;
}

#landing #packages .container{
    max-width: 900px;
}

#landing #packages .item{
    margin-top: 60px;
}

#landing  #packages .item img{
    margin-top: -140px !important;
}

#landing  #packages .item .inner{
    padding-top: 75px;
    padding-bottom: 0;
    background: #fff;
}

#landing #packages ul{
    padding: 0;
    margin: 0;
}

#landing #packages li{
    font-size: 13px;
    color: #999;
    list-style: none;
    padding-left: 5px;
}

#landing #packages li:before{
    content: '•';
    font-size: 28px;
    color: #FE9F11;
    position: absolute;
    margin-left: -13px;
    margin-top: -10px;
}

#landing #collection p{
    color: #FE9F11;
    font-size: 15px;
}

#landing .ml{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#landing #komplexpackages img{
    max-height: 100px;
}

#landing #komplexpackages p{
    color: #0AC3FB;
    font-weight: bold;
}

/* GALLERY */

#gallery h1{
    text-align: center;
}

#gallery .galleryitem{
    margin-bottom: 30px;
}

#gallery .inner{
    height: 250px;
}

.vbox-content{
    height: 90vh;
}

/* AJÁNDÉKUTALVÁNYOK */

.packagesProdList{
    margin-top: 100px;
}

.giftCard .item {
    margin-bottom: 75px;
}

.giftCard .item h3{
    font-size: 30px;
    margin-bottom: 0;
}

.giftCard .item h4{
    font-size: 16px;
    margin: 0;
    font-weight: normal;
}


.giftCard .item p{
    font-size: 16px !important;
    margin-bottom: 0;
}

.giftCard .item .desc{
    min-height: auto !important;
}

.giftCard .item .desc p{
    font-weight: bold !important;
    font-style: normal !important;
    margin-bottom: 10px;
}

.giftCard .item .oldprice{
    text-decoration: line-through;
}

.giftCard .item .itemPrices{
    height: 100px;
}

.giftCard .item p.price{
    margin-bottom: 30px;
}

.giftCard .item:nth-child(3) img{
    max-height: 150px !important;
    margin-top: -250px !important;
}

#packages .item:nth-child(even) .inner{
    background: #FBFAF8;
}

@media (max-width: 767px){
    h1{
        font-size: 35px;
    }
    
    #landing h2{
        font-size: 20px;
    }

    header .headerbg{
        margin-top: 25px;
    }

    footer ul{
        padding: 0;
    }

    footer ul>li{
        display: block;
        padding: 0;
        text-align: center;
    }

    footer .brand{
        margin-top: 20px;
    }

    #homepageabut{
        text-align: center;
        padding: 25px 0;
    }

    #homepageabut img{
        width: 250px;
        height: 250px;
        border-radius: 125px;
        margin-top: 20px;
    }

    #packages .item{
        margin-bottom: 170px;
    }

    #packages .item .inner{
        -webkit-box-shadow: 0px 0px 20px -10px rgb(115 133 140);
        -moz-box-shadow: 0px 0px 20px -10px rgba(115,133,140,1);
        box-shadow: 0px 0pc 20px -10px rgb(115 133 140);
    }

    #packages .item:last-child{
        margin-bottom: 0;
    }

    #packages .item .desc{
        min-height: auto;
    }

    .complexcollection .ml{
        justify-content: center !important;
        min-height: 0 !important;
        margin-top: 15px;
    }

    .complexcollection .ml p{
        text-align: center;
        width: 100%;
    }

    #landing #packages .item{
        margin-bottom: 100px;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    
}

@media (min-width: 993px) and (max-width: 1200px){
    
}

@media (min-width: 1201px) and (max-width: 1366px){
    
}

@media (min-width: 1367px){
  
}
