/**** Font Families Start ****/
	/* AvantGarde-Demi */
	@font-face {
		font-family: 'AvantGardeDemi';
		src: url('../../fonts/brand_page/AvantGarde-Demi.eot?') format('eot'), 
			url('../../fonts/brand_page/AvantGarde-Demi.woff') format('woff'), 
			url('../../fonts/brand_page/AvantGarde-Demi.ttf')  format('truetype'),
			url('../../fonts/brand_page/AvantGarde-Demi.svg#AvantGardeDemi') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	/* AvantGardeITCbyBT-Book */
	@font-face {
		font-family: 'AvantGardeITCbyBTBook';
		src: url('../../fonts/brand_page/avantgardeitcbybt-book-webfont.eot');
		src: url('../../fonts/brand_page/avantgardeitcbybt-book-webfont.eot?#iefix') format('embedded-opentype'),
			url('../../fonts/brand_page/avantgardeitcbybt-book-webfont.woff') format('woff'),
			url('../../fonts/brand_page/avantgardeitcbybt-book-webfont.ttf') format('truetype'),
			url('../../fonts/brand_page/avantgardeitcbybt-book-webfont.svg#AvantGardeITCbyBTBook') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	/* Caviar-Dreams-Bold */
	@font-face {
		font-family: 'CaviarDreamsBold';
		src: url('../../fonts/brand_page/caviar_dreams_bold-webfont.eot');
		src: url('../../fonts/brand_page/caviar_dreams_bold-webfont.eot?#iefix') format('embedded-opentype'),
			url('../../fonts/brand_page/caviar_dreams_bold-webfont.woff') format('woff'),
			url('../../fonts/brand_page/caviar_dreams_bold-webfont.ttf') format('truetype'),
			url('../../fonts/brand_page/caviar_dreams_bold-webfont.svg#CaviarDreamsBold') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	/* Helvetica-Bold */
	@font-face {
		font-family: 'HelveticaBold';
		src: url('../../fonts/brand_page/helvetica_bold-webfont.eot');
		src: url('../../fonts/brand_page/helvetica_bold-webfont.eot?#iefix') format('embedded-opentype'),
			url('../../fonts/brand_page/helvetica_bold-webfont.woff') format('woff'),
			url('../../fonts/brand_page/helvetica_bold-webfont.ttf') format('truetype'),
			url('../../fonts/brand_page/helvetica_bold-webfont.svg#HelveticaBold') format('svg');
		font-weight: normal;
		font-style: normal;
	}
/**** Font Families End ****/

.layout-30-70 #products-catalogue-module{
    padding-top: 30px;
}
.layout-30-70 .column-section {
    margin: 0 0 20px;
  
    overflow: hidden;
}
.layout-30-70 {
    width: 100%;
  
}
 .layout-30-70 .aside-section {
    float: right;
    
  
    width: 240px;
}
 .layout-30-70 .main-section {
    float: left;
    
  
    width: 410px;
}

.layout-30-70 .main-column {
    float: right;
    position: relative;
    width: 70%;
}
  .layout-30-70 .aside-column {
    float: left;
    width: 29.9%;
  }
  .layout-30-70 h1 {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .layout-30-70 #filter {
    height: 40px;
    width: 665px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .layout-30-70 #results {
    width: 100% !important;
  }
  .layout-30-70 #results ul li {
    width: 205px !important; 
    height: 400px !important;
}
 .layout-30-70 #results ul li.noData{
    width: 100% !important;
}
  .layout-30-70 #results ul li .contentResults {
    width: 217px !important;
    
  
    height: 380px !important;
}
  .layout-30-70 #results ul li .contentResults .contentResultsContent {
    width: 192px !important;
    height: 380px !important;
    background-image: url(/lib/img/catalog/bloc-result-bg-tall.png) !important;
}
  .layout-30-70 #results ul li .contentResults .contentResultsStart,
  .layout-30-70 #results ul li .contentResults .contentResultsEnd {
    height: 380px !important;
  
    background-image: url(/lib/img/catalog/bloc-result-start-tall.png) !important;
  }
  .layout-30-70 #results ul li .contentResults .contentResultsEnd {
    background-image: url(/lib/img/catalog/bloc-result-end-tall.png) !important;
  }
  .layout-30-70 #results ul li .imgbrand {
    margin: 0 auto !important;
    
  
    float: none !important;
}
  .layout-30-70 #results ul li .detailsResults {
    margin: 0 auto;
    
  
    padding: 0 !important;
    float: none !important;
    height: 145px !important;
}
  .layout-30-70 #results ul li .detailsResults .cta-content-visible {
    
  }

/* SEO requirement */
.layout-30-70  h2.brandHeader {
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 65px 0 33px 0;
    clear: both;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    
    display: block;
	text-transform: uppercase;
	line-height: 25px;
    text-align:center;
	font-style: normal;
	font-family: "AvantGardeITCbyBTBook", Arial, Helvetica, sans-serif;
    
    /*-webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;*/
}

.layout-30-70 h2.brandHeader span.brandName {
    font-weight: bolder;
}
.layout-30-70 .slogan{
	display: none !important;
}

.layout-30-70 .brandName {
    text-align: center;
}

/**** Hide Secondary Nav and WYSIWYG modules for MOBILE ****/
@media screen and (max-width: 600px) {
    /*SecondaryNav*/
    /*.layout-30-70 .aside-column {
        display: none;
        width: 0px !important;
    }*/

    .layout-30-70 .buttonsCont .cta-content .anim-step:after {
        float:right;
    }

    .layout-30-70 .cta-brandmodule .cta-content, .layout-30-70 .cta-brandmodule .links-wrapper {
        width:399px
    }

    .layout-30-70 .aside-column #SpecificContainer, .layout-30-70 .aside-column .buttonsCont{
        display: none !important;
        width: 0px !important;
    }

    /*Main Module*/
    #general .layout-30-70 .main-column,
    #general .layout-30-70 .main-column-NoSecNav {
        float: none !important;
        width: 95% !important;
        margin: auto !important;
    }
    /*WYSIWYG Module*/
    .layout-30-70 #SpecificContainer[IsMobileVisible="false"] {
        display: none;
    }
    .layout-30-70 .buttonsCont .anim-step {
        white-space: pre-line !important;
        display: block !important;
        text-align: left !important;
        padding: 8px !important;
        height: inherit !important;
    }
    .layout-30-70 .buttonsCont .anim-step + .anim-step{
        display: none !important;
    }
}
@media screen and (min-width: 600px) {
    /*SecondaryNav*/
    .layout-30-70 .aside-column {
        display: block;
        width: 29.9%;
    }
    /*Main Module*/
    .layout-30-70 .main-column {
        width: 70%;
    }
    .layout-30-70 .main-column-NoSecNav {
        width: 100%;
    }
    /*WYSIWYG Module*/
    .layout-30-70 #SpecificContainer[IsMobileVisible="false"] {
        display: block;
    }
}

/**** 
	Set right posistion to Products Results Position 
	Set right posistion to Text Display
	Set right posistion to Sales Point Area
	for MOBILE 
****/	
@media screen and (max-width: 600px) {
    .layout-30-70 .buttonsCont .cta-content:hover .links-wrapper {
        left: 0 !important;
    }
	.layout-30-70 #results ul li {
		width: 222px !important;
	}
	#container .layout-30-70 #results {
		padding-left: 0;
        margin: 0 auto;
        float: none;
	}
	.layout-30-70 #container #results ul li .detailsResults{
        width:auto;
    }
	.layout-30-70 .HelpModuleEnabled .SalesPointArea{ /* #salespointarea */
        float: none !important;
        width: auto !important;
    }
	
	.layout-30-70 #brandModule{
		width: 100% !important;
	}
	.layout-30-70 #HelpModuleCont{
		display: none;
	}
    .layout-30-70 .buttonsCont{
        display: block !important;
        margin: 20px auto;
    }
    .layout-30-70 .buttonsCont .cta-content-visible{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .layout-30-70 .HelpModuleEnabled .links-wrapper{
        width: 880px !important;
    }
    .layout-30-70 #brandModule #salespointarea {
        display:none;
    }

    .layout-30-70 #brandModule .cta-brandmodule>div:last-child {
        display:none;
    }

    .layout-30-70 .HelpModuleEnabled .cta-content {
        padding-left: 15px;
    }
    #brandModule .cta-brandmodule #bottomWrap .buttonsCont {
        width: 402px !important;
        margin: 0 auto;
    }
    .layout-30-70 .HelpModuleDisplayed .buttonsCont .brand-button {
       width: 100% !important;
    }
    .layout-30-70 #ImageBrandCont {
        margin: 25px 12px;
    }
    .layout-30-70 .cta-brandmodule .video-play {
        display: block;
        text-align: center;
        max-width: 402px;
        margin: 30px 6.00601% !important;
    }
}

/**** Brand Module Specific - Start ****/
.layout-30-70 #results ul li .detailsResults h3{
    height:36px;
    font-size:14px !important;
    font-weight:bold !important;
    text-transform:uppercase;
    margin:0 0 13px 0;
    display:block;
    line-height:18px;
}

.layout-30-70 #results ul li .detailsResults .cta-content-visible{
    bottom:5px;
}

.layout-30-70 .cta-brandmodule {
    box-sizing: border-box;
    color: black;
    width: 400px;
    height: auto;
    margin: 0 auto;
}

.layout-30-70 .cta-header {
    display: block;
    float: none;
    max-width: 590px;
    overflow: hidden;
    margin: 0;
    padding-left: 6.00601%;
    padding-right: 6.00601%;
}

/*.cta-brandmodule .cta-header {
    margin-top: 0;
}*/

.layout-30-70 .cta-title {
    margin: 0px 0 0px 0px;   
    font-size: 1.2em;
	font-family: "AvantGardeITCbyBTBook", Arial, Helvetica, sans-serif;
}
#brandModule .cta-header .cta-title h1 {
    color: #fff;
    font-family: "ITCAvantGardeGothicStdBook", Arial, Verdana, sans-serif;
    font-size: 30px;
    margin: 30px 0 25px 0;
    padding: 0;
    width: 100%;
}
#brandModule .cta-header .cta-title h1 strong {
    font-family: "AvantGardeDemiRegular", Arial, Verdana, sans-serif;
}
.layout-30-70 .cta-subtitle {
    margin: 10px 0 0px 0px;  
    font-size: 0.9em;
	font-family: "AvantGardeITCbyBTBook", Arial, Helvetica, sans-serif;
}

.layout-30-70 .sale-points {
    list-style: disc outside none;
    margin-left: 16px;
    list-style-type: square;
	font-family: "AvantGardeITCbyBTBook", Arial, Helvetica, sans-serif;
}
.layout-30-70 .HelpModuleEnabled .sale-points.inline-buttons li {
    height: 32px;
    margin-bottom: 10px;
}
.layout-30-70 .sale-points.inline-buttons {
    margin-top: 10px;
}
.layout-30-70 .buttonsCont .cta-content {
    position: absolute;
    /*width: 640px;*/
}
.layout-30-70 .buttonsCont .cta-content-visible {
    display: block;
    /*min-height: 34px;*/
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    /*max-width: 410px;*/
    transition: height 0.2s;
}

.layout-30-70 .cta-button {
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
    /*background-color: #CCC;
    color: #000;*/
    display: inline-block;
    font-size: 0.9em;
    text-decoration: none;
    padding: 8px 9px 8px 8px;
	font-family: "AvantGardeDemi", Arial, Helvetica, sans-serif;
}

.layout-30-70 .cta-button-hover {
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #999999;
    color: #000;
    float: left;
    display: none;
    font-size: 0.9em;
    text-decoration: none;
    padding: 8px 9px 8px 8px;
	font-family: "AvantGardeDemi", Arial, Helvetica, sans-serif;
}

.layout-30-70 .cta-button:link, .layout-30-70 .cta-button:visited, .layout-30-70 .cta-button:hover, .layout-30-70 .cta-button:active,
.layout-30-70 .cta-button-hover:link, .layout-30-70 .cta-button-hover:visited, .layout-30-70 .cta-button-hover:hover, .layout-30-70 .cta-button-hover:active {
    /*color: #000;*/
    text-decoration: none;
}
/*
.layout-30-70 .cta-brandmodule .cta-button:after,
.layout-30-70 .cta-brandmodule .cta-button-hover:after
 {
    content: " >";
    margin-left: 5px;
    float: right;
    font-family: 'Trebuchet MS',Georgia, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 17px;
}
*/
.layout-30-70 .buttonsCont .anim-step {
    display: table-cell;
    white-space: nowrap;
}

.layout-30-70 .HelpModuleEnabled .buttonsCont .anim-step {
    white-space: pre-line;
}

/*  css3 animations */

.layout-30-70 .HelpModuleEnabled .buttonsCont .cta-content {
    overflow: hidden;
    position: relative;
}

.layout-30-70 .buttonsCont .anim-step {
    height:32px;
    left: 0px;
    position: relative;
    vertical-align: middle;
    padding: 2px 0 0 8px;
}
.msie .layout-30-70 .buttonsCont .anim-step {
    padding-top: 8px;
}

.msie.msie8 .layout-30-70 .buttonsCont .anim-step {
    padding-top: 0px;
}

.layout-30-70 .HelpModuleEnabled .buttonsCont .anim-step {
    padding: 8px 8px 4px 8px;    
}


.layout-30-70 .HelpModuleEnabled .buttonsCont .anim-step {
    width: 410px;
}
.layout-30-70 .buttonsCont .brand-button {
    clear: both;
    font: 800 13px AvantGardeITCbyBTBook, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 8px;
    white-space: nowrap;
}
.layout-30-70 .HelpModuleEnabled .buttonsCont .brand-button {
    float: right;
}


.layout-30-70 .buttonsCont .links-wrapper {
    left: 0;
    position: relative;
    transition: all 0.5s;
}

.layout-30-70 .cta-brandmodule .buttonsCont a:after,
.layout-30-70 .buttonsCont .cta-content .anim-step:after {
    content: ">";
    margin: 0 0 0 10px;
}
.layout-30-70 .HelpModuleEnabled .buttonsCont .cta-content:hover .links-wrapper {
    left: -411px;
}
.msie .layout-30-70 .HelpModuleEnabled .buttonsCont .cta-content:hover .links-wrapper {
    left: -412px;
}
.msie .layout-30-70 .HelpModuleEnabled .buttonsCont .anim-step {
    padding-top: 6px;
    width: 408px;
}

/* ******************** */

.layout-30-70 #bottomWrap{
    display: table;
    margin: 0 auto;
    max-width: 590px;
    width:100%;
}
.msie8 .layout-30-70 #bottomWrap {
    display: block;
}

.layout-30-70 .HelpModuleEnabled #bottomWrap{
    display: block;
}

.layout-30-70 .cta-brandmodule .video-play {
    display: block;
    text-align: center;
    margin: 20px 40px;
}

.layout-30-70 .VideoCont .video-play {
    display: block;
    text-align: center;
    margin: 20px 0;
}
.layout-30-70 .VideoCont  img{
    display: block;
	margin: 0 auto;
}

.layout-30-70 .buttonsCont {
    display: block;
}

.layout-30-70 .HelpModuleEnabled  .buttonsCont {
    display: table-cell;
    position: relative;
}
.layout-30-70  .cta-brandmodule .buttonsCont {

}
.msie8 .layout-30-70 .HelpModuleEnabled  .buttonsCont {
    display: block;
    float: right;
    width:62%;
    padding:0;
    margin-top: 0;
}
.msie8 .layout-30-70 .HelpModuleEnabled  .buttonsCont > div {
    margin-left: 0;
}

.layout-30-70 .buttonsCont {
    margin-top: 20px;
    padding-bottom: 10px;
    max-width: 440px;
}
.layout-30-70 .HelpModuleEnabled .links-wrapper{
    display:table;
    table-layout: fixed;
    width:820px;
}
.layout-30-70 .links-wrapper{
    display:table;
    width:auto;
}

/* TAB - Start */
@media screen and (min-width: 600px) and (max-width: 900px){	
    .layout-30-70 .buttonsCont .cta-content:hover .links-wrapper {
        left: 0 !important;
    }
	.layout-30-70 .cta-brandmodule{
		width: 333px;
	}	
    .layout-30-70  #filter{
        padding:3px 0 0 25px;
        height:80px;
    }
    .layout-30-70 #filter .lastSelect {
        margin-left: 82px;
        margin-top: 5px;
    }
    .layout-30-70 #results ul li{
        margin: 2px 15px !important;
    }
    .layout-30-70 .HelpModuleEnabled .links-wrapper {
        display: block;
        width: 100%;
        max-width: 330px;
    }
    .layout-30-70 .buttonsCont .cta-content-visible{

    }
    .layout-30-70 .links-wrapper{
        display: block;
    }
    .layout-30-70 .buttonsCont .anim-step{
        display: inline-block;
        width: inherit !important;
        white-space: inherit;
        text-align: left !important;
        padding: 8px !important;
        position: relative;
        height: inherit;
    }
    .layout-30-70 .buttonsCont .anim-step + .anim-step{
        display: none !important;
    }        
    .layout-30-70 .HelpModuleEnabled .buttonsCont .cta-content:hover .links-wrapper{
        left:0;
    }
    .layout-30-70 .buttonsCont .cta-content{
        position: relative;
    }
    .layout-30-70 .cta-brandmodule .video-play {
        max-width: 443px;
    }
    .layout-30-70 #bottomWrap{
        max-width: 443px;
        margin: 0 auto;
    }
    .layout-30-70 .cta-brandmodule .video-play {
        display: block;
        text-align: center;
        margin: 20px auto;
        max-width: 442px;
    }
}
/* TAB - End */

/* HelpModule depending style - Start */
.layout-30-70 .HelpModuleEnabled { /* #bottomWrap */
    width: 100%;
}

.layout-30-70 .HelpModuleEnabled .SalesPointArea{ /* #salespointarea */
    display: table-cell;
    padding-left: 0 !important;
    vertical-align: top;
    width: 100%;
}

.msie8 .layout-30-70 .HelpModuleEnabled .SalesPointArea{ /* #salespointarea */
    display: inline-block;
    width: 220px;
} 

.layout-30-70 .HelpModuleEnabled .buttonsCont .cta-content-visible .cta-content, 
.layout-30-70 .HelpModuleEnabled .buttonsCont .cta-content-visible .cta-content .cta-button, 
.layout-30-70 .HelpModuleEnabled .buttonsCont .cta-content-visible .cta-content .cta-button-hover
{
    /*width: 100%;*/
    text-align: right;
}
/* HelpModule depending style - End */
/**** Brand Module Specific - End ****/

/**** Secondary Nav Module Specific - Start ****/
.layout-30-70 .aside-column .cta-SecNavmodule {
    color: black;
    width: auto !important;
    height: auto;
    margin: 0 auto;
}
.layout-30-70 .aside-column #SpecificContainer{
    overflow: hidden;
}
.layout-30-70 #ImageBrandCont {
    /*margin-top: 25px;*/
}
.layout-30-70 .cta-SecNavmodule .buttonsCont .cta-content-visible {
	margin: 5px 0;
}

.layout-30-70 .aside-column #SpecificContainer{
	margin-top: 50px;
}

.layout-30-70 .salesPointCont{
	font-size: 0.9em;
}

.buttons_cont_mobile label.sec_nav_select_arrow {
    display: none;
}
/**** Secondary Nav Module Specific - End ****/
/* select drop down mobile menu */
.nav-mobile {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: url('../../img/catalog/fucsia-arrow.png') #fff no-repeat 95% center;*/
    border-radius: 0px;
    border: none;
    box-sizing: border-box;
    display: none;
    font-family: "AvantGardeDemi", Arial, Helvetica, sans-serif;
    font-size: 22px;
    height: 60px;
    outline: none;
    padding: 0 60px;
    width: 100%;
}
@media only screen and (max-width: 600px) {
    .buttons_cont_mobile {
	    position: relative;
    }
    .buttons_cont_mobile label.sec_nav_select_arrow {
        display: block; 
	    font-size: 30px;
	    font-weight: 800;
        position: absolute;
	    right: 20px;
        top: 6px;
    }
    .nav-mobile {
        display: block; 
    }
    #products-catalogue-module .layout-30-70 .aside-column,
    #container.layout-30-70  .mobile-drop-nav {
        width: 100% !important;
    }
    .layout-30-70 #products-catalogue-module .aside-column {
        width: 100% !important;
    }
    .layout-30-70 #products-catalogue-module {
        padding-top: 0;
    }
    .layout-30-70 #products-catalogue-module .aside-column {
        margin-top: 0;
    }
    .slide-button-wrapper .step1, 
    .slide-button-wrapper .step2 {
        text-align: left;
    }
    .layout-30-70 .cta-brandmodule .buttonsCont a:after,
    .layout-30-70 .buttonsCont .cta-content .anim-step:after {
        float: right;
    }

}