/*!
 * Helpers
 */

.margin-top-05 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-35 { margin-top: 35px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-45 { margin-top: 45px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-70 { margin-top: 70px; }
.margin-top-80 { margin-top: 80px; }
.margin-top-90 { margin-top: 90px; }
.margin-top-100 { margin-top: 100px; }

.color-red {
	background-color: red;
}

.color-green {
	background-color: green;
}

.color-yellow {
	background-color: yellow;
}

/* 
init 
*/

.step2, .step3, .step4, .faqs{
	display: none;
}

.fam-santiago:hover, .fam-salta:hover{
	cursor: pointer;
	cursor: hand;
}

img.fam-santiago, img.fam-salta{
	max-width: 100%;
}

/*

Spinner

*/

.loader {
  display: none;
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(171,170,172, 0.2);
  border-right: 1.1em solid rgba(171,170,172, 0.2);
  border-bottom: 1.1em solid rgba(171,170,172, 0.2);
  border-left: 1.1em solid #abaaac;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* Steps indicator */

.steps, .steps-mobile{
	list-style-type: none;
}

.steps li{
	
	font-style: italic;
	margin-right: 1%;
	width: 200px;
	height: 30px;
	color: #CCC;
	font-size: 17px;
	display: inline-block;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 4px 20px;
	line-height: 16px;
}
.steps li:last-child{
	margin-right: 0;
}

.steps-mobile{
	-webkit-padding-start: 0;
}

.steps-mobile li{
	
	font-style: italic;
	margin-right: 1%;
	width: 100%;
	height:30px;
	color: #CCC;
	font-size: 15px;
	margin-top: 5px;
	border-bottom: 1px solid #CCC;
}

.step-active-mobile{
	color: #ED462F !important;
	font-weight: 600 !important;
	border-bottom: 1px solid #ED462F !important;	
}

.step-active{
	color: #ED462F !important;
	font-weight: 600 !important;
	border-left: 1px solid #ED462F !important;
	border-bottom: 1px solid #ED462F !important;	
}

.step-visited{
	color: #545454 !important;
	border-left: 1px solid #545454 !important;
	border-bottom: 1px solid #545454 !important;	
}

.step-visited:hover{
	cursor: pointer;
	cursor: hand;
}

.step-visited-mobile{
	color: #545454 !important;
	border-bottom: 1px solid #545454 !important;	
	cursor: pointer;
}

.design-steps{
	display: block;
	width: 1020px;
	margin: 0 auto;
}

.steps-title{
	text-align: center;
	margin-bottom: 25px;
	
	font-size: 25px;
	font-style: italic;
	color: #ED462F;
}

/*!
 * Rug Maker
 */

.steps{
	width: 15%; 
	padding: 10px 20px;
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	color: #ccc;
	font-size: 13px; 
	font-weight: 600;
}



.rug-style {
	margin: 0 auto;
	width: 90%;
	overflow: hidden;
}

.rug svg, .rug2 svg{
	width: 100%;
	height: 100%;
}

.rug-container>img{
	width: 100%;
	height: 1px;
	margin: 0;
}

.rug-shadow{
	display: none;
	text-align: center;
	width: 80%;
	margin: 5px auto;	
}

.rug-shadow img{
	height: 14px;
	width: 80%;
}

.thumb-rug {
	width: 110px;
	margin-right: 14px;
	margin-bottom: 12px;
	border: 1px solid #ccc;
	padding: 4px;
}

.thumb-rug:hover {
	width: 110px;
	border: 2px solid #545454;
	padding: 2px;
	cursor: pointer;
}

.rug-active{
	border: 2px solid #6ec6f0;
	padding: 2px;
}


.choose-pattern{
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	color: #545454;
	
	font-size: 18px;	
	float: left;
	cursor: pointer;
}

.place-order{
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	color: #545454;
	
	font-size: 18px;
	float: right;	
	display: none;
	cursor: pointer;
}

.medidas-disclaimer{
	font-style: italic;
	color: #545454;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 12px;
}

.color-swatch {
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 50px;
	height: 40px;
	float: left;
	cursor: pointer;
}

.color-swatch:hover {
	color: #545454;
	border: 2px solid #545454;
	cursor: pointer;
}

.color-foto{
	padding: 0;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 50px;
	height: 40px;
	display: inline-block;	
}

.color-foto:hover{
	border: 1px solid #545454;
	width: 52px;
	height: 42px;
	cursor: pointer;
	padding: 0;
}

.maker-section-title{
	color: #545454;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 20px;
}

.rug-size{
	font-size: 14px;
	padding: 7px;
    margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}

.mini-btn{
	width: 55%;
}

.rug-size:hover{
	color: #545454;
	border: 2px solid #545454;
	cursor: pointer;
	padding: 5px;
	font-weight: 700;
}


.color-sample {
	width: 30px;
	height: 25px;
	background-color: white;
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 2px;
	display: inline-block;
	vertical-align: middle;
}

.element {
	list-style: none;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	z-index: 15;
	cursor: pointer;
}

.element>span {
	margin-left: 10px;
}

.element:hover{
	padding: 4px;
	border: 2px solid #545454;
	cursor: pointer;
	background-color: #EEEDE8;
}

.element-active{
	border: 2px solid #ccc;
	background-color: #EEEDE8;
	color: #545454;
	font-weight: 700;
} 

.color-info {
	font-size: 10px;
	float: right;
	color: #545454;
	line-height: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.color-info {
		float: none;
	}
}

.color-info span{
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
}

#faqs h3	{ cursor:pointer; }
#faqs h3.active	{ color:#d74646; }
#faqs div { height:0; overflow:hidden; position:relative; }
#faqs div p	{ padding:0; margin-bottom:15px; }

.size-active {
	border: 2px solid #545454;
	background-color: #EEEDE8;
	font-weight: 700;
	padding: 5px;
}

.next-step { 
	background-color: #6ec6f0;
	color: white;
	font-weight: 700;
}

.next-step:hover {
	border: 2px solid #EEEDE8;
	background-color: #6ec6f0!important;
	color: white;
	font-weight: 700;
	cursor: pointer;
}

.design-title{
	
	font-size: 42px;
	text-align: left;
	margin-bottom: 30px;
}

.classic-btn{
	padding: 10px;
	width: 60%;
	margin: 30px auto;
	margin-bottom: 20px;
	text-align: center;
	color: #545454;
	
	font-size: 18px;	
	border: 1px solid #545454;
	background-color: white;

}

.classic-btn:hover{
	background-color: #EEEDE8;
	cursor: pointer;
}

.family-title{
	margin-top: 25px;
	
	font-size: 35px;
	font-style: italic;
	color: #ED462F;
}

.thank-you{
	text-align: center;
	width: 80%;
	margin: 0 auto;
	
	font-size: 25px;
	font-style: italic;
	color: #545454;
}


.more-rugs{
	margin-top: 25px;
	margin-left: 13px;
	
	font-size: 20px;
	font-style: italic;
	margin-bottom: 20px;
}

.mas-disenos{
	text-align: center;
	font-size: 20px;
	font-style: italic;
	margin: 30px auto; 
}

.mas-disenos span{
	color: #ED462F;
} 

.tagline{
	margin-bottom: 25px;
	min-height: 160px;
}

.linea-desc{
	font-size: 12px;
	margin-bottom: 25px;
}

.title-faqs{
	margin-top: 25px;
	
	color: #545454;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 20px;
	display: block;
	font-weight: 700;
}

#faqs h4{
	font-size: 15px!important;
}

#faqs h4:hover{
	cursor: pointer;
	cursor: hand;
}

#faqs p{
	font-size: 15px;
	font-style: italic;
}

.emailShare, .emailShare:hover{
	cursor: pointer;
}

.rug-gallery ul{
	list-style-type: none;
}

.rug-gallery ul li{
	display: inline;
	margin: 20px;
	border: 1px solid #545454;
	padding: 3px;
	width: 20%;
}

.title-gallery{
	margin-top: 20px;
	margin-bottom: 20px;
	
	color: #545454;
	font-size: 20px;
	font-style: italic;
	text-align: center;
}

.gallery-icon img{
	width: 100px;
	height: 100px;
}

.rug-measures{
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	cursor: pointer;
}

.rug-measures li{
	display: inline-block;
	cursor: pointer;
}

.price{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #545454;
	font-size: 20px;
	font-style: italic;
	text-align: center;
}

.price-complete, .shipping-complete, .total-complete{
	margin-top: 10px;
	margin-bottom: 13px;
	color: #545454;
	font-size: 17px;
	font-style: italic;
}

.send-info{
	margin-top: 30px;
	margin-bottom: 13px; 
	color: #545454;
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
}

.form-table tr td{
	padding: 10px;

}
.complete-order-title{
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	color: #545454; 
	font-size: 18px;	
}

.place-order:hover{
	background-color: #fff;
	cursor: pointer;
}

.contact-complete{
	margin-top: 20px;
	margin-bottom: 20px;
}

.choice{
	margin-bottom: 10px;
}

.form-complete select{
	margin-bottom: 15px;
}

.check-accept{
	margin-top: 20px;
	margin-bottom: 20px;
}


.payment-btns, .mercadopago-link{
	display: none;
}


.paypal-btn{
	display: none;
	width: 413px;
	height: 68px;
	padding: 22px;
	border: 1px solid #545454;
	color: #545454;
	text-align: right; 
	background-position: 20px;
	background-repeat: no-repeat;	
}

.email-btn{
    width: 194px;
    padding: 5px 22px;
    color: #545454;
    text-align: center;
    background-position: 20px;
    background-repeat: no-repeat;
    margin: 15px 64px;
    background-color: #ccc;
    font-weight: 600;
}	

.emailMessage{
	display: none;
}

.payment-btn:hover{
	border: 2px solid #428BCA;
}

.mercadopago-btn{
	display: none;
	width: 413px;
	height: 68px;
	padding: 22px;
	color: #545454;
	text-align: right;
	background-image: url("../img/mercadopago-logo.png");
	background-position: 20px;
	background-repeat: no-repeat;	
}

.error{
	margin-left: 10px;
}

.required{
    color: #808080;
    font-size: 14px;
}

.share-area{
	width: 233px;
	display: block;
	margin: 30px auto;

}

.share-area img{
	margin: 10px;
}

.share-title{
	width: 233px;
	text-align: center;
	
	color: #545454;
	font-size: 18px;
	font-style: italic;	
	margin-left: -6px;
}

.pinit{
	margin-top: 15px;
	margin-left: 13px;
	position: absolute;
}

div #___plus_0{
	margin-right: 10px;
	padding-top: 9px !important;
}

.disclaimer{
	width: 85%;
	margin: 10px auto;
	font-size: 11px;
	text-align: center;
}

.gallery-thumb img{
	width: 100px;
	height: 100px;
	padding: 2px;
	border: 1px solid #545454;
	margin: 10px;
}

div.styled { 
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 20px;
	height: 31px;
	background: transparent url("../img/formelements-select.png") no-repeat scroll right bottom;
	width: 250px;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	border: 1px solid #CCC;
}

div.styled select { 
    width:115% /* this percentage effectively extends the drop down button out of view */; 
    background-color:transparent /* this hides the selects background making any styling visible from the div */; 
    background-image:none; 
    -webkit-appearance: none /* this is required for Webkit browsers */; 
    border:none; 
    box-shadow:none;  
}

.terms{
	padding: 30px;
}

.price-line{
	text-align: left;
	width: 50%;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*

Thank you page - order confirmed

*/


.alfombra{
	max-width: 50%;
	float: left;
	margin-bottom: 40px;
}

.datos{
	width: 50%;
	clear: both;
	float: left;
}

.datos img{
	display: none;
}

.orden-confirmada{
	color: #189d3e;
	font-weight: 700;
}

.datos-colores{
	margin-top: 20px;
	margin-bottom: 30px;
}

.limpiar{
	clear: both;
	margin-bottom: 30px;
}

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

.color-info {
	font-size: 8px;
}

.color-info span{
	font-size: 10px;
}

.color-swatch {
	margin-right: 5px;
}

#faqs p, #faqs h4{
	line-height: 2rem;
}

.thumb-rug, .thumb-rug:hover {
	width: 65px;
	margin-right: 1px;
}

.elements{
	font-size: 11px;
}
.element-area{
	text-transform: uppercase;
}
.mercadopago-btn, .paypal-btn{
	width: 100%;
	padding: 65px 40px 20px 20px;
	border: 1px solid #545454;
	color: #545454;
	text-align: right;
	background-position: 50% 20%;
	background-repeat: no-repeat	
}

.gallery-thumb img{
	width: 70px;
	height: 70px;
}


}