* {
    font-family: "Gotham Book";
    box-sizing: border-box;
}

b {
    font-family: "Gotham";
    font-weight: bold;
}

html,
body {
    padding: 0px;
    margin: 0px;
}

.vp {
    display: table;
}
.vp .vc {
    display: table-cell;
    vertical-align: middle;
}

.section {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
}
.section .content {
    width: calc(100% - 80px);
    max-width: 1366px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.section .circle-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: visible;
}
.section .circles {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid #87d7f7;
    transition: 0.5s top, 0.5s bottom;
    pointer-events: none;
}

sup {
    position: absolute;
    font-size: 60%;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

.desktop {
    display: block;
}

.desktop.vp {
    display: table;
}



.header {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    pointer-events: none;
}
.header .ice-mountain-logo {
    margin-left: 50px;
    float: left;
}

.owl-theme .owl-dots {
	bottom: 20px;
}



.owl-theme .owl-dots .owl-dot {
	width: 16px;
	height: 16px;
	background-color: #b6dbff;
	border: none;
	margin: 5px;
	margin: 5px 8px;
}

.owl-theme .owl-dots .owl-dot.active {
	background-color: #002d5a;
	box-shadow: none;
	border: none;
}

 .owl-theme .owl-dots .owl-dot span,  .owl-theme .owl-dots .owl-dot.active span,  .owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
	margin: 0px;
	box-shadow: none;
}

.banner {
    width: 100%;
    float: left;
}
.banner .owl-theme .owl-nav {
    width: 100%;
    height: 100%;
    margin-top: 0px;
}
.banner .owl-nav button.owl-prev {
    position: absolute;
    left: 0px;
}
.banner .owl-nav button.owl-next {
    position: absolute;
    right: 0px;
}
.banner .owl-nav button {
    top: calc(50% - 90px);
    height: 180px;
}
.banner .item {
    position: relative;
    width: 100vw;
    height: auto;
}
.banner .item .logos {
    position: absolute;
    width: 216px;
    right: 40px;
    top: 24px;
}
.banner .item .logos .logo-image {
    width: 42px;
    height: 43px;
    margin: 0px 3px;
    float: left;
}
.banner .item .logos .logo-booking {
    width: auto;
    height: 43px;
    margin: 0px 3px;
    float: left;
    padding: 0px 15px;
    border-radius: 5px;
}

.banner.desktop {
    height: 100vh;
}
.banner.desktop .item {
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.banner .owl-theme .owl-dots {
    bottom: -40px;
    bottom: -2.778vw;
} 



.nutrition-faq {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 127, 255, 0.95);
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.nutrition-faq.open {
    display: block;
}

.nutrition-faq img.table {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.nutrition-faq img.close-nutrition {
    margin: 0 auto;
    top: 50px;
    top: 6.944vw;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -23px;
    margin-left: -3.194vw;
    width: 45px;
    width: 6.250vw;
}

.take-it-easy {
    color: #050086;
    display: inline-block;
	background: #fff;
    position: relative;
}
.take-it-easy .content {
    padding: 130px 0px;
}
.take-it-easy p {
    font-size: 20px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.take-it-easy b {
    font-size: 26px;
    margin-top: 15px;
    display: block;
}



.still-sparkling {
    background-color: #fff;
    color: #002d5a;
}

.still-sparkling .content {
	text-align: center;
}

.still-sparkling .title {
	margin-top: 55px;
	margin-top: 7.639vw;
    width: 100%;
	font-size: 28px;
	color: #007fff;
	font-weight: bold;
	font-family: "Gotham";
	font-weight: bold;
}

.still-sparkling .title-btns {
	width: auto;
	margin: 0 auto;
	display: inline-block;
	margin-top: 10px;
}

.still-sparkling .title-btns .button {
    margin: 0px 6px;
    cursor: pointer;
	font-size: 32px;
	font-size: 4.444vw;
	color: #b6dbff;
	border: 3px solid #b6dbff;
	border-radius: 30px;
	padding: 8px 24px;
	padding: 1.111vw 3.333vw;
	font-family: "Gotham";
	font-weight: bold;
	float: left
}

.still-sparkling .title-btns .button.active {
    color: #fff;
	border: 3px solid #002d5a;
	background-color: #001652;
}

.still-sparkling .title a,
.still-sparkling .title a:hover,
.still-sparkling .title a:active,
.still-sparkling .title a:visited {
    color: #fff;
}
.still-sparkling .tabs {
    width: 100%;
    display: none;
    position: relative;
}
.still-sparkling .tabs .img-container {
    width: 47%;
    height: 100%;
    float: left;
    position: absolute;
    bottom: 0px;
    max-width: 600px;
}
.still-sparkling .tabs .img-container img {
    width: 100%;
    height: auto;
}
.still-sparkling .tabs .text {
    width: 53%;
    margin-left: 47%;
    min-height: 600px;
    text-align: center;
}
.still-sparkling .tabs .text p {
    font-size: 20px;
    max-width: 440px;
    margin: 40px auto;
}
.still-sparkling .tabs .text p.subtext {
    font-size: 12px;
    max-width: 540px;
}
.still-sparkling .tabs .text p.title {
    font-size: 30px;
    max-width: 540px;
}
.still-sparkling .tabs .text p .subtitle {
    font-size: 26px;
}
.still-sparkling .tabs.active {
    display: block;
}
.still-sparkling .circle-container {
    display: none;
}
.still-sparkling .circle-container.active {
    display: block;
}
.still-sparkling .owl-stage-outer {
    width: 100%;
}
.still-sparkling .owl-carousel {
    width: calc(100% - 40px);
    position: relative;
    margin-left: 20px;
}
.still-sparkling .owl-theme .owl-nav {
    display: none;
}

.ss-flavor {
    background-color: #fff;
    color: #002d5a;
}

.ss-flavor .content {
	text-align: center;
}

.ss-flavor .flavor-line {
	width: 2px;
	background-color: #007fff;
	height: 120px;
	height: 16.667vw;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-bottom: 5.556vw;
}

.ss-flavor .title {
    width: 100%;
	font-size: 28px;
	color: #007fff;
	font-weight: bold;
	font-family: "Gotham";
	font-weight: bold;
}

.ss-flavor .title-btns {
	width: auto;
	margin: 0 auto;
	display: inline-block;
	margin-top: 10px;
}

.ss-flavor .title-btns .button {
    margin: 0px 6px;
    cursor: pointer;
	font-size: 32px;
	font-size: 4.444vw;
	color: #b6dbff;
	border: 3px solid #b6dbff;
	border-radius: 30px;
	padding: 8px 24px;
	padding: 1.111vw 3.333vw;
	font-family: "Gotham";
	font-weight: bold;
	float: left
}

.ss-flavor .title-btns .button.active {
    color: #fff;
	border: 3px solid #002d5a;
	background-color: #001652;
}

.ss-flavor .title a,
.ss-flavor .title a:hover,
.ss-flavor .title a:active,
.ss-flavor .title a:visited {
    color: #fff;
}
.ss-flavor .tabs {
    width: 100%;
    display: none;
    position: relative;
}
.ss-flavor .tabs .img-container {
    width: 47%;
    height: 100%;
    float: left;
    position: absolute;
    bottom: 0px;
    max-width: 600px;
}
.ss-flavor .tabs .img-container img {
    width: 100%;
    height: auto;
}
.ss-flavor .tabs .text {
    width: 53%;
    margin-left: 47%;
    min-height: 600px;
    text-align: center;
}
.ss-flavor .tabs .text p {
    font-size: 20px;
    max-width: 440px;
    margin: 40px auto;
}
.ss-flavor .tabs .text p.subtext {
    font-size: 12px;
    max-width: 540px;
}
.ss-flavor .tabs .text p.title {
    font-size: 30px;
    max-width: 540px;
}
.ss-flavor .tabs .text p .subtitle {
    font-size: 26px;
}
.ss-flavor .tabs.active {
    display: block;
}
.ss-flavor .circle-container {
    display: none;
}
.ss-flavor .circle-container.active {
    display: block;
}
.ss-flavor .owl-stage-outer {
    width: 100%;
}
.ss-flavor .owl-carousel {
    width: 100%;
    position: relative;
	margin-left: 0px;
	background-size: 100% 100%;
}
.ss-flavor .owl-theme .owl-nav {
    display: none
}

.ss-flavor .flavor-copy {
	position: absolute;
	right: 0px;
	width: 50%;
	height: auto;
    top: 120px;
    top: 16.667vw;
	text-align: center;
}

.ss-flavor .flavor-copy .flavor-title {
	color: #007fff;
	font-size: 34px;
	font-size: 4.722vw;
	font-family: "Gotham";
    font-weight: bold;
}

.ss-flavor .flavor-copy .flavor-description {
	font-size: 24px;
	font-size: 3.333vw;
}

.ss-flavor .open-nutrition {
    position: absolute;
    cursor: pointer;
    top: 70px;
    left: 260px;

    top: 9.722vw;
    left: 36.111vw;

    width: 45px;
    width: 6.250vw;
}

.where-to-buy {
    background-color: #fff;
}
.where-to-buy .title {
    margin-top: 70px;
    width: 100%;
    text-align: center;
}
.where-to-buy .title p {
    font-size: 26px;
    color: #002d5a;
    margin: 0 auto;
    max-width: 720px;
}
.where-to-buy .title b {
    font-size: 32px;
    color: #007fff;
}
.where-to-buy .logo-container {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.where-to-buy .logo-container a {
    width: 280px;
    height: 110px;
    margin: 0 auto;
    display: inline-block;
}
.where-to-buy .logo-container a .img-padding {
    width: 280px;
    height: 110px;
    text-align: center;
}
.where-to-buy .logo-container a .img-padding img {
    width: 250px;
    height: auto;
    margin: 0 auto;
    transition: 0.3s width;
}
.where-to-buy .logo-container a .img-padding:hover img {
    width: 280px;
}
.where-to-buy .circles {
    background-color: #fef9d5;
}

.listen-to-your-heart {
    font-size: 26px;
}
.listen-to-your-heart b {
    font-size: 32px;
    display: block;
    margin-bottom: 0px;
}
.listen-to-your-heart .content {
    margin-bottom: -8px;
}
.listen-to-your-heart .wrapper {
    max-width: 880px;
    margin: 0px auto;
    height: 460px;
    margin-top: 70px;
    position: relative;
}

.listen-to-your-heart .title p {
    font-size: 26px;
    color: #002d5a;
    margin: 0 auto;
    max-width: 720px;
}
.listen-to-your-heart .title b {
    font-size: 32px;
    color: #007fff;
}

.listen-to-your-heart .wrapper .text {
    width: 100%;
    float: left;
    padding-left: 0px;
    padding-right: 440px;
    height: 100%;
    background-image: url(./images2/listen-to-your-heart-lemon-2.png);
    background-repeat: no-repeat;
    background-position: 130px 190px;
}
.listen-to-your-heart .wrapper .playlist {
    width: 360px;
    margin-left: -360px;
    height: calc(100% - 80px);
    float: left;
    margin-top: 10px;
    background-color: #333;
}
.listen-to-your-heart .wrapper .playlist iframe {
    width: 360px;
}

.savoureverysip .content {
	text-align: center;
}

.savoureverysip .title  {
	margin-top: 55px;
	margin-top: 7.639vw;
}

.savoureverysip .title p {
    font-size: 26px;
	color: #007fff;
    margin: 0 auto;
    max-width: 720px;
}

.savoureverysip .title b {
    font-size: 32px;
    color: #007fff;
}

.savoureverysip .icon-show {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-top: 2.778vw;
	margin-bottom: 4.167vw;
}

.savoureverysip .icon-show .wrap {
	margin: 0 auto;
	display: inline-block
}

.savoureverysip .icon-show .wrap img {
	float: left;
	margin: 0 8px
}

.savoureverysip .owl-carousel  {
	margin-bottom: 30px;
	padding-bottom: 80px;

	margin-bottom: 4.167vw;
	padding-bottom: 11.111vw;
}

.circle-img {
	width: 580px;
	height: 580px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.circle-img .overlay {
	width: 100%;
	height: 50%;
	position: absolute;
	background-color: rgba(0, 127, 255, 0.75);
	bottom: 0px;
	left: 0px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 30px 40px
}

.circle-img .social-icon {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -36px;
}

.savoureverysip .owl-theme .owl-nav {
	display: none;
}

.tnc {
    background-color: #b6dbff;
    color: #002d5a;
    text-align: center;
}
.tnc p {
    font-size: 16px;
    margin: 20px auto;
    display: block;
    text-align: center;
}

.tnc p.first {
	margin-top: 40px;
}



.tnc p a,
.tnc p a:hover,
.tnc p a:active,
.tnc p a:visited {
	font-weight: bold;
	font-family: "Gotham";
	color: #002d5a;
}

.tnc .blue-line {
	width: 70%;
	height: 2px;
	background-color: #007fff;
	margin: 0 auto;
}

.tnc .img-holder {
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 40px;
}

.tnc .img-holder img {
	float: left;
	margin: 0px 6px
}

.tnc .content {
	text-align: center;
}

@media (min-width: 1440px) {
    .banner .owl-theme .owl-dots {
        bottom: -40px;
    } 
}

@media (min-width: 721px) {
    .mobile,
    .mobile.vp {
        display: none !important;
    }
}

@media (max-width: 720px) {

	.owl-theme .owl-dots .owl-dot {
		width: 16px;
		height: 16px;
		margin: 5px 8px;

		width: 2.222vw;
		height: 2.222vw;
		margin: 0.694vw 1.111vw;
	}

	.owl-theme .owl-dots {
		bottom: 20px;
		bottom: 2.778vw;

    }
    
    .desktop,
    .desktop.vp {
        display: none !important;
    }

    .mobile {
        display: block;
    }

    .mobile.vp {
        display: table;
    }

    .circles {
        transform: scale(0.6);
    }

    .circles.left {
        transform: scale(0.6) translate(-50%, 0);
    }

    .circles.right {
        transform: scale(0.6) translate(50%, 0);
    }

    .section .content {
        width: 90%;
	}
	
	.still-sparkling .content, .ss-flavor .content , .where-to-buy .content {
		width: 100%;
	}

    .header {
        height: 50px;
    }
    .header .ice-mountain-logo {
        margin-top: 10px;
        margin-left: 10px;
		height: 75px;
		height: 10.417vw;
        width: auto;
    }
    
    .banner .item .logos {
        width: 358px;
        width: 49.722vw;
        top: 15px;
        right: 5px;
	}

	.banner .owl-theme .owl-nav {
		display: none;
    }
    
    .banner .carousel2-disclaimer {
        background-color: #0d4e92;
        color: #fff;
        font-size: 12px;
        font-size: 1.667vw;
        text-align: center;
        width: 100%;
        padding: 10px 40px;
        padding: 1.389vw 5.556vw;
        position: absolute;
        bottom: 0px
    }

    .banner .owl-theme .owl-dots {
		bottom: -60px;
		bottom: -8.333vw;
    } 
	
	.social-icon-logos {
		width: 55px !important;
		width: 7.639vw !important;
		margin: 0px 9px !important;
		margin: 0px 1.250vw !important;
        height: auto !important;
	}
  
	.social-icon-logos.order {
		width: 194px !important;
		width: 26.944vw !important;
    }

    .take-it-easy .content {
		padding-top: 18.0555vw;
		padding-bottom: 10.0555vw;
    }
    .take-it-easy p {
        font-size: 20px;
        font-size: 2.777777vw;
    }
    .take-it-easy b {
        font-size: 26px;
        font-size: 3.611111vw;
	}
	
	.still-sparkling .owl-theme .owl-dots {
		bottom: 34px;
		bottom: 4.722vw;
	}

    .still-sparkling .title {
        font-size: 26px;
        font-size: 3.6vw;
        text-align: center;
    }
    .still-sparkling .title .pipe {
        margin: 0px 1.3888vw;
    }
    .still-sparkling .title .button {
        margin: 0px 0.7vw;
    }
    .still-sparkling .tabs {
        width: 100%;
        display: none;
        position: relative;
    }
    .still-sparkling .tabs .img-container {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        bottom: 0px;
        max-width: 720px;
    }
    .still-sparkling .tabs .text {
        width: 100%;
        margin-left: 0%;
        min-height: 0px;
        text-align: center;
    }
    .still-sparkling .tabs .text p {
        font-size: 20px;
		font-size: 2.77777vw;
		margin: 0px auto;
        margin: 0px auto;
        margin-top: 20px;
        margin-top: 2.778vw;
        margin-bottom: 80px;
        margin-bottom: 11.111vw;
    }
    .still-sparkling .tabs .text p.subtext {
        font-size: 12px;
        font-size: 1.6666667vw;
    }
    .still-sparkling .tabs .text p.title {
        font-size: 30px;
        font-size: 4.16666vw;
    }
    .still-sparkling .tabs .text p .subtitle {
        font-size: 26px;
        font-size: 3.61111vw;
	}
	
	.ss-flavor .owl-theme .owl-dots {
		bottom: 244px;
		bottom: 33.889vw;
		width: 50%;
		right: 0px;
	}
	
	.ss-flavor .title {
		font-size: 26px;
		font-size: 3.6vw;
		text-align: center;
	}
	.ss-flavor .title .pipe {
		margin: 0px 1.3888vw;
	}
	.ss-flavor .title .button {
		margin: 0px 0.7vw;
	}
	.ss-flavor .tabs {
		width: 100%;
		display: none;
		position: relative;
	}
	.ss-flavor .tabs .img-container {
		width: 100%;
		height: auto;
		float: left;
		position: relative;
		bottom: 0px;
		max-width: 720px;
	}
	.ss-flavor .tabs .text {
		width: 100%;
		margin-left: 0%;
		min-height: 0px;
		text-align: center;
	}
	.ss-flavor .tabs .text p {
		font-size: 20px;
		font-size: 2.77777vw;
	}
	.ss-flavor .tabs .text p.subtext {
		font-size: 12px;
		font-size: 1.6666667vw;
	}
	.ss-flavor .tabs .text p.title {
		font-size: 30px;
		font-size: 4.16666vw;
	}
	.ss-flavor .tabs .text p .subtitle {
		font-size: 26px;
		font-size: 3.61111vw;
	}

	.where-to-buy .top-mountain {
	   width: 100%;
	   margin: 0px;
    }

    .where-to-buy .title {
        margin-top: 0px;
    }
    .where-to-buy .title p {
        font-size: 3.6111111vw;
    }
    .where-to-buy .title b {
        font-size: 4.4444444vw;
    }
    .where-to-buy .logo-container {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .where-to-buy .logo-container a {
        width: 38.88888vw;
        height: 15.277777vw;
        margin: 0 auto;
        display: inline-block;
    }
    .where-to-buy .logo-container a .img-padding {
        width: 38.88888vw;
        height: 15.277777vw;
        text-align: center;
    }
    .where-to-buy .logo-container a .img-padding img {
        width: 34.722222vw;
        height: auto;
        margin: 0 auto;
        transition: 0.3s width;
    }
    .where-to-buy .logo-container a .img-padding:hover img {
        width: 38.88888vw;
	}
	
	

    .listen-to-your-heart {
        font-size: 3.611111vw;
    }
    .listen-to-your-heart b {
        font-size: 5vw;
	}
	
	.listen-to-your-heart .title p {
		font-size: 26px;
		font-size: 3.611vw;
	}

	.listen-to-your-heart .title b {
		font-size: 32px;
		font-size: 4.444vw;

	}

    .listen-to-your-heart .content {
        width: 100%;
	}
	.listen-to-your-heart .wrapper {
		margin-top: 70px;
		margin-top: 9.722vw;
	}
    .listen-to-your-heart .wrapper .text {
        width: 100%;
        height: auto;
        padding-right: 5%;
        padding-left: 40%;
        padding-bottom: 50%;
        text-align: center;
        background-position: -10% 0px;
        background-size: 40%;
    }
    .listen-to-your-heart .wrapper .playlist {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
        margin-top: -45%;
        margin-bottom: 30px;
        background-color: transparent;
    }
    .listen-to-your-heart .wrapper .playlist iframe {
        width: 90%;
        max-width: 380px;
        margin: 0 auto;
	}
	
	.savoureverysip .title p {
		font-size: 26px;
		font-size: 3.611vw;
	}

	.savoureverysip .title b {
		font-size: 32px;
		font-size: 4.444vw;

	}

	.savoureverysip .owl-carousel .owl-item .circle-img {
		width: 80.556vw;
		height: 80.556vw;
	}

	.savoureverysip .owl-carousel .owl-item .circle-img .overlay {
		font-size: 20px;
		font-size: 2.778vw;
		padding: 30px 40px;
		padding: 4.167vw 5.556vw;
	}

	.savoureverysip .owl-carousel .owl-item .circle-img .social-icon {
		bottom: 3.472vw;
		margin-left: -5vw;
	}

	

	.tnc p {
		font-size: 16px;
		font-size: 2.222vw;
	}

}
@media (max-width: 480px) {
    .take-it-easy p {
        font-size: 18px;
        font-size: 3.75vw;
    }
    .take-it-easy b {
        font-size: 22px;
        font-size: 4.583333vw;
    }

    .listen-to-your-heart .wrapper .playlist iframe {
        max-width: 320px;
    }


    .still-sparkling .title {
        font-size: 26px;
        font-size: 5.41666vw;
    }
    .still-sparkling .title .pipe {
        display: block;
        height: 0px;
        overflow: hidden;
        margin-top: 5px;
    }
}

/*# sourceMappingURL=style.css.map */
