
/********************************
/cms/app/tableAppOptions.css
********************************/
.aAdvancedFields
{
	display: inline-block;
	font-size: 0.8em;
	clear: both;
}

.divAdvancedFields
{
	padding-left: 20px;
	display: none;
	border-left: 1px solid black;
}

/********************************
/cms/css/mosaic/admin.css
********************************/
#placeholderTemplate
{
	display: none;
}
.divLayoutName, .divLayoutNameInner
{
	float: left;
}
.divLayoutNameInner
{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid grey;
}
.divLayoutNameInner span
{
	display: inline-block;
	width: 100px;
}
.divLayoutNameInner #txtSort
{
	width: 30px;
}
.divLayoutInstall
{
	float: right;
}
#container
{
	width: 85%;
	margin: 0 auto;
}
.layoutContainer
{
	width: 984px;
	margin: 20px auto;
	clear: both;
	border: 1px solid grey;
	overflow: hidden;
	padding: 0 0 8px 8px;
	float: left;
	min-height: 1500px;
}
.layoutContainer, .layoutContainer select, .layoutContainer input
{
	font-size: 10px;
}
.item 
{
  width: 311px;
  height: 311px;
  float: left;

  margin: 0px 5px 7px 0;
  /*

  */
  margin: 8px 10px 0 0;
  background-color: #bbb;
  overflow: hidden;
  
	max-width: 100%;
}

.item div 
{
	margin: 5px;
}
.txtRequired
{
	background-color: red;
	color: white;
}
.missing
{
	border-color: red;
}
#divSaveProgress
{
	width: 200px;
	display: none;
	height: 15px;
}
.divLayoutList .divHeading
{
	border-bottom: 1px solid black;
	font-weight: bold;
}
.divLayoutList div
{
	display: inline-block;
}
.divLayoutList .divRow
{
	display: block;
}
.divLayoutList .divColName
{
	width: 750px;
}
.divLayoutList .divColDelete
{
	width: 50px;
	text-align: center;
}
.spanAdminSection
{
	font-weight: bold;
	display: block;
}
/*
#divContainer .divAppAdminStyle
{
	margin: 5px 0;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	border: 1px dotted grey;
}
*/
/*
messes up Doris!
.divContainer
{
	display: none;
}
*/
#divContainer .divAppAdminStyle:hover
{
	border: 1px solid grey;
}
.divEditLeft
{
	float: left;
}
.divEditRight
{
	float: right;
}
.hrEdit
{
	clear: both;
	margin: 20px 0;
}
.divPicsGallery
{
	float: left;
}
.divPicsGallery span
{
	display: block;
}
.divPicsGallery a
{
	display: block;
	float: left;
	margin: 2px;
	background-color: #EFEFEF;
	width: 128px;
	height: 128px;
	text-align: center;
	overflow: hidden;
}
.divSubOptionStyle, .divIndentOptions
{
	margin: 10px 0 0 30px;
	padding-left: 10px;
	border-left: 1px solid grey;
}
.divAdminCenter
{
	width: 975px;
	margin: 0 auto;
}
.divColTitle
{
	width: 600px
}
.divColDate
{
	width: 100px;
}
.divNewsPage
{
	text-align: right;
}
.divNewsEditor
{
	/* display: none; */
}
.divNewsEditor .spanEditTitle
{
	display: block;
	float: left;
	width: 125px;
	padding-right: 10px;
	font-weight: bold;
}
.divNewsEditor .divLang
{
	float: left;
	text-align: center;
}
.divNewsEditor .tabs
{
	float: left;
}
.divNewsEditor textarea
{
	width: 775px;
	height: 100px;
}
.divNewsEditor .spanNewsLang
{
	font-weight: normal;
	font-size: 0.6em;
	color: grey;
}
.divNewsEditor .brClear
{
	clear: both;
}
.pEditButtons
{
	text-align: right;
}
.divSubOptions .lnkResetDefault
{
	display: none;
}
.lnkResetDefault
{
	clear: both;
	float: right;
	font-size: 0.8em;
}
.txtLayoutItemTitle
{
	width: 130px;
}

.divCurrentSize
{
	right:15px;
	bottom:2px;
	position:absolute; 
	font-size:1.2em;
	font-weight:bold;
}

.divAppAdmin {
	min-height: 150px!important;
}


/* Doris */
.divMenuPlaceholder
{
	width: 178px;
	height: 375px;
	float: left;
	background-color: #EEE;
	text-align: center;
}



/********************************
/cms/css/mosaic/front.css
********************************/
/** MOSAIC **/

.divAppFront
{
	float: left;
	position: relative;
/*	max-width: 100%;
	overflow:hidden;*/
}

.divAppFrontMosaic
{
	/*border: 1px solid #D4D4D4;
	  margin: 0 4px 7px 0; */
	 margin: 0px 5px 7px 0!important;
}

/********************************
/cms/lib/authentication/authentication.css
********************************/
.lnkLogin
{
	display: inline-block;
	height: 22px;
	width: 150px;
}
.lnkLogin:hover
{
	background-position: 0px -24px;
}
.lnkLoginFacebook
{
	background-image: url('/img/social_signin_buttons_icons/facebook_signin.png');
}
.lnkLoginTwitter
{
	background-image: url('/img/social_signin_buttons_icons/twitter_signin.png');
}
.lnkLoginError
{
	border: 2px dotted red;
}
.lnkPostAs .ui-icon, .lnkPost .ui-icon
{
	display: inline-block;
	margin-right: 10px;
	*float: left;
}
.lnkPostAs
{
	clear: both;
}
.divLoginTab
{
	overflow-y: hidden;
}


.divLoginTab .lblLoginField
{
	display: inline-block;
	width: 100px;
}

.divLoginTab input[type=TEXT]
{
	margin-bottom: 3px;
}

/********************************
/cms/app/mediaButton/mediaButton.css
********************************/
.divMediaPreview
{
	margin: 10px 10px 10px 0;
	padding: 10px;
	border: 2px dashed grey;
	float: left;
	height: 150px;
	width: 150px;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
}
.divLocation
{
	padding: 10px;
}
.lblOverlayText, .lblOverlayTextSmall
{
	display: block;
	position: absolute; 
	bottom: 0; 
	left: 0;
	/*
	background-color: black;
	color: white;
	*/
	opacity: 0.85;
	filter:alpha(opacity=805); /* For IE8 and earlier */
}
.lblOverlayText
{
	padding: 10px;
	font-size: 1.7em;
	line-height: 1.0em;
	text-align: center;
}
.lblOverlayTextSmall
{
	padding: 5px 10px;
	font-size: 1.2em;
}
.colorpicker {
	z-index: 1050;
}

/*
 not good for Doris
.imgFancyPicture {
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.18);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.18);
}
*/

/********************************
/cms/app/mediaButton/jQuery-File-Upload/css/jquery.fileupload-ui.css
********************************/
@charset "UTF-8";
/*
 * jQuery File Upload UI Plugin CSS 6.10
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.files .progress {
  width: 200px;
}
.progress-animated .bar {
  background: url(/cms/app/mediaButton/jQuery-File-Upload/img/progressbar.gif) !important;
  filter: none;
}
.fileupload-loading {
  position: absolute;
  left: 50%;
  width: 128px;
  height: 128px;
  background: url(/cms/app/mediaButton/jQuery-File-Upload/img/loading.gif) center no-repeat;
  display: none;
}
.fileupload-processing .fileupload-loading {
  display: block;
}

/* Fix for IE 6: */
* html .fileinput-button {
  line-height: 24px;
  margin: 1px -3px 0 0;
}

/* Fix for IE 7: */
* + html .fileinput-button {
  padding: 2px 15px;
  margin: 1px 0 0 0;
}

@media (max-width: 767px) {
  .files .btn span {
    display: none;
  }
  .files .preview * {
    width: 40px;
  }
  .files .name * {
    width: 80px;
    display: inline-block;
    word-wrap: break-word;
  }
  .files .progress {
    width: 20px;
  }
  .files .delete {
    width: 60px;
  }
}


/********************************
/cms/app/textBlock/textBlock.css
********************************/
.divTextBlock {
/*
	width:96%;
	height:96%;
	background-color: #F4F4F4;
	padding: 2%;	
	*/
}

.TextBlockImage {
    float:right;
    margin-left: 10px;
    margin-bottom: 10px;
}


/********************************
/cms/app/template/template.css
********************************/


/********************************
/cms/app/comments/comments.css
********************************/
.txtMaxComments
{
	width: 35px;
}
.lblComments
{
	font-weight: bold;
}
.txtComment
{
	width: 99%;
	height: 100px;
}
.divCommentPost
{
	text-align: right;
	width: 100%;
}
.divCommentPost .lnkRss
{
	float: left;
	margin-top: 8px;
}
.divCommentLogin .spanLoginTitle
{
	display: block;
	font-weight: bold;
}
.spanLoginTitle
{
	font-weight: bold;
}
.missingLoginField
{
	border-color: red!important;
}
.divCommentList
{
	clear: both;
}
.divCommentList .divUser
{
	float: left;
	width: 20%;
	font-size: 0.7em;
}

.divCommentList .divUserImage
{
	float: left;
	max-width: 57px;
	min-height:80px;
}

.divCommentList .divCommentText
{
	float: left;
	width: 80%;
}
.divCommentList .divCommentFunctions
{
	border-top: 1px solid #DDDDDD;
	padding-top: 4px;
	text-align: right;
	margin-top: 10px;
	font-size: 0.8em;
}
.divCommentList .divCommentFunctions .lnkReply
{
	padding-bottom: 10px;
	display: inline-block;
}
.divCommentList .divCommentList
{
	width: 95%;
	display: none;
	padding-left: 5%;
}
.divCommentList .spanCommentHeader.ui-button-text-only .ui-button-text
{
	padding: 0.2em 0.6em;
}
.divCommentList .spanCommentHeader.ui-button
{
	display: block;
	text-align: left;
	margin: 10px 0;
}
.divCommentList .lnkPermalink
{
	float: right;
	padding: 5px 5px 0 0;
	font-size: 0.8em;
}
.divCommentList .lnkPermalink:hover
{
	text-decoration: underline;
}
.divCommentList .divReply
{
	display: none;
	clear: both;
}
.divCommentPaging
{
	font-weight: normal;
	text-align: center;
	clear: both;
}

.divCommentPaging a
{
	font-weight: normal;
	text-align: center;
	clear: both;
	padding: 0px 6px;
}

.divCommentPaging a.selected
{
	font-weight: bold;
}

/********************************
/cms/app/nivoslider/nivoslider.css
********************************/
.nivo-controlNav
{
	display: none;
}

/********************************
/cms/app/reviews/reviews.css
********************************/
.divTabs {
	width:480px;
}

.ui-tabs .ui-tabs-nav {
	padding: 0px;
}

.txtMaxReviews
{
	width: 35px;
}
.divRating
{
	cursor: pointer;
	margin-bottom: 5px;
	float: left;
}
.divRating div
{
	height: 18px;
	width: 18px;
	background-image: url('/img/theme/standard/review_negative.png');
	float: left;
}
.divRating img
{
	opacity: 0;
}
.divStarsAdmin
{
	display: inline-block;
}
.divReviewText .imgStar, .divStarsAdmin .imgStar
{
	width: 18px;
	height: 18px;
}
.txtReview {
	width: 100%;
	max-width: calc(100% - 4px);
	min-height: 100px;
	margin-top: 5px;
	margin-bottom: 7px;
	padding: 1px;
}
.divReviewPost
{
	text-align: right;
}
.divReviewsBox
{
	margin-top: 10px;
}
.divReviewsList
{
	clear: both;
	border-top: 1px dotted grey;
	padding: 10px 0;
	margin: 10px 0 0 0;
	float: left;
	width: 100%;
}
.divReviewsList .divApproved
{
	float: right;
}
.divReviewsList .divReviewText
{
	float: left;
	width: 80%;
}
.divReviewsList .divUser
{
	float: left;
	width: 20%;
	font-size: 0.7em;
}
.divReviewsList .divUser .divUserImage
{
	float: left;
	max-width: 57px;
	min-height:80px;
}
.divReviewsList .divUser .imgUser
{
	float: left;
	margin-right: 10px;
	max-width: 57px;
}
.pApprovalType
{
	text-align: right;
}
.txtTagLocation
{
	height: 55px;
	width: 480px;
}
.drpLocationAdmin
{
	width: 260px;
}
.divFranchiseBusiness
{
	float: right;
	text-align: right;
}
.lblBizArea
{
	font-weight: bold;
	font-size: 0.8em;
}
.errorBox
{
	border: 1px dotted red;
}

/********************************
/cms/app/blog/blog.css
********************************/
#featuredSmallLimit, #featuredLimit {
	width: 30px;
}

.divnewsitem {
	width: 96%;
	margin: 10px 2%;
	clear: both;
}

.divArticleImg {
	float: left;
	margin-right: 10px;
}

.divArticleDate {
	font-style: italic;
}

.divnewsitem a {
    color: #373737;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    /*
    I don't like this by default! Put this in the site specific CSS if desired.
    text-decoration: none;
    */
    font-weight: bold;
}

.divnewsitem a:hover {
	text-decoration: underline;
}

/********************************
/cms/app/gridlist/gridlist.css
********************************/
.tblGridList
{
	border-spacing: 1px;
	border-collapse: separate;
}

.tblGridList td, .tblGridList th
{
	padding: 7px;
	vertical-align: top;
}

.tblGridList th
{
	background-color: grey;
	font-weight: bold;
	color: white;
}

/********************************
/cms/app/formOutput/formOutput.css
********************************/
.lblFormOutputTitle
{
	display: inline-block;
	width: 150px;
	font-weight: bold;
}

.brTitleBreak
{
	display: block;
	margin-bottom: 10px;
}

/********************************
/cms/app/logoList/logoList.css
********************************/
.logoListLogo
{
	margin: 10px 0;
	float: left;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

/********************************
/cms/app/control/control.css
********************************/


/********************************
/Modules/Adeo.SpringBoard.Ecommerce/app/cart.css
********************************/
.lblCartAppPage
{
	width: 150px;
	display: inline-block;
}

/********************************
/cms/app/campaign/campaign.css
********************************/
.divCampaign {
/*
	width:96%;
	height:96%;
	background-color: #F4F4F4;
	padding: 2%;	
	*/
}

.divDisplayNone {
	display: none;
}

.divCampaignOptions {
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: black;
	padding-left: 15px;
}

.lblCampaignOptions {
	display: inline-block;
	min-width: 150px;
}

.divCampaignContainer h3 {
	display: none;
}

.divCampaignContainer .step {
	display: none;
}

/********************************
/cms/app/newsletter/newsletter.css
********************************/
.thankyou {
	display: none;
	height: 40px;
	background-color: #de9a44;
	position: absolute;
	z-index: 10;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.dlgSignup {
	display: none;
}

#divDialogSignup label, #divDialogSignup input {
	display:block;
	max-width: 90%;
}

.txtRequired {
	border: 1px solid #CD0A0A;
	background-color: #FEF1EC;
	color: #CD0A0A;
}

.divNewsletterWrap
{
	/*text-align: center;*/
/*	position: absolute; 
no good for doris
*//*
	top: 50%;
	width: 100%;
	*/
}

/********************************
/site/resources/mmenu/css/jquery.mmenu.all.css
********************************/
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }
.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    padding-left: 40px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -moz-transition-property: -moz-transform, left, right;
  -ms-transition-property: -ms-transform, left, right;
  -o-transition-property: -o-transform, left, right;
  transition-property: transform, left, right; }
  .mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit; }
  .mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    right: 40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top: 1px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar > .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar > .mm-breadcrumbs > a {
    text-decoration: underline; }
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px; }
.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px; }
.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px; }
.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1; }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms; }
html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar > *,
  .mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar > *,
  .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar > *,
  .mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
  .mm-menu.mm-tileview .mm-listview > li:after,
  .mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%; }
  .mm-menu.mm-tileview .mm-listview > li > a,
  .mm-menu.mm-tileview .mm-listview > li > span,
  .mm-menu .mm-tileview.mm-listview > li > a,
  .mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0; }
  .mm-menu.mm-tileview .mm-listview > li > .mm-next,
  .mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto; }
    .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
      content: none;
      display: none; }
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
  .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }
.mm-menu.mm-tileview .mm-listview {
  margin: 0; }


/********************************
/site/resources/slick/slick.css
********************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-center img{-moz-transform:scale(1.08);-ms-transform:scale(1.08);-o-transform:scale(1.08);-webkit-transform:scale(1.08);color:#e67e22;opacity:1;transform:scale(1.08);}
.slick-slide img {transition:all 300ms ease;}

/********************************
/site/resources/slick/slick-theme.css
********************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/site/resources/slick/fonts/slick.eot');
    src: url('/site/resources/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/site/resources/slick/fonts/slick.woff') format('woff'), url('/site/resources/slick/fonts/slick.ttf') format('truetype'), url('/site/resources/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before{
	font-family: 'slick';
    font-size: 20px;
    line-height: 1;
	content:"<"
    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}

.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
	content:"<"
    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
	font-family:Advent Pro;
	font-weight:100;
    content: "<";
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
	font-family:Advent Pro;
	font-weight:100;
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/********************************
/site/resources/slick/slick-lightbox.css
********************************/
.slick-lightbox{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:black;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease}.slick-lightbox .slick-loading .slick-list{background-color:transparent}.slick-lightbox .slick-prev{left:15px}.slick-lightbox .slick-next{right:15px}.slick-lightbox-hide{opacity:0}.slick-lightbox-hide.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-hide-init{position:absolute;top:-9999px;opacity:0}.slick-lightbox-hide-init.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-inner{position:fixed;top:0;left:0;width:100%;height:100%}.slick-lightbox-slick-item{text-align:center;overflow:hidden}.slick-lightbox-slick-item:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{position:absolute;bottom:0;left:0;text-align:center;width:100%;margin-bottom:20px}.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{display:block;text-align:center}.slick-lightbox-slick-item-inner{display:inline-block;vertical-align:middle;max-width:90%;max-height:90%}.slick-lightbox-slick-img{margin:0 auto;display:block;max-width:90%;max-height:90%}.slick-lightbox-slick-caption{margin:10px 0 0;color:white}.slick-lightbox-close{position:absolute;top:15px;right:15px;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;border:none}.slick-lightbox-close:focus{outline:none}.slick-lightbox-close:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:0.85;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'×'}


/********************************
/site/resources/jquery.fancybox.css
********************************/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-inner,.fancybox-outer,.fancybox-skin{position:relative}.fancybox-skin{background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(/cms/resources/fancyBox/source/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}.fancybox-close,.fancybox-nav,.fancybox-nav span{cursor:pointer;z-index:8040;position:absolute}#fancybox-loading div{width:44px;height:44px;background:url(/cms/resources/fancyBox/source/fancybox_loading.gif) center center no-repeat}.fancybox-close{top:-18px;right:-18px;width:36px;height:36px}.fancybox-nav{top:0;width:40%;height:100%;text-decoration:none;background:url(/cms/resources/fancyBox/source/blank.gif);-webkit-tap-highlight-color:transparent}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{top:50%;width:36px;height:34px;margin-top:-18px;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(/cms/resources/fancyBox/source/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}

/********************************
/site/resources/ui.totop/css/ui.totop.css
********************************/
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(/site/resources/ui.totop/img/ui.totop.png) no-repeat left top;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: 9999;
}

#toTopHover {
	background:url(/site/resources/ui.totop/img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/********************************
/site/view/css/client.css
********************************/
@charset "UTF-8";
/* CSS Document */

html,body
{	margin: 0;
	padding: 0;
}

html {
	background-position:center top;
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	line-height:18px;
	color:#222222;
}

body
{
	background-color: #ffffff;
}

/* DEFAULT */
.divContainer {
	margin-top: 0px;
	z-index: 5;
	width: 100%;
	max-width: 100%!important;
	height: auto!important;
}

.divFeatureContainer {
	width:100%;
	max-width: 100%!important;
	height: auto!important;
}

.divMosaicContainer {
	width: 100%;
	max-width: 100%!important;
}

.divwrap, .divTextBlock, .divCampaignContainer {
    width: 1550px;
    margin: auto;
    max-width: calc(100% - 50px);
    padding-left: 25px;
    padding-right: 25px;
}

.divAppFront {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	max-width: 100%!important;
	margin-bottom: 0px!important;
}

.imgNews {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.small {
	font-size:0.7em;
	text-transform:none;
}

p span.italic {
	font-style:italic;
}

p span.strong {
	font-weight:bold;
}

hr
{
	border-color:#5e8e9b;
}


a {
	text-decoration: none;
	color:#2c2c2c;
}

a.no-link {
    cursor: default;
}

.divnewscontent a,
.product-panel a,
.divTextBlock a {
	color: #4a90cd;
    text-decoration: underline;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.divnewscontent a:hover,
.product-panel a:hover,
.divTextBlock a:hover {
	opacity: 0.7;
}

ul, ol
{
    margin: 10px 10px;
    display: table;
    padding-left: 0px;
    text-align: left;
}
ul li, ol li
{
    margin: 7px 25px;
}
ul li
{
    list-style-type: disc;
    text-align: left;
}
ol li
{
    list-style-type: decimal;
    text-align: left;
}

h1 {
	font-size: 2.2em;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	line-height: 1.2;
    margin-top: 0;
}

h2 {
	font-size: 2em;
	font-weight: 500;
	padding-bottom: 8px;
	margin-top:0px;
	margin-bottom: 0px;
	line-height: 1.2;
}

h3 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top:0px;
	margin-bottom: 0px;
	line-height: 1.2;
}
h4 {
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.2;
}
h5 {
	font-size: 0.8em;
	margin-bottom:5px;
}

strong {
	font-weight:bold;
	margin-bottom:3px;
	margin-top:5px;
}

p {	margin:10px 0;

}

em {
	font-style:italic;
}

iframe {
	border-style: solid;
	border-color: #888;
	max-width: 100%;
	max-height: 70vw;
}

img {
	max-width: 100%;
}


.divcontent  {
	width: 100%;
	max-width: 100%!important;
	position: relative!important;
}

.divinnertext, .divContentContainer, .divCartContainer
{
	text-align: left;
	color: #585858;
	background-color: #FFF;
	font-weight: 400;
	line-height: 21px;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 100% !important;
	width: 100%;
}

.divPageContainer {
	background-color: #F7F7F7;
}


.divContentContainer, .divCartContainer
{
	padding-top: 0px;
}

.divinnertext
{
	padding-top: 30px;
}


.divCartContainer {
	text-align: center;

	margin-left: auto;
    margin-right: auto;
}

.divCartContainer .divcontent{
	text-align: left;
	width: 975px!important;
	margin-left: auto;
    margin-right: auto;
    position: relative;
    float: none;
    max-width: 100%;
}

.imgContent, .divinnertextphoto
{
	float:right;
}

#toTop {
	bottom: 35px!important;
}

.visible {
    opacity: 1 !important;
    visibility: visible !important;
}

/* END */

.divheader {
    width: 100%;
    z-index: 6;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.divheader,
.home .divheader.sticky {
    background-color: #f9f9f9;
}

.home .divheader {
    position: absolute;
    background-color: rgba(7, 36, 63, 0.9);
}
.shownAddEmail{
	display:inline-block!important;
}

/*.divheader,
.divheader a,
.home .divheader.sticky,
.home .divheader.sticky a {
    color: #222;
}

.home .divheader,
.home .divheader a {
    color: #FFF;
}*/

.home .divheader:not(.sticky) a {
    color: #FFF;
}

.home .divheader:not(.sticky) a:hover {
    color: #4a90cd;
}

.divheader-top {
    /*padding-top: 30px;
    height: 38px;

    padding-top: 80px;*/
}

.divheader-right {
    float: right;
    /*padding-top: 5px;*/
}

.divheader-right > div {
    display: inline-block;
    float: left;
    margin-left: 32px;
    padding-top: 10px;
}

.divheader-right .icon {
    padding-left: 20px;
    position: relative;
}

.divheader-right .icon:before {
    position: absolute;
    left: 0;
}

.divheader-right a, .divhomefeatured a, .divhomefeatured a img, .divHomeLogo, .HomeBrand, .divlogo {
    -webkit-transition: color .3s,opacity .3s;
    transition: color .3s,opacity .3s;
}

.divheader-right a:hover:not(.no-link) {
    color: #4a90cd;
}

.divhomefeatured > a:hover:not(.no-link), .divHomeLogo:hover:not(.no-link), .HomeBrand:hover:not(.no-link), .divlogo:hover:not(.no-link) {
    opacity: .7;
}

.divlogo {
    display: inline-block;
}

.divlogo img {
    width: 200px;
}

.divlogosticky {
    max-width: 200px;
    padding: 10px 0 10px 30px;
    display: none;
}

.divlogosticky img {
    width: 100%;
    height: auto;
    display: block;
}

.divselect {
    position: relative;
    padding: 10px 10px;
    text-transform: uppercase;
    -webkit-transition: background-color .3s,opacity .3s;
    transition: background-color .3s,opacity .3s;
    cursor: pointer;
}

.divselect.show {
    background-color: #f1f1f1;
}

.divselect.show:hover {
    /*background-color: #101010;*/
}

.divselect.show #a-select {
    /*color: #fff;*/
}

.divselect #a-select:after {
    border-bottom: 1px solid currentColor;
    border-left: 0;
    border-right: 1px solid currentColor;
    border-top: 0;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 10px;
    -webkit-transform: translateY(-40%) rotate(45deg);
    transform: translateY(-40%) rotate(45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    width: 8px;
}

.divselectdiv {
    position: absolute;
    top: 0px;
    right: 25px;
    z-index: 7;
    text-transform: uppercase;
    font-size: 0.8em;
    -webkit-transition: opacity .3s,visibility .3s;
    transition: opacity .3s,visibility .3s;
    visibility: hidden;
    opacity: 0;
    background-color: #f1f1f1;
}

.divselectdiv.show {
    opacity: 1;
    visibility: visible;
}

.home .divselectdiv {
    top: 68px;
}

.divselectdiv a {
    display: block;
    padding: 12px 28px;
    background-color: #f1f1f1;
    color: #000;
    text-align: right;
    border-top: 1px solid #bcbcbc;
    -webkit-transition: background-color .3s,opacity .3s;
    transition: background-color .3s,opacity .3s;
}

.divselectdiv a:first-child {
    border-top: none;
}

.divselectdiv a.current {
    /*opacity: 0.5;*/
    color: #4a90cd;
}

.divselectdiv a:hover {
    /*background-color: #101010;*/
    color: #4a90cd;
}

.divmenucontainer {
    top: 68px;

    top: 118px;

    top:98px;

	top:83px;
}

.divmenu > ul {
    margin: 0;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/

    width: calc(100% - 300px);
    float: left;
	
}

.divmenu > ul > li {
    margin: 0;
    list-style: none;

    display: block;
    float: left;
}

.divmenu > ul > li > a {
    text-transform: uppercase;
    line-height: 60px;
    padding: 0 30px 0 0;
    -webkit-transition: opacity .3s, color .3s;
    transition: opacity .3s, color .3s;
    display: inline-block;
}

.divmenu > ul > li > a:after {
    border-bottom: 1px solid currentColor;
    border-left: 0;
    border-right: 1px solid currentColor;
    border-top: 0;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 5px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    width: 8px;
}

.divmenu > ul > li > a.contact-menu:after {
    display: none;
}

.divmenu > ul > li:hover > a {
    /*opacity: .7;*/
    color: #4a90cd;
}

.divmenu > ul > li.clicked > a:after {
    -webkit-transform: translateY(0) rotate(-135deg);
    transform: translateY(0) rotate(-135deg);
}

.divmenu > ul > li > div {
    -webkit-transition: opacity .3s ease,visibility 0s;
    transition: opacity .3s ease,visibility 0s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    background: #f1f1f1;
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 17px;
}

.divmenu > ul > li.clicked > div {
    opacity: 1;
    visibility: visible;
}

.divmenu > ul > li > div > ul {
    display: block;
}

.divmenu > ul > li > div > ul > li {
    list-style: none;
    display: inline-block;
    margin: 0px 40px 15px 0px;
}

.divmenu > ul > li > div > ul > li a {
    -webkit-transition: opacity .3s, color .3s;
    transition: opacity .3s, color .3s;
}

.divmenu > ul > li > div > ul > li a:hover {
    /*opacity: .7;*/
    color: #4a90cd;
}

.divmenucontainer .divwrap {
    /*position: relative;*/
}

.divmenu li.home-menu {
    background-image: url(/site/view/images/logo-fleurco-noir.png);
    background-repeat: no-repeat;
    background-size: 160px auto;
    background-position-y: 14px;
    -webkit-transition: opacity .3s, width .3s ease;
    transition: opacity .3s, width .3s ease;
    overflow: hidden;
    width: 0;
}

.divmenu li.home-menu:hover {
    opacity: .7;
}
.stickyHam{
	
}
.menuDrop{
  padding: 16px;
  font-size: 14px;
	margin-top:5px;
	cursor:pointer;
	
}
.product-panel{
	margin-top:40px;
}
.divselectmobile a:hover{
    color: #4a90cd;
}
.divSeHide{
	display:none;
}

.grayBord:nth-of-type(2){
    border-bottom: 1px solid #bcbcbc;
}

.menuDrop:hover .dropMenu {
	display: block;
	}
.dropMenu{
	display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100px;
  z-index: 1;
  right:5px;
  margin-top:5px;
}
.divdimensions {
    border-top: 1px solid #ccc;
    margin: 30px 0;
}
.divdimension {
    border-top: 1px solid #ccc;
    margin: 30px 0;
	
}
.divDimName{
	float:left;
	
	margin-top:5px;
	
}
.divMes{
	margin-top:5px;
	margin-left:400px;
	text-align:left;
}
.divdimensions:after {
    clear: both;
    display: block;
    content: '';
}

.divdimensions div {
    float: left;
    width: 50%;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.divdimensions div:nth-child(2n) {
    padding: 7px 7px 7px 40px;
}

.divdimensions div:nth-child(2n + 1) {
    background-color: #F3F3F3;
    padding: 7px;
}

.sticky .divmenu > ul {
    width: calc(100% - 250px);
	font-size:0.8em;
}

.sticky .divmenu li.home-menu {
    width: 185px;
	margin-left:20px;
}

.sticky {
    position: fixed !important;
    top: 0;
}

.home .divmenu > ul > li > div {
    background-color: rgba(7, 36, 63, 0.9);
}

.sticky .divmenu > ul > li > div {
    position: fixed;
    top: 60px;
    background-color: #f5f5f5;
}

.divmenu a.home-menu {
    width: 150px;
    color: transparent !important;
}

.search-bar-cont {
    float: right;
    position: relative;
}

.search-bar {
    /*bottom: 25px;
    opacity: 1;
    position: absolute;
    right: 1px;*/
    -webkit-transition: opacity .3s ease,visibility 0s;
    transition: opacity .3s ease,visibility 0s;
    width: 300px;

    float: right;
    margin-top: 10px;
}

.search-bar .inner {
    position: relative;
}

.search-bar .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.search-bar .form-control {
    background: transparent;
    border: 0;
    padding-left: 0;
    width: calc(100% - 30px);
    outline: 0;
    -webkit-appearance: none;
    font-size: 1em;
}

.search-bar .submit {
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 30px;
    border: none;
    cursor: pointer;
    outline: 0;
    font-size: 1.5em;
}

.search-bar .form-control,
.search-bar .form-control::-ms-input-placeholder,
.search-bar .form-control::-webkit-input-placeholder,
.search-bar .submit,
.home .sticky .search-bar .form-control,
.home .sticky .search-bar .form-control::-ms-input-placeholder,
.home .sticky .search-bar .form-control::-webkit-input-placeholder,
.home .sticky .search-bar .submit {
    color: #222;
	font-family: montserrat;
}

.search-bar .form-control,
.search-bar .form-control::placeholder,
.search-bar .submit,
.home .sticky .search-bar .form-control,
.home .sticky .search-bar .form-control::placeholder,
.home .sticky .search-bar .submit {
    color: #222;
	font-family: montserrat;
}

.home .search-bar .form-control,
.home .search-bar .form-control::-ms-input-placeholder,
.home .search-bar .form-control::-webkit-input-placeholder,
.home .search-bar .submit {
    color: #FFF;
	font-family: montserrat;
}

.home .search-bar .form-control,
.home .search-bar .form-control::placeholder,
.home .search-bar .submit {
    color: #FFF;
	font-family: montserrat;
}

.search-bar .inner:after,
.home .sticky .search-bar .inner:after {
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5;
    background: #555;
}

.home .search-bar .inner:after {
    background: #FFF;
}

.sticky .search-bar {
    opacity: 0;
    visibility: hidden;
    bottom: 12px;
    right: -3px;
    width: 250px;
    margin-top: 18px;
}

.search-bar-cont .options {
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 19;
    margin: 0;
    right: 3px;
    top: 0;
    -webkit-transition: opacity .3s ease,visibility 0s;
    transition: opacity .3s ease,visibility 0s;
}

.sticky .search-bar-cont .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
}

.option-item {
    list-style: none;
    font-size: 1.5em;
    margin: 18px 0 18px 18px;
}

.option-item:hover a {
    /*opacity: 0.7;*/
    -webkit-transition: opacity .3s ease, color .3s;
    transition: opacity .3s ease, color .3s;
    color: #4a90cd;
}

.divcategoriesmenu {
    /*max-height: 400px;
    overflow: auto;*/
}

.divmenu > ul > li > div > ul > li.menu-category {
    margin: 0 0 15px;
    float: left;
    width: 23%;
    text-transform: uppercase;
}

.divcategoriesmenu #menu-category0 {
    width: 35%;
}

.divcategoriesmenu #menu-category5 {
    float: right;
}

.divcategoriesmenu #menu-category6 {
    float: right;
    clear: both;
}

.menu-category span {
    display: block;
    margin-top: 15px;
    color: #bcbcbc;
}

.menu-category > a, .home .divheader.sticky .menu-category > a {
    color: #4a90cd;
    font-weight: bold;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
    display: block;
}

.menu-category > a:hover, .home .divheader.sticky .menu-category > a:hover {
    opacity: 0.7;
}

.menu-category ul {
    margin: 0;
}

.menu-category li {
    margin: 0;
    list-style: none;
    margin-top: 10px;
    text-transform: capitalize;
}

menu-category .right {
	width: 0;
}

#menu-category0.menu-category .left, #menu-category0.menu-category .right {
	float: left;
    width: 50%;
    padding-right: 5px;
    box-sizing: border-box;
}

.divcategoriesmenu1 {
    /*margin-left: 0;*/
}

.divcategoriesmenu2 {
    width: 20%;
    display: inline-block !important;
    margin: 0;
}

.divcategoriesmenu2 li {
    width: 100% !important;
}

.divSlideshow, .divSlideshow.slick-slide {
    min-height: 55.5vw;
    background-size: cover;
    position: relative;
    max-width: 100%;
    max-height: 800px;
}

.slick-dots {
    display: none!important;
}

.divSlideshow.hasvideo {
	min-height: 0;
	height: 55.5vw;
    overflow: hidden;
    max-height: 100%;
}

.divSlideshowContent {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    width: 1550px;
    max-width: calc(100% - 50px);
    top: calc(50% + 60px);
    transform: translatey(-50%);
    moz-transform: translatey(-50%);
    webkit-transform: translatey(-50%);
}

.divSlideshowContent p {
    margin: 0;
}

.divSlideshowContent h1, .divSlideshowContent h2 {
    font-size: 3.2em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #FFF;
}

.divSlideshowContent a {
    font-size: 1.4em;
    color: #fff;
    display: inline-block;
    padding: 16px 26px;
    border: 1px solid #FFF;
    margin-top: 40px;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
}

.divSlideshowContent a:hover {
    background-color: #FFF;
    color: #4a90cd;
}

#bgvid {
    width: 100%;
}

.divseotextcontainer {
    padding: 80px 0;
}

.divseotextcontainer p {
    font-size: 1.2em;
    line-height: 1.6em;
}

.divHomeBrand {
    height: 84px;
    margin-bottom: 80px;
}

.HomeBrand {
    float: left;
    width: 14%;
    height: 84px;
    position: relative;
}

.HomeBrand img {
    max-width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.divhomecategorieswrap {
    margin: 60px 0;
}

.divhomecategories {
    position: absolute;
}

.divhomecategories > a {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -ms-flexbox -ms-flex-align: center; -ms-flex-pack: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    width: 220px;
    height: 50px;
    max-width: calc(100% - 24px);
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-transform: uppercase;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
}
.divhomecategories:hover > a {
    background-color: #FFF;
    color: #4a90cd;
}

.divhomecategories img {
    width: 100%;
    height: 100%;
    display: block;
}

.divhomecategoriesphoto {
    width: 100%;
    height: 100%;
}
/*
.divhomecategories0 {
    top: 0;
    left: 0;
    width: 601.43px;
    height: 601.43px;
}

.divhomecategories1 {
    top: 0;
    left: 621.43px;
    width: 601.43px;
    height: 290.71px;
}

.divhomecategories2 {
    top: 310.71px;
    left: 621.43px;
    width: 290.71px;
    height: 290.71px;
}

.divhomecategories3 {
    top: 310.71px;
    left: 932.14px;
    width: 290.71px;
    height: 290.71px;
}

.divhomecategories4 {
    top: 0px;
    left: 1242.86px;
    width: 187.14px;
    height: 187.14px;
	overflow: hidden;
}

.divhomecategories5 {
    top: 207.14px;
    left: 1242.86px;
    width: 187.14px;
    height: 187.14px;
	overflow: hidden;
}

.divhomecategories6 {
    top: 414.29px;
    left: 1242.86px;
    width: 187.14px;
    height: 187.14px;
}
*/

.divhomecategoriescontainer {
    position: relative;
    width: 100%;
    margin: auto;
    /*height: 27.35vw;
    max-height: 601.43px;*/
}

.divhomecategories0 {
    top: 0;
    left: 0;
    width: calc((100% - 40px) * 0.4286);
    height: 100%;
}
/*
.divhomecategories1 {
    top: 0;
    left: calc((100% - 40px) * 0.4286 + 20px);
    width: calc((100% - 40px) * 0.4286);
    height: calc(50% - 10px);
}*/

.divhomecategories1 {
    top: 0;
    left: calc((100% - 40px) * 0.4286 + 20px);
    width: calc((50% - 45px) * 0.4286);
    height: calc(50% - 10px);
}

.divhomecategories2 {
    top: calc(50% + 10px);
    left: calc((100% - 40px) * 0.4286 + 20px);
    width: calc((50% - 45px) * 0.4286);
    height: calc(50% - 10px);
}

.divhomecategories4 {
    top: 0px;
    left: calc(100% - (100% - 40px) * 0.1429);
    width: calc((100% - 40px) * 0.1429);
    height: calc((100% - 40px) / 3);
}

.divhomecategories5 {
    top: calc((100% - 40px) / 3 + 20px);
    left: calc(100% - (100% - 40px) * 0.1429);
    width: calc((100% - 40px) * 0.1429);
    height: calc((100% - 40px) / 3);
}

.divhomecategories3 {
    top: calc(50% + 10px);
    left: calc(100% - (250% - 40px) * 0.1429);
    width: calc((50% - 45px) * 0.4286);
    height: calc((50% - 10px));
}

.divhomecategories6 {
    top: calc(100% - ((100% - 40px) / 3));
    left: calc(100% - (100% - 40px) * 0.1429);
    width: calc((100% - 40px) * 0.1429);
    height: calc((100% - 40px) / 3);
	color:red;
}

.divhomecategories3 > a,
.divhomecategories4 > a,
.divhomecategories5 > a {
    font-size: 0.9em;
    height: 40px;
}

.divhomecategories7 {
    top: 0;
    left: calc(100% - (250% - 40px) * 0.1429);
    width: calc((50% - 45px) * 0.4286);
    height: calc((50% - 10px));
}

.divlinedtext {
    overflow: hidden;
    text-align: center;
    /*margin-bottom: 36px;*/
    padding: 0;
    padding-top: 14px;
}

.divlinedtext span {
    position: relative;
    display: inline-block;
    /*font-size: 1.5em;*/
    text-transform: uppercase;
    font-weight: 100;
}

.divlinedtext span:before, .divlinedtext span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    width: 600px; /* half of limiter*/
    margin: 0 20px;
    color: #D8D8D8;
}

.divlinedtext span:before {
    right: 100%;
}

.divlinedtext span:after {
    left: 100%;
}

.divhomebuildcontainer {
    background-image: url(/site/view/images/Banner-buildyourshower.jpg);
    background-size: cover;
    position: relative;
}

.divhomebuildcontainer .leftsection {
    float: left;
    width: 50%;
    text-align: right;
}

.divhomebuildcontainer .leftsection img {
    display: inline-block;
    margin: 30px 40px 30px 0;
}

.divhomebuildcontainer .rightsection {
    float: left;
    width: 50%;
    height: 100%;
}

.divhomebuildcontainer .rightsection > div {
    margin-left: 40px;
    color: #FFF;
    max-width: 430px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.divhomebuildcontainer .rightsection > div p {
    font-size: 1.4em;
    line-height: 1.3;
}

.divhomebuildcontainer .rightsection > div a {
    color: #FFF;
    text-transform: uppercase;
    border: 1px solid #FFF;
    padding: 13px 18px;
    margin: 30px 0 0 0;
    display: inline-block;
    height: auto;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
}

.divhomebuildcontainer .rightsection > div a:hover {
    color: #4a90cd;
    background-color: #FFF;
}

.divhomefeaturedtitle h3 {
    font-size: 1.8em;
    font-weight: 500;
    margin: 60px 0;
    text-transform: uppercase;
    text-align: center;
}

.divhomefeaturedcontainer {

}

.divhomefeaturedcontainer .divhomefeatured {
    float: left;
    width: calc(33.333% - 13.333px);
    margin-left: 20px;
    padding-bottom: 20px;
}

.divhomefeaturedcontainer .divhomefeatured:nth-child(3n + 1) {
    margin-left: 0;
    clear:both;
}

.divhomefeaturedcontainer .divhomefeatured .divhomefeaturedphoto img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.divhomefeaturedcontainer .divhomefeatured > a {
    /*color: #222;
    text-transform: uppercase;
    margin: 30px 0 16px 0;
    display: inline-block;
    font-size: 1.4em;*/
    font-weight: bold;
}

.divhomefeaturedcontainer .divhomefeatured .divhomefeatureddescription {
    /*color: #222;
    margin: 0;
    display: block;
    line-height: 1.6;*/
    height: 130px;
    /*font-size: 0.9em;*/
}

.divhomefeaturedcontainer .divhomefeatured .divhomefeaturedphoto {
    margin-bottom: 20px;
    position: relative;
}

.divhomefeaturedcontainer .divhomefeatured .divhomefeaturedphoto span {
    display: none;
}

.divhomefeaturedcontainer .divhomefeatured .divhomefeaturedphoto a:not(.no-link) span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -ms-flexbox -ms-flex-align: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    width: 220px;
    height: 50px;
    max-width: calc(100% - 24px);
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-transform: uppercase;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
}

.divhomefeaturedcontainer .divhomefeatured .divhomefeaturedphoto a:not(.no-link):hover span {
    background-color: #FFF;
    color: #4a90cd;
}

.divhomelogocontainer {
    text-align: center;
    padding: 25px 0 50px;
}

.divhomelogocontainer > a {
    margin: 0 30px;
    display: inline-block;
    vertical-align: middle;
}

.divhomelogocontainer > a:first-child {
    /*margin-left: 0;*/
}

.divhomefeaturedcontainer .divhomefeatured > a.viewmore {
    color: #4a90cd;
    text-transform: uppercase;
    border: 1px solid #4a90cd;
    padding: 13px 18px;
    margin: 5px auto 0;
    display: block;
    text-align: center;
    height: auto;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
}

.divhomefeaturedcontainer .divhomefeatured > a.no-link {
    /*border-color: transparent;
    color: transparent;*/
}

.divhomefeaturedcontainer .divhomefeatured .divhomefeatureddescription a.viewmore {
	/*float: right;*/
    color: #4a90cd;
    text-decoration: underline;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}



.divhomefeaturedcontainer .divhomefeatured .divhomefeatureddescription a.viewmore:hover {
    opacity: 0.7;
}

.divhomefeaturedcontainer .divhomefeatured .divhomefeatureddescription > a.no-link {
	display: none;
}


/* Footer */

.divfooter {
    margin-top: 60px;
}

.divfooterphone {
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #d8d8d8;
}

.divfooterphone span {
    font-weight: 600;
    margin: 5px 60px;
    position: relative;
    font-size: 1.1em;
    display: inline-block;

    width: 236px;
    text-align: left;
    display: none;
}

.divfooterphone span:before {
    color: #4a90cd;
    position: absolute;
    left: -26px;
    top: 2px;
	font-size:1.2em;
}

.divfooterfollow {
    padding: 20px 0 40px;
}

.divfooterfollow .divnewsletter {
    color: #222;
    border-bottom: 1px solid #CECECE;
    float: left;
    /*width: 50%;*/
    width: 310px;
    position: relative;
    max-width: 600px;
	    font-size: 1.1em;
}

.divfooterfollow .divnewsletter input {
    outline: none;
    border: none;
    font-size: 1.1em;
    width: calc(100% - 30px);
    letter-spacing: 1.5px;
	font-family: montserrat;
    padding: 8px 0px;
}

.divfooterfollow .divnewsletter input::-ms-input-placeholder,
.divfooterfollow .divnewsletter input::-webkit-input-placeholder {
    color: #222;
}

.divfooterfollow .divnewsletter input::placeholder {
    color: #222;
}

.divfooterfollow .divnewsletter .icon {
    font-size: 1.4em;
    color: #4a90cd;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 7px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.divfooterfollow .divnewsletter .icon:hover {
    opacity: 0.7;
}

.divNewsletterWrap span {
	line-height: 32px;
    font-size: 1.1em;
    width: calc(100% - 30px);
    letter-spacing: 1.5px;
	font-family: montserrat;
    padding: 8px 0px;
    cursor: pointer;
}

#btnSignup {
    display: none;
}

.divfollowus {
    float: right;
    text-align: right;
    height: 36px;
}

.divfollowus span {
    line-height: 25px;
    float: left;
    display: block;
    font-weight: 500;
	font-size: 1.1em;
}

.divfollowus a {
    font-size: 40px;
    margin-left: 8px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.divfollowus a:hover {
    color: #4a90cd;
}

.divfootermenu {
    padding: 15px 0 40px;
}

.divfootermenu, .divfootermenu a {
    color: #222;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.divfootermenu a:hover {
    color: #4a90cd;
}

.divfootermenu ul, .divfootermenu li {
    list-style: none;
    margin: 0;
}

.divfootermenu ul {
    width: 100%;
}

.divfootermenu > ul > li {
    float: left;
    width: 20%;
	margin-bottom: 10px;
}

.divfootermenu > ul > li span {
    text-transform: uppercase;
    font-weight: 500;
    color: #929292;
    line-height: 1.1em;
}

.divfootermenu > ul > li > ul > li {
    margin-top: 5px;
}

.divcopyright {
    text-align: center;
    padding: 15px 0;
    font-size: 0.9em;
    color: #929292;
    border-top: 1px solid #d8d8d8;
    letter-spacing: 0px;
}

.divcopyright a {
    color: #929292;
}


/* Store Locator */
#divResults {
	/*float: left;
	font-size: 1em;
	margin-bottom: 10px;
	margin-right: 5px;
	min-height: 40px;
	padding-left: 5px;
	width: 275px;*/

    /*display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;*/
}

#map_canvas {
	float: left;
	width: 100%;
	height: 500px;
}

.storelocator-head {
    padding: 30px 0;
    text-align: center;
}

.storelocator-head button {
    border: 1px solid #4a90cd;
	font-size: 16px;
    line-height: 1.2;
    outline: 0;
    padding: 8px;
    box-sizing: border-box;
    background-color: #4a90cd;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color .3s ease, background-color .3s;
    transition: color .3s ease, background-color .3s;
	font-family: montserrat;
	padding: 10px 20px;
}

.storelocator-head button:hover {
    background-color: #fff;
    color: #4a90cd;
    /*border: 0;*/
}

.storelocator-head .divradius {
    display: inline-block;
    margin-left: 30px;
    text-align: left;
    position: relative;
}

.storelocator-head .btnradius {
    background-color: #ecebeb;
    border-color: #ecebeb;
    color: #101010;
    position: relative;
    width: 100%;
}

.storelocator-head .btnradius:hover {
    background-color: #e0dede;
    color: #101010;
}

.storelocator-head .btnradius:after {
    border-bottom: 1px solid currentColor;
    border-left: 0;
    border-right: 1px solid currentColor;
    border-top: 0;
    content: "";
    display: inline-block;
    height: 8px;
    -webkit-transform: translateY(50%) rotate(-135deg);
    transform: translateY(50%) rotate(-135deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    width: 8px;
     position: absolute;
    right: 10px;
    top: 12px;
}

.storelocator-head .btnradius:after {
    -webkit-transform: translateY(0%) rotate(45deg);
    transform: translateY(0%) rotate(45deg);
}

.storelocator-side {
    float: left;
    width: 300px;
    padding-right: 30px;
    box-sizing: border-box;

    display: none;
}

.storelocator-results {
    /*float: left;
    width: calc(100% - 300px);*/
    width: 100%;
}

.storelocator-footer {
    padding: 30px 0;
    clear: both;
    min-height: 85px;
}

.storelocator-footer:after {
    content: '';
    clear: both;
    display: block;
}

#divResultsText {
    padding: 0 0 30px 15px;
    font-size: 1.2em;
}

.locationwrap {
    position: relative;
    min-width: 250px;
    display: inline-block;
}

.locationwrap, .btnUseMyCurrentLocation, .divradius {
    width: 319px;
}

.locator-h2-or {
    display: inline-block;
    margin-right: 30px;
    margin-left: 30px;
}

#txtPostalCode {
    background-color: #fafafa;
    border: 1px solid hsla(0, 0%, 6%, .5);
    font-size: 16px;
    line-height: 1.4;
    outline: 0;
    padding: 8px;
    padding-right: 45px;
    width: 100%;
    box-sizing: border-box;
}

button[type=button].btnLocate {
    height: 40px;
    padding: 0;
    width: 40px;
    background-color: #4a90cd;
    border: none;
    color: #fafafa;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

button[type=button].btnLocate:hover {
    opacity: 0.7;
}

.locationwrap img {
    width: 28px;
    height: 28px;
}

.storelocator-side .btn-collapse {
    background-color: #ecebeb;
    border-color: #ecebeb;
    color: #101010;
    display: block;
    margin: 0;
    padding: 10px 45px 10px 15px;
    position: relative;
    text-align: left;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: background .3s,border .3s,color .3s,opacity .3s;
    transition: background .3s,border .3s,color .3s,opacity .3s;
    white-space: normal;
    width: 100%;
    box-sizing: border-box;
}

.storelocator-side .btn-collapse:hover {
    background-color: #e0dede;
    color: #101010;
}

.storelocator-side .btn-collapse:after {
    border-bottom: 1px solid currentColor;
    border-left: 0;
    border-right: 1px solid currentColor;
    border-top: 0;
    content: "";
    display: inline-block;
    height: 8px;
    -webkit-transform: translateY(50%) rotate(-135deg);
    transform: translateY(50%) rotate(-135deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    width: 8px;
     position: absolute;
    right: 10px;
    top: 12px;
}

.storelocator-side .btn-collapse.collapse:after {
    -webkit-transform: translateY(0%) rotate(45deg);
    transform: translateY(0%) rotate(45deg);
}

.divradius .wrapper {
    padding: 20px;
}

.divradius ul.options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.divradius li.option {
    display: block;
    margin: 20px 0 0 0;
    width: 100%;
}

.divradius li.option:first-child {
    margin-top: 0;
}

.divradius input.checkbox {
    left: -9999px;
    position: absolute;
}

.divradius label {
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.9;
    margin: 0;
    min-height: 1.8em;
    padding-left: 45px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.divradius label:before {
    background-color: #fafafa;
    border: 1px solid #101010;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px;
    box-sizing: border-box;
}

.divradius label:hover:before{
    border: 2px solid #4a90cd!important;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.divradius label:after {
    color: #fafafa;
    content: "✓";
    font-family: serif;
    font-size: 1em;
    font-weight: 300;
    height: 22px;
    left: 0;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 22px;
}

.divradius input.checkbox:checked+label:before {
    background-color: #4a90cd;
    border: 1px solid #4a90cd;
}

.divradius input.checkbox:not(:checked)+label:after {
    opacity: 0;
}

.divradius .content {
    position: absolute;
    z-index: 10;
    background-color: #FFF;
    width: 100%;
}

#divResults > div {
    float: left;
    width: calc((100% - 60px) / 4);
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 20px;
}

#divResults > div:nth-child(4n) {
    margin-right: 0px;
}

.store-card {
    /*background-color: #ecebeb;*/
    display: block;
    font-size: .875rem;
    /*margin-bottom: 30px;*/
    height: 300px;
    border: 1px solid #D8D8D8;
    position: relative;
}

#divResults .store-card {
    cursor: pointer;
}

#divResults .store-card:hover {
    background-color: #ecebeb;
}

.store-card .card-block {
    padding: 30px 30px 90px;
}

.card-title {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color: #4a90cd;
}

.card-text {
    font-size: .875rem;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.5;
}

.store-card .distance {
    font-size: .75rem;
}

.card-text .address {
    text-transform: uppercase;
    height: 60px;
}

.store-card .card-text:last-child:before {
    background-color: currentColor;
    content: " ";
    display: block;
    height: 1px;
    margin-bottom: 10px;
    width: 20px;
}

.card a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.card-website a {
    text-decoration: underline;
}

.card-phone {
    display: inline-block;
}

.card-phone a {
    margin-left: 20px;
    display: block;
    position: relative;
}

.card-phone a:before {
    color: #4a90cd;
    position: absolute;
    left: -20px;
    top: 3px
}

.card-direction {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.card-direction a {
    display: inline-block;
    padding: 8px 15px;
    color: #FFF;
    background-color: #4a90cd;
    border: 1px solid #4a90cd;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    text-transform: uppercase;
}

.card-direction a:hover {
    color: #4a90cd;
    background-color: #FFF;
}

#map_canvas .store-card {
    margin-bottom: 0;
    height: auto;
    border: none;
    position: inherit;
}

#map_canvas .store-card .card-block {
    padding: 10px 10px 35px;
}

#map_canvas .store-card .distance {
    display: none;
}

#map_canvas .card-direction {
    bottom: 5px;
}

#map_canvas .card-direction a {
    padding: 5px 8px;
}

/* Content */

.divcontent {
    padding: 60px 0 0;
}

.divcontent h1, .divTextBlock h1 {
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 100;
    font-size: 2em;
}

.divcontent h3 {
    text-transform: uppercase;
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 60px;
    padding: 0;
    position: relative;
    z-index: 1;
    font-weight: 100;
}

.divcontent h3:before {
    border-top: 1px solid #d8d8d8;
    content: '';
    margin: 0 auto;
    position: absolute;
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
}

.divcontent h3 span {
    background: #fff;
    padding: 0 15px;
}

/*.divcontent h3, .divTextBlock h3 {
    font-weight: 100;
    text-align: center;
    margin: 20px 0;
    line-height: 1.3;
}*/

.divvideocont {
    text-align: center;
    margin: 60px 0 0px;
}

.divvideo {
    padding: 20px 20px 40px;
    background-color: #ecebeb;
    display: inline-block;
    position: relative;
}

.divvideo label {
    position: absolute;
    bottom: 13px;
    right: 20px;
    font-weight: bold;
}

.content-third {
    float: left;
    margin-right: 20px;
    width: calc(33.333% - 13.333px);
}


.content-third:last-child {
    margin-right: 0;
}

div.content-third:nth-child(3) {
    margin-right: 0;
}
div.content-third:nth-child(6) {
    margin-right: 0;
}
div.content-third:nth-child(3n+0) {
    margin-right: 0;
}

.content-third img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.divbannercontent p
{	color: #FFF;
    font-size: 1.2em;
    line-height: 1.4em;
}

.divbannercontent H1
{	color: #FFF;
    font-size: 2em;
}

.divbreadcrumb {
    padding: 30px 0;
    text-transform: uppercase;
}

.divbreadcrumb b {
    font-weight: normal;
}

.home .divbreadcrumb {
    display: none;
}

.divbreadcrumb a, .divbreadcrumb .sep {
    color: #bcbcbc;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.divbreadcrumb .sep {
    margin: 0 7px;
}

.divbreadcrumb a:hover {
    color: #222222;
}

.divdimensions {
    border-top: 1px solid #ccc;
    margin: 30px 0;
}
.divdimension {
    border-top: 1px solid #ccc;
    margin: 30px 0;
}
.divselect #a-select1:after {
    border-bottom: 1px solid currentColor;
    border-left: 0;
    border-right: 1px solid currentColor;
    border-top: 0;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 10px;
    -webkit-transform: translateY(-40%) rotate(45deg);
    transform: translateY(-40%) rotate(45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    width: 8px;
}

.divdimensions:after {
    clear: both;
    display: block;
    content: '';
}

.divdimensions div {
    float: left;
    width: 50%;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.divdimensions div:nth-child(2n) {
    padding: 7px 7px 7px 40px;
}

.divdimensions div:nth-child(2n + 1) {
    background-color: #F3F3F3;
    padding: 7px;
}

.divbanner {
    position: relative;
    margin-bottom: 30px;
}

.divbannerimage {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /*height: 100%;*/
    height: 47vw;
    height: 27vw;
    max-height: 450px;
}

.divbannercontainer {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 30px;
    box-sizing: border-box;
}

.divbannercontent {
    width: 40%;
    min-width: 400px;
    padding: 25px 25px;
    background-color: rgba(0,0,0,0.7);
    position: relative;
}

.divbannercontent h1 {
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
}

.divbannercontent p {
    color: #FFF;
}

/* Contact */

.divTextBlock:after {
    content: '';
    clear: both;
    display: block;
}

.divcontactleft {
    width: 50%;
    float: left;
    padding: 20px 0;
    box-sizing: border-box;
}

.divcontactright {
    width: 50%;
    float: left;
    padding: 20px 15px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

.divcontactcountry {
    width: 85%;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.divcontactcountry:first-child {
    padding-top: 0;
    border-top: none;
}

.divcontactcountry:after {
    content: '';
    clear: both;
    display: block;
}

.divcontactcountry span {
    color: #4a90cd;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 600;
}

.divcontactaddress {
    width: 60%;
    float: left;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
	min-width: 300px;
}

.divcontactaddress:before {
    content: "\62";
    font-family: "fleurco" !important;
    color: #4a90cd;
    font-size: 1.2em;
    position: absolute;
    top: -3px;
    left: 0;
}

.divcontactaddress a {
	color: #4a90cd;
	text-decoration: underline;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.divcontactaddress a:hover {
	opacity: .7;
}

.divcontactphone {
    width: 40%;
    float: left;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.divcontactphone:before {
    content: "\6b";
    font-family: "fleurco" !important;
    color: #4a90cd;
    font-size: 1.2em;
    position: absolute;
    top: 0px;
    left: 0;
}

.divcontactright span {
    font-size: 1.2em;
    font-weight: 600;
}

.divcontactform {
    margin-top: 40px;
}

.divcontactform label {
    display: block;
}

.divcontactform input[type="text"] {
    display: block;
    margin: 8px 0 15px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    height: 34px;
    outline: none;
}

.divcontactform select {
    display: block;
    margin: 8px 0 15px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    outline: none;
    font-family: arial;
}

.divcontactform textarea {
    display: block;
    margin: 8px 0 15px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    height: 100px;
    outline: none;
    font-family: arial;
}

.divcontactform .sendbtn {
    color: #FFF;
    background-color: #4a90cd;
    text-transform: uppercase;
    border: 1px solid #4a90cd;
    padding: 13px 18px;
    margin: 20px auto 0;
    display: block;
    height: auto;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    cursor: pointer;
    min-width: 150px;
    font-size: 1.3em;
}

.divcontactform .sendbtn:hover {
    color: #4a90cd;
    background-color: #FFF;
}


.divMenuLeft {
   	float: left;
 	padding-bottom: 15px;
	padding-top: 45px;
	padding-right: 15px;
	/*padding-left: 15px;*/
	width: calc(20% - 15px);
	margin-top: 30px;
    font-size: 0.9em;
}

.divProductRight {
	float: left;
 	padding-bottom: 15px;
	padding-top: 45px;
	/*padding-right: 15px;*/
	padding-left: 15px;
	width: calc(80% - 15px);
	margin-top: 30px;
}

.divfeaturetitle {
	background-color: #ecebeb;
	border-color: #ecebeb;
	color: #2c2c2c;
	display: block;
	margin: 0;
	padding: 10px 45px 10px 15px;
	position: relative;
	text-align: left;
	text-decoration: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: background .3s,border .3s,color .3s,opacity .3s;
	transition: background .3s,border .3s,color .3s,opacity .3s;
	width: calc(100% - 60px);
	cursor: pointer;
	text-transform: uppercase;
}

.divfeaturetitle:hover {
	background-color: #bcbcbc;
	border-color: #bcbcbc;
}

.divfeaturetitle:after {
    border-bottom: 1px solid currentColor;
    border-left: 0;
    border-right: 1px solid currentColor;
    border-top: 0;
    content: "";
    display: inline-block;
    height: 8px;
    -webkit-transform: translateY(50%) rotate(-135deg);
    transform: translateY(50%) rotate(-135deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    width: 8px;
     position: absolute;
    right: 10px;
    top: 12px;
}

.divfeaturetitle.collapse:after {
    -webkit-transform: translateY(0%) rotate(45deg);
    transform: translateY(0%) rotate(45deg);
}

.divconfiguratorcat {
	margin-bottom: 15px;
}

.divfeatureoption li  {
	list-style-type: none;
	margin: 7px 15px;
}

.divcategoryoption li  {
	list-style-type: none;
	margin: 7px 15px;
}

.divcategoryoption a:hover {
	color: #bcbcbc;
}

.divfeatureoption a {
	/*text-transform: uppercase;*/
    line-height: 1.5;
    padding-left: 45px;
    position: relative;
    display: inline-block;
}

.divfeatureoption a:hover {
	color: #bcbcbc;
}

.divfeatureoption a:before {
    background-color: #fafafa;
    border: 1px solid #101010;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
    box-sizing: border-box;
}

.divfeatureoption a:after {
    color: #fafafa;
    content: "\2713";
    font-family: serif;
    font-size: 1em;
    font-weight: 300;
    height: 18px;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 1px;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 18px;
}

.divfeatureoption a:hover:before {
    border: 2px solid #4a90cd!important;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.divfeatureoption a.current:before {
    background-color: #4a90cd;
    border: 1px solid #4a90cd;
}

/*.divfeatureoption a:hover:after,
.divfeatureoption a.current:after {
    opacity: 0;
}*/

.divDoortypelist {
    width: 67%;
    float: left;
}

.divBrandlist {
    width: 33%;
    float: left;
}
.divdoortype {
	float: left;
	width: calc(50% - 25px);
	margin: 0px 15px;
}

.divdoortype:nth-child(2n) {
    margin-right:  0;
}

.divcategory {
	float: left;
	width: calc(33.333% - 25px);
	margin: 0px 15px;

}

.divcategory:nth-child(3n) {
    margin-right:  0;
}

.divcategorybackphoto {
	width: 100%;
	overflow:hidden;
	padding-top: 77%;
	position:relative;
}

.divdoortypebackphoto {
	padding-top: 100%;
}

.divbrandbackphoto {
	padding-top: 50%;
	width: 90%;
	margin-left: 5%;
}

.divcategoryphoto {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}

.divcategorybackphoto img {
	max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity .3s;
	transition: opacity .3s;
    -webkit-backface-visibility: hidden;
}

.divcategorybackphoto img:hover {
	opacity: 0.7;
}

.divcategoryinfos {
	margin-top:10px;
	height: 80px;
}

.divcategoryinfos span {
	/*text-transform: uppercase;*/
	font-weight: bold;
}

.divcategoryinfos a:hover {
	color: #4a90cd;
}

#page-section .divcategory {
    float: none;
    width: 100%;
    margin: 0 0 50px;
}

#page-section .divcategory:after {
    content: '';
    display: block;
    clear: both;
}

#page-section .divcategorybackphoto {
    width: 25%;
    padding-top: 0;
    float: left;

    display: none;
}

#page-section .divcategoryphoto {
    position: relative;
}

#page-section .divcategoryinfos {
    margin-top: 0;
    height: auto;
    float: left;
    width: 75%;
    box-sizing: border-box;
    /*padding-left: 30px;*/
}

#page-section .divcategoryinfos span {
    font-size: 1.4em;
}

.divDisclaimer {
	color: #FFF;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	background-color: #AAA;
	width: calc(100% - 40px);
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.divSelectModel a span {
    color: #f16336;
}

.no-sidebar .divMenuLeft {
    display: none;
}

.no-sidebar .divProductRight {
    width: calc(80% + 15px);
    padding: 45px 10% 15px calc(10% - 15px);
}

.divProductRight.divProductRightSearch {
    padding-top: 0;
}

.searchtabs:after {
    content: '';
    display: block;
    clear: both;
}

.searchtabs > div {
    float: left;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 20px;
}

.searchtabs > div.selected {
    color: #2c2c2c;
    background-color: #fff;
}

.searchtabs > div:not(.selected) {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    color: #fff;
    background-color: #2c2c2c;
    cursor: pointer;
}

.searchtabs > div:not(.selected):hover {
    opacity: .7;
}

.not-found {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.mobile-only {
	display: none!important;
}

.btn-build-your {
	display: none!important;
}

.blue-bar {
	background-color:#4a90cd;
	height:35px;
	width:100%;
	z-index:100;
	margin-bottom:10px;
	font-family:Montserrat;
	font-size:16px;
	font-style:italic;
	color:#fff;
	text-align:center;
	line-height: 33px;
}

.blue-bar a {
	color:#4a90cd !important;
	background-color:#fff;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	margin-left:10px;
	padding: 5px 12px;
    border-radius: 5px;
    line-height: 12px;
    border:1px solid #fff;
}

.blue-bar a:hover {
color:#fff !important;
	background-color:#4a90cd;
}

#custom_field_string_interests_field_0,
#custom_field_string_interests_field_1,
#custom_field_string_interests_field_2,
.divforminterests {
	display:none;
}

.ctct-inline-form .divforminterests {
	display:block;
}

div.ctct-form-embed div.ctct-form-defaults {
	background-color:#4a90cd !important;
	color:#fff !important;
}

div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header,
div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text,
div.ctct-form-embed form.ctct-form-custom label.ctct-form-label,
div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text,
div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text a.ctct-form-footer-privacy-link, div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text a.ctct-form-footer-link {
	color:#fff !important;
    font-family: 'Montserrat',sans-serif!important;
}

div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header,
div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
	text-align:center;
}

div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
	line-height: 1.2 !important;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
	font-size:0.9em !important;
	margin-bottom:15px !important;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element,
div.ctct-form-embed form.ctct-form-custom select.ctct-select-element {
	border-radius: 10px !important;
	height:40px !important;
}

div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
	max-width: 200px;
	background-color:#fff !important;
	color:#4a90cd !important;
	margin:auto;
	font-weight: bold;
    border-radius: 6px !important;
}

div.ctct-form-embed form.ctct-form-custom button.ctct-form-button:hover {
	background-color:#4a90cd !important;
	color:#fff !important;
}

.ctct-form-custom > img {
	display:block;
	margin:auto;
	max-width:200px;
}

.divnewsletterfeatured {
	background-color:#4a90cd !important;
	color:#fff !important;
	padding: 10px 0;
}

.divnewsletterfeatured::after {
	content:'';
	display:block;
	clear:both;
}

.divnewsletterfeatured .leftsection {
	float:left;
	width:50%;
	padding-left: 21%;
    box-sizing: border-box;
    padding-top: 36px;
}

.divnewsletterfeatured .leftsection h3 {
	font-size: 2em;
    margin-bottom: 5px;
}

.divnewsletterfeatured .leftsection span {
	font-style: italic;
    font-size: 1.5em;
    line-height: 1;
    display: block;
}

.divnewsletterfeatured .leftsection input[type="text"] {
    display: block;
    margin: 20px 0;
    padding: 6px 8px;
    min-width: 300px;
    max-width:100%;
    background-color: #a7ccfc;
    border: none;
}

.divnewsletterfeatured .leftsection input[type="button"] {
    color: #4a90cd !important;
    background-color: #fff;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 12px;
    border-radius: 5px;
    line-height: 1;
    border: 1px solid;
    cursor:pointer;
}

.divnewsletterfeatured .leftsection input[type="button"]:hover {
	color: #fff !important;
    background-color: #4a90cd;
}

.divnewsletterfeatured .rightsection {
	float:right;
	width:50%;
	text-align:right;
	padding-right: 22%;
    box-sizing: border-box;
}

.divnewsletterfeatured .rightsection img {
	max-width: 300px;
	height:auto;
	margin-left:50px;
}

/* MENU MOBILE */
#hamburger::before {
    top: 0px;
}
#hamburger::before, #hamburger::after, #hamburger span {
    background: #222 none repeat scroll 0 0;
    /*background: #eee none repeat scroll 0 0;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    content: "";
    display: block;
    left: 0;
    height: 3px;
    position: absolute;
    width: 24px;
}
#hamburger::before, #hamburger::after, #hamburger span {
    transition-delay: 0.2s;
    transition-duration: 0.5s;
    transition-property: transform, top, bottom, left, opacity;
    transition-timing-function: linear;
}
#hamburger::after {
    top: 16px;
}

.divhamburger, #hamburger {
    box-sizing: border-box;
    display: block;
    height: 25px;
    left: 5px;
    position: absolute;
    top: 0px;
    width: 24px;
    z-index: 4;
}

#hamburger span
{
  top: 8px;
}

html.mm-opening #hamburger::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(45deg); /* IE 9 */

}
html.mm-opening #hamburger::before, html.mm-opening #hamburger::after {
    top: 10px;
}

html.mm-opening #hamburger::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(-45deg); /* IE 9 */
}

html.mm-opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-listview .mm-divider  {
	text-indent: 0px;
	font-size: 1em;
	text-tranform: none;
}

.mm-listview .current  {
	font-weight: bold;
}

.divselectmobile > .current  {
	display:none;
}

#hamburger
{
  transition-duration: 0.4s;
  transition-property: top;
  display: none;
  top: 19px;
}
/* END MENU MOBILE */

.main-content {width:80%;margin:0 auto;}

/* Large Screen (landscape) ----------- */
@media screen and (min-width : 0px) and (max-width : 1400px) {

    .divmenu > ul, .sticky .divmenu > ul {
        letter-spacing: 0px;
    }

	.divnewsletterfeatured .rightsection {
		padding-right: 17%;
	}


	.divnewsletterfeatured .leftsection {
		padding-left: 17%;
	}
}


/* Normal Screen (landscape) ----------- */
@media screen and (min-width : 0px) and (max-width : 1260px) {

	#hamburger 	{
		display: block;
	}

	.divmenu > ul > li {
		display: none;
	}

    .divmenu li.home-menu {
        display: block;
    }

    .divmenu > ul, .sticky .divmenu > ul {
        margin-top: 0;
        width: 185px;
    }

    .sticky .divmenu li.home-menu {
        margin-left: 30px;
    }

    .search-bar-cont {
        /*right: 1%;*/
        margin-top: 0;
        position: relative;
        right: 0;
    }

    .divheader, .home .divheader.sticky {
        background-color: #FFF;
        height: 60px;
    }

    .divheader-top, .home .divheader-top {
        position: relative;
        height: 30px;

        height:50px;
		height: 35px;
    }

    .divheader-top div {
        display: none;
    }

    .divlogosticky {
        display: none;
        position: absolute;
    }



    .sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
    top:0;
    }

    .divheader-top div.blue-bar {
    display:block;
    margin-bottom:0;
    }

	.divnewsletterfeatured .rightsection {
		padding-right: 13%;
	}


	.divnewsletterfeatured .leftsection {
		padding-left: 13%;
	}
}


@media screen and (min-width : 0px) and (max-width : 1200px) {

    .search-bar-cont {
        position: absolute;
        top: 0;
        right: 25px;
        /*margin-top: 55px;*/
    }

    .home .search-bar-cont {
        margin-top: 0;
    }

    .divmenu > ul, .sticky .divmenu > ul {
        /*width: 100%;*/
       /*margin-top: 40px;*/
    }

    .divmenu > ul {
    }

    .sticky .divmenu > ul > li > div {
        top: 100px;
    }

    .divheader-right > div {
        margin-left: 15px;
        letter-spacing: 0.3px;
        font-size: 0.9em;
    }

    .divheader-right .icon:before {
        left: -4px;
        font-size: 1.3em;
    }

    .divhomecategoriescontainer {
        height: 53.60vw;
        max-height: none;
    }

    .divhomecategories0 {
        top: 0;
        left: 0;
        width: calc((100% - 20px) * 0.4286);
        height: calc((100% - 20px) * 0.75);
    }

    /*.divhomecategories1 {
        top: 0;
        left: calc((100% - 20px) * 0.4286 + 20px);
        width: calc((100% - 20px) * 0.5714);
        height: calc((100% - 20px) / 2);
    }*/

    .divhomecategories1 {
        top: 0;
        left: calc((100% - 20px) * 0.4286 + 20px);
        width: calc((50% - 20px) * 0.5714);
        height: calc((100% - 20px) / 2);
    }

    .divhomecategories7 {
        top: 0;
        left: calc((167% - 20px) * 0.4286 + 20px);
        width: calc((50% - 20px) * 0.5714);
        height: calc((100% - 20px) / 2);
    }

    .divhomecategories2 {
        top: calc((100% - 20px) / 2 + 20px);
        left: calc((100% - 20px) * 0.4286 + 20px);
        width: calc((50% - 20px) * 0.5714);
        height: calc((100% - 20px) / 2);
    }

    
    .divhomecategories6 {
        top: calc((100% - 20px) * 0.75 + 20px);
        left: calc((0% - 45px) * 0.4286 + 20px);
        width: calc(((100% - 20px) * 0.4286 - 40px) / 3);
        height: calc((100% - 20px) / 4);
    }

    .divhomecategories3 {
        top: calc((100% - 20px) / 2 + 20px);
        left: calc((167% - 20px) * 0.4286 + 20px);
        width: calc((50% - 20px) * 0.5714);
        height: calc((100% - 20px) / 2);
    }

    .divhomecategories4 {
        top: calc((100% - 20px) * 0.75 + 20px);
        left: calc(((100% - 20px) * 0.4286 - 40px) / 3 + 20px);
        width: calc(((100% - 20px) * 0.4286 - 40px) / 3);
        height: calc((100% - 20px) / 4);
    }

    .divhomecategories5 {
        top: calc((100% - 20px) * 0.75 + 20px);
        left: calc((100% - 20px) * 0.4286 - ((100% - 20px) * 0.4286 - 40px) / 3);
        width: calc(((100% - 20px) * 0.4286 - 40px) / 3);
        height: calc((100% - 20px) / 4);
    }

    .divhomecategories3 a, .divhomecategories4 a, .divhomecategories5 a {
        max-width: calc(100% - 15px);
        letter-spacing: 0px;
    }

    

    .divvideo {
        width: 100%;
        box-sizing: border-box;
    }

    .divvideo iframe {
        width: 100%;
        height: 48vw;
    }

    #divResults > div {
        width: calc(33.333% - 13.333px);
    }

    #divResults > div:nth-child(4n) {
        margin-right: 20px;
    }

    #divResults > div:nth-child(3n) {
        margin-right: 0px;
    }

    .divbannercontent {
        width: 70%;
    }
}

@media screen and (min-width : 0px) and (max-width : 1150px) {
    .storelocator-head .divradius {
        display: block;
        margin: 15px auto 0;
    }

    .locator-h2-or {
        margin-right: 10px;
        margin-left: 10px;
    }
}

/* Normal Screen (landscape) ----------- */
@media screen and (min-width : 0px) and (max-width : 975px) {

	body, html
	{
		min-width:320px;
		width: 100%;
		/*overflow-x: hidden;*/
	}

	.divwrap {
		width: 96%!important;
		margin: 0;
		padding-left:2%;
        padding-right: 0;
        max-width: 100%;
	}

	.BlogFeatureTrue {
		height:auto;
		width:100% !important;
		position: relative;
		top: auto !important;
	}

	.divAppFront {
    	position: relative !important;
		top: auto !important;
		left: auto !important;
		max-width: 100%!important;
    }

    .divContainer {
    	max-width: 100%;
    	height: auto!important;
    }

	.divTextBlock {
		width:96% !important;
		padding-left:2%;
		padding-right:2%;
	}

	.divTextBlock div {
		max-width: 100%;
	}

	.TextBlockImage {
		max-width: 100%;
	}

	.divCampaignContainer {
		width:96% !important;
		padding-left:2%;
		padding-right:2%;
	}

	.divtext {
		max-width: 96%;
		padding: 2%;
		margin-left: 0px;
	}

	#hamburger 	{
		display: block;
	}

	.divmenu > ul > li {
		display: none;
	}

    .divmenu li.home-menu {
        display: block;
    }

    .divmenu > ul, .sticky .divmenu > ul {
        margin-top: 0;
        width: 185px;
    }

    .sticky .divmenu li.home-menu {
        margin-left: 30px;
    }

    .search-bar-cont {
        /*right: 1%;*/
        margin-top: 0;
        position: relative;
        right: 0;
    }

    .divheader, .home .divheader.sticky {
        background-color: #FFF;
        height: 60px;
    }

    .divheader-top, .home .divheader-top {
        position: relative;
        height: 30px;

        height:50px;
		height: 35px;
    }

    .divheader-top div {
        display: none;
    }

	.divSlideshow .divwrap {
        padding-top: 49%;
    }

    .divSlideshow {
        height: auto;
        min-height: 0;
    }

    .divSlideshowContent {
        width: 96%;
        top: 50%;
        max-width: 100%;
        transform: translatey(-50%);
        moz-transform: translatey(-50%);
        webkit-transform: translatey(-50%);
    }

    .divSlideshowContent p {
        font-size: 1.3em;
    }

    .divSlideshowContent a {
        margin-top: 30px;
    }

    .divSlideshowContent h1, .divSlideshowContent h2 {
        font-size: 2.5em;
    }

    .divfootermenu {
        display: none;
    }

    .divseotextcontainer {
        padding: 40px 0;
    }

    .divHomeBrand {
        margin-bottom: 40px;
    }

    .divhomefeaturedcontainer .divhomefeatured {
        width: calc((100% - 20px) / 2);
    }

    .divhomefeaturedcontainer .divhomefeatured:nth-child(3n + 1) {
        margin-left: 20px;
    	clear:none;
    }

    .divhomefeaturedcontainer .divhomefeatured:nth-child(2n + 1) {
        margin-left: 0;
    	clear:both;
    }

    .divhomebuildcontainer .leftsection {
        float: none;
        width: 100%;
        padding: 20px 0;
    }

    .divhomebuildcontainer .leftsection img {
        display: block;
        margin: auto;
    }

    .divhomebuildcontainer .rightsection {
        float: none;
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }

    .divhomebuildcontainer .rightsection > div {
        position: relative;
        top: 0;
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        margin-left: 0;
        max-width: 100%;
    }

    .divfooterfollow .divnewsletter {
        float: none;
        width: 100%;
        margin: auto;
    }

    .divfollowus {
        float: none;
        height: auto;
        text-align: center;
    }

    .divfollowus span {
        float: none;
    }

    .divhomecategoriescontainer {
        position: relative;
        width: 100%;
        margin: auto;
        height: auto;
    }

    .divhomecategories0 {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 20px;
    }

    .divhomecategories1 {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 20px;
    }

    .divhomecategories7 {
        position: relative;
        left: 0;
        width: 100%;
        margin-right: 0px;
        margin-top: 20px;
        height: calc((100% - 20px) / 2);
        clear: both;
    }

    .divhomecategories2 {
        left: 0;
        width: 49%;
        height: auto;
        position: relative;
        margin-bottom: 20px;
        float: left;
    }
    .divhomecategories6 {
        left: 0px;
        width: calc(33.333% - 13.333px);
        position: relative;
        float: left;
    }

    .divhomecategories3 {
        left: 0;
        width: 49%;
        height: auto;
        position: relative;
        margin-bottom: 20px;
        float: right;
    }

    .divhomecategories4 {
        left: 0px;
        width: calc(33.333% - 13.333px);
        position: relative;
        margin-right: 20px;
        float: left;
        margin-bottom: 20px;
    }

    .divhomecategories5 {
        left: 0px;
        width: calc(33.333% - 13.333px);
        position: relative;
		margin-right: 20px;
        float: left;
    }


    .divhomecategories4 a, .divhomecategories5 a, .divhomecategories6 a {
        max-width: calc(100% - 15px);
        letter-spacing: 0px;
    }

    .divlogosticky {
        display: none;
        position: absolute;
    }

    .divcontent .content img {
        float: none !important;
        margin: auto;
        display: block;
        max-width: 100%;
        height: auto !important;
        padding: 15px 0 !important;
    }

    .divbannercontent {
        padding: 15px;
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        background-color: #000;
    }

    .divbannercontainer {
        position: relative;
        top: auto;
        transform: translatey(0);
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        padding: 0;
    }

    .divcontactleft, .divcontactright {
        width: 100%;
        float: none;
    }

    .divcategory {
    	width: calc((100% - 45px) / 2);

    }

    .divcategory:nth-child(3n) {
        margin-right:  15px;
    }

    .divcategory:nth-child(2n) {
        margin-right:  0;
    }

    .divMenuLeft {
        width: calc(30% - 15px);
    }

    .divProductRight {
        width: calc(70% - 15px);
    }

    #divResults > div {
        width: calc((100% - 20px) / 2);
    }

    #divResults > div:nth-child(3n) {
        margin-right: 20px;
    }

    #divResults > div:nth-child(2n) {
        margin-right: 0px;
    }

    .divDoortypelist {
	    width: 100%;
	    min-width: 320px;
	}

    .divBrandlist {
    	width: 100%;
	    min-width: 320px;
	}

	.zoomContainer {
    	display:none;
	}

	.slick-prev {
		left: 40px!important;
	}

	.slick-next {
		right: 40px!important;
	}

    .divnewsletterfeatured .leftsection {
    	width:100%;
    	float:none;
    	padding:10px 15px;
    	text-align:center;
    }

    .divnewsletterfeatured .rightsection {
    	width:100%;
    	float:none;
    	text-align:center;
    	padding:0;
    }

    .divnewsletterfeatured .rightsection img {
    	margin-left:0;
    }

    .divnewsletterfeatured .leftsection input[type="text"] {
    	margin: 20px auto;
    	width: 300px;
    	min-width: 0;
    	box-sizing: border-box;
    }
	
	.main-content {width:100%;margin:0 auto;}

    .btn-build-your{
        display: inline-block!important;
    }
	
	.locator-h2-or {
        margin-right: 10px;
        margin-left: 10px;
    }
}


/* Smartphones (landscape) ----------- */
@media screen and (min-width : 0px) and (max-width : 640px) {

	#toTop {
    	bottom: 35px;
    }

    h1, h2 {
        font-size: 1.5em;
    }

    .TextBlockImage {
		max-width: 100%;
		float: none;
	}

	.divinnertextphoto {
		float: none;
	}

	.divinnertextphoto img {
		max-width: 100%;
	}

	.divContactForm
	{
		padding-right: 0px;
		margin-left: 5px;
		width: 100%;
	}

	.divContactForm select {
		width: 169px;
	}

	.divContactForm textarea
	{
		width: 297px;
	}

	.divContactForm input {
		width: 165px;
	}

	.divContactForm iframe {
		width: 98%;
	}

	.divSlideshowContent h1, .divSlideshowContent h2 {
        font-size: 1.5em;
    }

	.divSlideshowContent a {
        font-size: 1.3em;
    }

	.divSlideshowContent p {
        font-size: 1em;
    }
    /*
    .divhomecategories0 {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 0px;
    }

    .divhomecategories1 {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 20px;
    }

    .divhomecategories2 {
        left: 0;
        width: calc(50% - 10px);
        height: 46.9vw;
        position: relative;
        margin-bottom: 20px;
        float: left;
        margin-right: 20px;
    }

    .divhomecategories3 {
        left: 0;
        width: calc(50% - 10px);
        height: 46.9vw;
        position: relative;
        margin-bottom: 20px;
        float: left;
    }

    .divhomecategories4 {
        left: 0px;
        width: calc((100% - 40px) / 3);
        height: 30.5vw;
        position: relative;
        margin-right: 20px;
        clear: both;
        float: left;
    }

    .divhomecategories5 {
        left: 0px;
        width: calc((100% - 40px) / 3);
        height: 30.5vw;
        position: relative;
        margin-right: 20px;
        float: left;
    }

    .divhomecategories6 {
        left: 0px;
        width: calc((100% - 40px) / 3);
        height: 30.5vw;
        position: relative;
        float: left;
    }
    */
    .divcontent .content-third {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .divcontent h2 {
        font-size: 1.2em;
    }

    .divcontent h2:before {
        content: none;
    }

    .divvideo {
        padding: 0;
    }

    .divvideo label {
        padding: 5px;
        display: block;
        position: relative;
        bottom: 0;
        right: 0;
    }

    .divbanner {
        height: auto;
        max-height: auto;
    }

    .divbannerimage {
        /*height: 47vw;*/
    }

    .divcategory {
    	width: calc((100% - 15px) / 2);

    }

    .divcategory:nth-child(2n + 1) {
        margin-right: 15px;
        margin-left: 0;
    }

    .divcategory:nth-child(2n) {
        margin-right: 0;
        margin-left: 0;
    }

    .divMenuLeft {
        width: 100%;
        padding: 15px 0;
    }

    .divProductRight, .no-sidebar .divProductRight {
        width: 100%;
        padding: 15px 0;
        margin-top: 15px;
    }

    .divcategoryinfos {
        /*height: 60px;*/
    }

    #divResults > div {
        width: 100%;
    }

    #divResults > div:nth-child(2n) {
        margin-right: 20px;
    }

    #divResults > div {
        margin-right: 0px;
    }

    .store-card .card-block {
        text-align: center;
    }

    .store-card .card-text:last-child:before {
        margin: 0 auto 10px;
    }

    .locationwrap +span {
        display: block;
        margin: 10px auto;
    }

	.divhomefeaturedcontainer .divhomefeatured {
		width: 100%;
		margin-left: 0 !important;
		float: none;
	}

	.divhomefeaturedcontainer .divhomefeatured .divhomefeatureddescription {
		height: auto;
	}

	.slick-dots {
	    display: block!important;
	}

	.slick-arrow {
	    display: none!important;
	}

	.divheader-top {
		display:none;
	}

	.divnewsletterfeatured .leftsection h3 {
		font-size:1.5em;
	}

	.divnewsletterfeatured .leftsection span {
		font-size: 1.2em;
	}

}

/* Smartphones (portrait and landscape) ----------- */
@media screen and (min-width : 0px) and (max-width : 480px) {

	.divtext {
		text-align: left;
	}

	.divSlideshowContent h1, .divSlideshowContent h2 {
        font-size: 1.2em;
    }

	.divSlideshowContent a {
        font-size: 1em;
        margin-top: 15px;
        padding: 12px 22px;
    }

    .search-bar-cont {
        right: 5px;
    }

    .option-item {
        margin-left: 5px;
    }

    .divlogosticky {
        max-width: 150px;
        padding: 15px 0 20px 30px;
    }

    .divmenu > ul, .sticky .divmenu > ul {
        width: 100px;
    }

    .sticky .divmenu li.home-menu, .divmenu a.home-menu {
        width: 130px;
    }

    .sticky .search-bar {
        width: 100px;
    }

    #page-section .divcategorybackphoto {
        width: 100%;
    }

    #page-section .divcategoryinfos {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

	.content-third {
		margin-right: 0px;
		width: 100%;
	}

	.mobile-only {
		display: inline-block!important;
	}
    .btn-build-your {
        display: inline-block!important;
    }
}

@media screen and (min-width : 0px) and (max-width : 400px) {
    .divcategory {
   		width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
   }

   .divDoortypelist .divdoortype {
   		width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
   }
}


/* Smartphones (portrait and landscape) ----------- */
@media screen and (min-width : 0px) and (max-width : 639px) {

}

/* Smartphones (landscape) ----------- */
@media screen and (min-width : 321px) and (max-width : 480px) {

	.divContactForm
	{
		padding-right: 0px;
		margin-left: 5px;
		width: 100%;
	}

	.divContactForm select {
		width: 169px;
	}

	.divContactForm textarea
	{
		width: 297px;
	}

	.divContactForm input {
		width: 165px;
	}

	.divContactForm iframe {
		width: 98%;
	}
}

/* Smartphones (portrait) ----------- */
@media screen and (max-width : 320px) {

}


/* Product-page -------------------------------------------------------------------- */

.product-leftsection {
    float: left;
    width: 630px;
    padding-right: 30px;
    box-sizing: border-box;
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
}

.product-rightsection {
    float: left;
    width: calc(100% - 630px);
    margin-bottom: 30px;
}

.product-header {
    padding: 15px 0;
    position: relative;
    min-height: 40px;
}

.product-header .title {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.6em;
    width: calc(100% - 150px);
}

.product-header .title b {
    font-size: 1.3em;
    letter-spacing: 2px;
    line-height: 1.5;
}

.product-header .subtitle {
 	text-transform: uppercase;
    line-height: 2.6em;
	font-weight: bold;
}


.product-header .description {
    margin-top: 10px;
    display: block;
    width: calc(100% - 150px);
    font-weight: 500;
    font-size: 0.9em;
}

.product-header .divsdBrand {
    /*position: absolute;*/
	float:right;
    top: 0;
    right: 0;
}

.product-header .divsdBrand img {
    display: block;

    /*max-width: 98px;*/
}

.product-panelhead {

}

.product-panelhead:after {
    content: '';
    clear: both;
    display: block;
}

.product-tab {
    float: left;
    width: 25%;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    letter-spacing: 0px;
    cursor: pointer;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;

    display: none;
}

.product-tab.current, .product-tab:hover {
    background-color: #F3F3F3;
}

.product-tab:first-child {
    border-left: 1px solid #ccc;
}

.product-panelcontent {
    padding: 20px 0;
}

.product-panelcontent .panelcontent {
    display: none;
}

.product-panelcontent .panelcontent .label {
    letter-spacing: 0px;
    display: block;
    line-height: 1.5;
	margin-bottom:15px;
}

.product-btn {
	text-decoration:none;
    color: #FFF;
    background-color: #4a90cd;
    text-transform: uppercase;
    border: 1px solid #4a90cd;
    padding: 13px 18px;
    margin: 15px 0;
    display: inline-block;
    height: auto;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    cursor: pointer;
}

.product-btn:hover {
    background-color: #FFF;
    color: #4a90cd;
}

.PopupSqueeze1 {
	text-decoration:none!important;
    color: #FFF!important;
}

.PopupSqueeze1:hover {    
    color: #4a90cd!important;
}

.panelcontent .product-btn {
    background-color: #FFF;
    color: #4a90cd;
	text-decoration: none;
	margin-bottom:30px;
}

.panelcontent .product-btn:hover {
    color: #FFF;
    background-color: #4a90cd;
}

.panelcontent img {
    max-width: 100%;
}

.product-options {
    padding: 30px;
    background-color: #F3F3F3;
    letter-spacing: 0px;
}

.product-options .hidden {
    display: none;
}

.product-option {
    margin-bottom: 18px;
}

.product-option:after {
    content: '';
    clear: both;
    display: block;
}

.product-option label {
    display: block;
	font-size: 0.9em;
}

.product-option select {
    margin: 8px 0 0;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    height: 34px;
    font-size: 0.9em;
    font-family: montserrat;
}

.product-option label.imagelbl {
	width: calc(25% - 16px);
	float: left;
	text-align: center;
	box-sizing: border-box;
	margin: 6px 8px;
	min-height: 145px;
}

.product-option label.imagelbl.with-subtitle {
    min-height: 280px;
}

.product-option label.imagelbl input[type="radio"] {
    display: none;
}

.product-option label.imagelbl > div {
    margin-bottom: 8px;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    background: #fff;
    padding-top: calc(100% - 18px);
    background-size: calc(100% - 16px);
    background-repeat: no-repeat;
    background-position: 8px;
    -webkit-transition: border .3s ease, box-shadow .3s ease;
    transition: border .3s ease, box-shadow .3s ease;
    cursor: pointer;
    position: relative;
}

.product-option label.imagelbl input:checked+div,
.product-option label.imagelbl > div:hover {
    border: 1px solid #4a90cd;
    box-shadow: 0px 0px 0px 2px #4a90cd;
}

.product-option label.imagelbl > div a {
    position: absolute;
    bottom: 7px;
    right: 8px;
    font-size: 1.3em;
}

.product-option label.imagelbl > span {
    cursor: pointer;
    font-weight: bold;
}

.product-option label.imagelbl img {
    display: none;
}

.product-page .slick-slide {
    outline: 0;
    position: relative;
}

.product-page .slick-slide img {
    width: 100%;
    height: auto;
}

.product-carousel .slick-slide img {
    opacity: 0.7;
}

.product-carousel .slick-current img {
    opacity: 1;
}

.product-page .slick-current {
}

/*.product-carousel .slick-current:before, .product-carousel .slick-slide:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 20px);
    width: 0px;
    height: 0px;
    border-top: 20px solid #FFF;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}*/

.product-picture-cont {
    position: relative;
    margin-top: 15px;
}

.product-picture {
    padding: 0 5px;
}

.product-picture a.icon {
    color: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #00000088;
    font-size: 1.5em;
    padding: 8px;
}

.product-picture-cont .divimagelabel {
    position: absolute;
    left: 15px;
    bottom: 5px;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    font-weight: bold;
    font-size: 0.8em;
}

.divNote {
    text-align: left;
    display: block;
    margin-top: 10px;
}

.product-carousel {

}

.product-carousel img {
    margin: 0 5px;
    width: calc(100% - 10px) !important;
    cursor: pointer;
}

.product-page .slick-prev:before, .product-page .slick-next:before {
    color: #4a90cd;
}

.product-page .slick-lightbox .product-page .slick-prev:before, .product-page .slick-lightbox .product-page .slick-next:before {
    color: #FFF;
}

.product-page .slick-prev {
    left: -20px;
}

.product-page .slick-next {
    right: -20px;
}

.product-total {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin: 18px 0;
    padding: 30px 0;
}

.product-sku {
    /*color: #aaa;*/
	color: #5a5a5a;
    font-size: 1.2em;
}

.product-total-text {
    color: #000;
    font-size: 1.7em;
    line-height: 1.5;
    font-weight: bold;
}

#product-total-amount {
    font-size: 1.7em;
    line-height: 1.5;
}

.product-quote, .price-subject-to-change-without-notice {
    margin-top: 10px;
    font-style: italic;
    display: block;
    color: #000;
}

.product-total .product-btn {
    margin: 20px 20px 0 0;
    width: 230px;
    text-align: center;
    position: relative;
}

.product-total .product-btn:before {
    margin-right: 7px;
    font-size: 1.3em;
    vertical-align: sub;
}

.product-recommended {
    margin: 0;
    padding: 12px 0;
}

.product-related label,
.product-recommended label {
    font-weight: normal;
}

.product-related label.imagelbl > span,
.product-recommended label.imagelbl > span {
    font-size: 1em;
    font-weight: bold;
}

.divpopupquote {
    text-transform: uppercase;
}

.popupheader {
    display: block;
    color: #4a90cd;
    font-weight: bold;
    margin-bottom: 15px;
}

.divpopupquote > div {
    border: 1px solid #ccc;
    margin: 0 15px;
    width: calc(100% - 30px);
    box-sizing: border-box;
    padding: 15px;
    font-weight: 600;
}

.divpopupquote img {
    width: 40%;
    height: auto;
    float: left;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
}

.divpopupquote > div > div.added {
    clear: both;
    border-top: 1px solid;
    padding-top: 30px;
}

.divpopupquote > div > div span {
    display: block;
    color: #4a90cd;
    font-weight: bold;
    margin-bottom: 5px;
}

.divpopupquote a {
    display: inline-block;
    padding: 7px 16px;
    background-color: #4a90cd;
    color: #fff;
    margin: 15px 15px 10px auto;
    float: right;
    border: 1px solid #4a90cd;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
}

.divpopupquote a:hover {
    background-color: #FFF;
    color: #4a90cd;
}

.divquoteoptions {
    margin-top: 15px;
    text-transform: none;
    font-size: 0.9em;
    font-weight: 100;
}

.divquotecart .divquotecartinfo {
    float: left;
    width: calc(70% - 30px);
}

.divquotecart img {
    width: 30%;
    height: auto;
    float: left;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
    min-width: 320px;
}

.divquotecart > div {
    clear: both;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 15px;
    text-align: left;
    padding: 15px 0 30px;
}

.divquotecart > div span {
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
}

.divquotecart > div span.title {
    color: #4a90cd;
    display: block;
    margin-bottom: 10px;
}

.divquotecart .divquotecartoptions {
    text-transform: none;
    font-size: 1em;
    font-weight: normal;
    margin: 10px 0;
}

.divquotecart .divquotecartprice {
    color: #4a90cd;
    font-weight: bold;
    margin: 15px 0;
}

.divquotecart .cart-quantity-input {
    width: 50px;
}

.divquotecart .aDeleteItem {
    color: #FFF;
    background-color: #4a90cd;
    text-transform: uppercase;
    border: 1px solid #4a90cd;
    padding: 5px 18px;
    display: inline-block;
    height: auto;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
}

.divquotecart .aDeleteItem:hover {
    color: #4a90cd;
    background-color: #FFF;
}

.search-section .divquotecart > div {
	border-bottom: 0px solid #bcbcbc;
	line-height: 21px;
}

.search-section .divquotecart .divquotecartoptions {
	margin: 115px 0;
}

.search-section .product-btn {
	padding: 13px 50px;
}

.divsearchtotal {
    color: #000;
    font-size: 1.7em;
    line-height: 1.5;
    font-weight: bold;
    display: inline;
    margin-right: 10px;
}

.divsearchprice {
    font-size: 1.7em;
    line-height: 1.5;
    display: inline;
}

.divsearchphoto img {
	max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity .3s;
	transition: opacity .3s;
    -webkit-backface-visibility: hidden;
    min-width: 320px;
    margin-bottom: 15px;
}

.divsearchphoto img:hover {
	opacity: 0.7;
}


@media screen and (min-width : 0px) and (max-width : 1550px) {

    .product-header .divsdBrand {
        position: relative;
        text-align: left;
    }

    .product-header .divsdBrand img {
        display: inline-block;
    }

    .product-header .title, .product-header .description {
        width: 100%;
    }



    .product-panelhead {
        /*border-bottom: 1px solid #ccc;*/
    }
}

@media screen and (min-width : 0px) and (max-width : 1400px) {
    .search-section .divquotecart .divquotecartoptions {
		margin: 71px 0;
	}

	.divquotecart .divquotecartinfo {
	    float: left;
	    width: calc(100% - 440px);
	    min-width: 320px;
	}
}


@media screen and (min-width : 0px) and (max-width : 1200px) {
    .product-leftsection {
        width: calc(100% - 520px);
    }

    .product-rightsection {
        width: 520px;
    }
}

@media screen and (min-width : 0px) and (max-width : 975px) {
    .product-leftsection, .product-rightsection {
        width: 100%;
        float: none;
        position: relative;
        clear: both;
        padding-left: 0;
        padding-right: 0;
        top: 0;
    }

    .product-tab {
        width: 50% !important;
        border: none;
    }

    .product-tab:first-child {
        border: 1px solid #ccc;
    }

    .product-tab:nth-child(2n) {
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .product-tab:nth-child(3n) {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .product-tab:nth-child(4n) {
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: none;
    }

    .btn-build-your{
        display: inline-block!important;
    }
}

@media screen and (min-width : 0px) and (max-width : 768px) {
	.divquotecart .divquotecartinfo {
	    float: left;
	    width: 100%;
	}

	.fiftyyears {
	    flex: 0 1 100%!important;
	}

	.glossary p  {
	    margin-left: 0px!important;
	}

	.glossary td  {
	    float: left;
	    clear: left;
	    width: 100%;
	}
}


@media screen and (min-width : 0px) and (max-width : 740px) {
    .product-option label.imagelbl {
        width: calc(33.333% - 8px);
    }

    .search-section .divquotecart .divquotecartoptions {
		margin: 10px 0;
	}

	.divDoortypelist {
	    width: 100%;
	    float: left;
	}

	.divBrandlist {
	    width: 100%;
	    float: left;
	    min-width: 320px;
	}
	
	.locator-h2-or {
        display: block;
    }
}

@media screen and (min-width : 0px) and (max-width : 480px) {
    .product-option label.imagelbl {
        width: calc(50% - 16px);
    }

    .product-tab {
        width: 100% !important;
        border: none;
    }

    .product-tab:first-child {
        border: 1px solid #ccc;
    }

    .product-tab:nth-child(2n) {
        border: 1px solid #ccc;
        border-top: none;
    }

    .product-tab:nth-child(3n) {
        border: 1px solid #ccc;
        border-top: none;
    }

    .product-tab:nth-child(4n) {
        border: 1px solid #ccc;
        border-top: none;
    }

	.divfooterphone span {
		margin: 5px 28px;
	}

	/*.divcontent h3 span {
		padding: 0 0px;
	}*/

	.divcontent h1, .divTextBlock h1 {
		font-size: 1.4em;
	}

	.divcontent h3 {
		font-size: 1.2em;
	}
	/*
	.divcontent h3::before {
		top: auto;
		bottom: -4px;
	}
	*/
	.divhomecategories2 {
        width: 100%;
        margin-right: 0px;
		margin-top: 0px;
        clear: both;
    }

	.divhomecategories3 {
        width: 100%;
        margin-right: 0px;
        margin-top: 0px;
        clear: both;
    }

	.divhomecategories4 {
        width: 100%;
        height: 100%;
        margin-right: 0px;
        margin-top: 20px;
        height: calc((100% - 20px) / 2);
        clear: both;
    }

    .divhomecategories5 {
        width: 100%;
        height: 100%;
        margin-right: 0px;
		margin-top: 20px;
		height: calc((100% - 20px) / 2);
        clear: both;
    }

    .divhomecategories6 {
        width: 100%;
        height: 100%;
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        height: calc((100% - 20px) / 2);
        clear: both;
    }

    .divhomecategories7 {
        width: 100%;
        height: 100%;
        margin-right: 0px;
        margin-top: 20px;
        height: calc((100% - 20px) / 2);
        clear: both;
    }

	.divmenu li.home-menu {
		background-size: 125px auto;
		background-position-y: 18px;
		background-position-x: 5px;
	}

	.divfooterphone {
		float: left;
		width: 100%;
	}

	.divfooterphone span {
		clear: left;
		float: left;
	}

	.divfooterfollow .divnewsletter {
		clear: left;
	}
}

/* CONSTANT CONTACT */
.div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
	font-family: 'Montserrat',sans-serif !important;
	line-height: 1.2em;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
	font-family: 'Montserrat',sans-serif !important;
}

div.ctct-form-embed div.ctct-form-defaults {
	font-family: 'Montserrat',sans-serif !important;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	font-family: 'Montserrat',sans-serif !important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    color: #4a90cd;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 450px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


/********************************
/modules/Adeo.SpringBoard.Ecommerce/view/ecommerce.css
********************************/

@media print
{
	.lnkInvoicePrint
	{
		display: none;
	}

	.divRowTopFirst
	{	border-left: 0px solid #FFFFFF !important;
		border-bottom-left-radius: 0px !important;
		border-top-left-radius: 0px !important;
	}
	
	.divRowTopLast
	{
		border-left: 0px solid #FFFFFF !important;    	
		border-right: 0px solid #FFFFFF !important;
		border-bottom-right-radius: 0px !important;
		border-top-right-radius: 0px !important;
	}
	
	.divRowTopMiddle {
    	border-left: 0px solid #FFFFFF !important;    	
    }
    
    .divshippingadress {
    	border-left: 0px solid #FFFFFF !important;
    }
    
}

@media screen
{
	.imgInvoiceLogo
	{
		display:inline-block;
	}
		.divadress
	{
		background-color: #FFF;
	}
	
	.divinfobill
	{
		background-color: #FFF;
	}	
}

.lnkInvoicePrint
{
	float: right;
	margin-right: 15px;
}

.divdark
{
	color:#FFF;
	width:100%;
} 

.divsymboltitle
{	
	margin-left: 10px;    
    padding-top: 20px;
	font-size:2em;	
	float: left;
}

.divsymboltitle .title
{	float:left;
	padding-right:10px;
}

.divsymboltitle .image
{	float:left;
}

.div1
{
	width:400px;
}

.divRow
{	border-bottom:1px #333 solid;
}

.divRow2
{	border-bottom: 0px !important;

}
.divRow2 td
{	border-bottom: 0px !important;

}
.divRow2 div
{	border-bottom: 0px !important;

}

.divRowTop td
{	
	color: #FFF;
}

.divbutton
{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	padding:5px;
	border: 1px outset #600;
	font-size:1.2em;
	cursor: pointer;
	background-color:#323232;
	color: #FFFFFF;
	display: inline-block;
}

.divbutton:hover
{
	border: 1px inset #666;
}

.divbuttonshoppingtop
{
	float:right;
	padding-right: 36px;
	padding-left:10px;
	margin-right:10px;
	cursor: pointer;
	margin-top:22px;
	margin-right:20px;
	margin-bottom:5px;
	background:url("/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_cart_fondnoir.png") no-repeat scroll right top #333;	
}

.divbuttonupdatecart
{	float:right;
	padding:2px;
	padding-left: 30px;
	padding-right:10px;
	margin-top: 20px;
	background:url("/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_cart_fondnoir.png") no-repeat scroll left center #333;
	background-position: -1px -70px;	
}

.divbuttoncheckout
{
	float:right;
	padding-left: 36px;
	padding-right:10px;
	background:url("/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_cart_fondnoir.png") no-repeat scroll left center #600;
	background-position: 1px -32px;
}

.divbuttongiftcard
{
	float:right;
	padding-left: 36px;
	padding-right:10px;
	background:url("/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_cart_fondnoir.png") no-repeat scroll left center #600;
	background-position: 1px -32px;
	margin-top: -30px;
}

.divbuttonshopping
{
	float:right;
	padding: 6px 36px 5px 10px;
	margin: 10px 0 0 0;
	height: 18px;
	background:url("/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_cart_fondnoir.png") no-repeat scroll right top #333 ;	
}

#miniCartButtons .divbuttonshopping
{
	margin-right: 0;
	margin-bottom: 10px;
}

.divbuttonshoppingemptycart
{
	float: left;	
	padding: 6px 36px 5px 10px;
	margin-right:10px;
	height:18px;
	background:url("/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_cart_fondnoir.png") no-repeat scroll right top #333 ;		
}

.divbuttonapply
{	
	padding:2px;
	padding-right: 10px;
	padding-left:10px;	
	float:right;
	margin-top: -2px;	
	background-image: none !important;
}

.divbuttonplaceorder
{
	float:right;
	padding-left: 36px;
	padding-right:10px;
	height:15px;
	width:100px;
	background-color: #660000;
}

.divbuttonlogin
{
	float:right;
	padding:2px 10px 8px !important;	
	height:14px;		
	margin-top:13px;
	margin-left:30px;	
	background-color: #660000;
	background-image: none !important;
}

.divgodaddy
{	
	float: right;
	margin-top: 10px;
}

.divRowTop td
{	
	padding-left: 8px;
    padding-right: 8px;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #323232;
}

.divRow td
{	
	padding-left: 10px;
	word-wrap: break-word;
}

.tdCheckoutDescription
{
	font-size: 0.8em;
	font-style: italic;
}

.spanTinyCheckoutDescription
{
	font-size: 0.7em;
	font-style: italic;
	display: block;
	text-align: right;
}

.description
{	width:200px;
}


.divRowTopFirst
{	border-left: 4px solid #323232;
	/*border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;*/
}

.divRowTopMiddle
{	border-left:#CCC 4px double;
}


.divRowTopLast
{	
	border-left:#CCC 4px double;
	border-right: 4px solid #323232;
	/*border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;*/
} 

.Cart-Quantity, .Cart-Quantity input {
	width: 40px;
}

.totalquantity
{	text-align:center;
}

.topquantity
{	text-align:center;
}

.ui-widget 
{
	font-family: inherit;
	z-index: 999;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { top: -1%;  }
.ui-button-icon-only .ui-icon { left: -1%; }

.divAdeoEcomCartTable, #productOptions, .divAdeoEcomCartTable, .divAdeoEcomOrderTable
{
	display: table;
	border-collapse: separate;
}

.divAdeoEcomCartTableRecurring {
	background-color: #eeeeee;
}

/*
.divAdeoEcomCartTable .divRow input[type=text]
{
	width: 30px;
	text-align: center;
}
*/
img.bouton
{
width:46px;
height:44px;
background:url(/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_cart_fondnoir.png) 0 0;
}


.divAdeoEcomCartTable input[type=button]
{
	padding-left: 20px;
    padding-right: 20px;
	background:url(/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_cart_fondnoir.png) 33px 0px;
	background-repeat:no-repeat;
	background-color:#999;
}

.divAdeoEcomCartTable input[type=text], .divAdeoEcomCartTable .divColumn select
{
	border:1px solid #BBBBBB;
	margin-bottom: 2px;
}

.divAdeoEcomCartTable .divRow, #productOptions .divRow, .divAdeoEcomOrderTable .divRow
{
	display: table-row;
}

.divAdeoEcomCartTable .divRow div, #productOptions .divRow div, .divAdeoEcomOrderTable .divRow div, .divRow td
{
	display: table-cell;
	padding: 5px;
	padding-left: 13px;
	border-bottom: 1px solid #333;
}
.divAdeoEcomCartTable .divRow .wide
{
	width: 965px;
}

.divAdeoEcomCartTable .divRowTop .tdDealerPrice
{
	text-align: right;
}

.widebold
{
	width: 90%;
	text-align: right;
	white-space: nowrap;
	font-weight:bold;
}

.divAdeoEcomCartTable .divRow .wide, .divAdeoEcomCartTable .divRow .total, .divAdeoEcomCartTable .divRowTop .total, .total
{
	text-align: right;
	white-space: nowrap;
}
.divAdeoEcomCartTable .divRow .discount
{
	color: red;
}
.divAdeoEcomCartTable .divRow .discount:before
{
	content: "(";
}
.divAdeoEcomCartTable .divRow .discount:after
{
	content: ")";
}
.divAdeoEcomCartTable .divRow .discountTotal
{
	font-weight: bold;
}

.divAdeoEcomCartTable .divRow .giftcard
{
	color: red;
}

.divAdeoEcomCartTable .divRow .giftcard:before
{
	content: "(";
}
.divAdeoEcomCartTable .divRow .giftcard:after
{
	content: ")";
}
.divAdeoEcomCartTable .divRow .giftcardTotal
{
	font-weight: bold;
}

#divCartDonation input {
	margin-right: 5px;
}

#divCartDonation select {
	width: 55px;
	margin-left: 5px;
}

.divRow .ui-corner-all 
{
	display: block;
	padding: 2px;
	font-weight: bold;
}
.divAdeoEcomCartTable .btnCheckout
{
	float: right;
}
.validationFailed
{
	border: 1px dotted red;
}
.divAdeoEcomCartTable .divColumn
{
	width: 33%;
	padding: 10px;
	display: table-cell;
	border-right: 1px solid #CCCCCC;
	padding-top: 0px;
	vertical-align: top;
	*float: left;
}
.divAdeoEcomCartTable .divColumn:last-child
{
	border: 0;
}
.divAdeoEcomCartTable .divAddressColumn h3
{
	padding-left: 10px;
	font-weight: bold;
}
.divAdeoEcomCartTable .divAddressColumn h3 span
{
	display: none;
}
.divAdeoEcomCartTable .divAddressColumn .ui-accordion-content span
{
	width: 80px;
	display: inline-block;
}
.ui-accordion .ui-accordion-content 
{
	padding: 4px;
}
.divAdeoEcomCartTable .divColumn input[type=text], .divAdeoEcomCartTable .divColumn input[type=password], .pNewLogin, .divAdeoEcomCartTable .divColumn select, .divRow .valueLabel
{
	width: 150px;
	display: inline-block;
	margin-top:2px;
}
.divAdeoEcomCartTable .divColumn input[id=txtPostal], .divAdeoEcomCartTable .divColumn input[id=txtPostal1]
{
	width: 70px;
}
.divAdeoEcomCartTable .divAddressColumn select
{
	width: 300px;
}
.pNewLogin
{
	display: none;
}
.divAdeoEcomCartTable .divColumn #txtAddress1, .divAdeoEcomCartTable .divColumn #txtAddress2, .divAdeoEcomCartTable .divColumn #txtAddress11, .divAdeoEcomCartTable .divColumn #txtAddress21
{
	width: 225px;
}
.divAdeoEcomCartTable .divColumn .spanTitle
{
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 1.2em;
	width: 100%;
	margin: 10px;
}
#divPayment input, #divShipping input
{
	margin-right: 5px;
}
#divPayment span, #divShipping span
{
	width: auto;
}
#divShipping .groupTitle, .divRow .groupTitle
{
	font-weight: bold;
}
#divShipping input
{
	/*
	margin-left: 10px;
	*/
}
#btnPlaceOrder
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.divColumn .divAdeoEcomCartTable 
{
	width:100%;
}

.divColumn hr 
{
	width:270px;
}

.divProduct .qty
{
	width: 20px;
}
.divAdeoEcomCartTable
{
	width: 98%;
	margin: 15px auto 10px;
	clear: both;
}
input[type=button]
{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	padding: 4px;
	background-color:#323232;
	color:#FFF;
}

#divPrePayment
{
	margin-top: 10px;
	padding-bottom: 15px;
}

#divPrePayment input
{
	margin-bottom: 8px;
}

#divPrePayment select
{
	margin-bottom: 8px;
}

#divCreditCard
{
	margin-top: 10px;
}

#divGiftCard 
{
	margin-top: 10px;
	min-height: 150px;
}

#accordion
{
	margin-bottom: 5px;
	width:270px;
}
.divAddress span
{
	display: block;
}
.divAddress .spanShort
{
	display: inline-block;
	margin-right: 5px;
}
.divAddress .spanCompany
{
	font-style: italic;
}
#divEcomLoginFailed
{
	display: none;
}
#divLoginForm
{
	display: none;
}
#divLoginForm input
{
	width: 175px;
	margin-bottom: 4px;
}
.lnkSizingChart
{
	margin: 30px 0 10px 0;
	display: inline-block;
}
.divCoupon
{
	float: left;
	padding-left: 13px;
	/*margin-top: -45px;*/
}
/*
.divCoupondiscount
{
	margin-top: -102px;
}
*/

.divCoupon input[type=text]
{
	margin: 0 10px;
	width: 145px;
}
.divCoupon .spanCouponLabel
{
	font-style: italic;
    display: inline-block;
    margin-top: 10px;
}
.divAdeoEcomCartTable .aDeleteItem
{
	font-size: 1.2em;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.spanCoupons li {
	line-height: 29px;
	margin-bottom: -18px;
}

.divAdeoEcomCartTable #divPromoInfo
{
	display: none;
}

.grey
{	color: #999;
}

.divaccount
{	
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	float:left;
	margin-left: 0px;
	margin-bottom: 20px;
    padding: 10px;
	background-color: #212121;
    border: 1px solid #252525;
	padding-left:35px;
	min-width:620px;
	color: #FFF;
}

.divaccountsymbol
{
	background:url(/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_checkout_fondnoir.png) no-repeat scroll right center;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height:32px;
	width:32px;
    margin-left: 0px;
    padding-top: 0;
    position: absolute;
  
}

.divaccount a
{	 
	color: #FFF;
}

.divemail
{	float:left;
}

.divpassword
{	margin-left: 50px;
	float:left;
}

.divaccountbutton
{	margin-top:10px;
  	float: left;
    margin-left: 20px;
}

.divtitle
{	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	float:left;
	background-color: #323232;
	padding: 5px 0 5px 8px;
    width: calc(100% - 7px);
	margin-bottom:10px;
	font-size: 1.1em;
    font-weight: bold;
}

.divtitleRecurring {
	margin-bottom: 0px;
}

.divsubtitle
{	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	float:left;
	background-color: #666;
	padding: 5px 0 5px 8px;
    width: calc(100% - 7px);
	margin-bottom:10px;
	margin-top:40px;
	font-size: 1.1em;
    font-weight: bold;
}

.divsubtitle span {
	font-size: 0.6em;
}

.divtitletext {
	float: left;
	color: #FFF;
}

.divsymbolbilling, .divsymbolcreate, .divsymbolshippingmethod, .divsymbolpaymentmethod, .divsymbolconfirm
{
	background:url(/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_checkout_fondnoir.png) no-repeat scroll right center;
	background-repeat:no-repeat;
	height:26px;
	width:32px;
    margin-left: 10px;
    padding-top: 0;
    margin-top: -6px;
	float:left;
}

.divsymbolgiftcard {
	background:url(/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icone_giftcard_fondnoir.png) no-repeat scroll right center;
	background-repeat:no-repeat;
	height:26px;
	width:32px;
    margin-left: 10px;
    padding-top: 0;
    margin-top: -6px;
	float:left;
}

.divsymbolbilling
{
	background-position: 0 -32px;
}

.divsymbolcreate
{
	background-position: 0 -65px;
}

.divsymbolshippingmethod
{
	background-position: 0 -97px;
}

.divsymbolpaymentmethod
{
	background-position: 0 -128px;
}

.divsymbolconfirm
{
	background-position: 0 -160px;
}

.divsymbolconfirm
{
	background-position: 0 -160px;
}

.divcartempty
{
	height:70px;
	margin-left:10px;
	clear: left;
}

.divinfobill
{
	clear: left;
    float: right;
    /*
    height: 130px;
     */
	/*margin-right:10px;*/
    width: calc(33% - 25px);
    min-height: 190px;
	background-color: #EEEEEE;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
	border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.divlogocompany
{
	height:150px;
	min-width:150px;
	float:left;
}

.divlogoright
{
	height:150px;
	min-width:150px;
	float:right;
	max-width: 33%;	
}

.divlogoright img
{
	max-width: 100%;	
}

.divheaderbill
{
	height: 150px;
    width: 100%;
}

.divcompany
{
	height:150px;
	width:100%;
	float:left;
}

.divinfocompany
{	
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    min-height: 150px;
    min-width: 300px;
    max-width: 320px;
}

.divadress
{
	width: calc(67% - 10px);
	float:left;
	/* not good for customized views where header
	height:130px;	
	*/
	min-height: 190px;
	background-color: #F2F2F2;
	margin-bottom: 20px;
	padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
	border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.divbillingadress
{
	float:left;
	width: 45%;
}

.divshippingadress
{
	border-left: 1px solid grey;
    float: left;
    padding-left: 20px;
    width: 275px;
}

#spanRecurringDescription {
	display: block;
    font-size: 0.9em;
    line-height: 16px;
    margin-left: -10px;
    margin-top: 13px;
}

#ajaxLoader {
	width: 100px;
	height: 100px;
	position: fixed;
	background: white;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 10px;/*Firefox*/
	-webkit-border-radius: 10px;/*Safari, Chrome*/
	border-radius: 10px;
	text-align: center;
	z-index: 100;
}

#ajaxLoader img {
	margin: 10px auto;
}





/* CUSTOM STYLE CART INTO CLIENT.CSS */
/*
.Cart-Font-Custom { color:#FFF; }

.Cart-Header-Custom td  { background-color: #444; color:#FFF; border-color: #999999;}

.Cart-Header-First-Custom  { border-color: #444 !important; }

.Cart-Header-Middle-Custom  { border-color: #444 !important; }

.Cart-Header-Last-Custom  { border-color: #444 !important; }

.Cart-Button-Custom  { background-color: #444; color: #FFF; background-image: url("/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_cart_fondnoir.png");}

.Cart-Button-Checkout-Custom  { background-color: #660000; color: #FFF; background-image: url("/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_cart_fondnoir.png");}

.Cart-Title-Custom  { background-color: #444; color:  #FFF;}

.Cart-Account-Custom  { background-color: #999; color: #FFF;}

.Cart-Subtitle-Custom  { background-color: #999; color: #FFF;}

.Cart-Symbol-Custom  { background-image: url("/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_checkout_fondnoir.png"); }
*/

.divEditAccount { padding-top:20px!important; padding-bottom: 20px!important;}
.divEditAccount div { margin-top:2px;}

.divEditAccount, .divGiftCardBalance
{
	display: none;
}

.divGiftCardBalance .txtGiftCardBalance
{
	width: 300px;
}

.divEditAccount span
{
	display: inline-block;
	width: 180px;
	white-space: nowrap;
	padding-right: 10px;
}

.divEditAccount input[type=text], .divEditAccount input[type=password]
{
	width: 200px;
}

.divEditAccount input[type=button]
{
	width: 100px;
	margin: 0 auto;
	display: block;
}

#txtCardName, #txtNumber {
    width: 290px;
}

.imgCvvHelp {
    position: absolute;
}

.imgInvoiceLogo
{
	max-height: 140px;
	max-width: 600px;
}

.divEcomOrder .lblCommentsCaption
{
	display: block;
	font-weight: bold;
	border-bottom: 1px solid grey;
}

.divEcomOrder .lblComments
{
	white-space: pre-line;
}

.divAdeoEcomCheckoutTable td input
{
	width: 100%;
}

.divPDFCompanyInfo
{
	float: left;
	margin-right: 20px;
}

#divPDFTemplateContainer
{
	clear: both;
	margin-top: 20px;
}

#giftCardBalance li
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	height: 24px;
    line-height: 28px;
}

.divAdeoEcomCartTable .divRow .divCartImageContainer
{
	float: left; 
	border: 0;
	padding-left: 0;
}

/* Responsive */
@media all and (max-width: 480px) {

	/* Checkout */
	.divAdeoEcomCartTable .divColumn
	{
		clear: both;
	}
	
	.contenu, .divAdeoEcomCartTable .divColumn
	{
		padding: 0;
		display: block;
		width: 100%;
	}
	
	.divaccount 
	{
		/*padding: 0;*/
		min-width: auto;
	}
	.divaccount strong
	{
		/*padding-left: 30px;*/
	}
	
	.divaccount  div
	{
		clear: both;
		padding: 0;
		margin: 0;
	}
	#txtCardCvv
	{
		clear: both;
		display: block;
	}
	.divAdeoEcomCartTable .divColumn input[type="text"], .divAdeoEcomCartTable .divColumn input[type="password"], .pNewLogin, .divAdeoEcomCartTable .divColumn select, .divRow .valueLabel {
		width: 100%;
	}
	
	.divCoupon {
		/*width: 145px;*/
		float: none;
		margin-bottom: 15px;
	}
	
	.divCoupon input[type="text"] {
		/*margin: 0 0 5px;*/
		width: 100px;
	}
	
	.cart-quantity-input {
		width: 50px;
	}
	
	table.divAdeoEcomCartTable {
		font-size: 0.8em;
	}
	
	table.divAdeoEcomCartTable .divRow td {
		padding: 0;
	}
}

@media all and (max-width: 750px) {
	.divcompany, .divlogocompany {
		height: auto;
	}
	.divinfobill {
		width: calc(100% - 15px);
		margin-bottom: 15px;
	}
	.divadress {
		width: calc(100% - 10px);
	}
	.divlogoright {
		display: none;
	}
}

@media all and (max-width: 650px) {
	.divAdeoEcomCartTable .divColumn:last-child {
		clear: both;
	}
	.divaccount {
		width: calc(100% - 45px);
		min-width: auto;
		margin-left: 0px!important;
	}
	
	.divaccount  div
	{
		clear: both;
		padding: 0;
		margin: 0;
		margin-bottom: 10px;
	}
	
	.divbuttonlogin {
		display: block;
		float: none;
		width: 100px;
		text-align: center;
	}
	
	.divbuttonapply {
		float: none;
		margin-top: 8px;
		margin-bottom: 15px;
	}
}


@media all and (max-width: 1024px) {	
	/* Checkout */
	.divAdeoEcomCartTable .divColumn
	{
		clear: both;
	}
	
	.divCoupon {
		float: none;
		min-height: 40px;
    	border-bottom: 1px solid #ddd;
	}
	
	.contenu, .divAdeoEcomCartTable .divColumn
	{
		padding: 0;
		display: block;
		width: 100%;
		border: none;
	}
}

/********************************
/site/view/css/ecommerce.css
********************************/

/* CUSTOM STYLE CART INTO CLIENT.CSS */
.Cart {
    position:relative !important;
    width: 100%;
}

.Cart-Font-Custom { color:#191919; }

.imgInvoiceLogo {
	margin-top: 12px;
}

@media print
{
	.divHeader { display :none; }
	.divnewsletterbg { display :none; }
	.divlogo { display :none; }
	.divmenu { display :none; }
	.divfooter { display :none; }
	.divAppFrontMosaic {
		margin: 0 0 0 0;
		
	}
	.divcontainer {
		box-shadow: none;
		background: none;
	}
}
   
   

.Cart-Header-Custom td  { color:#FFFFFF;}

.Cart-Header-First-Custom  { border-color: #CCC !important; }

.Cart-Header-Middle-Custom  { background-color: #085384 !important;}

.Cart-Header-Last-Custom  { border-color: #CCC !important; }

.Cart-Button-Custom  { background-color: #085384; color: #000; border-radius: 3px;}

.Cart-Button-Checkout-Custom  { background-color: #085384; color: #FFF; background-image: url("/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_cart_fondnoir.png");}

.Cart-Button-Gift-Card-Custom  { background-color: #085384; color: #FFF; background-image: url("/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_cart_fondnoir.png");}

.Cart-Title-Custom  { background-color: #085384; border-radius: 3px;}

.Cart-Title-Custom .divtitletext { color:  #FFF;}

.Cart-Account-Custom  { background-color: #DDDDDD; color: #000; border:0px; padding: 10px 10px 10px 30px !important;}

.Cart-Account-Custom a { color: #000; }

.Cart-Subtitle-Custom  { background-color: #085384; color: #FFF; border-radius: 3px; height:18px; padding-top: 6px;}

.Cart-Symbol-Custom  { background-image: url("/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_checkout_fondnoir.png"); }

.divaccountsymbol  { background-image: url("/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_checkout_fondnoir.png") !important; }

.Confirmation-Customer-Info-Custom  { background-color: #CCC; color: #191919;}

.Confirmation-Order-Info-Custom  { background-color: #CCC; color: #191919;}

.Cart-Button-Checkout-Custom {
    background-color: #085384;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
}

.Cart-Button-Gift-Card-Custom {
    background-color: #085384;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
}

.divtitletext {
	color: #FFF;
}

.divAdeoEcomCartTable .divRow .total {
	padding-top: 7px;
}

.divAdeoEcomCartTable .divRow td {	
}

.divAdeoEcomCartTable .divRow b {
	display:block;	
	margin-top: 30px;
}

.divAdeoEcomCartTable .divRow img {
	margin-top: 0px;
}

.divAdeoEcomCartTable .aDeleteItem {
	margin-top: -3px;
}

.divRowTop td {
	background-color: #085384;
}

.divRowTopFirst, .divRowTopLast {
	border-color: #CCCCCC;
}

.divbuttonupdatecart, .divbuttonshopping {
	background-image: url("/modules/Adeo.SpringBoard.Ecommerce/view/imgs/icones_cart_fondnoir.png"); 
}

.divbuttonshoppingtop {
	display: none;
}

.divbuttonapply
{
	margin-top: 0px;
}

.divRowTopFirst
{
	border-bottom-left-radius: 0px;    
    border-top-left-radius: 0px;
}

.divRowTopLast
{
	border-bottom-right-radius: 0px;    
    border-top-right-radius: 0px;
}

.divbuttoncheckout {
	background-color: #085384;
	color: #FFFFFF;
	padding-bottom: 6px;
    padding-top: 7px;
}

.divbuttongiftcard {
	background-color: #085384;
	color: #FFFFFF;
	padding-bottom: 6px;
    padding-top: 7px;
}

.divRow td {
    border-bottom: 1px solid #dbdbdb;
}

.Cart-Button-Custom a
{
	text-decoration: none;
	color: #FFFFFF !important;
}

.divRowCheckout td
{
	padding-top: 10px !important;
}

.divRow2 td
{
	padding-top: 5px !important;
}

.divbutton {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1em;
}

.divbuttonlogin {
	padding-top: 2px;
	height: 12px;
	margin-top:17px !important;
}

.divpassword {
	margin-left: 35px;
}

.divaccount {
	min-width: 590px;
}

.divtitle {
	padding:7px 0 3px 8px;
}


#loginDialog,
#newsletterDialog,
.dialog {
	display: none;
}

#loginDialog span {
	display: inline-block;
	width: 150px;
}

#loginDialog input[type=text],
#loginDialog input[type=password] {
	display: inline-block;
	width: 200px;
	margin-bottom: 10px;
}

.ui-button-text-only .ui-button-text {
    padding: 0px;
}

.cart-quantity-input {
	/*display :none;*/
}

.cart-quantity-readonly {
	/*display:block !important;*/
}

.divsymboltitle {
	margin-bottom: 8px;
}

.divsymboltitle .title {
	padding-top: 10px;
}

#divGiftCard {
	display: none;
}

/********************************
/site/view/css/styles.css
********************************/
@charset "UTF-8";

@font-face {
  font-family: "fleurco";
  src:url("/site/view/css/fonts/fleurco.eot");
  src:url("/site/view/css/fonts/fleurco.eot?#iefix") format("embedded-opentype"),
    url("/site/view/css/fonts/fleurco.woff") format("woff"),
    url("/site/view/css/fonts/fleurco.ttf") format("truetype"),
    url("/site/view/css/fonts/fleurco.svg#fleurco") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "fleurco" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fleurco" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "\61";
}
.icon-map-marker:before {
  content: "\62";
}
.icon-user:before {
  content: "\63";
}
.icon-search:before {
  content: "\64";
}
.icon-search-plus:before {
  content: "\65";
}
.icon-search-minus:before {
  content: "\66";
}
.icon-help-circled:before {
  content: "\67";
}
.icon-down-dir:before {
  content: "\68";
}
.icon-print:before {
  content: "\69";
}
.icon-phone:before {
  content: "\6b";
}
.icon-facebook-official:before {
  content: "\6c";
}
.icon-twitter:before {
  content: "\6d";
}
.icon-youtube:before {
  content: "\6e";
}
.icon-pinterest-p:before {
  content: "\6f";
}
.icon-send-button:before {
  content: "\70";
}
.icon-houzz-m-rgb-la:before {
  content: "\71";
}
.icon-002-instagram-logo:before {
  content: "\72";
}
.icon-001-clipboards:before {
  content: "\73";
}
.icon-003-black-back-closed-envelope-shape:before {
  content: "\74";
}
.icon-004-checked:before {
  content: "\75";
}
.icon-footer{
  width:auto;
  height:25px;
}
.icon-footer-youtube{
  width:auto;
  height:17px;
  padding-bottom:4px;
}
