
.topimage {

    background-image: url('images/toppic1.jpg');
    background-size: cover; 
    background-position: center center;
    width:100%;
    height:60%;
    min-width:300px;
}

.vertical-middles {
    margin-top:60px;
    margin-bottom: 60px;
}

.contentbottom {
    bottom:0px;
    width:100%;
    min-height:30%;
    position:absolute;
    background-image: url('images/lighttrans.png');
    background-repeat: repeat;
    padding:20px;
}
#header.full-header #logo {
    padding-right:0px;
    padding-top: 8px;
}
#section-eat {
    min-height:600px !important;
}
#section-drink {
    min-height:600px !important;
}

a {
    text-decoration: none !important;
    color: #568dc1 !important;
}
a:hover {color: #c37c79 !important;text-decoration:underline;}

a.pond {
    text-decoration: none !important;
    color: #f0ebd8 !important;
}
a.pond:hover {color: #e9c476 !important;}

#primary-menu ul li > a {
    color:#ffffff;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    text-decoration:underline;
    color: #c37c79;
}
div.heading-block.nobottomborder.wtext, div.heading-block.nobottomborder.wtext h1 {
        color:#58676c;
        text-align:left;
    }
    #splashlogo {
      padding:20px;
    }
@media (min-width: 771px) {
    .whatsoncontainer {
        display: -webkit-flex;
        display: flex;
        width:100%;
        max-width:970px;
    }

    

    .whatsonimage {
        -webkit-flex: initial;
        flex: initial;
        width: 70%;
        padding-right:10px;
    }
    .whatsoncontent {
        -webkit-flex: none;
        flex: none;
        width: 30%;
        background-color: #000;
        padding:10px;
        color:#fff;
        text-align:left;
    }
    .whatsoncontent h2 {
        color:#D52929;
        font-size: 120%;
        margin-bottom: 10px;
    }
    .whatsonprim {
        width:80%;
    }
    .whatsonwrapper {
        display: flex;
        width: 100%;
    }
    #whatsonsmallimages {
        display:block;
    }
    .dimmi-widget {
    height:370px;
    float:right;
}
}
@media (max-width: 770px) {
    .whatsoncontainer {
        width:100%;

    }
    #splashlogo {
        display:none;
    }
    .whatsonimage {
        width: 100%;
        padding-bottom:10px;
    }
    .whatsoncontent {
        width: 100%;
        background-color: #000;
        padding:10px;
        color:#fff;
        text-align:left;
        padding: 2px 20px;
    }
    .whatsonprim {
        width:100%;
    }
    .whatsonwrapper {
        width: 100%;
        margin-bottom:10px;
    }
    #whatsonsmallimages {
        display:none;
    }
    .whatsonwrapper{
        display:block !important;
    }
    .contentbottom {
        position:relative;
    }
    .dimmi-widget {
    height:370px;
    float:none;
}
.si-sticky {
position: fixed;
top: 40px;
left: 10px;
width: 90px;
z-index: 500;
display:block !important;
}
.emphasis-title h1, .emphasis-title h2 {
    font-size:22px !important;
}
}
.specbutton {

    font-size: 16px;
    background-color: #416e7d;
    color: #FFF;
    border: 0px;
    letter-spacing: 1px;
    display: inline-block;
    padding:5px;
    min-width:150px;
    text-align:center;
    margin:10px;
}
#logo img {
    width: 100%;
}
.bigheading {
    font-size:180%;
    color:#b18434;
    font-weight:lighter;
}

.openinghours {
    margin-top:20px;
}
#venuehours td {
    padding:3px 10px 3px 0px;
}

.greyme {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.5\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray alpha(opacity=50); /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    opacity:.5;
    display:block;
}

 .greyme:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity:1;
    box-shadow: 1px 1px 1px  1px #888;
    
}
.whatsonhead {
    color:#fff !important;
}
.bottompaddingsingle {
    padding-bottom:60px;
}
#content {
     /*background-color:#000 !important;*/
}
.section {
     /*background-color:#000 !important;*/
}
.enquirycolor {
     background-color:#fff !important;
}
.dark #copyrights {
    background-color: rgba(0, 0, 0, 1);
color: rgba(255, 255, 255, 1);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
border-top:1px solid white;
padding: 20px 0;
background-image: url('images/topbkgd.jpg');
}

#primary-menu ul li > a {
padding: 18px 5px;
}

.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
    margin-bottom:10px !important;
}
.uniquecolor {
     background-color: rgb(236, 233, 231);
}

.firstspec {
    margin-left:0px !important;
}

.pondhoppers-ltd {
    display:none;
}

.emphasis-title h1 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #416e7d;
}
.emphasis-title h2 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
}

.baselinks {
    color: #ffffff;
}


.sticky-side-element {
	position: fixed;
	top: 50%;
	margin-top: -24px;
	left: auto;
	right: -31px;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	background-color: #EEE;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}


.button.button-3d:hover {
    background-color: #101426 !important;
}
.button {
    background-color: #568dc1 !important;
}
.sticky-side-element {
    background-image: url('images/topbkgd.jpg') !important;
    color:#FFF !important;
}


#logo {
    position: absolute;
    left: 50%;
    top: -21px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    opacity: 0;
}
@media (min-width: 992px) {

    
    
    
#primary-menu {
    width: 100%;
    position: absolute;
    padding-top: 53px;
    left: -10px;
}
.pondhopper-header #logo img {
   opacity:1;
    width: 160px !important;
    margin-top: -40px;
    margin:0px auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.pondhopper-header #primary-menu ul li {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
 #primary-menu ul li {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
#header.full-header #primary-menu > ul {
    float: none;
/*    padding-right: 15px;
    margin-right: 15px;*/
    margin: 0px auto !important;
    display: table;
    /* width:920px; */
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.pondhopper-header #primary-menu > ul {
    width:840px !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.pondhopper-header #primary-menu ul > li:nth-child(4) {
    margin-right: 1.5%;
    border: 0;
    padding-right: 3%;
}
.pondhopper-header #primary-menu ul > li:nth-child(5) {
    margin-left: 2.5%;
    border: 0;
    padding-left: 3%;
}
}

@media (max-width: 992px) {
    #logo img:not(.pondhopper-header) {
       opacity:1;
       max-width:227px;
/*       transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;*/
    }
    
    #header #header-wrap {
            height: 82px !important;
    }
       
    
.pondhopper-header #logo img {
   opacity:1;
    width: 160px !important;
     margin: 45px auto 0px auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

}
.slider {
       display: flex;
  justify-content: center;
  align-items: center; 
}
#homelogo {
   position: absolute;
   
   z-index:10;

}


@media (max-width: 900px) {


#homelogo img {
   max-width:200px;
}

}

@media (max-width: 767px) {


#homelogo img {
   max-width:150px;
}

}

@media (max-width: 599px) {


#homelogo img {
   max-width:120px;
}

}

@media (max-width: 520px) {


#homelogo img {
   max-width:120px;
}

}

@media (max-width: 479px) {

#homelogo img {
   max-width:90px;
}

}

@media (max-width: 430px) {

#homelogo img {
   max-width:90px;
}

}

@media (max-width: 479px) {
.container, #header.full-header .container, .container-fullwidth {
     width: 100% !important;
}
}
@media (max-width: 767px) and (min-width: 480px) {
.container, #header.full-header .container, .container-fullwidth {
    width: 90% !important;
}
}
.instagram-photos img {
    margin:2px;
    border:1px solid white;
        
}

@media (max-width: 991px) {
    .instagram-photos {
       max-width: 470px !important;
    margin: 0px auto;
    }
}

@media (min-width: 600px) {
    .patng {
    margin-top: -80px !important;
    }
}

input[name="PatronName"], input[name="PatronSurname"], input[name="PatronEmail"], input[name="PatronSurname"], input[name="PatronMobile"], input[name="TextBox"], input[type="text"], select[name="CustomDropdown"], textarea {
    width: 100%;
}
/* div.MGLField input:not(#MGLDOB) {
    padding: 2px;
    width: 100%;
    border-radius: 7px;
    color: #000;
}

input[type="radio"] {
    padding: 2px;
    width: 20px !important;
    
}

div.MGLRow {
    clear: both;
    padding-bottom: 45px;
     margin-right: 0px !important;
}

div.MGLLabel {
    width: 30%;
    float: left;
     font-weight: normal !important; 
}

@media (max-width: 477px) {
    
div.MGLField {
    width: 100% !important;
    float: none !important;
    margin: 0px !important;
}
div.MGLField input:not(#MGLDOB) {
    padding: 2px;
    width: 100%;
    margin:0px !important;
    border-radius: 7px;
    color: #000;
    float:none;
    max-width:289px;
}

input[type="radio"] {
    padding: 2px;
    width: 20px !important;
    
}

div.MGLRow {
    clear: both;
        padding-bottom: 8px !important;
     margin: 0px !important;
}

div.MGLLabel {
    width: 100% !important;
    float: none;
     font-weight: normal !important; 
}

} */

select, submit {
        color: #000;
    background-color: #fff;
}
input[type="submit"] {
    color: #000;
    
    background-color: #fff;
}
#copyrights {
    
/* background-image: url('images/linebkgd.png'); */
}
@media (min-width: 991px) {
.logos {
     display: flex;
  justify-content: center;
  align-items: center; 
    width: 382px;
    float: left;
    height:109px;
}

.logomid {
     display: flex;
  justify-content: center;
  align-items: center; 
    float: left;
    padding: 0px 5px;
}
.logos .col_one_fifth {
    margin:0px !important;
}
.logos .col_one_fifth img {
    margin:0px auto !important;
}

}
@media (min-width:572px) and (max-width: 990px) {
 .logos {
     display: flex;
  justify-content: center;
  align-items: center; 
    width: 382px;
    float: left;
    height:56px;
}

.logomid {
     display: flex;
  justify-content: center;
  align-items: center; 
    float: right;
    padding: 0px 5px;
}
.logos .col_one_fifth {
    margin:0px !important;
}
.logos .col_one_fifth img {
    margin:0px auto !important;
}
}
@media (max-width:571px) {
 .logos {
     display: flex;
  justify-content: center;
  align-items: center; 
    width: 100%;
    float: left;
    height:56px;
}

.logomid {
     display: none;
}
.logos .col_one_fifth {
    margin:0px !important;
    width: 16.8% !important;
    float: left !important;
}
.logos .col_one_fifth img {
    margin:0px auto !important;
}
}

#copyrights {
    padding: 10px 0;
    color: #fff;
    background-color: #568dc1;
    font-size: 12px;
    line-height: 1.8;
}

@media (max-width: 991px) {
#primary-menu {
    background-color: #ffffff !important;
    width: 300px;
        float: right !important;
            margin-top: 74px;
    margin-right: -42px;
}
#primary-menu ul li a div {
    padding-left:20px;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    text-decoration: none !important;
    color: #568dc1 !important;
    background-color: #ffffff !important;
}
}    
.mfpshareimage {
    height: 45px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
}



.pondcol_one_third {
    border-radius:25px;
    float: left;
        cursor: pointer;
    overflow: hidden;
    position:relative;
    margin:0px 15px;;
    width: calc(33% - 30px);
}

@media (max-width: 771px) {
    .pondcol_one_third {
       
        margin: 15px auto;
        width: 70%;
        float: none;
    }

}
.pondcol_one_third img {
        -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: auto;
}
.hover-zoom {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.hover-zoom img {
    
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.hover-zoom:hover img {
    -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.threeboxes {
    padding:30px 0px;
    max-width: 1174px;
    margin:auto;
 }
 @media (max-width: 791px){
     .threeboxes {
         padding:10px 0px;
      }
  
 }
 
.pondbanner-content {
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: white;
    position: absolute;
    z-index: 2;
    font-size: 13px;
    
    
}

.pondbanner-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
        z-index: 30;
}
.bottomboxes {
    font-family: fraunces, sans-serif !important;
    color: #fff !important;
    font-style: normal !important;
    font-size: 35px;
    font-weight: 300 !important;
    margin: auto;
}

@media (max-width: 991px) {
    #homelogo {
    display:none;
   }
}
/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type:none;
    padding:0;
    
    -moz-user-select:none;
    -webkit-user-select:none;
  }
  .rating-stars ul > li.star {
    display:inline-block;
    
  }
  
  /* Idle State of the stars */
  .rating-stars ul > li.star > i.fa {
    font-size: 20px;; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
  }
  
  /* Hover state of the stars */
  .rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
  }
  
  /* Selected state of the stars */
  .rating-stars ul > li.star.selected > i.fa {
    color:#FF912C;
  }
  #template-contactform label {
      margin-top: 16px;
  }
  .sm-form-control {
    color: #000;
    border-bottom: 1px solid #000;

}





.dark #primary-menu:not(.not-dark) ul ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content, #primary-menu.dark ul ul, #primary-menu.dark ul li .mega-menu-content,#primary-menu ul ul:not(.mega-menu-column),#primary-menu ul ul:not(.mega-menu-column):hover {
    background-color: #568dc1 !important;
    border-color: #568dc1 !important;
    border-top-color: #fff !important;
}

.dark #primary-menu:not(.not-dark) ul ul li > a, #primary-menu.dark ul ul li > a  {
    background-color: #568dc1 !important;
    color: #fff !important;
    text-align:left;
    font-family: brandon-grotesque, sans-serif !important;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding-left:10px;
}

.dark #primary-menu:not(.not-dark) ul ul li:hover > a, #primary-menu.dark ul ul li:hover > a {
    color: #006346 !important;
}

#primary-menu ul ul li:hover > a, #primary-menu ul ul li > a {
    background-color: #568dc1 !important;
    color: #fff !important;
    text-align:left;
    font-family: brandon-grotesque, sans-serif !important;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding-left:10px;
}
#primary-menu ul ul li:hover > a {
    color: #fff !important;
}
@media (min-width: 991px){
    #primary-menu ul li {
        height: 56px;
    }
    #primary-menu ul li li {
        height: 45px;
        }
   
    }
    @media (max-width: 991px) {
        body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current ul a {
            color: #568dc1 !important;
        }
    }
@media (max-width: 991px){
    #primary-menu ul li a {
        width:90%;
    }
    #primary-menu ul ul li:hover > a, #primary-menu ul ul li > a {
        background-color: white !important;
        
    }
    .dark #primary-menu:not(.not-dark) ul ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content, #primary-menu.dark ul ul, #primary-menu.dark ul li .mega-menu-content,#primary-menu ul ul:not(.mega-menu-column),#primary-menu ul ul:not(.mega-menu-column):hover {
        background-color: white !important;
    }

        #primary-menu ul ul li > a {
            padding: 11px 5px !important;
            font-size: 20px;
            text-transform: lowercase;
            font-weight: 500;
            color: #568dc1 !important;
        }
}


.bookingbut {    
    border: solid #568dc1 1px;
    border-radius: 50px;
    padding: 10px 20px;
}

#homescroller {
    text-align: center;
   z-index:10;
   position: absolute;
   bottom: 20px;
}

.imcontainer {
    overflow: hidden;
}
.animated-image {
    opacity: 0;
    transform: translateX(100%);
}

.animated {
    animation: fadeInSlideIn 3s forwards;
}

@keyframes fadeInSlideIn {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animatedleft-image {
    opacity: 0;
    transform: translateX(-100%);
}

.animatedleft {
    animation: fadeInSlideInLeft 3s forwards;
}

@keyframes fadeInSlideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

#dmn-partner-widget {
    margin:auto !important;
}
.bookbutton {
    display:none;
}
@media (min-width: 991px){
.bookbutton {
    display:block;
    position: absolute;
    top: 14px;
    right: 0px;
}
}
.bookbuttonli {
    display:none;
}

@media (max-width: 991px){
    .bookbuttonli {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        text-align: center;
        height: 40px;
        z-index: 3000000;
        margin: 0px;
       
    }
    #footer {
        padding-bottom: 40px;
    }
    }
    .button-white {

        background-color: transparent !important;
        color: #568dc1 !important;
    border: 1px solid #568dc1;
    }

.button-white:hover { background-color: #568dc1 !important;color: #fff !important; }


.sb-items {
    list-style: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 455px;
}
.sb-item {
    float: left;
    white-space: nowrap;
    width: 150px;
}
.sb-icon svg {
    fill: #568dc1;
    transition: fill 0.3s;
    max-width: 18px;
    margin-right: 8px;
    paddinG: 0px;
    vertical-align: text-top;
}

.sb-icondrink svg {
    fill: #568dc1;
    transition: fill 0.3s;
    max-width: 26px;
    margin-right: 8px;
    paddinG: 0px;
    vertical-align: text-top;
}

@media (max-width: 991px){
    .sb-container {
        text-align: center;
    }
    .sb-items {
        list-style: none;
        width: auto;
        display: inline-block;
        margin: auto;
    }
    .sb-item {
        float: none;
        margin-bottom: 20px;
        text-align:left;
    }

}


/*-----------------------
Waves-Animation
------------------------*/
@-webkit-keyframes move_wave {
    0% {
        -webkit-transform: translateX(0) translateZ(0) scaleY(1);
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }

    100% {
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

@keyframes move_wave {
    0% {
        -webkit-transform: translateX(0) translateZ(0) scaleY(1);
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }

    100% {
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}

.bgTop {
    z-index: 15;
    opacity: 0.3;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.5;
}

.bgBottom {
    z-index: 5;
    opacity: 0.3;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 50px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 60px;
}

.waveAnimation .waveMiddle {
    -webkit-animation: move_wave 10s linear infinite;
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 50px;
}

.waveAnimation .waveBottom {
    -webkit-animation: move_wave 15s linear infinite;
    animation: move_wave 15s linear infinite;
}

@media (max-width: 600px){
    .waveTop {
        background-size: 30% 20px;
    }
    .waveMiddle {
        background-size: 30% 30px;
    }
    .waveBottom {
        background-size: 30% 20px;
    }
}