/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "HelveticaLTStd-Light", sans-serif;
    /*font-size: 100%;
    font: inherit;
    vertical-align: baseline;*/
    color: #3e3e3e;
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

.clear {
    clear: both;
}

* {
    box-sizing: border-box;
}
@font-face {
    font-family: 'MaterialDesignIcons';
    src: url(../fonts/materialdesignicons-webfont.svg) format('truetype'),
	url(../fonts/materialdesignicons-webfont.ttf) format('truetype'),
	url(../fonts/materialdesignicons-webfont.woff) format('');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLTStd-Light';
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStd65Medium';
    src: url('../fonts/helveticaneueltstd-md.eot');
    src: url('../fonts/helveticaneueltstd-md.eot') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-md.woff') format('woff'),
         url('../fonts/helveticaneueltstd-md.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-md.svg#HelveticaNeueLTStd65Medium') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStd75Bold';
    src: url('../fonts/helveticaneueltstd-bd.eot');
    src: url('../fonts/helveticaneueltstd-bd.eot') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-bd.woff') format('woff'),
         url('../fonts/helveticaneueltstd-bd.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-bd.svg#HelveticaNeueLTStd75Bold') format('svg');
}

body {
    line-height: 1.5;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height:100%;
	/*overflow:hidden;*/
}
ol, ul {
    list-style: none;
	clear:left;
}
blockquote, q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
img {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}

a{color:#D7294A;}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

/*-- /reset --*/

/*
 *  Copyright begin
 *
 */
.map {
    position: relative; 
    width: 100%;
    max-width: 686px;
    height: 380px;
}

#w2gi_copyright, #navteq_copyright, #osm_copyright {
    position: absolute;
    bottom: 5px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    z-index: 999;
}

#w2gi_copyright {   
    right: 3px;
}

 #navteq_copyright { 
    display: none;    
    left: 3px;
 }

 #osm_copyright {
    display: none;
    left: 3px;
 }

 /*
  *  Copyright end
  *
  */



/*==========
    Form
======*/

label[for="addressSearch"]{
    margin-bottom: 14px;
    display: block;
}

.search-radius-wrapper {
	width: 100%;
}

.search-button-wrapper {
	padding: 8px 0 15px;
	width: 100%;
}

.button-search {
	width: 100%;
	color: #fff;
	background-color: #444;
	display: block;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	height: 45px;
	line-height: 45px;
	margin: 3px 0 0;
    cursor: pointer;
    font-family: "HelveticaLTStd-Light";
}

/* -- */


body {
    
}

p {
    padding: 1em;
    clear:both;
}

.box-wrapper {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}

/*.content-list {
    overflow: hidden;
    position: relative;
    background: #FFF;
}

.content-list li {
    display: block;
    width: 30%;
    padding-bottom: 0.1em;
    border-bottom: 0.1em solid #CCC;
}
*/
.content-list.maneuver-result li {
    width: 100%;
}
.content-list li em {
    text-transform: none;
    display: inline-block;
    width:20%;
}
#driving_directions {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 1%;
    /* width:35em; */
    position: relative;
	margin-bottom:10px;
}

#locator_search {
    max-width: 100%;
    margin-top: 10px;
	margin-bottom:10px;    
    /* width:35em; */
    position: relative;
    padding-left: 30px;
}

#driving_directions span {
    display: inline-block;
    width: 40px;
    font-weight:bold;
}

#driving_directions label {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 9px 0;
}

.from {
    width: 48%;
    margin-right: 1%;
    float: left;
}

.to {
    width: 48%;
    margin-left: 1%;
    float: left;
}

#driving_directions input.search-box {
    width: 260px;
	
}

#driving_directions img.reverse {
    position: relative;
    margin-left:10px;
}

.forms-poi-box {
	width: 100%;
	max-width: 343px;
	float: right;
}

.attribution {    
    bottom: 2px;
    width: 96%;
	float:left;
	display:block;
	/*position: absolute;*/
	left:5px;
	font-size:12px;
}
.attribution a {
    color:#9AB531;
}

.attribution span {
    display: inline-block;
    text-align: left;
    
}

.attribution_navteq {    
    bottom: 20px;
    width: 96%;
	float:left;
	display:block;
	position: absolute;
	left:5px;
	font-size:12px;
}
.attribution_navteq a {
    color:#9AB531;
}

.attribution_navteq span {
    display: inline-block;
    text-align: left;
}


/*#locator_search span {
    color: #fff;
}

#locator_search span:hover {
    color:#9AB531;
}*/

.wrapper {
    /*overflow: hidden;*/
    height: 100%;
    margin: 0 auto;
	position:relative;
	width:100%;
    max-width: 1029px;
}

.map-copyrights-box {
	width: calc(100% - 343px);
	float: left;
}

.map div {
    padding: 0;
}

.icon-bar {
	float: right;
	position: relative;
	margin-right: 40px;
	top: -25px;
	height: 2px;
}

.icon-bar a, .icon-bar i {
    font-size: 12px;
	color:#fff;
}

.icon-bar i {
    padding-right: 6px;
    font-size: 14px;
}



.poi {
    float: left;
	background:#fff;
    /*overflow-y:auto;*/
    overflow-y: hidden;
	overflow-x:hidden;
    position: relative;    
    /*width: 96%;*/
    width: 100%;
    z-index: 999;
	/* if country and radius dropdown are there uncomment below line */
	/*height:530px;*/
/*	height:600px;
*/	padding:5px 0;
}

.poi h3 {
	text-align:left;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "HelveticaNeueLTStd75Bold", sans-serif;
}

/*
.map {
    float: left;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
*/

#filters {
	position:absolute;
	left:10px;	
}

.iconsfa.fa.fa-chevron-right {
    float: right;
}

.hide-filter {
    display: none;
}

.filterToggle {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #999;
    margin-bottom: 3px;
}

.filter-toggles input {
    position: relative;
    top: 2px;
}

.filter-toggles img {
    position: relative;
    top: -1px;
}
.searchFilters div {
    float: left;
}


.searchFilters input {
    vertical-align: middle;
}

h3 {
    color: #172838;
    font-size: 15px;
    font-weight: 800;    
    margin:  10px 0;
    text-align: center;
    vertical-align: top;
    clear:both;
}

.poi.maneuver {
   
}



.poi .content-list.maneuver-result li {
    float: none;
    padding-bottom: 5px;
    font-weight: bold;
}

.content-list.poi-result {
    /* width:20em; */
	clear: left;
}

.poi-result li:last-of-type:after {
    content: "";
    display: block;
    clear: both;
}



.count1 {
	display:none;
}

.content-list.poi-result li {
    display: inline-block;
    width: 32.5%;
    /*min-height: 200px;*/
    min-height: 217px;
    position: relative;
}

.poi-item a {
    cursor: pointer;  
}

.poi-num_wrapper {
    position: absolute;
}

/*.poi .content-list li.poi-item.poi-hover {
	color:#fff;
}

.poi .content-list li .poi-hover div {
	color:#fff!important;
}

.poi-hover a, .poi-hover .poi_number {
	color:#fff!important;
}
.content-list.poi-result .poi-hover span, .content-list.poi-result .poi-hover div, .content-list.poi-result .poi-hover b {
	color:#fff;
}*/

.poi_paging_wrapper {
    width: 100%;
    border: 1px solid #000;
    height: 31px;
}

.poi_paging_wrapper span {
    height: 100%;
    line-height: 31px;
}

.paging.page-count {
    width: 40%;
    display: block;
    float: left;
    text-align: center;
    font-size: 11px;
}

.poi_paging_prev, .poi_paging_next {
    float: left;
    width: 30%;
    text-align: center;
    display: block;
    background-color: #CC1D2C;
    cursor: pointer;
    text-transform: uppercase;
}

.poi_paging_next {
    border-left: 1px solid #888;
}

.poi_paging_prev span, .poi_paging_next span {
    color: #fff;
}

.box-wrapper {
	position:relative;
}

/* driving directions */

.search_again, .search_again a {font-weight:bold; cursor:pointer; color:#fff!important;}



.poi.maneuver {
	padding:0px;
	width: 100%;
}

.searchagain {
    font-size:  13.3333px;
	background:#444;
	width:100%;
    height: 45px;
    line-height: 19px;
    padding-left: 20px;
    text-align: center;
    text-transform: uppercase;
}

.directions-box {
	width:100%;
	/*margin:10px auto;*/
    margin: 10px auto 0;
	position: relative;
}

/*.directions {
	border-right:1px solid #1c4f62;
	text-align: center;
}*/

.directions h3 {
	border: 0px;
	text-align: left;
	color: #000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    margin: 0;
    padding: 0;
}

.directions, .directions-time {
	width: 100%;
	padding: 10px 0;
	/*float:left;*/
}

.directions-time p {
	padding:5px;
	color: #1c4f62;
}


#driving_directions input.search-box{
	float:none;
	margin: 0 0 9px;
	height:30px;
}

/* driving directions */

.maneuver_start {
    font-size: 30px;
    line-height: 1.1;
    padding: 0 0 12px;
    font-weight: normal;
}

/*
Popup
*/
.w2gi-popup {
    /*width: 250px;
    height: 300px;*/
/*    background-color: #fff;*/
/*z-index: -2;
*/}

.w2gi-popup h3 {
    color:#000;
    
}
.olPopupContent {
    overflow: hidden !important;
}


/*
Tabs
*/
.tabs {
	display:none;
}

.tabs li {
    /*background: #ccc;*/
    display: inline-block;
    padding: 4px;
    margin-right: 5px;
    height: 24px;
    width: 60px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.tabs li.active {
    background: #fff;
}

.tab-content {
    display: none;
    /*width: 326px; */
	height:233px;
    padding:0 !important;
   /* z-index: -1;
*/
}



.tab-content .inner {
    width: 100%;
    height: 70px;
    padding: 15px;
    background-color: #fff;
    /*border: 1px solid #ccc;*/
}

.tab-content.active {
    display: block;
    /* background-color: #FFF; */
/*	width:210px;*/
/*z-index: -1;*/
}

.bubble-triangle {
    position: absolute;
    /*left: 140px;*/
    left: 46%;
    top: 189px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.bubble-triangle:after,
.bubble-triangle:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}

.bubble-triangle:after {
    top: -25px;
    border-color: transparent transparent transparent #ccc ;
    border-width: 0 11px 26px 11px;
    z-index: -1;}

.bubble-triangle:before {
    top: -25px;
    border-color: transparent #ccc transparent transparent;
    border-width: 0 11px 26px 11px;
    z-index: -1;
    left: -22px;
}

/**/
.dd-wrapper{
	/*margin-top:10px;*/
}
.origin-select{
	color:#fff;
}
.direction_address{
    width: 70%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-appearance: none;
    /*margin: 5px 0 10px;*/
    display: inline;
    font-size: 14px;
    padding: 0 10px;
    float: left;
}
.search_arrow{
	background-color: #D12127;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-appearance: none;
    color: #fff!important;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline;
    padding: 0;
    float: left;
    position: relative;
    outline: 0px;
    cursor: pointer;
    text-align: center;
    font-family: serif;
    font-size: 18px;
}
/**/

.tab-content h3 {
    font-family: "HelveticaLTStd-Light", sans-serif;
	padding-bottom:0px;	
	margin-bottom:2px;
    text-align:left;
    /*font-family: "HelveticaNeueLTStd75Bold", sans-serif*/
    /*font-weight:700;*/
}

.tab-content ul li {
	/*text-align:center;*/
	font-size:13px;
}

.tab-content ul li b {
}

 .bubble-address-box {
	margin:-10px 0 0;
}

#dd {
   position: absolute;
   bottom: 59px;
}
/*
.content-list.poi-result li.poi-item:hover {
    background-color: #1b4d60;
	color:#fff;
}

.content-list.poi-result li.poi-item:hover .poi_number, .content-list.poi-result li.poi-item:hover a, .content-list.poi-result li.poi-item:hover span {
	color:#fff;
}

.content-list.poi-result li.poi-item:hover .poi_address {
	color:#fff;
}

.poi .content-list li.poi-item:hover div,.poi .content-list li.poi-item:hover .poi-item a {
	color:#fff;
}

.poi .content-list li.poi-item:hover .poi-item a {
	color:#fff;
}
.poi .content-list.poi-item:hover .poi_address span {
	color:#fff;
}*/

.poi_address .viewBubble {
    color: #252525;
    display: block;
    font-family: "HelveticaNeueLTStd75Bold", sans-serif;
    height: 40px;
    /*margin-bottom: 15px;*/
}

.address_wrap {
    color: #252525;   
    line-height: 18px;
}

.content-list.poi-result .poi_icon {    
    position: relative;
}
.content-list.poi-result p {
    padding:0;
    margin-left: 35px;
    line-height: 14px;
}



.content-list.poi-result strong {
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    margin-left: 3px;
}

/*.content-list.poi-result span {
    display: block;
    margin-left: 35px; 
    color:#333;
}*/

/*.content-list.poi-result .phone, .content-list.poi-result .send-actions {
	display:inline-block;
}

.content-list.poi-result .phone {
	display: block;
}
*/
.content-list.poi-result .send-actions .phoneicon {
	font-size:25px;
}

.getdirections {
    color: #CC1D2C;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.emailicon {
    cursor: pointer;
    display: block;
    float: left;
}



.content-list.poi-result .send-actions a {
	/*display:inline-block;
	width:20px;
	font-size:20px;
	vertical-align:middle;*/
    color: #CC1D2C;
    font-size: 14px;
    /*font-weight: normal;*/
}

.send-actions.desktopPhone {
    margin-top: -3px;
}
.phone {
    margin-bottom: -3px;
}

.viewBubble {
    line-height: 19px;
}

.viewBubble a {
    color: #252525;
    font-weight: bold;
    font-family: "HelveticaNeueLTStd75Bold", sans-serif;

}

.content-list.poi-result .poi_number {
    width: 0px;
/*    position: absolute;
*/    left: 5px;
    font-size: 14px;
    top: 10px;
    color:#172838;
    font-weight: bold;
    width:40px;
    font-style: normal;
	margin-left:10px;
	clear:both;
	float:left;
}

.content-list.poi-result .poi_address {
	clear:both;
	float:left;
	/*margin-left:45px;*/
}



.content-list.poi-result .amenities {
    padding: 0; 
    background: none;
    margin-left: 25px;
}

.content-list.poi-result .amenities li {
    display: inline-block;
    width: 20%;
    font-size: 17px;
    background: none;
    color: #BEB5A0;
    border: none;
    width:30px;
}

.olPopupCloseBox {
    background-image: url("../images/close.png")!important;
    background-repeat: no-repeat;
    top: 10px !important;
    right: 10px !important;
	width: 12px !important;
	height: 12px !important;
	display: block!important;
}

.street-view-wrapper {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px;
    height: 250px;
    z-index: 100;
}

.search-box {
	width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    height: 34px;
    padding: 0 8px;
    color: #3e3e3e;
    margin: 0 0 10px;
}

#search_country {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3e3e3e;
    height: 34px;
    margin: 0 0 10px;
    padding: 0 8px;
    width: 100%;
    -webkit-appearance: none;
}

.active_action {
    font-weight: bold;
}

div.olControlZoom {
    display: none;
}

.divider-text {
    color:#fff;
    font-size: 16px;
    display: block;
    margin-top: 5px;
}


.location-wrapper {
    width:20em;
    margin: 0 auto;
    text-align: center;
    margin-top: 1%;
}
.inline-list {
    padding: 1em;
}

.inline-list li {
    display: inline-block;
}

.block, .inline-list li.block {
    display: block;
}

.blue {
    color:#20596E;
}

/*
    dialog
*/


.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;

}

.modal{
    display: none;
    background:#fff;
    /*padding-top:20px;*/
    overflow:auto;
    z-index:1001;
    position:absolute;
    /* width: 750px;
    height: 500px; */
    top:50px !important;
}

.modal iframe {
    max-width: 320px !important;
}

.modalPop {
	padding-top:0px!important;
}

.closePop {
	color:#fff;

}

.zmdi {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
}

.zmdi: {

}

.closeBtn .zmdi {
	font-size: 18px !important;
    opacity: .2;
}

.closeBtn:focus .zmdi, .closeBtn:hover .zmdi, .closeBtn:active .zmdi{
    opacity: .5;
}

.closePop .zmdi {
	color:#fff;
}


/*.desktopPhone {display:inline;}*/
.mobilePhone {display:none;}
.showmobile, .showmobilebtns {
	display:none;
}



#hideAreaMobile {display:block;}
#refineMobile {display:none;}

.modal p {
    padding: 0;
}

.poi_name {
    display: block;
}

.poi_name img {
    display: block;
    float: left;
    height: 20px;
    width: auto;
}

.poi_name .salon-name {
    display: block;
    float: left;
    margin-left: 5px;
    /*max-width: 180px;*/
    max-width: 134px;
    position: relative;
    top: 2px;
}

.icon-wrapper {
    margin: 12px 0;
}

.icon-wrapper img {
    /*display: block;*/
    /*float: left;*/
    height: 25px;
    pointer-events: none;
    width: auto;
}

@media screen and (max-width: 800px) {

    .map-copyrights-box {
        width: 66.66667%;
    }

    .forms-poi-box {
        width: 33.33333%;
    }

    .map {
        height: 285px;
    }
}

@media screen and (max-width: 720px) {
    .map-copyrights-box, .forms-poi-box {
        width: 100%;
    }   

    .forms-poi-box {
        max-width: none;
    }

    #locator_search {
        padding-left: 0;
    }
}


@media screen and (max-width: 639px) {
    .loreal_salonfinder .store-locator-list, .forms-poi-box, .map-copyrights-box , .content-list.poi-result li {
        width: 100%;
        max-width: none;
    }

    .content-list.poi-result li {
        min-height: auto;
    }

    .pmob {
        display: none;
    }

    .poi {
        /*padding: 5px 5px 5px 0;*/
        padding: 0;
        width: 100%;
    }

    .poi h3 {
        font-size: 16px;
    }

    .wrapper {
        padding: 0 15px;
    }

    #locator_search {
        padding-bottom: 30px;
    }

    .tab-content h3 {
        font-size: 12px;
    }

    .from, .to {
        width: 100%;
    }

    .mobilePhone {
        display: block;
    }

    .desktopPhone {
        display: none;
    }

    .desktop {
        display: none;
    }
}