/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.3
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
:root {
  --site-red: #e8051f;
  --dark-grey: #555;
  --light-grey: #ececec;
  --ar-red:#bd4525;
  --ar-blue:#06323a;
    --cy-blue:#30b1ff;
  --cy-green:#80cc27;
  --ski-school-button:#307ad5;
  --cy-purple:#5e1f70;
  --cy-yellow:#ffd530
}
/* Custom Fonts */
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../eot/poppins-regular.eot'); /* IE9 Compat Modes */
    src: url('../eot/poppins-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../woff/poppins-regular.woff') format('woff'), /* Modern Browsers */
         url('../ttf/poppins-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../svg/poppins-regular.svg#Poppins-Regular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../eot/poppins-medium.eot'); /* IE9 Compat Modes */
    src: url('../eot/poppins-mediumd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../woff/poppins-medium.woff') format('woff'), /* Modern Browsers */
         url('../ttf/poppins-medium.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../svg/poppins-medium.svg#Poppins-Medium') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'nature_beauty_personal_useRg';
    src: url('../woff2/nature_beauty_personal_use-webfont.woff2') format('woff2'),
         url('../woff/nature_beauty_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    margin: 30px 0 20px;
}
iframe,
object {
    max-width: 100%;
}
ul li {
    font-family: "Poppins", Sans-serif;
}

p {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    color: rgb( 52, 52, 52 );
    text-align: justify;
}

section.custom_bottom_padding {
    padding-bottom: 0px;
}

section.custom_top_padding {
    padding-top: 20px;
}

#general_design div#response p {
    margin: 0;
}

.bottom_related_section .ski-resorts img {
    width: 100%;
}

.sidebar-box .widget-title {
    font-family: "Poppins", Sans-serif;
}

.elementor-nav-menu li a {
    font-weight: 600;
}

div#top-horizontal-ad {
    text-align: center;
    margin: 40px auto 30px;
}

.home div#top-horizontal-ad {
    /*width: 728px;
    margin: 0 auto;
    margin-top: 30px;*/
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
}
.home div#top-horizontal-ad div {
    flex-basis: 728px;
}

.home div#midpage-horizontal-ad {
    /*width: 728px;
    margin: 0 auto;*/
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
}
.home div#midpage-horizontal-ad div {
    flex-basis: 728px;
}

div#midpage-horizontal-ad {
    text-align: center;
    margin: 20px 0px;
}

div#midpage-vertical-ad {
    text-align: center;
}

.page-template-default div#top-horizontal-ad {
    margin-top: 30px;
}

.page-template-default #general_design h1.title {
    font-size: 40px;
    text-align: left;
}

div#adverts {
    text-align: center;
}

.breadcrumb {
    position: relative;
    padding: 10px 15px;
    background-color: #ececec;
    margin-bottom: 20px;
}

.breadcrumb .max-container {
    display: flex;
    flex-wrap: wrap;
}

.page-template-default .breadcrumb {
    margin-top: 20px;
}

#crumbs {
    width: 100%;
    /*display: flex;
    align-items: center;
    padding: 10px 0;*/
}
/*#crumbs a,
#crumbs span {
    padding: 0 5px;
}
#crumbs a:first-child {
    padding-left: 0;
}*/

.page-template-no-sidebar main .container {
	max-width: 1410px;
}

.page-template-no-sidebar main .banner {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.page-template-no-sidebar main .container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.resort_stats_ratings {
    display: flex;
    width: 100%;
    border-top: 2px solid #f37878;
}

#resort_stats {
    border-left: 1px solid #f37878;
}

#resort_stats span:last-child i {
    margin: 0;
}

#resort_ratings {
    border-right: 1px solid #f37878;
}

.resort_stats_ratings .button {
    width: 50%;
    justify-content: space-around;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 2px;
    text-align: center;
    border-radius: 0;
    font-size: 16px;
    background-color: #fff;
    color: #ff0100;
    transition: 0.3s ease-in-out;
}

.resort_stats_ratings .button:hover {
    background-color: #ff0100;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.resort_stats_ratings .button span:first-child {
    display: block;
}

.resort_stats_ratings .button i {
    display: block;
}

.resort_stats_ratings .button span:last-child {
    font-size: 14px;
    height: 23px;
    display: flex;
    align-items: center;
}

.resort_stats_ratings .button span i {
    display: inline;
    margin-left: 5px;
    position: relative;

}


.resort_stats_ratings .button.active {
    background-color: #ff0100;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.resort_stats_ratings .button.active .fa-chevron-down {
    transform: rotate(180deg);
    top: -1px;
}
.resort_stats_ratings_container {
    box-shadow: 0 0 10px 0 #aaa;
}

.resort_stats_ratings_container .inner {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 30px 20px;
    position: relative;
    left: 0;
    z-index: 1;
    background-color: #fff;
    text-align: center;
}
.resort_stats_ratings_container h2 {
    margin: 0 0 15px;
    text-align: center;
    font-size: 20px;
}
.resort_stats_ratings_container .inner > div {
    display: flex;
    flex-wrap: wrap;
}
.resort_stats_ratings_container .inner > div > div {
    width: 50%;
    padding: 10px;
}

.resort_stats_ratings_container .stat-title {
    display: block;
    font-weight: bold;
}

.resort_stats_ratings_container .stat-title span {
    display: block;
}

/*
New Breadcrumbs - for resort pages only
*/
.page-template-template-single-resort .breadcrumb {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #aaa;
}

.page-template-template-single-resort #general_design .breadcrumb .max-container {
    max-width: 1340px;
    width: 100%;
    display: flex;
    align-items: center;
}

.page-template-template-single-resort #crumbs {
    padding: 10px;
}



.page-template-template-single-resort #general_design .breadcrumb .max-container {
    max-width: 1340px;
}

.page-template-template-single-resort #general_design h1.title {
    margin: 40px 0 20px;
}

@media (min-width:768px) {
    .breadcrumb .max-container {
        flex-wrap: nowrap;
    }

    .resort_stats_ratings {
        width: auto;
        border-top: none;
        border-left: 2px solid #f37878;
    }

    #resort_stats,
    #resort_ratings {
        border: none;
    }

    .resort_stats_ratings .button {
        width: 150px;
        font-size: 15px
    }

    #resort_ratings {
        border-right: 2px solid #f37878;
    }

    .resort_stats_ratings_container .inner > div > div {
        width: 33.33%;
        padding: 10px;
    }

    .page-template-template-single-resort #general_design h1.title {
        margin: 60px 0 45px;
        line-height: 1.4em;
    }
}

@media (min-width:1024px) {
    .resort_stats_ratings_container .inner {
        padding: 30px 20px 20px;
    }

    .resort_stats_ratings_container .inner > div > div,
    #resort_stats_container > div > div {
        width: 25%;
        padding: 10px 10px 20px;
    }

    .resort_stats_ratings_container h2 {
        font-size: 25px;
    }
}

@media (min-width:1350px) {
    .resort_stats_ratings {
        width: auto;
        border-top: none;
        border-right: 2px solid #f37878;
    }

    .resort_stats_ratings_container .inner > div > div {
        width: 20%;
    }

    #resort_stats_container > div > div {
        width: 25%;
    }
}

.pad.pad-bt-0{
    padding-bottom:0px;
}

#general_design span.red {
    font-family: 'nature_beauty_personal_useRg';
}
div#st_anton_rating:empty {
    display: none;
}
section.top_search_section {
    margin-top: 30px;
}
.page-template-template-main-resort-page section.pad.top_section.pt-0 h2 {
    margin-top: 0;
}
.page-template-template-main-resort-page section.pad.top_section.pt-0 {
    padding-top: 0;
}
section.top_search_section h2 {
    margin: 0;
    margin-bottom: 30px;
}

.lh-column.one-column {
    margin-top: 100px;
}
.lh-column.one-column .lh-column-widget.homepage-promo-lite {
    margin-bottom: 50px;
}
.page-template-template-main-resort-page section.pad.top_section {
    padding-bottom: 30px;
}
div#general_design .horizontal.post {
    display: flex;
    width: 100%;
}
div#general_design .horizontal.post .leftpart.image {
    padding-right: 20px;
}
div#general_design .horizontal .leftpart{
    width: 16%;
}
div#general_design .horizontal .rightpart{
    width: 84%;
}
div#general_design .horizontal .rightpart .title {
    display: inline-block;
    width: 100%;
}

div#general_design .horizontal .rightpart .title h2 {
    width: 70%;
    display: inline-block;
}

div#general_design .horizontal .rightpart .title .rating {
    display: inline-block;
    float: right;
}

/*.response_content .output .selected_data {
    display: none;
}
*/
/* edit by mark dec 22 */
.response_content .output .selected_data {
    display: block !important; height:0; width:100%; overflow:hidden
}
.ajax_pagination li {
    display: inline-block;
    padding: 6px;
    color: #1B588F;
    cursor: pointer;
}
.ajax_pagination li.active{
    color: red;
}

.ajax_pagination ul {
    margin: 20px 0px;
    padding:10px 0px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background: #f5f5f5;
}
.position_right {
    position: absolute;
    bottom: 8px;
    left: 8px;
    color: #b3b3b3;
}
#general_design section.banner:hover .position_right {
    opacity: 1;
}
/* Banner Slider Css */
section#banner_slider .slides p {
    margin: 0;
}
section#banner_slider .slides p img {
    width: 100%;
}
#general_design section#banner_slider {
    position: relative;
    overflow: hidden;
}
#general_design .banner_slider_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb( 0, 0, 0 );
    opacity: 0.341;
    z-index: 1;
}
#general_design .bottom_related_section .row div#midpage-vertical-ad {
    display: none;
}
#general_design h1.banner_slider_title {
    font-size: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: "Poppins";
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}
#general_design h2.banner_slider_title {
    font-size: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: "Poppins";
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}

/* Header Css */
#general_design h1.title {
    font-size: 48px;
    font-family: "Poppins";
    color: rgb( 52, 52, 52 );
    line-height: 1;
    text-align: left;
    margin: 50px 0px 45px;
}
#general_design .middle_section .response_content .output h2.title {
    font-size: 24px;
    margin-bottom: 25px;
}
#general_design .response_content h2.title {
    font-size: 35px;
    font-family: "Poppins";
    color: rgb( 52, 52, 52 );
    line-height: 1;
    text-align: justify;
    margin: 0px 0px 45px;
}

/* Single Resort and Country Page Css */
.response_content{
    margin-bottom: 30px;
    padding-top:20px;
    font-size: 16px;
    font-family: "Poppins";
    color: rgb( 52, 52, 52 )
}
#general_design .banner_title {
    font-size: 80px;
    line-height: 1em;
    font-family: "Poppins", sans-serif;
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    text-align: center;
    -moz-transform: matrix( 0.7611477611166,0,0,0.7611477611166,0,0);
    -webkit-transform: matrix( 0.7611477611166,0,0,0.7611477611166,0,0);
    -ms-transform: matrix( 0.7611477611166,0,0,0.7611477611166,0,0);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
}
#general_design .banner_overlay {
    background-color: rgb( 0, 0, 0 );
    opacity: 0.341;
    position: absolute;
    width: 100%;
    height: 100%;
}
#general_design section.banner {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 625px;
    display: block;
    width: 100%;
}
#general_design .max-container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
}
#general_design h3.title {
    font-size: 48px;
    font-family: "Poppins";
    color: rgb( 52, 52, 52 );
    line-height: 1;
    text-align: justify;
    margin: 0px 0px 45px;
}
.red {
    color: red;
}
.bold {
    font-size: 18px;
    line-height: 1.667;
    font-weight: bold;
}
div#general_design section.booking_section div#custom_html-2 {
    margin-bottom: 0px;
}
div#general_design section.booking_section {
    padding-top: 50px;
    margin-top: 20px;
}
.pad {
    padding: 80px 0px 80px 0px;
}
.sec.rsw_section {
    margin-bottom: 30px;
}
@media (min-width: 700px) {
    .sec.rsw_section .cm-12 {
        justify-content: space-evenly;
        display: flex;
    }
}
.sec{
    display: inline-block;
    width: 100%;
}
.h-60 {
    height: 60px;
    display: block;
}
#general_design p{
  font-size: 16px;
  font-family: "Poppins";
  color: rgb( 52, 52, 52 );
  text-align: justify;
}
.page-template-default .site-content div {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb( 52, 52, 52 );
    text-align: justify;
}
.bg-gray {
    background-color: #ebebeb;
}
.pad-equal {
    padding: 40px 0px;
}
#general_design h4 {
    font-family: "Poppins";
    color: rgb( 52, 52, 52 );
    text-align: justify;
    margin-top: 0;
}
.h-100 {
    height: 100px;
    display: block;
}
.cm-12 {
    width: 100%;
    float: left;
}
.cm-6 {
    width: 50%;
    float: left;
}
.cm-4 {
    width: 33.33%;
    float: left;
}
#general_design label{
    font-size: 24px;
    font-family: "Poppins";
    color: rgb( 0, 0, 0 );
    font-weight: bold;
    text-align: justify;
    display: inline-block;
}
#general_design .rsw_section .box-b {
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 184, 184, 184 );
    border-radius: 5px;
    background-color: rgb( 0, 0, 0 );
    width: 100%;
    margin: 0px 10px 10px 0px;
    padding: 22px 20px;
    font-size: 18px;
    font-family: "Poppins";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    max-width: 99%;
    box-sizing:border-box;
}
#general_design #st_anton_rating li.stat-title,
#general_design #st_anton_rating li .stat-title,
#general_design #st_anton_statistics li .stat-title {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: "Poppins";
    color: rgb( 52, 52, 52 );
    font-weight: bold;
    line-height: 3;
    padding-left: 40px;
    box-sizing:border-box;
    font-weight:  bold;
}
#general_design #st_anton_statistics li .stat-title {
    padding-left: 0;
    line-height: 1.6em;
}
#general_design #st_anton_rating li.stat-title span {
    display: inline-block;
    max-width: 160px;
    width: 100%;
}

#general_design select {
    border-style: solid;
    border-width: 0px;
    border-color: var(--site-red);
    border-radius: 5px;
    height: 54px;
    padding: 15px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    max-width: 394px;
    margin-left: 20px;
    box-sizing:border-box;
}
#general_design #crietarea img {
    width: 100%;
}
#general_design #crietarea {
    width: 100%;
    display: inline-block;
}
#general_design .bottom_related_section .max-container {
    max-width: 1210px;
}
#general_design .bottom_related_section .ski-resorts .content h3 {
    margin: 0;
    margin-bottom: 5px;
    color: #ff0000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
    padding-top: 15px;
    height: auto;
}
#general_design .bottom_related_section .ski-resorts .content p {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    color: #666666;
}
#general_design .bottom_related_section .ski-resorts .content {
    padding: 0px 10px;
}
/*  SECTIONS  */
#general_design .bottom_related_section {
    clear: both;
    padding-top: 0px;
    margin: 0px;
}
#general_design section.child_pages.bottom_related_section {
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 20px;
}

/*  COLUMN SETUP  */
#general_design .bottom_related_section .col,  #general_design .two-column-row .col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}

#general_design .bottom_related_section .col:first-child,  #general_design .two-column-row .col:first-child { margin-left: 0; }

/*  GROUPING  */
#general_design .bottom_related_section .row:before,
.row:after {
    content:"";
    display:table;
}
#general_design .two-column-row:before,
.two-column-row:after {
    content:"";
    display:table;
}
#general_design .bottom_related_section .row:after, #general_design .two-column-row:after {
    clear:both;
}
#general_design .bottom_related_section .row, #general_design .two-column-row {
    zoom:1; /* For IE 6/7 */
}
#general_design .two-column-row {
    display: flex;
}
#general_design .bottom_related_section h2.wedget-title {
    margin: 60px 0 30px;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    color: rgb(52, 52, 52);
    line-height: 1.25;
}

/*  GRID OF THREE  */
#general_design .bottom_related_section .span_1_of_4 {
    width: 23.8%;
    flex: 1;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 9px 27.84px 1.16px rgba(0, 0, 0, 0.1);
}
#general_design .two-column-row .span_1_of_2 {
    flex: 1;
}

#general_design .lh-column.one-column .one-column h2 {
    background-color: #ed1c24;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    color: rgb(241, 241, 241);
    text-transform: uppercase;
    line-height: 1.25;
    padding: 35px;
    margin: 0px;
    margin-bottom: 30px;
}
#general_design .lh-column.one-column .one-column img {
    width: 100%;
    background-color: rgb(237, 28, 36);
    box-shadow: 0px 0px 16.02px 1.98px rgba(0, 0, 0, 0.5);
}

#st_anton_rating,#st_anton_statistics {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px #b8b8b8 solid;
    border-radius: 5px;
    max-width: 99%;
    padding-top: 15px;
    padding-bottom: 15px;
}

#st_anton_statistics li {
    display: inline-block;
    width: calc(100% - 60px);
    font-size: 16px;
    font-family: "Poppins";
    margin-left: 40px;
    box-sizing: border-box;
    color: rgb( 0, 0, 0 );
    line-height: 1.875;
    margin-right: 20px;
    padding-top: 7px;
    padding-bottom: 5px;
}
.bt-dashed{
    border-top: 1px black dashed;
    margin-top: 0;
}
#st_anton_statistics li.web {
    padding-top: 20px;
}
#st_anton_statistics li.web a{
    color:red;
}

#st_anton_statistics li.web span,#st_anton_statistics li.email span {
    max-width: 65px;
}
#st_anton_statistics li span {
    display: inline-block;
    max-width: 160px;
    width: 100%;
    word-break: break-all;
}

#general_design .box-shadow {
   box-shadow: 0px 4px 10.84px 12.16px rgba(0, 0, 0, 0.1);
   border: 1px #b8b8b8 solid;
   border-radius: 5px;
   max-width: 99%;
   padding-top: 15px;
   padding-bottom: 15px;
   margin-bottom: 10px;
}

#general_design .box-shadow li {
   display: inline-block;
   position: relative;
   vertical-align: middle;
   font-size: 18px;
   font-family: "Poppins";
   color: rgb( 0, 0, 0 );
   font-weight: bold;
   line-height: 1.667;
   padding-right: 10px;
   width: 15%;
}


#general_design .box-shadow li:last-child {
 font-size: 24px;
 font-family: "Poppins";
 color: rgb( 0, 0, 0 );
 font-weight: bold;
 line-height: 1.25;
 position: relative;
 width: 65%;
}


#general_design .box-shadow li span.title {
 color:red;
 padding-left: 15px;
}

#general_design .box-shadow li span.air {
   position: absolute;
   bottom: -20px;
   width: 100%;
   left: 2px;
   font-size: 14px;
   font-family: "Poppins";
   color: rgb( 193, 193, 193 );
   line-height: 2.143;
   font-weight: normal;
}

#general_design .box-shadow li:first-child {
    padding-left: 15px;
}

.bg-red {
    background: red;
}

#general_design .box-shadow a.box-btn {
    text-align: center;
    font-size: 24px;
    font-family: "Poppins";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

#general_design .one-column select.select_location {
    margin: 0;
    font-family: "Poppins", Sans-serif;
    border-radius: 0px;
    max-width: 100%;
    color: rgb( 114, 114, 114 );
    background: url(../png/select-icon.png) no-repeat right #fff;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    -webkit-appearance: none;
}
.bizActionButton a.ccbutton {
    padding: 10px 0px;
    margin: 20px 0px;
    display: inline-block;
    background: red;
    color: white;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
#general_design .custom-search-ski-resorts select {
    margin: 0;
    font-family: "Poppins", Sans-serif;
    border-radius: 0px;
    max-width: 100%;
    color: rgb( 114, 114, 114 );
    background: url(../png/select-icon.png) no-repeat right #fff;
    background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    -webkit-appearance: none;
    padding-right: 50px;
}

#general_design .custom-search-ski-resorts {
    background-color: #ececec;
    padding: 30px;
}

#general_design .custom-search-ski-resorts input#search_ski_resorts_button {
    background-color: rgb( 238, 40, 47 );
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    color: rgb( 255, 255, 255 );
    line-height: 1.875;
    padding: 12px 40px;
}

#general_design .custom-search-ski-resorts input#search_ski_resorts_keyword {
    height: 54px;
    padding: 15px;
    width: 100%;
}

#general_design .custom-background {
    background-color: #ececec;
    padding: 30px 40px;
}
.custom-homepage-slider {
    position: relative;
}
.custom-homepage-slider .owl-carousel .slides {
    position: relative;
}
.custom-homepage-slider .owl-carousel .slides .custom-position {
    position: relative;
    bottom: 0;
    width: 100%;
}
.custom-homepage-slider .owl-carousel .slides .custom-position:before {
    content: '';
    position: inherit;
    background-color: rgb( 237, 28, 36 );
    opacity: 0.8;
    width: 100%;
    height: 100%;
}
.custom-homepage-slider .owl-carousel .slides .custom-position .custom-z-index {
    padding: 20px;
    position: relative;
}
.custom-homepage-slider div#counter {
    position: absolute;
    top: 0;
}
.custom-homepage-slider div#counter {
    position: absolute;
    top: 0;
    color: #ee282f;
    z-index: 1;
}
.custom-homepage-slider .owl-carousel .slides .custom-position h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    color: rgb( 52, 52, 52 );
    margin: 0;
}
.custom-homepage-slider .owl-carousel .slides .custom-position p {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    color: rgb( 52, 52, 52 );
}
.custom-homepage-slider .owl-carousel .slides .custom-position a {
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    background-color: rgb( 237, 28, 36 );
    padding: 0px 0px 0px 30px;
    display: inline-block;
}
.custom-homepage-slider .slides .custom-position a {
    display: block;
    width: max-content;
    background-color: rgb( 238,40,47 );
    font-family: "Poppins",Sans-serif;
    font-size: 16px;
    color: rgb( 255,255,255 );
    line-height: 1.875;
    padding: 5px 15px;
    margin-top: 10px;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
    transition: 0.15s all ease;
    border-radius: 3px;
}
.custom-homepage-slider .owl-carousel .slides .custom-position a i.fa.fa-arrow-right {
    background-color: rgb( 237, 28, 36 );
    color: rgb( 255, 255, 255 );
    padding: 20px 32px;
    margin-left: 30px;
}
.custom-homepage-slider .slides .custom-position a i.fa.fa-arrow-right {
    margin-left: 10px;
}
div#response {
    margin-top: 30px;
    font-family: "Poppins";
    color: rgb( 52, 52, 52 );
    text-align: justify;
    display: inline-block;
}
div#response .image {
    margin-bottom: 20px;
}
#general_design p.bold {
    margin: 0;
}
div#response .content p {
    font-weight: normal;
}
#general_design div#response p strong {
    font-weight: normal;
}
div#response .image img {
    width: 100%;
    margin: 37px 0 0;
}
section.second-menu {
    background-color: #ececec;
}
section.second-menu .sub_menu {
    padding: 10px 15px;
    text-align: center;
}
section.second-menu .sub_menu a {
    padding: 0 10px;
    text-transform: uppercase;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
}
#general_design .bottom_related_section .single_item {
    background-color: #ed1c24;
    padding: 10px 15px;
    margin-bottom: 0px;
    box-shadow: 0px 4px 10.84px 12.16px rgba(0, 0, 0, 0.1);
}

#general_design .bottom_related_section .single_item li {
    display: inline-block;
}

#general_design .bottom_related_section .single_item ul {
    margin: 0;
}

#general_design .bottom_related_section .single_item li a{
    padding: 0px 10px;
    text-transform: uppercase;
    font-family: "Poppins",Sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}
#general_design .bottom_related_section .single_item li a:first-child{
    padding-left:0;
}
section.top_search_section div#response h2 {
    margin-bottom: 0px;
}

.ski-resorts a.read_more {
    display: inline-block;
    margin: 0 auto 10px;
    float: left;
}

.booking_btn {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    margin: 9px 0 0;
    float: right;
    padding: 5px 6px;
    border: 1px solid #024aaf;
    border-radius: 3px;
}

.booking_btn:hover {
    background-color: #024aaf;
    text-decoration: none;
}

.booking_btn:hover span {
    color: #fff;
}

.bottom_related_section .ski-resorts .booking_btn img {
    width: 30px;
}

.booking_btn img {
    display: inline-block;
    margin: 0 auto;
    width: 30px;
    vertical-align: middle;
}

.booking_btn span {
    display: inline-block;
    margin: 0 auto;
    color: #0147ad;
    vertical-align: middle;
}

.page-template-page-sitemap h2 {
    font-size: 28px;
    text-align: center;
    color: black;
}

.sitemap {
    margin: 0 0 20px;
    text-align: center;
    list-style-type: none;
}

.sitemap a {
    font-size: 23px;
}
.sitemap ul a {
    font-size: 20px;
    color: #333;
}
.sitemap .fa-chevron-down {
    position: relative;
    top: -1px;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
}
.sitemap .fa-chevron-down.rotate {
    transform: rotate(270deg);
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1024px) {

    /* Resort pages styling */
    .sec.rsw_section {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .page-template-template-main-resort-page .section .span_1_of_4 {
        width: 48.076923%;
        float: left;
        margin-right: 2.564102564102564%;
        min-height: 400px;
        margin-bottom: 30px;
    }
    .page-template-template-main-resort-page .section .span_1_of_4:nth-child(2n+0) {
        margin-right: 0;
    }
    .ski-resorts a.read_more {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .booking_btn {
        width: 140px;
        margin: 9px auto;
        display: block;
        float: none;
        clear: both;
    }
}
@media only screen and (min-width: 992px) {
    .page-template-template-main-resort-page .section .span_1_of_4 {
        width: 31.623931623931625%;
        min-height: 455px;
    }
    .page-template-template-main-resort-page .section .span_1_of_4:nth-child(3n+0) {
        margin-right: 0;
    }
    .page-template-template-main-resort-page .section .span_1_of_4:nth-child(2n+0) {
        margin-right: 2.564102564102564%;
    }
}
@media only screen and (min-width: 1200px) {
    .page-template-template-main-resort-page .section .span_1_of_4 {
        width: 23.076923076923077%;
    }
    .page-template-template-main-resort-page .section .span_1_of_4:nth-child(4n+0) {
        margin-right: 0;
    }
    .page-template-template-main-resort-page .section .span_1_of_4:nth-child(3n+0) {
        margin-right: 2.564102564102564%;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .page-template-template-main-resort-page .section .span_1_of_4:nth-child(6n+0) {
        margin-right: 0;
    }
}

@media (min-width: 1235px) {
    .booking_btn {
        float: right;
        clear: none;
    }
    .ski-resorts a.read_more {
        float: left;
    }
}

/*  GO FULL WIDTH */
@media only screen and (max-width: 1820px) {
    #general_design h2.banner_slider_title {
        font-size: 118px;
    }
    #general_design h1.banner_slider_title {
        font-size: 118px;
    }
}

@media (max-width: 1440px) {
    #general_design .max-container {
        max-width: 95%;
    }
    #st_anton_statistics li.web span.stat-value {
        max-width: 100%;
    }
    #st_anton_statistics li.web span.stat-value a {
        white-space: normal;
        word-break: break-all;
        width: 100%;
    }
    #general_design .bottom_related_section .max-container {
        max-width: 95%;
    }
    #general_design h2.banner_slider_title {
        font-size: 82px;
    }
    #general_design h1.banner_slider_title {
        font-size: 82px;
    }
}
@media (max-width: 1024px) {
    .cm-4 {
        width: 100%;
        max-width: 50%;
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    section.second-menu .sub_menu {
        width: auto;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 992px) {

    .home div#top-horizontal-ad, .home div#midpage-horizontal-ad {
        width: auto;
    }
    .custom-homepage-slider .owl-carousel .slides .custom-position h2 {
        font-size: 40px;
    }
    .custom-homepage-slider .owl-carousel .slides .custom-position p {
        font-size: 14px;
    }
    .custom-homepage-slider .owl-carousel .slides .custom-position a {
        font-size: 18px;
        padding: 0px 0px 0px 20px;
    }
    .custom-homepage-slider .owl-carousel .slides .custom-position a i.fa.fa-arrow-right {
        padding: 15px 20px;
        margin-left: 20px;
    }
    #general_design .one-column select.select_location {
        font-size: 14px;
    }
    #general_design h2.banner_slider_title {
        font-size: 62px;
    }
    #general_design h1.banner_slider_title {
        font-size: 62px;
    }
    section.middle_section .cm-12 .cm-6 {
        width: 100%;
    }
    section.middle_section .cm-12 .cm-6:first-child {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .ski-resorts .thumb_image {
        height: 110px;
    }
    .ski-resorts .thumb_image_resort {
        height: 150px;
    }
}
@media only screen and (max-width: 767px) {
    #general_design .bottom_related_section .row, #general_design .two-column-row {
        display: block;
    }
    #general_design .bottom_related_section {
        padding: 0px 15px;
    }
    #general_design .bottom_related_section .col, #general_design .two-column-row .col { margin: 1% 0 1% 0%;}
    #general_design .bottom_related_section .span_1_of_4, #general_design .two-column-row .span_1_of_2 { width: 100%; }
    .custom-homepage-slider .owl-carousel .slides .custom-position h2 {
        font-size: 25px;
    }
    .custom-homepage-slider .owl-carousel .slides .custom-position p {
        font-size: 12px;
        margin: 0 0 10px;
    }
    .custom-homepage-slider .owl-carousel .slides .custom-position a {
        font-size: 12px;
        padding: 0px 0px 0px 10px;
    }
    .custom-homepage-slider .owl-carousel .slides .custom-position a i.fa.fa-arrow-right {
        padding: 10px;
        margin-left: 10px;
    }
    #general_design h2.banner_slider_title {
        font-size: 52px;
    }
    #general_design h1.banner_slider_title {
        font-size: 52px;
    }
    div#response .col.span_1_of_4 {
        padding-bottom: 10px;
        border-bottom: 1px solid;
        margin-bottom: 20px;
    }
    #general_design .bottom_related_section .row div#midpage-vertical-ad {
        display: block;
    }
}
@media (max-width: 640px) {
    #general_design .banner_title {
        font-size: 4em;
    }
    #general_design h2.banner_slider_title {
        font-size: 42px;
    }
    #general_design h1.banner_slider_title {
        font-size: 42px;
    }
    #general_design section.banner{
        height: 400px;
    }
    .cm-4 {
        max-width: 100%;
    }
    #st_anton_statistics li.email span.stat-value {
        max-width: 100%;
    }
    #general_design h3.title{
        text-align: center;
        line-height: 1.5;
    }
    #general_design h1.title{
        text-align: center;
        line-height: 1.5;
        margin: 30px 0 45px;
    }
    section.top_search_section {
        margin-top: 50px;
    }
    .pad {
        padding: 5px;
    }
    #general_design .custom-background {
        padding: 10px;
    }
    section.middle_section .cm-12 .cm-6 select#area, section.middle_section .cm-12 .cm-6 select#village {
        max-width: 100%;
        margin: 0;
    }
    #general_design #st_anton_rating li.stat-title {
        padding-left: 10px;
    }
    #st_anton_statistics li {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    #general_design .rsw_section .box-b {
        font-size: 1.5rem;
    }
}
@media (max-width: 520px) {
    #general_design h2.banner_slider_title {
        font-size: 3rem;
    }
    #general_design h1.banner_slider_title {
        font-size: 3rem;
    }
    .custom-homepage-slider .owl-carousel .slides .custom-position a {
        font-size: 10px;
        padding: 0px 0px 0px 5px;
    }
    .custom-homepage-slider .owl-carousel .slides .custom-position h2 {
        font-size: 16px;
    }
    .custom-homepage-slider .owl-carousel .slides .custom-position a i.fa.fa-arrow-right {
        padding: 8px 8px;
        margin-left: 05px;
    }
    .custom-homepage-slider .owl-carousel .slides .custom-position .custom-z-index {
        padding: 5px;
    }
    #general_design .lh-column.one-column .one-column h2 {
        font-size: 1.313em;
        padding: 10px;
    }
    .position_right {
        right: 10px;
        left: 10px;
        font-size: 12px;
    }
}
/* Utility Styles */
.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.p-bot {
    padding-bottom: 30px;
}
.m-top {
    margin-top: 30px;
}
/* Accommodation Page */
@media only screen and (max-width: 720px) {
    .accommodation_banner_title {
    font-size: 4rem !important;
    }
}
.single_adframe .centeraddiv{
    float: right;
    margin-left: 20px;
}

#adverts {
    width: 100%;
    float: none;
    margin: 0 auto 25px;
}
#adverts h3 {
    margin: 0 0 25px;
    text-align: center;
}
#sidebar-ad {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}

#sidebar-ad iframe {
    display: block;
    margin: 0 auto;
}

#sidebar h3 {
    margin-top: 0;
}

#leaderboard-ad {
    text-align: center;
}
@media (min-width: 641px) {
    section.banner form#filter .custom-search-ski-resorts {
        margin-left: auto!important;
    }
}
@media only screen and (min-width: 768px){
    body.has-sidebar .content-area,
    .wpex-content-w{
        max-width:70%;
        width: calc(100% - 320px);
    }
    .position_right {
        left: unset;
        right: 10px;
    }
    #sidebar{
        width: 300px;

    }

    #adverts {
        width: 300px;
        float: right;
        margin: 0 0 25px 25px;
    }

    section.banner form#filter .custom-search-ski-resorts {
        margin-left: 17%!important;
    }
}

@media (min-width: 1024px) {
    #general_design .banner_title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1500px){
    section.banner form#filter .custom-search-ski-resorts {
        margin-left: 18%!important;
    }
}

/* New css written from dev site */
/* New home page styles */
.top_banner {
    height: 300px;
}




/* country opener */
.content-clipper {width:100%; height:0; display:block; overflow:hidden}
.readmore-switch {cursor:pointer; color: #fff; display:block;
    width: max-content;
    background-color: var(--site-red);
    font-family: "Poppins",Sans-serif;
    font-size: 16px;
    line-height: 1.875;
    padding: 5px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
    transition: 0.15s all ease;
    border-radius: 3px;
}
a.readmore-switch:link, a.readmore-switch:visited, a.readmore-switch:hover, a.readmore-switch:active, {cursor:pointer; color: #fff; display:block;
    width: max-content;
    background-color: var(--site-red);
    font-family: "Poppins",Sans-serif;
    font-size: 16px;
    line-height: 1.875;
    padding: 5px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
    transition: 0.15s all ease;
    border-radius: 3px;
}

.elementor-post__thumbnail {padding-bottom:0 !important}
.elementor-post__badge, .elementor-post__avatar {display:none !important}

/* new hotel page*/
.hotel_name {float:left}
.hotel_stars {float:left; margin-top:37px; margin-left:15px}
.hotel_location {clear:both}
.thumb {width:24.5%; height:auto; float:left; margin-right:0.5%}
.hotel_description {clear:both}
.hotel_specs table {font-size:12px; padding:0; margin:0; margin-bottom:20px}
.hotel_specs table tr, .hotel_specs table td {padding:0; margin:0}

/* search results */
.results_area {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px;
    padding: 0px;
    width: 100%;
}
.result_property {border-radius:5px; border:3px solid var(--site-red); display:block; overflow:hidden; margin-bottom:25px}
.property_name {background-color: var(--site-red); color:#fff; padding:5px; padding-left:5px; font-size:20px; font-weight:bold; font-family:"Poppins", Sans-serif}
.red {color:var(--site-red); font-weight:bold}
.deperature_date {padding-left:10px}
.property_text {font-size:12px; width:100%; height:75px; overflow:hidden; display:block;}
.result_property .padding {padding-left:10px; padding-right:10px}

.webcam-thumb {display:inline-block; margin-right:5px; cursor:pointer}
.webcam_col iframe {height:60vw}
@media only screen and (min-width: 1430px){
.webcam_col iframe {height:836px}

}

#site-navigation-wrap {min-width:80%}
.site_footer {background-color:#000 !important}

/*new resort page */
.content_opener {display:block}
.booking-container2 h2 {text-align:center; display:block}
.booking-container2 .inner {max-width:400px; margin-left:auto; margin-right:auto}
.yellow_bg {background-color:#ffbb39; width:100%; display:block}
.new-post-grid {width:100%; max-width:1340px; margin:0 auto; padding:15px}

@media only screen and (max-width: 576px){
.new-post-grid {background-color:#ececec; padding:0}
.row {margin:0 !important}
.col-sm-3 {padding:0 10px; margin:0}
}
.myreadmore {display:block; margin-bottom:30px}



/* style 3 */
.gridpost-title3 {display:none}

/* style 5 */
.gridpost-title3 {display:none}
.style5title {display:none}
.style5 .style5title {display:block; text-align:center}
.style5 .gridpost-title  {display:none}
.style5 .gridpost-text  {display:none}
.style5 .myreadmore {display:none}
.style5 .gridpost-title3 {display:none; text-align:center; background-color:var(--site-red); color:#fff; margin:0}
.style5 .gridpost-title3 h2 {padding-left:0px; font-size:16px; color:var(--main-red); padding-top:0}
.style5 .gridpost-title3 h2 a {color:#fff}
.style5 .gridpost-image { border-radius:15px; background-color:var(--site-red); color:#fff; overflow:hidden}
.style5 .gridpost-image:hover {background-color:var(--site-red)}
.style5title a {color:#fff; text-align:center; padding:0; margin:0; font-weight:bold; font-size:16px; position:relative; top:-5px}
.style5 .col-sm-3 {margin-bottom:25px}

@media only screen and (max-width: 576px){
.style5 .col-sm-3 {margin:0 15px; padding:0; margin-bottom:25px}
.style5 .col-sm-3:nth-child(even) {background-color:#fff}
.style5 .new-post-grid {background-color:#fff; padding:0}
}
@media only screen and (min-width: 576px) and (max-width: 825px){
.style5 .col-sm-3 {margin-left:0px; margin-right:0px; flex: 0 0 50% !important;     max-width: 50%!important;}
.col-sm-3 {margin-left:0px; margin-right:0px; flex: 0 0 50% !important;     max-width: 50%!important;}

}


/* small nav */
.small-nav-area {display:none}
.small-nav-holder {display:flex; width:97%; flex-direction: row; gap:2vw; flex-wrap: wrap; margin-left:auto; margin-right:auto}
.small-nav-holder div {flex:inherit; width:23%; }
.small-nav-item {background-color:var(--site-red); color:var(--light-grey); display:block; text-align:center;  font-size:1vw; line-height:1.2; padding-left:5px; padding-right:5px; padding-top:10px; border-radius:5px; cursor:pointer; height:40px}
.small-nav-item:hover {background-color:var(--light-grey); color:var(--site-red)}
.activenav {background-color:var(--site-red); color:var(--light-grey)}
.sn-gettingthere {padding-top:13px}
.sn-accommodation {padding-top:13px}
.sn-skischoolsguiding {padding-top:8px}
.sn-skihire {padding-top:13px}
.sn-skiarea {padding-top:8px}
.sn-skilifts {padding-top:8px}
.sn-apresski {padding-top:13px}
.sn-webcams {padding-top:13px}

@media only screen and (min-width: 768px){
.small-nav-area {display:block; width:90%; max-width:1556px; margin-left:auto; margin-right:auto}
.small-nav-item {font-size:14px; padding-top:10px}
}
@media only screen and (min-width: 1082px){
	.small-nav-holder {gap:1vw;}
.small-nav-holder div {width:auto; flex:1 }
.sn-skischoolsguiding {padding-top:3px}
.sn-skiarea {padding-top:10px}
.sn-skilifts {padding-top:10px}
.sn-webcams {padding-top:10px}
}
@media only screen and (min-width: 1200px){
.small-nav-item {font-size:15px;}
	.small-nav-holder {width:98%}
}
@media only screen and (min-width: 1371px){
.sn-webcams {padding-top:10px}
}
@media only screen and (min-width: 1448px){
.sn-skiarea {padding-top:10px}
}
@media only screen and (min-width: 1539px){
.sn-skilifts {padding-top:10px}
}
@media only screen and (min-width: 1579px){
.sn-skischoolsguiding {padding-top:10px}
}
.hamburger_1line {width:50px; height:50px; display:block; background-image:url(../gif/mobilemenu.gif); background-repeat:no-repeat; background-size:50px 100px; background-position:0 0; border-radius:5px; overflow:hidden; cursor:pointer; margin-top:0px; margin-right:0px }
.hamburger_1line: hover {background-position:0 -50px}
.header_socials {padding:0px !important; float:none}
.header-logo {width:73vw; float:none; flex:auto; margin-top:14px !important}
.topheader {height:50px; display:flex}
.site-logo-text img {max-width:90% !important; margin-left:5px}
.title .red {font-size:34px}
@media only screen and (min-width: 250px){
.topheader {height:60px}
.header-logo {width:200px}
}
@media only screen and (min-width: 468px){
.hamburger_1line { margin-top:5px; margin-right:5px }
.site-logo-text img {max-width:400px !important}
}
@media only screen and (min-width: 768px){
.topheader {height:70px}
.header-logo {width:300px !important}
.hamburger_1line {display:none}
.site-logo-text img {max-width:500px !important}
}

.statsarea {display:flex; flex-wrap: wrap;}
.statsarea div {width:50%; flex:none; text-align:center; margin-bottom:20px; background-repeat:no-repeat; background-position:top center; background-size:auto 47%; padding-top:50px; gap:10px}
.stat-value {font-weight:bold}
.stat-title {display:block}
.mystats h2 {text-align:center}

/* icons */
.icon_base {background-image:url(../jpg/base.jpg)}
.icon_peak{background-image:url(../jpg/peak.jpg)}
.icon_vertical{background-image:url(../jpg/vertical.jpg)}
.icon_beginner{background-image:url(../png/beginner.png)}
.icon_intermediate{background-image:url(../png/intermediate.png)}
.icon_advanced{background-image:url(../png/advanced.png)}
.icon_ski_area_value{background-image:url(../jpg/ski-area.jpg)}
.icon_ski_area_value{background-image:url(../jpg/ski-area.jpg)}
.icon_longest_run{background-image:url(../jpg/distance.jpg); background-size:auto 25% !important; background-position:center 10px !important}
.icon_number_of_ski_lifts{background-image:url(../png/ski-lifts.png)}
.icon_riders_per_hour{background-image:url(../jpg/lift-capacity.jpg)}
.icon_ski_season_starts{background-image:url(../jpg/calendar-start.jpg); background-size:auto 37% !important;}
.icon_ski_season_ends{background-image:url(../jpg/calendar-end.jpg); background-size:auto 37% !important;}
.icon_nearest_airport{background-image:url(../png/airport.png); background-size:auto 37% !important;}
.icon_airport_distance{background-image:url(../jpg/distance2.jpg); background-size:auto 25% !important; background-position:center 18px !important}
.icon_transfer_time{background-image:url(../png/transfer.png); background-size:auto 20% !important; background-position:center 20px !important}
.resort_contact{background-image:url(../gif/email.gif); background-size:auto 45% !important; background-position:center 0px !important}
.resort_website{background-image:url(../gif/website.gif); background-size:auto 45% !important; background-position:center 0px !important}

.resort_stats_ratings {display:none}
.myresort_ratings {display:flex; gap:10px; flex-wrap: wrap; }
.myresort_ratings div {width:48%}
.stat-title span {display:block;}
#general_design #crietarea {margin-bottom:50px}

@media only screen and (min-width: 468px){
.statsarea div {width:33%; background-size:auto 36%; }
.stat-title {display:inline-block}
.icon_longest_run {background-size:auto 20% !important; background-position:center top !important}
}
@media only screen and (min-width: 768px){
.statsarea div {width:20%}
.mystats h2 {text-align:left}
.myresort_ratings div {width:24%}
}

.iframeholder {
    width: 100%;
    background-image: url(../jpg/webcam-holding-screen.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 53vw;
	cursor:pointer
}
.mywebcam {height:63vw; overflow:hidden}
.thumbholder {width:100%; display:flex;flex-wrap: wrap; flex-direction:row; gap:10px}
.webcam_thumb {width:23%; cursor:pointer; flex:auto; max-width:200px}
@media only screen and (min-width: 768px){
.webcam_thumb {width:15%;}

}
@media only screen and (min-width: 1340px){
.mywebcam {height:835px}
.webcam_thumb {width:10.4%;}
}

.subpageholder select {width:100%;margin-left:auto !important; margin-right:auto !important; max-width:768px !important; background-color:var(--site-red); color:#fff;font-family: "Poppins",Sans-serif;
    font-size: 16px;}
.subpageholder option { line-height:50px}
.subpageholder {text-align:center; max-width:90%; margin-left:auto; margin-right:auto; padding:0 14px; display:block}
@media only screen and (min-width: 768px){
.subpageholder { display:none}
}




/* new flex nav with default imgs */
.bignavflex {width:100%; display:flex; flex-direction: row; flex-wrap: wrap; max-width:1340px; margin-left:auto; margin-right:auto}
.navimage {width:100%; border-top-left-radius:15px; border-top-right-radius:15px; overflow:hidden; background-color:var(--site-red); height:34vw; background-repeat:no-repeat; background-position:0 0; background-size:100% auto}
.navitem {padding:10px}
.navtitle {font-size:16px; background-color:var(--site-red); color:#fff; text-align:center; width:100%; font-weight:bold; border-bottom-left-radius:15px; border-bottom-right-radius:15px; overflow:hidden; padding:5px}
.bignavflex .navdiv {flex:auto; max-width:100%; width:100%; flex-grow: 1}
@media only screen and (min-width: 576px){
.bignavflex .navdiv {max-width:50%;}
.navimage {height:17vw}
}
@media only screen and (min-width: 825px){
.bignavflex .navdiv {max-width:25%;}
.navimage {height:8vw}
}

@media only screen and (min-width: 1371px){
.navimage {height:116px}
}

.default_gettingthere {background-image:url(../jpg/getting-there-default.jpg)}
.default_accommodation {background-image:url(../jpg/accomodation-default.jpg)}
.default_skischools, .default_skischoolsguiding {background-image:url(../jpg/skischool-default.jpg)}
.default_skischool, .default_skischoolguiding {background-image:url(../jpg/skischool-default.jpg)}
.default_skihire {background-image:url(../jpg/skihire-default.jpg)}
.default_skiareainfo, .default_skiarea {background-image:url(../jpg/skiarea-default.jpg)}
.default_skilifts {background-image:url(../jpg/skilifts-default.jpg)}
.default_apresski {background-image:url(../jpg/apresski-default.jpg)}
.default_webcams {background-image:url(../jpg/webcams-default.jpg)}

.stats_space {width:100%; height:25px; display:block}
.navspacer {width:100%; margin:20px 0;}

/* ski hire flex box */
.flex-container {
  display: flex; /* Use flexbox */
  flex-wrap: wrap; /* Allow items to wrap to the next line */
  justify-content: flex-start; /* Distribute space between items */
  gap:10px

}

/* Style the flex items (columns) */
.flex-item {
  flex: 1 calc(50% - 20px); /* 33.33% width with some spacing */
  margin: 0; /* Add margin for spacing between items */
  padding: 0; /* Add padding for spacing inside items */
  text-align: center; /* Center-align content */
  background-color: #f0f0f0; /* Optional: Add background color */
  border: 0; /* Optional: Add a border for each column */
  box-sizing: border-box; /* Include padding and border in item's width */
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  padding-bottom:10px
}

.overlayposition {display:block; z-index:9}
.overlay {
  background-color:var(--site-red); /* Semi-transparent background color */
  color: #fff; /* Text color */
  font-weight:bold;
  display: block;
  padding:3px 10px;
  padding-bottom:1px;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
  font-size:3.5vw;
  text-align:center;
  width:100%
}
.hide415 {display:none}

@media only screen and (min-width: 415px){
.overlay {
  font-size:14px;
}
.hide415 {display:inline}
}

@media only screen and (min-width: 950px){
.flex-container {
  border: 1px solid #ccc; /* Optional: Add a border for visual separation */
  gap:0
}
.flex-item {
  margin: 10px; /* Add margin for spacing between items */
  padding: 10px; /* Add padding for spacing inside items */
  background:none;
    border: 1px solid #ddd; /* Optional: Add a border for each column */
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;

}
.overlayposition {position:relative; height:0; top:20px; left:0; display:block; z-index:9}
.overlay {
  background-color:#fff; /* Semi-transparent background color */
  color: var(--site-red); /* Text color */
  font-weight:bold;
  display: block;
  width:fit-content;
  padding:3px 10px;
  padding-bottom:1px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
    border-top-left-radius:0;;
  font-size:1vw;
  text-align:center
}

}
@media only screen and (min-width: 1300px){
	.overlay { font-size:14px}
}

.skihireshops .flex-item {max-width:50%; min-width:calc(50% - 20px)}
@media only screen and (min-width: 1100px){
.skihireshops .flex-item {max-width:calc(33% - 20px);min-width:calc(33% - 20px)}
}
.shopname {font-weight:bold; padding:0 5px}
.shopaddress {color:#666; font-size:smaller; padding:0 5px}

.hireform {width:100%; border-radius:10px; background-color:#f0f0f0; margin-bottom:20px}
.hireform .padding {padding:20px; padding-bottom:20px; padding-top:10px}
.hireform .padding h2 {padding:0; margin-top:10px}
.hireform label {font-size:16px !important; align-items: center;}
.rental_no {width:50px; padding:5px 0 !important; padding-left:5px !important}
.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 4 columns with equal width */
    gap: 5px; /* Gap between grid items */
    margin: 0 auto; /* Center the grid horizontally */
}
@media only screen and (min-width: 1000px){
	.grid-container {
		grid-template-columns: repeat(4, 1fr); /* 4 columns with equal width */
	}
}
/* Style the individual grid items */
.grid-item {
	align-items: center; vertical-align:middle}
}
.redsubmit, #reservationForm input[type="submit"] {background-color:var(--site-red); color:#fff; margin:0 auto; margin-top:15px !important}
.skihireshops  { margin:0 auto; margin-bottom:20px; width:100%; box-sizing:border-box;
justify-content:space-between !important}

/* new homepage features */
/* Container for the grid */
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Distributes the items with equal space between them */
    gap: 10px; /* Adjust the gap as needed */
}

/* Individual featured post item */
.gallery-item {
    flex: 0 0 calc(33.33% - 10px); /* Adjust width based on your 2 rows of 3 columns layout */
    /* The 10px accounts for the gap between items, so each item takes 33.33% of the container minus the gap */
}

/* Media query for responsiveness (optional) */
@media (max-width: 768px) {
    .gallery-item {
        flex: 0 0 calc(50% - 10px); /* On smaller screens, make it 2 columns with a gap */
    }
}

@media (max-width: 450px) {
    .gallery-item {
        flex: 0 0 calc(100% - 10px); /* On smaller screens, make it 2 columns with a gap */
    }
	.featuredtitle {font-size:4vw !important; width:44vw !important}
	.featuredtitle-position {top:-12vw !important}

}

.featureimagehold {width:100%}
.featureimagehold img {width:100%; border-radius:5px; overflow:hidden}
.featuredtitle-position {height:0; position:relative; top:-7vw}
.featuredtitle {background-color:var(--site-red); color:#fff; width:22vw; border-radius:4px; border-top-left-radius:0;  border-bottom-left-radius:0;  padding-left:15px; font-weight:bold; font-size:2vw}
@media (min-width: 768px) {
.featuredtitle {font-size:1.3vw; width:17vw}
.featuredtitle-position {top:-4.5vw}
}
@media (min-width: 1100px) {
.featuredtitle {font-size:16px; width:48%}
.featuredtitle-position {top:-56px}
}

.jumpflex {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
    gap: 10px; /* Adjust the gap as needed */
}
.jumpflex a {
	background-color:var(--site-red); color:#fff; text-align:center;
	flex:1;min-width: 95%;max-width: 100%; /* Allows items to shrink beyond their content width */
	font-size:12px; padding:3px 10px; font-weight:bold; text-transform:uppercase;box-sizing: border-box; /* Ensure padding is included in the width */
	border-radius:10px}

@media (min-width: 400px) {
.jumpflex a {min-width: 47.7%;max-width: 48.7%; font-size:12px}
}
@media (min-width: 700px) {
.jumpflex a {min-width: 31.3%;max-width: 32.3%; font-size:16px}
}
@media (min-width: 768px) {
.jumpflex a {min-width: 47.7%;max-width: 48.7%; font-size:12px}
}
@media (min-width: 1020px) {
.jumpflex a {min-width: 31.7%;max-width: 31.7%; font-size:12px}
}
@media (min-width: 1100px) {
.jumpflex a {min-width: 16%;max-width: 40%;}
font-size:0.8vw;

}
a.jumptitle:hover, a.jumptitle:link, a.jumptitle:active, a.jumptitle:visited {color:#000 !important}
	.jumptitle h2:hover, .jumptitle h {color:#000 !important}

/* ski schools check yeti */
.skischoolflex {
		display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
    gap: 10px;
    margin-bottom:10px
}
.skischoolflex .schoolTile {flex:1;min-width: 100%;max-width: 100%; font-size:14px }
.skischoolLogo {width:100%; display:flex; align-items: center}
.skischooltitle{ padding:0 10px}
.skishoollogoholder { flex: 0 0 50px; /* Fixed width of 50px */}
.skischooltitle {flex:1;  align-items: center; text-align:center; font-weight:bold; background-color:var(--site-red); color:#fff}
.schoolLessons a {display:block; font-size:12px; color:#000}
.schoolLessons {border:1px solid #ddd}
.dayrate, .hourrate {font-size:12px}
.prices {min-width:159px}
.schoolrating {font-size:14px; font-weight:normal}

.schoolLessons {display:flex;flex-wrap:wrap;}

/* Set default background color */
.schoolLessons > div {
  background-color: #fff; padding:5px 10px
}

/* Alternate background colors for groups of two */
.schoolLessons > div:nth-child(4n-1),
.schoolLessons > div:nth-child(4n) {
  background-color: #ddd;
}


.schoolTile {border-radius:10px; overflow:hidden; border:1px solid #ccc; border:none;}
.openschool { background-color:var(--site-red); color:#fff; text-align:center; border-bottom-left-radius:10px; border-bottom-right-radius:10px; padding-bottom:5px}
.hide {display:none}
.schoolImage {margin:0; padding:0; background-color:var(--site-red); display:block; }
.schoolLogoHolder {height:0; position:relative; top:-60px; z-index:10; float:left}
.schoolLogo {max-width:60px; max-height:60px; border-radius:50%; background-color:#fff; overflow:hidden; border:2px solid var(--site-red)}
.price_position {height:0; position:relative; top:17px; z-index:10; float:right; width:108px; color:#fff}
.schoolPriceHolder { padding:0 5px; padding-right:0; display:block; background-color:#fff; border-top-left-radius:5px;  border-bottom-left-radius:5px;height:44px; }
.schoolprice {font-size:16px; font-weight:bold; display:block; padding:0; margin:0; text-align:right; padding-right:10px; color:var(--site-red); font-style:italic}
.schoolpriceterm {width:100%;font-size:12px; display:block; text-align:right; margin:0; padding:0; position:relative; top:-7px; right:13px; color:var(--site-red); font-style:italic}
.schoolrecommendations {background-color:var(--site-red); color:#fff; font-weight:bold; width:100%; text-align:center; font-size:14px; text-transform:uppercase; padding-bottom:5px}
.schoolName {font-size:23px; text-align:center; padding:3px 10px; padding-top:5px; background-color:var(--site-red); color:#fff;  border-top-left-radius:10px;   border-top-right-radius:10px; font-weight:bold}
a.schoolLessonLink:link, a.schoolLessonLink:active,a.schoolLessonLink:visited,a.schoolLessonLink:hover {color:#000; display:block; padding:10px}

.schoolTile hr {margin:1px 0; padding:1px 0; margin-bottom:6px}
<!--.schoolTile {box-shadow: rgba(0, 0, 0, 0.05) 0px 13px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}-->
.schoolTile {box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}

.redPrice {color:var(--site-red); font-weight:bold; font-size:14px}
.schoolJumps {width:100%; display: flex;
  flex-wrap: wrap;
  gap:10px;
  justify-content: center;
  }

  .schoolJumpLink {
  width: calc(50% - 10px); /* 25% to allow for 4 items per row, minus 20px for spacing */
  box-sizing: border-box;
}
.schoolJumps a {display: block; background-color:var(--site-red); color:#fff; text-align:center; padding:5px; border-radius:15px; font-size:13px}
.schoolTile ul {margin:0; padding:0; margin-left:35px}
@media (min-width: 600px) {
.skischoolflex .schoolTile {min-width: 48%;max-width: 48%; }
.schoolName {font-size:2vw;}
  .schoolJumpLink {  width: calc(25% - 10px); }
}

}
@media (min-width: 768px) {
.skischoolflex .schoolTile {min-width: 98%;max-width: 100%; }
.schoolName {font-size:20px; height:76px}
.schoolJumpLink {  width: calc(50% - 10px); }
}
@media (min-width: 1000px) {
.skischoolflex .schoolTile {min-width: 48%;max-width: 48%; }
.schoolJumpLink {  width: calc(25% - 10px); }
}
@media (min-width: 1200px) {
.skischoolflex .schoolTile {min-width: 32%;max-width: 32%; }
.schoolName {font-size:16px; height:62px}
.schoolJumpLink {  width: calc(20% - 10px); }
}



.CYbooknow {background-color:var(--cy-purple) !important; padding:5px 10px; border-radius:10px; color:var(--cy-yellow); display:block; width:110px; text-align:center; text-decoration:none !important; font-weight:bold; margin:10px 0 }
.bambini {background-image:url(../gif/bambini-tilebg.gif); background-position:left; background-repeat:repeat-y}
.beginners {background-image:url(../gif/beginners.gif); background-position:left; background-repeat:repeat-y}
.intermediates {background-image:url(../gif/intermediates.gif); background-position:left; background-repeat:repeat-y}
.advanced {background-image:url(../gif/advanced.gif); background-position:left; background-repeat:repeat-y}
.alllevels {background-image:url(../gif/alllevels.gif); background-position:left; background-repeat:repeat-y}
.duration {font-size:12px; color:#777; display:block}

.from {font-size:10px; color:var(--site-red); font-weight:bold; font-style:italic; display:block; height:9px; margin:0; padding:0}
.spacer {width:100%; height:25px; display:block; clear:both}
.CYLogo {float:none; width:96%; margin:0 auto; margin-top:34px; max-width:330px;}
@media (min-width: 470px) {
.CYLogo {float:right; width:45%; margin-top:5px; margin-right:10px; margin-left:30px}
.schoolJumps {
  justify-content: flex-start;
  }
}
@media (min-width: 550px) {
.CYLogo {width:225px;}
}
@media (min-width: 768px) {
.CYLogo {float:none; width:96%; margin:0 auto; margin-top:34px; max-width:330px;}
}
@media (min-width: 880px) {
.CYLogo {float:right; width:150px; margin-top:5px; margin-right:10px; margin-left:30px}
}
@media (min-width: 1100px) {
.CYLogo {width:225px;}
}

/* alpinresorts page */
.arlogo {width:150px; height:36px; border-radius:15px; overflow:hidden; background-image:url(../gif/alpinresorts-logo.gif); background-repeat:no-repeat; background-size:100% auto; display:block; margin:0 auto; background-position:left top}
.ar-fullwidth-banner {width:100%; box-sizing:border-box; padding:25px; background-color:var(--ar-blue); text-align:center; cursor:pointer}
.ar-fullwidth-banner h2 {color:#fff !important;  font-size:20px;}
.booknow {font-size:20px; color:#fff; font-family:"Poppins", Sans-serif; font-weight:bold}
.ARsubtitle {width:100%; position:relative; z-index:99;  display:block; top:-178px;}
.ARsubtitle p{width:90%; margin:0 auto; color:#fff !important; font-size:20px !important; text-align:center !important}
.dtbooknow {display:none; background-color:#fff; color:var(--ar-red); padding:10px; box-sizing:border-box; text-transform:uppercase; text-align:center; margin:0 auto; width:172px; margin-top:20px; border-radius:30px; font-weight:bold}
.ar-banner-center {display:block; width:80%; max-width:1000px; margin:0 auto}
.arlogohold { display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;}

.destination-hold{display: flex;    flex-wrap: wrap;
    justify-content: space-between; max-width:1300px; margin:0 auto; padding:20px}
.destinationflags-hold	{display: flex;    flex-wrap: nowrap;
    justify-content: space-between; max-width:1300px; margin:0 auto; padding:20px}
.destination-hold a {
    width: calc(100% / 1);
    margin-bottom: 15px;
}
.destinationflags-slider {width:100%; height:95px; display:block; overflow:hidden}
.prev, .next {font-size:24px; font-weight:bold; position:relative; top:-25px; z-index:9999; background:none; color:var(--site-red); height:0; cursor:pointer }
.prev {left:20px}
.next {float:right; margin-right:20px}


@media screen and (max-width: 900px) {
.destinationflags-hold {overflow-x:hidden}
.destinationflags-hold a {min-width:75px; margin-right:20px}
}
@media screen and (min-width: 899px) {
.next, .prev {display:none}
}
.destinationflags-hold a {max-width:75px}
@media screen and (min-width: 768px) {
    .destination-hold a {
        width: calc(100% / 2 - 15px);
    }
}
@media screen and (min-width: 1000px) {
    .destination-hold a {
        width: calc(100% / 4 - 15px);
    }
}
.flex-item:nth-child(1n) {
    margin-bottom: 0;
}
.ar_destination_name {background-color:var(--site-red); color:#fff; text-align:center; padding:3px 0; font-weight:bold}
.ar_destination_img {width:100%; height:182px; overflow: hidden;}
.ar_destination_img img {
    position: relative;
	width:200%;
	max-width:200% !important;
	left:-50%;
}
.destination-head {width:100%; max-width:1300px; margin:0 auto; border-bottom:5px solid var(--site-red); display:block; box-sizing:border-box; padding:0 25px}
.booknow {display:block; font-size:14px; padding:5px; width:150px; box-sizing:border-box; background-color:#fff; color:var(--ar-red); margin:0 auto}

@media (min-width: 400px) {
.ar-banner-center {display:flex; flex-direction:row-reverse; gap:25px; box-sizing:border-box }
.ar-fullwidth-banner .booknow {display:none}
.dtbooknow {display:block; font-size:14px; padding:5px; width:150px; box-sizing:border-box}
.arlogo {width:150px; height:36px; border-radius:20px;}
}

@media (min-width: 641px) {
.ARsubtitle {top:-274px;}
}
@media (min-width: 768px) {
.ar-fullwidth-banner h2 {font-size:35px;}
.booknow {font-size:28px;}
.arlogo {width:300px; height:72px; border-radius:30px;}
.dtbooknow {font-size:24px; width:300px;}
}
@media screen and (min-width: 1000px) {
.ar_destination_img img { width:220%; max-width:220% !important; left:-60%}
}
@media screen and (min-width: 1100px) {
.ar_destination_img img { width:200%; max-width:200% !important; left:-50%}
}

/* homepage amends */
.homeFeatureClipper {width:100%; height:40vw; display:block; overflow:hidden}
.homeFeatureClipper img {width:150% !important; max-width:150% !important; position:relative; left:-25%}
@media (min-width: 400px) {
.homeFeatureClipper {height:48vw;}
}
@media (min-width: 768px) {
.homeFeatureClipper {height:200px;}
.homeFeatureClipper img {width:200% !important; max-width:200% !important; left:-50%; top:-25%}
}
@media (min-width: 1000px) {
.homeFeatureClipper img {top:0}

}

.arrowholder {width:100%; height:0; display:block}

/* booking.com corners */
#custom_html-3 {width:100%; box-sizing:border-box; padding:0 !important; margin:0 !important; border-radius:25px; overflow:hidden; background-color:#ffbb39; margin-bottom:25px !important}
#custom_html-3 .textwidget {padding:0; margin:0}

.alps2alps-sidebar a{width:100%; padding-top:84%; display:block; background-image:url(../jpg/apls2apls-side-col.jpg); background-repeat:no-repeat; background-size:100% auto; cursor:pointer; max-width:300px; max-height:250px; margin:0 auto}

.alps2alps-sidebar {width:100%; max-width:300px; max-height:250px; margin:0 auto;border-radius:25px; overflow:hidden;}

.ski-lifts-sidebar a{width:100%; padding-top:84%; display:block; background-image:url(../png/ski-transfers.png); background-repeat:no-repeat; background-size:100% auto; cursor:pointer; max-width:300px; max-height:250px; margin:0 auto}

.ski-lifts-sidebar {width:100%; max-width:300px; max-height:250px; margin:0 auto;border-radius:25px; overflow:hidden; margin-bottom:25px}

.bookingCarsHolder a{width:100%; padding-top:84%; display:block; background-image:url(../jpg/bookingcars.jpg); background-repeat:no-repeat; background-size:100% auto; cursor:pointer; max-width:300px; max-height:250px; margin:0 auto}
.bookingCarsHolder {width:100%; max-width:300px; max-height:250px; margin:0 auto;border-radius:25px; overflow:hidden; margin-bottom:25px; margin-top:20px}



/* CY side widget */
.CYApiSearch-RHC {width:100%; box-sizing:border-box; padding:20px; border-radius:25px; background-color:var(--cy-purple); color:#fff; background-image:url(../svg/checkyeti-logo-noclaim.svg); background-repeat:no-repeat; background-position:center top; margin-bottom:25px; padding-top:70px; background-size:101% auto}
.CYApiSearch-RHC h2 {color:#fff; padding-top:0; margin-top:0}
.CYApiSearch-RHC p {color:#fff !important; margin-bottom:0 }
.CYApiSearch-RHC label {font-size:16px !important; color:#fff !important; margin-top:10px}
.CYApiSearch-RHC  select {margin:0 !important; padding:0; color:var(--cy-purple) !important}


.CYApiSearch-RHC .fakeheight1 {font-size:5px; display:none}
@media (min-width: 768px) {
.CYApiSearch-RHC .fakeheight1 {display:block}

}
.CYApiSearch-RHC .submit  {color:#fff; background-color:var(--cy-purple); border:3px solid var(--cy-yellow); border-radius:5px; width:100%; margin-top:20px; cursor:pointer; font-weight:bold; text-transform:uppercase; box-sizing:border-box; padding:10px; color:var(--cy-yellow)}
.CYApiSearch-RHC .submit:hover {background-color:var(--cy-purple);}
a.CYSideLink:active, a.CYSideLink:visited, a.CYSideLink:link, a.CYSideLink:hover {color:#000}
.providerName {color:var(--site-red); font-size:16px}
.CYSearchResultHolder {margin-top:20px; border:4px solid var(--cy-purple); border-radius:25px; overflow:hidden}
.CYSearchResultHolder h4 {width:100%; text-align:center !important; color:#fff !important; background-color:var(--cy-purple); font-weight:bold; padding:10px; margin-bottom:0 !important}
.CYResultItem {padding:10px}
.CYResultItem:nth-child(odd) {
    background-color: #eee;
}
.CYResultItem:nth-child(even) {
    background-color: #fff;
}
.lessonTitle {font-size:12px}

a.bookingComButton:active,a.bookingComButton:visited,a.bookingComButton:link,a.bookingComButton:hover {width:169px; height:33px; background-image:url(../gif/bookingdotcom.gif); background-repeat:no-repeat; cursor:pointer; display:inline-block; border-radius:3px}

a.expediaButton:active,a.expediaButton:visited,a.expediaButton:link,a.expediaButton:hover {width:169px; height:33px; background-image:url(../gif/expedia.gif); background-repeat:no-repeat; cursor:pointer; display:inline-block; border-radius:3px;}
a.hotelscomButton:active,a.hotelscomButton:visited,a.hotelscomButton:link,a.hotelscomButton:hover {width:169px; height:33px; background-image:url(../gif/hotelscom.gif); background-repeat:no-repeat; cursor:pointer; display:inline-block; border-radius:3px;}

.bookLinkSpace {width:20px; height:auto; display:inline-block}

.schoolAccordion {width:100%; grid-template-rows:0fr; display:grid; transition: grid-template-rows 550ms ease; border-bottom:2px solid #aaa; }
.schoolAccordion div {overflow:hidden;}
.schoolAccordion__open {grid-template-rows:1fr}
.accordionTrigger {display:block; cursor:pointer}
.accordionSymbol {float:right; position:relative; top:-5px; font-size:28px; color:#282828}
.accordionSymbol h2 {margin: 20px 0 20px !important;}
.schoolInstructions {padding-top:20px}

.proConList {display:flex; flex-wrap:wrap; gap:20px;}
.pros div {background-image:url(../gif/tick.gif); background-repeat:no-repeat; background-position:left center; padding-left:30px; margin:4px 0; display:block}
.cons div {background-image:url(../gif/cross.gif); background-repeat:no-repeat; background-position:left center; padding-left:30px; margin:4px 0; display:block}

.pandcListHolder {width:100%; max-width:1340px; margin:0 auto; display:block; box-sizing:border-box; padding:25px; padding-top:0; flex-direction:column}

.pros, .cons {width:100%}
.cons {margin-top:0; padding-top:0}

@media only screen and (min-width: 768px){
	.pros, .cons {width:50%;}
	.proConList {flex-wrap:nowrap; gap:50px}
}

.expediaInTxtLink, .skiLiftsInTxtLink {background-color:var(--site-red); padding:10px 25px; border-radius:5px; color:#FFF; width:100%; display:block; max-width:500px; text-align:center}
.marginBottom {margin-bottom:25px}
.site-logo-text img {width:100%; height:auto}

.single-content img {display:block; margin-bottom:20px}


.accommodation-item h3 {margin-bottom:0; padding-bottom:0; margin-left:25px}
.accomRatingSide {margin-bottom:10px; margin-left:25px}
.accommodation-list h2 {width:auto; margin:0 auto; text-align:center; margin-bottom:15px}
.accommodation-item {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	border:2px solid #ccc; border-radius:25px; overflow:hidden; margin-bottom:25px; max-width:300px; margin-left: auto; margin-right:auto
}
a.accomSidelink:active, a.accomSidelink:visited, a.accomSidelink:link, a.accomSidelink:hover {width:100%0; display:block; margin:0 auto; text-align:center}
.bottomMar {margin-bottom:25px !important}
.accomRating img {width:auto !important}

.vrboholder {width:100%;  margin:0 auto; margin-top:25px; max-width:300px; border-radius:25px;   box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
border:2px solid #ccc; overflow:hidden;}
.vrboholder a  {width:100%}
.vrboholder img {width:100%; height:auto}
.hotelLinkholder {max-width:400px; margin:0 auto}

.skiLiftsFormBG { background-image:url(../jpg/skiliftsbg.jpg); background-repeat:no-repeat; background-position:right top; background-size:100% auto}

.bookingForm {background-color: #ffbb39; border-radius:25px;color:#000; padding:15px; font-size:14px; padding-bottom:1px;  margin-bottom:25px }
.bookingForm input { width:100%; padding:2px; margin:2px 0}
.bookingForm label {font-size:14px !important }
.bookingTable td{padding:0; border:none  !important; outline:none}
.bookingTable td:has(input) {
  padding-left: 10px;
}
.bookingTable, .bookingForm table {border:none; outline:none;}
.bookingtitle h2 {margin:0; padding:0; margin-bottom:10px}
.bookingTable button {width:100%; background-color:#006ce4; color:#fff; margin-top:5px}


.fakeThumb {
  /* Add a border and ensure it's clickable */
  border: 1px solid #ddd;
  cursor: pointer;
  overflow: hidden; /* Ensures fallback gradient doesn't bleed out */
}

.fakeThumb {
  /* Sizing and Layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* You can adjust min-height to match your image aspect ratio */
  min-height: 120px;
  padding: 10px;
  box-sizing: border-box; /* Ensures padding doesn't break layout */

  /* Gradient Background */
  background-image: url(../jpg/nothumb.jpg);

  /* Text and Icon Styling */
  color: #444;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.fakeThumb i {
  /* Icon Styling (uses Font Awesome, which you already have) */
  font-size: 24px; /* Make the icon larger */
  margin-bottom: 8px;
  color: #666;
}
