@font-face {
    font-family: 'quicksandregular';
    src: url('quicksand-regular-webfont.eot');
    src: url('quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand-regular-webfont.woff') format('woff'),
         url('quicksand-regular-webfont.ttf') format('truetype'),
         url('quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latolight';
    src: url('lato-light-webfont.eot');
    src: url('lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-light-webfont.woff') format('woff'),
         url('lato-light-webfont.ttf') format('truetype'),
         url('lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('lato-reg-webfont.eot');
    src: url('lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-reg-webfont.woff') format('woff'),
         url('lato-reg-webfont.ttf') format('truetype'),
         url('lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('sourcesanspro-light-webfont.eot');
    src: url('sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-light-webfont.woff') format('woff'),
         url('sourcesanspro-light-webfont.ttf') format('truetype'),
         url('sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('sourcesanspro-regular-webfont.eot');
    src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-regular-webfont.woff') format('woff'),
         url('sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
	margin:0 auto;
	padding:0px;
	background-image: url('../img/body-back.png');
}
#body-frame{
	width: 1015px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFF;
}
#header{
	width: 100%;
	height: 138px;
}
.header_content{
	margin:0 auto;
	padding:0px;
	width: 960px;
	height: 138px;
	clear: both;
	
}
.logo{
	float: left;
	background-image: url('../img/logo.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 138px;

}

/*********************************************MENU******************************************/
#menu{
	width: 100%;
	height: 40px;
	float: left;
	margin-bottom: 10px;
}
.links{
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	height: 40px;
	background-image: url('../img/menu.png');

}

.links ul{
	float: left;
margin-top: 1px;
/* margin-left: -70px; */
width: 100%;
padding-left: 0px;
	
}
.links ul li{
	display: inline;
	height: 40px;
	float: left;
	margin-top: 0px;
	text-align: center;
	line-height: 38px;

}
.links ul li a{
	text-decoration: none;
	color: #FFF;
	text-transform: capitalize;
	font-family: 'source_sans_prolight';
	font-size: 18pt;
	float: left;
	width: 240px;
}

.links ul li.current>a{
	min-width: 100%;
	height: 32px;
	color: #665846;
	margin-top: 0px;

 }

.links ul li:hover>a {
 	min-width: 100%;
	height: 32px;
 	color: #665846;
 	margin-top: 0px;
 }
 .clear{
 	clear: both;
 }
 #menu-line{
 	margin: 0 auto;
	padding: 0px;
	width: 960px;
	height: 9px;
 	border:none;
 	background-image:url('../img/menu-line.png');
 	background-repeat: no-repeat;
 }




#menu ul li{list-style-type:none; display:inline-block; }
#menu ul li a{ display:block; text-decoration:none; 
     }
#menu ul li:hover>a{ background:transparent;}
/*...First-Level...*/
#menu ul li ul li:hover>a{background: #CFBCA4;width: 225px;}
#menu ul li ul{position:absolute; display:none; width:240px; margin:0;z-index: 1;margin-top: 39px;}
#menu ul li:hover ul{display:block;}
#menu ul li ul li{display:block; position:relative; border:none}
#menu ul li ul li a{
	border-bottom: solid 1px #f4f4f4;
	border-radius: 0px!important;
	background: #faf7f5;
	margin: 0px;
	padding: 4px;
	color: #000;
	width: 233px;
	font-size: 15pt;
}

/*...Second-Level...*/

#menu ul li:hover ul ul{display:none;background:transparent;}

#menu ul li ul li:hover>ul{display:block;background:#000;}

#menu ul li ul li ul{display:none; background:#fff; position:absolute; top:-10%; left:200px; width:210px;}

#menu .current{
    color: #665846 !important;
}

/********************SLIDER-BACKGROUND******************************/
#slider-background{
	width: 100%;
	height: 550px;
	background-image: url('../img/slider-background.png');
}
/************************SLIDER***************************************/
#slider{
	margin: 0 auto;
	padding: 0px;
	width: 939px;
	height: 521px;
}
.slideshow,.slideshow *{
	margin:0 auto;
	padding:0;
	-webkit-font-smoothing:antialiased;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;box-sizing:border-box
}
.slideshow{
	position:absolute;
	width:939px!important;
	height:521px!important;
	overflow:auto;
	line-height:24px;
	text-align:center;
	margin-top: 10px;
}
.slideshow ul{
	list-style:none;
	width:300%;
}
.slideshow ul li{
	background-position:top center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:939px!important;
	padding:521px 0 9999px;
	min-height:9999px;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
}
.slideshow .dot{
	-webkit-filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
.slideshow .dots{
	position:absolute;
	left:0;
	right:0;
	bottom:20px;
	margin-right: 10px;
	margin-bottom: -8px;
}
.slideshow .dots li{
	float: right;
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 4px;
	text-indent:-999em;
	border-radius:6px;
	-moz-border-radius:6px;
	cursor:pointer;
	opacity:.4;
	-webkit-transition:background .5s,opacity .5s;
	-moz-transition:background .5s,opacity .5s;
	transition:background .5s,opacity .5s;
	box-shadow:0 3px 2px rgba(0,0,0,.25);
	-webkit-box-shadow:0 3px 2px rgba(0,0,0,.25);
	background: #585538;
	
}
.slideshow .dots li.active{
	background: #545348;
	opacity:1;
}
.image-text{
	position: relative;
	float: left;
	margin-top: 383px;
	width: 411px;
	height: 148px;
	background-image: url('../img/img-text.png');

}
.image-text h2{
	font-size: 30pt;
	color: #f56991;
	font-family: 'quicksandbold';
	margin-bottom: -35px;
	border-top: 1px solid black;
}
.image-text h3{
	font-size: 25pt;
	color: #f56991;
	font-family: 'quicksandregular';
	height: 85px;
	border-bottom: 1px solid black;
}
.image-text p{
	font-family: 'source_sans_prolight';
	height: 100px;
	margin-left: 10px;
	margin-right: 20px;
	text-align: left;
	color: #FFFFFF;

}
.image-text img{
	width: 68%;
	float: right;
	margin-right: 60px;
}
#slider > div.image-text > p.welcome {
	margin-bottom: -88px;
	margin-left: 20px;
	font-family: 'source_sans_proregular';
	font-size: 22px;
	margin-top: 10px;
	text-transform: uppercase;

}
/********************************CONTENT*******************************/

.text{
	margin: 0 auto;
	padding: 0px;
	width: 960px;
}
.text h1{
	font-family: 'quicksandregular';
	font-size: 40pt;
	color: #f56991;
	text-align: left;
	margin-top: 15px;
	margin-bottom: -20px;
	font-weight: normal;
	margin-left: 10px;
}
.rose-line{
	width: 72%;
	height: 2px;
	background-color: #f56991;
	border: none;
	margin-left: 264px;
}
.text p{
	font-family: 'source_sans_proregular';
	font-size: 22px;
	text-align: center;
	color: #504537;
	margin-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #504537;
	border-top: 1px solid #504537;
	padding-top: 15px;
	text-transform: uppercase;
}
.text h2{
	width: 150px;
	height: 50px;
	background-color: #faf7f5;
	color: #504537;
	font-family: 'source_sans_prolight';
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
}
#body-frame > div.text > p.p-about {
	border: none;
	font-size: 16px;
	text-align: left;
	text-transform: none;
	margin-top: -15px;
	font-family: 'source_sans_prolight';
}
#img-part{
	margin: 0 auto;
	padding:0px;
	width: 960px;
	height: 300px;
}
.img-parts1{
	width: 470px;
	float: left;
}
.img-parts2{
	width: 470px;
	float: right;
}
.part{
	width: 470px;
	height: 40px;
	background-color: #faf7f5;
}
.part h3 {
	margin-top: 0px;
	margin-left: 10px;
	color: #806f58;
	font-family: 'source_sans_prolight';
	text-transform: uppercase;
	line-height: 40px;
	font-size: 22px;
}
/*****************************END CONTENT*********************************/
#footer{
	width: 960px;
	height: auto;
	margin: 0 auto;
	margin-top: -15px;
	background-color: #fff;
}
.footer-images{
	margin: 0 auto;
	padding: 0px;
	width: 970px;

}
.footer-images img{
	margin-top: 50px;
	margin-left: 5px;
	border: 2px solid white;
}
.line1{
	width: 100%;
 	height: 1px;
 	border:none;
 	background:  #806f58;
}

/****************FOTER-MENU****/
.footer-menu{
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
	margin-top: -15px;
	margin-bottom: 10px;
}
.footer-menu ul{
	text-align: center;
	margin-right: 40px;
}
.footer-menu ul li{
	display: inline;
	padding: 10px;
	padding-left: 40px;
}
.footer-menu ul li a{
	text-decoration: none;
	color: #504537;
	font-size: 15px;
	font-family: 'source_sans_prolight';
	font-weight: normal;
	font-weight: 900;
	line-height: 40px;

}
.footer-menu a:hover{
	text-decoration: underline;
	

}

.line{
	color: #acacac;
}
.social-ftg{
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	margin-top: 25px;
}
.social{
	
	margin-left: 354px;
}
.social img{
	border-radius: 25px;
	margin-top: -20px;
	border: none;

}
.social ul li{
	display: inline;
	list-style-type: none;
	margin-left: 12px;
}
.footer-rights{
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	height: 45px;
	margin-top: -11px;
	text-align: center;
	color: #7a6954;
	font-family: 'latoregular';
	font-size: 13px;

}
.footer-rights a{
	text-decoration: none;
	color: #7a6954;
	font-size: 13px;
	margin-bottom: 10px;
	font-family: 'latoregular';
}

/*******************************************CONTENT**********************************************/

.content{
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFF;
	color: #665846;
}
.content h3{
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: 'source_sans_proregular';
}
.TwoColumn{
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	height: auto;
	margin-top: -40px;
}
.Column1{
	width: 49%;
	height: auto;
	text-align: left;
	font-family: 'latoregular';
	color: #665846;
	padding-top: 50px;
	margin-left: 30px;
}
.Column2{
	color: #665846;
	width: 49%;
	height: auto;
	float: right;
}
input {
font-family: 'latolight';
font-weight: normal;
height: 30px;
font-size: 19px;
width: 238px;
color: #acacac;
}
textarea {
font-family: 'latolight';
width: 236px;
font-size: 19px;
color: #acacac;
}

.btn {
	width: 100px;
	float: right;
	background-color: #7a6954;
	border: none;
	color: #FFF;
	font-family: 'latolight';
	
}
#recaptcha_area, #recaptcha_table {
width: 318px!important;
margin-left: -74px;
}
.oneDiv{
	width: 46%;
	float: right;
	height: 292px;
	margin-top: -774px;
	clear: both;
	margin-right: 135px;
}
.oneDiv p{
	margin-left: 100px;
	margin-top: 15px;
	font-family: 'source_sans_proregular';
	font-size: 18px;
}
.oneDiv .div1{
margin-left: 90px;
margin-top: 15px;
}

.oneDiv .div2{
margin-left: 120px;
margin-top: -39px;
}

.oneDiv .div3{
margin-left: 87px;
margin-top: 20px;
}

.oneDiv .div4{
margin-left: 120px;
margin-top: -37px;
}
.content h2{
	font-family: 'source_sans_proregular';
	font-size: 42px;
	color: #665846;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
}
.tabla td:nth-child(2){
	padding-left: 20px;
}
.tabla td:first-child{
	padding-top: 20px;
}
.offer-images2 img{
	width: 32%;
	border-bottom: 5px solid #D5B894;
}

/*******************************************END-CONTENT******************************************/
.three-columns{
	margin: 0 auto;
	padding: 0px;
	width: 960px;
}
.three-columns .column {
    width: 27%;
	float: left;
	font-family: 'quicksandregular';
	color: #777;
	font-size: 15px;
	margin-top: 20px;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
}
.three-columns .column h1{
	font-size: 25px;
	color: #f56991;
	margin-top: -20px;
	text-align: center;

}
.three-columns .column a{
	text-decoration: none;

}
.three-columns .column p{
	margin-top: -10px;
}
.services-img img{
	float: left;
	width: 28%;
	padding: 16px 20px 5px 0px;

}
.p-text {
	margin-left: 10px;
}

.services a {
	text-decoration: none;
	color: #D5B894;
	font-size: 17px;
}
.services a:hover{
	text-decoration: underline;
}
.services h3{
	font-family: 'source_sans_proregular';
	color: #504537;
	font-size: 25px;
	margin-top: 25px;
}

.services p{
	font-family: 'source_sans_prolight';
	color: #504537;
	font-size: 15px;
	margin-right: 30px;
	margin-left: 30px;
	text-align: justify;
}

/*********************PRICES************/

.prices{
	margin-right: 30px;
	margin-left: 30px;
	color: #676767;
	margin-top:30px;
}
.prices p{
	font-family: 'latoregular';
	font-size: 15px;
	

}
.prices h4{
	font-family: 'latoregular';
	color: #8300c7;
	font-size: 25px;
	margin-bottom: 10px;
}
.text-price{
	font-family: 'latoregular';
	font-size: 15px;
	float: left;

}
.price-tag{
	font-family: 'walkway_ultraboldregular';
	font-size: 15px;
	float: right;
}

#purple-line1{
	width: 100%;
	height: 1px;
	background-color: #665846;
	border: none;
}


.three-columns1{
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	margin-left: 30px;
}
.three-columns1 .column {
    width: 27%;
	float: left;
	font-family: 'quicksandregular';
	color: #777;
	font-size: 15px;
	margin-top: 20px;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
}
.three-columns1 .column h1{
	font-size: 25px;
	color: #665846;
	margin-top: -20px;
	text-align: center;
	margin-right: 30px;

}
.three-columns1 .column a{
	text-decoration: none;

}
.three-columns1 .column p{
	margin-top: -10px;
}

#rose-line2{
	width: 68%;
	height: 1px;
	background-color: #665846;
	border: none;
	float: right;
	margin-right: 17px;
}
.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
}
img{
	border: none;
}
select{
	font-family: 'latolight';
font-weight: normal;
height: 30px;
font-size: 19px;
width: 243px;
color: #acacac;
}

#recaptcha_privacy {
display: none;
}

.content p {
	font-family: 'source_sans_prolight';
	color: #504537;
	font-size: 16px;
	text-align: justify;
	 margin-left: 0px; 
}
.services li {
	list-style-type: none;
	font-family: 'source_sans_prolight';
	color: #504537;
	font-size: 16px;
	 margin-left: -30px;
}
a.stone-a{
	text-decoration: none;
	color: #D5B894;
	font-size: 17px;
}
a.stone-a:hover{
	text-decoration: underline;
}
.divData {
padding-left: 90px;
margin-top: 10px;
font-family: 'source_sans_prolight';
font-size: 18px;
}
.offer-images3 img {
width: 19.2%;
border-bottom: 5px solid #D5B894;
}