/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 4, 2015 */



@font-face {
    font-family: 'fb_stargateregular';
    src: url('../fonts/stargateregularwebfont.eot');
    src: url('../fonts/stargateregularwebfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/stargateregularwebfont.woff2') format('woff2'),
         url('../fonts/stargateregularwebfont.woff') format('woff'),
         url('../fonts/stargateregularwebfont.ttf') format('truetype'),
         url('../fonts/stargateregularwebfont.svg#fb_stargateregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	margin:0;
	width:100%;
	font-family: 'fb_stargateregular';
	font-size:20px;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
	height: 100%;
	direction:rtl;
}
*{
	outline: 0 !important;
}

/*-----------------------------------------------------------------*/
/*------------------------RESET------------------------------------*/
/*-----------------------------------------------------------------*/
input[type="image"]{
	padding:0;border:none;
}
input[type=text],
input[type=password],
input[type=file],
input[type=submit], 
textarea, select{
	-webkit-appearance:none;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover{
	cursor:pointer;
}
input[type="radio"] {
    vertical-align: baseline;
    margin-left: 12px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffe7e7 inset!important;
}
img{
	border-style:none;
	vertical-align:top;
	max-width:100%;
	height:auto;
}

a{text-decoration:none;}

p{margin:0;}

a:hover{text-decoration:none;
cursor:pointer;}

input,
textarea,
select{
	font:100% 'fb_stargateregular';
	vertical-align:middle;
	color:#000;
}

form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}

ul, li{
	list-style:none;
	margin:0;
	padding:0;
}
header,
footer,
article,
section,
nav,
figure,
aside {display: block;
		direction:rtl;}
figure {
	margin:0;
	padding:0;
}


header{
	/*width:1140px;*/
	position:relative;
	z-index:1000;
}
input[type=text], input[type=password], input[type=email], input[type=file], input[type=submit], textarea, select{
	-webkit-appearance:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius:0;
	border:none;
	background:#ffe7e7;
	width:340px;
	height:34px;
	color: #5f2b47;
	display: block;
	margin: 5px auto;
	padding:0px 8px;
}
textarea{
	padding:8px;
}
select{
	padding-right:0px;
}
*{
	color:#5f2b47;
}
.right{
	float:right;
}
.left{
	float:left;
}
.colored{
	color:#bc3b5a;
}
.no_print {display:block;}

.print {display:none;}
::-webkit-input-placeholder {
   color: #5f2b47;
}

:-moz-placeholder { /* Firefox 18- */
   color: #5f2b47;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #5f2b47;  
}

:-ms-input-placeholder {  
   color: #5f2b47;  
}
/*-----------------------------------------------------------------*/
/*------------------------GENERAL STYLES---------------------------*/
/*-----------------------------------------------------------------*/
html, body {
    		height: 100%;
    		margin: 0;
    	}
#page{
	position:relative;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	min-width:1140px;
	background:url(../images/page-bg.jpg);
	background-size: 100%;
	min-height:100%;
}

.wrapper:after{
	content:"";
	display:block;
	clear:both;
}
.content:after, #main:after{
	content:"";
	display:block;
	clear:both;
}
.wrapper{
	padding:0 6%;
	/*max-width:1534px;*/
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width:1350px;
}
input[type=submit]:hover{
	cursor:pointer;
}
.hidden {
	display:none !important;
}
.block {
	display:block !important;
}
.red-button{
	color:#fff;
	background:#bc3b5a;
	text-align:center;
	font-size:21px;
	font-weight:normal;
	padding:5px 20px;
	height:34px;
	width:auto;
	line-height:34px;
	display:inline-block;
	/**/
	vertical-align: middle;
	-webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/*.red-button:hover{
	background:#a1334e;
}*/

.red-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #a1334e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.red-button:hover:before, .red-button:focus:before, .red-button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.pink-button{
	color:#5f2b47;
	background:#FFE7E7;
	border:none; 
	
	 display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pink-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ebd3d3;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pink-buttonl:hover:before, .pink-button:focus:before, .pink-button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.select{
	background:#ffe7e7 url(../images/select-arrow.png) no-repeat 5px 50%;
	width:300px;
	height:30px;
	color:#610c35;
	display: block;
	margin: 5px auto;
	padding-right: 5px;
	padding-left:3px;
	position:relative;
}
/*.select:after{
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #610C35;
	content:"";
	position:absolute;
	left:10px;
	top:45%;
}*/

.tbox {position:absolute; display:none; min-height:150px;
	min-width:250px;
	padding:20px;
	background:#ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.8); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.8); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8); -o-box-shadow: 0 0 10px rgba(0,0,0,0.8);
     z-index:2000}
.tinner {padding:10px 0px; border-top:1px solid #BC3B5A; border-bottom:1px solid #BC3B5A; background:#fff url(../images/loading.gif) no-repeat 50% 50%; min-width:250px;overflow:hidden}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:rgba(225,225,225,0.5); z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(../images/close.jpg) no-repeat}
.tclose:hover {background-position:0 -30px}
.tclose:hover {}
#zoom_img .tcontent img{
	border:3px #fff;
	width:500px;
	height:auto;
}
.logo h1{
	background:url(../images/logo.png);
	width:245px;
	height:137px;
	text-indent:-9999px;
	float:right;
}
#header .login{
	float:left;
	background:url(../images/login-bg.jpg) repeat-y 50% 0;
	background-size: 100%;
	width:225px;
	text-align:center;
}
#header .login p{
	color:#FFFFFF;
	text-decoration:none;
	line-height:30px;
	font-size:20px;
	position:relative;
	width:94%;
	text-align:right;
	margin-right:6%;
}
.login .invalid input {
    margin-right: 0!important;
    margin-left: 0!important;
    width: 100%!important;
    border: 1px solid #bfbfbf!important;
}
#header .login p a{
	color:#FFFFFF;
	text-decoration:none;
	line-height:30px;
	height:30px;
	font-size:20px;
	position:relative;
	width:100%;
	display:block;
	/*text-align:center;*/
} 
#header .login p a.toggle span{
	background:url('../images/arrow-ezor-ishi.png') no-repeat 0px -7px;
	width:11px;
	height:7px;
	display:block;
	float:left;
	margin:11px;
} 
#header .login p a.toggle span.rotate{
	background:url('../images/arrow-ezor-ishi.png') no-repeat 0 0 ;
} 
#header .login #login-form ,#header .login #logout-form{
	color:#FFFFFF;
	position:absolute;
	width:225px;
	display:none;
	text-align:center;
	padding:8px 0px 0px 0px;
	background:url(../images/login-bg.jpg) repeat-y 50% 0;
	background-size: 100%;
	z-index:100;
}
#header .login input[type=text]{
	width:88%;
	display:block;
	border:none;
	margin:3% 6%;
	height:24px;
	color:#eaacbf;
	font-size:20px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
#header .login input[type="text"]{
	background:#fff;

}

#header .login input[type="password"]{
	background:#fff;

}
#header .login input[type=submit]{
	width:88%;
	margin:3% 6%;
	height:28px;
	font-size:20px;
	line-height:28px;
}
#header .login div p{
	border-top:1px solid #ffffff;
	width:88%;
	font-size:18px;
	margin:0 6%;
	padding:3% 0px;
}
#header .login div label{
	color:#fff;
}
#header .login input[type=button]{
	height:28px;
	float:left;
	padding:0px 5px;
	font-size:19px;
	line-height:28px;
}
#header .login input[type=submit]:hover, #header .login input[type=button]:hover{
	background: #ebd3d3;
}
#header .login div p a{
	color:#ffffff;
	text-align:right;
	display:block;
}
#header .login div p a:hover{
	text-decoration:none;
    font-weight:bold;
}
#header .login{
	float:left;
	background:url(../images/login-bg.jpg) repeat-y 50% 0;
	background-size: 100%;
	width:225px;
	text-align:center;
}
#header .login p{
	color:#FFFFFF;
	text-decoration:none;
	line-height:30px;
	font-size:20px;
	position:relative;
	width:94%;
	text-align:right;
	margin-right:6%;
}
#header .login p a{
	color:#FFFFFF;
	text-decoration:none;
	line-height:30px;
	height:30px;
	font-size:20px;
	position:relative;
	width:100%;
	display:block;
	/*text-align:center;*/
} 
#header .login p a.toggle span{
	background:url('../images/arrow-ezor-ishi.png') no-repeat 0px -7px;
	width:11px;
	height:7px;
	display:block;
	float:left;
	margin:11px;
} 
#header .login p a.toggle span.rotate{
	background:url('../images/arrow-ezor-ishi.png') no-repeat 0 0 ;
} 
#header .login form{
	color:#FFFFFF;
	position:absolute;
	width:225px;
	display:none;
	text-align:center;
	padding:8px 0px 0px 0px;
	background:url(../images/login-bg.jpg) repeat-y 50% 0;
	background-size: 100%;
	z-index:100;
}
#header .login input[type=text]{
	width:88%;
	display:block;
	border:none;
	margin:3% 6%;
	height:24px;
	color:#eaacbf;
	font-size:20px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

#header .login input[type=password]{
	width:88%;
	display:block;
	border:none;
	margin:3% 6%;
	height:24px;
	color:#eaacbf;
	font-size:20px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

#header .login input[type="text"]{
	background:#fff;
}
#header .login input[type=submit]{
	width:88%;
	margin:3% 6%;
	height:28px;
	font-size:20px;
	line-height:28px;
}
#header .login div p{
	border-top:1px solid #ffffff;
	width:88%;
	font-size:18px;
	margin:0 6%;
	padding:3% 0px;
}
#header .login div label{
	color:#fff;
}
#header .login input[type=button]{
	height:28px;
	float:left;
	padding:0px 5px;
	font-size:19px;
	line-height:28px;
}

#header .login input[type=submit]:hover, #header .login input[type=button]:hover{
	background: #ebd3d3;
}
#header .login div p a{
	color:#ffffff;
	text-align:right;
	display:block;
}

.top-nav{
	float:left;
	clear:left;
	margin:60px 0 0 0;
}
.top-nav li{
	display:inline-block;
	padding:0px;
}

.top-nav li a{
	font-size:24px;
	padding:8px 6px;
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.top-nav li a:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: #5F2B47;
	  -webkit-transform: scaleX(0);
	  transform: scaleX(0);
	  -webkit-transform-origin: 50%;
	  transform-origin: 50%;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
}
.top-nav li a:hover:before, .top-nav li a:focus:before, .top-nav li a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.top-nav li a:hover, .top-nav li a:focus, .top-nav li a:active {
	color:#fff;
     background: #5F2B47;

}
.top-nav li a.colored:hover, .top-nav li a.colored:focus, .top-nav li a.colored:active {
 color:#fff;
 background:#bc3b5a;
}
.top-nav li a.colored:before {
	background:#bc3b5a;
}
/*********************************************************************/
.content{
	clear:both;
	min-height:100%;
	margin-top:20px;
}


/*==========================Publish Page=======================*/
.accordion h2{
	width:80%;
	background:#bc3b5a;
	color:#fff;
	display:block;
	margin:15px auto 0px;
	height:50px;
	line-height:44px;
	font-size:27px;
	font-weight:normal;
}
.accordion h2 b{
	color:#fff;
	margin:5px;
	display:inline-block;
	height:40px;
	padding:0px 15px;
}
.accordion .step{
	width:60%;
	padding:5% 10%;
	background:#fff;
	margin:0px auto;
}
.publish #step1, .register .step{
	text-align:center;
}
.publish #step1 p.user, .register #step2 p.user{
	text-align:center;
	width:60%;
	padding-bottom:20px;
	margin:0px auto 20px;
}
.publish #step1  .new, .register #step2  .new{
	margin-right:30px;
}
.publish #step1  p, .register #step2  p{
	width:356px;
	margin:0px auto;
	clear:both;
}
.publish #step1  p a, .register #step2  p a{
	float:right;
	text-decoration:underline;
	height:26px;
	line-height:26px;
}
.publish #step1  p a:hover, .register #step2  p a:hover{
	text-decoration:none;
}
.publish #step1  p a:last-child, .register #step2  p a:last-child{
	float:left;
	text-decoration:none;
	padding:2px 40px ;
	background:#EAACBF;
}
.publish #step1  p.update-user, .register #step2  p.update-user{
	border-top:1px dotted #bc3b5a;
	padding-top:8px;
	margin-top:50px;
}
.publish #step1  p.update-user:after, .register #step2  p.update-user:after{
	content:"";
	display:block;
	clear:both;
}
.publish #step1  p.update-user a, .register #step2  p.update-user a{
	padding:4px 30px ;
	background:#bc3b5a;
	color:#fff;
}
.publish #step1  p.update-user span, .register #step2  p.update-user span{
	text-align:left;
	float:right;
	width:220px;
	line-height:18px;
	color:#bc3b5a;
	padding-top:0px;
	margin-top:0px;
	border:none;
}
.publish #step1  p.note, .register #step2  p.note{
	color:#bc3b5a;
	text-align:center;
	font-size:17px;
}
.next-step{
	text-align: center;
	width: 60px;
	margin: 0px auto;
	display: block;
}
.publish #step1 span, .register #step2 span{
	width:100%;
	display:block;
	border-top:#bc3b5a 1px solid;
	clear:both;
	margin-top:40px;
	padding-top:30px;
}
.pre-step2{
	width:100%;
	text-align:center;
}
.pre-step2 a{
	margin:0px 4px;
	width:170px;
	display:inline-block;
}
.input-box{
	position:relative;
	display: block;
	width: 60%;
	height: auto;
	margin:0px auto;
	background:#ffe7e7;
	padding:4px;
	text-align: center;
	clear:both;
	direction:ltr;
}
/*********************************************************/

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
}
/*********************************************************/
.publish #step2{
	position:relative;
}
.publish #upload-info{
	display:none;
}
.publish #upload-info h3{
	display:none;
}
.publish #title-set{
	margin-bottom:0px;
}
.publish .jcarousel{
	width:100%;
	border-bottom:1px solid #bc3b5a;
	margin-bottom:20px;
}
.publish #step2 .jcarousel-control-next, .publish #step2 .jcarousel-control-prev{
	height:74px;
     width:34px;
	 background:url(../images/arrow-left11.png) no-repeat;
	 position:absolute;
	 left:25px;
	 top:50%;
	 margin-top:-37px;
}
.publish #step2 .jcarousel-control-next{
	 right:25px;
	 -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.publish #step2 .inactive{
	display:none;
}
.publish #step2 h3{
	font-size:21px; 
	font-weight:normal;
	text-align:center;
	color:#bc3b5a;
	margin-top:0px;
}
.publish #step2 #title-dress{
	margin-bottom:0px;
}
.publish #step2-set{
	text-align:center;
	/*border-top:1px solid #bc3b5a;*/
	/*padding:30px 0px;*/
	/*margin-top:42px;*/
}
.publish #step2-set h5{
	margin-bottom:70px;
}
.publish .step2-inner.dress{
	text-align:center;
}
.publish .step2-inner:after{
	clear:both;
	display:block;
	content:"";
}
.publish .step2-inner  h5{
	font-size:21px;
	font-weight:bold;
	color:#bc3b5a;
	margin:0px 0px 50px;
	border-bottom:1px solid #bc3b5a;
	width:100%;
	padding-bottom:20px;
}
.publish #step2-set input[type=text]{
	display:block;
	width:95%;
	float:left;
	position:absolute;
	bottom:0px;
	margin:0px;
}
.publish #step2-set label{
	display:block;
	width:15%;
	float:right;
	text-align:left;
	margin:8px 19% 0px 0px;
	height:76px;
	position:relative;
}
.publish #step2-set textarea{
	float:left;
	width:42%;
	height:63px;
	display: block;
	margin:5px 0px 40px 19%;
	padding-right: 8px;
}
.publish #step2-set p{
	text-align:center;
	width:62%;
	margin:30px auto 40px;
	color:#bc3b5a;
	font-size:19px;
	clear:both;
	padding-top:8px;
}
.publish #step2 .next-step{
	width:120px;
}
.publish .dress .fieldset{
	width:50%;
	float:right;
	overflow:hidden;
	text-align:right;
	margin-top:30px;
}
.publish .dress input[type=text], .publish .dress textarea{
	width:100%;
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.publish .dress textarea{
	height:50px;
}
.publish  .select{
	height:30px;
}
.publish  select{
	height:26px;
}
.publish .dress .select, .publish .dress select{
	width:100%;
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.publish .dress .price{
	width:100px!important;
	float:right;
	margin-left:20px;
}
.publish .dress label{
	line-height:42px;
	display:block;
	float:right;
}
.publish .dress .image-control{
	float:left;
	margin:0;
	width:50%;
	text-align:center;
}
.dress .image-control p{
	width:280px;
	float:left;
}
.publish .dress .input-box{
	float:left;
	margin:14px 0px 20px 0px;
	width:auto;
}
.publish .dress .box-holder{
	width:280px;
	height:420px;
}
.publish .dress .add-image{
	text-decoration:none;
	padding:2px 10px ;
	background:#EAACBF;
}
.simpleFilePreview_multiUI {
  width: 100%;
  position: relative;
}
.simpleFilePreview_multiClip {
  overflow: hidden;
}
.simpleFilePreview_multi {
  display: block;
  height: 270px;
  padding: 0;
  position: relative;
  left: 0;
}

.simpleFilePreview_shifter {
  position: absolute;
  top: 50%;
  cursor: pointer;
background: transparent url("../images/big-slide-arrow.png") no-repeat;
  background-size:26px 30px;
  width: 13px;
  height: 30px;
  margin-top:-20px;
  text-indent:-9999px;
}
.simpleFilePreview_shiftLeft { left: 10px; }
.simpleFilePreview_shiftRight { right: 10px; 
-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
z-index:5;	}

.imageHolder{ margin: 10px 15px; }
.simpleFilePreview {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height:226px;
  overflow: hidden;
  background:#ffe7e7;
}
.simpleFilePreview_multiClip .simpleFilePreview {
  height:420px;
  width:280px;
}
.simpleFilePreview_multi .simpleFilePreview { float: left; }
.simpleFilePreview_input {
  position: absolute;
  top:0px;
  left:0px;
  overflow: hidden;
  display: inline-block;
  height: 100%;
  width: 100%;
  border:1px solid #bc3b5a;
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
 }
.simpleFilePreview_inputButtonText{
	padding-top:22%;
	display:block;
	text-align:center;
}
.simpleFilePreview_multiClip .simpleFilePreview_inputButtonText{
	padding-top:59%;
}
.simpleFilePreview_inputButtonText b{
	display:block;
	color:#bc3b5a;
	font-weight:normal;
}
.simpleFilePreview:hover {
  background-color: #e7d0d0;
}
.simpleFilePreview input {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  z-index: 5;
}

.simpleFilePreview_preview {
  /*max-width: 120px;
  max-height: 120px;*/
  z-index: 3;
   border:2px solid #fff;
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.simpleFilePreview_preview.simpleFilePreview_hasFilename {
  max-width: 120px;
  max-height: 100px;
}
.simpleFilePreview_filename {
  font-size: 0.8em;
  color: #666;
  width: 95%;
  height: 1.15em;
  overflow: hidden;
  display: inline-block;
}
.simpleFilePreview_remove {
  display: none;
  color: #c33;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
}
.simpleFilePreview_remove  {position:absolute; top:0px; right:-3px; width:30px; height:30px; cursor:pointer;text-indent:-9999px; background:url(../images/close.png) no-repeat;display: none;}
.simpleFilePreview_remove :hover {background-position:0 -30px}
.simpleFilePreview_remove :hover {}
.publish .dress >p{
	clear:both;
	margin:25px 10% 0px;
	padding: 35px 10%;
	width:60%;
	float:right;
	display:block;
}
.publish #step3{
	text-align:center;
}
.publish #step3 .red-button{
	text-align:center;
	margin:0px 10px;
}
.publish #result{
	text-align:center;
	/*background:url(../images/label.png) no-repeat;*/
	border-bottom:1px solid #BC3B5A;
	display:none;
	margin: 0px auto;
	padding:80px 0px 40px;
	font-size:27px;
	font-weight:normal;
}
.publish #result b{
	display:block;
	font-size:39px;
}
.publish #result span{
	display:block;
	font-weight:normal;
	margin-top:30px;
}
.register #step1>p{
	text-align:right;
	margin:20px 14%;
	border-bottom:1px solid #FFE7E7;
	padding-bottom:20px;
}
.register #step1>p:first-child{
	border-bottom:1px solid #BC3B5A;
	text-align:center;
	margin:0px 0px 40px 0px;
}
.register #step1>p b{
	color:#BC3B5A;
	display:block;
	margin-right:32px;
}
.register #step1>p.last{
	margin:20px 0px 25px;
	padding:0px 14% 40px;
	border-bottom:1px solid #BC3B5A;
}
.register #step3{
	text-align:right;
}
.register #step3 label, .payment label{
	display:block;
	width:100px;
	text-align:left;
	float:right;
	clear:both;
	line-height:40px;
	margin-left:15px;
	margin-right:25%;
}
.register #step3 input, .payment input{
	float:right;
	letter-spacing: 0.25em;
	width:230px;
}
.register .select, .payment .select{
	float:right;
	width:60px;
	height:34px;
	margin-left:5px;
}
.register select, .payment select{
	width:60px;
	height:30px;
	margin-top:2px;
}
.register #step3 input.short, .payment input.short{
	width:40px;
	margin-left:10px;
}
.register #step3 p:before{
	clear:both;
	content:'';
	display:block;
	width:100%;
	height:1px;
	border-top:1px solid #BC3B5A;
	position:absolute;
	top:20px;
}
.register #step3 p{
	width:100%;
	position:relative;
	clear:both;
	padding-top:55px;
}
.register #step4 p{
	font-size:29px;
	padding:0px 0px 40px;
	border-bottom:1px solid #BC3B5A;
	width:100%;	
	margin-bottom:30px;
}
.register #step4 b{
	display:block;
	font-size:33px;
	line-height:45px;
	color:#BC3B5A;
}

/*************************** account page *****************************/
.account section{
	margin-top:50px;
	clear:both;
}
.account h6{
	color:#BC3B5A;
	font-size:31px;
	text-align:center;
	margin-bottom:10px;
}
.account-menu>p{
	text-align:center;
	margin-bottom:40px;
}
.account-menu ul{
	width:50%;
	position:relative;
	padding-bottom:50px;
}
.account-menu:after{
	content:"";
	display:block;
	clear:both;
}
.account-menu .or{
	position:absolute;
	right:-20px;
	top:40px;
	border-radius: 50%;
	background: #BC3B5A none repeat scroll 0% 0%;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
	color: #FFF;
	font-size:29px;
}
.account-menu .left li>b{
	text-align:left;
}
.account-menu  ul li>b{
	color:#5F2B47;
	font-size:49px;
	font-weight:bold;
	border-bottom:1px #5f2b47 solid;
	width:100%;
	height:60px;
	display:block;
	text-align:right;
}
.account-menu  ul li:first-child{
	width:100%;
	height:auto;
	background:none;
}
.account-menu  ul li{
	width:146px;
	display:block;
	position:relative;
}
.menu-item:before{
	position:absolute;
	content:"";
	display:block;
	width:1px;
	background:#5f2b47;
	left:50%;
	height:170px;
	margin-left:1px;
	vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.account-menu  ul li:hover:after{
	-webkit-transform: scale(1, 1.1);
  transform: scale(1, 1.1);
}
/* Sink */
.menu-item  span{
	background:#612c48; 
	background: -webkit-linear-gradient(left, #612c48, #c55566); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #612c48, #c55566); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #612c48, #c55566); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #612c48, #c55566); /* Standard syntax (must be last) */
	width:110px;
	height:110px;
	padding:15px;
	cursor:pointer;
	border-radius: 50%;
	text-align:center;
	display:table;
	position:relative;
	margin:0px 0px 0px 0px;
   vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu-item span:hover, .menu-item span:focus, .menu-item span:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.menu-item span:before{
	position:absolute;
	content:"";
	display:block;
	border:3px solid #fff;
	-w-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
	border-radius: 50%;
	width:100%;
	height:100%;
	top:-3px;
	right:-3px;
}
.account-menu  ul.left li{
	float:left;
}
.account-menu  ul.right li{
	float:right;
}
.account-menu  ul li a{
	color:#fff;
	font-size:21px;
	margin:0px auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.account-menu  ul li a:before{
	position:absolute;
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-radius: 50%;
	background:#fff;
	top:6px;
	left:50%;
	margin-left:-5px;
}
.account-menu  ul li a:after{
	position:absolute;
	content:"";
	display:block;
	width:1px;
	background:#5f2b47;
	left:50%;
	height:30px;
	top:-20px;
	margin-left:-2px;
}

.account-menu  ul.right li.li-1{
	margin-top:30px;
}
.account-menu  ul.right li.li-1:before{
	top:-30px;
}
.account-menu  ul.right li.li-2{
	margin-top:180px;
	margin-right:-55px;
}
.account-menu  ul.right li.li-2:before{
	top:-180px;
}
.account-menu  ul.right li.li-3{
	margin-top:45px;
	margin-right:-60px;
}
.account-menu  ul.right li.li-3:before{
	top:-45px;
}
.account-menu  ul.right li.li-4{
	margin-top:110px;
}
.account-menu  ul.right li.li-4:before{
	top:-110px;
}
.account-menu  ul.left li.li-1{
	margin-top:30px;
}
.account-menu  ul.left li.li-1:before{
	top:-30px;
}
.account-menu  ul.left li.li-2{
	margin-top:130px;
	margin-left:-25px;
}
.account-menu  ul.left li.li-2:before{
	top:-130px;
}
.account-menu  ul.left li.li-3{
	margin-top:45px;
	margin-left:-15px;
}
.account-menu  ul.left li.li-3:before{
	top:-45px;
}
.account h2, .item-info h2{
	width:100%;
	background:#bc3b5a;
	color:#fff;
	display:block;
	margin:15px auto;
	height:50px;
	line-height:52px;
	font-size:23px;
	font-weight:normal;
	padding:0px;
	position:relative;
	text-indent:20px;
}
.account h2 span{
	float:left;
	color:#fff;
	padding-left:20px;
}
.account h2 b{
	font-size:17px;
	color:#fff;
	
	border-radius: 50%;
	background: #5f2b47 none repeat scroll 0% 0%;
	width: 22px;
	height: 22px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	font-weight: normal;
	margin:0px 30px 0px 12px;
	top:-2px;
	position:relative;
}
.account .close{display:none;}
.account .dress-info{
	display:inline-block;
	background:#fff;
	width:32%;
	margin: 0.4% 0px 0.4% 0.8%;
	min-width:342px;
	position:relative;
}
.account .dress-info img{
	padding:5px;
	float:right;
	width:34%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.account .dress-info p{
	border-bottom:1px solid #FFE7E7;
	margin:5px 3%;
	float:left;
	width:60%;
	color:#BC3B5A;
}
.account .dress-info p.first{
	border-bottom:1px solid #BC3B5A;
	margin:15px 3% 7px;
	padding-bottom:3px;
}
.account .dress-info p.last{
	border-bottom:none;
	padding-bottom:5px;
}
.account .dress-info p b{
	display:inline-block;
	width:40%;
	font-weight:normal;
	color:#5f2b47
}
.account .dress-info p a{
	color:#BC3B5A;
}
.account .dress-info p a:hover{
	text-decoration:underline;
}
.account .dress-info>a{
	position:absolute;
	top:5px;
	left:5px;
	font-size:15px;
	padding-top:14px;
}
.closet h2{
	text-indent:0px;
	background:#BC3B5A url(../images/aron.png) no-repeat 99% 50%;
}
.closet  .dress-info>a:before{
	display:block;
	content: "✕";
	position:absolute;
	color:#fff;
	top:4px;
	right:18%;
	border-radius: 50%;
	background:#50152B;
	width:12px;
	height:12px;
	line-height:14px;
	font-size:8px;
	text-align:center;
}
.history .dress-info>a{
	width:60%;
	text-align:center;
	padding:5px 0px 5px 0%;
}
.history .dress-info .last span{
	background:#F5D2D8 ;
}
.account h3{
	color: #BC3B5A;
	font-size: 31px;
	text-align: center;
	margin:70px 0px 0px;
}
.history>p{
	margin-bottom:60px;
	text-align:center;
}
.status h3{
	margin-top:60px;
}
.status>p{
	margin-bottom:30px;
	text-align:center;
}
.status>p b{
	font-size:29px;
}
.payment{
	background:#fff;
	padding-bottom:50px;
}
.payment ul{
	text-align:center;
	width:80%;
	margin:0px auto;
}
.payment ul li{
	display:inline-block;
	width:130px;
	height:auto;
	text-align:center;
	cursor:pointer;
	border: 2px solid transparent;
	margin:4px;
	position:relative;
}
.payment ul li:hover{
	border: 2px solid #BC3B5A;
}
.payment ul li p{
	width: 100%;
	height: 46px;
	padding-top:4px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	text-align: center;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
}
.payment form{
	display:block;
	width:80%;
	margin:0px auto;
}
.payment form:after{
	content:"";
	display:block;
	clear:both;
}
.payment  h3{
	clear:both;
	color: #5F2B47;
	font-size: 29px;
	text-align: center;
	padding:50px 0px 20px;
	font-weight:normal;
	border-bottom:1px solid #BC3B5A;
	width:80%;
	margin:0px auto 30px;
}
/*.payment  label{
	display:block;
	width:100px;
	text-align:left;
	float:right;
	clear:both;
	line-height:40px;
	margin-left:15px;
}
.payment  input{
	float:right;
}
.payment  input.short{
	width:50px;
	margin-left:10px;
}*/
.payment form p:before{
	clear:both;
	content:'';
	display:block;
	width:100%;
	height:1px;
	border-top:1px solid #BC3B5A;
	position:absolute;
	top:20px;
}

.payment form  p{
	width:100%;
	position:relative;
	clear:both;
	padding-top:35px;
	text-align:center;
}

.payment>p{
	text-align:center;
}
.qa{
	width:90%;
	margin:40px auto;;
}
.qa h5{
	font-weight:normal;
	font-size:21px;
	width:100%;
	position:relative;
	border-top:1px solid #FFE7E7;
	padding-top:15px;
	margin:15px 0px;
}
.qa h5:first-child{
	border-top:none;
}
.qa p{
	font-weight:normal;
	font-size:21px;
	width:100%;
	color:#BC3B5A;
}
.qa p b{
	color:#5f2b47;
}
.qa-inactive{
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;	
	border-top: 12px solid #5f2b47;
	position:absolute;
	top:17px;
	left:0px;
}
.qa-active{
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #BC3B5A;
	position:absolute;
	top:17px;
	left:0px;
}
.qa-bottom{
	width:100%;
	border-top:1px solid #BC3B5A;
	margin:80px 0px 20px;
	padding-top:30px;
	text-align:center;
}
.qa-bottom .red-button{
	font-weight:normal;
}
.qa-bottom .red-button b{
	color:#fff;
}
/*************** Popups CSS ********************************/
#success-popup {
	text-align:center;
}
#success-popup b{
	text-align:center;
	color:#BC3B5A;
	font-size:31px;
	font-weight:normal;
	display:block;
}
#success-popup p{
	padding:80px 30px;
}
/******************** Dress Page *******************/
.item-info{
	width:80%;
	float:right;
	background:#fff;
	padding-bottom:50px;
}
.item-info h2{
	margin:0px 0px 50px;
}
.item-info>div{
	margin:8px 6% 8px 6%;
	width:45%;
	float:right;
}
.content .item-info p{
	color:#BC3B5A;
	/*padding-right:140px;*/
	margin:8px 0px;
	width:100%;
	display:table;
}

.content .item-info p b{
	color:#5F2B47;
	/*white-space: nowrap;*/
	display:table-cell;
	vertical-align:top;
	/*text-indent: -140px;*/
	vertical-align:top;
	font-weight:normal;
	width:34%;
}
.content .item-info p span{
	position:relative;
	/*width: 60px;
	height: 90px;*/
	display: inline-block;
}
.content .item-info p span img{
	width: 40px;
	height: 60px;
	z-index:0;
	border:#ffe8ee 2px solid;
}
.content .item-info p span b{
	width: 44px;
	height: 20px;
	position: absolute;
	bottom:0;
	right:0;
	z-index:2;
	text-indent: 0px;
	text-align:center;
	background:rgba(255, 255, 255, 0.7);
}
.content .item-info p.buttons{
	text-indent:0;
	padding:0px;
}
.content .item-info p.buttons a{
	width:49%;
	padding:5px 0px;
}
.content .item-info p.buttons a:first-child{
	margin-left:1%;
}
.contact-rent{
	margin-top:8px;
	width:100%;
	display:block;
	background:#FFE7E7;
	height: 34px;
	padding:5px 0px;
	text-align:center;
	line-height: 34px;
	font-size:21px;
}
.content .item-info form{
	background:#FFE7E7;
	margin:-8px 0px 15px;
	padding:10px 0px;
	width:100%;
	top:0px;
	text-align:center;
	display:none;
}
.content .item-info form input[type=text], .content .item-info form textarea{
	background:#fff;
}
.content .item-info form textarea{
	height:60px;
}
.content .item-info form a{
	margin:10px auto;
}
.content .item-info form:after{
	content:"";
	display:block;
	clear:both;
}
.content .item-info p.small:first-child{
	margin-top:15px;
}
.content .item-info p.small{
	font-size:19px;
}
/** Stage container **/
.item-info .item-images {
	direction:ltr!important;
	width:35%;
	overflow:hidden;
	float:right;
	margin-right:2%;
}
.connected-carousels{
    position: relative;
}
.connected-carousels .stage {
    width: 100%;
    margin: 8px auto;
    position: relative;
}

/** Navigation container **/

.connected-carousels .navigation {
    width: 260px;
    margin: 20px auto;
    position: relative;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
}
.connected-carousels .carousel-stage li {
	background:#838383;
	height:100%;
}
.connected-carousels .carousel-stage img {
    /*float: left;*/
	display: block;
    width: 100%;
    height: auto !important;
	margin-top:40%;
}
.connected-carousels .carousel-stage img.vertical {
    /*float: left;*/
	display: block;
    width: 100%!important;
    height: auto!important;
	margin:0px auto!important;
}
/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
   /* height: 100px;*/
    width: 100%;
    background: #fff;
}
.connected-carousels .carousel-navigation li {
    cursor: pointer;
	padding:3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.connected-carousels .carousel-navigation li img {
    display: block;
	width:100%;
	height:auto;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 50%;
	z-index:80;
}
.connected-carousels .prev-stage {
    left: 0;
}
.connected-carousels .next-stage {
    right: 0;
}
.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}
.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: block;
	text-indent:-9999px;
	/*display: none;*/
    width: 26px;
	margin:-31px 10px 0px;
    height: 62px;
    background: url(../images/big-slide-arrow.png) no-repeat;
}
.connected-carousels .next-stage span {
    background: url(../images/big-slide-arrow.png) -26px 0;
}

.connected-carousels .prev-stage span {
    left: 20px;
}

.connected-carousels .next-stage span {
    right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}
.connected-carousels  a.magnify, .connected-carousels  a.plus{
    cursor: pointer;
	width:23px;
	height:23px;
	display:block;
	position:absolute;
	left:46%;
	bottom:7px;
	z-index:100;
}
.connected-carousels  a.magnify{
   	background:url(../images/magnify.png) no-repeat;
	margin-left:7%;
}
.connected-carousels  a.plus{
    background:url(../images/plus2.png) no-repeat;
	margin-right:7%;
}
/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
	width:11px;
	height:23px;
}

.connected-carousels .prev-navigation{
    left: -14px;
    top: 50%;
    text-indent: -6666px;
	background:url(../images/small-slide-arrow.png) no-repeat;
	margin-top:-8px;
}
.connected-carousels .next-navigation {
    right: -14px;
	background:url(../images/small-slide-arrow.png) no-repeat -11px 0px;
	top: 50%;
    text-indent: -6666px;
	margin-top:-8px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}
/*********************/
.related-items{
	width:15%;
	float:left;
	display:block;
	text-align:center;
}
.content h4{
	margin:0px;
	font-weight:normal;
	font-size:24px;
	border-bottom:1px solid #BC3B5A;
	margin-bottom:20px;
}
.related-items ul{
	
}
.related-items ul li {
	position:relative;
	width:100%;
}
.related-items ul li  div{
	display:none;
	position:absolute;
	background:rgba(255, 255, 255, 0.7);
	top:0px; left:0px; bottom:0px; right:0px;
	text-align:center;
	width:100%;
	height:100%;
}
.related-items ul li:hover  div{
	display: block;
	width:100%;
	height:100%;	
}
.related-items ul li:hover  div>div{
	display: table;
	width:100%;
	height:100%;	
	position:absolute;
}
.related-items ul li:hover div p{
	display: table-cell; 
  vertical-align: middle; 
  text-align: center;
  height:100%;
}
.related-items ul li  div b{
	display:block;
}
.related-items ul li  div a{
	display:block;
	background:url(../images/plus.png) no-repeat;
	height:15px;
	width:15px;
	margin:20px auto 0px auto;
	position:relative;
}
.related-items ul li  div a:before{
	position:absolute;
	display:block;
	height:1px;
	width:100px;
	border-top:1px dotted #511129;
	content:"";
	top:-10px;left:0;bottom:0;right:-40px;
}


















/******************** About Page *******************/










img#background{
position:relative;
top:0;
left:0;
width:100%;
height:100%;

	
}

#rabi-akiva {
position:relative;
z-index:1;
}




.mini-menu{
	text-align:center;
	padding:0px;
	background:#FFF;
	margin:0 auto;
	position:absolute;
	top: 250px;
	left: 0px;
	z-index:10;
	left:10%;


}

.mini-menu li{
	text-align:center;
	display:inline-block;
	background:#FFF;
	height:50px;
	line-height:50px;
	padding:0px 20px;
	font-size:24px;
	direction:rtl;
	margin:0px 0px;
	border:none;
	float:right;

}
.mini-menu li:hover{
	font-weight:bold;
}
	

.about-us{

width:70%;
display:block;
float:right;
	clear:both;
	position:relative;
	padding:0% 15%;
	margin:0px auto;
	right:0;
	top:0;
	text-align:right;
	direction:rtl;


}
.about-us .koteret{

width:229px;
height:155px;
float:right;
background:url(../images/cach.png) no-repeat;
display:block;
margin:0px;
padding:0px;
clear:right;
margin-bottom:30px;


}
.about-us div{
width:48%;
	float:left;
	margin:0px;
	padding:0;
	line-height:24px;
	
	
}
.about-us h3{
	color: #BC3B5A;
	font-size: 31px;
	margin:0px 0px 0px;
	padding:20px 0px;
	
}






.netunim{

	height:100%;
	max-width:none;
	background-size:100%;	
	width:100%;
	margin:150px 0px;
	padding:120px 0px;
	float:right;
	clear:both;
	display:block;
	background-size: cover;
	background:url(../images/111.jpg) no-repeat 50% 50%;
	height:100%;

	
}
.netunim div{
	width:70%;
	margin:0px auto;
	padding:0% 15%;
}
.netunim h1{
	color: #BC3B5A;
	font-size: 40px;
	margin:0px auto;
	padding:20px 0px 10px 0px;
	text-align:center;
	direction:rtl;
	font-weight:normal;
	
}
.netunim h2{
	font-size:80px;
	margin:0px auto 100px auto;
	padding:0;
	text-align:center;
	direction:rtl;
	
}


.netunim .number{
	width:22%;
	height:210px;
	margin-right:4%;
	padding:0;
	float:right;
	background:#FFF;
	
}

.netunim .number .mispar{
	font-size:96px;
	margin:20px;
	padding:0;
	text-align:center;
	line-height:170px;
	font-weight:bold;
	color:#BC3B5A;
	border-bottom:#BC3B5A 1px solid;
	border-top:#BC3B5A 1px solid;
	
}
.netunim .number .natun{
	font-size:30px;
	margin:40px 0px 50px 0px;
	padding-bottom:30px;
	text-align:center;
	display:block;
	
	
	
}
.netunim h3{
	font-size:50px;
	margin:0px auto 0px auto;
	padding:150px 0px 0px 0px;
	text-align:center;
	clear:both;
	font-weight:normal;
	
	
}




.newspaper{
	width:70%;
	margin:100px auto 150px auto;
	padding:20px 0px;
}
.newspaper h3{
	color: #BC3B5A;
	font-size: 31px;
	margin:0px auto;
	padding-top:20px;
	padding-bottom:50px;
	text-align:center;
	border-bottom:#BC3B5A 1px solid;
}




.newspaper .news{
	background:#fff;
	padding-bottom:50px;
	width:48%;
	float:right;
	margin:60px 0px 0px 0px;
}
.newspaper .news h2{
	width:100%;
	background:#bc3b5a;
	color:#fff;
	display:block;
	margin:0px auto 0px;
	height:50px;
	line-height:44px;
	font-size:27px;
	font-weight:normal;
	text-align:right;
	text-indent: 20px;
	
}
.newspaper .news p{
	width:84%;
	display:block;
	margin:40px auto;
	text-align:right;
	padding-bottom:40px;
	direction:rtl;
	line-height:24px;
	border-bottom:#BC3B5A 1px solid;
}

.newspaper .news .red-button{
	display:block;
	width:18%;
	margin:-10px auto;
		



}
.pirsum{
	width:70%;
	padding:0% 15%;
}
.pirsum h3{
	color: #BC3B5A;
	font-size: 31px;
	margin:100px auto;
	padding:190px 0px 50px 0px;
	text-align:center;
	border-bottom:#BC3B5A 1px solid;
	clear:both;
	
	
}





#footer{
	clear:both;
	width:100%;
	display:block;
	background-color:rgba(188, 59, 90, 0.3);
	position:relative;
	padding:50px 0px 0px 0px;
	min-width:1140px;
	background-size: 100%;
	min-height:100%;
	margin-top:100px;
}

#footer .btm-line{
	width:100%;
	height:30px;
	background:url(../images/nahon2.jpg);
	background-size: 100%;
	padding:20px 0px;
	
	
}
#footer .btm-line div{
	width:1140px;
	margin:0 auto;

	
}
#footer .btm-line .nahon{
	color:#FFF;
	margin:0px;
	padding:0px;
	float:right;
	font-size:24px;
	width:50%;
	
	
}
#footer div span{
	width:24px;
	height:24px;
	display:inline-block;
	margin:1px;
	color:#ffffff;
	background:#5f2b47;
	text-align:center;
	line-height:24px;
}
.btm-nav{
	padding:0px;
	float:left;
	color:#FFF;
	margin:0px;
	width:50%;
	text-align:left;
}

.btm-nav li{
	display:inline-block;
	padding:0px 10px;
}
.btm-nav li a{
	font-size:20px;
	padding:0px;
	margin:0px;
	color:#FFF;

}
.btm-nav li a:hover{
	font-weight:bold;

}
/*#footer p{
	margin:-90px 0px 0px 0px;
	padding:0px 0px 0px 65px;
	font-size:15px;
	float:left;
	text-align:left;
	clear:left;
	line-height:15px;
	
}
*/




.in-the-footer{
	width:1140px;
	height:200px;
	display:block;
	margin:0px auto 50px auto;
	padding:0px 0px;
}
.in-the-footer .present{
	width:400px;
	height:200px;
	display:block;
	background:#FFF;
	margin:0px;
	float:right;
}
.in-the-footer .present .dresspic{
	width:127px;
	height:190px;
	display:block;
	background:url(../images/present.jpg);
    background-size:100%;
	margin:5px;
	float:right;
     cursor:pointer;
}
.in-the-footer .present .dressinfo{
	width:253px;
	height:180px;
	display:block;
	margin:10px 0px 10px 10px;
	float:right;
}
.in-the-footer .present .dressinfo h1{
	padding:0px 0px 0px 0px;
	margin:0px;
	font-size:38px;
	text-align:center;
	line-height:50px;
	color:#bc3b5a;
}
.in-the-footer .present .dressinfo h2{
	padding:0px;
	margin:-10px 0px 0px 0px;
	font-size:22px;
	text-align:center;
	line-height:20px;

}
.in-the-footer .present .dressinfo h3{
	padding:8px 0px;
	margin:15px 10px 10px 10px ;
	font-size:20px;
	text-align:center;
	line-height:20px;
	border-top:#bc3b5a 1px solid;
	border-bottom:#bc3b5a 1px solid;
	color:#bc3b5a;
	

}
.in-the-footer .present .dressinfo h3 a{
	color:#bc3b5a;
	font-weight:normal;
}
.in-the-footer .present .dressinfo h3 a:hover{
	color:#bc3b5a;
	font-weight:bold;
}
.in-the-footer .present .dressinfo h4{
	padding:0px;
	margin:0px;
	font-size:18px;
	text-align:center;
	line-height:16px;
	font-weight:normal;
}

.in-the-footer .contact-foot{
	width:500px;
	height:200px;
	display:block;
	margin:0px 30px;
	float:right;
}















.contact-foot form{
	height:200px;
	margin:0px;
	padding:0px;
	
}
.contact-foot form textarea{
	height:190px;
	width:310px;
	background-color:rgba(255, 255, 255, 0.5);
	margin:0px;
	padding:5px;
	border:none;
	float:right;
	display:block;
	text-align:right;

}
.contact-foot form .inputim{
	height:160px;
	width:170px;
	margin:-5px 10px 0px 0px;
	padding:0px;
	float:right;

	
	
}


.contact-foot form .inputim input{
	-webkit-appearance:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius:0;
	border:none;
	background-color:rgba(255, 255, 255, 0.5);
	width:170px;
	height:30px;
	color:#5f2b47;
	display:block;
	margin:5px 0px 5px 0px;
	padding:0px;
}
.contact-foot form .inputim input.send{
	margin:29px 0px 0px 0px;
	color:#fff;
	background:#bc3b5a;
	text-align:center;
	font-size:20px;
	height:35px;
}

.contact-foot form .inputim input.send:hover{
	background:#a1334e;
	
}







.in-the-footer .information{
	width:180px;
	height:200px;
	display:block;
	margin:0px;
	float:right;
	list-style:none;
}
.in-the-footer .information li{
	width:180px;
	display:block;
	margin:0px;
	padding:12px 0px;
	float:right;
	border-bottom:#5f2b47 1px solid;
}

    .in-the-footer .information li.tel {
        margin-top:92px;
    }

.in-the-footer .information li .icon{
	width:28px;
	height:25px;
	display:block;
	margin:0px 0px 0px 17px;
	padding:0px;
	float:right;
	background:#666;
	
}
.in-the-footer .information .tel .icon{
	background:url(../images/icon-tel-foot.png) no-repeat;	
}
.in-the-footer .information .email .icon{
	background:url(../images/icon-email-foot.png) no-repeat;	
}
.in-the-footer .information .facebook .icon{
	background:url(../images/icon-facebook-foot.png) no-repeat;	
}
#footer div span{
	width:24px;
	height:24px;
	display:inline-block;
	margin:1px;
	color:#ffffff;
	background:#5f2b47;
	text-align:center;
	line-height:24px;
}
.btm-nav{
	padding:0px;
	float:left;
	color:#FFF;
	margin:0px;
	width:50%;
	text-align:left;
}

.btm-nav li{
	display:inline-block;
	padding:0px 10px;
}
.btm-nav li a{
	font-size:20px;
	padding:0px;
	margin:0px;
	color:#FFF;

}
.btm-nav li a:hover{
	font-weight:bold;

}
/*------------------------------------Home Page------------------------------------*/





	

.howitsworks{
	margin:0px auto;	
	display:block;
	width:1140px;
	height:680px;
	position:relative;
	text-align:center;
	
	
}
.howitsworks .right{

	width:330px;
	height:680px;
	float:right;
	display:block;
	margin:0px;
	position:relative;

	

}
.howitsworks .right .coteret{
	background:#5f2b47;
	width:100%;
	height:60px;
	float:right;
	display:block;
	margin:-30px 0px;
	color:#FFF;
	font-size:36px;
	text-align:center;
	line-height:60px;
	

}
.howitsworks .right .first{

	width:225px;
	height:236px;
	float:right;
	display:block;
	margin:30px 0px 0px 0px;
	position:absolute;
	z-index:9;
	
	

}
.howitsworks .right .first .kav{

	height:43px;
	margin:0px 107px;
	display:block;
	border-bottom:none;
	border-up:none;
	border-left:none;
	border-right:#5f2b47 2px solid;
	position:relative;
	z-index:10;


}
.howitsworks .right .first .Rounding1{
	width:225px;
	height:213px;
	margin:-30px 0px 0px 0px;
	background:url(../images/1.png)

}

.howitsworks .right .first .text1 {
    float: right;
    color: white;
    text-align: left;
    font-size: 24px; line-height: 23px;
	margin:62px 35px 0px 0px;
	display:block;
}






.howitsworks .right .sec{

	width:225px;
	height:406px;
	display:block;
	margin:30px 110px 0px 0px;
	float:right;
	position:absolute;
	z-index:7;
	

}
.howitsworks .right .sec .kav{

	height:213px;
	margin:0px 107px;
	display:block;
	border-bottom:none;
	border-up:none;
	border-left:none;
	border-right:#5f2b47 2px solid;
	position:relative;
	z-index:8;


}
.howitsworks .right .sec .Rounding2{
	width:225px;
	height:213px;
	margin:-30px 0px 0px 0px;
	background:url(../images/2.png)

}

.howitsworks .right .sec .text2 {
    float: right;
    color: white;
    text-align: left;
    font-size: 24px; line-height: 23px;
	margin:72px 60px 0px 0px;
	display:block;
}







.howitsworks .right .third{
	width:241px;
	height:586px;
	display:block;
	margin:30px 35px 0px 0px;
	float:right;
	position:absolute;
	z-index:5;

	

}
.howitsworks .right .third .kav{

	height:393px;
	margin:0px 107px;
	display:block;
	border-bottom:none;
	border-up:none;
	border-left:none;
	border-right:#5f2b47 2px solid;
	position:relative;
	z-index:6;
	


}
.howitsworks .right .third .Rounding3{
	width:241px;
	height:213px;
	margin:-30px 0px 0px 0px;
	background:url(../images/3.png)
	

}

.howitsworks .right .third .text3 {
    float: right;
    color: white;
    text-align: left;
    font-size: 24px; line-height: 23px;
	margin:50px 30px 0px 0px;
	display:block;
	
}
.howitsworks .right .third .text3 .smalltext{
	color:#FFF;
	font-size: 18px;
	line-height: 17px; 


}








.middle{
	width:440px;
	height:680px;
	display:block;
	margin:50px 20px 0px 20px;
	float:right;
	padding:0px;

	
}



.middle p{
	
	padding:80px 0px 0px 0px;
	font-size:26px;
	text-align:center;
}

.middle p.ques{
	padding:80px 0px 0px 0px;
	font-size:40px;
	text-align:center;
}

.middle .red-button{
	width:49%;
	height:70px;
	margin:20px 0px 0px 0px;
	float:right;
	display:block;
	padding:0px;
}


.middle .red-button p{
	padding:10px 0px 0px 0px;
	font-size:30px;
	text-align:center;
	color:#FFF;
}
.middle .red-button p.smallt{
	padding:0px;
	font-size:20px;
	text-align:center;
	color:#FFF;
	line-height:14px;
}

.middle .but2 p{
	padding:10px 0px 0px 0px;
	font-size:30px;
	text-align:center;
	color:#FFF;
}
.middle .but2 p.smallt{
	padding:0px;
	font-size:20px;
	text-align:center;
	color:#FFF;
	line-height:14px;
}






.howitsworks .left{
	
	width:330px;
	height:680px;
	float:right;
	display:block;
	margin:0;
	position:relative;





}


.howitsworks .left .coteret{
	background:#5f2b47;
	width:100%;
	height:60px;
	float:left;
	display:block;
	margin:-30px 0px;
	color:#FFF;
	font-size:36px;
	text-align:center;
	line-height:60px;
	

}
.howitsworks .left .first{

	width:225px;
	height:286px;
	float:right;
	display:block;
	margin:30px 100px 0px 0px;
	position:absolute;
	z-index:9;
	

}
.howitsworks .left .first .kav{

	height:93px;
	margin:0px 106px;
	display:block;
	border-bottom:none;
	border-up:none;
	border-left:none;
	border-right:#5f2b47 2px solid;
	position:relative;
	z-index:10;


}
.howitsworks .left .first .Rounding1{
	width:225px;
	height:213px;
	margin:-30px 0px 0px 0px;
	background:url(../images/1.png)

}

.howitsworks .left .first .text1 {
    float: right;
    color: white;
    text-align: left;
    font-size: 24px;
	line-height: 23px;
	margin:62px 70px 0px 0px;
	display:block;
}






.howitsworks .left .sec{

	width:225px;
	height:476px;
	display:block;
	margin:30px 0px 0px -140px;
	float:left;
	position:absolute;
	z-index:7;
	

}
.howitsworks .left .sec .kav{

	height:283px;
	margin:0px 107px;
	display:block;
	border-bottom:none;
	border-up:none;
	border-left:none;
	border-right:#5f2b47 2px solid;
	position:relative;
	z-index:8;


}
.howitsworks .left .sec .Rounding2{
	width:225px;
	height:213px;
	margin:-30px 0px 0px 0px;
	background:url(../images/2.png)

}

.howitsworks .left .sec .text2 {
    float: right;
    color: white;
    text-align: left;
    font-size: 24px;
	line-height: 23px;
	margin:72px 60px 0px 0px;
	display:block;
}







.howitsworks .left .third{
	width:241px;
	height:663px;
	display:block;
	float:right;
	position:absolute;
	z-index:5;
	margin:30px 80px 0px 0px;

	

}
.howitsworks .left .third .kav{

	height:470px;
	margin:0px 107px;
	display:block;
	border-bottom:none;
	border-up:none;
	border-left:none;
	border-right:#5f2b47 2px solid;
	position:relative;
	z-index:6;
	


}
.howitsworks .left .third .Rounding3{
	width:241px;
	height:213px;
	margin:-30px 0px 0px 0px;
	background:url(../images/3.png)
	

}

.howitsworks .left .third .text3 {
    float: right;
    color: white;
    text-align: left;
    font-size: 24px; 
    line-height: 23px;
	margin:50px 0px 0px 20px;
	display:block;
}

.howitsworks .left .third .text3 .smalltext{
	color:#FFF;
	font-size: 18px;
	line-height: 17px; 


}



/**********************************contact page*******************************************/







.content contact-us{
	margin:0px auto;	
	display:block;
	width:100%;
	clear:both;
	float:right;
	position:relative;


}
.contact-form{
	margin:0px;
	float:right;
	width:70%
}
.contact-form h2{
	width:100%;
	background:#bc3b5a;
	color:#fff;
	display:block;
	margin:15px 0px 0px 0px;
	height:50px;
	line-height:50px;
	font-size:27px;
	font-weight:normal;
	text-indent: 20px;

}

.contact-form .tochen{
	width:90%;
	padding:5% 5%;
	background:#fff;
	margin:0px;
}
.contact-form .tochen form{
	height:240px;
	margin:0px;
	padding:0px;
	
}
.contact-form .tochen form textarea{
	height:215px;
	width:60%;
	background:#ffdbd8;
	margin:0px;
	border:none;
	float:right;
	display:block;
	
	
}
.contact-form .tochen form .inputim{
	height:200px;
	width:35%;
	margin:0px;
	padding:0px;
	border:none;
	float:right;
	margin:0px 10px 0px 0px;

	
	
}
.contact-form .tochen form .inputim input{
	-webkit-appearance:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius:0;
	border:none;
	background:#ffdbd8;
	width:92%;
	height:30px;
	color:#5f2b47;
	display: block;
	margin: 5px auto;
	
}
.contact-form .tochen form .inputim .red-button{
	margin:20px 0px 0px 0px;
	width:100%;
	margin:11px 0px 0px 0px;
	padding:0;
}



.contact-info{
	margin-right:5%;
	margin-top:100px;
	float:right;
	width:25%;
	
	
}


.contact-info li a:hover{
	text-decoration:underline;
}
.contact-info li {
	margin:10px 0px;
}
.contact-info li b{
	font-size:26px;
	font-weight:normal;
	display:block;
}
.contact-info .phone{
	background:url(../images/tel-icon.png) no-repeat 100% 0;
	padding-top:40px;
}

.contact-info .email{
	background:url(../images/email-icon.png) no-repeat 100% 0;
	padding:30px 0px 20px 0px;
}








/**********************************search page*******************************************/





.daf {
    width: 95%;
    min-height: 100%;
    margin: 0 auto;
}

    .daf .Search {
        float: right;
        width: 100%;
        text-align: right;
        direction: rtl;
        min-height: 100%;
        height: 100%;
		clear:both;
		position:relative;
    }

        .daf .Search .SearchMenu {
            float: right;
            width: 172px;
            color: #FFF;
            margin-top: -38px;
			
        }

            .daf .Search .SearchMenu .Back {
                float: right;
                width: 100%;
                padding: 11px;
                
				background:#FFF; 
            }
			
.daf .Search .SearchMenu .Back h3 {
                
                
				background:#FFF;
				color:#bc3b5a; 
				margin:0px;
				padding:5px 0px;
            }
            

            .daf .Search .SearchMenu .NoUnderline {
                border: none !important;
            }

            .daf .Search .SearchMenu .Box {
                float: right;
                width: 100%;
                border-bottom:#ffe7e7 1px solid;
                padding:15px 0px;
            }

             

                

                /*.daf .Search .SearchMenu .Box input {
                    margin-right: 0px;
					
                }*/

                

                .daf .Search .SearchMenu .Box .SrchTxtBox {
                    float: right;
					width:80%;
					margin:0%;
				}

                    .daf .Search .SearchMenu .Box .SrchTxtBox .TxtBox {

                    height: 30px;
					background:#fbe3e3;
					margin:0px 0px 10px 0px;
                    }
					 .daf .Search .SearchMenu .Box .SrchTxtBox .TxtBox input {
                    width: 100%;
                    font-size:15px;
                    height: 30px;
					background:#fbe3e3;
                    }

                        
						.daf .Search .SearchMenu .Box .SrchBtn {
                    
                    cursor: pointer;
					margin:-32px -35px;
					float:left;
					
					
					
					
                }

                .daf .Search .SearchMenu .Box .PriceRange {
                    float: right;
                    width: 100%;
                }

                    .daf .Search .SearchMenu .Box .PriceRange .PriceNumbers {
                        float: right;
                        width: 100%;
                    }

                        .daf .Search .SearchMenu .Box .PriceRange .PriceNumbers .PriceNum {
                            float: left;
                            font-size: 13px;
                        }

                        .daf .Search .SearchMenu .Box .PriceRange .PriceNumbers div:nth-child(1) {
                            margin-left: 3px;
                        }

                        .daf .Search .SearchMenu .Box .PriceRange .PriceNumbers div:nth-child(2) {
                            margin-left: 11px;
                        }

                        .daf .Search .SearchMenu .Box .PriceRange .PriceNumbers div:nth-child(3) {
                            margin-left: 8px;
                        }

                        .daf .Search .SearchMenu .Box .PriceRange .PriceNumbers div:nth-child(4) {
                            margin-left: 8px;
                        }


                        .daf .Search .SearchMenu .Box .PriceRange .PriceNumbers div:nth-child(5) {
                            margin-left: 7px;
                        }
                         .daf .Search .SearchMenu .Box .PriceRange .PriceNumbers div:nth-child(6) {
                            margin-left: 4px;
                        }
                          .daf .Search .SearchMenu .Box .PriceRange .PriceNumbers div:nth-child(7) {
                            margin-left: 26px;
                        }
                    .daf .Search .SearchMenu .Box .PriceRange .Ruler {
                        float: right;
                        width: 100%;
                        margin-right: -5px;
                    }

                        .daf .Search .SearchMenu .Box .PriceRange .Ruler .Price {
                            float: left;
                            width: 1px;
                            height: 14px;
                            background-color: #B5AFB1;
                            margin-right: 9.58px;
                        }

                    .daf .Search .SearchMenu .Box .PriceRange .PriceLine {
                        float: left;
                        width: 170px;
                        background-color: #F2CBD0;
                        height: 5px;
                        border-radius: 9px;
                        margin-top: 7px;
                        position: relative;
                    }

                        .daf .Search .SearchMenu .Box .PriceRange .PriceLine .MaxPrice {
                            position: absolute;
                            top: -9px;
                            width: 11px;
                            cursor: pointer;
                        }

                        .daf .Search .SearchMenu .Box .PriceRange .PriceLine .MinPrice {
                            position: absolute;
                            width: 11px;
                            left: 0px;
                            top: -9px;
                            cursor: pointer;
                        }

                        .daf .Search .SearchMenu .Box .PriceRange .PriceLine .InnerLine {
                            position: relative;
                        }

                            .daf .Search .SearchMenu .Box .PriceRange .PriceLine .InnerLine .BackColor {
                                width: 13px;
                                margin: 0 auto;
                                height: 4px;
                                position: absolute;
                                background-color: #E43172;
                            }

                .daf .Search .SearchMenu .Box .SizeList {
                    height: 88px;
                    direction: ltr;
                    font-weight: normal;
                }

                    .daf .Search .SearchMenu .Box .SizeList input {
                        margin-right: 0px;
                        float: right;
                        margin-right: 5px;
                    }

                    .daf .Search .SearchMenu .Box .SizeList span {
                        direction: rtl;
                    }
					
					
			.daf .Search .SearchMenu .MenuBox {
                float: right;
				clear:both;
				width:194px;
				margin:16px 0px;
            }
			
			.daf .Search .SearchMenu .MenuBox  .red-button {
 
                float: right;
				width:172px;
				height:20px;
                margin:0px;
				line-height:20px;
				padding:0px;
				
				
                
            }

            .daf .Search .SearchMenu  .red-button {
 
                float: right;
				width:130px;
				height:20px;
                margin:0px;
				line-height:20px;
                
            }
			

             

           /* .daf .Search .SearchMenu .Info {
                float: right;
                width: 83%;
                padding-bottom: 9px;
                margin-top: 5px;
                padding: 11px;
                padding-right: 4px;
                border-bottom: 1px dotted #;
            }

                .daf .Search .SearchMenu .Info .Title {
                    float: right;
                    width: 107%;
                    font-weight: bold;
                    font-size: 17px;
                    padding-bottom: 5px;
                    border-bottom: 1px dotted #;
                }

                    .daf .Search .SearchMenu .Info .Title .Icon {
                        float: right;
                        background-color: #C81C6A;
                        border: 3.6px solid #C81C6A;
                        border-radius: 50px;
                        margin-top: 4px;
                        margin-left: 5px;
                    }

                    .daf .Search .SearchMenu .Info .Title .Txt {
                        letter-spacing: 0.5px;
                    }

                .daf .Search .SearchMenu .Info .SmallBox {
                    float: right;
                    width: 172px;
                    background-color: #FBDCD7;
                    margin-top: 9px;
                }

                    .daf .Search .SearchMenu .Info .SmallBox .Icon {
                        float: right;
                        width: 33px;
                        text-align: center;
                        margin-top: -7px;
                    }

                        .daf .Search .SearchMenu .Info .SmallBox .Icon img {
                            height: 20px;
                        }

                    .daf .Search .SearchMenu .Info .SmallBox .Text {
                        float: right;
                        width: 109px;
                        margin-top: 9px;
                        line-height: 15px;
                        font-size: 18px;
                        margin-bottom: 9px;
                        padding-right: 13px;
                    }

                        .daf .Search .SearchMenu .Info .SmallBox .Text .SmallTitle {
                            float: right;
                            width: 100%;
                            font-weight: bold;
                            font-size: 17px;
                            letter-spacing: 0.5px;
                            margin-bottom: 2px;
                        }

                            .daf .Search .SearchMenu .Info .SmallBox .Text .SmallTitle .Txt {
                                float: right;
                                width: 100%;
                            }*/

            
			

                .daf .Search .SearchMenu .Box .Title {
                    float: right;
                    width: 100%;
                    font-weight: bold;
                    margin-top: 7px;
                    margin-bottom: 15px;
                    font-size: 17px;
                    letter-spacing: 0.5px;
                }
                
                .daf .Search .SearchMenu .Box .Title .select{
	background:#ffe7e7 url(../images/select-arrow.png) no-repeat 5px 50%;
	width:100%;
	height:30px;
	color:#610c35;
	display: block;
	margin: 5px auto;
	padding-right: 5px;
	padding-left:3px;
	position:relative;
}

                .daf .Search .SearchMenu .Box .BoxContent {
                    float: right;
                    width: 100%;
                    margin-bottom: 5px;
                    font-size: 19px;
                }

                .daf .Search .SearchMenu .Box input {
                    margin-right: 0px;
                }

                .daf .Search .SearchMenu .Box label {
                    position: relative;
                    top: -2px;
					margin-right:5px;
                }
				

                .daf .Search .SearchMenu .Box .BoxContent .Color {
                    float: right;
                    width: 18px;
                    height: 18px;
                    cursor: pointer;
                }

                    .daf .Search .SearchMenu .Box .BoxContent .Color .Selected {
                        width: 87%;
                        height: 91%;
                        border: 2px solid #400D1E;
                        color: #400d1e;
                        display: none;
                        position: relative;
                    }

                        .daf .Search .SearchMenu .Box .BoxContent .Color .Selected .Sign {
                            float: right;
                            margin-top: -2px;
                        }
			.daf .Search .SearchMenu .MenuBox .red-button {
                
                
               
                float: right;
				 width: 100%px;
				 
                    margin:0px;
					padding:11px;
					
                
            }

        .daf .Search .SearchBox {
            float: right;
            width: calc(100% - 209px);
            margin-right: 37px;
            height: 100%;
			
        }

            .daf .Search .SearchBox .SearchTop {
                float: right;
                width: 100%;
                height: 100%;
				
            }

        .daf .Search .SearchData {
            float: right;
            width: 100%;
        }

            .daf .Search .SearchData .Box {
                float: left;
                width: calc(100% - 209px);
				background:#FFF;
            }

            .daf .Search .SearchData .BorderBottom {
				background:#fbe3e3;
				height:45px;
				
            }

            .daf .Search .SearchData .Box .MyClothes {
                float:left;
                margin-top: 6px;
                margin-bottom: 8px;
               padding-left:3px; 
                
            }

 .daf .Search .SearchData .Box .MyClothes .Txt 
 {
     font-weight:bold;
     padding-left:4px;
     font-size: 12px;
 }
                .daf .Search .SearchData .Box .MyClothes .Icon {
                    float: right;
                    width: 25px;
                    height: 37px;
                    margin-right: 5px;
                }
                
                .daf .Search .SearchData .Box .MyClothes .Icon .Num {
                    position: absolute;
                     left:15px;
                     top:13px;
                     font-size:14px;
	                 color:#fff;
	
	border-radius: 50%;
	background: #5f2b47 none repeat scroll 0% 0%;
	width: 17px;
	height: 17px;
	display: inline-block;
	text-align: center;
	line-height: 17px;
	font-weight: normal;
	
	
                }

                .daf .Search .SearchData .Box .MyClothes .Txt {
                    float: right;
                    
                    font-size: 15px;
                   
                    margin-right: 5px;
					line-height:35px;
                }

            .daf .Search .SearchData .Box .SearchOptions {
                float: right;
                margin:9px;
                background-color: white;
                padding: 0px;
                padding-left: 0px;
            }

                .daf .Search .SearchData .Box .SearchOptions .Btn {
                    float: right;
                    text-align: center;
                    line-height: 28px;
                    background-color: #FFF; 
                    cursor: pointer;
                    width: 100px;
                    font-size: 20px;
					margin:0px;
                }

                .daf .Search .SearchData .Box .SearchOptions .BtnSelected {
                    background-color: #bc3b5a;
                    color: #FFF;
                }

            .daf .Search .SearchData .Box .BreadCrumbs {
                float: right;
                width: 98%;
				height:38px;
				background:#FFF;
				padding:0% 1%;
				line-height:38px;
				
				
			
            }

                .daf .Search .SearchData .Box .BreadCrumbs .Txt {
                    float: right;
                    margin:0px;
                    color: #;
					line-height:28px;
					height:26px;
					margin:6px 0px;
					padding:0px 6px;
                }

                .daf .Search .SearchData .Box .BreadCrumbs .Selected {
                    background-color: #FFEAF3;
                    padding-right: 4px;
                    padding-left:4px;
                }

                .daf .Search .SearchData .Box .BreadCrumbs .TxtBold {
                    font-weight: bold;
                    font-size: 18px;
                   
                }

                .daf .Search .SearchData .Box .BreadCrumbs .Arrow {
                    float: right;
                    margin-top: 6px;
                    display: none;
                }

                .daf .Search .SearchData .Box .BreadCrumbs .Close {
                    float: right;
                    cursor: pointer;
                    margin-right: -5px;
                    margin-top: 5px;
                }

            .daf .Search .SearchData .Box .Pages {
                float: left;
                font-size: 20px;
				line-height:38px;
            }


                .daf .Search .SearchData .Box .Pages .Found {
                    float: right;
					line-height:43px;
					font-weight:bold;
					font-size:22px;
					padding:0px 10px;
                }

                .daf .Search .SearchData .Box .Pages .PageMenu {
                    float: right;
                    color: #E2AFC0;  
                    margin-top: 0px;
					line-height:38px;
                }
				.daf .Search .SearchData .Box .Pages .PageMenu select {
                    float: right;
					width: 100px;
                    margin:0px;
                    height: 24px;
					background:#fbe3e3;
					margin:7px 0px 0px 15px;
                    background:#ffe7e7 url(../images/select-arrow.png) no-repeat 5px 50%;
					
                }


                    .daf .Search .SearchData .Box .Pages .PageMenu .RightBtn {
                        float: right;
                        margin-left: 14px;
                        padding-left: 11px;
                        padding-right: 10px;
                        cursor: pointer;
                        margin-top: 12px;
                    }

                    .daf .Search .SearchData .Box .Pages .PageMenu .LeftBtn {
                        margin-right: 14px;
                        float: right;
                        padding-left: 9px;
                        padding-right: 11px;
                        margin-top:12px;
                        cursor: pointer;
                    }

                    .daf .Search .SearchData .Box .Pages .PageMenu .Text {
                        float: right;
						line-height:38px;
						
                    }

                    .daf .Search .SearchData .Box .Pages .PageMenu .CurrentPage {
                        float: right;
                        margin:0px 7px;
                        padding:0px 5px;
	
                    }

                        .daf .Search .SearchData .Box .Pages .PageMenu .CurrentPage input {
                            width: 18px;
                            border: 0px;
                            text-align: center;
                            color: #E2AFC0;
                            font-family: fb_stargateregular;
                            font-size: 16px;
                            height: 24px;
							border:#E2AFC0 1px solid;
							margin:7px 0px;
                        }

                    .daf .Search .SearchData .Box .Pages .PageMenu .Num {
                        float: right;
                        margin-right: 4px;
                    }


        .daf .Search .SearchBox .SearchContent {
            float: right;
            width: 100%;
            margin-top: 0px;
            text-align: justify;
            min-height: 1076px;
            overflow: hidden;
			background:#FFF;
			
        }

            .daf .Search .SearchBox .SearchContent .Loader {
                text-align: center;
                float: right;
                width: 100%;
                margin-top: 93px;
                display: block;
            }

            .daf .Search .SearchBox .SearchContent .InnerContent 
            {
               
            }

                .daf .Search .SearchBox .SearchContent .InnerContent .SearchPage {
                     display: block;
                    width: 7.3%;
                    float: right;
                    position: relative;
                }

            .daf .Search .SearchBox .SearchContent .Box {
                float: right;
                background-color: #FDECF4;
              
                margin-right: 6px;
                margin-bottom: 6px;
               
                display: inline-block;
                position: relative;
              cursor:pointer;
               
            }

            /*.daf .Search .SearchBox .SearchContent .Box:before,
 .daf .Search .SearchBox .SearchContent .Box_before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}*/

                .daf .Search .SearchBox .SearchContent .Box .Img {
                    height: 100%;
                    position: relative;
                   
                    width: calc(100% );
                   vertical-align:middle!important;
                    height: 100%;
                    background-size: cover;
                    background-position: top center;
                    text-align:center;
                    overflow:hidden;
                     /*display: inline-block;*/
                }

                    /*.daf .Search .SearchBox .SearchContent .Box .Img img {
                        width: 100%;
                        height:auto!important;
                    }*/

                    .daf .Search .SearchBox .SearchContent .Box .Img .Content {
                        float: left;
                      
                        position: absolute;
                        bottom:0px;
                        height: 43px;
                        background-color: rgba(251, 227, 227,0.7);
                      
                        font-size: 14px;
                        line-height: 13px;
                        color: #;
                        right:0;
                        left:0;
                       
                      
                    }

                        .daf .Search .SearchBox .SearchContent .Box .Img .Content .Data {
                            float: right;
                            width: 226px;
                            margin-top: 4px;
                        }

                            .daf .Search .SearchBox .SearchContent .Box .Img .Content .Data .Row {
                                float: right;
                                width: 100%;
                            }


                        .daf .Search .SearchBox .SearchContent .Box .Img .Content .Row .lbl {
                            float: right;
                            font-weight: bold;
                            margin-right: 8px;
                            margin-left: 2px;
                            font-weight:bold;
                        }


                        .daf .Search .SearchBox .SearchContent .Box .Img .Content .Data .Row .Txt {
                            float: right;
                        }


                        .daf .Search .SearchBox .SearchContent .Box .Img .Content .SAddBtn {
                            float: left;
                            position: absolute;
                            left: 5px;
                            bottom: 22px;
                            cursor :pointer;
                               
                        }

                          .daf .Search .SearchBox .SearchContent .Box .Img .Content .SAddBtn a{
	display:block;
	background:url(../images/plus.png) no-repeat;
	height:15px;
	width:15px;
	margin:20px auto 0px auto;
	position:relative;
}
  .daf .Search .SearchBox .SearchContent .Box .Img .Content .SAddBtn a:before{
	position:absolute;
	display:block;
	height:1px;
	width:100px;
	
	content:"";
	top:-10px;left:0;bottom:0;right:-40px;
}
  .daf .Search .SearchBox .SearchContent .Box .Img .Content .SAddBtn span{
	position:absolute;
	display:none;
	background:#F9D835;
	width:110px;
	top:-38px;
	right:-105px;
	border-radius: 10px;
	padding:7px;
}
  .daf .Search .SearchBox .SearchContent .Box .Img .Content .SAddBtn span:after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 10px;
	border-width: 0px 0px 25px 10px;
	border-style: solid;
	border-color: transparent #F9D835;
	display: block;
	width: 0px;
}
  .daf .Search .SearchBox .SearchContent .Box .Img .Content .SAddBtn:hover span{
	display:block;
}

                       /*.daf .Search .SearchBox .SearchContent .Box .Img .Content .SAddBtn img:before{
	position:absolute;
	display:block;
	height:1px;
	width:100px;
	border-top:1px dotted #511129;
	content:"";
	top:-10px;left:0;bottom:0;right:-40px;
}
.daf .Search .SearchBox .SearchContent .Box .Img .Content .SAddBtn img span{
	position:absolute;
	display:none;
	background:#F9D835;
	width:170px;
	top:-58px;
	right:-135px;
	border-radius: 10px;
	padding:10px;
}
.daf .Search .SearchBox .SearchContent .Box .Img .Content .SAddBtn img span:after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50px;
	border-width: 0px 0px 25px 10px;
	border-style: solid;
	border-color: transparent #F9D835;
	display: block;
	width: 0px;
}
.daf .Search .SearchBox .SearchContent .Box .Img .Content .SAddBtn img:hover span{
	display:block;
}*/

.tooltip{
	position:absolute;
	display:none;
	background:#F9D835;
	width:auto;
	bottom:30px;
	right:-100px;
	border-radius: 10px;
	padding:10px;
}
.tooltip:after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 15px;
	border-width: 0px 0px 25px 10px;
	border-style: solid;
	border-color: transparent #F9D835;
	display: block;
	width: 0px;
}
.tooltip-hover:hover span{
	display:block;
}

                        .daf .Search .SearchBox .SearchContent .Box .Img .Content .SBigBtn {
                            float: left;
                            position: absolute;
                            left: 5px;
                            bottom: 5px;
                             cursor :pointer;
                        }
                       

                .daf .Search .SearchBox .SearchContent .Box .BigBox {
                    position: absolute;
                    z-index: 22;
                    width: 150%;
                    display: none;
                    padding: 10px;
                    background-color: white;
                    cursor: pointer;
                }

                    .daf .Search .SearchBox .SearchContent .Box .BigBox .Img {
                        position: relative;
                        margin: 0px;
                        width: 100%;
                        float: right;
                        margin-bottom: -6px;
                    }

                        .daf .Search .SearchBox .SearchContent .Box .BigBox .Img img {
                            width: 100%;
                            bottom: 6px;
                        }

                        .daf .Search .SearchBox .SearchContent .Box .BigBox .Img .Data {
                            position: absolute;
                            bottom: 0px;
                           
                            float: right;
                            width: 100%;
                            height: 20%;
                        }

                    .daf .Search .SearchBox .SearchContent .Box .BigBox .BigContent {
                        position: absolute;
                        bottom: 0px;
                        background-color: rgba(251, 227, 227,0.7);
                       
                        margin:8px;
                        right:0;
                        left:0;
                    }

                        .daf .Search .SearchBox .SearchContent .Box .BigBox .BigContent .BigData {
                           width:270px;
                            font-size: 21px;
                            color: #;
                            line-height: 23px;
                            margin: 0 auto;
                            margin-top: 2%;
                            height: 100%;
                            float: right;
                            text-align: right;
                            margin-bottom: 10px;
                        }

                            .daf .Search .SearchBox .SearchContent .Box .BigBox .BigContent .BigData .BigRow {
                                float: right;
                                width: 100%;
                                text-align: right;
                            }

                                .daf .Search .SearchBox .SearchContent .Box .BigBox .BigContent .BigData .BigRow .lbl {
                                    display: inline-block;
                                    font-weight: bold;
                                    margin-right: 8px;
                                    margin-left: 2px;
                                }


                                .daf .Search .SearchBox .SearchContent .Box .BigBox .BigContent .BigData .BigRow .Txt {
                                    display: inline-block;
                                }

                        .daf .Search .SearchBox .SearchContent .Box .BigBox .BigContent .Border {
                            float: right;
                            width: 100%;
                        }

                            .daf .Search .SearchBox .SearchContent .Box .BigBox .BigContent .Border .Line {
                                width: 88%;
                                border: 1px dotted #;
                                margin: 0 auto;
                                margin-bottom: 7px;
                            }
                          .daf .Search .SearchBox .SearchContent .Box .BigBox .Img .BigContent .SAddBtn {
                            float: left;
                            position: absolute;
                            left: 5px;
                            bottom: 50px;
                        }

                        .daf .Search .SearchBox .SearchContent .Box .BigBox .Img .BigContent .SBigBtn {
                            float: left;
                            position: absolute;
                            left: 5px;
                            bottom: 25px;
                        }
                        .daf .Search .SearchBox .SearchContent .Box .BigBox .BigContent .AddBtn {
                            float: right;
                            width: 100%;
                            text-align: center;
                        }

                            .daf .Search .SearchBox .SearchContent .Box .BigBox .BigContent .AddBtn .Btn img {
                                width: auto !important;
                            }


        .daf .Search .SearchBox .PagesBottom {
            float: left;
            width: 100%;
            font-size: 20px;
			background:#fbe3e3;
				height:45px;
				margin-bottom:450px;
        }


            

            .daf .Search .SearchBox .PagesBottom .PageMenu {
                float: left;
                margin-right: 15px;
				line-height:45px;
            }
			
			.daf .Search .SearchBox .PagesBottom .PageMenu .Found {
                float: right;
				line-height:45px;
				font-size:22px;
				font-weight:bold;
				padding:0px 20px;
				
            }
			
			
		 .daf .Search .SearchBox .PagesBottom .PageMenu select {	
			 		float: right;
					width: 100px;
                    margin:0px;
                    height: 24px;
					background:#fff;
					margin:7px 0px 0px 15px;
                    background:#fff url(../images/select-arrow.png) no-repeat 5px 50%;
		 }
		 
                .daf .Search .SearchBox .PagesBottom .PageMenu .RightBtn {
                     float: right;
                        margin:16px 5px 16px 16px;
                        padding-left: 11px;
                        padding-right:0px;
                        cursor: pointer;
                        
                }

                .daf .Search .SearchBox .PagesBottom .PageMenu .LeftBtn {
                        float: right;
						margin:16px;
                        cursor: pointer;
						padding-right: 11px;
                }

                .daf .Search .SearchBox .PagesBottom .PageMenu .Text {
                    float: right;
					line-height:45px;
                }

                .daf .Search .SearchBox .PagesBottom .PageMenu .CurrentPage {
                    float: right;
                        margin:0px 7px;
                        padding:0px 5px;
						line-height:49px;
                }

                    .daf .Search .SearchBox .PagesBottom .PageMenu .CurrentPage input {
                        width: 18px;
                            border: 0px;
                            text-align: center;
                            color: #E2AFC0;
                            font-family: fb_stargateregular;
                            font-size: 16px;
                            height: 24px;
							border:#E2AFC0 1px solid;
							margin:7px 0px;
							
                    }
					
					
					
					
                   
					
					
					

                .daf .Search .SearchBox .PagesBottom .PageMenu .Num {
                    float: right;
                    margin-right: 4px;
                }
			

            


#zoom_img .tcontent img{
	border:3px #fff;
	width:600px;
	height:auto;
	z-index :10000;
}

.ContactBox {
    
                float: right;
				clear:both;
				width:194px;
				margin:16px 0px;
               
                padding:15px 0px;
}

    .ContactBox .header {
        color:#bc3b5a;
        font-size:24px;
         border-bottom:#bc3b5a 1px solid;
           padding:15px 0px;
    }
     .ContactBox .ContactInfo {
       width:170px;
           padding:25px 0px;
    }

     .ContactBox .ContactDescription {
     padding-top:10px;
           padding-right:30px;
    }

     .ContactBox p a {
   
           padding-right:28px;
           float:left;
    }
      .ContactBox p a img {
      float:right;
    }

         /*---------------------- Multi Select CSS -------------------*/
 .mutliSelect{overflow:hidden;}
.dropdown {
    position: relative;
    margin: 5px auto;
}
.dropdown a{
    cursor:pointer;
    display:inline-block;
    padding: 4px 0px;
                background:#ffe7e7 url(../images/select-arrow1.png) no-repeat 5px 100%;
                width:100%;
                line-height:24px;
                height:24px;
}
.dropdown a span, .multiSel span {
    padding: 0px 4px;
}
.dropdown ul {
    background-color: #FFE7E7;
    border:0;
    color:#5F2B47;
    left:0px;
    padding: 2px 15px 8px 5px;
    width:100%;
    list-style:none;
    overflow: auto;
                display:none;
}
 
.dropdown ul  li{
 display:block;
 float:none;
}

.mutliSelect div{
                width:48%;
                padding-left:2%;
                display:inline-block;
}
.dropdown.open a{
                background-position:5px 0%;
}
.dropdown span.value {
    display:none;
}
.dropdown ul li a {
    padding:5px;
    display:block;
}
input[type="checkbox"]
{
    width:auto!important;
	font:100% 'fb_stargateregular';
	vertical-align:middle;
	color:#000;
}
.dropdown ul li input
{
    width:auto;
	font:100% 'fb_stargateregular';
	vertical-align:middle;
	color:#000;
}
.dropdown ul li a:hover {
    background-color:#fff;
}


  a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #bc3b5a url("../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

  .problem{
	width:183px;
	float:right;
}
.aaa{
	width:100%;
	font-size:22px;
	border-bottom:1px solid #BC3B54;
	margin-bottom:20px;
	padding-bottom:3px;
	color:#5f2b47;
}
.option-problem{
	width:100%;
	margin-top:10px;

}
.option-problem .icon-problem{
	width:20px;
	height:22px;
	float:right;
	margin:5px 0px 5px 5px;	
}
#net{	
	background:url(../images/shtrudel.png) no-repeat;	
}
#tel{
	
	background:url(../images/phone.png) no-repeat;	
}
#shut{
	background:url(../images/ques.png) no-repeat;	
}
.option-problem p{
	padding:0px 40px 0px 0px;
	color:#5f2b47;	
}