
@font-face {
    font-family: 'Capture it';
    font-style: normal;
    font-weight: normal;
    src: local('Capture it'), url('/assets/pamporovo/fonts/Capture_it.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Capture it 2';
    font-style: normal;
    font-weight: normal;
    src: local('Capture it 2'), url('/assets/pamporovo/fonts/Capture_it_2.woff') format('woff');
}


/*Main classes*/
body {
    margin: 0;
    padding: 0;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 400;
}
.h3, h3 {
    font-size: 1.6em;
}
.width100{
    width: 100%;
}
.mt100 {
    margin-top: 100px;
}
.mb150 {
    margin-bottom: 150px;
}
.marginRightMinus {
    margin-right: -15px;
}
.blackOpacity {
    background-color: rgba(0, 0, 0, 0.5);
}
.dropShadow {
    -webkit-box-shadow: 1px 0px 9px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 0px 9px -3px rgba(0,0,0,0.75);
    box-shadow: 1px 0px 9px -3px rgba(0,0,0,0.75);
}
.textShadow {
    text-shadow: 0px 0px 2px #393939;
}
.captureTitle {
    font-family:'Capture it';
    font-weight:normal;
    font-size: 36px;
}
.fontsizeBanner {
    font-size: 34px;
}
.captureTitle a:hover {
    text-decoration: none;
    color: #c12633;
}
.white {
    color: #fff !important;
}
.grey {
    color: #414042 !important;
}
.borderWhite {
    border-bottom: 1px dotted #fff !important;
}
.button, .button a {
    border-radius: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold; 
    display: block;
    border: 0;
}
.button:hover, .button a:hover {
    text-decoration: none;
    color: #fff;
}
.mt10{
    margin-top: 10px;
}
.mb10{
    margin-bottom: 10px;
}
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}

.pt20{
    padding-top: 20px;
}
.pb20{
    padding-bottom: 20px;
}
.pt10{
    padding-top: 10px;
}
.pb10{
    padding-bottom: 10px;
}
.padding5{
    padding: 5px;
}
.articleTitle {
    text-transform: uppercase;
    color: #414042;
}
.articleSubTitle {
    text-transform: uppercase;
    color: #6a6a6a;
    font-size: 18px;
}
.contactsTitle {
    font-size: 24px;
    color: #414042 !important;
}
.borderGreyColor {
    border-bottom: 1px dotted #414042;
}
.contactsTitle:hover {
   text-decoration: none;
}
.articleText {
    color: #504f51;
    text-align: left;
}
.bold {
    font-weight: bold;
}
.clear {
    clear: both;
}
.paddingLR {
    padding-left: 15px;
    padding-right: 15px;
}
.flexBox{
    display: flex;
    align-items: center;
}
.jcCenter{
    justify-content: center;
}
.mainColoBorder {
    border-bottom: 1px dotted #504f51;
}
.uppercase {
    text-transform: uppercase;
}
.rounded {
    border-radius: 10px !important;
}
.fieldBackground {
    border: 1px solid rgba(0,0,0,.125);;
    background: rgba(0,0,0,.03)
}
.blakOpacityFieldBackground {
    background: rgba(0, 0, 0, 0.9);
}
.greenColor {
    color: rgba(17, 157, 79);
}
.hidden {
    display: none;
}


/* Header */
header{
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 100;
}
.paddingSide {
    padding-left: 2%;
    padding-right: 2%;
}
.pl30 {
    padding-left: 30px;
}
.logoHolder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
}
.logoStyle {
    max-width: 90%;
    margin-left: 3.4%;
}
.iconsMenuContainer {
    width: 100%;
    height: 50px;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.languageSwitcher {
    padding: 2px;
    height: 30px;
    background: transparent;
    color: #fff;
    border: none;
}

/*Icons menu*/
.lineBannerWrapper {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0px;
    opacity: 0.8;
    text-align: left;
    position: relative;
}
.triangle {
    position: absolute;
    left: 0px;
    top: 15px;
}

.iconItemHolder {
    height: 35px;
    margin-top: 6px;
    position: relative;
}
.iconItemHolder img{
    height: 100%;
    float: left;
}
.iconItemHolder a{
    color: #fff;
    display: flex;
    height: 35px;
    justify-content: center;
    align-items: center;
   
}
.iconItemNumber.snow {
    left: 0 !important;
}
.iconItemNumber.weather {
    left: 15px !important;
}
.iconItemHolder span{
    float: left;
    display: block;
    width: 60px;
    line-height: 15px;
    font-size: 13px;
    font-weight: 100;
    margin-left: 10px;
    margin-top: 3px;
}
.iconItemNumber {
    background-color: #119d4f;
    border-radius: 6px;
    position: absolute;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    bottom: -3px;
    left: 24px;
}
.fixedMobileMenu {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.fixedMobileMenu .iconItemHolder {
    margin: 10px;
}
.iconItemHolderMobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.iconItemHolderMobile a{
    display: block;
    width: 35px;
    height: 30px;
    position: relative;
}
.rightIcons {
    width: 25px;
}
.fixedMenu .iconsMenuContainer {
    background-color: rgba(0, 0, 0, 0.8) ;
}
.fixedMenu .mainMenuHolder {
    background-color: rgba(255, 255, 255, 0.8) ;
}
.fixedMenu .menuContainer > a {
    color: #000;
}
.fixedMenu .menuContainer {
    text-shadow: none;
    
}
.fixedMenu .active {
    color:#000;
    background-color: rgba(0, 0, 0, 0.10) ;
}
.mainMenuHolder .active {
    background-color: rgba(0, 0, 0, 0.10) ;
}
.fixedMenu .menuContainer > a:hover  {
    color:#000;
    background-color: rgba(0, 0, 0, 0.15) ;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.fixedMenu .logoHolder{
    border-bottom-right-radius: 0px;
}

/* Main menu */
.mainMenuHolder {
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    border-bottom: 1px solid #dddddd;
}
.menuButton {
    display: none;
    float: left;
    color: #fff;
    margin-top: 12px;
    margin-left: 2px;
    cursor: pointer;
    position: relative;
    z-index: 1001;
}
.menuButton i {
    color: #fff;
}
.menuHolder {
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.menuContainer {
    list-style: none;
    margin-right: 30px;
}
.headerMenusContainer .menuContainer{
    /*height: 40px;*/
    line-height: 40px;
    margin-right: 20px;
}
.menuContainer a{
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding-left: 6px;
    padding-right: 6px;
}
.menuContainer a:hover {
    text-decoration: none;
    color: #f0f0f0;
}

.menuHolder .submenuTop{
    padding: 0;

}
.menuHolder #level1 > li{
    float: left;
    height: auto;
    padding-left: 20px;
    font-weight: bold;
}
.mainMenuHolder #level1 {
    position: fixed;
    width: 100%;
    /*height: 60%;*/
    padding-top: 80px;
    padding-bottom: 80px;
    left: 0;
    top: 106px;
    background-color: rgba(255, 255, 255, 0.95);
    clear: both;
    display: none;
    justify-content: center;
    z-index: 2;
    transition: all 500ms;
    background-image: url("/assets/pamporovo/img/menu_image.jpg");
    background-position: center center;
}

.displayFlex {
    display: flex !important;
    transition: all 500ms;
}
.mainMenuHolder #level2 {
   float: left;
}
.menuHolder #level2 > li{
    font-weight: normal;
    width: 100%;
}
.menuHolder i {
    text-shadow: none;
}
.menuHolder #level2 > li:before {
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: left;
    width: 1.3em;
    text-shadow: none;
    margin-left: 5px;
  }

.mainMenuHolder #level1 li > a{
    color: #000;
    text-shadow: none;
}
.mainMenuItemClose {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 30px;
    text-shadow: none;
    cursor: pointer;
}
.mainBack {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    top: 106px;
    display: none;
}

/* HMB menu*/
.hmbHolder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}
.hmbBack {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.hmbSubHolder {
    position: fixed;
    width: 80%;
    height: 100%;
    display: none;
    background-color: rgba(255, 255, 255);
    top: 0;
    z-index: 2;
}
.hmbSubHolder .submenuTop {
    display: none;
    margin-left: 0;
    padding-left: 0;
}
.closeHmb {
    position: absolute;
    right: 8%;
    top: 20px;
    cursor: pointer;
    z-index: 3;
}
.closeHmb i {
    color: #fff;
    font-size: 30px;
}

.hmbHolder .menuHolder {
    display: block;
    height: auto;
    padding-top: 20px;
    padding-left: 30px;
}
.hmbHolder .menuContainer  {
    line-height: 50px;
    padding-left: 20px;
    border-bottom: 1px solid;
    position: relative;
}
.hmbHolder  a{
    color: #000;
    text-shadow: none;
    display: block;
}
.hmbHolder  a:hover {
    color: #000;
}
.hmbHolder .menuContainer > i {
    position: absolute;
    right: 0;
    top: 16px;
}
.levelsContainer div {
    padding-left: 30px;
}
.hmbBackbutton {
    display: none;
    cursor: pointer;
    line-height: 50px;
    float: right;
    margin-right: 30px;
}

/* Header social icons*/
.rightIconHolder {
    margin-top: 12px;
    margin-right: 20px;
}

/* Banner */
.slide{
    background-size: 100% auto;
    min-height: 900px;
    width: 100%;
    background-repeat: no-repeat;
}
.bannerSlider {
    min-height: 900px;
    width: 100%;
    overflow: hidden;
    height: 1080px;
}
.bannerHotelSlider {
    height: 600px;
    width: 100%;
    overflow: hidden;
}
.bannerContainer {
    position: relative;
    z-index: 1;
}
.bannerContainer img{
    max-width: 100%;
}
.homepageVideo {
    width: 100%;
    height: auto;
}
.bannerBottom {
    background: url('/assets/pamporovo/img/bannerBottomBg.png');
    background-size: auto 100%;
    width: 100%;
    height: 175px;
    position: absolute;
    bottom: -18px;
    background-repeat: no-repeat;
}
.slick-next {
    right: 20px;
    font-size: 40px;
}
.slick-prev {
    left: 20px;
    z-index: 101;
    
}
.paddingNone {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.bannerIconsContainer {
    width: 100%;
    margin-bottom: 20px;
    min-width: 260px;
}
.bannerIconsContainer a:hover{
    text-decoration: none;
}
.bannerIconsContainer img {
    max-height: 140px;
}
.bannerIconsContainer h3 {
    font-size: 30px;
}

.homepageArticlesContainer .slick-next {
    margin-right: -40px;
}
.homepageArticlesContainer .slick-prev {
    margin-left: -20px;
}
.bannerIconThumb {
    margin: auto;
}
.covidIconThumb {
    height: 120px;
}
#covidModal .contentCointainer {
    margin-bottom: 10px;
}
#covidModal .articleTitle {
    font-size: 20px;
}
#covidModal .bannerIconsContainer {
    background: #fafafa;
    border-radius: 15px;
    padding: 10px;
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
}
#covidModal .captureTitle  {
    color: #414042;
}
.lightGreyBg {
    background: #fafafa;
    border-radius: 15px;
    padding: 10px;
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
    height: 100%;
}
.emptyBanner {
    margin-top: 40px;
    padding-bottom: 120px;
}
.parralaxBanner {
    min-height: 600px;
}
.parralaxMiniBanner {
    min-height: 300px;
}
.gradientTransparency {
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0));
    z-index: 1;
}
/* Homepage forms */
.homepageFormsContainer {
    position: absolute;
    right: 8%;
    top: 150px;
}
.hotelFormsContainer {
    position: absolute;
    right: 0;
    top: 150px;
}
.absoluteContainer {
    position: absolute;
    top: 0;
}
.formHolder {
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: left;
}

/* Products */
.productListTitle {
    height: 100px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}
.posterHolder {
    width: 100%;
    height: 220px;
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}
.posterHolder img {
    height: 100%;
    margin: auto;
}
.listPosterHolder {
    margin-top: 10px;
}
.listPosterHolder img {
    width: 100%;
}

.posterListHolder {
    width: 100%;
    height: 220px;
    margin-top: 0;
    text-align: center;
    overflow: hidden;
}
.posterListHolder img, .posterListWide img {
    width: 100%;
}

.posterListWide {
    width: 100%;
    height: 400px;
    margin-top: 0;
    text-align: center;
    overflow: hidden;
}

.categoryHolder {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
    width: 100%;
    min-height: 150px;
    height: 100%;
}
.categoryHolder img{
    width: 100%;
}
.absoluteTitle {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    height: 70px;
    overflow: hidden;
}

.trippleColumnSlider {
    width: 100%;
    position: relative;
    z-index: 99;
}

/*Articles*/
.doubleColumnSlider{
    width: 100%;
}
.homepageArticlesContainer {
    padding-top: 180px;
    padding-bottom: 180px;
    position: relative;
    min-height: 400px;
    background: transparent;
    margin-top: -58px;
    margin-bottom: -4px;
    overflow: hidden;
}
.whiteBg {
    background: #fff;
}
.homepageArticleImage {
    max-width: 100%;
}
.articleBgTop {
    height: 160px;
    width: 100%;
    background: url('/assets/pamporovo/img/artcleBgTop.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -1px;
}
.articleBgBottom {
    height: 161px;
    width: 100%;
    background: url('/assets/pamporovo/img/artcleBgBottom.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    bottom: -7px;
}
.homepageArticlesContent {
    height: 77px;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
}
.newsContent {
    height: 120px;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
}
.homepageArticlesContent ul, .articleText ul{
    padding-left: 20px;
}
.partnerProgramsArticlesContainer {
    padding-bottom: 150px;
    margin-bottom: -180px;
}
.searchForm {
    width: 100%;
}

/*Newsletter */
.socialSectionContainer, .partnerProgramsArticlesContainer {
    margin-top: 20px;
    min-height: 480px;
    width: 100%;
    background: transparent;
}
.socialSectionContainer h3 {
    margin-top: 20px;
}
.socialSectionContainer hr {
    border-top: 1px solid #fff !important;
}
.circleIcon {
    max-width: 100%;
    margin-top: -5px;
}

/* Footer */
.footerHolder {
    margin-top: -150px;
    
}
.footerHolder .circleIcon {
    margin-top: 0;
}
.footerBg {
    background-color: #404040;
    background-image: url('/assets/pamporovo/img/footerBgImage.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 80%;
    margin-top: -60px;
}
.footerTop {
    width: 100%;
    height: 192px;
    background: url('/assets/pamporovo/img/footerBgTop.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.footerContent {
    position: relative;
}
.footerInfo {
    position: relative;
    top: -20px;
}
.footerMenuLink{
    text-transform: uppercase;
    display: block;
}
.footerAdv {
    width: 330px;
    position: absolute;
    right: -30px;
    top: -140px;
    z-index:2;
}
.footerAdv img{
    width: 100%;
}
.footerClients {
    padding-top: 170px;
    margin-bottom: -50px;
}

/* Parners images*/
.partnerImage {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    min-width: 120px;
}
.partnerImage a{
    display: flex;
    height: 100%;
    justify-content: center;
}
.partnerImage img {
    max-width: 100px;
    margin: auto;
}

/* Copyrights */
.copyrightHolder {
    width: 100%;
    background: #fafafa;
    padding-top: 20px;
    padding-bottom: 20px;

}
.copyrightHolder span {
    position: relative;
    top: 12px;
    color: #636363;
}
.footerSpan {
    position: relative;
    top: 12px !important;
}
.footerLogo {
    opacity: 0.6;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    max-height: 30px;
    margin: 5px;
}
.footerLogo:hover {
    opacity: 1;
}
.copyrightHolder a:hover {
    text-decoration: none;
}
.flexEnd {
    display: flex;
    justify-content: flex-end;
}
.flexStart {
    display: flex;
    justify-content: flex-start;
}

#forecastModal .modal-dialog, 
#covidModal .modal-dialog, 
#streamingModal .modal-dialog {
    width: 80%;
    max-width: 80%;
}
.forecastIcon img{
    max-width: 50px;
}
.forecastRow {
    padding-top: 10px;
    padding-bottom: 10px;
}
.fcBG {
    background: #e9e9e9;
}
.forecastHeaderRow {
    padding-top: 10px;
    padding-bottom: 10px;
}


/*Fixed buttons*/
.fixedButtonsHolder {
    position: fixed; 
    right: 0;
    top: 40%;
    display: none;
    transition: all 500ms;
    z-index: 100;
    font-size: 12px;
}
.fixedButtonsHolder img {
    width: 40px;
}
.greenOpacity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: rgba(17, 157, 79, 0.8);
    flex-direction: column;
}
.redOpacity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: rgba(216, 16, 19, 0.8);
    flex-direction: column;
    margin-top: 10px;
}
.fixedButtonsHolder a:hover {
    text-decoration: none;
}
.covidButton {
    position: absolute;
    right: 45px;
    top: 5px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(17, 157, 79);
}
.covidButtonMobile {
    display: none;
    position: relative;
    left: 0px;
    width: 100%;
}
.covidButtonTablet {
    display: none;
    right: -20px;
    z-index: 1000;
}
.mobileRow {
    float: left;
    width: 100%;
}
.lineBannerContainer {
    float: right;
    width: 1%;
}
.contentBanner {
    margin-bottom: -40px;
    position: relative;
}
.greenBackground {
    background-color: rgba(17, 157, 79);
}

/* Breadcrumbs */
.breadcrumbs{
	float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.breadcrumbItem{
	float: left;
}
.breadcrumbItemLink{
    font-size: 14px;
    text-transform: uppercase;
	color: #6a6a6a;
	line-height: 34px;
	padding: 0;
    float: left;
    -webkit-transition: color 500ms linear;
    -moz-transition: color 500ms linear;
    -o-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
}
.breadcrumbItemLink:hover{
	text-decoration: none;
    color: #c12633; 
    -webkit-transition: color 500ms linear;
    -moz-transition: color 500ms linear;
    -o-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
}
.slash{
	font-size: 14px;
	color: #6a6a6a;
	line-height: 34px;
	padding: 0 2px;
	float: left;
}

/*Pagination*/
.pagination a{
	font-weight: normal;
}
.pagination > li > a, .pagination > li > span{
	color: #1a1a18;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus,
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus,
.pagination > li > a, .pagination > li > span{
	background-color: transparent;
    border: none;
	padding: 0;
}

.pagination > li
{
	font-size: 18px;
	text-align: center;
	color: #414042;
	line-height: 25px;
	margin: 10px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid;
}



/* Content */
.contentCointainer {
    padding-top: 10px;
    margin-bottom: 200px;
}
.liftRow {
    border-bottom: 1px solid #bebebe;
    padding-top: 15px;
    padding-bottom: 15px;
}
.liftRow  > div{
    display: flex;
    align-items: center;;
}
.liftRow:hover {
   background: #fafafa;
}
.liftStatus {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.liftStatus.status1 {
    background: rgba(17, 157, 79);
}
.liftStatus.status0 {
    background: rgba(216, 16, 19);
}
.liftIcon {
    height: 65px;
    position: relative;
    top: -19px;
    margin-bottom: -8px;
}
.liftDetailsIcon {
    height: 90px;
    position: relative;
    top: -13px;
}
.slopeType {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slope_red {
    background: #c12633;
}
.slope_blue {
    background: #5fb5f5;
}
.slope_green {
    background: rgba(17, 157, 79);
}
.slope_black {
    background: #000;
}
.slope_intermediate {
    background-image: linear-gradient( #5fb5f5, #cb3333);
    border: none;

}
.galleryThumbHolder {
    height: 200px;
    overflow: hidden;
}
.hotelThumbHolder {
    height: 200px;
    overflow: hidden;
}
.zoom-gallery img {
    height: 100%;
    min-width: 100%;
}

/* Hotels list */
.mainHotelThumb img{
    width: 100%;
}
.hotelShortDesc {
    height: 210px;
    overflow: hidden;
}
.hotelOthersShortDesc {
    height: 120px;
    overflow: hidden;
}
#mapFrame {
    position: relative;
    z-index: 1;
}
.spaDescription {
    height: 160px;
    overflow: hidden;
}
.imageStyleHover {
    max-width: 100%;
}
.contentListTitle {
    height: 65px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    margin-top: 15px;
}

.convention_html {
    width: 100%;
    height: 2400px;
    border: 0;
}
.galleryDetailsHolder {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 25px;
}
.fsButton {
    font-size: 15px;
}
.contentListSlider {
   position: relative;
}
.contentSlide {
   float: left;
}
.sliderPoster {
    width: 100%;
}
.accordionTitle {
    width: 100%;
    padding:10px;
    border-radius: 10px;
}

.promotionPopBannerWrapper{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;    
}
.promotionPopBannerWrapper img{
	margin-top: 50px;
	max-width: 90%;
}
.popupBannerContent {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    width: 40%;
    margin: auto;
    margin-top: 100px;
}
.contentGalleryHolder{
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.contentGallery {
    position: absolute;
    width: 100%;
    height: 200px;
    overflow: hidden;    
}
.webcamDropdown {
    background: #fafafa;
    border-radius: 2px;
    padding: 10px;
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
}
#videoStream {
    width: 100% !important;
    height: 100% !important;
    position: relative;
}
.camButtonHolder {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    justify-items: unset;
}
.camButton {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0,0,0,.125);
    background-color: rgba(0,0,0,.03);
    padding-left: 15px;
    cursor: pointer;
    text-transform: uppercase;
    color: #3a3a3a;
    display: flex;
    align-items: center;
}
.camButton.activeCam{
    background-color: rgba(0,0,0,.10);
}
.homepageLink {
    color: rgba(17, 157, 79) !important;
    padding-left: 19px;
}
.conventionImage {
    width: 200px;
}
.lineBannerWrapper a{
    color: #fff;
}

.htmlSitemap{
	columns: 4;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
}
.htmlSitemap a{
	/*color: #fff;*/
}
.mapLevel1 > a{
	color: #033993 !important;
}
.mapLevel1{
	margin-top: 10px;
}
.voteButton {
    max-width: 100%;
    margin-bottom: 20px;
}