/***********************
*  Site Specific CSS   *
************************/

/* @imports
--------------*/
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.svg#ralewayregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.svg#ralewaybold) format('svg');
   font-weight:700;
   font-style:normal;
}

@font-face{
   font-family: 'Lobster Two';
   src:   url(http://cdn.myld.com.au/1/fonts/LobsterTwo/lobstertwo-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/LobsterTwo/lobstertwo-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/LobsterTwo/lobstertwo-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/LobsterTwo/lobstertwo-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/LobsterTwo/lobstertwo-bold-webfont.svg#lobster_twobold) format('svg');
   font-weight:700;
   font-style:normal;
}

/* @general styles
-----------------*/
body {
    font-family: 'Raleway', serif;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow-x: hidden
}

a {
    color: #0371be;
    text-decoration: none;
}

a:hover {
    color: #0371be;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 10px 0
}

strong,
label,
dt {

}

dd {
    margin-bottom: 15px
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 20px 0;
    color: #0371be;
    font-family: 'Lobster Two', sans-serif;
    font-weight: 700;
}

h1 { font-size: 30px }
h2 { font-size: 25px }
h3 { font-size: 22px }
h4 { font-size: 17px }
h5 { font-size: 16px }

header,
main,
footer,
section,
.wrap {
    width: 100%;
    margin:  0;
    padding: 0;
}

.no-gutter {
    margin: 0;
    padding: 0
}

ul.no-gutter {
    list-style: none
}

ul.no-left-gutter,
ol.no-left-gutter {
    padding-left: 17px
}

.ease {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.spacer10 {
    height: 10px
}

.spacer20 {
    height: 20px
}

.spacer30 {
    height: 30px
}

.spacer40 {
    height: 40px
}

.spacer50 {
    height: 50px
}

.spacer100 {
    height: 100px
}

#schema {
    display: none
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.align-left {
    float: left
}

.align-right {
    float: right
}

.align-center,
.divider {
    margin: 0 auto
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.overlay .content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%
}

.helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;    
}

.divider {
    position: relative
}

.divider img {
    position: relative;
    z-index: 2;
    background-color: white;
    padding: 0 20px
        
}

.divider:after {
    position: absolute;
    content: "";
    left: 0;
    top: 49%;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #dfdfdf;
    z-index: 1
}




/* -- HEADER -- */

#header,
#header .wrap {
    position: relative
}

#header {
    border-top: 20px solid #d2d2d2;
}

#header .wrap {
    /*margin-bottom: 60px;*/
    padding: 20px 50px;    
    background-color: white;
    background-image: url(http://cdn.myld.com.au/2/1448/lound-s-fresh-seafoods_22c3ecd99a.png
);
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 2
}

#header .brand {
    margin: 0 auto;
    padding: 10px 20px
}

#header .bg {
    /*position: absolute;
    top: 0;
    left: 0;
    border-top: 40px solid #454545;
    width: 100%;
    height: 100%;
    z-index: -1*/
    height: 400px
}

#header .bg .row,
#header .bg .left,
#header .bg .right {
    height: 100%
}

#header .bg .left {
    background-color: #00adef;
}

#header .bg .right {
    background-color: #0071bd;
}

#header p {
    padding: 20px 30px;
    color: #0371be 
}

#header .contact {
    color: #0371be 
}

#header p img {
    display: inline-block;
    margin-right: 10px
}
/*
#header .contact {
    color: white
}*/

#header .top-contact,
#header .top-social {
    position: absolute;
    top: 100px;    
}

#header .top-contact {
    left: 50px   
}

#header .top-contact li {
    display: inline-block;
    margin-right: 20px
}

#header .top-contact li:nth-child(2) img {
    position: relative;
    top: -6px
}

#header .top-social {
    right: 50px   
}

#header .top-social li {
    display: inline-block;
    margin-left: 20px
}





/* -- NAVIGATION -- */

#navigation .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

#navigation .navbar .navbar-collapse {
    text-align: center;
}

#navigation .nav > li > a {
    padding: 20px 40px;
    font-size: 15px;
    color: #5a5a5a
}

#navigation .nav > li > a:hover,
#navigation .nav > li > a:focus,
#navigation .nav > li.active > a {
    background-color: transparent;
    background-image: url(http://cdn.myld.com.au/2/1448/lound-s-fresh-seafoods_1c2735238c.png);
    background-repeat: no-repeat;
    background-position: center bottom 10px;
    color: #036db7
}





/* -- SLIDER -- */

#slider {
    position: relative;
}

#slider .carousel .item {
    width: 100%;
    max-height: 540px;
}

body#home #slider .carousel .item {
    max-height: 965px;
}

#slider .carousel .item img {
    width: 100%;
}

#slider .carousel-control {
    z-index: 2
}

#slider .carousel-control {
    position: absolute;
    background: none !important;
    width: 14px;
    height: 28px;
    top: inherit;
    bottom: -40px !important;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 999
}

#slider .carousel-control:hover {
    filter: alpha(opacity=50);
    opacity: .5;
}

#slider .left.carousel-control {
    left: 15px
}

#slider .right.carousel-control {
    right: 15px
}

#slider #services-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}



/* -- CONTENT -- */

#services-wrap .slogan {
    margin-bottom: 20px
}

#services-wrap .service {
    padding: 30px;
    color: white
}

#services-wrap .service a,
#services-wrap .service h3 {
    color: white
}

.service.hours {
    background-color: rgba(0,173,239,0.35) 
}

.service.retail {
    background-color: rgba(0,173,239,0.55) 
}

.service.wholesale {
    background-color: rgba(0,173,239,0.70)  
}

.service.catering {
    background-color: rgba(0,173,239,0.85) 
}

#intro-wrap {
    padding: 50px 0
}

#intro-wrap .btn {
    border: 1px solid #0371be;
    padding: 20px;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; 
    white-space: normal
}

#intro-wrap .btn:hover {
    background-color: #0371be;
    color: white
}

#modules-wrap,
#services-wrap {
    padding: 50px 0
}

body#contact-us #modules-wrap {
    padding-top: 0
}



body#home #modules-wrap,
body#home #services-wrap {
    background-image: url(http://cdn.myld.com.au/2/1448/lound-s-fresh-seafoods_686efd137c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center    
}

.module .wrapper {
    position: relative;
}

.module .thumb {
    width: 100%
}

.module .overlay {
    filter: alpha(opacity=0);
    opacity: 0;
}

.module:hover .overlay {
    filter: alpha(opacity=1);
    opacity: 1;
}

.module .overlay .content {
    background-color: rgba(255,255,255,0.70);
    padding: 50px
}

#map {
    height: 450px
}



#error {
    margin: 100px 0
}

#error h1 {
    color: #c33
}





/* -- FOOTER -- */

.footer,
.footer a {
    color: white
}

#footer-top h4 {
    font-family: 'Raleway', serif;
    font-weight: 400;
    color: white
}

#footer-top .left,
#footer-top .right {
    position: relative;
    height: 270px
}

#footer-top .left,
#footer-top .left:after {
    background-color: #00adef
}

#footer-top .right,
#footer-top .right:after {
    background-color: #0071bd
}

#footer-top .right:after {
    background-image: url(http://cdn.myld.com.au/2/1448/lound-s-fresh-seafoods_19a1309bc6.png);
    background-position: center left 30px;
    background-repeat: no-repeat
}

#footer-top .content {
    position: relative;
    padding: 30px 0;
    z-index: 2
}

#footer-top .left .content {
    padding-right: 50px
}

#footer-top .left:after,
#footer-top .right:after {
    content: "";
    position: absolute;
    top: 0;
    width: 200%;
    height: 100%;
    z-index: 1
}

#footer-top .left:after {
    left: -100%
}

#footer-top .right:after {
    right: -100%
}

#footer-top .contact li {
    display: inline-block;
    margin-right: 20px
}

#footer-top .contact li:nth-child(2) img {
    position: relative;
    top: -5px
}

#footer-bottom {
    background-color: #454545;
    padding: 10px 0
}

#ld_branding_link {
    position: relative;
    top: 10px;
    display: inline-block
}





/* @media queries
-----------------*/
@media (min-width: 1200px) {
    .service {
        height: 290px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/
    #header .brand {
        padding: 0 20px
    }
    #header .bg {
        display: none
    }
    #services-wrap {
        padding-top: 50px;
        background-image: url(http://cdn.myld.com.au/2/1448/lound-s-fresh-seafoods_e58a31592a.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }
    .service {
        height: 335px
    }
    .module .overlay {
        position: relative;
        filter: alpha(opacity=1);
        opacity: 1;        
    }
    .module .overlay .content {
        padding: 20px;
    }
    #map {
        height: 350px
    }
}

@media (max-width: 767px) {
    .module {
        margin-bottom: 50px
    }
}

@media (max-width: 480px) {
}
