/* basic */
*
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}

body
{
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section
{ 
    display:block;
}

nav ul
{
    list-style:none;
}

blockquote, q
{
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
    content:'';
    content:none;
}

a
{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins
{
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark
{
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del
{
    text-decoration: line-through;
}

abbr[title], dfn[title]
{
    border-bottom:1px dotted;
    cursor:help;
}

table
{
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr
{
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select 
{
    vertical-align:middle;
}
body
{
	font-family: Tahoma;
	font-size: 16px;
	color: #ffffff;
	background: #27292e;
}

a:link, a:visited, a:hover
{
	text-decoration: none;
	color: #ffffff;
}

li 
{
	line-height: 30px;
	}

#top
{
	float: left;
	width: 100%;
	min-height: 864px;
	background: #1a1a1a url("../images/www/bg.jpg") center 130px no-repeat;
}

	#header
	{
		margin: 0 auto;
		max-width: 1170px;
		height: 130px;
	}
		
		#logo
		{
			float: left;
			margin: 43px 0px;
		}
		
		#menu
		{
			float: right;
		}
		
			#menu ul
			{
				float: left;
				list-style-type: none;
			}
			
				#menu li
				{
					float: left;
					margin: 50px 20px 50px 0px;
					font-size: 18px;
				}
				
				#menu li:last-child
				{
					margin-right: 0px;
				}
				
					#menu a:hover
					{
						color: #fff200;
					}

	#promo
	{
		margin: 49px auto;
		width: 742px;
		height: 336px;
		padding: 300px 0px 0px 0px;
		background: url("../images/www/promo.png") center 0px no-repeat;
	}
	
		#promo h1
		{
			float: left;
			margin: 0px 50px;
			width: 642px;
			font-size: 56px;
			text-transform: uppercase;
			text-align: center;
			text-shadow: 2px 1px 5px #000;
		}
		
		#promo h2
		{
			float: left;
			margin: 200px 171px 0px 171px;
			width: 400px;
			font-size: 18px;
			text-align: center;
		}
		
#center
{
	float: left;
	width: 100%;
	background: #27292e;
}

	#content
	{
		margin: 30px auto;
		max-width: 1170px;
	}
	
		#content h1
		{
			float: left;
			width: 100%;
			color: #fff200;
			text-transform: uppercase;
			font-size: 24px;
		}
		
		#content h2
		{
			float: left;
			width: 100%;
			color: #fff200;
			text-transform: uppercase;
			font-size: 24px;
		}

		#content h3
		{
			float: left;
			width: 100%;
			color: #fff200;
			text-transform: uppercase;
			font-size: 24px;
		}
		
		#content p
		{
			float: left;
			width: 100%;
			margin: 30px 0px;
			text-align: justify;
			line-height: 24px;
		}
	
		#colLeft
		{
			float: left;
			max-width: 670px;
		}
		
		#colCala
		{
			float: left;
			width: 100%;
			margin-bottom:30px;
		}
		
		#colCala h1
		{
			float: left;
			width: 100%;
			color: #fff200;
			text-transform: uppercase;
			font-size: 24px;
			margin-bottom:30px;
		}
		
		#colCala h2
		{
			float: left;
			width: 100%;
			text-transform: uppercase;
			font-size: 20px;
			margin-bottom:30px;
			margin-top:30px;
		}

		#colCala h3
		{
			float: left;
			width: 100%;
			text-transform: uppercase;
			font-size: 20px;
			margin-bottom:30px;
			margin-top:30px;
		}
		
		#colCala p
		{
			float: left;
			margin:0px;
			line-height: 30px;
			font-size: 1em;
		}
				
		#colRight
		{
			float: right;
			max-width: 400px;
		}
		
			#colRight ul
			{
				float: left;
				list-style-type: none;
				margin: 30px 0px;
			}
			
				#colRight li
				{
					float: left;
					margin-bottom: 10px;
				}
				
				#colRight li:nth-child(2n)
				{
					margin-left: 20px;
				}
				
	#photos
	{
		float: left;
		width: 100%;
		height: 400px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	
		.photoBlock
		{
			float: left;
			width: 33%;
			height: 40px;
			/* padding: 200px 0px; */
		}
		
			.photoBlock p
			{
				float: left;
				width: 100%;
				text-align: center;
				text-transform: uppercase;
				font-size: 36px;
				text-shadow: 1px 1px 15px #000;
				position: relative;
				z-index:5;
			}
			
					.photoBlock img
		{
			height:400px;
			width: 100%;
		}
		
		.classic
		{
			/* background: url("../images/www/photos/01.png") no-repeat; */
		}
		.classic p
		{
			-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
			cursor:pointer;
		}
		
		.classic li
		{
			list-style:none;
		}
		
		.classic p:hover
		{
			-o-transition: all 0.6s;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-webkit-transform: scale(1.1);
cursor:pointer;
		}
		
		.modern
		{
			/* background: url("../images/www/photos/02.png") no-repeat; */
		}
		
		.modern p
		{
			-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
			cursor:pointer;
		}
		
		.modern li
		{
			list-style:none;
		}
		
		.modern p:hover
		{
			-o-transition: all 0.6s;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-webkit-transform: scale(1.1);
cursor:pointer;
		}
		
		.antique
		{
			/* background: url("../images/www/photos/03.png") no-repeat; */
			 width: 34%;
		}
		.antique p
		{
			-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
			cursor:pointer;
		}
		
		.antique li
		{
			list-style:none;
		}
		
		.antique p:hover
		{
			-o-transition: all 0.6s;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-webkit-transform: scale(1.1);
cursor:pointer;
		}
		
	#opinions
	{
		float: left;
		width: 100%;
		margin: 30px 0px;
	}
	
		#opinions h1
		{
			margin: 0 auto;
			max-width: 1170px;
			font-size: 24px;
			text-align: center;
		}
		
		#opinions h2
		{
			margin: 0 auto;
			max-width: 1170px;
			font-size: 24px;
			text-align: center;
		}
	
		#opinions ul
		{
			margin: 30px auto;
			max-width: 1170px;
			list-style-type: none;
		}
		
			#opinions li
			{
				float: left;
				max-width: 380px;
				/* height: 100px; */
				padding-left: 120px;
				padding-bottom: 60px;
				background: url("../images/www/opinion.png") no-repeat;
			}
			
			#opinions li:nth-child(2)
			{
				margin-left: 0px;
			}
			
				#opinions li p
				{
					float: left;
					max-width: 370px;
					text-align: justify;
					line-height: 24px;
				}
				
					#opinions li p b
					{
						float: left;
						width: 380px;
						font-size: 18px;
						margin-bottom: 10px;
					}
					
#bottom
{
	float: left;
	width: 100%;
	background: #1a1a1a;
}

	#footer
	{
		margin: 40px auto;
		max-width: 1170px;
	}
	
		#fMenu
		{
			float: left;
		}
		
			#fMenu ul
			{
				float: left;
				list-style-type: none;
				margin: 20px 0px;
			}
			
				#fMenu li
				{
					float: left;
					margin-right: 30px;
					font-size: 14px;
				}
				
				#fMenu li:last-child
				{
					margin-right: 0px;
				}
				
					#fMenu a:hover
					{
						color: #fff200;
					}
					
		#award
		{
			float: right;
		}
		
		#block
		{
			float: left;
			max-width: 1170px;
			margin: 30px 0px;
			border-top: 1px solid #282828;
			border-bottom: 1px solid #282828;
			padding: 20px 0px;
			width: 100%;
		}
		
			#contact
			{
				float: left;
			}
			
				#contact ul
				{
					float: left;
					list-style-type: none;
				}
				
					#contact li
					{
						float: left;
						margin-right: 20px;
						padding: 12px 0px 12px 50px;
						background: url("../images/www/mail.png") no-repeat;
					}
					
						#contact li:nth-child(2)
						{
							background: url("../images/www/phone.png") no-repeat;
						}
						
			#widget
			{
				float: right;
				margin-right: 20px;
			}
			
				#widget a
				{
					float: left;
					margin: 14px;
				}
				
		#copyright
		{
			float: left;
			max-width: 1170px;
			padding-bottom: 20px;
			text-align: center;
		}
		
		.zd img { height:204px; padding:10px;}
#h h2 {
    float: left;
    font-size: 10px;
	width:inherit;
	color:white;
	font-weight:normal;
	padding-bottom: 10px;
}
#h span {
    float: left;
    font-size: 10px;
	padding-left:10px;
	padding-right:10px;
}

#catapult-cookie-bar {
    background-color: rgba(0, 0, 0, 0.85);
    bottom: 0;
    color: #ffffff;
    direction: ltr;
    display: none;
    left: 0;
    min-height: 30px;
    padding: 6px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99999;
}
#catapult-cookie-bar a {
    color: #fff200;
}

button#catapultCookie, button#moreCookie {
    background: #27292e none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 20px;
    padding: 4px 12px;
}

#h h5 {
    float: left;
}