
@font-face {
  font-family: "OpenSans-Light";
    src:
      url('/vendor/fonts/hinted-OpenSans-Light.eot')
        format('embedded-opentype'),
      url('/vendor/fonts/hinted-OpenSans-Light.woff')
        format('woff'),
      url('/vendor/fonts/hinted-OpenSans-Light.ttf')
        format('truetype'),
      url('/vendor/fonts/hinted-OpenSans-Light.svg')
        format('svg');
}
@font-face {
  font-family: "OpenSans-SemiBold";
    src:
      url('/vendor/fonts/hinted-OpenSans-Semibold.eot')
        format('embedded-opentype'),
      url('/vendor/fonts/hinted-OpenSans-Semibold.woff')
        format('woff'),
      url('/vendor/fonts/hinted-OpenSans-Semibold.ttf')
        format('truetype'),
      url('/vendor/fonts/hinted-OpenSans-Semibold.svg')
        format('svg');
}

@font-face {
  font-family: "PlayFair";
    src:
      url('/vendor/fonts/hinted-PlayfairDisplay-Bold.eot')
        format('embedded-opentype'),
      url('/vendor/fonts/hinted-PlayfairDisplay-Bold.woff')
        format('woff'),
      url('/vendor/fonts/hinted-PlayfairDisplay-Bold.ttf')
        format('truetype'),
      url('/vendor/fonts/hinted-PlayfairDisplay-Bold.svg')
        format('svg');
}

html *
{
      font-family: 'OpenSans-Light', Arial, sans-serif;

}

ol {
    counter-reset: item;
    margin-left: 0;
    padding: 15px 0;
}

li {
    display: block;
    margin-left: 3.5em;
}

li:before {
    content: counter(item) ")"; 
    counter-increment: item;
    display: inline-block;
    text-align: right;
    padding-right: 0.8em;
    margin-left: -3.5em; 
    font-weight: bold;
}
strong, b {
    font-weight: bold;
}

p{
    font-weight: 300;
    padding-top: 20px;
}
h1{
    padding-bottom: 10px; 
    font-weight: 300;
      font-family: 'OpenSans-Light', Arial, sans-serif;
    font-size: 2.2rem;
        padding-top: 40px;
}
h2{
        font-weight: 700;
}
h3{
    
}
h4{
   padding-bottom: 22px; 
    font-weight: 600;
    font-size: 1.6rem;
      font-family: 'OpenSans-Light', Arial, sans-serif;
}
h5{
    font-size: 16px;
    font-weight:200;
    padding-bottom: 5px;
    width: auto;
}
h6{
    font-size: 14px;
    font-weight: 700;
    color: #9B9B9B;
}
h1.headline{
    text-align: center;
        padding-bottom: 60px;
}
h1.headline:after{

    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #58d365;
    margin: 15px auto 0;
}

h1.headlinepopis{
    text-align: center;
        padding: 30px 0;
}
h1.headlinepopis:after{

    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #58d365;
    margin: 15px auto 0;
}

h4.headlineDescription{
        text-align: left;

}

h5.priceDescription{
     text-align: center;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 41px;
    padding: 12px;
    background-color: #000;
    width: 170px;
}


 /* BASICS */

.container{
        max-width: none;
    padding: 0;
}
#secondClass {
    background-color: #ffffff;
        padding: 40px 20px;
}

#firstClass {
    background-color: #fafafa;
        padding: 40px 20px;
}
.wrapper{
    padding: 40px 0px 0px;    }

.dph{
text-align: center;
    font-weight: 200;
    padding-top: 20px;
        margin: 0 auto;
}

 /* BASICS END */

 /* FIRST CLASS */

#guest-count,
#guest-count-kc{
        float: right;
        font-weight: 700;
}

.btn-group-vertical{
    border: 2px solid #e6e6e6;
    border-radius: 30px;
    background-color: transparent;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}
.custom-control-label::before{
        box-shadow: none;
}
       
#col-12i{
    background-color: #ffffff;
    height: auto;
    width: auto;
    box-shadow: 0px 1px 20px rgba(0,0,0,.25);
    padding: 30px 20px 30px 20px;
    width: 70%;
        margin: 0 auto;
    }

@media (max-width: 992px) {
#col-12i{
    width: 100%;
    margin: 0 auto;
}
}

.slidecontainer {
    width: 100%;
}
#half-section{
  border-right: 1px solid #e6e6e6;
    padding: 0 40px;
}

#half-section-2{
    padding: 0 40px;
    padding-top: 100px;
}

#additional-info{
    padding-top: 50px;
}
.event-number{
    display: inline-block;
    width: auto;
    padding-right: 18px;
    white-space: normal;
    font-size: 30px;
    height: 63px;
    vertical-align: -webkit-baseline-middle;
    font-weight: 600;
}

.invited-guests{
        display: inline-block;

}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color: #36b24e;
        box-shadow: none;
    
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
        box-shadow: none;
    
}
.custom-control-input:checked~.custom-control-label::before{
        background-color: #36b24e;

}

.custom-checkbox .custom-control-label::before{
    border-radius: 0;
}


button.btn.plus-button{
        color: #37b24f;
        background-color: transparent;
    font-weight: 600;
        padding: 6px;
font-size: 26px;
    line-height: 16px;
        box-shadow: none;

}
.custom-control-label{
    margin-bottom: 8px;
}


button.btn.minus-button{
        color: #37b24f;
        background-color: transparent;
    font-weight: 600;
        padding: 6px;
font-size: 26px;
    line-height: 16px;
    box-shadow: none;

}

.logoimage{
    max-width: 100%;
    width: 220px;
    text-align: center;
    margin: 0 auto;
    display: block;
        height: auto;

}


 /* FIRST CLASS END */

 /* SECOND CLASS */
#boxSection{
        background-color: #ffffff;
    height: auto;
    padding: 30px 20px 30px 20px;
        width: 90%;
    margin: 0 auto;
}


.text-block{
    padding: 80px 60px;}

@media (max-width: 992px) {
.text-block{
    padding: 80px 0px;}
    #boxSection{
    padding: 30px 0px 30px 0px;
        width: 100%;
}
    .col-sm-4{
        padding-bottom: 30px;
    }  
    #half-section-2{
        padding-top: 30px!important;
    }
}

#descriptionSection{
        padding-bottom: 70px;
}

.image-description{
 max-width: 100%;
        padding: 0 40px;
}

 /* SECOND CLASS END */

 /* FOOTER */


.logofooter{
        max-width: 100%;
    width: 30px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}

 /* FOOTER END */

 /* SLIDER */
rangeslider,
.rangeslider__fill {
	display:block;
	border-radius:10px;
}

.rangeslider {
	position:relative;
}
.rangeslider:after{
	top:50%;
	left:0;
	right:0;
	content:'';
	width:100%;
	height:5px;
	margin-top:-2.5px;
	border-radius:5px;
	position:absolute;
    background: #e6e6e6;
}

.rangeslider--horizontal{
	width:100%;
	height:28px;
}

.rangeslider--vertical{
	width:5px;
	min-height:150px;
	max-height:100%;
}
.rangeslider--disabled{
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity:0.4;
}

.rangeslider__fill{
	position:absolute;
	background:#58d365;
}
.rangeslider--horizontal .rangeslider__fill{
	top:0;
	height:100%;
}
.rangeslider--vertical .rangeslider__fill{
	bottom:0;
	width:100%;
}

.rangeslider__handle{
	top:50%;
	width:28px;
	height:28px;
	cursor:pointer;
	margin-top:-14px;
	background:white;
	position:absolute;
	border-radius:50%;
	display:inline-block;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background-image:url('/vendor/bootstrap/images/sipky_image.png');
 background-size: 26px;
    background-repeat: no-repeat;
    background-position:center;
}
.rangeslider__handle:active{
}

.rangeslider__fill,
.rangeslider__handle{
	z-index:1;
}
.rangeslider--horizontal .rangeslider__fill{
	top:50%;
	height:5px;
	margin-top:-2.5px;
}
 /* SLIDER END */
