@charset "utf-8";
/* CSS Document */

a {outline: none;}
img {border: 0px;}
.clear {clear: both;}
.clear_l {clear: left;}
.foto_l {float: left; margin: 5px 5px 0px 0px; padding: 2px; border: 1px solid #850008;}
.foto_gal {float: left; margin: 5px; padding: 2px; border: 1px solid #850008;}
#gallery_photos {text-align: center;}
.div_spec {padding-top: 155px; padding-left: 30px;}

.w100 {width: 100%; background: #fff}
.t_head {background: #ae095f; font-weight: bold; color: #fff; text-align: center;}

.col1 {vertical-align: top; text-align: center; background: #f9d5eb; width: 50px;}
.col2 {background: #f9d5eb;}
.col3 {vertical-align: top; text-align: center; font-weight: bold; background: #f9d5eb; width: 50px;}
.separator {background: #801b55;}

input.form {padding: 4px 25px 4px 4px; position: relative; z-index: 1; font-family: tahoma; font-size: 11px; color: #494949; border: 1px solid #773b85; background: #ffffff; width: 230px;}
textarea.form {padding: 4px 25px 4px 4px; position: relative; z-index: 1; font-family: tahoma; font-size: 11px; color: #494949; border: 1px solid #773b85; background: #ffffff; width: 507px; height: 80px;}
input.clear {width: auto; padding: 3px 12px 3px 6px; font-size: 11px; color: #666; background: #fff url(/images/send.gif) no-repeat 90% 8px; border: 0; cursor: pointer;}
input.send {width: auto; padding: 3px 12px 3px 6px; font-size: 11px; color: #fff; background: #773b85 url(/images/send.gif) no-repeat 90% 8px; border: 0; cursor: pointer;}

.err1 {color: #ed1c24; font-weight: bold; text-align: center; background: #f4bcbe; border: 1px solid #ed1c24; margin: 5px 0px; height: 22px; font-size: 11px; padding-top: 5px;}
.err2 {color: #2ba01c; font-weight: bold; text-align: center; background: #a7e69f; border: 1px solid #2ba01c; margin: 5px 0px; height: 22px; font-size: 11px; padding-top: 5px;}


#cookies_bar {
	width: 100%;
	background-color: rgb(29, 29, 29);
	background: none repeat scroll 0 0 rgba(29, 29, 29, 0.80);
	background-position: 15px 15px;
	color: #F5F5F5;
	position: fixed;
	bottom: 0;
	z-index: 999;
	height: 110px;
}
#cookies_bar .content {
	width: 1000px;
	margin: 0px auto;
}
#cookies_bar .content .content1 {width: 83%; float: left;}
#cookies_bar .content .content2 {width: 14%; float: left; text-align: right; margin: -15px 0px 0px 20px;}

#cookies_bar .content .content1 a {color: #fff; text-decoration: underline;}
#cookies_bar .content .content1 a:hover {color: #fff; text-decoration: none;}

.button, input[type="button"], input[type="submit"] {
	padding: 5px 14px 7px 14px;
	display: inline-block;
	border: 0px;
	font-weight: 500;
	outline: none;
	font-size: 13px;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 2px;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);
	letter-spacing: -0.2px;
}
.button.medium {padding: 9px 18px; font-size: 14px;}

.button.color {color:#fff; background:#169fe6; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15); }
.button.color:hover {background:#aaa; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15); }


.button_beige.color { background:#bfa980; }		/* button beige */
.button_blue.color { background:#169fe6; }		/* button blue */
.button_brown.color { background:#784e3d; }		/* button brown */
.button_celadon.color { background:#56af8f; }		/* button celadon */
.button_cherry.color { background:#911938; }		/* button cherry */
.button_cyan.color { background:#37b6bd; }		/* button cyan */
.button_dark.color { background:#333; }		/* button dark */
.button_dirtygreen.color { background:#3b6e40; }	/* button dirtygreeen */
.button_gray.color { background:#707070; }		/* button gray */
.button_green.color { background:#7cb600; }		/* button green */
.button_navy.color { background:#495d7f; }		/* button navy */
.button_olive.color { background:#b3c211; }		/* button olive */
.button_orange.color { background:#fa5b0f; }		/* button orange */
.button_peach.color { background:#fcab55; }		/* button peach */
.button_pink.color { background:#c71c77; }		/* button pink */
.button_purple.color { background:#6957af; }		/* button purple */
.button_red.color { background:#c62020; }		/* button red */
.button_yellow.color { background:#ffb400; }		/* button yellow */
