body {
    background: #fff;
    font-family: 'carrosseriemedium';
}

header {
    background: #00bff3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
#logo {
    margin-top: 5px;
    margin-bottom: 5px;
}
#home {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 450px;
    max-height: 1050px;
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

nav {
    background: none;
}

.top-nav {
    float: right;
}

.top-nav li {
    padding: 0px 20px;
}
.top-nav li a {
    padding: 20px 0;
    color: #024e98;
    font-size: 20px;
    border-bottom: solid 2px transparent;
}

.top-nav li a:hover, .top-nav .active-item a {
    background: none !important;
    border-bottom: solid 2px #024e98;
}

.top-nav li.submenu a:hover {
    border-bottom: solid 2px transparent;
}
.top-nav li.submenu ul li a:hover {
    border-bottom: solid 2px #024e98;
}
@charset "UTF-8";
.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
#banner {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../img/banner.jpg) no-repeat;
    background-size: cover;
    min-height: 450px;
    max-height: 1050px;
    max-width: 1399.5px;
    margin: 0 auto;
}

#contact {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../img/banner.jpg) no-repeat;
    background-size: cover;
    margin: 0 auto;
}

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #00bff3;
    min-height: 50px;
    line-height: 50px;
}

.text-left {
    text-align: left
}

#social-icons {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}

footer ul li {
    display: inline;
}
footer .line:after {
    clear: none;
    content: "";
}

#facebook:before {
    content: "\f051";
    font-family: "mfg";
    color: #003e79;
    font-size: 1.5em;
    margin-left: 0.5em;
    text-align: right;
}

#facebook:hover:before {
    color: #3b5998;
}

#twitter:before {
    content: "\f057";
    font-family: "mfg";
    color: #003e79;
    font-size: 1.5em;
    margin-left: 0.5em;
    text-align: right;
}

#gplus:before {
    content: "\f059";
    font-family: "mfg";
    color: #003e79;
    font-size: 1.5em;
    margin-left: 0.5em;
    text-align: right;
}

#copy-right {
    color: #003e79;
    font-family: 'duplademibold-demuploadedfile';
    text-align: right;
}


#contact-us footer {
    position: static;
}

.other-pages header {
    position: static;
}

#contact-form form {
    overflow: hidden;
    margin-top: 1em;
    margin-bottom: 2em;
}

#contact-form {
    min-height: 300px;
}

.contact-head {
    text-align: left;
    color: #003E79;
    font-family: 'carrosseriemedium';
    margin-bottom: 0.5em;
    margin-top: 2em;
    padding: 0 .625em;
}

#contact-form form input[type='text'],
#contact-form form input[type='email'] {
    height: 40px;
}

#contact-form form textarea {
    height: 100px;
}

#contact-form form input[type='text'],
#contact-form form input[type='email'],
#contact-form form textarea {
    padding: 5px 10px;
    border: solid 1px #aaa;
    width: 100%;
    outline: none;
    font-family: 'duplademibold-demuploadedfile';
    color: #444;
    font-size: 16px;
    border-radius: 2px
}

#contact-form form input[type='text']:focus,
#contact-form form input[type='email']:focus,
#contact-form form textarea:focus {
    border: solid 1px #003E79;
}

#contact-form form #send-message {
    background: #003E79;
    border: solid 1px #003E79;
    color: #fff;
    padding: 10px 15px;
    display: block;
    margin: 10px auto 0;
    cursor: pointer;
    font-family: 'duplademibold-demuploadedfile';
    display: block;
    outline: none;
}

#contact-form form #send-message:hover {
    background: #00BFF3;
    border: solid 1px #00BFF3;
}

#services footer {
    position: static;
}

.other-pages h1 {
    color: rgba(0, 191, 243, 0.8);
    font-size: 4em;
    margin-bottom: 5px;
    margin-top: 30px;
    text-align: center;
}

#contact-details hr {
    width: 20em;
    border-top: none;
    border-bottom: none;
    height: 2px;
    background: #D7D7D7;
    margin-bottom: 20px;
}
#contact-info {
    margin-top: 1em;
}
.contact-section ul {
    list-style: none;
    color: #444;
    padding-left: 0;
}
#contact-info h4 {
    margin-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid #666;
}
.contact-section ul li {
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 20px;
    background-position: left center;
    background-size: 16px !important;
    padding-left: 30px;
    font-family: 'duplademibold-demuploadedfile'
}
.single-cont {
    margin-bottom: 1em
}
.contact-section ul li#image-content {
    padding-left: 0px;
}

.mobile {
    background: url(../img/phone.png) no-repeat;
    background-position: 0 5px;
}

.contact-em {
    background: url(../img/mail.png) no-repeat;
    background-position: 0 5px;
}

#adress {
    background: url(../img/pin.png) no-repeat;
    background-position: 0 2px;
    background-size: 18px !important;
    line-height: 25px
}

#map {
    width: 100%;
    height: 250px;
}

#c-form label {
    display: block;
    color: #ff0000;
    font-size: 14px;
    font-family: 'duplademibold-demuploadedfile'
}

::-webkit-input-placeholder {
    color: #888
}

:-moz-placeholder {
    color: #888
}

::-moz-placeholder {
    color: #888
}

:-ms-input-placeholder {
    color: #888
}

#aboutus footer,
#products footer {
    position: static;
}

#about-cont {
    font-family: 'duplademibold-demuploadedfile';
    margin: 40px auto 20px;
    text-align: justify;
    font-size: 17px;
}

#about-cont p {
    margin-bottom: 10px;
    line-height: 30px;
    color: #666
}

#aboutus h1 {
    margin-bottom: 20px;
    text-align: center;
}

#aboutus h2 {
    margin-bottom: 0.5em;
    margin-top: 0.75em;
    font-size: 2.5em;
    color: rgba(0, 191, 243, 0.8);
    text-align: center;
    font-family: 'carrosseriemedium';
}

#aboutus h3 {
    margin-top: .5em;
    margin-bottom: .5em;
}


/* ACCORDION */

.accordion {
    margin: 0 auto 100px;
    list-style: none;
    margin-top: 30px;
    padding-left: 0px;
}

.accordion li {
    position: relative;
}

.accordion li .acc-content {
    display: none;
    margin: 15px 0 25px;
    font-family: 'duplademibold-demuploadedfile';
    font-size: 16px;
    line-height: 25px;
    border: thin solid #eee;
}

.accordion a {
    color: #fff;
    width: 100%;
    display: block;
    cursor: pointer;
    background: #777;
    margin-top: 10px;
    padding: 0 10px 0 20px;
    line-height: 45px;
    font-size: 22px;
    text-transform: uppercase;
    user-select: none;
    border-bottom: 1px solid #d9e5e8;
}

.accordion a:after {
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    right: 15px;
    content: " ";
    top: 17px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.acc-details {
    padding:20px
}
.acc-details i {
    color: #00BFF3;
    margin-right: 5px
}
.accordion p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}

a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.clear {
    clear: both
}

.fluidcontainer {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

.product-banner {
    min-height: 250px;
    margin-bottom: 1em;
}
#frozen-shrimp {
    background: url(../img/shrimp-banner.png) no-repeat center;
    background-size: cover;
}
#frozen-squid {
    background: url(../img/frozen-squid.jpg) no-repeat center;
    background-size: cover;
}
#frozen-octopus {
    background: url(../img/frozen-octopus.jpg) no-repeat center;
    background-size: cover;
}

#frozen-fish {
    background: url(../img/frozen-fish.jpg) no-repeat center;
    background-size: cover;
}

#frozen-crab {
    background: url(../img/crab.jpg) no-repeat center;
    background-size: cover;
}
#frozen-cuttlefish{
    background: url(../img/cuttlefish.png) no-repeat center;
    background-size: cover;
}


#service-banner {
    background: url(../img/services-banner.png) no-repeat;
    min-height: 250px;
    background-size: cover;
    margin-bottom: 3em;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.product-banner .overlay {
    background: rgba(0,0,0,0.125);
}
#frozen-squid .overlay {
    background: rgba(0,0,0,0.2);
}

#contact-banner {
    background: url(../img/contact-banner.png) no-repeat;
    min-height: 250px;
    background-size: cover;
}

.product-banner h1,
#service-banner h1,
#contact-banner h1 {
    text-align: center;
    color: #fff;
    font-size: 4em;
    margin-top: 80px;
}


.product-banner hr,
#service-banner hr,
#contact-banner hr {
    border-top: none;
    border-bottom: none;
    height: 2px;
    background: #fff;
}


#about-banner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    border-bottom: 2px solid #00bff3;
}
.fish-img {
    padding: 1em 0
}
.fish-img img {
    margin: 10px auto
}
fieldset {
    border: none;
}

form fieldset:last-of-type {
    margin-top: .8em;
}

#service-list {
    margin-bottom: 3em;
    padding-left: 0
}

#services #service-list li {
    font-family: 'duplademibold-demuploadedfile';
    line-height: 30px;
    list-style: none;
    background: url("../img/feather.png") no-repeat;
    background-position: 0 8px;
    padding-left: 30px;
    font-size: 17px;
    margin-bottom: 10px;
    text-align: justify
}

#about-cont h3 {
    color: #555;
    margin-bottom: .5em;
    margin-top: 1em;
    font-family: 'duplademibold-demuploadedfile';
    font-size: 1.4em;
    text-shadow: 0 0 1px #ddd;
}
.contact-section {
    margin: 2em 0;
    overflow: hidden
}
#result {
    text-align: left;
    padding: 0 .5em;
    font-family: 'duplademibold-demuploadedfile';
}
#result p {
    margin-bottom: 5px
}
#result .loading {
    color: #003E79
}
#result .success {
    color: #15AE15
}
#result .error {
    color: #D41919
}
#form_id {
    display: none
}


.head-bg {
        color: rgba(0, 191, 243, 0.8);
        text-align: center;
}
















@media only screen and (max-width: 480px) {
    #contact-details h1 {
        font-size: 3.5em;
    }
    #contact-details hr {
        width: 15em;
    }
    .product-banner h1 {
        font-size: 3em;
    }
}

@media only screen and (max-width: 768px) {
    .top-nav {
        float: none
    }
    .top-nav li a {
        padding: 10px 0;
        color: #fff;
        background: none;
        border-top: none;
        text-align: center
    }
    .contact-section {
        position: static;
        height: auto;
    }
    #contact-form {
        height: auto;
    }
    .other-pages footer {
        position: static;
        overflow: hidden;
    }
    #contact-details {
        padding-left: 0px;
    }
    .contact-section ul {
        margin-top: 1em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .top-nav li {
        padding: 0px 8px;
    }
    .top-nav li a {
        font-size: 18px;
    }
    .contact-section ul li {
        padding-left: 20px;
        font-size: 14px;
    }
}
