

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }
  html, body{
      font-family: 'Merriweather Sans', sans-serif;
      font-size: 100%;
      background: #ffffff;
  }
  
  @font-face {
     font-family: 'PoiretOne-Regular';
     src: url(../fonts/PoiretOne-Regular.html)format('truetype');
  }
  a:hover{
   text-decoration:none;
  }
  input[type="button"],input[type="submit"],li.parallelogram{
      transition:0.5s all;
      -webkit-transition:0.5s all;
      -moz-transition:0.5s all;
      -o-transition:0.5s all;
      -ms-transition:0.5s all;
  }
  h1,h2,h3,h4,h5,h6{
    margin:0;	
   font-family: 'Italianno', cursive;
   color: white;
  }	
  p{
      margin:0;
      font-family: 'Merriweather Sans', sans-serif;
  }
  ul{
      margin:0;
      padding:0;
  }
  label{
      margin:0;
  }
  
  /*-- header --*/
  .banner {
      background: url(../images/butterPaper.jpg) no-repeat  0px 0px fixed;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      -ms-background-size: cover;
      min-height: 800px;
      position:relative;
      background-position: center;  
      height: auto;
      width: 100%;
  }
  .down {
      position: absolute;
      left: 46%;
      top: 92%;
  
  }
  /*--head-top--*/
#main{
    color: white; 
    padding-top: 7%;
}
  

  .logo{
    float:left;
  }
  .phone {
      float: right;
  }
  .logo a{
   display:block;
  }
  .logo a h1 {
      font-weight: bold;
      font-size: 4.5em;
      color: #EFA52C;
      text-transform: uppercase;
  }
  
  .logo a span {
      color: #fff;
      font-family: 'Merriweather Sans', sans-serif;
      font-size: 0.3em;
      font-weight: bold;
  }
  .logo p {
      font-size: 0.8em;
      color: #EFA52C;
      text-transform: uppercase;
      letter-spacing: 3px;
      padding: 0;
      margin: -9px 0 12px 0;
  }
  /*--header--*/
  /*-- sticky-nav --*/
  .header-bottom {
     padding: 0.5em 0em;
      background-color:none;
      margin: 0 auto;
      width: 100%;
      text-align: center;
  }
  .fixed{
      position: fixed;
      top: 0;
      width: 100%;
      margin: 0 auto;
      left:0%;
      z-index:9999;
      background-color: rgba(0, 0, 0, 0.59);
  }
  /*-- sticky-nav --*/
  .top-menu {
      float: right;
      margin-top: 2.2em;
  }
  .top-menu ul{
      margin:0;
      padding:0;
  }
  .top-menu li {		
      text-transform:uppercase;
      display:inline-block;
  }
  .top-menu li a{
      color:#FFFFFF;
      text-decoration:none;
      display:block;
      padding:0;
      font-weight:400;
      font-size:1em;
  }	
  .top-menu li a.active{
    color: #fff200;
    }
  /*-- nav-hover --*/
  .link-effect-4 a {
    padding: 0 10px;
    margin:0 12px;
    color: #797878;
    text-shadow: none;
    position: relative;
  }
  .link-effect-4 a::before {
        position: absolute;
      top: 0;
      left: -10px;
      overflow: hidden;
      padding: 0 10px;
      max-height: 0;
      color:#EFA52C;
      content: attr(data-hover);
      -webkit-transition: max-height 0.5s;
      -moz-transition: max-height 0.5s;
      transition: max-height 0.5s;
  }
  .link-effect-4 a:hover::before {
    max-height: 100%;
  }
  /*-- //nav-hover --*/
  
  /**toggle special menu div**/

  .specialsMenu{
    background-color: rgba(0, 0, 0, 0.5);
    width: 80%;
    margin: auto;
    
}

  .container{
      color: white;
  }
  .specialMenuContainer{
      margin-bottom: 5%;
  }

  .specialImage img{
      height: 500px;
      width: auto;
      border-radius: 0px 25px 0px 25px;
      
  }

  .specialsMenuItem table tr td{
      padding-bottom: 8px;
     
  }

        

  /** toggle special menu div ends**/
  @media only screen and (max-width :800px) {
      span.menu {
        width: 35px;
        height: 35px;
        background: url(../images/nav.png)no-repeat 0px 0px;
        display: inline-block;
        float: right;
        cursor: pointer;
        margin: 32px 3px;
      }
      .top-menu {
          float: none;
          margin-top: 0em;
      }
      .top-menu  ul{
          display:none;
      }
      .top-menu  ul li {
          display:block;
          margin-right:0;
      }
      .top-menu  span.menu{
          display:block;
      }
      .top-menu ul {
          margin: 103px 0;
          padding: 2% 0;
          z-index: 999;
          position: absolute;
          width: 92%;
          background: #efa52c;
          text-align: center;
      }
      .top-menu li a {
        padding: 0.5em;
        font-weight: 400;
        font-size:0.9em;
        }
      .top-menu ul li a {
        font-size: 0.9em;
        display: inline-block;
      }
      .link-effect-4 a::before {
          position: absolute;
          top: 6px;
          left: -3px;
          overflow: hidden;
          padding: 0 10px;
          max-height: 0;
          color: #333;
      }

      .specialImage img{
          width: auto;
          height: auto;
          
      }
      
  }
  /*--slider--*/
  #slider2,
  #slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
  }
  .rslides_tabs li:first-child {
    margin-left: 0;
  }
  .rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
  }
  .events {
    list-style: none;
  }
  .callbacks_container {
    position: relative;
    float: left;
    width: 100%;
  }
  .callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .callbacks li {
    position: absolute;
    width: 100%;
  }
  .callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
  }
  .callbacks .caption {
      display: block;
      position: absolute;
      z-index: 2;
      font-size: 20px;
      text-shadow: none;
      color: #fff;
      left: 0;
      right: 0;
      padding: 10px 20px;
      margin: 0;
      max-width: none;
      top: 10%;
      text-align: center;
  }
  .callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 82%;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width:52px;
    height: 52px;
    background: transparent url("../images/arrows.html") no-repeat left top;
    margin-top: 4%;
  }
   .callbacks_nav:hover{
        opacity: 0.3;
    }
  .callbacks_nav.next {
    left: auto;
      background-position: right top;
    left: 95.5%;
   }
   .callbacks_nav.prev {
      right: auto;
      background-position:left top;
      left: 91%;
  }
  #slider3-pager a {
    display: inline-block;
  }
  #slider3-pager span{
    float: left;
  }
  #slider3-pager span{
      width:100px;
      height:15px;
      background:#fff;
      display:inline-block;
      border-radius:30em;
      opacity:0.6;
  }
  #slider3-pager .rslides_here a {
    background: #FFF;
    border-radius:30em;
    opacity:1;
  }
  #slider3-pager a {
    padding: 0;
  }
  #slider3-pager li{
      display:inline-block;
  }
  .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
  }
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display:none;
    width: 100%;
    left: 0;
    top: 0;
  }
  .rslides li{
    position: relative;
    display: block;
    float: left;
  }
  .rslides img {
    height: auto;
    border: 0;
    }
  .callbacks_tabs{
      list-style: none;
      position: absolute;
      bottom: -8%;
      z-index: 999;
      left: 47%;
      padding: 0;
      margin: 0;
      display: block;
  }
  .slider-top span{
      font-weight:600;
  }
  .callbacks_tabs li{
    display: inline-block;
    margin: 0 .3em;
  }
  @media screen and (max-width: 600px) {
    .callbacks_nav {
      top: 47%;
      }
      .seaFoodSpecial{
        display: flex;
        flex-direction: column-reverse;
    }
  }
  /*----*/
  .callbacks_tabs a{
   visibility: hidden;
  }
  .callbacks_tabs a:after {
      content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #fff;
    border: 2px solid #fff;
    border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
  }
  .callbacks_here a:after{
       background:#EFA52C;
      border: 2px solid #EFA52C;
  }
  .banner-info {
         padding: 5em 2em;
      margin: 10% auto 0;
      width: 47%;
      text-align: center;
         border: 2px solid #fff;
  }
  .banner-info h3 {
      font-size: 5em;
      font-weight: 400;
      color:#EFA52C;
      margin:0;
  }
  .banner-info p {
      color: #fff;
      font-size:3.3em;
      font-weight:bold;
  
  }
  .banner-info span {
      color: #EFA52C;
      letter-spacing: 4px;
      font-size: 0.9em;
  }
  .arrows{
          position:relative;
          color:#EFA52C;
          font-size:2em;
  }
  .arrows:before{
        content: '';
      position: absolute;
      bottom: 48%;
      left: 22.5%;
      background: #fff;
      width: 22%;
      height: 3px;
  }
  .arrows:after{
       content: '';
      position: absolute;
    bottom: 48%;
      right: 22.5%;
      background: #fff;
       width: 22%;
      height: 3px;
  }
  /*--products--*/
  #about {
      padding: 6em 0;
  }
  .arrows-two {
      position: relative;
      color: #EFA52C;
      font-size: 2em;
  }
  .arrows-two:before {
      content: '';
      position: absolute;
      bottom:42%;
      left: 22.5%;
      background: #333;
      width: 20%;
      height: 3px;
  }
  
  .arrows-two:after {
      content: '';
      position: absolute;
      bottom:42%;
      right: 22.5%;
      background: #333;
      width: 20%;
      height: 3px;
  }
  h3.tittle {
      font-size: 5em;
  }
  .ab-text {
      text-align: center;
          margin-top: 2em;
  }
  .ab-text p {
      color: #777;
      line-height: 1.9em;
      font-size: 1em;
      margin: 1em 0;
  }
  .ab-left {
      float: left;
  }
  .ab-right {
      float:right;
  }
  .h-f {
      width: 49%;
      float: left;
      margin-right: 1%;
  }
  .grid {
      position: relative;
      clear: both;
      margin: 0 auto;
          padding: 2em 0 0 0;
  }
  .hf-text {
    text-align: center;
    background-color: #fff;
    padding-bottom: 1em;
    }
  .hf-text h5 {
   font-size: 2em;
      font-weight: 400;
      color: #011750;
      line-height: 1.8em;
  }
  .hf-text p{
        color: #D00030;
      text-transform: uppercase;
      font-size: 1em;
      font-weight: 600;
  }
  /* Common style */
  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
  }
  
  .grid figure img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%;
      opacity: 0.8;
  }
  
  .grid figure figcaption {
      padding: 2em;
      color: #fff;
      font-size: 1.25em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }
  .grid figure figcaption::before,
  .grid figure figcaption::after {
      pointer-errors: none;
  }
  .grid figure figcaption,
  .grid figure figcaption > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  .grid figure figcaption > a {
      z-index: 1000;
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0;
      opacity: 0;
  }
  .grid figure h4 {
      word-spacing: -0.15em;
      font-weight: 300;
  }
  .grid figure h4 span {
      font-weight: bold;
      color: #fff;
      margin-left: 12px;
  }
  .grid figure h4,
  .grid figure p {
      margin: 0;
  }
  figure.effect-jazz {
      background: -webkit-linear-gradient(-65deg, #000 0%,#000 100%);
      background: linear-gradient(-65deg, #000 0%,#000 100%);
  }
  
  figure.effect-jazz img {
      opacity: 0.8;
  }
  figure.effect-jazz figcaption::after,
  figure.effect-jazz img,
  figure.effect-jazz p {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
  }
  figure.effect-jazz figcaption::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      content: '';
      opacity: 0;
      -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
      transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  }
  figure.effect-jazz h2,
  figure.effect-jazz p {
      opacity:1;
      -webkit-transform: scale3d(0.8,0.8,1);
      transform: scale3d(0.8,0.8,1);
  }
  figure.effect-jazz h4 {
          padding-top:57%;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      color: #EFA52C;
      font-weight: bold;
      font-size:2em;
  }
  figure.effect-jazz p {
          padding: 0em 2em;
      text-transform: none;
      font-size: 0.7em;
      opacity: 0;
      line-height: 1.8em;
  }
  figure.effect-jazz:hover img {
      opacity: 0.5;
      -webkit-transform: scale3d(1.05,1.05,1);
      transform: scale3d(1.05,1.05,1);
  }
  figure.effect-jazz:hover figcaption::after {
      opacity: 1;
      -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
      transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
  }
  figure.effect-jazz:hover h4,
  figure.effect-jazz:hover p {
      opacity: 1;
      -webkit-transform: scale3d(1,1,1);
      transform: scale3d(1,1,1);
  }
  .h-f {
      margin-bottom: 2em;
  }
  .h-f.one {
      margin-bottom:0em;
  }
  .start{
      text-align:center;
      margin-top: 1.5em;
  }
  .start a{
      padding: 15px 35px;
      background:#EFA52C;
      font-size: 1em;
      color: #fff;
      text-decoration: none;
      font-family: 'Merriweather Sans', sans-serif;
      text-transform: uppercase;
  }
  /* Bounce To Bottom */
  .hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .hvr-bounce-to-bottom:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #333;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
  }
  .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
    color: white;
  }
  .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  /*--//products--*/

  /*footer starts*/
.logo2{
  
    margin: 0 0 2em 0;
}
.logo2 a{
display:block;
}
.logo2 a h2 {
  font-weight: bold;
  font-size: 5.5em;
  color: #EFA52C;
  text-transform: uppercase;
}
.logo2 a span {
  color: #fff;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 0.3em;
  font-weight: bold;
}
a.flag_tag2 {
  color: #fff;
  font-size: 1.2em;
}
.logo2 p {
  font-size: 0.8em;
  color: #EFA52C;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0;
  margin: -9px 0 12px 0;
}
ul.s_social li{
  display:inline-block;
}   

ul.social li a:hover{
  opacity:0.8;
}
ul.social{
    display: block;
    padding: 0;
    margin: 3em auto 0;
    text-align: center;
}
ul.social li{
  display:inline-block;
}
ul.social li a{  
  
  -webkit-transition: .5s all;
  transition: .5s all;
  -moz-transition: .5s all;
  -webkit-transition: .5s all;
  transition: .5s all;
  -moz-transition: .5s all;
}

ul.social li a img{
	height: 45px;
	 width: 45px;
}
.footer {
 background:#262424;
 padding: 2em 0;
}
p.copy-right{
color:#fff;
font-size:0.9em;
  text-align: center;
}
p.copy-right a{
 color: #EFA52C;
}
p.copy-right a:hover{
text-decoration:underline;
}
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 40px;
height: 22px;
border: none;
text-indent: 100%;
background: url(../images/move-top.png) no-repeat 0px 0px;
}
/**FOOTER STARTS**/
/*#ul{
  margin-left: 4%;
}*/
ul.social{
    margin-bottom: 4%;
}
ul.social li{
	background-color: transparent;
    border:none;
}

ul.social li a img{
    margin: auto;
    border-radius: 6px;
}
@media (max-width:414px) {
    ul.social .list-group-item{
        padding: 10px 15px;
    }
    .seaFoodSpecial{
        display: flex;
        flex-direction: column-reverse;
    }
}
@media (max-width:375px) {
    ul.social .list-group-item{
        padding: 10px 15px;
    }
    .seaFoodSpecial{
        display: flex;
        flex-direction: column-reverse;
    }
}
@media (max-width:320px){ 
    ul.social .list-group-item{
        padding: 10px;
    }
    .seaFoodSpecial{
        display: flex;
        flex-direction: column-reverse;
    }
}

  @media screen and (max-width: 380px){
    .seaFoodSpecial{
        display: flex;
        flex-direction: column-reverse;
    }
  }