/*
 Theme Name: Mountain Watch
 Author: Mountain Watch Team
 Text Domain: mw
 Domain Path: /languages/
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");

:root {
   --mw-blue: #365f7a;
   --primary-color: #365f7a;
   --mw-blue-bright: #3077b3;
   --secondary-color: #DD8231;
   --separator: 2px solid #b5b5b5;
   --side-arrows-carousel-arrow-width: 30px;
   --travel-header-height: 172px;
}

script {
   display: none !important;
}

* {
    margin: 0;
    padding: 0;
}

html {
   font-size: 16px;
}

ul {
    list-style: none;
    margin: 0;
}

li {
    font-family: "Open Sans", sans-serif !important;
}

body {
    font-family: "Open Sans", sans-serif !important;
    background: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif !important;
    margin-top: 0px;
}

.generic-content h1 {
   font-size: 3rem;
   text-align: left;
   color: var(--mw-blue);
}
.generic-content h2 {
   font-size: 2.5rem;
}
.generic-content h3 {
   font-size: 2rem;
}
.generic-content h4 {
   font-size: 1.5rem;
}
.generic-content h5 {
   font-size: 1.2rem;
}
.generic-content h6 {
   font-size: 1rem;
}
.generic-content h1,
.generic-content h2,
.generic-content h3,
.generic-content h4,
.generic-content h5,
.generic-content h6 {
   text-align: left;
   color: var(--mw-blue);
}

.generic-content ul {
   list-style: disc;
   margin: 5px 0 5px 20px;
}
.generic-content ol {
   margin: 5px 0 5px 20px;
}

p {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a[disabled="true"] {
   opacity: .6;
   pointer-events: none;
   cursor: default;
}

.w-100 {
   width: 100% !important;
}

.border-0 {
   border: none;
}

.sixteen-nine-ratio.panoramic {
   overflow: scroll;
}

.sixteen-nine-ratio.panoramic > img {
   height: 100% !important;
   width: auto !important;
   max-width: unset !important
}

.thumbnails .sixteen-nine-ratio.panoramic {
   overflow: hidden;
}

.panoramic > img {
   height: 100% !important;
   width: auto !important;
}

.sixteen-nine-ratio.panoramic .panoramic-icon,
.panoramic .panoramic-icon {
   width: 50px !important;
   height: 50px !important;
   min-height: unset;
   transform: translateX(-50%);
   position: fixed;
   top: unset;
   bottom: 0;
}

.no-decoration,
.no-decoration:hover,
.no-decoration:visited,
.no-decoration:focus {
   color: currentColor;
   text-decoration: none;
   outline: none;
}

.flex-1 {
   flex: 1;
}

.d-flex {
   display: flex;
}

.flex-wrap {
   flex-wrap: wrap;
}

.flex-column {
   flex-direction: column;
}

.flex-center {
   display: flex;
   justify-content: center;
   flex-direction: column;
}

.anchor {
   /* allow scrolling some extra pixels (updated with js) so fixed header does not hide content*/
   display: block;
   position: relative;
   visibility: hidden;
}

.ez-toc-section:before {
   content: '';
   display: block;
   position: relative;
   width: 0;
   height: 30px;
   margin-top: -30px;
}

.ez-toc-title {
   font-size: 20px !important;
}

.ez-toc-list a {
   font-size: 16px !important;
}

.uppercase {
   text-transform: uppercase;
}

.no-deco:hover,
.no-deco a:hover {
   text-decoration: none;
}

.centered {
   width: fit-content;
   margin: 0 auto;
}

.form-centered > hbspt-form {
   max-width: 700px;
   margin: 0 auto;
}

.yt-video {
   cursor: pointer;
}

.yt-video button {
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 1;
   display: block;
   padding: 0;
   width: 68px;
   height: 48px;
   border: none;
   background-color: transparent;
   transform: translate(-50%, -50%);
}

.yt-video button .video__button-shape {
   fill: #212121;
   fill-opacity: 0.8;
}

.yt-video button .video__button-icon {
   fill: #ffffff;
}

.yt-video button .video__button:focus {
   outline: none;
}

.yt-video:hover .video__button-shape,
.yt-video button:focus .video__button-shape {
   fill: #ff0000;
   fill-opacity: 1;
}

.yt-video-title {
   font-size: 18px;
   white-space: nowrap;
   overflow: hidden;
   display: block;
   text-overflow: ellipsis;
   color: #eee;
   padding: 15px;
   pointer-events: none;
   min-height: 100px !important;
   top: 0 !important;
   left: 0 !important;
   transform: none !important;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
}

.mejs-controls {
   display: none !important;
}

.lazy-video-iframe iframe {
   position: absolute;
   width: 100%;
   height: 100%;
   border: 0;
}

.loading {
   background-image: url(assets/images/loading.gif);
   background-repeat: no-repeat;
   background-position: center;
}

.play-button {
   width: 50px !important;
   height: 50px !important;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.play-button:hover,
.lazy-video-iframe:hover .play-button {
   width: 70px !important;
   height: 70px !important;
   border: 5px solid var(--mw-blue);
   border-radius: 50px;
}

.image-modal .modal-dialog {
   width: 100%;
}

.image-modal .modal-body {
   padding: 0;
}

.image-modal img {
   min-height: 90vh;
   min-width: 100%;
}

.side-arrows-carousel {
   position: relative;
   width: calc(100% - calc(2 * var(--side-arrows-carousel-arrow-width)));
   left: var(--side-arrows-carousel-arrow-width);
}

.side-arrows-carousel .owl-nav button.owl-prev {
   left: calc(-1 * var(--side-arrows-carousel-arrow-width));
   width: calc(var(--side-arrows-carousel-arrow-width) - 10px);
}

.side-arrows-carousel .owl-nav button.owl-next {
   right: calc(-1 * var(--side-arrows-carousel-arrow-width));
   width: calc(var(--side-arrows-carousel-arrow-width) - 10px);
}

.widget-content .view-btn {
   margin-left: 20px;
}

.widget-content #widget-copy-code {
   position: relative;
   top: -20px;
}

.reviews .review-image {
   display: none;
}

.reviews .place-review {
   border-top: unset !important;
   padding: 0 !important;
}

.reviews .overall {
   margin-left: var(--side-arrows-carousel-arrow-width);
}

.reviews .overall .wpr-place-reviews,
.reviews .overall .reviewer-name,
.reviews .overall .review-rating {
   display: inline-block;
}

.reviews .overall .review-rating {
   margin-left: 10px;
}

.reviews .place-name {
   display: none;
}

#twitter-widget-0 {
   width: 100% !important;
}

.box-list-item {
   margin: 10px 0;
}

.box-list-item > * {
   border-bottom: var(--separator);
   padding-bottom: 10px;
}

.featured-resorts .row {
   display: flex;
   flex-wrap: wrap;
}

.featured-resorts .title {
   color: var(--mw-blue);
   font-size: 1.2em;
   text-align: center;
   text-transform: uppercase;
   font-weight: bold;
}

.featured-resorts .travel-list-item {
   height: auto;
   margin-bottom: 20px;
}

.btn.btn-sm {
   width: auto;
   margin: 10px auto;
   padding: 0 20px !important;
   line-height: 32px !important;
   text-transform: none;
}

.list-section-title {
   color: #909090;
   text-transform: uppercase;
   font-size: 20px;
   font-weight: bold;
   border-bottom: none;
}

.content-with-sidebar {
   width: 100%;
}

.content-with-sidebar .content {
   float: left;
   width: 70%;
   padding-right: 20px;
}

.content-with-sidebar .sidebar {
   float: left;
   width: 30%;
}

.content-with-sidebar.same-height {
   display: flex;
}

.carousel-gallery {
   position: relative;
   overflow: hidden;
}

.carousel-gallery .thumbnails {
   position: relative;
   margin-top: 10px;
}

.carousel-gallery .thumbnails .owl-item {
   cursor: pointer;
}

.carousel-gallery .thumbnails .owl-item:hover {
   transform: scale(0.9);
}

.carousel-gallery .displayed .owl-item {
   cursor: pointer;
}

.carousel-gallery .caption {
   bottom: 0;
   right: 0;
   left: unset;
   top: unset;
   transform: none;
   min-height: 0;
   width: auto !important;
   padding: 5px 10px;
   background-color: #000000ab;
   color: white;
   font-size: 16px;
   position: fixed;
}

.travel-header-ratio {
   height: 55vh;
}

.travel-header-ratio img {
   width: auto !important;
}

.hbspt-form form {
   margin: 0 -5px !important;
}

.hbspt-form fieldset,
.modal fieldset {
   padding: 0 !important;
   margin: 0 !important;
   max-width: unset !important;
}

.hbspt-form .hs-form-field,
.hbspt-form .actions {
   margin-left: 0 !important;
   max-width: none !important;
}

.hbspt-form .hs-form-field {
   margin-bottom: 18px !important;
}

.hbspt-form .actions {
    padding: 10px 0 !important;
    margin: 0 !important
}

.hbspt-form .input {
   margin-right: 0 !important;
}

.hbspt-form input,
.hbspt-form textarea,
.hbspt-form select {
   width: calc(100% - 10px) !important;
   margin: 0 5px !important ;
   max-width: none !important;
   box-sizing: border-box !important;
   border: 1px solid #ccc;
   height: 32px !important;
   line-height: 32px !important;
   padding: 0 4px !important;
}

.hbspt-form input[type=checkbox],
.hbspt-form input[type=radio] {
   width: auto !important;
   height: 13px !important;
   margin: 10px 5px !important;
}

.hbspt-form label {
   width: 100% !important;
   padding: 0 7px !important;
   font-size: 13px !important;
   margin: 0 0 5px 0 !important;
   font-weight: bold !important;
}

.hbspt-form ul,
.hbspt-form ol {
   padding-left: 0 !important;
   list-style: none !important;
}

.widget-spacer {
   width: 100%;
   clear: both;
   height: 20px;
}

.half-spacer {
   width: 100%;
   clear: both;
   height: 10px;
}

table.forecasts {
   width: 100%;
}

table.forecasts tr .region {
   padding-top: 15px;
   color: #909090;
   text-transform: uppercase;
}

table.forecasts tr.resort {
   border-bottom: 1px solid #d0d0d0;
}

table.forecasts td {
   padding: 5px;
}

table.forecasts td:first-child,
table.forecasts th:first-child {
   font-size: 14px;
   font-weight: bold;
   white-space: nowrap;
}

table.forecasts td:last-child {
   white-space: nowrap;
}

table.forecasts th:not(:first-child) {
   padding-top: 15px;
   text-align: right;
}
   
table.forecasts td:not(:first-child) {
   text-align: right;
   color: #909090;
   font-weight: bold;
}

table.forecasts .more {
   font-weight: normal;
}

.forecast-preview {
    min-width: 310px;
    min-height: 260px;
}

.forecast-preview .content-inner-left {
    float: left;
}

.forecast-preview .content-inner-left h2, .forecast-preview .content-inner-left h1 {
    font-size: 22px;
}

.mw-logo-black {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MjdweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDI3IDQwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0MjcgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik0xNC44ODEtMC4xMjJsNi45NywzMC40N2wxOS41MDYtMzAuNDdsLTAuMTUzLDM4LjM2M2gtNC4xNGwwLjExLTI0LjU5NEwyMC4zNjQsMzkuNzNsLTYuMTMtMjYuMDRoLTAuMDk3bC05Ljk1MiwyNC41NUgwLjA0N0wxNC44ODEtMC4xMjJ6Ii8+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTgyLjk1OCwyMC4xNDNjMCwxMC40NDItOC41NjgsMTguNzI0LTE4LjkxNiwxOC43MjRjLTEwLjM1LDAtMTguOTE4LTguMjgxLTE4LjkxOC0xOC43MjRjMC0xMC4zOTgsOC41NjktMTguODIyLDE4LjkxOC0xOC44MjJDNzQuMzksMS4zMiw4Mi45NTgsOS43NDQsODIuOTU4LDIwLjE0M3ogTTQ5LjE2NiwyMC4wOTRjMCw4LjE4Myw2LjY0NSwxNS4wMjEsMTQuODc1LDE1LjAyMWM4LjIzLDAsMTQuODczLTYuODM4LDE0Ljg3My0xNS4wMjFjMC04LjIzMS02LjU0Ni0xNS4wMTgtMTQuODczLTE1LjAxOEM1NS43MTMsNS4wNzYsNDkuMTY2LDExLjg2Miw0OS4xNjYsMjAuMDk0eiIvPjxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik05MC45OTgsMjMuNTU4YzAsMi42OTgtMC4wOTgsNS43NzgsMS41ODgsOC4wODhjMS41ODksMi4yMTUsNC42NjgsMy40NjksNy4zMTYsMy40NjljMi42LDAsNS40MzktMS4yMDUsNy4xMjUtMy4yMjhjMS45MjQtMi4zMTEsMS43ODEtNS40ODYsMS43ODEtOC4zMjlWMS45NDZoNC4wNDR2MjIuNzIyYzAsMy45NDctMC4yOSw3LjA3NC0zLjE3OCwxMC4wNmMtMi41MDQsMi42OTQtNi4xMTMsNC4xMzktOS43NzIsNC4xMzljLTMuNDE3LDAtNi45MzEtMS4yOTktOS4zODctMy43MDdjLTMuMTc2LTMuMDI5LTMuNTYxLTYuMzUyLTMuNTYxLTEwLjQ5MVYxLjk0Nmg0LjA0M1YyMy41NTh6Ii8+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTExOC4wNDgsMC40MDZsMjguMzA0LDI5LjY1VjEuOTQ2aDQuMDQzdjM3LjkzMmwtMjguMzAzLTI5LjYwNXYyNy45NjhoLTQuMDQzVjAuNDA2eiIvPjxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik0xNjcuNTc5LDM4LjI0MWgtNC4wNDNWNS43MDFoLTguNzU5VjEuOTQ2aDIxLjY2MXYzLjc1NGgtOC44NThWMzguMjQxeiIvPjxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik0xODAuNzc3LDI3LjkzOGwtNC4zODIsMTAuMzAzaC00LjQyN2wxNi43NS0zOC4wMjdsMTYuMzIsMzguMDI3aC00LjQ3N2wtNC4yODUtMTAuMzAzSDE4MC43Nzd6IE0xODguNjIzLDkuNjQ2bC02LjIwOSwxNC41MzhoMTIuMjc1TDE4OC42MjMsOS42NDZ6Ii8+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTIxMy4xMjQsMzguMjQxaC00LjA0NFYxLjk0Nmg0LjA0NFYzOC4yNDF6Ii8+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTIxOC4yNjMsMC40MDZsMjguMzA2LDI5LjY1VjEuOTQ2aDQuMDQ0djM3LjkzMmwtMjguMzA1LTI5LjYwNXYyNy45NjhoLTQuMDQ1VjAuNDA2eiIvPjxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik0yNjMuNTI4LDI5LjA1NmwxNC4wMDctMjcuMTA5aDcuNTFsMy40MTMsMjMuNDRoMC4wOTdsMTMuMDEtMjMuNDRoOS44MThsLTE5LjgwOSwzNi4yOTVoLTkuNjI4bC0zLjAyNC0yMS4wMzZoLTAuMDk0bC0xMS44NTEsMjEuMDM2SDI1NS4yVjEuOTQ2aDguMzNMMjYzLjUyOCwyOS4wNTZ6Ii8+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxMC41MzUsMzEuOTM2bC0zLjUsNi4zMDZoLTEwLjAxM2wxOS43MDUtMzYuMjk1aDEwLjNsNy45MjMsMzYuMjk1aC0xMC4wNTlsLTEuMzU5LTYuMzA2SDMxMC41MzV6IE0zMjAuMTAzLDEzLjE2MWgtMC4wOThsLTUuNzI4LDExLjU1Mmg3Ljg0N0wzMjAuMTAzLDEzLjE2MXoiLz48cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNMzQ3Ljk0NywzOC4yNDFoLTkuNDM2bDQuNDg0LTI4LjMwNWgtNy43OThsMS4yNjQtNy45OWgyNS4wM2wtMS4yNjYsNy45OWgtNy43OThMMzQ3Ljk0NywzOC4yNDF6Ii8+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTM4Ny4yODMsMTQuMTI1Yy0xLjUxMi0yLjYtNC40MTgtMy45OTUtNy42NDYtMy45OTVjLTUuNzc1LDAtMTAuMzc1LDQuNDI4LTExLjI2NywxMC4wNmMtMC45MDcsNS43MjcsMi4zODMsOS44NjcsOC4yNTgsOS44NjdjMy4wOCwwLDYuMzk3LTEuNDk0LDguNzQ0LTMuODUxbC0xLjc5MiwxMS4zMTRjLTMuMjgxLDAuOTYxLTUuNjU5LDEuNjgzLTguNTk0LDEuNjgzYy01LjA1NCwwLTkuNTY1LTEuOTI3LTEyLjc3NS01LjM0M2MtMy40MjYtMy42MDgtNC41MDQtOC4zMjgtMy42NTQtMTMuNzE4YzAuNzg3LTQuOTU5LDMuNDE4LTkuNzI1LDcuNDQ4LTEzLjI4NmM0LjE0MS0zLjY1OCw5LjY0LTUuODczLDE0Ljc0NC01Ljg3M2MzLjAzMSwwLDUuNzE5LDAuNjcyLDguMzI3LDEuODNMMzg3LjI4MywxNC4xMjV6Ii8+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTQxNS4wNTQsMTUuOTUzbDIuMjE4LTE0LjAwN2g5LjQzN2wtNS43NDgsMzYuMjk1aC05LjQzNmwyLjM1NS0xNC44NzVoLTEzLjYyMWwtMi4zNTYsMTQuODc1aC05LjQzNmw1Ljc0NS0zNi4yOTVoOS40MzdsLTIuMjE3LDE0LjAwN0g0MTUuMDU0eiIvPjwvZz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat;
}

.powered-by {
   position: absolute;
   right: 0;
   top: 35px;
   text-align: center;
}

.powered-by p {
    font-size: 10px;
}

.powered-by .mw-logo-black {
    height: 12px;
    width: 128px;
}

.signUp-form .mw-logo-black {
   height: 60px;
}

.see_full_forecast {
    float: right;
}

.clear {
    clear: both;
}

.report-sponsor .separator {
   margin: 10px 0;
   height: 1px;
   width: 100%;
   background-color: var(--mw-blue);
}

.report-sponsor img {
   width: 100%;
   height: auto;
}

.report-sponsor .see-more {
   text-align: center;
}

.report-sponsor a[type=button] {
   min-width: 200px;
}

.report-sponsor .store-buttons {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   flex-wrap: wrap;
   margin-left: -12px;
}

.report-sponsor .store-buttons .google-play {
   height: 69px;
   width: auto;
}

.report-sponsor .store-buttons .app-store {
   height: 47px;
   width: auto;
}

.report-sponsor .store-buttons .google-play img {
   height: 100%;
   width: auto;
}

.report-sponsor .store-buttons .app-store img {
   height: 100%;
   width: 162px;
}

.top-header {
    background: var(--mw-blue);
    height: 81px;
    line-height: 77px;
}

.top-header-left {
   vertical-align: middle;
   display: inline-block;
   margin-top: -3px;
}

.top-header-left img {
   width: 100%;
}

.top-header-right {
   width: 49%;
   display: inline-block;
   vertical-align: middle;
   float: right;
}

.top-header-right ul {
    text-align: right;
}

.top-header-right ul li a {
    color: #fff;
}

.top-header-right ul li {
    display: inline-block;
    font-size: 24px;
    margin-right: 16px;
}

.navbar-default ul.nav.navbar-nav {
    display: inline-block;
}

.navbar-nav > li > .dropdown-menu li a:before {
    display: none;
}

.navbar-nav p {
   font-size: 13px !important;
   margin: 0;
}

ul.navbar-right li.search-bar a:before {
    display: none;
}

.navbar-default {
    background-color: #fff !important;
    border-color: #ececec !important;
    border-radius: 0 !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.searchbox {
    position: absolute;
    width: 40px;
    height: 50px;
    right: 0;
    top: 0;
    overflow: hidden;
    background-color: white;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: transparent;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 40px 0px 15px;
    font-size: 16px;
    color: red;
}

.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}

.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}

.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}

.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon,
.searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 16px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #313131;
    background-color: transparent;
}

span.searchbox-icon {
    display: block !important;
}

.searchbox-open {
   width: 250px;
   box-shadow: 2px 2px 10px gainsboro;
}

.byline {
    position: absolute;
    top: 150px;
    left: 30%;
    text-align: center;
    font-size: 18px;
}

.byline a {
    text-decoration: none;
    color: #d74b4b;
}

ul.nav.nav-tabs > li {
    margin: 0px 0px 0px 4px !important;
}

ul.nav.nav-tabs > li > a {
    color: #d4dee5;
    font-size: 12px;
    font-weight: 800;
    padding: 15px 16px;
    margin: 0px !important;
    border-radius: 0px;
    border: 2px solid #d4dee5;
    font-size: 12px;
}

ul.nav.nav-tabs > li > a:hover,
ul.nav.nav-tabs > li.active > a {
    background: #3b6987;
    color: #ffffff;
    border: 2px solid #3b6987;
}

ul.nav.nav-tabs > li:hover {
    border: 0px;
}

ul.nav.nav-tabs {
    margin: 0px 0px 0px 0px;
    border-bottom: 0px;
    float: left !important;
    width: 75%;
}

.common-content-sec ul.nav.nav-tabs {
    width: 100%;
    margin: 0 0 20px 0;
}

.common-content-sec ul.nav.nav-tabs li {
    width: 118px;
}

li.tabs0.active > a,
li.tabs0.active > a:hover {
    border: 0px;
}

.tranfer-sec {
    width: 100%;
    margin: 10px 0;
    float: left;
}

ul.nav.nav-tabs > li:first-child {
    margin: 0px !important;
}

ul.nav.nav-tabs li.tabs0.active a {
    background: #3b6987;
}

.mag-social {
    width: 100% !important;
}

.mag-social iframe {
    float: right !important;
}

.snowShop iframe:nth-child(odd) {
    display: none;
}

.mwButton {
    font-size: 15px;
    padding: 10px 10px;
    background-color: #2c546e;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    width: 92%;
}

.snowShop {
    border: 20px solid #e6e6e6;
    margin-bottom: 30px;
    padding: 20px 0px;
    text-align: center;
}

.right-side-con > h4 > a {
    color: #3b6987;
    font-size: 12px;
}

.right-side-con > h4 > a:hover {
    text-decoration: underline !important;
}

.right-side-con h4 {
    margin: 0px;
    padding-bottom: 1px;
}

.news-linking-side {
    padding: 0px !important;
}

.title-section {
    padding-bottom: 20px;
    height: 60px;
    width: 100%;
}

.title-section.tabs {
   padding-bottom: 0px;
   height: unset;
}

.slider img {
    width: 100%;
    position: relative;
}

.slider h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 0 0 90px 0;
}

.slider .slider-inner {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.bac-slider .slider img {
    width: 100%;
    margin: -34px 1px 0px 0 !important;
}

section.bac-slider
.slider
.html5gallery-container-1
.html5gallery-elem-1
a
> div {
    display: none !important;
}

.html5gallery-tn-1 {
    height: 198px !important;
}

.forecast-img-sec img {
    width: 100%;
}

.title-section h2, .title-section h1 {
    border-bottom: 2px solid var(--mw-blue);
    margin: 0;
    font-weight: bold;
    float: left;
    width: 100%;
}

.title-section.tabs span {
   line-height: 43px;
}

.title-section h1 span,
.title-section h2 span,
.title-section a span {
    background: var(--mw-blue);
    color: #fff;
    font-size: 13px;
    padding: 0px 10px 0;
    display: inline-block;
    line-height: 46px;
    height: 42px;
    text-transform: uppercase;
    float: left;
    margin-right: 4px;
}

section.forecast-sec {
    margin: 42px 0 0 0;
}

.forecast-listing {
    margin-top: 0px;
}

.commonfore {
    width: 49.73%;
    margin-right: 6px;
    padding: 0;
}

.castright {
    margin-right: 0px;
}

.forecast-img-sec {
}

.forecast-img-sec {
    position: relative;
}

.forecast-img-sec h3 {
    position: absolute;
}

.forecast-img-sec h3 {
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 5px 6px;
    text-transform: uppercase;
    z-index: 9;
}

.forecast-img-sec img {
    width: 100%;
    min-height: 156px;
    height: 156px;
}

.forecast-listing .col-md-4.col-sm-4:nth-child(3) .forecast-img-sec,
.forecast-listing .col-md-4.col-sm-4:nth-child(6) .forecast-img-sec,
.forecast-listing .col-md-4.col-sm-4:nth-child(9) .forecast-img-sec {
    margin-right: 0px;
}

.mainly-fore-1 {
    padding: 0 0px 0px 0 !important;
    margin: 6px 6px 0 0;
    width: 32.6% !important;
}

.mainly-fore-1:nth-child(3),
.mainly-fore-1:nth-child(6),
.mainly-fore-1:nth-child(9) {
    margin-right: 0px !important;
}

.mainly-fore-1:nth-child(1),
.mainly-fore-1:nth-child(2),
.mainly-fore-1:nth-child(3) {
    margin-top: 0px;
}

.grasshopper-sec-inner {
    border: 1px solid #e6e6e6;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}

.g-btn {
    float: left;
    margin: 20px 0 0;
}

.grosshopper-content p {
    margin: 6px 0 0 0;
    font-size: 13px;
    color: #a0a0a0;
}

form.gross-form input {
    width: 100%;
    padding: 0px 10px;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
    color: #484747;
    height: 38px;
    line-height: 38px;
}

form.gross-form {
    float: left;
    margin: 8px 0 0;
}

form.gross-form input[type="submit"] {
    border: 2px solid var(--mw-blue);
    color: var(--mw-blue);
    background: none;
    max-width: 50%;
    margin: 6px auto 0;
    text-align: center;
    display: block;
    font-weight: bold;
    height: 35px;
    padding: 0 0;
    line-height: 32px;
}

ul.grasshopper-posting {
    margin: 0px 0 0px;
    float: left;
    width: 100%;
}

ul.grasshopper-posting li h5,
ul.posting-tracin li h5 {
    margin: 0px 0 10px 0;
}

.gross-con-inner p {
    font-size: 13px;
    color: #505050;
    margin: 1px 0 6px 0;
    line-height: 20px;
}

.gross-con-inner {
    float: left;
    width: 80%;
}

section.grasshopper-sec .col-md-12 {
    padding: 0;
}

.grasshopper-sec-inner .grosshopper-left-gross {
    padding-left: 0px;
    padding-right: 0px !important;
    margin: 0px 0 0 12px;
    width: 33.2%;
}

.grosshopper-right-gross {
    padding: 0 !important;
    margin-right: 12px;
    width: 64.6% !important;
}

ul.grasshopper-posting li:last-child,
ul.posting-tracin li:last-child {
    margin: 0;
}

ul.posting-tracin {
    margin: 0px 0 13px;
    float: left;
    width: 100%;
}

ul.posting-tracin li,
ul.grasshopper-posting li,
ul.all-tracing-post li {
    width: 100%;
    float: left;
    border-bottom: 2px solid #b5b5b5;
    padding: 0 0px 12px 0;
    margin: 0px 0px 12px 0;
}

ul.posting-tracin li img,
ul.post-shopper-few li img,
ul.all-tracing-post li img,
ul.grasshopper-posting li img {
    float: left;
    margin-right: 20px;
    width: 15%;
    min-height: 70px;
    height: 70px;
}

.gross-con-inner h6 {
    font-size: 12px;
    color: #3b6987;
    margin: 0px 0 6px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.news-tracking {
    float: left;
    margin-top: 0px;
}

.view-trac img {
    width: 100%;
}

.view-trac {
    padding: 0px 12px 0 0 !important;
}

.posting-trac {
    padding: 0px 12px 0 12px !important;
}

.view-trac ul li {
}

.view-trac h4 {
    font-size: 19.4px;
    color: #010101;
    font-weight: bold;
    margin: 16px 0 0 0;
}

.view-trac h4 a {
    font-size: 19.4px;
    color: #010101;
    font-weight: bold;
}

.view-trac ul li {
    font-size: 13.4px;
    color: #010101;
    display: inline-block;
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 10px;
}

.view-trac ul li span {
    color: #818181;
}

.view-trac ul li:nth-child(2) {
    border: 0;
}

.view-trac ul {
    margin: 15px 0 0;
}

.view-trac p {
    margin: 12px 0 0 0;
    font-size: 16px;
    color: #292929;
}

.resort-booking h4 {
    background: #000;
    color: #fff;
    padding: 9px 12px;
    font-size: 14px;
}

.resort-booking h4 {
    background: var(--mw-blue);
    color: #fff;
    padding: 0px 12px;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

table#main-table-show {
    width: 90%;
    margin: 0px auto 0px;
}

table#main-table-show tr {
    width: 100%;
    padding: 6px 10px;
    float: left;
    border-bottom: 1px solid #d0d0d0;
}

table#main-table-show tr th {
    width: 50%;
    float: left;
    font-size: 13px;
    color: #222;
    font-weight: bold;
}

table#main-table-show tr th.odd {
    text-align: right;
}

table#main-table-show tr.forecast-7 td.odd {
    width: 100%;
}

table#main-table-show tr td {
    width: 50%;
    float: left;
    font-size: 13px;
    color: #909090;
    font-weight: bold;
}

table#main-table-show tr td.odd {
    text-align: right;
}

table#main-table-show tr td.even {
    color: var(--mw-blue);
}

table#main-table-show thead tr.sidebar-forecast-7 {
    border: 0 !important;
    padding-top: 0;
    margin-top: -3px;
}

table#main-table-show tr:last-child td p {
    font-size: 14px;
    color: #938f9a;
}

table#main-table-show tr:last-child td {
    width: 100%;
}

section.news-sec {
    margin: 20px 0 0 0;
    width: 100%;
}

table#main-table-show tr:last-child {
    border: 0;
}

.resort-img-sec {
    position: relative;
}

.resort-img-sec a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: url(assets/images/gradient.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 9;
}

.resort-img-sec img {
    width: 100%;
    min-height: 250px;
    height: 250px;
}

.resort-img-sec h3 {
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    z-index: 9;
}

.video-inner-sec img {
    width: 100%;
}

.video-inner-sec {
    margin: 12px 12px 0px 0px;
    position: relative;
    width: 32.6%;
    float: left;
    display: inline-block;
}

.video-inner-sec:nth-child(4),
.video-inner-sec:nth-child(7),
.video-inner-sec:nth-child(11) {
    margin-right: 0px;
}

.video-sec {
    padding: 0 0 0 10px !important;
    float: left;
}

.posting-shopper {
    margin: 12px 0 0;
    padding: 0px 0px 0 0 !important;
}

.posting-shopper-list {
    margin: 12px 0 0;
    padding: 0px 0px 0 0px !important;
}

.posting-shopper img {
    width: 100%;
}

.posting-shopper h4 a {
    font-size: 19.4px;
    color: #010101;
    font-weight: bold;
}

.posting-shopper h4 {
    font-size: 19.4px;
    color: #010101;
    font-weight: bold;
    margin: 16px 0 0 0;
}

.posting-shopper ul {
    margin: 8px 0 0;
}

.posting-shopper ul li {
    font-size: 13.4px;
    color: #010101;
    display: inline-block;
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 10px;
}

.posting-shopper p {
    margin: 12px 0 0 0;
    font-size: 16px;
    color: #292929;
}

.posting-shopper-list ul.post-shopper-few {
    margin: 0px 0 13px;
    float: left;
    width: 100%;
}

.posting-shopper-list ul.post-shopper-few li {
    width: 100%;
    float: left;
    border-bottom: 2px solid #b5b5b5;
    padding: 0px 0px 24px 0;
    margin: 30px 0px 0px 0;
}

.posting-shopper-list ul.post-shopper-few li:nth-child(2) {
    border: 0;
}

.posting-shopper-list ul.post-shopper-few li img {
    float: left;
    margin-right: 20px;
}

.posting-shopper-list ul.post-shopper-few li h6 {
    font-size: 16px;
    color: #010101;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.posting-shopper-list .posting-shopper ul li span {
    color: #818181;
}

.posting-shopper-list ul.post-shopper-few li h6 a {
    font-size: 16px;
    color: #010101;
    font-weight: bold;
}

.posting-shopper-list ul.post-shopper-few li p {
    font-size: 13px;
    color: #505050;
    margin: 1px 0 0 0;
}

.all-posting-inner-left ul.all-tracing-post {
    margin: 0px 0 13px;
    float: left;
    width: 100%;
}

.post-list-all {
    padding: 0 !important;
    margin-top: 0px !important;
}

.all-posting-inner-left {
    padding: 0 6px 0 0 !important;
}

.all-posting-inner-right {
    padding: 0 0px 0 6px !important;
}

section.gallery-section {
    margin: 50px 0 0;
    width: 100%;
}

section.gallery-section .single-gallery {
   position: relative;
   height: 180px;
   overflow: hidden;
}

section.gallery-section .single-gallery img {
   width: 100%;
   min-height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.video-inner-sec a {
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: block;
}

.video-inner-sec a img {
    max-width: 83px;
}

.video-sec {
    padding: 0 !important;
}

.footer-section {
    background: #131313;
    padding: 30px 0;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
}

.footer-col h3 {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid #212121;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: bold;
}

.footer-col {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-col1 img {
    max-width: 100%;
    padding: 0px 0px;
}

.footer-col p {
    font-size: 13px;
    line-height: 20px;
    padding: 16px 0 0;
}

.footer-col a {
    color: #fff;
}

.footer-social {
    margin: 30px 0px;
}

.footer-social li {
    display: inline-block;
    margin-right: 16px;
    font-size: 24px;
}

.footer-single-post {
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
}

.footer-single-post:last-child {
    margin-bottom: 0px;
}

.post-number {
    position: absolute;
    top: -11px;
    width: 25px;
    height: 25px;
    background: #383838;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    left: 10px;
    font-size: 12px;
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.35);
}

.footer-post-content a {
    font-size: 13px;
    display: block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-date {
    color: #888888;
    font-size: 13px;
    padding-top: 2px;
    display: block;
}

.breadcrumb {
    background-color: transparent !important;
}

.breadcrumb li a {
    font-size: 16px;
    color: #717070;
}

.breadcrumb {
    padding: 0;
    margin: 0;
}

.locations-sec h4 {
    background: var(--mw-blue);
    color: #fff;
    padding: 0px 12px;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    margin: 0 0 8px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.Tickets-hire-sec h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 0 0;
    color: #2e2e2e;
}

.Tickets-hire-sec ul {
    margin: 0px 0 0 0;
    float: left;
    width: 100%;
}

.Tickets-hire-sec ul li {
    margin: 0;
    background: #e8e8e8;
    display: block;
    padding: 8px 8px;
    margin-bottom: 6px;
    border-bottom: 1px solid #cccccc;
}

.Tickets-hire-sec ul li a {
    color: #3b6987;
    font-size: 16px;
    font-weight: bold;
}

.Tickets-hire-sec ul li:last-child img {
    width: 100%;
}

.sidebar-resort-booking h4 {
    background: var(--mw-blue);
    color: #fff;
    padding: 0px 12px;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

table#sidebar-main-table-show {
    width: 90%;
    margin: 40px auto 0px;
}

table#sidebar-main-table-show tr {
    width: 100%;
    padding: 6px 10px;
    float: left;
    border-bottom: 1px solid #d0d0d0;
}

table#sidebar-main-table-show tr th {
    width: 50%;
    float: left;
    font-size: 13px;
    color: #222;
    font-weight: bold;
}

table#sidebar-main-table-show tr th.odd {
    text-align: right;
}

table#sidebar-main-table-show tr.sidebar-forecast-7 td.odd {
    width: 100%;
}

table#sidebar-main-table-show tr td {
    width: 50%;
    float: left;
    font-size: 13px;
    color: #909090;
    font-weight: bold;
}

table#sidebar-main-table-show tr td.odd {
    text-align: right;
}

table#sidebar-main-table-show tr:nth-child(2) td {
    width: 100%;
    text-align: right;
    color: #938f9a;
}

table#sidebar-main-table-show tr td.even {
    color: var(--mw-blue);
}

table#sidebar-main-table-show tr:first-child {
    border: 0;
}

table#sidebar-main-table-show tr:nth-child(2) {
    border: 0;
}

table#sidebar-main-table-show tr:last-child td p {
    font-size: 14px;
    color: #938f9a;
}

table#sidebar-main-table-show tr:last-child td {
    width: 100%;
}

table#sidebar-main-table-show tr:last-child {
    border: 0;
}

.sidebar-resort-booking {
    float: left;
    width: 100%;
}

.falls-over {
    padding: 0px;
    margin: 0 auto 0;
    width: 90%;
    display: block;
}

.falls-over p {
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    color: #717070;
}

.falls-over p b {
    color: #000;
}

.sidebar-video-sec {
    margin: 0px 0 0;
    float: left;
    width: 100%;
}

.sidebar-video-sec h4 {
    background: var(--mw-blue);
    color: #fff;
    padding: 0px 12px;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebar-video-inner-sec {
    position: relative;
    float: left;
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
}

.videos .sidebar-video-inner-sec:nth-child(3n) {
    margin-right: 0px;
}

.categories-region ul li {
    display: table;
    padding: 6px 0px;
    font-size: 14px;
    width: 100%;
}

.categories-region ul li b {
    width: 24%;
    display: table-cell;
}

.main-content-sec .content-inner-left {
    padding: 0 10px 0 0 !important;
}

.main-content-sec .content-inner-right {
    padding: 0 0px 0 0px !important;
}

.content-inner-right img {
    width: 100%;
}

.categories-region {
    padding: 0 !important;
}

.editor-content h1,
.editor-content h2 {
   margin: 20px 0 10px;
   color: var(--mw-blue);
}

.editor-content.no-initial-margin > *:first-child {
   margin-top: 0px;
}

.editor-content ul {
   list-style: disc;
   margin: 5px 0 5px 20px;
}

.editor-content ol {
   margin: 5px 0 5px 18px;
}

.content-inner-left h1,
.content-inner-left h2 {
    font-size: 30px;
    font-weight: bold;
    color: var(--mw-blue);
    margin: 0;
    text-transform: uppercase;
}

.content-inner-left span {
    color: #000;
    font-size: 16px;
    margin: 1px 0 0 0;
    display: block;
}

.content-inner-left p {
    margin: 26px 0 0;
    color: #000;
    font-size: 15px;
    line-height: 22px;
}

.categories-region ul {
    margin: 12px 0 0;
}

.forecast-map {
    margin: 25px 0 0 0;
    padding: 0 !important;
    float: left;
    width: 100%;
}

.mountain-camp-shudule {
    padding: 0 !important;
    float: left;
    width: 100%;
}

.shudule-camping-in {
    margin: 0px 0 0;
    float: left;
    width: 100%;
}

.camera-landing-thumb img {
    width: 100px;
    min-height: 70px;
    height: 70px;
}

.main-content-sec
ul.main-forecast-titles
.for-content
.sub-cat
ul
.camera-landing-thumb {
    text-align: center;
    margin: 12px 0px 0 0px;
    width: 33%;
    float: left;
    height: 130px;
}

.main-content-sec ul.main-forecast-titles .for-content li .sub-cat ul {
    width: 100%;
    float: left;
}

.shudule-camping-in .moun-shudule-inner {
}

.shudule-camping-in .moun-shudule-inner:nth-child(3),
.shudule-camping-in .moun-shudule-inner:nth-child(6),
.shudule-camping-in .moun-shudule-inner:nth-child(9) {
    margin-right: 0px;
}

.main-content-sec ul.main-forecast-titles .for-content:nth-child(2) {
    margin-right: 0px !important;
}

.shudule-camping-in .moun-shudule-inner {
    padding: 0px;
    min-height: 171px;
    margin: 0px 12px 12px 0px;
    width: 32.2%;
}

.moun-shudule-inner img {
    width: 100%;
    min-height: 190px;
}

.Trial-map-inner-page {
    padding: 0 !important;
}

.Trial-map-ck {
    margin: 0px 0 0;
    float: left;
}

.Trial-map-btn a {
    float: right;
}

.resort-stats-in h2 {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 22px 0 0 0;
    font-weight: bold;
}

.resort-stats-in {
    text-align: center;
}

.resort-stats-in ul {
    text-align: left;
    margin: 6px 0 0 0;
}

.resort-stats-in ul li {
    display: block;
    padding: 2px 0;
}

.resort-stats-in {
    border: 1px solid #aaaaaa;
    padding: 0px 10px 40px !important;
    min-height: 560px !important;
}

.resort-stats-in img {
    margin: 14px 0 0 0;
    min-height: 84px;
}

.Stats-resort-inner-sec {
    margin: 0px 0 0;
    float: left;
    width: 100%;
}

.Stats-resort-sec {
    margin: 28px 0 0;
    padding: 0 !important;
    float: left;
    width: 100%;
}

.traveler-deals-inner img {
    width: 100%;
}

.traveler-deals-inner {
    padding: 0 0px 0 0px !important;
    width: 32.7% !important;
    margin-right: 10px;
}

.traveler-deals-inner p {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    margin: 8px 0 0;
}

.traval-insert {
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
}

.travaler-1:after {
    content: "";
    background: url(assets/images/sponser-logo.png);
    background-repeat: no-repeat;
    top: 0;
    display: inline-block;
    position: absolute;
    z-index: 9;
    right: 0;
    height: 47px;
    width: 76px;
    background-position: center;
    background-size: 70px;
}

.travaler-2:after {
    content: "";
    background: url(assets/images/sponser-logo.png);
    background-repeat: no-repeat;
    top: 0;
    display: inline-block;
    position: absolute;
    z-index: 9;
    right: 0;
    height: 47px;
    width: 76px;
    background-position: center;
    background-size: 70px;
}

.travaler-3:after {
    content: "";
    background: url(assets/images/sponser-logo.png);
    background-repeat: no-repeat;
    top: 0;
    display: inline-block;
    position: absolute;
    z-index: 9;
    right: 0;
    height: 47px;
    width: 76px;
    background-position: center;
    background-size: 70px;
}

.traveler-deals-inner:nth-child(3) {
    margin-right: 0px;
}

.pag-resort-btn a {
    padding: 0 14px;
    background: #b2b2b2;
    color: #fff;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    font-size: 14px;
}

.pag-resort-btn a:hover {
    background: var(--mw-blue);
    color: #fff;
}

.pag-resort-btn {
    text-align: right;
    margin-right: 14px;
}

.papping-grasshopper-sec {
    padding: 0 !important;
    margin: 30px 0 0;
    float: left;
}

.main-content-sec .papping-grasshopper-sec {
    margin: 0px 0 0 0;
    width: 100%;
}

.papping-grasshopper-sec .grosshopper-right-gross {
    margin: 20px 0 0;
}

.papping-grasshopper-sec .grosshopper-right-gross ul li {
    border-bottom: 2px solid #b5b5b5;
    padding: 0 0px 16px 0;
    margin: 0px 0px 16px 0;
}

[class*='-ratio'] {
   display: block;
   position: relative;
   width: 100%;
   overflow: hidden;
   margin: 0;
}

.sixteen-nine-ratio {
   padding-top: 56.25%;
}

.square-ratio {
   padding-top: 100%;
}

.unset-ratio {
   padding-top: 0;
}

[class*='-ratio'] > * {
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100% !important;
   height: auto !important;
   min-height: 100%;
   transform: translate(-50%, -50%);
}

.square-ratio > * {
   height: 100% !important;
   min-width: 100% !important;
   width: auto !important;
}

.video-wrapper {
    position: relative !important;
    padding-bottom: 56.25% !important; /* 16:9 */
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.main-tap-shopper {
    padding: 0 !important;
    margin: 30px 0 0 0;
    float: left;
}

.papping-grasshopper-sec ul li {
    width: 100%;
}

.Graph {
    float: left;
    width: 100%;
}

.timing-shudule {
    background: #e8e8e8;
    text-align: center;
}

.timing-shudule h5,
.timing-shudule h6 {
    margin: 0;
}

.snowfall-chart {
   width: 100%;
   height: 450px;
}

.snowfall-chart iframe {
    width: 100%;
    height: 100%;
}

/*#main-table-show tr:last-child{display:block !important;}*/
.timing-shudule {
    background: #e8e8e8;
    text-align: center;
    padding: 6px 0;
}

.timing-shudule h6 {
    font-size: 13px;
    color: #5a5a5a;
    margin: 4px 0 0;
}

.timing-shudule h5 {
    font-size: 13px;
    color: #5a5a5a;
}

.video-mount-inner {
    float: left;
    width: 100%;
    margin: 0px 0 0;
}

.current-weather-condition {
    padding: 0 !important;
    float: left;
    width: 100%;
}

.condition-apply-sec {
    border: 1px solid #b3b3b3;
    display: inline-block;
    width: 100%;
    padding: 0px;
}

.weather-condition-inner {
    width: 100%;
    float: left;
    margin-top: 19px;
}

.current-weather {
    padding: 0 !important;
}

.weather-feild h6 {
    margin: 0;
}

.few-weather h2 {
    margin: 12px 0 0;
    width: 82%;
    float: left;
    font-size: 16px;
    color: var(--mw-blue);
    font-weight: 600;
}

.few-weather {
    width: 100%;
    float: left;
    margin-left: 8px;
    min-height: 52px;
}

.weather-feild ul li {
    width: 49%;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #b3b3b3;
    min-height: 54px;
}

.weather-feild ul li:last-child {
    border-right: 0;
}

.weather-feild:nth-child(2) ul li {
    width: 32%;
}

.weather-feild {
    float: left;
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
    min-height: 74px;
}

.weather-feild ul {
    margin-bottom: 0px;
}

.weather-feild h6 {
    margin: 6px 0px 0px 6px;
}

.col-md-6.current-weather.status-in-left {
    border-right: 1px solid #b3b3b3;
}

.status-in-right .few-weather {
    text-align: center;
}

.status-in-right .few-weather h5 {
    color: var(--mw-blue);
}

.weather-feild ul li h6 {
    text-align: left;
}

.status-in-right .weather-feild ul li {
    min-height: 73px;
}

.side-new-bar {
    padding: 0 !important;
    float: left !important;
    margin: 0px 0 30px 0;
}

.main-content-sec .mountain-camp-shudule.fsnow-sec {
    margin: 5px 0 0 0;
}

.ground-report-inner,
.ground-report-inner p {
   font-size: 14px;
}

#currentConditions {
    border-style: none;
    padding: 0;
    margin: 0px auto 0;
    width: 100%;;
}

#currentConditions h6 {
    margin: 0px 0 12px;
    color: #666;
    font-size: 12px;
}

.conditionsTitle {
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
}

.conditionsItem {
    color: #3480b2;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    text-align: center;
}

.wind-dir {
    height: 41px;
    width: 41px;
}

#currentConditions table tr td {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

#currentConditions table {
    border-left: 1px solid #999;
    border-top: 1px solid #999;
}

#currentConditions #snowCm {
    float: left;
    width: 27%;
}

#currentConditions #baseCm {
    float: left;
    width: 44%;
}

#currentConditions #tempC {
    float: left;
    width: 44%;
}

#currentConditions #windSpeed {
    float: left;
    width: 44%;
}

.conditionsSubTitle {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.weatherIcon {
    float: right;
    overflow: hidden;
    margin-right: 10px;
    width: 60px;
}

#wearther {
    text-align: center;
    width: 100px;
}

.weatherIcon img {
    margin-right: 5px;
}

#weatherShortcuts .outerBox {
    float: left;
    width: 85px;
}

.forecastIcons img {
    padding: 10px 10px 0 10px;
}

.forecastIcons p {
    padding-bottom: 10px;
}

.title-spacing {
    margin-bottom: 10px;
}

#resortDescription #descriptionText {
    border: 1px solid #999;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    height: 356px;
    margin-top: 5px;
    padding: 5px;
}

.innerBox {
    border: medium none;
    margin-top: 5px;
    padding: 0;
}

#resortStatus {
    border: 1px solid #999;
    margin: 5px;
    padding: 5px;
}

#subNavBar #navButtons {
    height: 59px;
}

#mainFrame #trailMap {
    border: 1px solid #999;
    margin: 5px;
    padding: 5px;
}

#trailMap #trailMapThumb {
    margin-top: 5px;
}

#forecastTable {
}

#resortStatus #statusText {
    border: 1px solid #999;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    margin: 5px 0 0;
}

#resortStatus #statusText table tr td {
    border: 1px solid #999;
    padding: 5px;
}

#resortStatus #statusText table tr td p img {
    margin: 0 auto 10px;
}

#resortStatusTabke table tr td {
    border: 1px solid #999;
    padding: 5px;
}

#resortStatusTabke {
    padding: 0;
}

#memberReviews table tr td {
    padding-bottom: 5px;
}

#accommodation table tr td {
    border-bottom: 1px dotted #999;
    padding-bottom: 5px;
    padding-top: 5px;
}

#ticketsHire ul li {
    background-color: #e8e8e8;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    padding: 10px;
}

#whatsOn {
    margin-right: 2.5px;
}

#resortNews {
    margin-left: 2.5px;
}

.newsItems li {
    font-size: 12px;
    list-style: outside none none;
    margin-top: 5px;
}

#forecastTable tr td {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    padding: 3px;
}

#sevenDayForecast .minMaxTemp {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    width: 49.5%;
}

.wind-graph {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 20%; /* based on background image aspect ratio */
}

.vertLine {
    width: 1px;
    height: 85%;
    position: absolute;
    z-index: 900;
    background: #F00;
    display: none;
}

.fl {
    width: 302px;
    height: 115px;
    background-image: url("https://www.mountainwatch.com/forecastgraph/freezeLine.png");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1000;
    display: none;
}

.wRight {
    width: 135px;
    height: 47px;
    background-image: url("https://www.mountainwatch.com/forecastgraph/windRight.png");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1000;
    display: none;
}

.wLeft {
    width: 135px;
    height: 47px;
    background-image: url("https://www.mountainwatch.com/forecastgraph/windLeft.png");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1000;
    display: none;
}

#panelFL {
    position: absolute;
    top: 9px;
    right: 15px;
    width: 150px;
    height: 100px;
}

.fldate, .flsnow, .flfreezeline {
    width: 140px;
    height: 13px; /*background-color: #0F0;*/
    float: right;
    clear: both;
    left: 148px;
    top: 10px;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    padding: 1px 0px;
}

.flrain {
    width: 100px;
    height: 17px; /*background-color: #0F0;*/
    position: absolute;
    left: 13px;
    top: 85px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 3px 3px 0 0;
    color: #333;
}

.wwindright {
    width: 100px;
    height: 17px; /*background-color: #0F0;*/
    position: absolute;
    left: 20px;
    top: 16px;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 3px 3px 0 0;
    color: #333;
}

.wwindleft {
    width: 100px;
    height: 17px; /*background-color: #0F0;*/
    position: absolute;
    left: 15px;
    top: 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 3px 3px 0 0;
    color: #333;
}

.forecast-icon {
    height: 40px;
    margin: 15px 0 10px 0;
}

table#forecastChartWrapper tr td p {
    font-size: 12px;
    color: #000;
}

#forecastChartTimestamp {
    margin-top: 35px;
}

div#sevenDayForecast table tr td strong {
    font-size: 12px;
}

div#sevenDayForecast table tr td {
    font-size: 12px;
}

table#forecastChartTimestamp tr td p {
    margin: 0px 0 0 0;
    color: #8f8f8f;
}

nav.navbar.navbar-default div#wpmm-wrap-top {
    background: transparent;
    float: left;
}

.wpmega-hunter-shades-white .wpmm-mega-wrapper > li:hover,
.wpmega-hunter-shades-white .wpmm-mega-wrapper > li.current-menu-item {
    background: var(--mw-blue);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    color: #fff;
}

.wpmega-hunter-shades-white .wpmm-mega-wrapper > li:hover a span,
.wpmega-hunter-shades-white .wpmm-mega-wrapper > li.current-menu-item a span {
    color: #fff;
}

.gross-con-inner h5 a {
    font-size: 16px;
    color: #010101;
    font-weight: bold;
    margin: 0;
}

.followUs .followButtons {
    display: inline-block;
    float: right;
}

.followUs .followButtons .fb-like {
    float: left;
}

.snowShop h3 {
    color: #2c546e;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 2px;
}

.sidebar section#custom_html-2 .snowShop .shopify-buy-frame {
    display: none;
}

.main-post-title h2 {
    color: var(--mw-blue);
    font-size: 30px;
    font-weight: 600;
    margin: 0px 0 0px;
}

.main-post-title span {
    font-size: 14px;
    margin: 0 0 0px;
}

.main-content-sec .main-post-title {
    padding: 0px !important;
    margin: 0 0 12px;
    float: left;
}

.followUs {
    display: block;
    width: 100%;
    float: left;
    border: 1px solid #e6e6e6;
    padding: 8px 8px;
}

.followUs .followButtons.displayNoneMobile {
    line-height: 10px;
}

.main-post-content {
    float: left;
    width: 100%;
}

.main-post-content {
    float: left;
    width: 100%;
    border-top: 0;
}

.main-post-content .common-content-sec header.entry-header h1 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

.main-post-content .entry-content p iframe {
    width: 100%;
    height: -webkit-fill-available;
}

.dating-add-video iframe {
    height: 21px !important;
    width: 107px !important;
}

.dating-add-video .fb-like.fb_iframe_widget span iframe {
    width: 80px !important;
}

.dating-add-video .fb-like span {
    height: 26px !important;
}

.dating-add-social {
   margin-top: 20px;
}

.dating-add-social iframe {
    width: 120px !important;
    height: 20px;
}

.dating-add-social .fb-like.fb_iframe_widget span iframe {
    top: 3px !important;
}

.dating-create-sec {
    float: left;
    display: inline-block;
    margin: 6px 12px 0 0px;
}

.main-post-content .common-content-sec header.entry-header h1 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin: 18px 0 24px;
}

.dating-add-video {
    display: inline-block;
    margin: 5px 0 0;
}

.main-post-content .entry-content p {
    font-size: 16px;
    color: #444;
}

.related-posts h2 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.related-posts ul li a {
    color: #000;
    font-size: 16px;
}

.related-posts ul li {
    padding: 6px 0;
}

.related-posts ul .trans-related-post span.related-img {
    display: inline-block;
    width: 34%;
    float: left;
    margin-right: 16px;
}

.related-posts ul .trans-related-post span.related-img img {
    width: 100%;
}

.related-posts ul .trans-related-post {
    float: left;
    width: 100%;
}

.related-posts ul .trans-related-post .related-content {
    display: inline-block;
    width: 60%;
    float: left;
    font-size: 13px;
    color: #171717;
}

.related-posts ul .trans-related-post {
    float: left;
    width: 100%;
    margin: 14px 0 0;
}

.related-posts ul .trans-related-post .related-content a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 10px;
    display: block;
}

.related-posts ul .trans-related-post .related-content h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.related-posts ul .trans-related-post .related-content h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #337ab7;
    margin: 0;
    padding-bottom: 10px;
}

.related-posts {
    margin: 64px 0 64px;
    float: left;
}

.news-tracking a {
    font-weight: 600;
    margin: 16px 0 10px;
    display: inline-block;
    font-size: 16px;
}

.forecast-img-sec h3 {
    font-size: 14px;
}

.slider video {
    width: 100% !important;
}

.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu,
.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu ul li a span {
    color: #656565 !important;
    font-weight: 500;
    font-size: 12px;
}

nav.navbar.navbar-default div#wpmm-wrap-top {
    background: transparent;
}

ul.nav.nav-tabs li a {
    font-size: 12px;
    text-align: center;
    padding: 18px 0px;
    line-height: 0px;
}

ul.nav.nav-tabs li {
    text-transform: uppercase;
    font-size: 15px;
    width: 133px;
}

ul.resp-tabs-list {
   margin-top: -3px;
}

ul.resp-tabs-list li {
    border: 2px solid #d4dee5 !important;
    color: #d4dee5;
    text-transform: uppercase;
    padding: 0 !important;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    width: 110px;
    float: none;
    margin: 1px 0;
}

#forecast ul.resp-tabs-list li,
#cams ul.resp-tabs-list li,
#reports ul.resp-tabs-list li {
   width: 102px;
}

#directory ul.resp-tabs-list li {
   width: 140px;
}

#grasshopper ul.resp-tabs-list li,
#snow-news ul.resp-tabs-list li {
   width: 120px;
}

ul.resp-tabs-list li a {
   color: #d4dee5;
   line-height: 37px;
   display: block;
}

ul.resp-tabs-list li.tabs.active,
ul.resp-tabs-list li.resp-tab-active,
ul.resp-tabs-list li:hover {
   background: var(--mw-blue) !important;
   border: 2px solid var(--mw-blue) !important;
   padding: 0 !important;
   color: white;
}

ul.resp-tabs-list li.tabs.active a,
ul.resp-tabs-list li.resp-tab-active a,
ul.resp-tabs-list li:hover a,
ul.resp-tabs-list li a:hover {
   color: white !important;
   text-decoration: none;
}

.resp-tab-content {
    border: 0 !important;
}

.resp-tab-content {
    display: none;
    padding: 0;
}

.forecast-listing.list-right {
    margin: 0px 0 0;
    float: left;
}

.wpmega-hunter-shades-white
.wpmm-sub-menu-wrap
ul
li
h4.wpmm-mega-block-title:before,
.wpmega-hunter-shades-white
.wpmm-sub-menu-wrap
ul
li.wp-mega-menu-header
> a.wp-mega-menu-link:before {
    display: none;
}

.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal
ul.wpmm-mega-wrapper
> li
> a:before {
    width: 0px !important;
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper
ul.wpmm-mega-wrapper
> li.menu-item-has-children
> a:after,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal
ul.wpmm-mega-wrapper
> li.menu-item-has-children
> a:after {
    color: #fff;
}

nav.navbar.navbar-default .navbar-collapse.collapse {
    display: block !important;
    position: relative;
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
    position: static !important;
}

.video-inner-sec iframe {
    width: 100%;
    height: 209px !important;
    background: #000;
}

.searchbox-input::-webkit-input-placeholder {
    color: #000;
}

.searchbox-input::-moz-placeholder {
    color: #000;
}

.wpmm_megamenu
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal
ul.wpmm-mega-wrapper
> li
> a.wpmm-csingle-menu,
.wpmm_megamenu
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal
ul.wpmm-mega-wrapper
> li
> a.wpmega-searchdown,
.wpmm_megamenu
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal
ul.wpmm-mega-wrapper
> li
> a.wpmega-searchinline {
    padding: 16px 22px;
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal
ul.wpmm-mega-wrapper
> li
> a {
    padding: 16px 25px 16px 22px;
}

section.grasshopper-sec .grasshopper-sec-inner {
    border: 0;
}

.posting-trac ul.posting-tracin li img {
    height: 60px;
    min-height: 60px;
    width: 24%;
}

.posting-trac ul.posting-tracin li .gross-con-inner {
    width: 70%;
}

.advert-sec .textwidget p img {
    width: 100%;
}

.mountain-inner .post-list-all ul.all-tracing-post li {
    margin-bottom: 16px;
    padding-bottom: 14px;
}

.videoSection {
    width: 100%;
}

.travel-deals-sec {
    padding: 0 !important;
    width: 100% !important;
    float: left !important;
    margin: 30px 0 0 !important;
}

.traveler-deals-inner h4 {
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin: 12px 0 10px !important;
}

.main-content-sec
.main-tap-shopper
.grasshopper-sec-inner
.grosshopper-left-gross {
    width: 50%;
    margin: 0;
    padding: 0 28px !important;
    float: left;
}

.main-content-sec
.main-tap-shopper
.grasshopper-sec-inner
.grosshopper-right-gross {
    margin: 0;
    width: 50% !important;
}

.main-content-sec
.main-tap-shopper
.grasshopper-sec-inner
.grosshopper-right-gross
ul.grasshopper-posting
li
img {
    min-height: 54px;
    height: 54px;
    width: 24%;
}

.main-content-sec .papping-grasshopper-sec .grosshopper-right-gross {
    margin: 0;
    width: 100% !important;
}

.main-content-sec
.main-tap-shopper
.grasshopper-sec-inner
.grosshopper-right-gross
ul.grasshopper-posting
li
.gross-con-inner {
    width: 70%;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #2c546e;
    color: var(--mw-blue);
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #000;
    color: #2c546e;
}

.sidebar .locations-sec .map-location iframe {
    width: 100%;
}

.common-content-sec .fb-comments {
    width: 100% !important;
}

.common-content-sec .fb-comments span {
    width: 100% !important;
}

.common-content-sec .fb-comments span iframe {
    width: 100% !important;
}

.common-content-sec main#main header.entry-header h1.entry-title {
    font-size: 24px;
    color: #2c546e;
    margin: 0 0 8px 0;
}

.common-content-sec .entry-content p {
   font-size: 16px;
}

.entry-content .hs-cta-wrapper a {
   height: unset !important;
}

.serch-main-content .content-area article header.entry-header h2 a {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

.serch-main-content .content-area article header h2 {
    margin: 0px 0 0;
}

.serch-main-content .content-area article {
    margin: 0 0 30px;
    border: 1px solid #e6e6e6;
    padding: 30px 24px;
}

.serch-main-content .content-area article .entry-summary {
    margin: 10px 0 0px;
}

.serch-main-content .content-area article .entry-summary p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

.serch-main-content .content-area article .entry-summary p a.more-link {
    color: #337ab7;
    font-size: 16px;
    margin: 6px 0 0;
    display: block;
}

.serch-main-content .content-area article header h2 a {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}

.serch-main-content header h1.page-title span {
    color: #337ab7;
}

.serch-main-content header h1.page-title {
    font-size: 22px;
    color: #000;
    font-weight: 300;
}

.error-page section.error-404.not-found header h1 {
    text-align: center;
    font-size: 52px;
    color: #f00;
    font-weight: 600;
    margin: 0px 0 0 !important;
}

.error-page section.error-404.not-found .page-content {
    text-align: center;
    margin: 24px 0 0;
}

.error-page section.error-404.not-found .page-content p {
    color: #000;
    font-weight: 600;
}

.error-page section.error-404.not-found header {
    margin: 0 0 0 0 !important;
    border-bottom: 0 !important;
    padding: 0 !important;
}

.error-page section.error-404.not-found {
    padding: 8% 0 5% !important;
    width: 35%;
    margin: 0 auto;
}

.bac-slider .carousel-inner .item > div {
    width: 100% !important;
}

.carousel-indicators {
    position: static !important;
    bottom: -140px !important;
    left: 0 !important;
    z-index: 15;
    width: 100% !important;
    padding-left: 0;
    margin: 20px auto 0 !important;
    text-align: center;
    list-style: none;
    height: 100% !important;
    width: auto !important;
    display: inline-block !important;
}

.carousel-indicators li {
    display: inline-block;
    text-indent: 0 !important;
    padding: 2px;
    border: 0;
    border-radius: 0;
    width: 110px;
    height: 100% !important;
    margin: 1px 0;
}

section.bac-slider .carousel-inner .item p iframe {
    width: 100% !important;
    height: 640px !important;
}

.common-content-sec ul.nav.nav-tabs li {
    width: 119px;
}

.carousel-indicators li.active {
    padding: 0px;
    border: 2px solid var(--mw-blue) !important;
    width: 110px;
}

.main-content-sec ul.main-forecast-titles .for-content {
    padding: 0;
    width: 49.2%;
    margin-right: 10px !important;
}

.main-content-sec ul.main-forecast-titles .for-content li h1, .main-content-sec ul.main-forecast-titles .for-content li h2 {
    font-size: 16px;
    color: #000;
    width: 100% !important;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 8px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
}

.main-content-sec ul.main-forecast-titles .for-content li .sub-cat {
    color: #909090;
    font-size: 14px;
    margin: 18px 0 0 0;
    font-weight: 600;
}

.main-content-sec
ul.main-forecast-titles
.for-content
.sub-cat
ul
.camera-landing-thumb
a.cam-text {
    margin: 8px 0 0;
    display: block;
    min-height: 60px;
    height: 60px;
    font-size: 12px;
}

.main-content-sec ul.main-forecast-titles .for-content li .sub-cat ul h4 {
    margin: 0 0 0px 0 !important;
    color: #909090 !important;
    font-size: 14px !important;
    padding-bottom: 8px;
    width: 100% !important;
    float: left;
}

.main-content-sec ul.main-forecast-titles .for-content li .sub-cat ul li {
    border-bottom: 0;
    padding: 6px 0;
    margin: 0;
}

.main-content-sec ul.main-forecast-titles .for-content li .sub-cat ul li a {
    color: #337ab7;
    font-size: 14px;
}

.main-content-sec ul.main-forecast-titles {
    float: left;
    width: 100%;
    padding: 20px 20px;
    border: 1px solid #d0d0d0;
    margin: 0px 0 0;
}

.main-content-sec ul.main-forecast-titles .for-content:last-child {
    margin-right: 0px !important;
}

.main-content-sec ul.main-forecast-titles .for-content li {
    margin: 0 0 12px 0;
}

nav.navbar.navbar-default
.navbar-collapse
ul
li
.wpmm-sub-menu-wrap
ul
li
a
span.wpmm-mega-menu-href-title {
    color: #000;
}

nav.navbar.navbar-default .navbar-collapse ul li .wpmm-sub-menu-wrap ul li a {
    border-bottom: 1px solid #d0d0d0;
}

nav.navbar.navbar-default
.navbar-collapse
ul
li
.wpmm-sub-menu-wrap
ul
li
.wpmm-sub-menu-wrapper
ul
li
a.wp-mega-menu-link {
    border: 0;
}

nav.navbar.navbar-default
.navbar-collapse
ul
li
.wpmm-sub-menu-wrap
ul
li
.wpmm-sub-menu-wrapper
ul
li
span.wpmm-mega-menu-href-title {
    color: #000 !important;
}

nav.navbar.navbar-default
.navbar-collapse
ul
li
.wpmm-sub-menu-wrap
ul
li
.wpmm-sub-menu-wrapper
ul
li {
    margin: 2px 0 !important;
}

nav.navbar.navbar-default
.navbar-collapse
ul
li
.wpmm-sub-menu-wrap
ul
li
.wpmm-sub-menu-wrapper
ul
li.sub-cat-menu
a
span {
    color: #828282 !important;
    text-transform: uppercase;
}

nav.navbar.navbar-default
.navbar-collapse
ul
li
.wpmm-sub-menu-wrap
ul
li
.wpmm-sub-menu-wrapper
ul
li
.wpmm-sub-menu-wrapper
ul
li
a
span {
    color: #000000 !important;
    text-transform: inherit;
}

.textwidget p img {
    width: 100%;
}

.main-content-sec .main-post-title ul.nav.nav-tabs {
    margin: 20px 0 0 0;
}

.main-tap-shopper
.grasshopper-sec-inner
.grosshopper-right-gross
ul.grasshopper-posting {
    margin: 20px 0 0 0;
}

.main-post-content .entry-content p img,
.main-post-content .entry-content h3 img {
    width: 100%;
    height: auto;
}

.main-post-content .entry-content p {
    padding: 6px 0;
}

.main-post-content .entry-content p i {
    padding: 13px 0 0;
}

.main-post-content .entry-content p img.alignnone.size-full.wp-image-696 {
    width: auto;
}

section.news-sec .nws-head {
    padding: 0 !important;
}

.mountain-inner .post-list-all ul.all-tracing-post {
    display: inline-block;
    margin: 0px 0 0;
}

.mountain-inner
.post-list-all
ul.all-tracing-post
li
.gross-con-inner
h5 {
    margin: 0 0 12px 0;
}

.videoSection .video-sec .youtubeVideo {
    float: left;
    width: 100%;
    margin: 0px 0 0;
}

.content-area section.bac-slider .slider .ug-strip-panel {
    width: 100%;
    height: 400px;
    position: absolute;
    margin: 0px;
    left: 0px;
    z-index: 999999999;
    bottom: 0;
}

.content-area section.bac-slider .slider .ug-videoplayer {
    width: 100% !important;
    float: left;
    height: 641px !important;
}

.content-area section.bac-slider .slider .unite-gallery {
    width: 100% !important;
    float: left !important;
    height: 800px !important;
}

.content-area section.bac-slider .slider .unite-gallery .ug-strip-panel {
    width: 100% !important;
    position: absolute !important;
    bottom: 0px !important;
    z-index: 99999 !important;
    left: 0 !important;
    height: 150px !important;
    top: inherit !important;
    background: none !important;
}

.content-area
section.bac-slider
.slider
.unite-gallery
.ug-strip-panel
.ug-thumbs-strip
.ug-thumbs-strip-inner
.ug-thumb-wrapper {
    float: left;
    position: static !important;
    display: inline-block !important;
    width: 32.7% !important;
    margin-right: 10px !important;
    height: 150px !important;
    border: 0px !important;
    background: #fff !important;
}

.content-area
section.bac-slider
.slider
.unite-gallery
.ug-strip-panel
.ug-thumbs-strip
.ug-thumbs-strip-inner
.ug-thumb-wrapper:last-child {
    margin-right: 0px !important;
}

.content-area
section.bac-slider
.slider
.unite-gallery
.ug-strip-panel
.ug-thumbs-strip
.ug-thumbs-strip-inner {
    width: 100% !important;
    float: left !important;
    height: 150px !important;
}

.content-area
section.bac-slider
.slider
.unite-gallery
.ug-strip-panel
.ug-thumbs-strip {
    width: 100% !important;
    height: 150px !important;
    position: static !important;
}

.content-area
section.bac-slider
.slider
.unite-gallery
.ug-strip-panel
.ug-thumbs-strip
.ug-thumbs-strip-inner
.ug-thumb-wrapper
.ug-thumb-right
.ug-thumb-title {
    width: auto !important;
}

.content-area
section.bac-slider
.slider
.unite-gallery
.ug-strip-panel
.ug-thumbs-strip
.ug-thumbs-strip-inner
.ug-thumb-wrapper
.ug-thumb-right
.ug-thumb-desc {
    width: auto !important;
}

.ug-thumb-inner {
    position: relative !important;
}

.ug-videoskin-right-thumb .ug-thumb-icon {
    width: 100% !important;
    height: 150px !important;
    float: none !important;
}

.ug-videoskin-right-thumb .ug-thumb-right {
    position: absolute;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 44% !important;
    text-align: center !important;
}

.ug-videoskin-right-thumb .ug-thumb-inner {
    padding: 0px !important;
}

.content-inner-left {
    padding: 0 !important;
}

.content-inner-rgt {
    padding: 6px 0 0 !important;
}

.content-inner-rgt ul.nav.nav-tabs {
    width: auto;
    text-align: right;
    float: right !important;
    margin: 6px 0 0;
}

.resort-cnt-page {
    padding: 0;
}

.resort-cnt-page .main-post-rigt {
    padding: 0;
}

.resort-cnt-page .main-post-title {
    padding: 0;
    margin-bottom: 0px;
}

.resort-cnt-page .main-post-rigt ul.nav.nav-tabs {
    width: auto;
    float: right !important;
}

.Trial-map-ck img {
    width: 100%;
    margin: 0px 0 0;
}

.navbar-nav > li.open > a,
.navbar-nav > li > a:hover {
    background: var(--mw-blue) !important;
    color: #fff !important;
}

.dropdown-menu {
   width: 100%;
   padding: 0 15px 0 15px;
}

.navbar-nav > .dropdown > .dropdown-menu > li {
    display: block;
    width: 18.5%;
    float: left;
    margin-right: 1.5%;
}

.dropdown-menu h2,
.navbar-nav > .dropdown > .dropdown-menu > .sub-nav-post {
   font-size: 14px;
   font-weight: 600;
   text-transform: uppercase;
   color: #222;
   padding: 15px 0;
   margin-bottom: 0;
}

.dropdown-menu h2 {
   border-bottom: 1px solid #dadada;
}


.dropdown-menu .sub-nav-post a {
   color: #1f1f1f !important;
   font-weight: 500;
   padding: 5px 0;
}

.nav > li {
    position: inherit !important;
}

.dropdown-menu li {
   margin-left: 0 !important;
}

.dropdown-menu li .sub-cat {
    color: #989898;
    text-transform: uppercase !important;
    margin: 12px 0 0px;
    float: left;
    font-size: 12px;
    width: 100%;
}

.dropdown-menu li ul {
    margin: 2px 0 0;
}

.dropdown > a {
   font-size: 13px;
   color: #1f1f1f !important;
   text-transform: uppercase;
}

li > .dropdown-button {
   display: none;
}

.dropdown-menu a {
    font-size: 12px;
    text-transform: capitalize;
    padding: 5px 0 !important;
    display: inline-block;
    width: 100%;
}

.dropdown-menu .main-nav-sec li.travel a {
    font-size: 12px !important;
    text-transform: capitalize;
    margin: 7px 0 0;
    display: inline-block;
}

ul.dropdown-menu .main-nav-sec li a {
    text-transform: capitalize;
    margin: 6px 0 0;
    display: inline-block;
}

.ug-videoskin-right-thumb .ug-thumb-selected .ug-thumb-icon {
    border: 2px solid var(--mw-blue) !important;
}

.dropdown-menu a:hover {
    background: none !important;
    color: black !important;
    text-decoration: underline !important;
}

.dropdown-menu .main-nav-sec li.travel p {
    line-height: 20px;
}

.dropdown-menu li:nth-child(5) {
    margin-right: 0px !important;
}

.resort-cnt-page {
    padding: 0 !important;
}

.common-content-sec .outerBox h2 {
    margin: 0 0 0px 0;
}

.forecast-img-sec a {
    display: block;
}

.forecast-img-sec a:before {
    content: "";
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: url(assets/images/gradient.png);
    height: 100%;
    background-repeat: no-repeat;
    z-index: 9;
    background-size: cover;
}

.resort-img-sec a {
    display: block;
}

.current-weather-condition .innerBox {
    float: left;
}

.ghopper {
    padding: 0 !important;
    float: left;
    width: 100%;
}

.locations-sec .map-location {
    float: left;
    width: 100%;
    margin: 0px 0 0;
}

ul.dropdown-menu .main-nav-sec ul.flist {
    width: 19%;
    float: left;
    margin: 0 10px 12px 0;
    min-height: 310px;
}

ul.dropdown-menu .main-nav-sec ul.flist li {
    width: 100% !important;
    margin: 0px;
}

ul.dropdown-menu .main-nav-sec ul.flist li a {
    padding-right: 0px !important;
}

ul.dropdown-menu .main-nav-sec ul.flist:last-child {
    margin: 0;
}

#menu-footer-menu li a {
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}

.main-post-content .entry-content p img.alignnone.size-full.wp-image-8366 {
    width: auto;
}

.main-post-content .entry-content form p input {
    padding: 2px 10px 2px;
    border: 1px solid var(--mw-blue);
    float: left;
    width: 32%;
    margin-right: 12px;
}

.main-post-content .entry-content form p input:last-child {
    margin-right: 0px;
}

.main-post-content .entry-content form p {
    border: 1px solid var(--mw-blue);
    padding: 20px 20px;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.footer-col h2.widget-title {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid #212121;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: bold;
}

.main-post-content .entry-content form p input.button {
    color: #fff;
}

.sidebar-video-sec .textwidget p img {
    width: 100%;
    margin: 42px 0 0 0;
}

.sidebar .Tickets-hire-sec .textwidget p img {
    width: 100%;
    margin: 0px 0 0;
}

.footer-col .popular-posts ul li {
    margin: 0px 0 24px;
}

.footer-col .popular-posts ul li a img {
    margin-right: 21px;
    width: 25%;
    height: 44px;
}

.footer-col .popular-posts ul li a.wpp-post-title {
    font-weight: bold;
    font-size: 13px;
    display: table;
}

.wpp-meta,
.post-stats {
    padding-left: 86px;
}

.footer-col .popular-posts ul li span span.wpp-date {
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    color: #888888;
    font-size: 13px;
    padding-top: 2px;
    display: block;
}

.html5gallery-tn-selected-1 {
    height: 198px !important;
}

.html5-video-player .video-click-tracking,
.html5-video-player .video-stream {
    width: 100% !important;
    height: auto !important;
    left: 0px !important;
}

.btn-primary,
.hbspt-form .hs-button,
a.view-btn {
   background-color: var(--mw-blue) !important;
   border-color: var(--mw-blue);
}

.btn-secondary {
   background-color: var(--secondary-color);
   border-color: var(--secondary-color);
}

.btn,
.hbspt-form .hs-button,
a.view-btn {
    color: #ffffff !important;
    border: none !important;
    width: auto;
    min-width: 100px;
    padding: 0 10px !important;
    display: inline-block;
    text-align: center;
    line-height: 40px !important;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0px;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: none !important;
    cursor: pointer;
}

.hbspt-form .hs-button {
   padding: 0 !important;
   height: 40px !important;
}

.btn-primary:active,
.hbspt-form .hs-button:active,
a.view-btn:active,
.btn-secondary:active {
   color: #fff !important;
   background-color: #286090 !important;
   border: none !important;
   outline: none;
}

.btn-primary:focus,
.hbspt-form .hs-button:focus,
a.view-btn:focus,
.btn-secondary:focus {
   outline: none !important;
}

.btn-primary.btn-lg {
   padding: 0 20px !important;
   font-size: 20px !important;
   line-height: 45px !important;
}

.btn-primary.black {
   background: black !important;
   border: 1px solid black !important;
}

.btn-primary.black:hover {
   background: white !important;
   color: var(--mw-blue) !important;
   border: 1px solid var(--mw-blue) !important;
}

.footer-section .footer-col .menu li {
    padding: 0 0 6px;
}

.sidebar .textwidget img {
    width: 100%;
}

.common-content-sec .content-area .entry-content p {
    padding: 14px 0 0px;
}

.btn-primary:hover,
.hbspt-form .hs-button:hover,
a.view-btn:hover,
.btn-secondary:hover {
    background: #131313 !important;
    text-decoration: none;
    color: #fff;
    border: none !important;
}

.footer-section .col-lg-3 {
    width: 25% !important;
    float: left !important;
    padding: 0 !important;
}

.footer-section .col-lg-3 .footer-col {
    padding: 0 !important;
    margin-right: 20px;
}

.footer-section .col-lg-3:nth-child(4) .footer-col {
    margin-right: 0 !important;
}

#custom_html-24 {
   margin-top: 30px;
}

#main-table-show tbody td.last {
    display: none;
}

.forecast-img-sec .f-overlay:before {
    content: "";
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.forecast-img-sec.f-overlay:before {
    content: "";
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.overlay {
    position: absolute;
    top: 42%;
    bottom: 0;
    display: inline-block;
    color: #fff;
    z-index: 99;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.main-post-title {
    float: left;
    width: 100%;
    margin: 0 0 24px 0;
}

.Graph .signUp-form {
    background: var(--mw-blue);
    text-align: center;
    width: 43%;
    padding: 3% 1% !important;
    position: absolute;
    right: 0;
    float: right;
    top: 25px;
    height: 93%;
    display: none;
}

.signUp-form .sign-text h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5%;
}

.signUp-form .sign-text p {
    font-size: 14px !important;
}

.Graph .signUp-form .sign-text a.show-form {
    background: #4b7491;
    color: #fff;
    display: inline-block;
    margin: 5% 0 0;
    width: 100px;
    height: 40px;
    line-height: 36px;
    border: 1px solid #fff;
}

.Graph .signUp-form .sign-text a.show-form:hover {
   background: black;
   text-decoration: none;
   cursor: pointer;
}

.Graph .signUp-form.resort-signUp-form {
    width: 43%;
    padding: 75px 24px !important;
}

.main-content-sec .content-inner-right .carousel .carousel-inner .item {
    margin: 0 auto !important;
    width: 100% !important;
}

a.left.carousel-control {
    display: none !important;
}

a.right.carousel-control {
    display: none !important;
}

ol.carousel-indicators li img {
    height: 60px;
    width: 106px;
}

.widget_doubleclick_widget {
    margin: 30px 0 0 0;
}

.Graph .signUp-form .my-sign-form {
    background: #fff;
    padding: 12px;
}

.Graph .signUp-form .my-sign-form form fieldset .hs-form-field {
    width: 100%;
}

.Graph .signUp-form .my-sign-form form fieldset .hs-form-field .input {
    width: 100%;
}

.Graph .signUp-form .my-sign-form form fieldset .hs-form-field .input input {
    width: 100%;
}

.Graph .signUp-form .my-sign-form form fieldset {
    text-align: left;
}

.Graph .signUp-form .my-sign-form form fieldset .hs-form-field label {
    color: var(--mw-blue);
    font-weight: 500;
}

ul.hs-error-msgs li label {
    color: #ff1717;
}

.Graph .signUp-form img {
    width: 100%;
    margin-bottom: 5%;
}

.Graph .signUp-form .my-sign-form form fieldset .hs-form-field .input ul li {
    display: inline-block;
    margin-right: 10px;
}

.Graph
.signUp-form
.my-sign-form
form
fieldset
.hs-form-field
.input
ul
li
input {
    width: auto;
    margin: 0px 3px 0 0;
}

.Graph .signUp-form .my-sign-form form .hs_submit input {
    width: 100px;
    color: #fff;
    background: var(--mw-blue);
    border: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
}

ul.hs-error-msgs.inputs-list li label {
    color: #ff2020 !important;
}

.Graph .signUp-form .my-sign-form form fieldset .hs-form-field .input input {
    width: 100%;
    outline: 0;
}

.side-tweet {
    margin: 30px 0 0;
    float: left;
    width: 100%;
}

.shudule-camping-in .carousel-inner .item .moun-shudule-inner {
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
    float: none !important;
}

.rcam-sec {
    margin: 20px 0 0;
}

#html5gallery-elem-video-1 + a {
    opacity: 0 !important;
}

.sidebar .advert-sec .widget_doubleclick_widget {
    margin: 0px 0 0 0;
}

.mobile-menu {
    display: none !important;
}

.main-content-sec .content-inner-right .carousel .carousel-inner .item p {
    position: absolute;
    color: #000;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
}

.map-modal .fade.in .modal-dialog .modal-content .modal-body img {
    width: 100%;
    height: auto;
}

.map-modal .fade.in .modal-dialog .modal-content .modal-header button.close {
    background: var(--mw-blue);
    padding: 1px 7px;
    opacity: 9;
    color: #fff;
    font-size: 24px;
}

.map-modal .fade.in .modal-dialog .modal-content .modal-header {
    border-bottom: 1px solid #d8d8d8;
    padding: 6px !important;
}

#sevenDayForecast .minMaxTemp img {
    width: auto !important;
}

ul.hs-error-msgs.inputs-list li label {
    color: #ff2020 !important;
    font-weight: normal !important;
}

ul.hs-error-msgs.inputs-list li label {
    color: #ff2020 !important;
    font-weight: normal !important;
}

.map-modal .fade.in .modal-dialog .modal-content .modal-body {
    padding: 6px !important;
}

.Graph.sign-form-design {
    margin: 0 !important;
}

.categories-region ul li a {
    word-break: break-word;
}

.carousel-inner img {
    height: auto !important;
}

.carousel {
    text-align: center !important;
}

header.entry-header h1.entry-title {
    font-size: 24px !important;
}

svg.icon.icon-angle-down {
    display: none;
}

div#google_image_div {
    width: 100% !important;
}

img.img_ad {
    width: 100% !important;
}

.h-sign-form {
    display: none;
}

.mountain-camp-shudule .carousel-inner .item img {
    height: 100% !important;
}

.main-post-content .entry-content p > img + br + i {
    font-size: 13px;
    color: #444;
}

figure img {
    width: 100%;
    height: auto;
}

figcaption {
    font-style: italic;
    font-size: 13px;
    color: #444;
}

.ad-section {
    max-width: 300px;
    display: block;
    margin: auto;
}

.navbar-default
ul.nav.navbar-nav
li
ul.dropdown-menu.drop-ghopper
ul.ghopper-flist {
    width: 100%;
}

.navbar-default
ul.nav.navbar-nav
li
ul.dropdown-menu.drop-ghopper
ul.ghopper-flist
li {
    display: inline-block;
    width: 20% !important;
    padding: 2px 10px;
    vertical-align: top;
}

.nextSnowlast {
    display: block !important;
}

.banner-ad-sec {
    margin: 10px auto 0;
    text-align: center;
    max-width: 980px;
}

figure.wp-caption {
    width: auto !important;
}

/*--29-05-2018--*/
.fixed-nav {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.navbar {
   margin-bottom: 0;
}

.e-btn input[type="button"] {
    font-family: sans-serif;
    font-size: 14px;
    margin-left: 5px;
    background: #447494;
    font-weight: normal;
    color: white;
    border-radius: 6px;
    padding: 6px 18px;
    text-shadow: none;
    margin-top: 10px;
    border: none;
}

.actions input.hs-button.primary.large {
    background: var(--mw-blue);
    width: 100%;
    color: #fff;
    padding: 10px;
    border: 0;
    font-weight: bold;
    outline: 0;
    border-radius: 0;
    font-size: 14px;
}

.moun-shudule-inner a img {
    height: 100% !important;
}

.col-sm-12.resort-cnt-page {
    display: inline-block;
}

.resort-cnt-page .main-post-title {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: auto;
}

.resort-cnt-page .main-post-rigt {
    display: inline-block;
    float: right;
    vertical-align: top;
}

.grasshopper-follow .grassHead {
   width: 100%;
   display: table;
   margin-bottom: 10px;
}

.grasshopper-follow img {
   height: 109px;
}

.grasshopper-follow .grosshopper-content {
   display: inline-block;
   width: 70%;
   text-align: left;
   vertical-align: middle;
   padding-left: 20px;
}

.grasshopper-follow .grosshopper-content h5 {
   color: var(--mw-blue);
   font-size: 20px;
   font-weight: bold;
}

.grasshopper-follow .grosshopper-content p {
    font-size: 16px;
    margin: 14px 0 0;
}

.grasshopper-follow .hs-form-required,
.subscribe-to-mw .hs-form-required {
   display: none;
}

.subscribe-to-mw img {
   width: 100%;
   max-width: 250px;
   display: block;
   margin: auto;
}

.subscribe-to-mw p {
   color: var(--mw-blue);
   font-size: 14px;
   font-weight: bold;
   padding: 10px;
   text-align: center;
}

.subscribe-to-mw label {
   display: none;
}

.ghopper .grasshopper-heading img {
   width: 50%;
   min-width: 300px;
   max-width: 400px;
   margin: auto;
   display: block;
}

.ghopper .grasshopper-heading h1 {
   color: var(--mw-blue);
   font-size: 24px;
   font-weight: bold;
   with: 100%;
   text-align: center;
   margin-bottom: 20px;
}

.ghopper .detail-for-ghopper .dtl-tab-content {
    padding: 0 !important;
}

.de-grass-content p {
    font-size: 16px;
    color: #444;
}

.de-grass-content p strong {
    color: var(--mw-blue);
}

.de-grass-content p img {
    width: 100%;
    height: auto;
}

.menu-cats {
    display: none;
}

.main-li.active > .menu-cats {
    display: block;
}

.open-menu-post.child-menu {
    display: none;
}

li.sub-li.active > ul.open-menu-post.child-menu {
    display: block;
}

.grosshopper-content.mobile-show {
    float: left;
    margin: 44px 0 0;
    display: none;
}

.modal-dialog {
   max-width: 95%;
   margin: 0;
   position: relative;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%) !important;
}

.modal-body {
   overflow-y: auto;
   max-height: 90vh;
}

.modal-body .hbspt-form {
   height: 100%;
}

#exit-popup .modal-dialog {
   width: 900px;
}

#exit-popup .modal-body {
   background-size: cover !important;
   width: 100%;
   height: 0;
   padding: 0;
   padding-bottom: calc(52.5%);
}

#exit-popup .modal-header {
   display: none;
}

#exit-popup .hbspt-form {
   position: absolute;
   top: 45%;
   height: 55%;
   left: 15px;
}

.map-modal .modal.fade.in {
    padding-right: 0px !important;
}

.map-modal .modal.fade.in .modal-dialog {
    width: 100%;
    margin: 50px auto !important;
}

section.three-round-images .main-round-img .comp-img img {
    width: 100%;
}

section.three-round-images {
    width: 100%;
    padding: 50px 0 0px;
}

section.competition-content {
    margin: 52px 0 0;
    width: 100%;
}

section.competition-video-sec {
    width: 100%;
    margin: 50px 0 0;
}

section.competition-video-sec .ma-n-comp-vdo .comp-videos iframe {
    width: 100%;
    height: 205px;
}

section.competition-video-sec .ma-n-comp-vdo .comp-videos {
    margin: 6px 12px 0px 0px;
    position: relative;
    width: 32.56%;
    float: left;
    display: inline-block;
    padding: 0 !important;
}

.competition-slider .comp-mainsld-video iframe {
    height: 641px !important;
    width: 100%;
}

section.competition-content .col-sm-12 {
    padding: 0 !important;
}

section.competition-content h3 {
    font-size: 24px;
    color: var(--mw-blue);
    margin: 0 0 14px;
    font-weight: bold;
}

section.competition-content p {
    font-size: 16px;
    color: #444;
    padding-bottom: 10px;
}

section.competition-firm {
    width: 100%;
    text-align: center;
}

section.competition-firm a.frm-btn {
    background: var(--mw-blue);
    text-align: center;
    color: #fff;
    padding: 0 50px;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    margin: 34px 0 0;
}

section.competition-firm .comp-form form {
    width: 50%;
    margin: 24px auto 0;
    padding: 30px;
    border: 1px solid #a9a9a9;
}

section.competition-firm .comp-form form .hs-form-field label {
    text-align: left;
    width: 100%;
}

section.competition-firm .comp-form form .hs-form-field {
    margin-bottom: 10px;
}

section.competition-firm .comp-form form .hs-form-field .input input {
    width: 100%;
}

section.competition-video-sec .ma-n-comp-vdo .comp-videos:nth-child(4), section.competition-video-sec .ma-n-comp-vdo .comp-videos:nth-child(7) {
    margin-right: 0px;
}

section.competition-video-sec .ma-n-comp-vdo h2 {
    text-align: center;
    font-weight: bold;
    color: var(--mw-blue);
    margin-bottom: 14px;
}

section.competition-video-sec .ma-n-comp-vdo .comp-videos h3 {
    color: #fff;
    font-size: 18px;
    margin: 0px 0 0px;
    text-align: center;
    background: var(--mw-blue);
    padding: 10px 17px;
}


section.bac-slider.compwinner-slider {
    width: 100%;
    margin: 12px 0 0;
}

section.bac-slider.compwinner-slider .slider.cw-slider img {
    margin: 0 !important;
    width: 100%;
    height: auto;
}

section.three-round-images .cw-main-round-img .comp-img img {
    width: 70%;
}

section.three-round-images .cw-main-round-img .comp-img {
    text-align: center;
}

section.competition-content .comp-btns a, .common-content-sec .entry-content .comp-btns a {
    background: var(--mw-blue);
    color: #fff;
    padding: 10px 20px;
    margin: 10px 0px 0px;
    display: block;
    transition: all 0.5s;
    text-align: center;
    width: 22%;
    margin: 28px auto;
}

.common-content-sec .entry-content h3 {
    margin-top: 20px;
}

li.dropdown.you-content {
    position: relative !important;
}

li.dropdown.you-content ul.dropdown-menu {
    min-width: 150px !important;
    left: 0;
}

li.dropdown.you-content ul.dropdown-menu ul.flist {
    width: 100%;
}

.comp-form form .actions input.hs-button.primary.large {
    width: auto;
    padding: 15px 40px;
    text-shadow: none;
}

.actions input.hs-button.primary.large:hover {
    background: #000;
    outline: 0;
    text-shadow: none;
    box-shadow: none;
}

section.competition-firm .comp-form form fieldset .input ul.inputs-list li label input {
    width: auto;
}

section.competition-content .col-sm-12 h2 {
    color: #222;
    font-size: 34px;
    text-align: center;
    font-weight: normal;
}

section.competition-content .col-sm-12 h2 img {
    width: 100%;
    height: auto;
    max-width: 328px;
    margin: -4px 0 0 0;
}

section.sponsor-content {
    width: 100%;
}

section.sponsor-content h2, section.sponsor-content h2 {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: var(--mw-blue);
    padding: 30px 0;
    margin-bottom: 0px;
}

section.sponsor-content .sponsor-img img {
    width: 100%;
    text-align: center;
    max-width: 178px;
}

section.sponsor-content .sponsor-img {
    text-align: center;
}

section.sponsor-content .sponsor-img:nth-child(2) img {
    margin: 20px 0 0;
}

section.gallery-section h2 {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: var(--mw-blue);
    padding: 0px 0 30px;
    margin-bottom: 0px;
}

.posing-comments-section {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.posing-comments-section .pos-comments-inner {
    float: left;
    margin-right: 18px;
}

.posing-comments-section .pos-comments-inner img {
    border-radius: 100%;
}

.posing-comments-section h3 {
    margin: 16px 0 0;
}

.posing-comments-section h3 {
    margin: 16px 0 0;
    font-size: 24px;
    color: #222;
    font-weight: bold;
}

.clip-insta-gallery .single-gallery p {
    text-align: center;
    color: #4c4c4c;
    font-size: 18px;
    padding: 10px 0;
}

.clip-insta-gallery .single-gallery p.likes-comments {
    padding: 0px 0 10px 0;
    text-align: center;
}

.html5gallery-elem-5 > a {
    display: none !important;
}

.clip-insta-gallery .single-gallery p.likes-comments span i {
    margin-right: 8px;
}

.clip-insta-gallery .single-gallery p img.emoji {
    min-height: auto;
}

section.gallery-section .clip-insta-gallery {
    min-height: 400px;
}

section.competition-content p strong {
    font-size: 24px;
    color: var(--mw-blue);
    font-weight: normal;
    margin: 16px 0 0;
    display: block;
}

section.competition-content ul li {
    font-size: 16px;
    color: #444;
    padding-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

section.competition-content ul li:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #000;
    left: 0;
    top: 8px;
}

.your-content-sec {
    padding: 24px 0px 0;
}

.your-content-sec p {
    color: #444;
    font-size: 16px;
    padding: 0px 0 10px 0;
}

.your-content-sec h2 {
    font-size: 24px;
    color: #2c546e;
    margin: 1px 0 10px 0;
}

.your-content-sec h3 {
    font-size: 24px;
    color: #2c546e;
    margin: 1px 0 10px 0;
}

.your-content-sec p iframe {
    width: 100%;
}

.your-content-sec p a.your-content.broken_link {
    background: var(--mw-blue);
    color: #fff;
    padding: 8px 24px;
    display: inline-block;
    margin: 13px 0 20px;
}

.extra-img {
    float: none;
    width: 100%;
    text-align: center;
}

.extra-img a img {
    width: 79% !important;
    margin: 34px 0 0;
}

.your-content-sec p iframe {
    width: 100%;
    height: 641px;
}

.your-content-sec h3 img, .your-content-sec p img {
    width: 100%;
    height: auto;
}

.your-content-sec .contest-link-btn a.your-content.broken_link {
    background: var(--mw-blue);
    color: #fff;
    padding: 8px 24px;
    display: inline-block;
    margin: 13px 0 20px;
}

.your-content-sec .contest-link-btn {
    text-align: center;
}

section.competition-content p a {
    background: var(--mw-blue);
    color: #fff;
    padding: 8px 24px;
    display: inline-block;
    margin: 13px 0 20px;
}

section.bac-slider.competition-slider {
    margin: 12px 0 0;
}

.pagination {
   width: 100%;
   overflow-wrap: break-word;
}

.page-numbers {
   padding: 10px 20px;
   line-height: 50px;
   border: 1px solid var(--mw-blue);
   white-space: nowrap;
}

.page-numbers.current {
    border: 1px solid var(--mw-blue);
    background: var(--mw-blue);
    color: #fff;
}

.page-numbers:not([href]) {
   margin: 0 2px;
   cursor: pointer;
}

.home-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 1170px;
}

.container {
    width: 100%;
    max-width: 1170px;
}

.home-back {
    background: #fff;
    margin: 10px 0 0;
}

.back-body {
    background-position: top !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    position: relative !important;
}

a.invisibleLink {
    position: absolute;
    height: 100%;
    width: 100%;
}

ul.nav.navbar-nav.navbar-right {
   position: relative !important;
}

.nxt-pve-post {
    margin: 10px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
}

.nxt-pve-post a.previous-post span.meta-icon i, .nxt-pve-post a.next-post span.meta-icon i {
    font-size: 30px;
    line-height: 30px !important;
    color: #3b6987;
}

.nxt-pve-post a.previous-post, .nxt-pve-post a.next-post {
    padding: 0px 0px;
}

.nxt-pve-post a.previous-post {
    float: left;
}

.nxt-pve-post a.next-post {
    float: right;
}

.nxt-pve-post a span.meta-icon i:nth-child(2) {
    margin-right: 6px;
}

.nxt-pve-post a.next-post span.meta-icon i:first-child {
    margin-left: 10px;
}

.nxt-pve-post a span.meta-icon {
    display: inherit;
    text-transform: uppercase;
    color: var(--mw-blue);
}

ul.dropdown-menu .main-nav-sec ul.flist.ghopper-flist {
    min-height: auto;
}

li.dropdown.you-content ul.dropdown-menu ul.flist {
    width: 100%;
    min-height: auto;
}

.resort-title {
    width: auto;
    float: left;
    margin-right: 20px;
}

.resort-tabs {
    float: right;
}

/**********************thredbo and resort pagesicon****************/
.resort-main-content-sec {
    padding: 0;
    margin: 0px 0 0;
    clear: both;
}

.resort-main-content-sec .title-section {
    margin: 20px 0 0;
}

.content-inner-left .title-section {
    margin: 42px 0 0 0;
}

.main-li {
    list-style: none;
}

.directory-listing {
   margin-top: 15px;
}

.directory-listing .detail {
    background: rgb(210, 210, 210) none repeat scroll 0 0;
    margin-top: 0px;
    padding: 10px 7px;
    width: 100%;
}

.directory-listing .detail h3 {
    font-size: 16px;
    font-weight: bold;
}

.hideDiv {
    display: none;
}

.lord-more a {
    background: var(--mw-blue);
    color: #ffffff !important;
    width: 100px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 12px;
}

.lord-more a:hover {
    background: #131313;
}


/*==============================end directory page==============================*/


li.trial-carousel a {
    padding: 0px !important;
}

li.trial-carousel a, li.trial-carousel a img {
    border-radius: 0px !important;
}

.carousel-indicators li.active a {
    background: none !important;
    border: 0px;
}

.trial-popin {
    padding: 0 !important;
    background: none;
    border: 0px;
}

.trial-popin a {
    padding: 0 !important;
    background: none;
    border: 0px;
}

.side-grasshopper {
    text-align: left;
}

.side-grasshopper h5 {
    color: var(--mw-blue);
    font-size: 20px;
    font-weight: bold;
}

.side-grasshopper strong {
    font-weight: normal;
    text-align: center;
    word-wrap: break-word;
    color: #000;
    margin-bottom: 22px;
    display: block;
    font-weight: 600;
}

.side-grasshopper .hbspt-form form {
    margin-bottom: 24px;
}

.side-grasshopper .hbspt-form form .hs-form-field label {
    text-align: left;
    width: 100%;
    display: none;
}

.side-grasshopper .hbspt-form form .hs-form-field .input {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.side-grasshopper .hbspt-form form .hs-form-field .input input {
    display: block;
    width: 100%;
}

.side-grasshopper .desktop-show h4 {
    color: var(--mw-blue);
    font-size: 20px;
    font-weight: bold;
}

.side-grasshopper .desktop-show p {
    color: #757575;
    margin-bottom: 22px;
    display: block;
    text-align: justify;
}

/*==========================11-dec-2018=============================*/
.disgerad-inner-left-news {
    width: 68%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.disgerad-inner-right-video {
    display: inline-block;
    width: 29.9%;
}

.disgerad-inner-left-news h3 {
    color: var(--mw-blue);
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
}

.disgerad-inner-left-news img {
    width: 100%;
}

.disgerad-inner-left-news p {
    color: #393939;
    font-size: 13px;
    margin-top: 10px;
}

.disgerad-btn a.read-btn {
    background: var(--mw-blue);
    color: #ffffff !important;
    width: auto;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 10px 12px 0;
    padding: 0 16px;
}

.disgerad-btn a.read-btn:hover {
    background: #131313;
    color: #fff;
    text-decoration: none;
}

.disgerad-inner-right-video .disgerad-video-list ul li iframe {
    width: 100%;
    height: 193px;
}

.disgerad-inner-right-video .disgerad-video-list ul li {
    margin-bottom: 12px;
}

.disgerad-inner-right-video .disgerad-video-list ul li h3 {
    color: var(--mw-blue);
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
}


/************************landing-page-for-mobile****************/
.MobileShow {
    display: none;
}


/************************landing-page-for-mobile****************/
/************************15-dec-2018-start****************/
.disgerad-inner-left-news .carousel-inner .item .disgerad-btn {
    right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background: rgba(162, 166, 179, 0.7);
}

.disgerad-inner-left-news .carousel-inner .item .disgerad-btn h3 {
    display: inline-block;
    margin-right: 14px;
    color: #fff;
    width: 75%;
    margin: 20px 14px 20px 0px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 24px;
}

.disgerad-inner-left-news .carousel-inner .item .disgerad-btn a.read-btn {
    display: inline-block;
    margin: 20px 0;
    vertical-align: middle;
}

.disgerad-inner-left-news .carousel-inner .item {

}

.disgerad-inner-left-news .carousel-inner a.left.carousel-control {
    display: block !important;
}

.disgerad-inner-left-news .carousel-inner a.right.carousel-control {
    display: block !important;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   height: 100%;
   width: 50px;
   font-size: 70px !important;
   color: white !important;
   text-shadow: 2px 2px 5px black;
   background: none;
   border: none;
   z-index: 1;
}

.owl-nav button > span {
   position: relative;
   top: -9px;
   left: -1px;
}

.owl-nav button:hover,
.owl-nav button:active {
   color: var(--mw-blue-bright) !important;
   transform: translateY(-50%) scale(1.5, 1.5) !important;
}

.owl-nav button:focus {
   outline: none;
}

.owl-nav .owl-next {
   right: 0;
}

.owl-nav .owl-prev {
   left: 0;
}

.owl-dots button.owl-dot {
    background: var(--mw-blue);
    color: #000;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin-right: 6px;
}

.owl-dots button.owl-dot {
    background: var(--mw-blue);
    color: #000;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin-right: 6px;
}

.owl-dots button.owl-dot.active {
    background: #000;
    color: #000;
}

.owl-dots {
    text-align: center;
}

.carousel-list {
   position: relative;
}

.carousel-list .owl-carousel {
   margin: auto;
}

.carousel-list .owl-dots {
   margin-top: -5px;
}

.carousel-list .title-section {
   height: 50px;
}

.carousel-list .owl-stage {
   display: flex;
   margin-left: -3px;
}

.carousel-list .owl-item {
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   border: solid 1px rgba(0, 0, 0, 0.1);
   margin: 10px;
}

.carousel-list .owl-item:hover {
   transform: scale(1.02, 1.02);
}

.carousel-list .owl-nav .owl-next {
   right: -5px;
}

.carousel-list .items-1 {
   width: 30%;
}

.carousel-list .items-2 {
   width: 50%;
}

.carousel-list .items-3 {
   width: 75%;
}

.articles-list .article-footer {
   overflow: hidden;
   padding-left: 10px;
}

.articles-list .article-footer .date {
   float: right;
}

.articles-list .excerpt {
   padding: 5px 0;
   font-size: 14px;
}

.articles-list h5 {
   margin-bottom: 0;
}


.articles-list li {
   width: 100%;
   margin-top: 12px;
   overflow: hidden;
   border-bottom: 2px solid #b5b5b5;
   padding-bottom: 12px;
}

.articles-list li:first-child {
   margin-top: 0;
}

.articles-list .article-image {
   float: left;
   width: 25vw;
   max-width: 150px;
}

.articles-list.wide .article-image {
   max-width: 250px;
}

.articles-list .article-details {
   overflow: hidden;
   padding-left: 10px;
}

.articles-list h3 a {
   color: black !important;
   font-weight: bold;
   font-size: 20px;
}

.articles-list h5 a {
   color: black !important;
   font-weight: bold;
   font-size: 16px;
}

.articles-list .date {
   font-size: 12px;
   font-weight: bold;
   color: var(--mw-blue);
   text-transform: uppercase;
}

.item.col-md-4.traveler-deals-inner {
    width: 100% !important;
}

.owl-carousel {
   position: relative;
}

.traval-insert .owl-carousel .owl-nav button {
    font-size: 60px;
    color: #fff;
}

.traval-insert .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.traval-insert .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.disgerad-inner-left-news .carousel-control {
    width: auto;
}

.disgerad-inner-left-news .left.carousel-control {
    left: 20px;
}

.disgerad-inner-left-news .right.carousel-control {
    right: 20px;
}

.home-container .desktopShow .disgerad-inner-left-news .item img {
    height: 466px !important;
}

/************************19-dec-2018-end****************/
/************************27-dec-2018-end****************/
.traveler-deals-inner .tContent {
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translate(0%, -42%);
    background: #fff;
    padding: 8px 12px;
    width: 260px;
    margin: 0 auto;
    height: auto;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.traveler-deals-inner .tContent:hover {
    background: #000;
}

.traveler-deals-inner .tContent:hover h4 {
    color: #fff;
}

.main-content-sec.sreport-cont ul.nav.nav-tabs li {
    width: 118px;
}

.main-content-sec.sreport-cont ul.nav.nav-tabs {
    width: 83%;
}

.jobsContentsec {
    margin-top: 0px;
    float: left;
    display: block;
    width: 100%;
}

.jobsContentsec .jobsContent h5 a, .jobsContentsec .jobsContent h5 {
       color: var(--mw-blue);
    display: block;
    font-size: 20px;
    margin-top: 10px;
}
.jobsContentsec .jobsContent:first-child {
   margin-top: -11px;
}
.jobsContentsec .jobsContent span.region {
    display: block;
    margin-right: 0px;
    font-size: 14px;
}
.jobsContentsec .jobsContent span.location
{
    display: block;
    margin-right: 0px;
    font-size: 14px;
    margin-top: px;
}
.jobsContentsec {
    margin-top: 0px;
    float: left;
    display: block;
    width: 100%;
}
.jobsContentsec .jobsContent span.company
{
    display: block;
    margin-right: 0px;
    font-size: 14px;
    margin-top: px;
}
.jobsContentsec .jobsContent .post_meta {
    margin-top: 0px;
}

.awesomplete,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
   font-size: 16px !important;
}

.row-no-padding > [class*="col-"] {
   padding-left: 0 !important;
   padding-right: 0 !important;
}

.awesomplete .visually-hidden {
   right: 0;
}

section#media_image-7 {
   text-align: center;
}

.sub-nav-post > a {
   white-space: unset !important;
}

.faq {
   padding: 0 5px;
   display: grid;
   grid-template-columns: 49% 49%;
   justify-content: space-between;
}

.faq .questions-all {
   display: none;
}

.faq .panel {
   padding: 10px;
   box-shadow: 0px 2px 5px -2px black;
   margin: 10px 0;
}

.faq .question {
   display: flex;
   align-items: center;
   font-size: 18px;
   font-weight: 600;
}

.faq .question span {
   display: flex;
   align-items: center;
   padding-left: 20px;
   min-height: 54px;
}

.faq .question .btn {
   margin-left: 0;
   width: 50px;
   height: 50px;
   line-height: 25px !important;
   min-width: 50px;
   padding: 12px !important;
}

.faq .question .btn:after {
   content: "-";
}

.faq .question .btn.collapsed:after {
   content: "+";
}

.faq .collapse {
   width: 100%;
}

.faq .answer {
   width: 100%;
   padding-top: 10px;
}

.faq .answer p {
   margin-bottom: 0.5em;
}

.logos {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}

.logos img {
   padding: 10px;
   max-width: 300px;
   height: auto;
   max-height: 200px;
}

.fancy {
   background: linear-gradient(180deg, #a8b9c5 0, white 100%);
}

.full-width-title {
   width: 100%;
   background-color: var(--mw-blue);
   padding: 10px;
   margin: 10px 0;
   text-align: center;
}

.full-width-title > h1 {
   max-width: 700px;
   color: white !important;
   margin: auto;
}

.full-width-title.black {
   background-color: black;
}

.dot-list {
   padding: 10px 0;
}

.dot-list li::before {
   content: "\2022";
   color: var(--mw-blue);
   font-weight: bold;
   display: inline-block;
   width: 1em;
}

.covid-policy {
   display: flex;
   position: relative;
   padding: 50px;
   align-items: center;
   overflow: hidden;
}

.covid-policy img {
   position: absolute;
   min-height: 100%;
   min-width: 100%;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

.covid-policy h3 {
   color: white;
}

.covid-policy .container {
   color: white;
   font-weight: bold;
   font-size: 20px;
   padding-bottom: 0;
   text-align: center;
   z-index: 1;
}

.img-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #00000054;
   transform: none;
}

.covid-policy .img-overlay {
   background-color: #000000ad;
}

.left-right-section {
   display: flex;
   flex-wrap: wrap;
   padding-top: 20px;
   align-items: center;
}

.left-right-section > div {
   width: 50%;
}

.left-right-section > div:first-child {
   padding-right: 10px;
}

.left-right-section > div:last-child {
   padding-left: 10px;
}

.left-right-section img {
   width: 100%;
   height: auto;
}

*[collapses] {
   cursor: pointer;
}

.collapsable .collapse {
   width: 100%;
   max-height: 0;
   overflow: hidden;
   display: block;
   transition: max-height 2s;
   padding: 0 10px;
}

.collapsable .collapse-item.opened .collapse {
   max-height: 10000px;
}

.collapsable .collapse-item {
   box-shadow: 2px 2px 5px #ede6e6;
   border: solid 1px rgba(0, 0, 0, 0.1);
}

.collapsable .collapse-item .title {
   background-color: var(--mw-blue);
   color: white;
   font-weight: bold;
   padding: 5px 10px;
   font-size: 1.5em;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.collapsable .collapse-item .title i {
   transition: transform .5s;
}

.collapsable .collapse-item.opened .title i {
   transform: rotate(180deg);
}

.package-item {
   display: flex;
   line-height: 1.2em;
   position: relative;
   border-bottom: 1px solid gainsboro;
   padding: 10px 0;
}

.package-item .image {
   width: 40%;
   position: relative;
}

.package-item .content {
   flex: 1;
   margin-left: 1%;
}

.package-item .small {
   font-size: .9em;
   line-height: .6em;
}

.package-item .xsmall {
   font-size: .8em;
   line-height: .5em;
}

.package-item h5, .package-item h6 {
   text-transform: uppercase;
   font-weight: bold;
   margin: 0;
}
.package-item h6 {
   margin: 20px 0 5px;
}
.package-item .discount {
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   min-height: 0;
   width: auto !important;
   padding: 0 10px;
   margin: -5px -15px 0 -15px;
   background-color: rgba(150, 150, 150, 0.58);
   color: white;
   font-weight: bold;
   position: absolute;
   z-index: 2;
   font-size: 2em;
   line-height: 2em;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #b60000;
}
.package-item .header {
   border-bottom: var(--separator);
   display: flex;
   align-items: center;
}
.package-item .title-wrapper {
   flex: 1;
}
.package-item h5 {
   font-size: 1.2em;
}
.package-item .price-wrapper {
   color: grey;
   line-height: 1em;
   width: 120px;
}
.package-item .price-wrapper p {
   margin: 4px;
}
.package-item .price {
   color: var(--mw-blue);
   font-size: 1.2em;
   font-weight: bold;
   white-space: nowrap;
}
.package-item .description {
   display: flex;
   align-items: flex-start;
   font-size: 1em;
   text-align: left;
   padding-bottom: 10px;
}
.package-item .description > p {
   flex: 1;
   margin: 5px;
}
.package-item .inclusions {
   display: flex;
   align-items: flex-end;
   margin-right: 5px;
}
.package-item .inclusions ul {
   flex: 1;
   margin-bottom: 0;
   list-style: disc;
   margin-left: 20px;
}
.package-item .inclusions ul li {
   color: var(--mw-blue);
}
.package-item .cta-wrapper {
   text-align: center;
}
.package-item .cta-wrapper p {
   width: 140px;
   font-size: 0.8em;
   margin: 0 auto;
   padding: 5px 0;
   text-align: center;
   font-weight: 600;
}
.package-item .cta-wrapper .btn {
   padding: 6px 30px;
}
.package-item:last-child {
   border-bottom: none;
}

.d-none {
   display: none !important;
}

.hero-header {
   position: relative;
}

.hero-header .yt-video-title {
   display: none;
}

.hero-header .content {
   position: absolute;
   top: 10%;
   left: max(calc((100vw - 1170px) / 2 + 15px), 50px);
   z-index: 1;
}

.hero-header .content .title {
   color: white;
   text-shadow: 2px 2px 8px black;
}

.hero-header .content .subtitle,
.hero-header .content .subtitle p {
   color: white;
   text-shadow: 2px 2px 8px black;
   width: min(700px, 70vw);
   font-weight: bold;
   font-size: 1.8rem;
}

.centered-buttons {
   display: flex;
   justify-content: center;
}

.centered-buttons a {
   margin: 0 20px !important;
}

.fill-background-section {
   padding: 20px;
   background-color: var(--primary-color);
   color: white;
}

.fill-background-section .subtitle {
   font-weight: bold;
}

.podcast .buttons {
   display: flex;
   padding-top: 10px;
   justify-content: space-between;
}

.podcast .buttons > a {
   width: 49%;
}

@media only screen and (max-width: 1200px) {
   :root {
      --travel-header-height: 231px;
   }

   .content-with-sidebar .content {
      width: calc(100% - 300px);
   }

   .content-with-sidebar .sidebar {
      width: 300px;
   }

   .hbspt-form input[type=checkbox],
   .hbspt-form input[type=radio] {
      margin-top: 10px !important;
      margin-bottom: 10px !important;
   }
    .commonfore {
        width: 80%;
        margin-left: 10%;
    }

    .navbar-default ul li a:before {
        right: 0px;
    }

    .navbar-nav > li > a {
       padding: 15px 10px;
    }

    .mainly-fore-1 {
        width: 32.4% !important;
    }

    .shudule-camping-in .moun-shudule-inner {
        width: 32%;
        float: left;
    }

    .shudule-camping-in {
        width: 100%;
    }

    .resort-stats-in {
        min-height: 615px !important;
        padding: 24px 10px 40px !important;
    }

    .resort-stats-in ul {
        text-align: center;
    }

    .gross-con-inner {
        width: 78%;
    }

    .resort-img-sec img {
        min-height: 210px;
    }

    .grosshopper-right-gross {
        width: 65.3% !important;
        float: left;
    }

    .grasshopper-sec-inner .grosshopper-left-gross {
        width: 32.1%;
    }

    .video-inner-sec {
        width: 32.4%;
    }

    .video-inner-sec iframe {
        height: 170px !important;
    }

    .posting-trac ul.posting-tracin li .gross-con-inner {
        width: 68%;
    }


    .main-content-sec
    .main-tap-shopper
    .grasshopper-sec-inner
    .grosshopper-right-gross
    ul.grasshopper-posting
    li
    img {
        width: 20%;
    }

    section.bac-slider .carousel-inner .item p iframe {
        height: 530px !important;
    }

    .main-content-sec ul.main-forecast-titles .for-content {
        width: 49.1%;
    }

    .common-content-sec ul.nav.nav-tabs li {
        width: 96px;
    }

    .footer-section .col-lg-3 {
        width: 25%;
        float: left;
    }

    .wpp-meta,
    .post-stats {
        padding-left: 64px;
    }

    .footer-col .popular-posts ul li a img {
        height: 40px;
    }

    ul.dropdown-menu .main-nav-sec ul.flist {
        width: 18%;
    }

    ul.nav.nav-tabs li {
        width: 110px;
    }

    ul.nav.nav-tabs li a {
        font-size: 12px;
    }

    .traveler-deals-inner {
        width: 32.6% !important;
    }

    ul.posting-tracin li img,
    ul.post-shopper-few li img,
    ul.all-tracing-post li img,
    ul.grasshopper-posting li img {
        width: 18%;
    }

    .resort-cnt-page .main-post-rigt li a {
        font-size: 12px !important;
    }

    .resort-cnt-page .main-post-rigt li {
        width: 110px !important;
    }

    .Graph .signUp-form.resort-signUp-form {
        padding: 62px 24px !important;
    }

    .camera-landing-thumb img {
        width: 80px;
        min-height: 54px;
        height: 54px;
    }

    section.news-sec {
       margin: 0;
    }

    section.competition-video-sec .ma-n-comp-vdo .comp-videos iframe {
        height: 169px;
    }

    .competition-slider .comp-mainsld-video iframe {
        height: 529px !important;
    }

    section.competition-video-sec .ma-n-comp-vdo .comp-videos {
        width: 32.4%;
    }

    section.bac-slider.compwinner-slider .slider.cw-slider img {
        height: 500px;
    }

    section.gallery-section {
        margin: 50px 0 0;
    }

    section.gallery-section .clip-insta-gallery {
        min-height: 310px;
    }

    .your-content-sec p iframe {
        height: 528px;
    }

    .home-container {
        width: 970px;
    }

    /************************hompage-disgerad****************/
    .disgerad-inner-left-news {
        width: 67.5%;
    }

    .disgerad-inner-right-video .disgerad-video-list ul li iframe {
        height: 159px;
    }

    .home-container .desktopShow .disgerad-inner-left-news .item img {
        height: 404px !important;
    }

    .main-content-sec.sreport-cont ul.nav.nav-tabs li {
        width: 91px;
    }

    .main-content-sec.sreport-cont ul.nav.nav-tabs {
        width: 79%;
    }
    .carousel-list .items-1 {
       width: 40%;
    }
    
    .carousel-list .items-2 {
       width: 70%;
    }
    
    .carousel-list .items-3 {
       width: 100%;
    }
}

@media only screen and (min-width: 1025px) {
    .navbar-default ul.nav.navbar-nav li:hover ul.dropdown-menu {
        display: block;
    }

    .dropdown-submenu .dropdown-menu {
       display: block;
       box-shadow: none;
       border: none;
       position: unset;
       padding-left: 0;
    }

    .main-nav-sec > li > a {
       padding: 0 !important;
    }
    
    .dropdown.Features .dropdown-menu li:nth-child(6) {
       clear: both;
    }
    
    .dropdown-submenu.Europe {
       position: absolute;
       left: 79.3%;
       top: 360px;
    }
    
    .dropdown-submenu.Group.Tours {
       position: absolute;
       left: 1.3%;
       top: 80px;
    }
}

@media only screen and (max-width: 1024px) {
   :root {
      --travel-header-height: 140px;
   }

   .ez-toc-section:before {
      height: 90px;
      margin-top: -90px;
   }

   #exit-popup .modal-dialog {
      width: 400px;
   }

   #exit-popup .modal-body {
      padding-bottom: calc(126%);
   }

   #exit-popup .hbspt-form {
      top: 45%;
      left: 0;
      padding: 10px;
   }

   #exit-popup .form-columns-2 > div {
      width: 50%;
      float: left;
      padding: 0 5px !important;
   }

   ul.resp-tabs-list {
      display: block;
   }
   .top-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      line-height: 80px;
      z-index: 999;
   }
   .searchbox-open {
      box-shadow: none;
      width: 100%;
   }
    .posting-trac {
        width: 100%;
        float: left;
        padding: 0 !important;
    }

    table#main-table-show {
        width: 94%;
    }

    .posting-trac {
        margin: 34px 0 0;
    }

    .resort-img-sec img {
        min-height: 210px;
    }

    .commonfore {
        width: 100%;
        margin-left: 0px;
    }

    .forecast-img-sec:before {
        background-size: cover;
    }

    .forecast-img-sec img {
        min-height: 200px;
    }

    .mainly-fore-1 {
        width: 32.7% !important;
    }

    .posting-shopper-list ul.post-shopper-few li {
        padding: 0px 0px 0px 0 !important;
        margin: 14px 0px 0px 0 !important;
    }

    .resort-img-sec h3 {
        font-size: 20px;
    }

    .video-sec {
        width: 100%;
    }

    .collapse.in ul#wpmega-menu-top {
        position: relative !important;
        display: inline-block !important;
    }

    .navbar-default .navbar-toggle {
       display: block;
       background: none;
       border: 2px solid #fff !important;
       padding: 10px 10px !important;
       border-radius: 2px !important;
       margin-right: 10px !important;
       margin-top: 12px;
       z-index: 99999;
    }

    .navbar-default .navbar-toggle:active {
       background-color: black !important;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
       background: none;
    }

    .navbar-toggle .icon-bar {
       height: 2px !important;
       background-color: white !important;
    }

    .navbar-default .collapse.in ul.nav.navbar-nav.navbar-right {
        width: 100%;
    }

    .navbar-default .collapse.in div#wpmm-wrap-top {
        width: 100%;
    }

    .navbar-default .collapse.in ul {
        width: 100%;
        float: left;
        position: static;
    }

    .navbar-default .collapse.in ul li.current_page_item a {
        padding: 16px 25px !important;
    }

    .navbar-default .dropdown {
       clear: both;
    }

    .dropdown-menu {
       padding: 0 10px 4px 10px;
       box-shadow: none;
       border: none;
    }

    .dropdown-menu .dropdown-menu {
       padding-bottom: 0px;
       margin-bottom: -2px;
    }

    .dropdown-menu li .sub-cat {
       margin: 10px 0 -2px 0;
       font-size: 13px;
    }

    .navbar-nav li {
       line-height: 0.8;
       margin: 4px 0;
       position: relative !important;
    }

    .dropdown-menu .sub-nav-post {
       width: 100% !important;
       padding: 0 !important;
    }

    .dropdown-menu > .dropdown > .dropdown-menu > .sub-nav-post {
       margin: 4px 0;
    }

    .dropdown.dropdown-submenu {
       margin: 2px 0;
    }

    .dropdown.dropdown-submenu:first-child {
       margin-top: 4px;
    }

    .sub-nav-post > a {
       line-height: 1.6;
    }

    .dropdown > a,
    .dropdown-menu a {
       padding: 13px 15px !important;
       width: 100%;
    }

    .dropdown > a > h2 {
       padding: 0;
       line-height: 20px;
       border-bottom: none;
    }

    li > .dropdown-button ~ a {
       display: inline-block;
       width: calc(100% - 50px) !important;
    }

    li > .dropdown-button {
       cursor: pointer;
       display: block;
       position: absolute;
       right: 10px;
       width: 50px;
       height: 46px;
       background-color: var(--mw-blue);
    }

    li.sub-nav-post > .dropdown-button {
       top: 50%;
       transform: translate(0, -50%);
    }

    li > .dropdown-button:active {
       background-color: black;
    }

    .dropdown-menu li.dropdown-submenu {
       width: 100% !important;
    }

    .navbar-default .collapse.in ul {
       border-top: none;
    }

    .navbar-nav a {
       min-height: 46px;
    }

    .navbar-nav a,
    .navbar-nav p,
    .navbar-nav a h2 {
       font-size: 13px !important;
       text-transform: uppercase;
       font-weight: normal !important;
    }


    .navbar-nav a:hover,
    .navbar-nav a:focus,
    .navbar-nav > li > a:hover {
       background: none !important;
       color: #000 !important;
       text-decoration: none !important;
    }

    .navbar-nav a:active,
    .navbar-nav a:active h2,
    .navbar-nav > li > a:active,
    .navbar-nav li.open > a,
    .navbar-nav li.open > a h2 {
       background: var(--mw-blue) !important;
       color: white !important;
       text-decoration: none !important;
    }

    .navbar-nav li.open > .dropdown-button .caret {
       transform: rotate(180deg);
       margin-left: -2px;
       margin-top: -1px;
    }

    .dropdown-button .caret.caret-right {
       transform: rotate(270deg);
       margin-left: -1px;
       margin-top: -1px;
    }

    .view-trac {
        padding: 0px 0px 0 0 !important;
    }

    ul.posting-tracin {
        margin: 0px 0 0px;
    }

    .posting-trac {
        margin: 0px 0 0;
    }

    .posting-trac:nth-child(2) {
        margin: 34px 0 0;
    }

    .posting-trac {
        margin: 0px 0 0;
    }

    .map-location iframe {
        width: 100% !important;
    }

    .traveler-deals-inner {
        padding: 0 0px 0 0px !important;
        width: 32.2%;
        float: left;
        word-wrap: break-word;
        margin-right: 12px;
    }

    .traveler-deals-inner:nth-child(3) {
        margin-right: 0px;
    }

    section.gallery-section {
        margin: 24px 0 0;
    }

    .resort-stats-in {
        min-height: 500px !important;
        padding: 24px 10px 40px !important;
        width: 50%;
        float: left;
    }

    .grosshopper-right-gross {
        width: 65% !important;
    }

    tr.sidebar-forecast-7 td {
        width: 100% !important;
    }

    ul.posting-tracin li img,
    ul.post-shopper-few li img,
    ul.all-tracing-post li img,
    ul.grasshopper-posting li img {
        min-height: 60px;
        height: 60px;
    }

    .grosshopper-right-gross {
        width: 64% !important;
    }

    .video-inner-sec {
        width: 32.2%;
    }

    .video-inner-sec iframe {
        height: 130px !important;
    }

    .moun-shudule-inner img {
        min-height: 170px;
    }

    .shudule-camping-in .moun-shudule-inner {
        width: 31.6%;
        margin: 0px 8px 8px 0px;
        min-height: auto;
    }

    .main-content-sec
    .main-tap-shopper
    .grasshopper-sec-inner
    .grosshopper-right-gross
    ul.grasshopper-posting
    li
    img {
        width: 24%;
    }

    .main-content-sec
    .main-tap-shopper
    .grasshopper-sec-inner
    .grosshopper-right-gross
    ul.grasshopper-posting
    li
    .gross-con-inner {
        width: 68%;
    }

    .main-content-sec
    .main-tap-shopper
    .grasshopper-sec-inner
    .grosshopper-left-gross {
        padding: 0 8px !important;
    }

    .shopify-buy__product {
        min-width: auto !important;
    }

    .common-content-sec ul.nav.nav-tabs li a {
        font-size: 12px;
    }

    section.bac-slider .carousel-inner .item p iframe {
        height: 404px !important;
    }

    .main-content-sec ul.main-forecast-titles .for-content {
        width: 48.6%;
    }

    .common-content-sec ul.nav.nav-tabs li {
        width: 32%;
        margin: 0 4px 4px 0 !important;
    }

    .main-content-sec
    .main-tap-shopper
    .grasshopper-sec-inner
    .grosshopper-right-gross
    ul.grasshopper-posting
    li
    .gross-con-inner {
        width: 67%;
    }

    .commonfore.castright {
        margin: 34px 0 0 0;
    }

    .resort-img-sec img {
        min-height: 220px;
        height: 220px;
    }

    ul.nav.nav-tabs li {
        font-size: 15px;
        width: 88px;
    }

    h2.resp-accordion {
        display: none !important;
    }

    .btn-primary,
    .hbspt-form .hs-button,
    a.view-btn {
        line-height: 38px !important;
        font-size: 12px !important;
    }
    
    .hbspt-form .hs-button {
       height: 38px !important;
    }

    ul.nav.nav-tabs li {
        width: 112px;
    }

    ul.nav.nav-tabs li a {
        font-size: 11px;
    }

    table#main-table-show {
        width: 100%;
    }

    .footer-col .popular-posts ul li a img {
        margin-right: 14px;
    }

    .wpp-meta,
    .post-stats {
        padding-left: 54px;
    }

    ul.dropdown-menu .main-nav-sec ul.flist {
        width: 18.5%;
        min-height: 344px;
    }

    ul.posting-tracin li img,
    ul.post-shopper-few li img,
    ul.all-tracing-post li img,
    ul.grasshopper-posting li img {
        width: 17%;
    }

    .traveler-deals-inner {
        width: 32.2% !important;
    }

    .content-inner-left h1,
    .content-inner-left h2,
    .main-post-title h2 {
        font-size: 20px;
    }

    .content-inner-left span,
    .main-post-title span {
        font-size: 12px;
    }

    .resort-cnt-page .main-post-rigt {
        padding: 0px 0 0 !important;
        width: 76%;
        float: left;
    }

    ul.nav.nav-tabs li {
        width: 105px !important;
    }

    .resort-cnt-page .main-post-title {
        padding: 0 !important;
        width: 24%;
        float: left;
        margin: 0px 0 0;
    }

    .content-inner-rgt ul.nav.nav-tabs {
        margin: 0px 0 0;
    }

    .Graph {
        margin: 0px 0 0;
    }

    .Graph .signUp-form.resort-signUp-form {
        padding: 74px 24px !important;
    }

    .footer-col .popular-posts ul li a img {
        height: 30px;
    }

    .camera-landing-thumb img {
        width: 56px;
        min-height: 40px;
        height: 40px;
    }

    .competition-slider .comp-mainsld-video iframe {
        height: 405px !important;
    }

    section.competition-video-sec .ma-n-comp-vdo .comp-videos iframe {
        height: 128px;
    }

    section.competition-video-sec .ma-n-comp-vdo .comp-videos {
        width: 31.6%;
    }

    section.competition-video-sec .ma-n-comp-vdo .comp-videos h3 {
        color: #fff;
        font-size: 16px;
        margin: 0px 0 0px;
        text-align: center;
        background: var(--mw-blue);
        padding: 10px 17px;
    }

    section.bac-slider.compwinner-slider .slider.cw-slider img {
        height: 430px;
    }

    section.competition-content .comp-btns a, .common-content-sec .entry-content .comp-btns a {
        width: 28%;
    }

    section.gallery-section .clip-insta-gallery {
        min-height: 300px;
        width: 33%;
        float: left;
    }

    .your-content-sec p iframe {
        height: 405px;
    }

    /***********************toggle****************/
    nav.navbar.navbar-default {
        border: 0px;
        min-height: 0px;
        border-radius: 0;
        position: fixed;
        top: 81px;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .top-header-right {
        display: none;
    }

    .navbar-header {
       float: right;
       margin-top: -71px;
    }

   nav.navbar.navbar-default .navbar-collapse.collapse {
        display: none !important;
    }

    nav.navbar.navbar-default .navbar-collapse.collapse.in {
        display: block !important;
        overflow: auto !important;
    }

    nav.navbar.navbar-default .navbar-collapse.collapse.in,
    nav.navbar.navbar-default .navbar-collapse.collapsing {
       margin-left: -15px;
       margin-right: -15px;
       max-height: 450px !important;
       box-shadow: gainsboro 0px 1px 5px;
    }

    .navbar-default .collapse.in ul li {
        border-bottom: none !important;
        display: block;
    }

    .dropdown-toggle.caret {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
    }

    .navbar-nav > li {
        float: none;
    }

   .navbar-default ul.nav.navbar-nav {
        display: inline-block;
        float: none !important;
        width: 100% !important;
    }

    .home-container {
        width: 100%;
    }

    /************************hompage-disgerad****************/
    .disgerad-inner-right-video {
        width: 30%;
    }

    .disgerad-inner-right-video .disgerad-video-list ul li iframe {
        height: 118px;
    }

    .disgerad-inner-left-news {
        width: 66.7%;
    }

    /************************hompage-disgerad-end****************/
    /************************15-dec-2018-start****************/
    .disgerad-inner-left-news .carousel-inner .item .disgerad-btn h3 {
        width: 70%;
    }

    /************************17-dec-2018-end****************/
    /************************19-dec-2018-start****************/
    .home-container .desktopShow .disgerad-inner-left-news .item img {
        height: 321px !important;
    }

    .home-container .MobileShow .disgerad-inner-left-news .item img {
        height: 321px !important;
    }


    /************************28-dec-2018-start****************/
    .main-content-sec.snowReport {
        clear: both;
    }

    .main-content-sec.sreport-cont ul.nav.nav-tabs li {
        width: 88px !important;
    }

    .main-content-sec.sreport-cont ul.nav.nav-tabs {
        width: 100%;
        margin-top: 6px;
    }
    
    .faq {
       grid-template-columns: 100%;
    }
    
    .faq .questions-odd,
    .faq .questions-even {
       display: none;
    }
    
    .faq .questions-all {
       display: block;
    }
    
    .faq .question {
       margin-left: 0;
       justify-content: space-between;
    }
    
    .faq .question span {
       display: block;
       min-height: 0;
       padding-left: 0;
       padding-right: 10px;
    }
    
    .faq .question .btn {
       order: 2;
    }
    
    .package-item .discount {
       font-size: 1.5em;
    }
}

@media only screen and (max-width: 991px) {
   .carousel-list .items-1 {
      width: 50%;
   }

   .carousel-list .items-2,
   .carousel-list .items-3 {
      width: 100%;
   }
   
   .hero-header .content .subtitle,
   .hero-header .content .subtitle p {
      font-size: 1.4rem;
   }
}

@media only screen and (min-width: 768px) {
   .d-md-none {
      display: none !important;
   }
   
   .d-md-block {
      display: block !important;
   }
}

@media only screen and (max-width: 767px) {
   :root {
      --travel-header-height: 120px;
   }
   
   .ez-toc-section:before {
      height: 70px;
      margin-top: -70px;
   }
   
   .grasshopper-follow .grassHead {
      text-align: center;
   }
   
   .grasshopper-follow .grosshopper-content {
      padding-left: 0;
      text-align: center;
      width: 100%;
   }
   
   .carousel-gallery .caption {
      font-size: 12px;
      padding: 3px 6px;
   }

   .resort-tabs {
      width: 100%;
   }

   .navbar-nav .dropdown-menu > .sub-nav-post:first-child {
      margin-top: 4px;
   }

   ul.resp-tabs-list {
      display: block;
   }

   ul.resp-tabs-list li,
   ul.resp-tabs-list li:hover,
   ul.resp-tabs-list li.resp-tab-active {
      width: 48% !important;
      margin: 3px 1% 1px !important;
      float: left;
   }
   
   ul.resp-tabs-list li:first-child,
   ul.resp-tabs-list li:first-child:hover,
   ul.resp-tabs-list li.resp-tab-active:first-child {
      clear: both;
   }

   ul.resp-tabs-list li:first-child:nth-last-child(2n + 1),
   ul.resp-tabs-list li:first-child:nth-last-child(2n + 1):hover,
   ul.resp-tabs-list li.resp-tab-active:first-child:nth-last-child(2n + 1) {
      width: 98% !important;
   }

   ul.resp-tabs-list li a {
      line-height: 42px;
      display: block;
   }

   .footer-post-content a {
      white-space: unset;
   }
   section.gallery-section .single-gallery img {
      width: auto;
      min-width: 100%;
      height: 100%;
   }
   .carousel-gallery .thumbnails {
      display: none !important;
   }
   .top-header {
      height: 61px;
      line-height: 60px;
   }
   nav.navbar.navbar-default {
      top: 61px;
      margin: 0 !important;
      width: 100% !important;
   }
   .navbar-default .navbar-toggle {
      margin-right: 20px !important;
   }
   .navbar-header {
      margin: -61px 0 0;
      float: right !important;
   }
   .top-header-left {
      width: 60%;
      margin-top: -5px;
   }
   .collapse.in ul.nav.navbar-nav {
       margin: 0 auto;
   }
   nav.navbar.navbar-default .container {
       margin: 0;
   }
   .nav.navbar-nav {
       margin: 0 !important;
   }

    .navbar-collapse {
        max-height: 70vh;
    }

    .top-header-left a img {
        width: 100%;
    }

    .top-header-right {
        margin-top: 39px;
    }

    .top-header-right ul {
        margin-right: 0px;
    }

    .footer-col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .grasshopper-sec-inner .grosshopper-left-gross {
        width: 100%;
        margin: 0;
        margin: 34px 0 0 0;
    }

    .mainly-fore-1 {
        width: 32.6% !important;
    }

    .forecast-img-sec img {
        min-height: 142px;
    }

    .resort-img-sec h3 {
        font-size: 14px;
    }

    .resort-img-sec img {
        min-height: 150px;
        height: 150px;
    }

    .grosshopper-right-gross {
        padding: 0px !important;
        width: 100% !important;
        margin: 0px;
    }

    h2.resp-accordion {
        border-top: 1px solid #c1c1c1;
        display: none !important;
    }

    .commonfore {
        margin-top: 24px;
    }

    .traveler-deals-inner {
        padding: 0 0px 0 0px !important;
        width: 100%;
    }

    .traveler-deals-inner p {
        margin: 0px 0 24px;
    }

    .breadcrumb li a {
        font-size: 14px;
    }
    .video-inner-sec {
        width: 32%;
    }

    .video-inner-sec {
        width: 32%;
    }

    .video-inner-sec iframe {
        height: 144px !important;
    }

    section.forecast-sec {
        margin: 20px 0 0 0;
    }

    section.news-sec {
       margin: 0;
    }

    .actions input.hs-button.primary.large {
        width: 100%;
    }

    .content-with-sidebar .content {
       width: 100%;
       padding-right: 0;
    }

    .content-with-sidebar .sidebar {
       padding-top: 20px;
       width: 100%;
    }
    
    .content-with-sidebar.same-height {
       display: block;
    }

    .shudule-camping-in .moun-shudule-inner {
        width: 32.2%;
    }

    .posting-trac ul.posting-tracin li img {
        height: 90px;
        min-height: 90px;
    }

    .main-content-sec
    .main-tap-shopper
    .grasshopper-sec-inner
    .grosshopper-right-gross {
        margin: 0;
        width: 100% !important;
    }

    .main-content-sec
    .main-tap-shopper
    .grasshopper-sec-inner
    .grosshopper-right-gross
    ul.grasshopper-posting
    li
    img {
        min-height: 90px;
        height: 90px;
    }

    .main-content-sec
    .main-tap-shopper
    .grasshopper-sec-inner
    .grosshopper-left-gross {
        width: 100%;
    }

    .main-content-sec
    .main-tap-shopper
    .grasshopper-sec-inner
    .grosshopper-left-gross {
        padding: 0 20px !important;
    }

    .main-content-sec
    .main-tap-shopper
    .grasshopper-sec-inner
    .grosshopper-right-gross {
        margin: 0 0 24px 0;
        padding: 0 20px !important;
    }

    .mwButton {
        width: 92%;
    }

    section.bac-slider .carousel-inner .item p iframe {
        height: 342px !important;
    }

    .main-content-sec ul.main-forecast-titles .for-content {
        width: 49%;
        float: left;
    }

    .common-content-sec main#main header.entry-header h1.entry-title {
        font-size: 24px !important;
    }

    /*nav.navbar.navbar-default .navbar-collapse.collapse {
        display: none !important;
    }*/

    .navbar-collapse.collapse {
        display: none !important;
    }

    ul.nav.nav-tabs li {
        width: 111px;
    }

    .footer-section .col-lg-3 {
        width: 100% !important;
    }

    .footer-col .popular-posts ul li a img {
        height: auto;
    }

    .footer-section .col-lg-3:nth-child(2),
    .footer-section .col-lg-3:nth-child(3),
    .footer-section .col-lg-3:nth-child(4) {
        margin: 42px 0 0 0;
    }

    .side-tweet {
        width: 100%;
    }

    .traveler-deals-inner {
        width: 32% !important;
    }

    .traveler-deals-inner h4 {
        font-size: 18px;
    }

    .resort-cnt-page .main-post-title {
        width: 100%;
        margin: 0px 0 0;
    }

    .content-inner-left h2,
    .content-inner-left h1,
    .main-post-title h2 {
        font-size: 28px;
    }

    .content-inner-left span,
    .main-post-title span {
        font-size: 16px;
    }

    .resort-cnt-page .main-post-rigt {
        width: 100%;
        margin: 18px 0 0;
    }

    .content-inner-rgt ul.nav.nav-tabs {
        float: left !important;
        width: 100%;
    }

    .resort-cnt-page .main-post-rigt ul.nav.nav-tabs {
        float: left !important;
    }

    .Graph .signUp-form.resort-signUp-form {
        padding: 92px 24px !important;
        width: 65%;
    }

    .Trial-map-inner-page {
        width: 100%;
    }

    .main-content-sec .Graph table#forecastChartWrapper .outerBox.forecastChart {
        overflow: scroll;
    }

    .main-content-sec
    .Graph
    table#forecastChartWrapper
    .outerBox.forecastChart
    div#sevenDayForecast {
        width: 900px;
    }

    .Graph table#forecastChartWrapper {
        position: relative !important;
        table-layout: fixed;
    }

    .Graph table#forecastChartWrapper .outerBox.forecastChart {
        overflow: scroll;
    }

    .Graph
    table#forecastChartWrapper
    .outerBox.forecastChart
    div#sevenDayForecast {
        width: 900px;
    }

    .page-id-343 section.gallery-section {
        margin: 0 0;
    }

    .Graph.sign-form-design {
        padding: 0 0 0px 0px !important;
    }

    .collapse.in {
        display: block !important;
    }

    .collapse.in ul.nav.navbar-nav {
        display: block !important;
    }

    ul.nav.nav-tabs li {
        width: 97px !important;
    }

    .mobile-menu ul.mobile-cons li .hide-m {
        display: inline-block;
        width: 49.1%;
        background: rgb(56, 96, 122);
        background: -moz-linear-gradient(
                top,
                rgb(56, 96, 122) 0%,
                rgb(161, 197, 226) 100%
        );
        background: -webkit-linear-gradient(
                top,
                rgb(56, 96, 122) 0%,
                rgb(161, 197, 226) 100%
        );
        background: linear-gradient(
                to bottom,
                rgb(56, 96, 122) 0%,
                rgb(161, 197, 226) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38607a', endColorstr='#a1c5e2', GradientType=0);
        float: left;
        margin: 0px 10px 10px 0px;
        padding: 34px 0px;
    }

    .mobile-menu ul.mobile-cons li:nth-child(2) .hide-m,
    .mobile-menu ul.mobile-cons li:nth-child(4) .hide-m,
    .mobile-menu ul.mobile-cons li:nth-child(6) .hide-m, .mobile-menu ul.mobile-cons li:nth-child(8) .hide-m {
        margin-right: 0px;
    }

    .mobile-menu ul.mobile-cons {
        text-align: center;
        display: block;
    }

    .mobile-menu ul.mobile-cons li .hide-m a h3 {
        font-size: 34px;
        color: #fff;
        font-weight: bold;
        margin: 20px 0 0 0;
    }

    .mobile-menu ul.mobile-cons li .menu-cats h3.mob-menu-title {
        background: #636363;
        color: #fff;
        padding: 20px 0px 20px 8px;
        text-align: left;
        font-size: 34px;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu {
        width: 100%;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li a span {
        width: 14%;
        float: left;
        padding: 0px 10px 0px 0;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li {
        display: inline-block;
        width: 100%;
        float: left;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu {
        width: 100%;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li a {
        width: 100%;
        border-top: 6px solid #e0e0e0;
        float: left;
        padding: 0;
        border-left: 0;
        border-radius: 0;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li a h2 {
        display: inline-block;
        float: left;
        width: 86%;
        text-align: left;
        background: #375f79;
        color: #fff;
        padding: 21px 12px;
        margin: 0px 0;
        font-weight: bold;
        font-size: 30px;
    }

    .top-header-right {
        display: none;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li ul li a {
        border-bottom: 1px solid #e0e0e0;
        padding: 0px 0 10px;
        border-top: 0px;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li a h2 i {
        float: right;
    }

    .navbar-default .collapse.in .mobile-menu {
        display: block !important;
    }

    /*.navbar-default ul.nav.navbar-nav {
        display: none !important;
    }*/

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li a img.hover-img {
        display: none;
    }

    .mobile-menu
    ul.mobile-cons
    li
    .menu-cats
    ul.sub-menu
    li:hover
    a
    img.show-img {
        display: block !important;
    }

    /*.mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li:hover a img.hover-img{display:block !important;}*/
    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li:hover a span {
        background: #fff;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li a span img {
        width: 100%;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li ul li:hover a {
        color: #000 !important;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li a {
        padding: 0 !important;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li ul li a h3 {
        margin: 0;
        padding: 12px 0;
    }

    .mobile-menu {
        display: block !important;
        margin: 0px 0 0px 0px;
    }

    .page-id-343 .desktop-hide {
        display: none;
    }

    .mobile-menu
    ul.mobile-cons
    li
    .menu-cats
    .top-mob-menu
    section#doubleclick_widget-6 {
        margin: 0 !important;
    }

    .page-id-343 section.gallery-section {
        display: none;
    }

    .main-content-sec ul.main-forecast-titles .for-content {
        width: 49.1%;
    }

    .camera-landing-thumb img {
        width: 74px;
        min-height: 50px;
        height: 50px;
    }

    .common-content-sec ul.nav.nav-tabs li a {
        font-size: 10px;
    }

    ul.nav.nav-tabs li a {
        font-size: 10px;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li {
        border-bottom: 1px solid #d6d6d6;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li:first-child {
        border-top: 1px solid #d6d6d6;
    }

    .mob-head-ad iframe {
        max-width: 300px;
        display: block;
    }

    .m-footer-ad iframe {
        max-width: 300px;
        display: block;
    }

    .navbar.navbar-default.fixed-nav {
        position: relative;
        right: 0;
        top: 0;
        z-index: 9;
    }

    .banner-ad-sec {
        display: none;
    }

    .mobile-menu .mob-head-ad {
        margin: 10px auto 5px;
        text-align: center;
        width: 42%;
    }

    .m-footer-ad {
        margin: 10px auto 5px;
        text-align: center;
    }

    .navbar-default .collapse.in ul li {
        border-bottom: none !important;
    }

    .desktop-show {
        display: none;
    }

    .sidebar-video-inner-sec {
        width: 100% !important;
        margin-right: 0% !important;
        margin-bottom: 1%;
    }

    section.three-round-images .main-round-img .comp-img {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
        float: left;
        padding: 0px !important;
    }

    section.three-round-images .main-round-img .comp-img img {
        width: 80%;
    }

    .competition-slider .comp-mainsld-video iframe {
        height: 343px !important;
    }

    section.competition-video-sec .ma-n-comp-vdo .comp-videos iframe {
        height: 108px;
    }

    section.competition-content {
        margin: 20px 0 0;
    }

    section.competition-video-sec .ma-n-comp-vdo .comp-videos h3 {
        font-size: 13px;
    }

    section.three-round-images {
        padding: 30px 0 0px;
    }

    section.competition-video-sec {
        margin: 34px 0 0;
    }

    section.three-round-images .main-round-img .comp-img {
        width: 100%;
    }

    section.bac-slider.compwinner-slider .slider.cw-slider img {
        height: auto;
    }

    section.competition-video-sec .ma-n-comp-vdo h2 {
        font-size: 24px;
    }

    section.three-round-images .main-round-img .comp-img img {
        width: 40%;
    }

    section.bac-slider.compwinner-slider {
        margin: 0px 0 0;
    }

    section.competition-firm .comp-form form {
        width: 100%;
    }

    .common-content-sec .content-area .entry-content iframe {
        width: 100%;
    }

    section.competition-content .comp-btns a, .common-content-sec .entry-content .comp-btns a {
        width: 100%;
    }

    section.gallery-section .clip-insta-gallery {
        min-height: auto;
        width: 100%;
        margin: 0 auto;
    }

    section.gallery-section .clip-insta-gallery .single-gallery a img {
        min-height: auto;
        height: auto;
    }

    .posing-comments-section .pos-comments-inner {
        float: none;
        margin-right: 0px;
        width: 100%;
        text-align: center;
    }

    .posing-comments-section h3 {
        text-align: center;
    }

    section.competition-content p {
        text-align: center;
    }

    section.bac-slider.compwinner-slider {
        margin: 21px 0 0;
    }

    .your-content-sec {
        padding: 74px 0px 0;
    }

    .your-content-sec h2 {
        font-size: 24px;
    }

    .your-content-sec h3 {
        font-size: 24px;
    }

    .your-content-sec p iframe {
        height: 343px;
    }

    .your-content-sec h3 img {
        height: auto;
    }

    section.bac-slider.competition-slider {
        margin: 71px 0 0 0;
    }

    .back-body {
        background: none !important;
    }

    .nxt-pve-post {
        margin: 10px 0 10px;
    }

    /************************hompage-disgerad-end****************/
    .disgerad-inner-right-video .disgerad-video-list {
        margin-top: 62px;
    }

    .disgerad-inner-left-news {
        width: 100%;
        margin-right: 0px;
    }

    .disgerad-inner-right-video {
        width: 100%;
    }

    .disgerad-inner-right-video .disgerad-video-list ul li iframe {
        height: auto;
    }

    .video-inner-sec iframe {
        height: 110px !important;
    }

    /************************hompage-disgerad-end****************/
    /************************mobile-landing-page****************/
    .desktopShow {
        display: none;
    }

    .MobileShow .mobile-g-btn {
       padding-top: 20px;
    }

    .MobileShow .mobile-g-btn a.view-btn {
        display: block;
        width: 100%;
        font-size: 14px;
        padding: 2px 0;
        height: auto;
        margin-top: 0;
    }

    .MobileShow a.view-btn {
        width: auto;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        padding: 0 24px;
    }

    .MobileShow .g-btn {
        float: left;
        margin: 20px 0 12px;
    }

    .MobileShow .mobile-g-btn {
        display: block;
        clear: both;
    }

    .MobileShow section.grasshopper-sec .grasshopper-sec-inner ul.grasshopper-posting li .gross-con-inner {
        width: 100%;
    }

    .MobileShow section.grasshopper-sec .grasshopper-sec-inner ul.grasshopper-posting li .gross-con-inner h5 a {
        color: var(--mw-blue);
        font-size: 18px;
        background: none;
        padding: 0;
        margin: 0;
        text-align: left;
        line-height: 28px;
        height: auto;
    }

    .MobileShow section.grasshopper-sec .grasshopper-sec-inner ul.grasshopper-posting li .gross-con-inner h5 a:hover {
        background: none;
    }

    .MobileShow section.grasshopper-sec .grasshopper-sec-inner ul.grasshopper-posting li .gross-con-inner a {
        background: var(--mw-blue);
        color: #ffffff;
        width: auto;
        display: inline-block;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: bold;
        margin: 10px 10px 10px 0;
        padding: 0 16px;
    }

    .MobileShow section.grasshopper-sec .grasshopper-sec-inner ul.grasshopper-posting li .gross-con-inner a:hover {
        background: #131313;
    }

    .MobileShow .mountain-inner .post-list-all ul.all-tracing-post li .gross-con-inner {
        width: 100%;
    }

    .MobileShow .mountain-inner .post-list-all ul.all-tracing-post li .gross-con-inner h5 a {
        font-size: 16px;
        color: var(--mw-blue);
        line-height: 28px;
    }

    .MobileShow .mountain-inner .post-list-all ul.all-tracing-post li .gross-con-inner img {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }

    .MobileShow .disgerad-inner-left-news img {
        width: 100%;
        margin-bottom: 10px;
    }

    .MobileShow .mountain-inner .post-list-all ul.all-tracing-post li {
        border-bottom: 0px;
        margin-bottom: 0px;
    }

    .MobileShow .ad-section.mobile-ad {
        width: 100%;
        display: block;
        margin: 0 auto;
        clear: both;
    }

    .MobileShow .ad-section.mobile-ad div#div-gpt-ad-1537947648890-0 {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    /************************mobile-landing-page-end****************/
    .MobileShow .news-tracking .gross-con-inner h5 a {
        color: var(--mw-blue);
        font-size: 18px;
        background: none;
        padding: 0;
        margin: 0;
        text-align: left;
        line-height: 28px;
        height: auto;
    }

    .MobileShow .news-tracking .gross-con-inner a {
        color: #ffffff;
        width: auto;
        display: inline-block;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: bold;
        margin: 10px 10px 10px 0;
        padding: 0 16px;
    }

    .MobileShow section.news-sec .grosshopper-left-gross {
        padding: 0;
        margin-bottom: 30px;
    }

    .MobileShow {
        display: block;
    }

    /************************15-dec-2018-start****************/
    .disgerad-inner-left-news .carousel-inner .item .disgerad-btn h3 {
        width: 100%;
        margin: 0px auto 0;
        display: block;
        padding: 0 16px;
    }

    .disgerad-inner-left-news .carousel-inner .item .disgerad-btn a.read-btn {
        display: inline-block;
        margin: 0px 0 0px;
        vertical-align: middle;
        background: transparent;
        height: auto;
    }

    .disgerad-inner-left-news a.left.carousel-control {
        display: block !important;
    }

    .disgerad-inner-left-news a.right.carousel-control {
        display: block !important;
    }

    .disgerad-inner-left-news .carousel-inner .item img {
        margin-bottom: 0px !important;
    }

    .MobileShow.gross-con-inner {
        width: 100%;
    }

    /************************17-dec-2018-end****************/
    .MobileShow .grs-head {
        margin: 0 15px;
    }

    .MobileShow li .gross-con-inner > a {
        color: #ffffff;
        width: auto;
        display: inline-block;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: bold;
        margin: 10px 10px 10px 0;
        padding: 0 16px;
    }

    /************************19-dec-2018-start****************/
    .home-container .MobileShow .disgerad-inner-left-news .item img {
        height: 400px !important;
    }

    /************************19-dec-2018-end****************/
    .MobileShow .mob-head-ad .custom-html-widget > div {
        margin: 10px auto;
    }

    .MobileShow section.disgerad-feature-sec .disgerad-inner-left-news .carousel-inner .item img {
        margin-bottom: 0px;
    }

    .main-content-sec.sreport-cont ul.nav.nav-tabs li a {
        font-size: 14px;
    }

    .main-content-sec.sreport-cont ul.nav.nav-tabs li {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .disgerad-inner-left-news .carousel-inner .item .disgerad-btn {
        padding: 14px 0px;

    }

    .disgerad-inner-right-video .disgerad-video-list {
        margin-top: 0px;
    }

    .MobileShow section.grasshopper-sec .grs-head {
        margin: 0;
    }
    /************************28-dec-2018-end****************/
    
    .left-right-section > div {
       width: 100%;
       padding-left: 0 !important;
       padding-right: 0 !important;
    }
    
    .package-item {
       margin: 10px 0;
       flex-wrap: wrap;
       border: none;
    }
    .package-item .content {
       display: flex;
       flex-wrap: wrap;
       margin: 0;
    }
    .package-item .header {
       width: 100%;
    }
    .package-item .image {
       width: 100%;
       margin: 5px 0;
    }
    .package-item .cta-wrapper {
       text-align: center;
       width: 100%;
    }
    .package-item .cta-wrapper p {
       width: 100%;
    }
    .package-item .price-wrapper {
       width: 100%;
       padding: 5px 0 0;
    }
    .package-item .inclusions {
       width: 100%;
       padding: 5px 0;
       align-items: initial;
    }
    .package-item h6 {
       margin: 5px 0 0;
    }
    .package-item .carousel-gallery .owl-dots {
       display: block;
    }
    .package-item hr {
       width: 30%;
       margin: 0 auto;
       background-color: var(--mw-blue);
       margin-top: 20px;
    }
    .package-item:last-child hr {
       display: none;
    }
    .hero-header .content .subtitle,
    .hero-header .content .subtitle p {
       font-size: 1rem;
    }
}

@media only screen and (max-width: 639px) {
    .main-content-sec ul.main-forecast-titles .for-content {
        width: 49%;
    }

    ul.nav.nav-tabs li {
        width: 102px;
    }

    .traveler-deals-inner {
        width: 31.9% !important;
    }

    .traveler-deals-inner h4 {
        font-size: 16px;
    }

    .Graph .signUp-form.resort-signUp-form {
        padding: 90px 24px !important;
        width: 68%;
    }

    .Graph .signUp-form.resort-signUp-form {
        padding: 90px 24px !important;
        width: 69%;
    }

    .main-content-sec ul.main-forecast-titles .for-content {
        width: 49%;
    }

    ul.nav.nav-tabs li {
        width: 91px !important;
    }

    .mobile-menu ul.mobile-cons li .hide-m {
        width: 49.1% !important;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li a h2 {
        padding: 16px 12px !important;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li a h2 {
        padding: 19px 12px !important;
    }

    .competition-slider .comp-mainsld-video iframe {
        height: 321px !important;
    }

    section.competition-video-sec .ma-n-comp-vdo .comp-videos iframe {
        height: 101px;
    }

    section.competition-video-sec .ma-n-comp-vdo .comp-videos h3 {
        font-size: 12px;
    }

    .your-content-sec p iframe {
        height: 320px;
    }
}

@media only screen and (max-width: 599px) {
   .navbar-default .navbar-toggle {
      margin-top: -1px !important;
   }
   .navbar-header {
      margin: -48px 0 0;
   }

    .mainly-fore-1 {
        width: 100% !important;
        margin-right: 0px;
    }

    .categories-region ul li b {
        width: 30%;
    }

    .shudule-camping-in .moun-shudule-inner {
        width: 100%;
        float: left;
        margin: 0 0 11px;
    }

    .resort-stats-in {
        min-height: 500px !important;
    }

    .video-inner-sec {
        width: 100%;
        margin: 0;
    }

    .video-inner-sec iframe {
        height: 332px !important;
    }

    section.bac-slider .carousel-inner .item p iframe {
        height: 252px !important;
    }

    .main-content-sec ul.main-forecast-titles .for-content {
        width: 100%;
        float: left;
        margin: 0;
        text-align: center;
    }

    .main-content-sec ul.main-forecast-titles .for-content li {
        margin: 0px 0 24px 0;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        padding: 3px 4px;
    }

    .resort-img-sec img {
        min-height: auto;
        height: auto;
    }

    .forecast-img-sec img {
        min-height: auto;
        height: auto;
    }

    ul.nav.nav-tabs li {
        width: 86px;
    }

    ul.nav.nav-tabs {
        margin: 6px 0px 0px 0px;
        width: 100%;
    }

    ul.nav.nav-tabs li {
        width: 100%;
        margin: 0 0 6px 0 !important;
    }

    ul.nav.nav-tabs > li:first-child {
        margin: 0 0 6px 0 !important;
    }

    ul.nav.nav-tabs li a {
        font-size: 12px;
    }

    .mainly-fore-1:nth-child(1),
    .mainly-fore-1:nth-child(2),
    .mainly-fore-1:nth-child(3) {
        margin-top: 6px;
    }

    ul.posting-tracin li img,
    ul.post-shopper-few li img,
    ul.all-tracing-post li img,
    ul.grasshopper-posting li img {
        width: 17%;
    }

    .traveler-deals-inner {
        width: 100% !important;
    }

    ul.nav.nav-tabs li {
        width: 100% !important;
    }

    ul.nav.nav-tabs li a {
        font-size: 14px;
    }

    .mobile-menu ul.mobile-cons li .hide-m {
        width: 48.9% !important;
    }

    .mobile-menu ul.mobile-cons li .hide-m a img {
        width: 70%;
    }

    .mobile-menu ul.mobile-cons li .hide-m a h3 {
        font-size: 24px;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li a h2 {
        padding: 16px 12px !important;
        font-size: 20px !important;
    }

    .mobile-menu ul.mobile-cons li .menu-cats h3.mob-menu-title {
        font-size: 24px !important;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li ul li a h3 {
        font-size: 18px !important;
    }

    ul.nav.nav-tabs {
        width: 100% !important;
    }

    .navbar-header {
        top: 0;
    }

    .mobile-menu .mob-head-ad {
        width: 65%;
    }

    .competition-slider .comp-mainsld-video iframe {
        height: 253px !important;
    }

    section.competition-video-sec .ma-n-comp-vdo .comp-videos {
        width: 100%;
        margin-right: 0px;
    }

    section.competition-video-sec .ma-n-comp-vdo .comp-videos iframe {
        height: auto;
    }

    section.competition-video-sec .ma-n-comp-vdo .comp-videos h3 {
        font-size: 18px;
    }

    section.competition-content .col-sm-12 h2 {
        font-size: 30px;
    }

    section.competition-content .col-sm-12 h2 img {
        max-width: 280px;
        margin: -2px 0 0 0;
    }

    .your-content-sec p iframe {
        height: 253px;
    }

    section.bac-slider.competition-slider {
        margin: 66px 0 0 0;
    }

    .disgerad-inner-left-news .carousel-inner .item .disgerad-btn h3 {
        font-size: 14px;
        line-height: 20px;
    }

    /************************17-dec-2018-end****************/
    /************************19-dec-2018-start****************/
    .home-container .MobileShow .disgerad-inner-left-news .item img {
        height: 324px !important;
    }
}

@media only screen and (max-width: 479px) {
   .sixteen-nine-ratio.panoramic .panoramic-icon,
   .panoramic .panoramic-icon {
      width: 30px !important;
      height: 30px !important;
   }
   
   .articles-list .article-image {
      max-width: unset;
      width: 45vw;
   }

   .articles-list .article-footer {
      clear: both;
      padding-left: 0;
   }

   .top-header-left {
      width: 70%;
   }

    .posting-shopper-list ul.post-shopper-few li img {
        width: 20%;
    }

    ul.all-tracing-post li img {
        width: 20%;
    }

    ul.nav.nav-tabs > li {
        margin: 0px 0px 4px 0px !important;
        width: 100% !important;
    }

    ul.nav.nav-tabs > li:first-child {
        margin: 0px 0 4px 0 !important;
    }

    ul.posting-tracin li img,
    ul.post-shopper-few li img,
    ul.all-tracing-post li img {
        width: 24%;
    }

    .MobileShow .gross-con-inner {
        width: 100% !important;
    }

    .gross-con-inner {
        width: 69%;
    }

    .video-inner-sec iframe {
        height: 215px !important;
    }

    .Graph {
        overflow-x: scroll;
    }

    .resort-stats-in {
        min-height: auto !important;
        width: 100%;
    }

    .posting-trac ul.posting-tracin li img {
        height: 54px;
        min-height: 54px;
    }

    .categories-region ul li b {
        width: 40%;
    }

    .main-content-sec
    .main-tap-shopper
    .grasshopper-sec-inner
    .grosshopper-right-gross
    ul.grasshopper-posting
    li
    img {
        min-height: 50px;
        height: 50px;
        margin-right: 12px;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        padding: 3px 2px;
        margin: 1px;
        font-size: 10px;
    }

    .common-content-sec .tab-content div#latest .wp-pagenavi {
        text-align: center;
    }

    .common-content-sec .entry-content p {
        font-size: 14px;
    }

    section.bac-slider .carousel-inner .item p iframe {
        height: 163px !important;
    }

    .common-content-sec ul.nav.nav-tabs li {
        width: 100%;
        margin: 0 0px 4px 0 !important;
    }

    .common-content-sec main#main header.entry-header h1.entry-title {
        font-size: 20px !important;
        margin: 0px 0px 16px;
    }

    ul.nav.nav-tabs li a {
        font-size: 12px;
    }

    .mobile-menu ul.mobile-cons li .menu-cats h3.mob-menu-title {
        font-size: 18px !important;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li a h2 {
        padding: 16px 12px !important;
        font-size: 15px !important;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li a span {
        padding: 5px 10px 5px 0 !important;
    }

    .mobile-menu ul.mobile-cons li .hide-m a h3 {
        font-size: 28px !important;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li ul li a {
        padding: 0px 0 0 !important;
        border-top: 1px solid #e0e0e0 !important;
        border: 0 !important;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li ul li a h3 {
        font-size: 14px !important;
        margin: 0 !important;
        padding: 12px 0 !important;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li a {
        border-top: 2px solid #e0e0e0 !important;
    }

    .mobile-menu ul.mobile-cons li .menu-cats h3.mob-menu-title {
        padding: 10px 0px 10px 8px !important;
    }

    .mobile-menu ul.mobile-cons li .hide-m a h3 {
        font-size: 24px !important;
    }

    .mobile-menu ul.mobile-cons li .hide-m {
        width: 48.6% !important;
    }

    .mobile-menu ul.mobile-cons li .hide-m a h3 {
        font-size: 18px !important;
    }

    .Graph .signUp-form .my-sign-form {
        padding: 12px 30px;
        border: 1px solid #000;
    }

    .mobile-menu .mob-head-ad {
        width: 84%;
    }

    .competition-slider .comp-mainsld-video iframe {
        height: 186px !important;
    }

    section.three-round-images .main-round-img .comp-img img {
        width: 50%;
    }

    section.competition-content h3 {
        font-size: 21px;
    }

    .your-content-sec h2 {
        font-size: 20px;
        margin: 1px 0 6px 0;
    }

    .your-content-sec h3 {
        font-size: 20px;
    }

    .your-content-sec p iframe {
        height: 185px;
    }

    .nxt-pve-post {
        font-size: 12px;
    }

    .nxt-pve-post a.previous-post span.meta-icon i, .nxt-pve-post a.next-post span.meta-icon i {
        font-size: 20px;
        line-height: 6px !important;
    }

    div#div-gpt-ad-1533814861773-0 {
        margin: 0 auto;
    }

    .MobileShow li .gross-con-inner > a {
        font-size: 12px;
    }

    /************************19-dec-2018-start****************/
    .home-container .MobileShow .disgerad-inner-left-news .item img {
        height: 245px !important;
    }

    /************************27-dec-2018-end****************/
    .traveler-deals-inner .tContent {
        width: 220px;
    }
    
    .logos img {
       max-height: 100px;
    }
    .carousel-list .items-1,
    .carousel-list .items-2,
    .carousel-list .items-3 {
       width: 100%;
    }
}

@media only screen and (max-width: 359px) {
   table.forecasts td:first-child,
   table.forecasts th:first-child {
      white-space: normal;
   }
   
    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li a span {
        padding: 9px 10px 9px 0 !important;
    }

    .mobile-menu ul.mobile-cons li .hide-m {
        width: 48.4% !important;
    }

    .mobile-menu ul.mobile-cons li .hide-m a h3 {
        font-size: 15px !important;
    }

    .mobile-menu ul.mobile-cons li .menu-cats ul.sub-menu li a h2 {
        padding: 18px 12px !important;
    }

    .mobile-menu .mob-head-ad {
        width: 96%;
    }

    .signUp-form.s-sign-form p {
        width: 59%;
        margin: 0 auto;
    }

    .competition-slider .comp-mainsld-video iframe {
        height: 163px !important;
    }

    .video-wrapper
    section.competition-content .col-sm-12 h2 img {
        max-width: 200px;
    }

    section.competition-content .col-sm-12 h2 {
        font-size: 22px;
    }

    .your-content-sec p iframe {
        height: 163px;
    }

    /************************19-dec-2018-start****************/
    .home-container .MobileShow .disgerad-inner-left-news .item img {
        height: 215px !important;
    }

    /************************mobile-landing-page****************/
    /************************mobile-landing-page-end****************/
    /************************19-dec-2018-start****************/
    .home-container .MobileShow .disgerad-inner-left-news .item img {
        height: 215px !important;
    }
}

@media (orientation: portrait) {

}
