/*! reset */
html, button, input, select, textarea { color: #000; }
body { font-size: 1em; line-height: 1.4; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
img { vertical-align: middle; }
a { text-decoration: none; }
/* ==========================================================================
   $POPIN
   ========================================================================== */
#popin {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
}
.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 100;
}
.popin {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 150;
	overflow: hidden;
	background: url(../img/storeLocator1.jpg) repeat 0 0;
	background-size: cover;
}
.popin.fullbrowser {
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.popin .close {
	position: absolute;
    -top: 150px;
    -right: 130px;
	width: 11px;
	height: 11px;
    background: url("../img/close_min.gif");
    z-index: 1;
}
.popin-header {
    position: relative;
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
    height: 180px;
    border-bottom: 1px solid #CBCBCB;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}
.popin-header h2 {
	position: absolute;
	bottom: 10px;
	left: 0;
	font-family: 'ABChanel Couture', Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 100;
	letter-spacing: -1px;
    padding: 0;
    margin: 0;
	text-transform: uppercase;
}
.popin-content {
	position: relative;
	width: 50%;
	height: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	overflow: auto;
}

.popinOrtaBack {
	position: absolute;
	width: 70%;
	height: 70%;
	bottom: 50%;
	right: 50%;
}

.popinOrtaBack1 {
	position: absolute;
	width: 70%;
	height: 70%;
	bottom: 35%;
	right: 15%;
}

.popinOrta {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background: url(../img/ustcerceve.png) repeat 0 0;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width:1px;
	border-style:solid;
	border-color:#dddddd;
}

.popinOrta1 {
	position: absolute;
	top: 65%;
	left: 50%;
	width: 60%;
	height: 75%;
	background: #FFF;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width:1px;
	border-style:solid;
	border-color:#dddddd;
}

.popinOrta h2 {
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 100;
	letter-spacing: -1px;
    padding: 0;
    margin: 0;
	text-transform: uppercase;
}

.popinOrta1 h2 {
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 100;
	letter-spacing: -1px;
    padding: 0;
    margin: 0;
	text-transform: uppercase;
}

.popinOrta li a {
	color: #000;
}

.popinOrta1 li a {
	color: #000;
}

.popinOrta li a:hover {
	color: #808080;
}

.popinOrta1 li a:hover {
	color: #808080;
}

.popinOrta a {
	color: #000;
}

.popinOrta1 a {
	color: #000;
}

.popinOrta a:hover {
	color: #808080;
}

.popinOrta1 a:hover {
	color: #808080;
}

/* ==========================================================================
   $POPIN COLUMN TYPE
   ========================================================================== */
.popin-column-type {
	text-align: center;
}
.popin-column-type .popin-column {
	display: inline-block;
    color: #808080;
    min-width: 126px;
    height: 245px;
    font-size: 12px;
    border-right: 1px solid #efefef;
    vertical-align: top;
    margin-top: 10px;
}
.ar_ME .popin-column-type .popin-column {
	border-left: 1px solid #efefef;
	border-right: none;
}
.lt-ie8 .popin-column-type .popin-column {
	display: inline;
	zoom: 1;
}
.popin-column-type .popin-column.last {
    border: none;
}

.popin-column-type .jscroll {
	position: relative;
	height: 100%;
    overflow: auto;
}

.popin-column h3 {
	color: #000;
    font-size: 12px;
    font-weight: normal;
    height: 64px;
    margin: 0;
    padding: 0 15px;
}
.popin-column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.popin-column li {
	height: 16px;
	line-height: 16px;
	padding: 0 15px;
}
.popin-column li a {
	color: #808080;
}
.popin-column li a:hover {
	color: #000;
}
.ar_ME #languages {
	direction: LTR;
}
.ar_ME #languages .popin-column-type .popin-column {
	border-right: 1px solid #efefef;
	border-left: none;
}


/* ==========================================================================
   $POPIN LINK TYPE
   ========================================================================== */
.popin-link-type {
	text-align: center;
}
.popin-link-type .notice {
	font-size: 12px;
    margin: 32px 0;
}
.popin-link-type ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.popin-link-type li {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
}
.popin-link-type a {
	color: #000;
    font-size: 14px;
}

.popin-link-type .jscroll {
	position: relative;
	height: 100%;
    overflow: auto;
}
.popin-column-type .jscroll-content-wrap {
	height: 100%;
}


/* ==========================================================================
   $POPIN MESSAGE TYPE
   ========================================================================== */
.popin-msg-type {
	text-align: center;
}
.popin-msg-type p {
	font-size: 12px;
	padding: 0 40px 40px;
	margin-top: -20px;
}
.popin-msg-type a {
	text-decoration: underline;
	color: #4C4C4C;
}
.popin-msg-type a:hover {
	color: #000;
}
.dash {
    margin: 0 44px;
}


/* ==========================================================================
   $POPIN SCROLL TYPE
   ========================================================================== */
.popin-scroll-type a {
	text-decoration: underline;
	color: #4C4C4C;
}
.popin-scroll-type a:hover {
	color: #000;
}
.popin-scroll-type .jscroll {
	position: relative;
	height: 100%;
    overflow: auto;
    width: 100%;
    padding: 0 15px;
    /*-ms-touch-action: none;*/
}
#popin .jscroll-scrollbar {
    position: absolute;
    background: #fff;
    display: none;
}
#popin .jscroll-scrollbar.horizontal {
    width: 100%;
    top: 100%;
    left:0;
    visibility: hidden;
}
#popin .jscroll-scrollbar.vertical {
    height: 100%;
    top: 0;
    left: 100%;
}
#popin .jscroll-handler {
    background: #cccccc;
    position: absolute;
    top: 0;
    left: 0; 
}


/* ==========================================================================
   Helper classes
   ========================================================================== */
.wrapper-valign-fix {
	display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    font-size: 0px;
}
/*.valign-fix:after,
.lt-ie8*/ .after {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    height: 100%;
    content: "";
}
/*.after {
	display: none;
}*/


/* ==========================================================================
   Media Queries
   ========================================================================== */
/*@media all and (min-width: 361px) and (max-width: 640px) {*/
@media all and (min-width: 1px) and (max-width: 640px) {
	.popin {
		top: 0;
		height: 100%;
		margin-top: 0px;
	}
	
	.popin .close {
	    -top: 20px;
	    -right: 20px;
	}
	
	.popin-header {
	    height: 55px;
	}
	.popin-header h2 {
		line-height: 55px;
		bottom: 0;
	}
	.popin-content {
		position: absolute;
		top: 70px;
	    bottom: 0;
	    height: auto;
	    width: 100%;
	}
	
	.popin-scroll-type .jscroll {
		height: 95%;
	    margin-top: 5px;
	}
	.popin-column-type .jscroll-content-wrap {
		height: auto;
	}
	
	.popin-link-type .notice {
		font-size: 12px;
		margin: 20px 0;
	}
	.popin-link-type li {
		margin: 0 auto 15px;
	}
	.popin-link-type a {
	    font-size: 18px;
	    color: #808080;
	}

	.popin-column-type .popin-column {
		display: block !important;
	    height: auto;
	    border: none !important;
	    margin-top: 30px;
	    font-size: 18px;
	}
	.touch .popin-column ul {
		display: none;
	}
	.popin-column li {
	    height: 35px;
	    line-height: 35px;
	}
	.popin-column h3 {
	    font-size: 18px;
	    height: 35px;
	}
	
	.empty {
		display: none;
	}
}
@media all and (max-height: 600px) {
	.popin {
		top: 0;
		height: 100%;
		margin-top: 0px;
	}
	
	.popin .close {
	    -top: 20px;
	    -right: 20px;
	}
	
	.popin-header {
	    height: 55px;
	}
	.popin-header h2 {
		line-height: 55px;
		bottom: 0;
	}
	.popin-content {
		position: absolute;
		top: 70px;
	    bottom: 0;
	    height: auto;
	    width: 100%;
	}
	
	.popin-scroll-type .jscroll {
		height: 95%;
	    margin-top: 5px;
	}
	.popin-column-type .jscroll-content-wrap {
		height: auto;
	}
	
	.popin-link-type .notice {
		font-size: 12px;
		margin: 20px 0;
	}
	.popin-link-type li {
		margin: 0 auto 15px;
	}
	.popin-link-type a {
	    font-size: 18px;
	    color: #808080;
	}

		
	.empty {
		display: none;
	}
}

@media all and (min-width: 641px) and (max-width: 768px) {
	
}

@media all and (min-width: 769px) and (max-width: 1024px) {
	
}
@media all and (min-width: 1px) and (max-width: 900px) {
	.popin {
		left: 0;
		width: 100%;
		margin-left: 0px;
	}
}