@charset "UTF-8";

/*****************************************************/
/** Small devices (landscape phones, 576px and up) **/
/***************************************************/
@media (min-width: 576px) {
header .gd-logo {
    width: 70px;
  
}
    
header .contacts{
        text-align:right;
    }
#mobile-menu {
    top: -330px;
}
.header-detail {
    bottom: -15px;
}
.shop-btn {
    width: 80px;
    height: 30px;
    right: 25px;
}
.slider-wrapper {
    height: 250px;
    overflow: hidden;
    width: 100%;
}
.slider-wrapper .container-fluid {
    padding: 0;
}
#homepage-slider {
    width: 100%;
    height: 50%;
    overflow: hidden;
}
#homepage-slider img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.slider-bottom {
    position: absolute;
    bottom: -2px;
}
.slider-shadow {
    position: absolute;
    bottom: -30px;
}
.slider-shadow img {
    width: 100%;
}
    
    .this-month, .next-month{
        width: 220px;
        height: 140px;
        position: absolute;
        top: 20%;
        left: 8%;
    }   
    
    
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 230px;
}
.monthly-wrap img.title {
    width: 80%;
    display: block;
    margin: 0 auto 30px;
}
.pumpclip {
    position: relative;
    height: 300px;
}
.pumpclip .col-6 {
}
.pumpclip img.clip {
    position: absolute;
    right: -40px;
    width: 230px;
	height: 300px;
    z-index: 2;
    object-fit: contain;
}
.pumpclip img.hop-ranking {
    position: absolute;
    left: -20px;
    width: 180px;
    z-index: 1;
}
.core-ale-name {
    font-size: 150%;
}
.core-style {
    font-size: 120%;
}
.footer-col-1, .footer-col-2 {
    display: block;
}
footer ul li {
    margin: 5px 0;
    text-align: left;
}
.footer-col-3 {
    font-size: 100%;
}
.footer-col-3 ul li {
    display: block;
    margin: 5px 0;
}
.footer-col-3 h4 {
    display: block;
    text-align: left;
}
	
	.gd-page img{
		width: 200px;
		height: 200px;
		float:left;
		margin: 0 15px 15px 0;
	}
	
.slider-content{
	color: #2E2E2E;
	width: 60%;
	position: relative;
	top: -20px;
	left:-45px;
	text-align: left;

}

.slider-content h1{
	font-size: 180%;
	margin: 0 0 5px;
}

.slider-content h2{
	font-size: 160%;
	margin: 0 0 5px;
}
    
.release-month{
    width: 60px;
    height: 60px;
    top: 2px;
    left: 15%;
    font-size: 95%;
    line-height: 14px;
    
}
	
	
}

/*****************************************************/
/*****    Medium devices (tablets, 768px and up)  ****/
/*****************************************************/
@media (min-width: 768px) {


#mobile-menu {
    top: -300px;
}
.header-detail {
    bottom: -25px;
}
.shop-btn {
    position: absolute;
    bottom: -48px;
    right: 30px;
    background-size: 100%;
    z-index: 3;
    width: 125px;
    height: 43.75px;
    font-size: 100%;
    text-align: center;
}
.shop-btn span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    color: #000000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider-wrapper {
    height: 300px;
    overflow: hidden;
    width: 100%;
}
#homepage-slider img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 230px;
}
.monthly-wrap img.title {
    width: 80%;
    max-width: 400px;
    display: block;
    margin: 0 auto 30px;
}
 
.release-month{
    width: 60px;
    height: 60px;
    top: 2px;
    left: 10%;
    font-size: 95%;
    line-height: 14px;
    
}
    
.pumpclip {
    position: relative;
    height: 330px;
}
.pumpclip .col-6 {
}
.pumpclip img.clip {
    position: absolute;
    right: -70px;
    width: 230px;
    z-index: 2;
    object-fit: contain;
}
.pumpclip img.hop-ranking {
    position: absolute;
    left: 10px;
    width: 180px;
    z-index: 1;
}
.mySlides .col-md-6:nth-child(2) {
    padding: 0 30px;
}
.arrow {
    display: block;
    width: 80px;
    height: 80px;
}
.arrow-left, .arrow-left-dark {
    background-size: 50%;
    background-position: left center;
}
.arrow-right, .arrow-right-dark {
    background-size: 50%;
    background-position: right center;
}
.core-arrow-left-dark {
    width: 30px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 30%;
    -webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    background-size: 50%;
    cursor: pointer;
}
.core-arrow-right-dark {
    width: 30px;
    height: 60px;
    position: absolute;
    left: 100%;
    top: 30%;
    -webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    background-size: 50%;
    cursor: pointer;
}
.core-header img {
    width: 55%;
    padding: 20px;
}
.core-ale-name {
    font-size: 150%;
}
.core-style {
    font-size: 120%;
}
.footer-col-1, .footer-col-2 {
    display: block;
}
/* .core-ale-name-wrap {
    width: 100%;
    height: 50px;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0));
    position: absolute;
    bottom: 55px;
} */
/* .core-ale-name-shadow {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0));
} */

.col-md-1{
    border: 1px solid red;
}

.col-md-4 {
    padding: 0;
}
footer {
    font-size: 80%;
}
footer ul li {
    margin: 5px 0;
    text-align: left;
}
.footer-col-3 {
    font-size: 100%;
}
.footer-col-3 ul li {
    display: block;
    margin: 5px 0;
}
.footer-col-3 h4 {
    display: block;
    text-align: left;
}
.footer-nav {
    position: relative;
    top: 80px;
}
footer .gd-logo img {
    width: 60px;
    height: 90px;
    position: relative;
    top: -10px;
    left: 0;
}
.download-booklet img {
    width: 70%;
	margin-top: 20px;
}

.core-wrapper{
}

.core-pump img {
    transition: transform .5s;
    transform: perspective(0px);
}
/* .core-pump img:hover {
    -webkit-transform: perspective(1000px) rotateX(30deg);
    -moz-transform: perspective(1000px) rotateX(30deg);
    -ms-transform: perspective(1000px) rotateX(30deg);
    transform: perspective(1000px) rotateX(30deg);
    transition: transform .5s;
    cursor: pointer;
} */
.core-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: 1s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 150px 60px rgba(255,255,255,0.4);
}
.pumpglow {
    opacity: 1;
    transition: 1s;
}

#core-range{
    padding: 70px 0;
}

#core-range .row {
    max-width: 1300px;
    margin: 0 auto;
}
.this-month, .next-month {
    width: 250px;
    height: 130px;
    position: absolute;
    top: 15%;
    left: 10%;
}
    
    .carousel-caption{
        padding: 0;
        margin: 0;
        width: 30%;
        top: 190px;
        left: 10%;
        right: 0;
    }

.monthly-slider-text {

    letter-spacing: 1px;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 70%;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
}
.monthly-slider-text h1 {
    font-size: 400%;
}
.book-online {
    background: url('../images/book-online-bg.jpg') no-repeat;
	background-position: -200px ;
}
	
.slider-content{
	color: #2E2E2E;
	width: 60%;
	position: relative;
	top: -30px;
	left:-50px;
	text-align: left;
	

}

.slider-content h1{
	font-size: 240%;
	margin: 0 0 5px;
}

.slider-content h2{
	font-size: 220%;
	margin: 0 0 5px;
}		
	
	
}

/*****************************************************/
/*****   Large devices (desktops, 992px and up)   ****/
/*****************************************************/
@media (min-width: 992px) {
    
header .gd-logo {
    width: 85px;
    max-width: 100px;
    position: absolute;
    top: -25px;
    left: 30px;
}   

header .contact-row{
        font-size: 130%;
    }
    
header .container-fluid {
    max-width: 900px;
}
header nav {
    display: block;
    text-transform: uppercase;
    font-weight: 200;
}
header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 8px;
}
header nav ul li {
    display: inline-block;
    margin: 0 17px 0 0;
    padding: 0;
}
header nav ul li a, header nav ul li a:focus  {
    color: #ffffff;
}
	
	
.col-lg-7.contacts, .col-lg-5.contacts {
    text-align: right;
}
.header-detail {
    bottom: -25px;
}
.header-detail img {
    height: 40px!important;
}
.shop-btn {
    position: absolute;
    bottom: -59px;
    right: 20px;
}
.slider-wrapper {
    height: 360px;
    overflow: hidden;
    width: 100%;
}
#homepage-slider img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.slider-bottom {
    position: absolute;
    bottom: -5px;
}
.slider-shadow {
    position: absolute;
    bottom: -42px;
}
.slider-shadow img {
    width: 100%;
}
.pumpclip-wrap  {
    background: #ffffff url('../images/droplets.png') repeat-y top center;
}
	
	.shop-drop-wrap{
		background:url('../images/droplets.png') repeat-y top center;
	}	
.single-drop-1 {
    width: 16px;
    height: 16px;
    background: url('../images/single-droplet-1.png') no-repeat;
    position: absolute;
    right: 80px;
    bottom: 90%;
    z-index: 99999;
}
.single-drop-run-1 {
    animation: drop-run-1;
    animation-duration: 25s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}
 @keyframes drop-run-1 {
 25% {
right: 100px;
}
 35% {
right: 65px;
}
 100% {
right: 60px;
bottom: 50px;
}
}
.single-drop-2 {
    width: 16px;
    height: 18px;
    background: url('../images/single-droplet-2.png') no-repeat;
    position: absolute;
    left: 100px;
    bottom: 60%;
    z-index: 99999;
}
.single-drop-run-2 {
    animation: drop-run-2;
    animation-duration: 30s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
 @keyframes drop-run-2 {
 25% {
left: 70px;
}
 50% {
left: 80px;
}
 100% {
right: 90px;
bottom: 80px;
}
}
.single-drop-3 {
    width: 16px;
    height: 20px;
    background: url('../images/single-droplet-3.png') no-repeat;
    position: absolute;
    right: 260px;
    bottom: 96%;
    z-index: 99999;
}
.single-drop-run-3 {
    animation: drop-run-3;
    animation-duration: 25s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}
 @keyframes drop-run-3 {
 10% {
right: 270px;
}
 20% {
right: 270px;
}
 40% {
right: 260px;
}
 60% {
right: 255px;
}
 80% {
right: 260px;
}
 100% {
right: 245px;
bottom: 50px;
}
}
.this-month {
    background-size: 80%;
    width: 300px;
    height: 100%;
    position: absolute;
    top: 70px;
    left: 120px;
}
.next-month {
    background-size: 80%;
    width: 300px;
    height: 100%;
    position: absolute;
    top: 70px;
    left: 120px;
}
 
    .carousel-caption{

        padding: 0;
        margin: 0;
        width: 30%;
        top: 200px;
        left: 120px;
        right: 0;
    }
    
    
.monthly-slider-text {
    letter-spacing: 1px;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 90%;
}
.monthly-slider-text h1 {
    font-size: 400%;
}
	
.book-online {
	background-position: -100px ;
}	
	
	#mobile-menu{
		display:none;
	}
	
.slider-content{
	color: #2E2E2E;
	width: 60%;
	position: relative;
	top: -70px;
	left:-70px;
	text-align: left;

	

}

.slider-content h1{
	font-size: 300%;
	margin: 0 0 5px;
}

.slider-content h2{
	font-size: 280%;
	margin: 0 0 5px;
}		
		
	
	
	
}

/*****************************************************/
/*Extra large devices (large desktops, 1200px and up)*/
/*****************************************************/
@media (min-width: 1200px) {
#slider {
    background: linear-gradient( #bcbcbc, #f0f0f0);
    box-shadow: inset 0 -45px 50px 0 #ffffff;
}
.slider-wrapper {
height: 360px;

}
    
#homepage-slider img {
    width: 100%;
    /* height: 500px; */
    object-fit: cover;
}
.slider-bottom {
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.slider-bottom img {
    width: 100%;
}
.slider-shadow {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.slider-shadow img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
	
.book-online {
	background-position: 0 ;
}
    
 .this-month {
    background-size: 100%;
    width: 300px;
    height: 100%;
    position: absolute;
    top: 70px;
    left: 15%;
}
.next-month {
    background-size: 100%;
    width: 300px;
    height: 100%;
    position: absolute;
    top: 70px;
    left: 15%;
}
 
    .carousel-caption{
        padding: 0;
        margin: 0;
        width: 30%;
        top: 240px;
        left: 15%;
        right: 0;
    }   
    
    
    .monthly-slider-text {
    font-size: 120%;
}
    
	
}

@media(max-width: 767px){
	.core-wrapper{
		margin-inline: 0px;
	}
}
