/*-------------------------
	Simple reset
--------------------------*/

*{
	margin:0;
	padding:0;
}

/*-------------------------
	General Styles
--------------------------*/
html{
	background: #99cc00 url('../images/bg_g.jpg') no-repeat;
background-size: 100% 100%;
}

body{
	color:#fcfcfc;
	font:16px/1.3 'Oranienbaum',Arial, sans-serif;
	min-height: 950px;
	}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#fff;
}

a:hover{
	text-decoration:underline;
}


/*----------------------------
	Headers & Footers
-----------------------------*/
.imgBlock {
    background-color: #77bb77;
    border-radius: 10px 10px 10px 10px;
    font-family: "PT Sans Narrow","sans-serif","Tahoma";
    margin: 20px;
    width: 1380px;
	padding-left: 5px;
    }

headerM{
	background:url('../img/header.png') repeat-x;
	display: block;
	height: 220px;
	padding: 10px;
	}


h1{
	background:url('../img/logo.png') no-repeat center center;
	height: 80px;
	margin: 75px auto;
	overflow: hidden;
	text-align: center;
	text-indent: -99999px;
}

img {
margin: 0px auto;
display: block;
}

#wrapper {
    margin: 0 auto;
    width: 1100px;
}
#header {
    text-align: center;
}
#header a {
    font-family: 'Comfortaa',cursive;
    font-size: 18px;
    margin: 0 15px;
}
#header a:hover, #header a.aktive {
    text-shadow: 0 0 18px #FFFFFF;
}
.linia {
    background: url("../images/lin1.png") repeat scroll 0px 0px transparent;
    height: 10px;
    width: 82%;
    margin: 0px auto;
    clear: both;
}
.header{
	padding:5px;
	padding-top: 0px;
	padding-bottom: 10px;
	clear: both;
	}
.logo {
    background: url("../images/logoLL.png") no-repeat scroll 0% 0% transparent;
    width: 137px;
    height: 57px;
    float: left;
}
.text {
    font-size: 30px;
    font-family: 'Oranienbaum',serif;
    font-weight: 700;
    margin-left: 30px;
    margin-top: 14px;
    color: rgb(255, 255, 255);
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    display: block;
    float: left;
}
.text_h{
    font-size: 30px;
    font-family: 'Oranienbaum',serif;
    font-weight: 700;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
	text-align: center;
    width: 900px;
}
.home {
    background: url("../images/home2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 74px;
    margin-right: 30px;
    width: 74px;
}
/*Clearfix\*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.buttonsSearch {
     background: url("../images/selected3.png") no-repeat scroll 0% 0% transparent;
    width: 220px;
    height: 77px;
    display: block;
    float: right;
    cursor: pointer;
    margin-right: 120px;
	margin-top: -40px;
}

/*Select form*/
	.select-activeI, .select-activeI{
	float: right;
	background:url("../images/none-selected3.png") no-repeat);
	color:#006666;
	font-size: 18px;
	width:220px;
	text-align: center;
	height:31px;
	margin-top: -37px;
	margin-right: 140px;
	text-decoration: none;
	padding-left: 18px;
    padding-top: 5px;
}
.select-activeI, .select-activeI:visited, .selectI:hover{
	background:url("../images/selected3.png") no-repeat;
	color:#ffffff;
}
.selectI {
margin-top: 50px;
}

.textIm{
 color: rgb(255, 255, 255);
    display: inline-block;
    float:center;
}
/*----------------------------
	Green filter bar
	119:  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.7);
-----------------------------*/
#wrapper{
width: 1380px;
min-height:600px;
margin:5px auto;
}
#gallery{
width:600px;
height:200px;
margin:0px auto;
}

#filter {
    background: url("../img/bar.png") repeat-x scroll 0px -94px transparent;
    display: block;
    height: 50px;
    margin: 2px auto;
    position: relative;
    width: 1380px;
    text-align: center;
	padding-left: 22px;
	-moz-box-shadow:0 4px 4px #000;
	-webkit-box-shadow:0 4px 4px #000;
	box-shadow:0 4px 4px #000;
}

#filter:before, #filter:after {
	background: url("../img/bar.png") no-repeat;
	height: 50px;
	position: absolute;
	top: 0;
	width: 78px;
	content: '';
	
	-moz-box-shadow:0 2px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,0.4);
	box-shadow:0 2px 0 rgba(0,0,0,0.4);
}

#filter:before {
	background-position: 0 -47px;
	left: -78px;
}

#filter:after {
	background-position: 0 0;
	right: -78px;
}

#filter a {
    color: rgb(255, 255, 255);
    display: inline-block;
    line-height: 15px;
    padding: 0px 10px;
	padding-left:5px;
    text-shadow: 1px 1px 1px rgb(49, 82, 24);
    width: 77px;
    float: left;
	height: 50px;
	font-size: 18px;
	padding-top: 3px;
}

#filter a:hover{
	text-decoration:none;
}

#filter a.active{
	background: url("../img/bar.png") repeat-x 0 -138px;
	box-shadow:	1px 0 0 rgba(255, 255, 255, 0.2),
				-1px 0 0 rgba(255, 255, 255, 0.2),
				1px 0 1px rgba(0,0,0,0.2) inset,
				-1px 0 1px rgba(0,0,0,0.2) inset;
}


/*----------------------------
	Content area
-----------------------------*/

#container{
	display:block;
	overflow:hidden;
	width: 1380px;
	margin:0 auto;
}

#container li{
    float: left;
	height: 100px;
	list-style: none outside none;
	margin: 3px;
	position: relative;
	width: 100px;
	
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

#container ul{
	overflow:hidden;
}

#container ul.hidden{
	display:none;
}


/*----------------------------
	The Footer
-----------------------------*/
footer{
	display:block;
	background: url('../img/body_bg2.png') #7BE31E;
	position:fixed;
	width:100%;
	height:20px;
	bottom:0;
	left:0;
	z-index: 100000;
}

footer h2{
	font-size: 8px;
	font-weight:normal;
	left:50%;
	margin-left:-400px;
	padding:22px 0;
	position:absolute;
	width:400px;
	color:#eee;
}

footer a.tzine,a.tzine:visited{
	background:url("../img/tzine.png") no-repeat right top;
	border:none;
	text-decoration:none;
	color:#FCFCFC;
	font-size:12px;
	height:70px;
	left:50%;
	line-height:31px;
	margin:23px 0 0 110px;
	position:absolute;
	top:0;
	width:290px;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}
/*Footer\*/
.footer{
	text-align: right;
	border-top: 2px double #33cccc;
	padding-right:30px;
	padding-top: 5px;
	padding-bottom: 3px;
    position: relative;
    margin-top: 10px;
    height: 3em
}
.copyright, .contacts{
	color: #FFFFFF;
	font-size: 14px;
}
.contacts{
	padding-top: 3px;
}
.block{
	display: block;
}
