﻿/* ----------------------------------------------------------------*/
/* Grid between 320-479px (mediaqueries)
-----------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 479px) {

/* RESPONSIVE FIXED HEADER POSITIONS - 480-767px
----------------------------------------------------*/
.addressfixpositionheader {
    margin-top: 63px !important;
    z-index: 99;
    }
    
.addressfixpositionsubbanner {
    margin-top: 0;
    }

.addressfixpositioncontent {
    margin-top: 9px;
    }

.addressfixpositionparenttitlebanner {
    margin-top: 9px;
}


/* RESPONSIVE BASE CONTAINER & GRID WIDTH - 320-479px
----------------------------------------------------*/
.basecontainer {
    clear: both; 
    width: 100%; 
    }

.basesectionwidth {
    clear: both; 
    width: 100%;
    min-width: 300px;
    max-width: 460px;
    }

.basegridwidth {
    width: 99%;
    min-width: 320px; 
    max-width: 468px;
    }
    
.contentwidth {
    width: 95%;
    min-width: 300px;
    max-width: 440px;
    }
    
/* RESPONSIVE HEADER - 320-479px
----------------------------------------------------*/
.logo {
    left: 25px !important; 
    z-index: 2;
    }

.logo img {
    width: 78px;
    }
 
/* RESPONSIVE MAIN NAV SHOW/HIDE - 320-479px
----------------------------------------------------*/
.navd, .utilitynav, .subnavvisible, #navsocial, .redsubmenu, .catalogsubmenu, .subpagesubmenu {
    display: none;
    }

header, .navr {
    display: block;
    }

.socialon {
    display: block !important;
    float: none;
    position: relative;
    clear: both;
    margin-top: 2px;
    padding-top: 10px;
    }


/* RESPONSIVE BUTTON - 320-479px
-------------------------------------------------------*/  
.menu-btn{
    top: 8px;
    right: 10px;
	width: 50px;
	height: 50px;
    }

.menu-btn:before{
    top: 0;
    right: 0;
    line-height: 50px;
    font-size: 17px;
    height: 50px;
    width: 50px;
    }
    
/* RESPONSIVE MENU - 768-1003px
-------------------------------------------------------*/ 
.menu-title .title a {
    display: block;
    padding: 38px 5px 0 10px;
    font-size: 20px;
    }


/* RESPONSIVE CONTENT AREAS & GRIDS - 320-479px
--------------------------------------------------*/     
.contentgrid {
    width: 90%;
    margin: 0 auto;
    } 

.subnavarea {
    clear: both;
    float: none;
    padding: 0;
    width: 100%;
    }

.contentarea {
    position: relative;
    clear: both;
    float: none;
    padding: 0;
    width: 100%;
    min-width: 300px;
    }
    
.contentarea .contentblock {
    padding: 5px 0 25px 0;
    width: 100%;
    max-width: 460px;
    min-width: 280px;
    min-height: 200px;
    _height: 200px;
    } 
	   
/* RESPONSIVE SUB PARENT TITLE - 768-1003px
----------------------------------------*/
.parenttitlebanner {
    z-index: 4;
    width: 100%;
    height: 60px;
}

.parenttitlebanner .topdivider {
    top: 5px;
    left: 0;
}

.parenttitlebanner .bottomdivider {
    bottom: 5px;
    left: 0;
}

.subparenttitle {
    top: 6px;
    padding: 0 0 0 0;
    }

.subparenttitle h1 {
    padding: 0 0 0 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 21px;
    } 

.subparenttitle h2 {
    padding: 0 0 0 0;
    font-size: 22px;
    line-height: 21px;
}

.parentaccent {
    display: none
    }

.parentaccent img {
    width: 50%;
    }
          
/* CONTENT BLOCKS - 768-1003px
----------------------------------------------------*/ 
.StandardCBStyle a.subbox {
    width: 100% !important;
    margin-bottom: 1px;
}

.StandardCBStyle a.subbox3 {
    width: 100% !important;
    margin-bottom: 1px;
}

.StandardCBStyle table.tablelist p, .StandardCBStyle table.tablelist {font-size: 13px !important; line-height: 18px !important;}
.StandardCBStyle, .StandardCBStyle .normalPara p, .StandardCBStyle .normalPara, .StandardCBStyle p {font-size: 15px; line-height: 27px; color: #333333; font-weight: 400;}

.StandardCBStyle table.tablelist p {font-size: 12px !important; line-height: 16px !important;}
.StandardCBStyle table.tablelist td {display: table-row !important;} 

.StandardCBStyle ul li {
    margin: 10px 0 18px 10px;
    padding: 0 15px 0 10px;
    list-style-type: none;
    line-height: 20px;
}

/* =========== CAT / FILTERS ============= */
.categoryfilters {
    position: relative;
}

.catfilterlist {
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 900;
}

.catfilterlist:last-child {
    margin-right: 0;
}

.catfilterlist ul {
	margin: 0 0 -4px 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
}

.catfilterlist ul ul {
	display: none;
}

.catfilterlist ul li:hover > ul {
	display: block;
}

.catfilterlist ul li {
    padding: 0;
    margin: 0;
	float: left;
	width: 285px;
	text-align: left;
    color: #11596F;
    border: 1px solid rgba(255, 255, 255, .2);
    background-color: #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
}
	
.catfilterlist ul li:hover {
	background-color: #11596F;
	color: #fff;
}

.catfilterlist ul li:hover > a {
	background-color: #11596F;
	color: #ffffff;
	}

.catfilterlist ul li a {
	display: block; 
	padding: 5px 10px;
	color: #11596F;
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.catfilterlist ul li a:hover {
	color: #ffffff;
}
		
.catfilterlist ul ul {
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: 0 0 1px #333333;
}

.catfilterlist ul ul li {
	float: none;
    font-weight: 300;
	position: relative;
    background-color: #ffffff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-sizing: border-box;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.catfilterlist ul ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.catfilterlist ul ul li a {
	padding: 5px 10px;
	color: #11596F;
}	

.catfilterlist ul ul li a:hover {
	background: #11596F;
	color: #fff;
}	

.catfilterlist ul ul li a.selected {
	background: #F6F3E2;
	color: #11596F;
}

#down-triangle {
    float: right;
    width: 0; 
    height: 0;
    margin-top: 8px;
    border-top: 5px solid #18B3E1;
    border-left: 5px solid transparent; 
    border-right: 5px solid transparent; 
    }





/* RESPONSIVE FOOTER - 480-767px
----------------------------------------------------*/ 
#footer {
    height: 285px;
    font-size: 9px;
    font-weight: 500;
    padding: 10px 0 0 0;
    text-align: center;
    }

.footergrid {
    text-align: center;
    }
    
.footergrid div {
    padding-top: 8px;
    clear: both;
    } 

.councillogo {
    display: block;
}

.councillogo img {
    width: 110px;
    vertical-align: top;
}



/* RESPONSIVE HOME PAGE BRANDS - 480-767px
----------------------------------------------------*/
 .homebanner {
    min-height: 400px !important;
    _height: 400px !important;
    box-shadow: none;
}

.brands {
    min-height: 400px;
    _height: 400px;
}

.coastal, .meribelle {
    box-sizing: border-box;
    width: 100%;
    text-align:center;
    min-height: 400px;
    _height: 400px;
    color: #ffffff;
    box-shadow: none;
    border: none;
}

.coastal {
    float: none;
    background-size: cover;
}

.coastal .brandlogo img {
    width: 50%;
    padding-top: 40px;
    padding-right: 20px;
}

.meribelle {
    float: none;
    background-size: cover;
}

.meribelle .brandlogo img {
    width: 60%;
    padding-top: 40px;
    padding-left: 10px;
}


.labelarea .title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .02em;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .4);
}

.labelarea .label {
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
}


/* RESPONSIVE HOME MISSION STATEMENT - 480-767px
----------------------------------------------------*/
.missionstatement .title h2 {
    font-size: 20px;
    letter-spacing: .02em;
}

.missionstatement .content {
    width: 95%;
    max-width: 1003px;
}

.HomeCBStyle, .HomeCBStyle .normalPara p, .HomeCBStyle .normalPara, .HomeCBStyle p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    font-weight: 400;
}

.HomeCBStyle p {
    padding-bottom: 20px;
}

/* BLOG HOME - 480-767px
----------------------------------------------------*/
.bloglabel {
    font-size: 30px;
    letter-spacing: .01em;
}

/* GRID - 480-767px
----------------------------------------------------*/
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}


/* BLOG - 768-1003px
----------------------------------------------------*/
.blogarea {
    float: none;
    position: relative;
    padding: 0;
    width: 100%;
    padding-left: 0;
}

.blogarea .contentblock {
    width: 100%;
    min-width: 250px;
    min-height: 250px;
}

.blogposts .title, .blogposts .title a {
    font-size: 22px;
    line-height: 24px;
    padding: 2px 35px 0 0;
}

.blogposts .date {
    padding: 6px 0 0 0;
    color: #0167B8;
    font-size: 16px;
    line-height: 20px;
}

.post {
    min-width: 280px;
}

.post .title h1 {
    font-size: 24px;
    line-height: 26px;
}

.post .date {
    font-size: 16px;
    line-height: 26px;
}

.subbannerblog .textbox {
    position: absolute;
    top: 80px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
}

.subbannerblog h2 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: .02em;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

.subbannerblog h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #ffffff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .6);
}



/* PRODUCTS - 768-1003px
----------------------------------------------------*/
.subbannercoastal .textbox, .subbannermeribelle .textbox  {
    position: absolute;
    top: 80px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
}

.subbannercoastal h1, .subbannermeribelle h1 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: .02em;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

.subbannercoastal h2, .subbannermeribelle h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #ffffff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .6);
}

.subbannercoastal .imagebox, .subbannermeribelle .imagebox {
    display: none;
}

.cat {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.cat {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.productlistcontentarea {
    position: relative;
    width: 96%;
    min-width: 280px;
    padding: 0;
    margin: 0 auto;
}

.categorypagetitle {
    top: 19px;
    padding: 0 0 0 0;
    }

.productlistcontentarea .titledivider {
    display: none;
}

.categorypagetitle h1 {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 22px;
    text-align: center;
    padding: 9px 0 10px 0;
    letter-spacing: 0;
}

.producttitle h1 {
    font-size: 30px;
    line-height: 31px;
    letter-spacing: .02em;
}

.productcontentgrid {
    z-index: 20;
}

.product {
    margin: 0 auto;
    float: none;
    width: 98%;
}

.product .title, .product .title a {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -.02em;
}

.product .title a:hover {
    padding: 4px 0 4px 0;
    background-color: #ffffff;
    color: #18B3E1
}
.productdetscontentarea {
    position: relative;
    padding: 0;
    width: 96%;
    margin: 0 auto;
    min-width: 300px;
    padding-left: 0;
    min-height: 500px;
    _height: 500px;
}

.productdets .asset {
    position: relative;
    float: none;
    width: 98%;
}

.productdets .asset img {
    width: 100%;
}

.returnproducts {
    top: -45px;
    left: 5px;
}

.returnproducts a {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: .1em;
}

.productdets .productext {
    float: none;
    width: 100%;
}

.productdets .productshare .hashtag {
    position: absolute;
    right: 0;
    bottom: 3px;
}

.productdets .productshare .hashtag a {
    font-size: 13px;
}


} 