html,body{height:100%;}
body{
	background: #f17e95;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#8a8a8a;
	position:relative;
	min-width:960px;
	-webkit-text-size-adjust: none;
}
/*********************************header*************************************/
header{
	width:100%;
	background:url(../images/header-tail.gif) center top repeat-x #f17e95;
	padding:25px 0 20px;
}
	#page1 header{padding:25px 0 0;}
	header .indent-bottom{margin-bottom:16px;}
h1{text-align:center; margin-bottom:20px;}
	h1 a{
		display:block;
		width:244px;
		height:96px;
		overflow:hidden;
		text-indent:-100%;
		font-size:0;
		line-height:0;
		text-decoration:none;
		background:url(../images/logo.png) center top no-repeat;
		margin:0 auto;
	}
		h1 a:hover{text-decoration:none;}

/********************************* Content **********************************/
#content{width:100%; background:#fff; padding-bottom:56px;}
	#content .bg1{
		background:#f0f0f0;
		padding:56px 0 48px;
		color:#6b6b6b;
	}
		#page1 #content .bg1{padding:40px 0 33px;}
		#page3 #content .bg1{padding:50px 0 43px;}
		#content .bg1 h3{padding-bottom:0; border-bottom:none; color:#4A4A4A;}
		#content .bg1 h6{text-transform:uppercase;}
		#content .bg1 .list-1 li{color:#8f8f8f; border-color:#dfdfdf;}
			#content .bg1 .list-1 li.last-item{padding-bottom:0; border-bottom:none;}
/* ---------- Titles ---------*/
h3{
	font:normal 18px/22px Georgia, "Times New Roman", Times, serif;
	color:#4A4A4A;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:10px;
}
h4{
	font:normal 14px/20px Georgia, "Times New Roman", Times, serif;
	color:#a8a8a8;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}
h6{font:normal 12px/18px Arial, Helvetica, sans-serif; color:#000;}
	h6 a{color:inherit; text-decoration:none;}
		h6 a:hover{text-decoration:none; color:#f27186;}

/*----------- Boxes ----------*/
.submitted{
	display:inline-block;
	color:#878787;
	padding:2px 24px 3px 10px;
	background:#f0f0f0;
	border-radius:9px;
	-webkit-border-radius:9px;
}
	.submitted time{color:#040404; display:inline-block; margin-right:5px;}
.box{
	background:#ffffff;
	color:#a1a1a1;
}
	.box .indents{padding:15px 15px 18px;}
	.box h6{color:#f27186;}
		.box h6 a:hover{color:#000;}
blockquote{width:100%;}
	.quote-caption{text-align:right;}
/*---------- Colors ----------*/
.color-1{color:#9f9f9f;}
/*---------- Links ----------*/
a{color:#f27186; outline:none; cursor:pointer; text-decoration:underline;}
	a:hover{text-decoration: none;}
a[href^="tel:"]{color: inherit; text-decoration:none;}
.button{
	display:inline-block;
	cursor:pointer;
	font:15px/19px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-decoration:none;
	padding:2px 14px 4px;
	background:#db5e77;
}
	.button:hover{text-decoration:none; background-color:#000;}
	.buttons-wrapper .button{margin-right:6px;}
/*----- Images -----*/
.img-indent{float:left; margin-right:20px;}
.img-indent6{float:left; margin-right:30px;}

/*---------- Lists -----------*/
.last-item{margin-right:0 !important; margin-bottom:0 !important;} 

.list-1 li{
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#737373;
	padding-bottom:15px;
	border-bottom:1px solid #ececec;
	margin-bottom:11px;
}
	.list-1 li.last{margin-bottom:0; padding-bottom:0; border-bottom:none;}
	.list-1 a{color:inherit; text-decoration:none;}
		.list-1 a:hover{color:#f27186; text-decoration:none;}
/*---------- Borders ---------*/
.border-bottom{border-bottom:1px solid #e1e1e1; padding-bottom:30px; margin-bottom:16px;}
/*---------- Indents ---------*/
p{margin-bottom:21px}
	.p0{margin-bottom:0;}		.p0-1{margin-bottom:3px;}
	.p1{margin-bottom:5px;}		.p1-1{margin-bottom:8px;}
	.p2{margin-bottom:10px;}	.p2-1{margin-bottom:12px;}
	.p3{margin-bottom:15px;}	.p3-1{margin-bottom:18px}
	.p4{margin-bottom:20px;}	.p4-1{margin-bottom:22px;}
	.p5{margin-bottom:25px;}	.p5-1{margin-bottom:27px;}
	.p6{margin-bottom:30px;}	.p6-1{margin-bottom:32px;}
	.p7{margin-bottom:35px;}	.p7-1{margin-bottom:37px;}
	.p8{margin-bottom:40px;}	.p8-1{margin-bottom:42px;}
.indent-top1{padding-top:5px;}
.indent-top10{padding-top:50px;}
.indent-top10-1{padding-top:52px;}
.indent-top11{padding-top:54px;}
.indent-top11-1{padding-top:57px;}
.indent-right6-1{padding-right:32px;}
.indent-right7{padding-right:35px;}
.indent-bottom4{padding-bottom:20px;}
.indent-bottom6{padding-bottom:30px;}

/************************************** Aside *************************************/
aside{width:100%; background:#f0f0f0; padding:23px 0 34px; color:#b2b2b2;}
	.aside-menu li{
		font:13px/18px Arial, Helvetica, sans-serif;
		color:#b2b2b2;
		margin-bottom:6px;
	}
		.aside-menu a{color:inherit; text-decoration:none;}
		.aside-menu a:hover{color:#f27186; text-decoration:none;}
		.social-icons li{float:left; margin-right:10px; text-decoration:none;}
		.social-icons a{ text-decoration:none;
		}
		
/*********************************** Contact form *********************************/
#contact-form {padding:20px 0 0 0;}
#contact-form .success {padding:10px;}
#contact-form textarea, #contact-form input {
	margin:20;
	font-size:13px; 
	border:1px solid #f17e95; 
	color:#928b91; 
	padding:7px;
	outline:none; 
	position:relative; 
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	}

#contact-form textarea {
	overflow:auto; 
	resize:none; 
	float:left; 
	margin: 0 0 0 0;
	}	

#contact-form label { min-height:42px; overflow:hidden;}	
#contact-form label.message { padding-bottom:0; }
#contact-form .button {margin-right:8px;}	
#contact-form .error, #contact-form .empty, #contact-form .success {display:none;}	
#contact-form .error, #contact-form .empty {text-align:left; color:red; font-size:11px; clear:both;}
#contact-form .buttons2 {overflow:hidden;position:relative; clear:both; padding-top:30px;}
#contact-form .buttons2 a {
	cursor:pointer;
	margin-top:0;
	text-align:center;
}
#contact-form span{ display:block; margin: 0px 0 0 5px;}

.map_wrapper{overflow:hidden;display:inline-block;margin-bottom:26px;}
#map_canvas {
   width:480px;
   height:407px;
}
.adress{margin-bottom:29px;}
.adress span{ display:inline-block; width:71px;}
.adress dt{ margin-bottom:20px;}

.demo{color:#9281b7;text-decoration:underline;}
.demo:hover{ text-decoration:none;}

.touch{}
.touch>div{}
.touch>figure{margin:6px 20px 0 0 ;}
		
/************************************** Footer *************************************/

footer{
	width:100%;
	background:#f17e95;
	color:#fff;
	text-align:center;
	padding:19px 0 20px;
}
	.footer-text a{color:inherit; text-decoration:none;}
		.footer-text a:hover{text-decoration:underline;}
		
		
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 58px;
    height: 58px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}		

/*=================================================================================*/
@-moz-document url-prefix() {.button{padding:1px 14px 5px;}}

@media only screen and (max-width: 995px) {
	p, .p3, .p3-1{margin-bottom:15px}
		.p4-1, .p5, .p5-1, .p6, .p6-1, .p7, .p7-1, .p8, .p8-1{margin-bottom:20px;}
		h3{margin-bottom:20px !important;}
	.img-indent:not(.img-indent-none-tp) img{width:auto;}
	.indent-top1{padding-top:0;}
	.indent-top10, .indent-top10-1, .indent-top11, .indent-top11-1{padding-top:30px;}
	.indent-right6-1, .indent-right7{padding-right:0;}
	/*-----------------------------------------*/
	body{min-width:768px;}
	.social-icons li{margin-right:5px;}
}
@media only screen and (min-width: 768px) and (max-width: 995px) {.img-indent6{margin-right:20px; width:400px;}}

@media only screen and (max-width: 767px) {
	.img-indent:not(.img-indent-none-ml) img, .img-indent6:not(.img-indent-none-ml) img{width:auto;}
	.indent-bottom4{padding-bottom:30px;}
	/*-----------------------------------------*/
	body{min-width:420px;}
	.social-icons li{margin-right:9px;}
}

@media only screen and (max-width: 479px) {
	.img-indent:not(.img-indent-none-mp) img, .img-indent6:not(.img-indent-none-mp) img{width:auto;}
	/*-----------------------------------------*/
	body{min-width:320px;}
	aside .dgrid_3{width:140px; float:left; margin-bottom:0; margin-right:20px;}
	aside .dgrid_2:first-child, aside .dgrid_3:first-child{margin-right:20px;}
	.submitted time{display:block;}
}