@import"reset.css";
@import"grid.css";
@import"forms.css";
@import url(http://fonts.googleapis.com/css?family=Passion+One);
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic);
*/body{
	background:url(../images/body-bg.gif) 50% 0;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#717171;
	position:relative;
	min-width:960px;
}
.separated{ background:url(../images/divider4.gif) repeat-y; width:2px; height:147px; }
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
html,body{height:100%;}
html {min-width:960px;}
/* Global Structure---------------------------------------- */
.main{
	margin:0 auto;
	position:relative;
	width:950px;
}
.main-bg {
	background:url(../images/main-bg.jpg) no-repeat center 0;
	min-height:100%;
}

#marco1{
	background:url(../images/page1-bg1.gif);
	height: 134px;
    padding: 4px;
    width: 255px;
	}

#marco2{
	background:url(../images/page1-bg1.gif);
	height: 146px;
    padding: 4px;
    width: 151px;
	}

/*----- alignment & clearing -----*/
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}

.clear{
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.wrapper{
	overflow:hidden;
	position:relative;
}
.extra-wrap{
	overflow:hidden;
	display:block;
}
/*  Header styles */
h1,h2,h3,h4,h5,h6{
	color:#fff;
	padding:0 0 9px 0;
	font-weight:normal;
	font-family: 'Passion One', cursive;
}
h1{font-size:40px; line-height:48px;}
h2{font-size:36px; line-height:44px;}
h3{font-size:32px; line-height:40px;} 
h4{font-size:28px; line-height:34px;}  
h5{font-size:24px; line-height:30px;}
h6{font-size:20px; line-height:24px;}
.heading-1 {
	color:#b30404;
}
/*----- text & typography -----*/
.def-list-1 {padding:0 0 10px 0;}
.def-list-1 dt {
	display:block;
	font-size:12px;
	line-height:18px;
	padding:0 0 6px 0;
	color:#b09609;
	font-weight:bold;
}
	.def-list-1 dt a {
		color:#b09609;
		text-decoration:none;
	}
		.def-list-1 dt a:hover {text-decoration:underline;}

.quote {
	font-size:12px;
	line-height:20px;
	font-style:italic;
	position:relative;
	padding:0 0 15px 0;
}
	.quote strong {
		font-weight:normal;
		color:#b09609;
	}
	.quote:before {
		display:inline-block;
		background:url(../images/quote-before.png) no-repeat 0 0;
		content:"";
		width:14px;
		height:13px;
		margin:0 5px 0 0;
	}
	.quote:after {
		display:inline-block;
		background:url(../images/quote-after.png) no-repeat 0 0;
		content:"";
		width:14px;
		height:13px;
		margin:0 0 0 6px;
	}

strong {
	color:#CCC;
}
.str-1 {
	font-weight:normal;
	text-transform:uppercase;
}
.str-2 {
	color:#b09609;
}
.color-1 {
	color:#fff;
}
/*----- borders & lines -----*/
.hr-border-1 {
	/*
	border-bottom:1px solid #323232;
	*/
	margin:0 0 7px 0;
}
.hr-border-2 {
	background:#323232;
	height:3px;
	margin:0 40px 20px 40px;
}
/*----- boxes -----*/
.banner-box {
	background:#292929;
	padding:25px 135px 35px 40px;
	position:relative;
}
.banner-box h3 {
	font-size:34px;
	line-height:40px;
	padding:0;
}
.banner-box h4 {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:21px;
	line-height:26px;
	margin:-5px 0 0 0;
	font-weight:300;
	letter-spacing:-1px;
	padding:0 0 18px 0;
}
.banner-box .inner {
	position:relative;
	z-index:2;
}
.banner-box-img {
	position:absolute;
	right:0;
	bottom:0;
}
/*----- indents -----*/
.img-indent {
	float:left;
	/*margin:5px 10px 0 0;*/
}
.img-indent-bot {margin:5px 0 16px 0;}

p {
	padding-bottom:8px;
}
.p {padding-bottom:18px;}
.p0 {padding-bottom:0 !important;}
.p1 {padding-bottom:6px !important;}
.p2 {padding-bottom:15px !important;}

.a1 {margin:0 5px;}

.indent-bot {
	padding:0 0 32px 0;
}
.indent-bot-1 {
	padding:0 0 0px 0;
}
.indent-bot-2 {
	padding:0 0 20px 0;
}
.indent-right {margin-right:90px;}
.pad-left {
	padding-left:35px;
}
.pad-top {padding-top:8px;}
/*----- lists -----*/
.list-1 {padding:0 0 20px 0;}
.list-1 li {
	display:block;
	padding:4px 0 4px 16px;
	border-top:1px solid #323232;
	background:url(../images/list-1-marker.gif) no-repeat 0 10px;
}
	.list-1 li:first-child {padding:0 0 6px 16px; border:none;background:url(../images/list-1-marker.gif) no-repeat 0 5px;}
	.list-1 li a {
		color:#717171;
		font-size:14px;
		line-height:20px;
		padding:5px 0 6px;
		text-decoration:none;
	}
		.list-1 li a:hover {
			color:#fff;
		}

/*----- buttons & links -----*/
a {
	color:#fff;
	text-decoration: underline;
	cursor:pointer;
}
	a:hover {text-decoration: none;}

.button {
	display:inline-block;
	font-size:12px;
	color:#fff;
	text-decoration: underline;
	background:url(../images/link-marker.gif) no-repeat right 7px;
	padding:0 11px 0 0;
}
	.button:hover {
		text-decoration:none;
	}


.link {
	text-decoration: underline;
	color:#ee623a;
	font-weight:bold;
}
	.link:hover {text-decoration: none;}

ul.links li { list-style:url(../images/list-2-marker.gif) outside; 
margin-top:10px; float:left; }
ul.links a{ color:#FFF; font-family:arial; font-size:13px; text-decoration:none; margin-right:21px; }
ul.links a:hover{ color:#333;}

/*********************************header*************************************/
header{
	position:relative;
	z-index:2;
	width:950px;
	margin:0 auto;
	padding:80px 0 0 0;
	background:url(../images/slide-1.jpg) no-repeat center 80px;
}
header .inner {
	background:url(../images/header-bg.png);
	padding:30px 7px 12px 31px;
	position:relative;
	z-index:2;
}
.logo {
	display:inline-block;
	padding:0 !important;
}
.logo a {
	position:relative;
	background: url(../images/logo.png) no-repeat 0 0;
	height:58px;
	width:187px;
	overflow:hidden;
	text-indent:-99em;
	display:block;
}
/********************** Slider ************************/
.mp-slider .items {display:none;}
.mp-slider {
	position:absolute;
	top:-109px;
	left:0;
	right:0;
	height:511px;
}
.slider-container {
	position:relative;
	z-index:1;
	height:402px;
}
.mp-prev, .mp-next {
	position:absolute;
	width:31px;
	height:402px;
	bottom:0;
	z-index:3;
}
.mp-prev {
	left:0;
	background:url(../images/slider-prev.png) no-repeat 0 0;
}
	.mp-prev:hover {
		background:url(../images/slider-prev.png) no-repeat right 0;
	}
.mp-next {
	right:0;
	background:url(../images/slider-next.png) no-repeat 0 0;
}
	.mp-next:hover {
		background:url(../images/slider-next.png) no-repeat right 0;
	}

.mp-slider .banner {
	position:absolute;
	left:35px;
	right:35px;
	font-family: 'Passion One', cursive;
	color:#fff;
	z-index:99;
	top:120px;
	bottom:0;
	padding:0;
	text-align:center;
	font-size:84px;
	line-height:100px;
	text-transform:uppercase;
}
	.mp-slider .banner span {
		display:block;
	}
	.mp-slider .mp-ban-1 .row-1 {
		padding:40px 0 0 0;
	}
	.mp-slider .mp-ban-1 .row-2 {
		font-size:110px;
		line-height:130px;
		margin:-45px 0 0 0;
	}
	.mp-slider .mp-ban-1 .row-3 {
		margin:-40px 0 0 0;
	}
	.mp-slider .mp-ban-2 .row-1 {
		padding:35px 0 0 0;
		font-size:93px;
		line-height:110px;
	}
	.mp-slider .mp-ban-2 .row-2, .mp-slider .mp-ban-2 .row-3 {
		color:#ad0000;
		margin:-40px 0 0 0;
	}
	.mp-slider .mp-ban-3 .row-1 {
		padding:35px 0 0 0;
		font-size:92px;
		line-height:110px;
	}
	.mp-slider .mp-ban-3 .row-2, .mp-slider .mp-ban-3 .row-3 {
		margin:-40px 0 0 0;
	}
/********************** Navigation ************************/
nav {
	float:right;
	/*padding:12px 0 0 0;*/
	clear:both;
}

.sf-menu{
	min-height:28px;
	padding:0;
	margin:0;
}
.sf-menu ul{
	position:absolute;
	top:-999em;
	width:185px;
	left:0;
	display:none;
}
.sf-menu > li{
	position:relative;
	float:left;
	margin:0 16px;
}

.sf-menu > li > a {
	text-decoration:none;
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	color:#FFF;
	padding:10px 0 0 0;
	background:url(../images/nav-active.png) no-repeat center -30px;
	font-weight:bold;
}

	.sf-menu > li.current > a, .sf-menu > li:hover > a, .sf-menu > li.sfHover > a {
		color:#3E3E3E;
		text-decoration:none;
		background:url(../images/nav-active.png) no-repeat center 0;
	}
	a.current2{
		color:#000 !important;
		}

.sf-menu li:hover ul,.sf-menu li.sfHover ul{top:35px; left:0; z-index:999;}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	font-size:12px;
	line-height:14px;
	color:#fff;
	overflow:hidden;
	padding:8px 5px 8px 15px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	background:url(../images/sub-nav-tail.png);
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	color:#afaa9b;s
}
.sf-menu li li li a {
	background:url(../images/header-bg.png);
}
.sf-menu li li{
	float:none;
	position:relative;
	margin:0 0 1px 0;
}

.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:186px;top:0;}



/********************** Content ************************/

section#content {
	position:relative; 
	z-index:1;
}
.content-bg {
	background:url(../images/body-bg.gif);
	padding:35px 0 0px;
}
.author {
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
	.author i {font-weight:normal;}

.dropcap {
	float:left;
	font-family: 'Passion One', cursive;
	font-size:24px;
	line-height:30px;
	color:#b30404;
	margin:0 5px 0 0;
}
.price-list li {
	overflow:hidden;
	font-size:14px;
	line-height:18px;
	padding:0 0 12px 14px;
	background:url(../images/list-1-marker.gif) no-repeat 0 5px;
}
	.price-list li .price-item {
		float:left;
		color:#717171;
		text-decoration:none;
		max-width:70%;
		margin:0 6px 0 0;
	}
		.price-list li .price-item:hover {color:#fff;}
	.price-list li .filler {
		display:block;
		background:url(../images/filler.gif) repeat-x 0 bottom;
		height:15px;
		overflow:hidden;
	}
	.price-list li .price {
		float:right;
		margin:0 0 0 6px;
		width:60px;
		text-align:left;
		color:#b30404;
	}

.adress {padding:0 0 20px 0;}
.adress dt {
	display:block;
	font-weight:normal;
	color:#717171;
	font-size:12px;
	line-height:18px;
	width:235px;
}
.adress dd {
	font-size:12px;
	line-height:15px;
	color:#717171;
	overflow:hidden;
}
.adress dd span {
	float:left;
	width:55px;
	text-align:left;
	margin:0 6px 0 0;
}

/******************** Footer ******************/
footer {
	color:#717171;
	font-size:12px;
}
.footer-bg {
	background:url(../images/body-bg.gif);
	padding:0 0 30px 0;
}
footer a {color:#717171;}

.copyright {
	padding:5px 0 0 0;
	width: 500px;
}
.footer-logo {
	font-weight:normal;
	font-size:24px;
	line-height:30px;
	font-family: 'Passion One', cursive;
	color:#717171;
	margin:-7px 0 0 0;
	display:inline-block;
}
.footer-list li {
	background:url(../images/list-1-marker.gif) no-repeat 0 6px;
	font-size:12px;
	line-height:18px;
	padding:0 0 10px 14px;
}
	.footer-list li a {
		color:#717171;
		text-decoration:none;
	}
		.footer-list li a:hover {
			color:#fff;
		}
.social-list{
	padding:0px;
	margin:0px;	
	}
.social-list li {
	text-align:right;	
	padding:5px;
	float: left;
}
	.social-list li a {
		display:inline-block;
		width:27px;
		height:24px;
		/*background:#585858;*/
	}
		.social-list li a:hover {
			/*background:#b30404;*/
		}
/****/
/*
width="150" 
height="133"
*/
.view {
   width: 150px;
   height: 133px;
   /*margin: 10px;*/
   float: left;
   /*border: 5px solid #fff;
*/   overflow: hidden;
   position: relative;
   text-align: center;
   /*box-shadow: 0px 0px 5px #aaa;*/
   cursor: default;
   margin-right: 8px;
}
.view .mask, .view .content {
   width: 158px;
   height:140px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
   background:url(../images/magnifying-glass.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
  width:50px;
   height:50px;
}

.second-effect .mask {
   opacity: 0;
   overflow:visible;
   border:17px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.second-effect a.info {
   position:relative;
  top:-59px;
  right:47px;
   opacity: 0;
   -webkit-transition: opacity 0.5s 0s ease-in-out;
   -moz-transition: opacity 0.5s 0s ease-in-out;
   -o-transition: opacity 0.5s 0s ease-in-out;
   -ms-transition: opacity 0.5s 0s ease-in-out;
   transition: opacity 0.5s 0s ease-in-out;
}
.second-effect:hover .mask {
   opacity: 10;
   border:100px solid rgba(0,0,0,0.7);
}
.second-effect:hover a.info {
	opacity:1;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
/****/
#form2 {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}
#form2 .success {
padding-bottom: 5px;
-pie-background: none;
}
#form2 fieldset {
	position: relative;
	overflow: hidden;
	width:400px;
	border:none;
	top: 10px;
}
.success strong {
color: #fff;
background: none;
box-shadow: none;
}
#form2 .fleft:first-child {
width: 242px;
}
.fleft {
	clear:both;
}
#form2 fieldset label {
/*height: 39px;
position: relative;*/
display: block;
}
#form2 fieldset label input, #form2 fieldset label textarea {
/*font-family: Arial, Helvetica, sans-serif;*/
color: #7a7a7a;
font-size: 12px;
vertical-align: middle;
font-weight: normal;
/*padding: 5px 5px 5px;*/
/*margin: 0;*/
/*background:#E5E5E5;*/
border: none;
outline: none;
overflow: hidden;
width: 360px;
padding:5px;
	/*padding:5px 5px 6px 5px !important;*/
	background:#2f2f2f;
	outline:none;
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	color:#717171;
	margin:0;
	box-shadow:3px 3px 3px rgba(0,0,0,.1) inset;
	border:1px solid #464646;

}
#form2 fieldset div label span{
/*    float: left;
    margin: 4px 8px 0 0;
    text-align: right;
*/
    width: 69px;
}
#form2 fieldset div label div input{
	height:26px;
}

#form2 .error, #form2 .empty {
/*position: relative;*/
color: red;
font-size: 9px;
/*
top: 0px;
left: 10px;
top: -3px;
*/
}
#form2 .success, #form2 .error, #form2 .empty {
display: none;
text-align: left;
}
#form2 .success{
	color:#090;
	}
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
height: 0;
}
#form2 label {
/*height: 53px;*/
position: relative;
display: block;
clear:both;
}
#form2 label.message {
height: 118px; /*104*/
}
#form2 .buttons {
position: relative;
padding: 90px 0 0 0;
text-align: right;
}
#form2 textarea {
	resize: none;
	overflow: auto;
	height: 172px;
	width: 221px;
}
#form2 .buttons span {
display: inline-block;
}
a.form-btn {
display: inline-block;
color: #fff;
text-transform: uppercase;
font: 10px/11px 'Coda';
padding: 9px 15px 8px;
letter-spacing: 1px;
background: #585858;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #585858 0%, #3f3f3f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585858), color-stop(100%,#3f3f3f));
background: -webkit-linear-gradient(top, #585858 0%,#3f3f3f 100%);
background: -o-linear-gradient(top, #585858 0%,#3f3f3f 100%);
background: -ms-linear-gradient(top, #585858 0%,#3f3f3f 100%);
background: linear-gradient(top, #585858 0%,#3f3f3f 100%);
-pie-background: linear-gradient(top, #585858 0%,#3f3f3f 100%);
background:#3f3f3f;
}
