﻿
/* =====================================================================
    HOMEPAGE / BANNER CONTAINER
===================================================================== */
.homebanner {
    background-color: #ffffff;
    position: relative;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
    }

/* =====================================================================
    HOMEPAGE / BRAND BANNERS
===================================================================== */
.brands {
    display: block;
    width: 100%;
    min-height: 600px;
    _height: 600px;
    box-sizing: border-box;
}

.brandlogo {
    width: 100%;
}

.coastal, .meribelle {
    box-sizing: border-box;
    width: 50%;
    text-align:center;
    min-height: 600px;
    _height: 600px;
    color: #ffffff;
}

.coastal {
    position: relative;
    float: left;
    background-color: #11596F;
    border-right: 1px solid rgba(255, 255, 255, .8);
    background-image: url('/Themes/Default/Content/Images/fortune-imports-coastal-seafood-home.jpg');
    background-position: right;
    background-size: cover;
}

.coastal .brandlogo {
    text-align: right;
}

.coastal .brandlogo img {
    padding-top: 16%;
    padding-right: 9%;
}

.coastal .labelarea {
    position: absolute;
    bottom: 0;
    height: 140px;
    width: 100%;
    background-color: #11596F;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.meribelle {
    position: relative;
    float: right;
    background-color: #11596F;
    background-image: url('/Themes/Default/Content/Images/fortune-imports-meribelle-home.jpg');
    box-shadow: inset 40px -100px 100px rgba(0, 0, 0, .5);
    background-position: right;
    background-size: cover;
}


@media only screen and (min-width: 1004px) and (max-width: 1280px) {

.homebanner {
    min-height: 500px !important;
    _height: 500px !important;
}

.brands {
    min-height: 500px;
    _height: 500px;
}

.coastal, .meribelle {
    min-height: 500px;
    _height: 500px;
}

}

.meribelle .brandlogo {
    text-align: left;
}

.meribelle .brandlogo img {
    padding-top: 18%;
    padding-left: 9%;
}

.meribelle .labelarea {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
    background-color: #11596F;
    color: #ffffff;
    margin: auto 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.labelarea .title {
    display: block;
    padding-top: 20px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .4);
}

.labelarea .label {
    display: block;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: .05em;
}

.labelarea .divide {
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 12px;
    width: 3%;
    height: 1px;
    text-align: center;
    background-color: #ffffff;
}

.labelarea .link {
    display: block;
}

.labelarea .link a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .07em;
    padding: 4px 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .6);
}

.labelarea .link a:hover {
    background-color: #18B3E1;
}
  
/* =====================================================================
	HOME / MISSION STATEMENT
===================================================================== */
.missionstatement {
    position: relative;
    min-height: 244px;
    _height: 244px;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #EFEDD6;
    z-index: 4;
}

.missionstatement .title  {
    position: relative;
    clear: both;
    text-align: center;
    padding: 44px 0 0 0;
}

.missionstatement .title h2  {
    position: relative;
    clear: both;
    color: #11596E;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0;
    padding: 0;
}

.missionstatement .content  {
    clear: both;
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 10px;
}

      
/* =====================================================================
    HOMEPAGE / BLOG
===================================================================== */
.homegridlevel02 {
    clear: both;
    position: relative;
    width: 100%;
    min-height: 510px;
    _height: 510px;
    z-index: 2;
    background-color: #F9F8EF;
}

.blogcontainer {
    display:  block;
    text-align: center;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 10px;
    width: 95%;
    min-height: 440px;
}

.bloglabel  {
    position: relative;
    clear: both;
    color: #11596E;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 200;
    margin: 0;
    padding: 10px 0 0 0;
}

.centerdivide {
    display: block;
    width: 5%;
    height: 1px;
    margin: 0 auto;
    margin-top: 15px;
    background-color: #11596E;
}

.blogviewall {
    display: block;
    margin-top: 10px;
    padding: 5px 0 25px 0;
    text-align: center;
}

.blogviewall a {
    color: #11596E;
    font-size: 15px;
    padding: 2px 20px;
    font-weight: 400;
    letter-spacing: .15em;
    text-decoration: none;
    text-transform: uppercase;
    	-webkit-transition: all .7s ease;
    -moz-transition: all .7s ease; 
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.blogviewall a:hover {
    color: #18B3E1;

}
