﻿/* 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' ,  sans-serif;
	font-size:20px;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
	height: 100%;
}
*{
	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;
    width:auto!important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffe7e7 inset!important;
    color:#eaacbf!important;
}

.ui-autocomplete.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 10px;
}

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
{
    width:340px;
	font:100% 'fb_stargateregular' , sans-serif;
	vertical-align:middle;
	color:#000;
}

select::-ms-expand {
    display: none;
}

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;
}

input[type=text], input[type=password], input[type=email], input[type=file], input[type=submit], input[type=number], 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!important;
	background:#bc3b5a!important;
	text-align:center;
	font-size:21px;
	font-weight:normal;
	padding:5px 20px;
	height:34px;
	width:auto;
	line-height:34px!important;
	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-arrow1.png) no-repeat 5px 100%;
                width:340px;
                height:30px;
                color:#610c35;
                display: block;
                margin: 5px auto;
                padding-right: 5px;
                padding-left:3px;
                position:relative;
}
 

.invalid{
	color: red!important;
	text-align: right!important;
	font-weight: normal!important;
	font-size: 17px!important;
	line-height: 17px!important;
     border:none!important;
     padding-top:0!important;
     margin-top:0!important;
      padding-bottom :0!important;
     margin-bottom :0!important;
}

    .login .invalid input {
        margin-right:0!important;
        margin-left:0!important;
        width:100%!important;
        border:1px solid #bfbfbf!important;
    }

.invalid input, .invalid .select, .invalid .dropdown , .invalid>div{

       border:1px solid red!important;
       font-size:20px;

}

.login .invalid {
    color: #bfbfbf!important;
}

.required{
            color:red;
            position:absolute;
            top:0px;
            right:2px;
}
.txt-req{
            position:relative;
            left:200px;
            right:auto;
            top:4px;
		
}

/*.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%;
}*/
select{
	background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.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:1100}
.tinner {padding:10px 0px 20px; 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 {
    height:100%;
}
#zoom_img .tcontent img{

	border:3px #fff;
	width:auto;
	height:100%;
    max-width:1000px!important;
    cursor:pointer;
}
.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%;
}
#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;
}

#logout-form p a {
 
	color:#ffffff;
	text-align:right!important;
	display:block;

}
#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]{
   width:auto;
	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:center;
	display:block;
}
#header .login div p a:hover{
    font-weight:bold;
	text-decoration:none;
}
#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:center;
	display:block;
}
/*#header .login div p a:hover{
	text-decoration:underline;
}*/
.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;
}



/**********************************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:220px;
	width:60%;
	background:#ffdbd8;
	margin:0px;
	border:none;
	float:right;
	display:block;
	
	
}
.contact-form .tochen form .inputim{
	height:220px;
	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;
}




/*==========================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;
    cursor:pointer;
}
.accordion h2 b{
	color:#fff;
	margin:5px;
	display:inline-block;
	height:40px;
	padding:0px 15px;
}

.accordion h2 small{
	color:#fff;
	float:left;
	text-decoration:underline;
	margin-left:15px;
	font-size:19px;
	display:none;
}
.accordion h2 small:hover{
	text-decoration:none;
}	
.edit .step{
	width:60%;
	padding:5% 10%;
	background:#fff;
	margin:0px auto;
}	
.accordion .step, .edit-dress .step{
	width:60%;
	padding:5% 10%;
	background:#fff;
	margin:0px auto;
}

.publish h3 {
    color:#bc3b5a!important;
    text-align:center!important;
    margin:0;
    padding:0 0 10px 0;
  


}
.publish .step2-inner.dress  h5{
       position:relative;
}

.dress h5 a.remove-btn {
    position:absolute;
    top:2px;
    right:2px;
       float:right;

       width:32px;

       height:32px;

       display:block;

       background:#BC3B5A url("../images/icon-remove.jpg");

       background-size:100%;
       margin-right:2px;
       display:none;
}

.dress h5 .remove-btn .tooltip{

       left:auto;

       right:36px;

       text-indent:0px;

       float:none;

       top:0px;

       bottom:auto;

       font-weight:normal;

       font-size:20px;

}

.dress h5 .remove-btn .tooltip:after{

       bottom: 65%;

       right:-13px;

       left:auto;

       border-width: 0px 0px 10px 25px;

}

.publish #registernow {
    background:none;
}

.publish #registernow b:hover {
    text-decoration:underline;
}
.publish #step1, .register .step, .purchase .step , .edit-dress .jcarousel{
	text-align:center;
}
.publish #step1 p.user, .register #step2 p.user,.purchase #step2 p.user{
	text-align:center;
	width:60%; 
	padding-bottom:20px;
	margin:0px auto 20px;
}
.publish #step1  .new, .register #step2  .new, .purchase #step1  .new{
	margin-right:30px;
}
.publish #step1  p, .register #step2  p, .purchase #step1  p, .edit-dress .jcarousel p{
	width:356px;
	margin:0px auto;
	clear:both;
}
.publish #step1  p a, .purchase #step1  p a,.register #step2  p a{
	float:right;
	text-decoration:underline;
	
	line-height:18px;
}
.publish #step1  p a:hover, .purchase #step1  p a:hover,.register #step2  p a:hover, .edit-dress .jcarousel p a:hover{
	text-decoration:none;
}

.publish #step1  p a:last-child, .purchase #step1  p a:last-child,.register #step2  p a:last-child{
	/*float:left;*/
	text-decoration:none;
	padding:2px 0px ;
    color: #bc3b5a;
	/*background:#EAACBF;*/
}
.publish #step1  p.update-user, .purchase #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, .purchase #step1  p.update-user:after{
	content:"";
	display:block;
	clear:both;
}


 .register #step2  p.update-user a{
	padding:4px 30px ;
	background:#bc3b5a;
	color:#fff;
}
.publish #step1  p.update-user span,.purchase #step1  p.update-user span, .register #step2  p.update-user span, .edit #step2  p.update-user span{
	text-align:right;
	float:right;
	width:220px;
	line-height:18px;
	color:#bc3b5a;
	padding-top:0px;
	margin-top:0px;
	border:none;
}
.publish #step1  p.note, .purchase #step1  p.note,.register #step2  p.note{
	color:#bc3b5a;
	text-align:center;
	font-size:17px;
	margin-top:5px;
}
#step3 .next-step{
	text-align: center;
	width: 300px;
	margin: 0px auto;
	display: block;
}
.next-step{
	text-align: center;
	width: 60px;
	margin: 0px auto;
	display: block;
}
.publish #step1 span, .register #step2 span,  .purchase #step1 span,.publish #step3 span{
	width:100%;
	display:block;
	border-top:#bc3b5a 1px solid;
	clear:both;
	margin-top:40px;
	padding-top:30px;
}

 .edit #step1 span {
	width:90%;
	display:block;
	border-top:#bc3b5a 1px solid;
	clear:both;
	margin-top:40px;
    margin-right:auto;
    margin-left:auto;
	padding-top:30px;
}
.publish #step1 .select,.purchase #step1 .select, .edit #step1 .select {
	border:none;
	width:348px;
	height:34px;
	margin:0px auto 0px;
	padding-top:0px;
}
.publish #step1 .select select, .edit #step1 .select select, .edit-dress .jcarousel .select select{
	height:34px;
}

.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;
	max-height:480px;
	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;
}


/*********************************************************/
#upload-info > {
    text-align: left;
    height: 20px;
    width: 100%;
}
#upload-info>p  *{
            color:#BC3B5A ;
}
    #upload-info > p a {
        text-decoration: underline;
    }
        #upload-info > p a:hover {
            text-decoration: none;
        }

.publish #step2{
	position:relative;
}
.publish #upload-info{
	display:none;
}
.publish #upload-info h3{
	display:none;
}
.publish #title-set{
	margin-bottom:0px;
}

.edit-dress .step {
    position:relative;
}
.publish .jcarousel,  .edit-dress .jcarousel{
	width:100%;
	border-bottom:1px solid #bc3b5a;
	margin-bottom:20px;
}
.publish #step2 .jcarousel-control-next, .publish #step2 .jcarousel-control-prev,.edit-dress .jcarousel-control-next, .edit-dress .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, .edit-dress .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, .edit-dress .inactive{
	display:none;
}
.publish #step2 h3{
	font-size:21px; 
	font-weight:normal;
	text-align:center;
	color:#bc3b5a;
	margin-top:0px;
      font-weight:bold;
}
.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, .edit-dress .step2-inner.dress{
	text-align:center;
}
.publish .step2-inner:after{
	clear:both;
	display:block;
	content:"";
}
.publish .step2-inner  h5, .edit-dress .step2-inner  h5{
	font-size:21px;
	font-weight:bold;
	color:#bc3b5a;
	margin:0px 0px 30px;
	border-bottom:1px solid #bc3b5a;
	width:100%;
	padding-bottom:20px;
}

.publish .step2-inner h5 span, .edit-dress .step2-inner h5 span {
    font-size: 24px;
}

.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{
	
	width:60%;
	height:63px;
	display: block;
	margin:5px auto 40px auto;
	padding-right: 8px;
}
.publish #step2-set .step2-instruction, .edit-dress #step2-set .step2-instruction{
	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, .edit-dress .fieldset{
	width:50%;
	float:right;
	overflow:hidden;
	text-align:right;
	margin-top:30px;
}
.publish .dress input[type=text], .publish .dress textarea, .edit-dress .dress input[type=text], .edit-dress .dress textarea{
	width:100%;
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.publish .dress textarea, .edit-dress .dress textarea{
	height:34px;
	overflow:hidden;
}
.publish  .select, .edit-dress  .select{
	height:30px;
   
}
.publish  #step2 .short, .edit-dress .short{
	width:90px!important;
	float:right;
	margin-left:5px;
}
.publish  select, .edit-dress  select{
	height:26px;
}
.publish #step2 .date-lbl, .edit-dress .date-lbl{
	float:none!important;
}
.publish .dress .select, .edit-dress .dress .select{
	width:100%;
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.publish .dress .price, .edit-dress .dress .price{
            width:130px!important;
            float:right;
            margin-left:20px;
}

.publish .dress label, .edit-dress .dress label{
	line-height:42px;
	display:block;
	float:right;
}
.publish .dress .image-control, .edit-dress .image-control{
	float:left;
	margin:0;
	width:50%;
	text-align:center;
}
.dress .image-control p, .edit-dress .image-control p{
	width:280px;
	float:left;
}
.publish .dress .input-box, .edit-dress .input-box{
	float:left;
	margin:14px 0px 20px 0px;
	width:auto;
}
.publish .dress .box-holder, .edit-dress .box-holder{
	width:280px;
	height:431px;
}
.publish .dress .add-image, .edit-dress .add-image{
	text-decoration:none;
	padding:2px 10px ;
	background:#EAACBF;
}
.image-preview>div{
 width:66px;
 height:99px;
 display:inline-block;
 float:left;
 margin:2px;
 position:relative;
 border:1px solid #BC3B5A;
}
.image-preview>div>a.remove-btn{
 position:absolute;
 top:0; right:0;
 display:block;
 background:#BC3B5A url(../images/icon-remove.jpg) no-repeat;
 height:16px;
 width:16px;
}

.image-preview>div>a.edit-btn{
 position:absolute;
 top:18px; right:0;
 display:block;
 background:#BC3B5A url(../images/icon-edit.jpg) no-repeat;
 height:16px;
 width:16px;
}
.remove-btn .tooltip, .edit-btn .tooltip {

                left:0;
                z-index:2;
                right:auto;

}


.input-box>a.remove-btn{
 position:absolute;
 top:4px; right:4px;
 display:block;
 background:#BC3B5A url(../images/icon-remove.jpg) no-repeat;
 height:16px;
 width:16px;
}

.input-box>a.edit-btn{
 position:absolute;
 top:22px; right:4px;
 display:block;
 background:#BC3B5A url(../images/icon-edit.jpg) no-repeat;
 height:16px;
 width:16px;
}

.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;
  z-index:10;
}
.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);
	}

.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;
 background:transparent;
background-image:radial-gradient( rgba(255, 255, 255, 0.7),transparent);
 }
.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;
  width:100%;
  height:100%;
}

.simpleFilePreview_preview {
  /*max-width: 120px;*/
  max-height: 420px;
  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  {position:absolute; top:0px; right:0px; width:16px; height:16px; cursor:pointer;text-indent:-9999px; background:url(../images/icon-remove.jpg) no-repeat;display: none; z-index:10;}
.simpleFilePreview_remove :hover {background-position:0 -30px}
.simpleFilePreview_remove :hover  .tooltip{display:block}
.simpleFilePreview_edit {position:absolute; top:16px; right:0px; width:16px; height:16px; cursor:pointer;text-indent:-9999px; background:url(../images/icon-edit.jpg) no-repeat;display: none;z-index:10;}
.simpleFilePreview_edit :hover {background-position:0 -30px}
.simpleFilePreview_edit :hover  .tooltip{display:block;}
.simpleFilePreview_remove .tooltip, .simpleFilePreview_edit .tooltip {text-indent:0; bottom:-38px; right:45px; height:auto}
.simpleFilePreview_remove .tooltip:after, .simpleFilePreview_edit .tooltip:after{
	bottom: 65%;
	left: 100%;
	border-width: 0px 0px 10px 25px;
}
.publish .dress >p, .edit-dress .dress >p{
	clear:both;
	margin:25px 10% 0px;
	padding: 35px 10%;
	width:60%;
	float:right;
	display:block;
}
.publish #step3{
	text-align:center;
}

.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 #step2>p{
	text-align:right;
	margin:20px 14%;
	border-bottom:1px solid #FFE7E7;
	padding-bottom:20px;
}
.register #step2>p:first-child{
	border-bottom:1px solid #BC3B5A;
	text-align:center;
	margin:0px 0px 40px 0px;
}
.register #step2>p b{
	color:#BC3B5A;
	display:block;
	margin-right:32px;
}
.register #step2>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{
	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, .purchase #step4 p{
	font-size:29px;
	padding:0px 0px 40px;
	border-bottom:1px solid #BC3B5A;
	width:100%;	
	margin-bottom:30px;
    text-align:center;
}
.register #step4 b, .purchase #step4 b{
	display:block;
	font-size:33px;
	line-height:45px;
	color:#BC3B5A;
}

/*************************** account page *****************************/


.account .edit select{
	border:none;
	width:348px !important;
	height:34px;
	margin:0px auto 0px;
	padding-top:0px;
}
.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:2px #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:2px;
	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:2px;
	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:#5f2b47;
	
	border-radius: 50%;
	background: #fff none repeat scroll 0% 0%;
	width: 17px;
	height: 17px;
	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 .status{
    background:white;
    padding-bottom:70px;
}
.account .dress-info{
	display:inline-block;
	background:#fff;
	width:32%;
	margin: 0.4% 0px 0.4% 0.8%;
	min-width:342px;
	position:relative;
    height:180px;
}
.account .dress-info span{
	padding:0px;
	float:right;
	overflow:hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
     width:34%;
    height:100%;
    background-color:#fbe3e3;
}
.account .dress-info span img{
    vertical-align:middle;
    display:inline-block;
	float:right;
	cursor:pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    width:100%;
    height:auto;
    margin-right:auto;
    margin-left:auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
    
}

/*.account #mydresses span img{
       vertical-align: middle;
    display: inline-block;
    float: right;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    
}*/
.account .dress-info p{
	border-bottom:1px solid #FFE7E7;
	margin:5px 3%;
	float:left;
	width:60%;
	color:#BC3B5A;
    max-height:21px;
    overflow:hidden;
}
.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 0px;
    padding-bottom:30px;
    border-bottom:1px solid #BC3B5A;
}
.payment ul li{
	display:inline-block;
	width:130px;
	text-align:center;
	cursor:pointer;
	border: 2px solid transparent;
	margin:4px;
	position:relative;
    height:195px;
    overflow:hidden;
}
.payment ul li>span{
 display:block;
 width:100%;
 height:100%;
 
}


.payment ul li input[type=text]{
    width:20px!important;
    height:15px!important;
    float:left;
   
    margin:0px 5px 10px;
 background-color:white!important;
 font-size:14px;
 letter-spacing:normal!important;

}
li.checked{
	border: 2px solid #5f2b47!important;
}



.payment ul li:hover{
	border: 2px solid #5f2b47;
}
.payment ul li p{
   font-size:16px;
	width: 100%;
	height: 36px;
	padding-top:4px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	text-align: center;
	background: #5f2b47;
    color:white;
}
.payment ul li p b{
  
    color:white;
}
.payment form{
	display:block;
	width:80%;
	margin:30px auto 0px;
    border-top:1px solid #BC3B5A;
    padding-top:20px;
}
.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;

	width:80%;
	margin:0px auto ;
}
/*.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;
}

.edit{
	background:#fff;
	padding-bottom:50px;
}

.editdress{
	background:#fff;
	padding-bottom:50px;
}
.editdress ul{
	text-align:center;
	width:80%;
	margin:0px auto;
}
.editdress ul li{
	display:inline-block;
	width:130px;
	text-align:center;
	
	border: 2px solid white;
	margin:4px;
	position:relative;
    height:202px;
    background-color:GrayText;
    /*overflow:hidden;*/
}
    .editdress ul li img{
       height :auto;
     width  :100%;
       max-width:1000px;

    }
.editdress ul li a{

       position:absolute;

       width:16px;

       height:16px;

       display:block;

}

.editdress ul li a.remove-btn {

       background:#BC3B5A url("../images/icon-remove.jpg");

}

.editdress ul li a.edit-btn {

       background:#BC3B5A url("../images/icon-edit.jpg");

       top:16px;

}

.editdress ul li p{
	width: 100%;
	min-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%;
}
.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;
    cursor:pointer;
}
.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;
    direction:rtl;
    
}
#success-popup b{
	text-align:center;
	color:#BC3B5A;
	font-size:31px;
	font-weight:normal;
	display:block;
}
#success-popup p{
	padding:80px 30px;
}

/******************** Dress Page *******************/
.dress .item-info{
	width:80%;
	float:right;
	background:#fff;
	padding-bottom:50px;
}
.dress .item-info h2{
	margin:0px 0px 50px;
}
.dress .item-info>div{
	margin:8px 6% 8px 6%;
	width:45%;
	float:right;
}
.set .item-info{
	width:100%;
	float:right;
	background:#fff;
	padding-bottom:50px;
}
.set .item-info h2{
	margin:0px 0px 50px;
}
.set .item-info>div{
	margin:8px 6% 8px 6%;
	width:35%;
	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;
	cursor:pointer;
}
.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 span:hover 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);
	padding:42px 0px 0px 0px ;
	
}
.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 **/
.dress .item-info .item-images {
	direction:ltr!important;
	width:35%;
	overflow:hidden;
	float:right;
	margin-right:2%;
}

.set .item-info .item-images {
	direction:ltr!important;
	width:45%;
	overflow:hidden;
	float:right;
	margin-right:2%; 
  
}


    .set .item-info .item-images img {
          cursor: url("../images/zoom-cursor.png"), auto;
    }

.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;*/
    background:#FFE7E7;
	height:100%;
}
.connected-carousels .carousel-stage img {
    /*float: left;*/
	display: block;
    cursor: url("../images/zoom-cursor.png"), auto;
    height: auto !important;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.connected-carousels .carousel-stage img.vertical {
    /*float: left;*/
	display: block;
    max-width: 100%!important;
    max-height: 100%!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;
}
/*********************/
.dress .related-items{
	width:150px;
	float:left;
	display:block;
	text-align:center;
}

.set .related-items{
	width:100%;
	/*float:right;*/
	display:block;
	text-align:center;
}
.content h4{
	margin:20px 0px 0px;
	font-weight:normal;
	font-size:24px;
	border-bottom:1px solid #5f2b47;
	margin-bottom:20px;
    padding-bottom:3px;
}
.set .related-items h4{
	font-size:22px;
    margin: 20px 200px 20px;
        line-height: 50px;
}
.related-items h4{
	font-size:22px;
   
}
.set .related-items ul{
	display:table-row;
  display: inline-block;
        margin: 0;
        padding: 0;
        /* For IE, the outcast */
        zoom:1;
        *display: inline;
}
.dress .related-items ul li {
	position:relative;
	width:150px;
    height:225px;
    overflow:hidden;
    margin:0;
    padding:0;
}

.set .related-items ul li {
	position:relative;
	width:150px;
    height:225px;
    overflow:hidden;
    display:table-cell;
  
}
.dress .related-items ul li img{
	/*height:100%;
	width:auto;
   max-width:1000px!important;*/
    height: auto;
    width: 100%;
    
    overflow: hidden;
}
.set .related-items ul li img{
	height:100%;
	width:auto;
   max-width:1000px!important;
}

.related-items ul li  div{
	display:none;
	position:absolute;
	background:rgba(255, 255, 255, 0.3);
	top:0px; left:0px; bottom:0px; right:0px;
	text-align:center;
	width:100%;
	height:100%;
    cursor:pointer;
}
.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;
	
	content:"";
	top:-10px;left:0;bottom:0;right:-40px;
}
.related-items .plus span{
	position:absolute;
	display:none;
	background:#F9D835;
	width:120px;
	top:-58px;
	right:-65px;
	border-radius: 10px;
	padding:10px;
    font-size:14px;
}
.related-items .plus span:after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 70px;
	border-width: 0px 0px 25px 10px;
	border-style: solid;
	border-color: transparent #F9D835;
	display: block;
	width: 0px;
}
.related-items .plus: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;
}


/******************** 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:75%;
	margin:0px auto;
	padding:0;
	line-height:24px;
	clear:both;
	
	
}
.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 0px 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:75%;
	
	margin:60px auto 0px auto;
}
.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:50px 0px 50px 0px;
	text-align:center;
	border-bottom:#BC3B5A 1px solid;
	clear:both;
	
	
}





/******************** New Footer *******************/









#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:120px;
}

#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:190px;
	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;	
}
/*------------------------------------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 42px 0px 0px;
	display:block;
}

.howitsworks .left .third .text3 .smalltext{
	color:#FFF;
	font-size: 18px;
	line-height: 17px; 


}



/**********************************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 .Title select {
                    width: 90%;
                    margin:0px 5%;
                    height: 30px;
					background:#fbe3e3;
                }

                .daf .Search .SearchMenu .Box .SrchTxtBox {
                    float: right;
					width:90%;
					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%;
                    
                    height: 30px;
					background:#fbe3e3;
                    }

                        
						.daf .Search .SearchMenu .Box .SrchBtn {
                    
                    cursor: pointer;
					margin:-32px -10px;
					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: 18px;
                        }

                        .daf .Search .SearchMenu .Box .PriceRange .PriceNumbers div:nth-child(3) {
                            margin-left: 11px;
                        }

                        .daf .Search .SearchMenu .Box .PriceRange .PriceNumbers div:nth-child(4) {
                            margin-left: 36px;
                        }


                        .daf .Search .SearchMenu .Box .PriceRange .PriceNumbers div:nth-child(5) {
                            margin-left: 28px;
                        }

                    .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 .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:right;
                margin-top: 6px;
                margin-bottom: 8px;
            }

                .daf .Search .SearchData .Box .MyClothes .Icon {
                    float: right;
                    width: 25px;
                    height: 37px;
                    margin-right: 8px;
                }

                .daf .Search .SearchData .Box .MyClothes .Txt {
                    float: right;
                    
                    font-size: 20px;
                   
                    margin-right: 5px;
					line-height:35px;
                }

            .daf .Search .SearchData .Box .SearchOptions {
                float: left;
                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: 30px;
					background:#fbe3e3;
					margin:7px 0px 0px 15px;
					
                }


                    .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;
			padding-top:7px;
        }

            .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-left: 1px;
                margin-right: 1px;
                margin-bottom: 2px;
                width: auto;
                display: inline-block;
                position: relative;
                padding-bottom: 15px;
                height: 440px;
            }

                .daf .Search .SearchBox .SearchContent .Box .Img {
                    height: 100%;
                    position: relative;
                    margin: 10px;
                    width: calc(100% - 20px);
                    margin-top: 14px;
                    height: 98%;
                    background-size: cover;
                    background-position: top center;
                }

                    .daf .Search .SearchBox .SearchContent .Box .Img img {
                        width: 100%;
                    }

                    .daf .Search .SearchBox .SearchContent .Box .Img .Content {
                        float: left;
                        width: 100%;
                        position: absolute;
                        bottom: 0px;
                        height: 63px;
                        background-color: rgba(255,255,255,0.7);
                        font-size: 13px;
                        line-height: 14px;
                        color: #;
                    }

                        .daf .Search .SearchBox .SearchContent .Box .Img .Content .Data {
                            float: right;
                            width: 136px;
                            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;
                        }


                        .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;
                            top: 25px;
                        }

                        .daf .Search .SearchBox .SearchContent .Box .Img .Content .SBigBtn {
                            float: left;
                            position: absolute;
                            left: 6px;
                            top: 25px;
                        }

                .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;
                            background-color: RGBA(255,255,255,0.7);
                            float: right;
                            width: 100%;
                            height: 20%;
                        }

                    .daf .Search .SearchBox .SearchContent .Box .BigBox .BigContent {
                        position: absolute;
                        bottom: 4px;
                        background-color: RGBA(255,255,255,0.7);
                        width: 100%;
                    }

                        .daf .Search .SearchBox .SearchContent .Box .BigBox .BigContent .BigData {
                            width: 100%;
                            font-size: 21px;
                            color: #;
                            line-height: 23px;
                            margin: 0 auto;
                            margin-top: 2%;
                            height: 100%;
                            float: right;
                            text-align: center;
                            margin-bottom: 10px;
                        }

                            .daf .Search .SearchBox .SearchContent .Box .BigBox .BigContent .BigData .BigRow {
                                float: right;
                                width: 100%;
                                text-align: center;
                            }

                                .daf .Search .SearchBox .SearchContent .Box .BigBox .BigContent .BigData .BigRow .lbl {
                                    display: inline-block;
                                    font-weight: bold;
                                    margin-left: 5px;
                                }


                                .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 .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: 30px;
					background:#fff;
					margin:7px 0px 0px 15px;
		 }
		 
                .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;
                }
			

            





                /*---------------------- 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;
}
/************************* image editor ***********************/
.imageBox
{
    position: relative;
    height:480px;
    width: 320px;
    /*height:100%;
    width:100%;*/
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
	margin: auto;
}

.imageBox .thumbBox
{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 280px;
    height: 420px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}
.imgEditor{
	width:100%;
	text-align:center;
    height:100%;
	overflow:hidden;
}
.img-editor-page{
	overflow:hidden;
}
/*.imageBox{
	background-size:100%;
	background-position:50% 50%;
}*/
.crop-container, .faces-editor{
	position:relative;
	width:320px;
	margin:0px auto;
}
.action{
	position:absolute;
	top:442px;
	right:20px;
    align-items:center;
}
.action input[type="button"]{
	width:14px;
	height:14px;
	border:none;
	padding:0px;
	margin:0px;
	line-height:14px;
}

#zoom_in {
 background:url(../images/icon-plus.jpg) no-repeat;
  height:14px;
  width:14px;
}

#zoom_out {
 background:url(../images/icon-minus.jpg) no-repeat;
 height:14px;
 width:14px;
}

#btnCrop{
	margin:10px auto 0px;
	width:120px;
}
.faces-editor{
	display:none;
}
#myid{
	background-size: 100%;
    color: #FFFFFF;
    display: block;
    height: 460px;
	width:320px;
	margin:10px;
    position: relative;
    text-indent: -1100px;
}

h2#update-dress{
 width:78%;
 background:#bc3b5a;
 color:#fff;
 display:block;
 margin:15px auto 0px;
 height:50px;
 line-height:44px;
 font-size:27px;
 font-weight:normal;
 text-align:right;
 text-indent:20px;
 padding-right:2%;
}

#pagination{
 text-align:left;
    height:20px;
    width:100%;
}
#pagination a{
   text-decoration:underline;
   cursor:pointer;
   padding:0px 3px;
   margin:0px 2px;   
}
#pagination a:hover{
            text-decoration:none;
}
#pagination a.active{
            text-decoration:none;
   color:#BC3B5A;
   font-weight:bold;
}

.ezdz-dropzone {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height:226px;
  overflow: hidden;
  background:#ffe7e7;
}
.ezdz-dropzone:hover {
  background-color: #e7d0d0;
}
.ezdz-dropzone div {
  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;
  background:transparent;
  background-image:radial-gradient( rgba(255, 255, 255, 0.7),transparent);
}
.ezdz-dropzone div span:before{
                display:inline-block;
                content:"";
                width:0px;
                height:100%;
                vertical-align:middle;
}
.ezdz-dropzone div span{
                text-align: center;
                                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                background:transparent;
                background-image:radial-gradient( rgba(255, 255, 255, 0.7),transparent);
                width:100%;
                height:100%;
                position:absolute;
                top:0px; left:0px; right:0px;bottom:0px;
}
.ezdz-dropzone div span p{
                vertical-align:middle;
                display:inline-block;
                text-align: center;
                float:none!important;
                width:auto!important;
}
.ezdz-dropzone div img{
 
}
.ezdz-dropzone div span b{
                display: block;
                color: #BC3B5A;
                font-weight: normal;
}
.ezdz-dropzone img {
    vertical-align: middle;
     position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ezdz-dropzone [type="file"] {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ezdz-focus {
 
}
.ezdz-enter {
}
.ezdz-accept {
}
.ezdz-reject {
}

body.guillotine-dragging, body.guillotine-dragging * {
  cursor: move !important;
  cursor: -webkit-grabbing !important;
  cursor:    -moz-grabbing !important;
  cursor:         grabbing !important;
  cursor: grabbing, move;  / IE hack /
}

.guillotine-window {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: move;
  cursor: -webkit-grab;
  cursor:    -moz-grab;
  cursor:         grab;
  cursor: grab, move;  / IE hack /
}

.guillotine-canvas {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.guillotine-canvas > * {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.guillotine-sample {
  position: absolute !important;
  top: -100000px     !important;
  left: -100000px    !important;
  width: auto        !important;
  height: auto       !important;
}

.LoginBox .select, .purchase .select{

	width:348px;
	height:34px;
	margin:0px auto 0px;
	padding-top:0px;
}
.purchase .select select{
	height:34px;
    width:100%;
}

.LoginBox .select select{
	height:34px;
    width:100%;
    margin:0 auto;
}

.LoginBox .select select{
	height:34px;
    width:100%;
    margin:0 auto!important;
}


.LoginBox  p{
	width:356px;
	margin:0px auto;
	clear:both;
}

.LoginBox  span{
	width:100%;
	display:block;
	/*border-top:#bc3b5a 1px solid;*/
	clear:both;
	margin-top:40px;
	padding-top:10px;
}

.purchase .tillWedd {
    padding:20px 0px;
    /*display:none;*/
}

.purchase #step2>p{
	text-align:right;
	margin:20px 14%;
	border-bottom:1px solid #FFE7E7;
	padding-bottom:20px;
}
.purchase #step2>p:first-child{
	border-bottom:1px solid #BC3B5A;
	text-align:center;
	margin:0px 0px 40px 0px;
}
.purchase #step2>p b{
	color:#BC3B5A;
	display:block;
	margin-right:32px;
}
.purchase #step2>p.last{
	margin:20px 0px 25px;
	padding:0px 14% 85px;
	border-bottom:1px solid #BC3B5A;
}

.purchase #step2 .short{
	width:70px;
    
	float:right;
	margin-right:5px;

}
.purchase #step3>p:first-child{
	border-bottom:1px solid #BC3B5A;
	text-align:center;
	margin:0px 0px 20px 0px;
    font-size:24px;
    padding-bottom:20px;
}
 .purchase p a{
	float:right;
	text-decoration:underline;
	height:26px;
	line-height:26px;
}

.LoginBox  p a{
	float:right;
    color:#bc3b5a;
	text-decoration:none;
	height:26px;
	line-height:26px;
}
.LoginBox   p a:hover, .purchase p a:hover{
	text-decoration:none;
}
 .purchase p a:last-child{
	/*float:left;*/
	text-decoration:none;
	padding:2px 40px ;
	/*background:#EAACBF;*/
}

.LoginBox  p a:last-child{

	text-decoration:none;
	padding:2px 0px ;
	color:#bc3b5a;
}

.LoginBox p.update-user, .purchase p.update-user{
	
	padding-top:8px;
	margin-top:50px;
}
.LoginBox  p.update-user:after, .purchase p.update-user:after{
	content:"";
	display:block;
	clear:both;
}
.LoginBox  p.update-user a{
	padding:4px 30px ;
	background:#bc3b5a;
	color:#fff;
}
.LoginBox p.update-user span, .purchase  p.update-user span{
	text-align:left;
	float:right;
	width:220px;
	line-height:18px;
	color:#bc3b5a;
	padding-top:0px;
	margin-top:0px;
	border:none;
}

  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;
}

    .Loader  {
                text-align: center;
                /*float: right;*/
                width: auto;
                height:auto;
                /*margin-top: 93px;*/
                display: none;
                position:absolute;
                top:50px;
                left:50%
            }

    .fill {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    /*background-image:"path/to/image.jpg";*/
}