/*
 * Copyright 2021 CASTLE IT Authors (https://castlit.com)
 */
h1,h2,h3,h4,h5,h6,label {
    color: #222
}

.btn_1,a,a.btn_1 {
    -moz-transition: all .3s ease-in-out;
    outline: 0
}

body,html {
    height: 100%
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscalef
}

body {
    background: #f9f9f9;
    line-height: 1.4;
    font-size: 14px;
    font-size: .875rem;
    color: #555;
    font-family: "Work Sans",Arial,sans-serif
}

a.animated_link.active:before,a.animated_link:before {
    height: 1px;
    bottom: -5px;
    opacity: 1;
    background-color: #555;
    width: 100%;
    left: 0;
    content: ""
}

p {
    margin-bottom: 25px
}

strong {
    font-weight: 500
}

label {
    font-weight: 500;
    margin-bottom: 10px;
}

hr {
    margin: 30px 0;
    border-color: #ededed
}

ol,ul {
    list-style: none;
    margin: 0 0 25px;
    padding: 0
}

h4.styled {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px
}
@media (min-width: 992px) {
	.mobile{
		display:none;
	}
}
@media (max-width: 991px) {
    h4.styled {
        margin-top:15px
    }
}

@media (max-width: 575px) {
    h4.styled {
        font-size:21px;
        font-size: 1.3125rem
    }
}

h4.styled span {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    margin-top: 3px;
    color: #555;
    font-weight: 400
}

@media (max-width: 575px) {
    h4.styled span {
        font-size:16px;
        font-size: 1rem
    }
}

h4.styled sup {
    font-size: 12px;
    font-size: .75rem;
    color: #999
}

@media (max-width: 575px) {
    h4.styled sup {
        font-size:11px;
        font-size: .6875rem
    }
}

.tooltip {
    line-height: 1.3;
    font-size: 12px;
    font-size: .75rem
}

a {
    color: #555;
    text-decoration: underline;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#social ul li a,.btn_1,.dd-option,a.animated_link,a.animated_link.active,a.btn_1 {
    text-decoration: none
}

a:focus,a:hover {
    color: #111;
    outline: 0
}

a.animated_link {
    position: relative
}

a.animated_link:before {
    position: absolute;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

#social ul li a,.btn_1,a.btn_1,span.error {
    -o-transition: all .3s ease-in-out
}

a.animated_link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a.animated_link.active {
    position: relative;
    color: #2abfaa
}

a.animated_link.active:before {
    position: absolute;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.btn_1,a.btn_1 {
    border: none;
    background: #2abfaa;
    cursor: pointer;
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: .875rem
}

#social ul li a,span.error {
    -webkit-transition: all .3s ease-in-out
}

.btn_1:hover,a.btn_1:hover {
    background-color: #444
}

.btn_1.full-width,a.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px
}

.btn_1.small,a.btn_1.small {
    padding: 7px 10px;
    font-size: 13px;
    font-size: .8125rem
}

.btn_1.medium,a.btn_1.medium {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 30px
}

.btn_1.rounded,a.btn_1.rounded {
    -webkit-border-radius: 25px!important;
    -moz-border-radius: 25px!important;
    -ms-border-radius: 25px!important;
    border-radius: 25px!important;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2)
}

h3.slide_typo {
    letter-spacing: -1px;
    font-size: 32px;
    white-space: nowrap;
    color: #fff!important;
    font-weight: 300;
    background-color: rgba(0,0,0,.8);
    padding: 10px 20px;
    display: inline-block!important
}

#loader_form,#preloader {
    position: fixed;
    height: 100%;
    background-color: #fff;
    z-index: 9999999999;
    right: 0;
    bottom: 0;
    width: 100%
}

h3 .slide_typo strong {
    font-weight: 400
}

.slide_typo_2 {
    color: #fff;
    font-size: 18px;
    white-space: nowrap
}

#preloader {
    top: 0;
    left: 0
}

[data-loader=circle-side],[data-loader=circle-side-2] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #333;
    border-top-color: rgba(0,0,0,.2);
    border-right-color: rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.2);
    border-radius: 100%
}

#loader_form {
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.6);
    display: none
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.row-height {
    height: 100vh
}

@media (max-width: 767px) {
    .row-height {
        height:auto
    }
}

.content-left {
    padding: 0;
    /* overflow: hidden */
}

.content-left-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

@media (max-width: 991px) {
    .content-left-wrapper {
        height: 80vh;
        min-height: 512px;
    }
}

.content-left-wrapper.bg_hotel:before {
    background: #e6eff1  url(../img/bg-congres.jpg?v=0.6) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content-left-wrapper.bg_restaurant:before {
    background: url(../img/slide_2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.content-left-wrapper.bg_spa:before {
    background: url(../img/slide_1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.content-left-wrapper:before {
    animation: pop-in 9s .2s cubic-bezier(0.59, 0.59, 0.51, 0.49) forwards;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#social,a#logo {
    top: 20px;
    z-index: 999
}

.content-left-wrapper .wrapper {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    background-color: rgb(69 103 114 / 26%);
}

#social,.footer,a#logo {
    position: absolute
}

.content-left-wrapper .wrapper .left_title {
    width: 100%;
    text-align: center;
}

.content-left-wrapper .wrapper .left_title h3 {
    color: #ffffff;
    background-color: #ffffff14;
    padding: 0px 20px 10px;
    display: inline-flex;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 125px 0 10px 0 !important;
    width: 100%;
    text-align: center;
    display: block;
    box-shadow: 0px 1px 14px 0px #1f262b;
    font-family: "Courier New";
}

@media (max-width: 767px) {
    .content-left-wrapper .wrapper .left_title h3 {
        font-size:24px;
        font-size: 1.5rem;
        padding: 10px 15px;
        width: 100%;
        text-align: center;
        margin: 0px !important;
        float: left;
        display: block;
        padding-top: 0px;
    }
    .services {
        width: 100%;
        float: left;
        height: auto;
        position: relative !important;
        margin-top: 8px !important;
        margin-bottom: 38px;
    }
    .left_title #logo {
        width: 100%;
        height: auto;
        margin-top: 0px !important;
    }
    .left_title #logo img {
        width: 80% !important;
        height: auto !important;
    }
    div#patronage {
        width: 100%;
        height: auto;
        position: absolute;
        top: 10vh !important;
    }
	.styled-select.sponsor_name.clearfix {
		width: 100% !important;
		top: 0px !important;
		position: relative !important;
		float: left !important;
		margin-bottom: 10px;
	}
}

.content-left-wrapper .wrapper .left_title p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0
}

@keyframes pop-in {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.start_animation h1,.start_animation h3,.start_animation p {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.start_animation p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.content-right {
    padding: 40px;
    height: auto;
    padding-top: 10px;
    min-height: 100%;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    background: url(../img/pattern_1.jpg) repeat;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .content-right {
        display:block;
        height: auto;
        padding: 15px 15px 0;
        overflow: auto;
        float: left;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .content-left-wrapper .wrapper .left_title p {
        font-size:16px;
        font-size: 1rem
    }

    .content-right {
        padding: 15px 15px;
    }

    .footer ul {
        text-align: center;
        width: 100%
    }
    .container_check.version_2{
        padding-left: 0px !important;
        padding-top: 2px !important;
        margin-bottom: 10px;
    }
    .container_check .checkmark{
       position: absolute !important;
       float: left;
       top: 0px !important;
       margin-right: 7px;
    }
    
    .container_check.version_2 .checkmark{
       position: relative !important;
       float: left;
       top: 0px !important;
       margin-right: 7px;
    }
    .sponsor.container_check{
        margin-bottom: 0px !important;
    }
    .sponsor.container_check + .sponsor_name{
        margin-top: -7px !important;
    }
    .suppliment-icon{
        width:100%;
        float:left;
        position: relative;
        height: 50px;
    }
    .pack_accom{
        width:100% !important;
        margin-top:0px !important;
        margin-bottom:10px !important;
    }
    .sponsor_name .icon-tag{
        top:10px !important;
    }
    .suppliment-icon input{
         float:left;
         position: absolute !important;
         left: 0 !important;
         top: 8px !important;
         width: 100%;
         padding-left: 20px;
     }
     .suppliment-icon:after{
         position:relative !important;
         top: 8px !important;
     }
     .form-group.options em{
         width: 71% !important;
         float: left;
         font-size: 14px;
         line-height: 14px;
     }
     .form-group.options{
         padding-bottom: 0px !important;
         margin-bottom: 22px !important;
     }
     .extra:after{
         top: 0px !important;
     }
     .footer{
         position:relative !important;
         padding-left:5px !important;
     }
}

.left_title #logo {
    /* left: 20px; */
    display: block;
    height: 136px;
    top: auto;
    position: relative;
    background: #d1e1f869;
    margin-top: -112px;
}

a#logo {
    /* left: 20px; */
    display: block;
    height: 110px;
    top: -5px;
}
header #logo img {
    display: block;
    top: -5px;
    filter: drop-shadow(0px 0px 0px rgba(0,0,0,0.5));
}

#social {
    right: 30px
}
#start #logo{
    display:none;
}
@media (max-width: 991px) {
    a#logo {
        top: 0;
        left: none;
        position: relative;
        margin: auto;
        width: 100%;
        height: auto;
    }
    #start #logo{
        display:block;
    }
    .left_title #logo{
        width:100%;
        height:auto;
        margin-top: 46px;
    }
    div#patronage {
        width: 100%;
        height: auto;
        position: absolute;
        top: 10vh;
    }
    .content-left-wrapper.bg_hotel:before{
        background-size:cover !important;
    }
    .left_title #logo img{
        width: 60%;
        height:auto !important;
        max-width: 360px;
    }
    #social {
        right: 75px;
        top: 17px
    }
}

#social ul {
    margin: 0;
    padding: 0;
    text-align: center
}

#social ul li {
    float: left;
    margin: 0 0 0 20px;
    list-style: none
}

.footer em,footer p {
    float: right
}

#social ul li a {
    color: #fff;
    opacity: .7;
    text-align: center;
    line-height: 35px;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer,.footer ul li a {
    color: #999
}

#social ul li a:hover {
    opacity: 1;
    transform: translateY(-4px)
}

.footer {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 50px 10px;
    text-align: left;
    float: left;
}

@media (max-width: 991px) {
    .footer {
        position: absolute;
        padding: 15px 0;
        border-top: 1px solid #d2d8dd;
        margin-top: 25px;
        padding-left: 20px;
    }
    .left_title .footer{
        position: absolute !important;
        bottom: 0px;
    }
}

.footer ul {
    margin: 0;
    padding: 0;
    display: inline-block
}

.footer ul li {
    display: inline-block;
    margin-right: 15px
}

.footer ul li:last-child,footer ul li:last-child {
    margin-right: 0
}

.footer ul li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    left: 9px;
    color: #999
}

.footer ul li:last-child:after {
    content: ""
}

.footer ul li a:hover {
    color: #555
}

.footer em {
    font-style: normal;
    float: left;
}

#left_form {
    text-align: center
}

#left_form h2 {
    font-size: 28px;
    font-size: 1.75rem;
    color: #0686D8
}

@media (max-width: 767px) {
    .footer ul li {
        text-align:center
    }

    .footer em {
        float: none;
        display: block;
        text-align: center
    }

    #left_form figure img {
        height: 130px;
        width: auto
    }
    .association {
        padding-top:5px !important;
        padding-right: 0px !important;
        padding-left: 1px !important;
    }
    .info em{
        text-align:left;
    }
    .owner{
        display:none !important;
    }
    .left_title .footer {
        padding-top:8px !important;
    }
}

input#website {
    display: none
}

#wizard_container {
    width: 548px;
    height: auto;
}

@media (max-width: 991px) {
    .footer ul li {
        margin-bottom:10px
    }

    #wizard_container {
        margin: auto
    }
    .owner {
        display: none !important;
    }
}

h3.main_question {
    margin: 0 0 16px;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
}

h3.main_question strong {
    display: block;
    color: #999;
    margin-bottom: 0px;
}

button.backward,button.forward,button.submit {
    border: none;
    color: #fff;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    text-align: center;
    background: #2abfaa;
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 30px;
}

#success,header {
    position: absolute
}

footer p,footer ul {
    margin: 0;
    padding: 0
}

button.backward {
    color: #777;
    background: #e8e8e8
}

button[disabled] {
    display: none
}

button.submit:before {
    content: "\4e";
    font-family: ElegantIcons;
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
    font-size: 1.125rem
}

.backward:hover,.forward:hover {
    background: #444;
    color: #fff
}

.ui-widget-content a,.ui-widget-header a {
    color: #222
}

#top-wizard {
    padding-bottom: 15px;
    padding-top: 15px;
}

#middle-wizard {
    min-height: 220px
}

#bottom-wizard {
    text-align: right;
    margin-top: 25px;
    position: relative;
    z-index: 0;
}

.ui-widget-content {
    background-color: transparent
}

.ui-widget-header {
    background: #6C3
}

.ui-progressbar {
    height: 2px;
    width: 100%
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#success {
    top: 50%;
    left: 50%;
    width: 300px;
    height: 190px;
    margin-top: -85px;
    margin-left: -150px;
    text-align: center
}

#success h4 {
    font-weight: 400;
    margin: 20px 0 0;
    font-size: 18px;
    font-size: 1.125rem
}

#success h4 span {
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 21px;
    font-size: 1.3125rem
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

.inlinesvg .svg svg {
    display: inline
}

.icon--order-success svg path {
    -webkit-animation: checkmark .25s ease-in-out .7s backwards;
    animation: checkmark .25s ease-in-out .7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle .6s ease-in-out backwards;
    animation: checkmark-circle .6s ease-in-out backwards
}

header {
    width: 100%;
    left: 0;
    top: 0
}

header .cd-nav-trigger {
    top: 15px
}

header #social {
    right: 85px;
    top: 21px
}

footer {
    border-top: 1px solid #ededed;
    padding: 25px 0
}

footer ul {
    float: left
}

@media (max-width: 767px) {
    #wizard_container {
        width:100%;
        position: relative;
        display: block;
        float: left;
    }

    footer p {
        float: none;
        text-align: center;
        margin-top: 10px
    }

    footer ul {
        float: none;
        text-align: center
    }
}

footer ul li {
    display: inline-block;
    margin-right: 15px
}

footer ul li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    left: 9px;
    color: #999
}

footer ul li:last-child:after {
    content: ""
}

.nice-select:after,span.error:after {
    content: ''
}

footer ul li a {
    color: #555
}

footer ul li a:hover {
    color: #121921
}

.main_title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 45px
}

.main_title h2 {
    font-weight: 400;
    letter-spacing: -1px;
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 0;
    margin-top: 0;
    color: #333
}

.main_title span {
    display: block;
    width: 60px;
    height: 2px;
    background-color: #ededed;
    margin: auto auto 10px
}

.main_title p {
    font-weight: 300;
    font-size: 20px
}

.owl-theme .owl-dots {
    text-align: left!important
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #2abfaa!important
}

main#general_page {
    background-color: #fff
}

iframe#map_iframe {
    width: 100%;
    height: 400px;
    border: 0;
    margin-bottom: -5px
}

@media (max-width: 991px) {
    #middle-wizard {
        min-height: inherit;
    }

    iframe#map_iframe {
        height: 350px
    }
}

.parallax_window_in {
    height: 420px;
    position: relative;
    display: table;
    width: 100%
}

#sub_content_in {
    display: table-cell;
    padding: 45px 15% 0;
    vertical-align: middle;
    text-align: center;
    background: rgb(154 150 150 / 49%);
}


#sub_content_in h1 {
    background-color: #000;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -1px
}

@media (max-width: 767px) {
    #sub_content_in {
        padding:45px 15px 0
    }

    #sub_content_in h1 {
        font-size: 32px;
        font-size: 2rem;
        padding: 10px 15px
    }
}

#sub_content_in p {
    color: #fff;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 400
}

@media (max-width: 767px) {
    #sub_content_in p {
        font-size:18px;
        font-size: 1.125rem
    }
}

.container_styled_1 {
    background: #f9f9f9
}

ul.additional_info {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    font-size: 30px;
    font-size: 1.875rem
}

ul.additional_info li {
    display: inline-block;
    margin: 0 0 10px
}

ul.additional_info li:last-child {
    margin-right: 0
}

ul.additional_info li a {
    display: inline-block;
    background-color: #f6f6f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    color: #555
}

ul.menu_list {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.menu_list li {
    position: relative;
    padding: 5px 0 25px 120px;
    clear: both
}

ul.menu_list li h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px
}

@media (max-width: 575px) {
    ul.menu_list li {
        padding-left:100px
    }

    ul.menu_list li h3 {
        font-size: 16px;
        font-size: 1rem
    }
}

ul.menu_list li h3 span {
    float: right
}

ul.menu_list li .thumb {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 5px
}

@media (max-width: 575px) {
    ul.menu_list li .thumb {
        width:80px;
        height: 80px
    }
}

ul.menu_list li .thumb img {
    width: 88px;
    height: auto;
    text-align: center
}

@media (max-width: 575px) {
    ul.menu_list li .thumb img {
        width:68px
    }
}

#get_directions {
    padding: 25px;
    background-color: #f8f8f8;
    margin-bottom: 45px
}

#get_directions input.address_field {
    height: 48px
}

#get_directions .btn_1 {
    position: absolute;
    right: 5px;
    top: 5px;
    outline: 0
}

@media (max-width: 767px) {
    #get_directions {
        padding:15px
    }

    #get_directions input.address_field {
        margin-bottom: 10px
    }

    #get_directions .btn_1 {
        position: static;
        margin: auto!important;
        display: block
    }

    #contact_info {
        text-align: center;
        margin-bottom: 30px
    }
	#paiement .dd-options{
		top: auto !important;
		max-height: 175px;
	}
    .services .serv {
        width: 25%;
        padding: 5px 6px !important;
        margin-top: 6px;
        float: left;
        display: block;
    }

    .services .serv img {
        background: radial-gradient(#fff 20%, #b2b2b2 80%);
        padding: 3px !important;
        border-radius: 100%;
        border: 3px solid #dfdfdf !important;
        width: 40px !important;
        height: 40px !important;
        box-shadow: 0px 0px 1px 3px #757474bf !important;
    }

    .services .serv b {
        color: #fff;
        margin-top: 6px;
        float: left;
        width: 100%;
        text-align: center;
        font-size:12px !important;
    }
}

#contact_info h4,#reach_us h4 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 25px
}

#contact_info ul,#reach_us ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

#contact_info ul li {
    margin-bottom: 20px
}

#contact_info ul li strong {
    display: block
}

#reach_us ul li {
    position: relative;
    padding-left: 60px;
    padding-bottom: 20px
}

#reach_us ul li:last-child {
    padding-bottom: 0
}

#reach_us ul li h5 {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1rem
}

#reach_us ul li i {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    color: #6CC
}

input.qtyminus,input.qtyplus {
    top: 3px;
    text-indent: -9999px;
    box-shadow: none
}

@media (max-width: 767px) {
    #contact_info h4,#reach_us h4 {
        margin-bottom:10px
    }

    #reach_us {
        text-align: center
    }

    #reach_us ul li {
        padding-left: 0
    }

    #reach_us ul li i {
        display: none
    }
}

.qty-buttons {
    position: relative;
    width: 100%;
    height: 38px;
    display: inline-block
}

input.qty {
    width: 100%;
    text-align: center
}

input.qtyminus,input.qtyplus {
    position: absolute;
    width: 32px;
    height: 38px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0
}

input.qtyplus {
    background: url(../img/plus.svg) center center no-repeat #fff;
    right: 10px
}

input.qtyminus {
    background: url(../img/minus.svg) center center no-repeat #fff;
    left: 10px
}

textarea.notes {
    height: 110px
}

.modal-content {
    border: none;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3)
}

.form-group.terms {
    padding: 0
}

.form-group i {
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    z-index: 999;
    right: 8px;
    top: 11px;
    color: #999;
    width: 30px;
    height: 30px;
    display: block;
    font-weight: 400!important;
}
div#sponsors {
    width: calc(100% - 100px) !important;
    float: left;
    display: block;
    position: relative;
    z-index: 1;
}

.styled-select.sponsor_name.clearfix {
    width: calc(100% - 148px);
    top: -5px;
    position: absolute;
    z-index: 99;
    float: right;
    right:0;
}

.form-group .sponsor_name i {
    top: 0px;
    padding-top: 9px;
}

.form-group {
    position: relative
}

.form-group.options {
    margin-bottom: 8px;
    position: relative;
    background-color: #ffffff78;
    padding: 2px 2px 2px 27px;
    zoom: 0.95;
    display: table;
    width: 100%;
}

.form-group.options em {
    font-style: normal;
    position: absolute;
    top: 8px;
    left: 32px;
    width: 83%;
    z-index: 99;
}

.form-group.options i {
    font-size: 26px;
    position: absolute;
    left: 0px;
    top: 3px;
    color: #555;
    z-index: 999;
    display: flex;
    vertical-align: middle;
}

span.error {
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -20px;
    right: -15px;
    z-index: 2;
    height: 25px;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 6px 8px
}

.container_check .checkmark,.container_radio .checkmark:after {
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.container_check,.container_radio {
    line-height: 1.3;
    margin-bottom: 10px
}

span.error:after {
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%
}

.container_check.version_2 .error,.container_radio.version_2 .error,.radio_input .error {
    left: -15px;
    top: -30px;
    right: inherit
}
.form-control.suppliment.error {
    right: 0 !important;
    left: auto;
}
.suppliment.error + span.error {
    left: auto;
    right: -15px;
    z-index: 9999;
}

.styled-select span.error {
    top: -20px
}

.terms span.error {
    top: -30px;
    left: -15px;
    right: inherit
}
.form-group {
    margin-bottom: 11px;
}
.form-control {
    border: 1px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: .875rem;
    padding-left: 15px;
    height: calc(2.55rem + 2px);
    color: #717a82
}

.form-control:focus {
    color: #717a82;
    box-shadow: none;
    border-color: #2abfaa
}

.container_check {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container_radio,.nice-select {
    font-size: 14px;
    cursor: pointer
}

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.container_check input:checked~.checkmark {
    background-color: #2abfaa;
    border: 1px solid transparent
}

.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d2d8dd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.container_check.version_2 {
    padding: 6px 0 0 26px;
    min-height: 30px;
    font-weight: 400;
    color: #555;
}
.container_check.version_2:last-child{
    margin-bottom:5px !important;
}
.container_check.version_2 .checkmark {
    height: 20px;
    width: 20px;
    top: 5px;
}

.container_check.version_2 .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
}

.container_check input:checked~.checkmark:after {
    display: block
}

.container_radio {
    display: block;
    position: relative;
    font-size: .875rem;
    padding-left: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container_radio input {
    position: absolute;
    opacity: 0
}

.container_radio input:checked~.checkmark:after {
    opacity: 1
}

.container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%
}

.container_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2abfaa;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.container_radio.version_2 {
    padding: 6px 0 0 45px;
    min-height: 30px
}

.container_radio.version_2 input:checked~.checkmark:before {
    opacity: 1
}

.container_radio.version_2 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    border-radius: 50%
}

.container_radio.version_2 .checkmark:after {
    width: 30px;
    height: 30px;
    top: -1px;
    left: -1px
}

.container_radio.version_2 .checkmark:before {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: 12px;
    top: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    z-index: 999;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.radio_input .container_radio {
    display: inline-block;
    margin: 12px 0 0 12px
}

.dd-select {
    border: 1px solid #d2d8dd!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    padding-left: 5px;
    height: calc(2.55rem + 2px);
    font-weight: 400!important;
    background-color: #fff!important;
    color: #717a82!important
}

.dd-option-selected,.dd-option:hover {
    background: #f9f9f9!important
}

.dd-desc {
    color: #aaa;
    display: block;
    overflow: hidden;
    font-weight: 400
}

.dd-selected {
    overflow: hidden;
    display: block;
    padding: 0 0 0 0px!important;
    font-weight: 400!important;
    color: #717a82!important;
}

.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px
}

.dd-container,.nice-select {
    position: relative;
}
#statut.dd-container, #exercise.dd-container, #specialite.dd-container{
	width: calc(100% - 88px) !important;
	float: left !important;
}
a.select_btn.btn.btn-info {
    float: right;
    text-decoration: none;
    margin-top: 2px;
}
a.sponsor.select_btn.btn.btn-info {
    float: right;
    text-decoration: none;
    margin-top: 2px;
    font-size: .875rem;
    padding: 8px 25px;
}

.dd-pointer-down {
    border: 5px solid transparent;
    border-top: solid 5px #999!important
}

.dd-pointer-up {
    border: 5px solid transparent!important;
    border-bottom: solid 5px #000!important;
    margin-top: -8px
}

.dd-option {
    padding: 10px;
    padding-right: 0!important;
    display: block;
    border-bottom: solid 1px #d2d8dd!important;
    overflow: hidden;
    color: #333;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out
}

.dd-options>li:last-child>.dd-option {
    border-bottom: none!important
}

.dd-options li .dd-option {
    height: 45px;
    line-height: 25px!important;
    z-index: 2001;
    position: relative;
    width: 100%;
}

.dd-option-text,.dd-option-text:hover {
    line-height: 14px!important
}

.dd-option-selected {
    color: #444!important
}

.nice-select,.nice-select .list {
    background-color: #fff;
    box-sizing: border-box
}

.dd-option-image,.dd-selected-image {
    vertical-align: middle;
    float: left;
    margin-right: 10px!important;
    max-width: 30px !important;
    max-height: 30px !important;
}

.dd-image-right {
    float: right;
    margin-right: 15px!important;
    margin-left: 5px
}

label.dd-selected-text {
    font-weight: 400!important;
    color: #717a82!important;
    margin-top: -2px;
}

.dd-option-text {
    color: #777!important
}

.dd-selected-image {
    margin-top: 7px
}

.dd-options label,.dd-select label {
    font-weight: 500!important;
    cursor: pointer!important;
    color: #999;
    font-size: 13px;
    width: 77%;
}
.dd-select label{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
}
.dd-options {
    border: 1px solid #d2d8dd!important;
    margin: 5px 0px 0px 0.5px !important;
    max-height: 200px;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    clear: both;
    display: block;
    float: left;
    font-family: inherit;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 15px;
    padding-right: 27px;
    text-align: left!important;
    transition: all .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #6c757d
}

.nice-select.open,.nice-select:active,.nice-select:focus {
    border-color: #2abfaa
}

.nice-select:after {
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    display: block;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 8px
}

.nice-select.time:after,.no-csspointerevents .nice-select .list {
    display: none
}

.nice-select.time:before {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: simple-line-icons;
    content: "\e081";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -20px;
    color: #999
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #9e9e9e;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #fff
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0!important;
    right: 0!important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 42px;
    line-height: 40px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 40px;
    min-height: 40px
}

.nice-select .list {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 0 1px #d2d8dd;
    margin-top: 4px;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(-25px);
    transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    z-index: 9999;
    height: 23vh;
    overflow: auto
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent!important
}

.nice-select .list::-webkit-scrollbar {
    width: 14px;
    height: 18px
}

.nice-select .list::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0,0,0,.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05),inset 1px 1px 0 rgba(0,0,0,.05)
}

.nice-select .list::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none
}

.nice-select .list::-webkit-scrollbar-corner {
    background-color: transparent
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 38px;
    list-style: none;
    min-height: 38px;
    outline: 0;
    padding-left: 15px;
    padding-right: 26px;
    text-align: left;
    transition: all .2s
}

.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 500
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.add_bottom_10 {
    margin-bottom: 10px
}

.add_bottom_15 {
    margin-bottom: 15px
}

.add_bottom_30 {
    margin-bottom: 30px
}

.add_bottom_45 {
    margin-bottom: 45px
}

.add_bottom_60 {
    margin-bottom: 60px
}

.add_bottom_75 {
    margin-bottom: 75px
}

.add_top_10 {
    margin-top: 10px
}

.add_top_15 {
    margin-top: 15px
}

.add_top_20 {
    margin-top: 20px
}

.add_top_30 {
    margin-top: 30px
}

.add_top_60 {
    margin-top: 60px
}

.more_padding_left {
    padding-left: 40px
}

.nomargin_top {
    margin-top: 0
}

.nomargin,.nopadding {
    margin: 0!important
}

.nopadding {
    padding: 0!important
}

.margin_30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px
}

.applyBtn.btn.btn-sm.btn-primary {
    background-color: #2abfaa;
    border: 0
}

.drp-selected {
    display: none!important
}

.daterangepicker td.active,.daterangepicker td.active:hover {
    background-color: #444!important
}


.suppliment {
    width: 194px;
    float: right;
    position: absolute;
    right: 0;
    top: -4px !important;
    height: 38px;
    padding: 4px 5px;
    padding-right: 31px;
    z-index: 9;
    opacity: 1 !important;
    cursor: text !important;
}


.suppliment-icon:after {
    content:'';
    width:30px;
    height:30px;
    background-image: var(--bg-image);
    float: right;
    top: -4px;
    right: 7px;
    position: absolute;
    z-index: 1000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    margin: 4px 0%;
}


.extra:after {
    content:'';
    width: 27px;
    height: 27px;
    background-image: var(--bg-image);
    float: left;
    top: 4px;
    left: 0;
    position: absolute;
    z-index: 1000;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
    margin: auto 0px;
    align-items: center;
    vertical-align: middle;
}

span#error-msg {
    color: red;
    position: absolute;
    z-index: 999;
    right: 57px;
    top: 11px;
}
span#valid-msg {
    color: lime;
    position: absolute;
    z-index: 999;
    right: 57px;
    top: 11px;
}


.iti.iti--allow-dropdown {
    width: 100%;
}
.form-group.sponseur {
    margin-top: 18px;
}

.cd-primary-nav #logo {
    float: none;
    margin: auto;
    width: 180px;
    height: 150px;
    position: relative;
}

div#patronage {
    width: 100%;
    height: auto;
    position: absolute;
    top: 11vh;
}

#patronage img {
    width: 95% !important;
    height: auto !important;
}

.services {
    width: 100%;
    float: left;
    height: auto;
    position: absolute;
    margin-top: 19px;
}

.services .serv {
    width: 25%;
    padding: 5px 16px;
    margin-top: 6px;
    float: left;
    display: block;
}

.services .serv img {
    background: radial-gradient(#fff 20%, #b2b2b2 80%);
    padding: 5px;
    border-radius: 100%;
    border: 4px solid #dfdfdf;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 1px 5px #757474bf;
}

.services .serv b {
    color: #fff;
    margin-top: 6px;
    float: left;
    width: 100%;
    text-align: center;
}
.association .logo {
    width: 70px;
    float: left;
}

.association .logo img {
    width: 58px;
    height: auto;
}

.association .info {
    float: right;
    width: calc(100% - 72px);
    color: #ffffff;
    font-weight: 450;
}
.owner .logo {
    width: 100px;
    float: left;
}

.owner .logo img {
    width: 100px;
    height: auto;
    filter: brightness(100);
}

.owner .info {
    float: right;
    width: calc(100% - 104px);
    color: #ffffff;
    font-weight: 450;
    margin-top: 14px;
}

.left_title .footer {
    background: #4d586847;
    position: absolute;
    height: auto;
    border: 0px;
}
#start #logo img {
    margin-left: calc((100% - 120px)/2);
}

#start #logo em {
    width: 100%;
    float: left;
    text-align: center;
    font-style:normal;
}
#paiement .dd-options{
	top: -206px;
}