html, body {

    color: #212529;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    height: 100vh;
    margin: 0;
}
.bg-dark {
    background-color: #fff !important;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}
.text-white {
    color: #212529 !important;
}
.btn-light {
    color: #f7f7f7;
    background-color: #EE2625;
    border-color: #EE2625;
}
.btn-light:hover {
    color: #fff;
    background: #212529;
    border-color: #212529;
}
.btn-custom.favorit {
    background: #f5f8fa;
    border-color: #EE2625;
    color: #333;
}
.card-header {
    padding: 0px;
    margin-bottom: 0;
    background-color: none !important;
    border-bottom: 0px solid rgba(0,0,0,.125);
}
.card-footer {
    padding: .5rem 1rem;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.125);
}
.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    /*                text-align: center;*/
}

.title {
    font-size: 84px;
    text-align: center;
    color: #636b6f;
}

#show_artists .title {
    padding-top: 35px;
}

#send_booking {
    float: right;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}
.card-title {

    font-weight: bold;
}
.content {
    float: left;
    width: 100%;
    background: #f5f8fa;
}
.links {
    text-align: center;
}
.loading_artist {
    text-align: center;
}
.loading-text {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: -4px;
    color: #8c8a8a;
}

.selected_icon {
    float: left;
    position: relative;
    top: -3px;
    right: 5px;
}

#btn-continue {
    float: right;
    background: #fff;
    color: #212529;
    font-weight: bold;
}
.bookable_artist .card-text {
    min-height: 100px;
}

.region_price {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}
.price_notice {
    font-size: 14px;
}
.item-info {
	float: left;
	width: 100%;
        font-size: 12px;
}
.item-info-type {
	font-weight: bold;
	float: left;
	width: 100%;
}
.bookable_artist .card-footer {
	padding-left: 0px;
}
.item-info-type-value {
    
}
.btn-white-custom {
    background: #fff;
    color: #212529;
    font-weight: bold;
    font-size: 16px;
}
#search_areaCode {
    background: #fff;
    color: #212529;
    font-weight: bold;
    /* border-right: 1px solid #ced4da; */
    /* border-radius: 0px; */
    border: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px;
    border-left: 0px;
}










.page {
    background: #fff;
    position: relative;
    z-index: 1;
}
.hero_home.version_1 {
    /*background: #020202 url('/images/frontend/blue_pic_censored.webp') no-repeat center bottom;*/
    background: #020202 url('https://skystrip.dk/wp-content/uploads/2022/12/blue_pic_censored.jpg') no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.hero_home {
    /*	height: 500px;*/
    height: 100vh;
    width: 100%;
    display: table;
}
.hero_home.version_1 .content {
    background-color: #363768;
    background-color: rgba(63,64,121,0);
}
.hero_home .content {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 21px;
    font-size: 1.3125rem;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,.25);
    background-color: #3e3f77;
    background-color: rgba(63,64,121,.9);
    float: none;
}
#hero_video .content h3.animated, .hero_home .content h3.animated {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-duration: .4s;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
}
.hero_home .content h3 {
    margin: 0;
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#hero_video .content p.animated, .hero_home .content p.animated {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    animation-duration: .4s;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
}
#hero_video .content form.animated, .hero_home .content form.animated {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
}
#custom-search-input {
    margin: 0;
    top: 0;
    padding: 0;
    width: 650px;
    margin: auto;
    position: relative;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
#custom-search-input .search-query {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.35);
    -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,.35);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.35);
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    color: #333;
}
#custom-search-input input[type="submit"] {
    position: absolute;
    -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;
    right: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    top: 0;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    outline: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #EE2625;
    z-index: 1;

}
#custom-search-input ul {
    text-align: center;
    margin-top: 25px;
}
ol, ul {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}
#custom-search-input ul li {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
}
#custom-search-input ul li input[type="radio"] {
    display: none;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
#custom-search-input ul li input[type="radio"]:checked + label, #custom-search-input ul li input[type="radio"]:checked + label:hover {
    background-color: #EE2625;
    color: #fff;
}
#custom-search-input ul li label {
    display: inline-block;
    -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;
    background-color: #000;
    background-color: rgba(0,0,0,.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px 6px 10px;
    line-height: 1;
    text-shadow: none;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
}



@media (max-width:767px) {
    .hero_home .content {
        font-size:16px;
        font-size:1rem;
        padding:0 15px
    }
}
@media (max-width:575px) {
    .hero_home .content h3 {
        font-size:32px;
        font-size:2rem
    }
}
@media (max-width:767px) {
    .hero_home.version_1 {
        height:100vh;
    }
}
@media (max-width:991px) {
    #custom-search-input {
        width:auto
    }
}
.search_message {
    font-size: 14px;
    margin-top: 5px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    margin-left: 20px;
}

#custom-search-input .btn-group {
    text-align: center;
    margin-top: 25px;
}
.btn.btn-outline-primary {
    font-weight: bold;
}
.btn-outline-primary:hover {
    color: #0a0b0b;
    background-color: #fff;
    border-color: #fff;
}
.btn-outline-primary {
    color: #fff;
    border-color: #0a0b0b;
    background: #0a0b0b;
}
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #EE2625;
    border-color: #EE2625;
}
.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: none;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: none;
}
.margin_120_95 {
    padding-top: 120px;
    padding-bottom: 95px;
}
.main_title {
    text-align: center;
    margin-bottom: 45px;
}
.main_title h2 {
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
}
@media (max-width:575px) {
    .main_title h2 {
        font-size:24px;
        font-size:1.5rem
    }
}

@media (max-width:575px) {
    #show_artists .title {
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: bold;
    }
}

@media (max-width:575px) {
    .bookable_artist.row {
        margin: 0 auto;
    }
}



strong {
    font-weight: 600;
    color: #EE2625;
}
.main_title p {
    font-weight: 300;
    font-size: 20px;
    color: #777;
    padding: 0 10%;
    margin-bottom: 25px;
}
.add_bottom_30 {
    margin-bottom: 30px;
}
.box_feat#icon_1 {
    background: #fff url('http://www.ansonika.com/findoctor/img/icon-home-1.svg') no-repeat center 45px;
}
.box_feat#icon_2 {
    background: #fff url('http://www.ansonika.com/findoctor/img/icon-home-2.svg') no-repeat center 45px;
}
.box_feat#icon_3 {
    background: #fff url('http://www.ansonika.com/findoctor/img/icon-home-3.svg') no-repeat center 45px;
}
.box_feat {
    background-color: #fff;
    padding: 165px 45px 20px 45px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    margin-bottom: 25px;
    min-height: 380px;
}

.box_feat span {
    position: absolute;
    top: 50%;
    right: -48px;
    margin: -42px 0 0 0;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ededed;
    background: #fff url('http://www.ansonika.com/findoctor/img/arrow-gray-1.svg') no-repeat center center;
    display: block;
    z-index: 9;
}
@media (max-width:991px) {
    .box_feat span {
        top:100%;
        left:50%;
        margin:-20px 0 0 -35px;
        -webkit-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        -o-transform:rotate(90deg);
        transform:rotate(90deg)
    }
}
.box_feat h3 {
    text-transform: uppercase;
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 25px;
    color: #EE2625;
    font-weight: bold;
}
.custom-bg {
    background: #f5f8fa;
}
.btn_1.medium, a.btn_1.medium {
    padding: 12px 45px;
    font-size: 16px;
    font-size: 1rem;
    color: #fff !important;
    font-weight: bold;
}
.btn_1, a.btn_1 {
    border: none;
    color: #fff;
    background: #EE2625;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: 0;
    font-size: 14px;
    font-size: .875rem;
    -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;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    font-weight: 500;
}
a.btn_1 {
    color: #EE2625;
    text-decoration: none;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    outline: 0;
}
.bookable_artist_checkout {
    padding-bottom: 55px;
}
.artist_selected_list_items {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.artist_selected_box {
    background: #ee2625;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-right: 15px;
}
.date .icon {
    left: 5px;
    position: relative;
    top: 5px;
}
.col-center{
    margin:0 auto;
}
#loading-cover {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 99999;
    opacity: 0.8;
    bottom: 0px;
}
.loader {
    position: absolute; /* 4. Add this. */
    top: 50%; /* 5. Add this. */
    left: 50%; /* 6. Add this. */
    transform: translate(-50%, -50%); /* 7. Add this. */
    text-align: center; /* 8. Add this if you want the text to be centered. */
}
.arist_name {
    font-weight: bold;
}
.arist_price {
    font-weight: bold;
}
.btn-custom {
    font-weight: bold;
}

footer {
    background-color: #fff;
    color: #555;
    float: left;
    width: 100%;
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}
footer p {
    margin-bottom: 25px;
}
footer h5 {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 20px;
}
footer ol, ul {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}
footer .links {
    text-align: left;
}
footer ul li {
    margin-bottom: 10px;
}
footer ul li a {
    -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;
    display: inline-block;
    position: relative;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
footer ul.links li a::after {
    font-family: ElegantIcons;
    content: "\24";
    position: absolute;
    margin-left: 5px;
    top: 1px;
    opacity: 0;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
ul#additional_links {
    margin: 0;
    font-size: 13px;
    font-size: .8125rem;
    color: #999;
}
ul#additional_links li:first-child {
    margin-right: 20px;
}
ul#additional_links li {
    display: inline-block;
    margin-right: 15px;
}
ul#additional_links li a {
    opacity: .5;
    -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;
}
footer #copy {
    text-align: right;
    font-size: 13px;
    font-size: .8125rem;
    color: #999;
}
.follow_us ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
}
.follow_us ul li a i {
    color: #555;
}
footer h5 {
    margin-bottom: 10px;
}
footer ul.links li a:hover {
    -webkit-transform: translate(5px,0);
    -moz-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    -o-transform: translate(5px,0);
    transform: translate(5px,0);
}
footer ul li a:hover {
    color: #EE2625;
}
.order-information {
    position: fixed;
    bottom: 0px;
    background: #EE2625;
    float: left;
    width: 100%;
    z-index: 99999;
}
.artist_selected_count {
    font-weight: bold;
    font-size: 30px;
    line-height: 1px;
}
.btn_custom_finish {
    float: right;
    background: #fff !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 12px 45px;
    font-size: 14px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    transition: all .5s ease-in-out;
    outline: 0;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    color: #000 !important;
}
.order-information-details {
    float: left;
    width: 100%;
    margin-top: 18px;
    font-size: 18px;
    color: #fff;
}
.order-information-cta {
    float: left;
    width: 100%;
    padding: 5px;
}
@media (max-width: 767.98px) {
    .order-information-details {
        font-size: 14px;
    }
}
@media (max-width: 500px) {
    .order-information-details {
        font-size: 12px;
    }
    .btn_custom_finish {
        padding-left: 15px !important;
        padding-right: 16px !important;
        font-size: 12px;
    }
    .order-information-details p {
        padding-top: 8px;
    }
}
.error-input-message {
    font-size: 12px;
    font-weight: bold;
    color: #ee2625;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
#form_errors {
    background: #e9ecef;
    padding: 15px;
}


/*Slideshow*/ 

.slideshow_container {
    position: relative;
}

/* Next & previous buttons */
/*.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	 font-weight: bold; 
	font-size: 12px; 
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	text-decoration: none;
}*/

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}