/*
Theme Name: tulpe
Theme URI: n/a
Author: the n/a
Description: n/a
Version: 1.0
*/


html, body { height: 100%; }


body {
    color: white;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

#browser{
    background: url("images/bg.jpg") repeat scroll left top;
	min-height: 100%;
    overflow: auto;
}



.main{
	width: 842px;
	margin: 0 auto;
}

header{
	position: relative;
	top: 4px;
	width: 100%;
	min-height: 108px;
	z-index: 10;
	background: rgb(186, 211, 77) none repeat scroll 0 0;
	border-color: rgb(148, 177, 62);
	border-style: solid;
	border-width: 4px 0 0;
	clear: both;
}

header .bg{
	position: relative;
	top: -4px;
	left: 30px;
	width: 842px;
	min-height: 165px;
	z-index: 11;
	overflow: hidden;
	background-color: rgb(186, 211, 77);
	background:url('images/header.jpg');
	background-position: center bottom;
	background-size: auto 165px;
	background-repeat: no-repeat;
}

header img { border: 0; }

header #logo{
	position: relative;
	z-index: 12;
	left: 0px;
	min-width: 251px;
	min-height: 87px;
	text-align: left;
	float: left;
	margin-bottom: 5px;
   margin-top: 10px;
}

header #logo #line1{
	width: 300px;
	font-family:'Niconne';
	font-size: 70px;
	color: #fff;
	height: 70px;
}

header #logo #line1 a{
	text-decoration: none;
	color: #fff;
	outline: none;
}

header #logo #line2{
	width: 400px;
	font-family:'Arial';
	font-size:11px;
	color:#466c1f;
	letter-spacing:1px;
	margin-left: 4px;
}

header #logo #logo-image{
}

	#languages { z-index: 999; } 
	#languages ul { float: right; width: 80px; list-style: none inside none;}
	#languages ul li { float: left; width: 25px; height: 15px; }   

/* nav */

nav{
	background: url("images/bg-menu.jpg");
	position: relative;
	width: 100%;
	min-height: 44px;
	z-index: 20;
	text-align: center;
	//overflow: hidden;
}

nav .line1{
	background: transparent url("images/line.png") repeat scroll left top;
	position: absolute;
	right: 0px;
	left: 0;
	height: 1px;
	top: 2px;
	z-index: 21;
}

nav .line2{
	background: transparent url("images/line.png") repeat scroll left top;
	position: absolute;
	right: 0px;
	left: 0;
	height: 1px;
	bottom: 3px;
	z-index: 21; 
}

nav ul{
	list-style: outside none none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

nav li{
	position: relative;
	float: left;
	top: 3px;
}

nav li a{
	color: #f2f2f2;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 44px;
	padding: 0 10px;
	display: inline-block;
	outline: none;
}

nav li a:hover {
	color: #e4ea3c;
}

nav ul li.current-menu-item a{
	color: #e4ea3c;
}

nav li ul li a:hover{
	color: #e4ea3c !important;
}

nav li ul {
	display:none;
	position:absolute;
	padding: 0;
}

nav ul li:hover > ul{
	display: block;
}

nav li ul li{
	width: 250px;
}

nav li ul li a{
	background: rgba(0,0,0,0.8);
	display: table-cell;
	min-height: 30px;
	width: 250px;
	vertical-align: middle;
	transition: 0.3s background-color;
	line-height: 20px;
	padding: 5px 10px;
	text-align: left;
	text-transform: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #f2f2f2 !important;
}

nav li ul li a:hover{
	background-color:rgba(0,0,0,0.9);   
	transition-delay:0.15;		
}

.toggle-icon { display: none; }
/* /nav */

.slider{
	position: relative;
	top: 0px;
	height: 434px;
	overflow: hidden;
	z-index: 15;
	background: #fff;
}

#slider {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

#slider .simply-scroll-clip {
	width: 100%;
	height: auto;
}
#scroller { width: 5248px !important; }
#slider .simply-scroll-list { }
#slider .simply-scroll-list ul { }
#slider .simply-scroll-list li { display: inline-block; width: auto; vertical-align: top;}
#slider .simply-scroll-list li img { height: 339px; width: 656px; }
.simply-scroll.simply-scroll-container { margin: 0; height:auto; }
.simply-scroll-btn { height: 100%; }


footer{
	width: 843px;
	height: 20px;
	margin: 0 auto;
	margin-top: 30px;
	z-index: 40;
	font-family:'Arial';
	font-size:12px;
	color: #fff;
}

footer span{
	color:#466c1f;
}

footer a{
	color: #fff;
}

.center { margin: 0 auto; }

.clear {
    clear: both;
}

#preloader{
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

#preloader, body, html {
background: url("images/preloader.gif") no-repeat scroll 50% 50%;
}

/* content styles */

#content{
	width: 1000px;
	background: #fff;
	font-family:'Arial';
	font-size:14px;
	line-height: 25px;
	color: #878080; 
	position: relative;
   top: 15px;
}

#content #container{
	padding: 20px 50px 35px;
}

#content h3 {
	font-family:'Arial';
	font-size:15px;
	color:#444545;
}

#content * ul {
    list-style: inside none disc;
}

#content .news-block{
padding-bottom: 20px;
}

.news-block .image {
float: left;
margin-right: 20px;
position: relative;
width: 150px;
height: 150px;
}

.news-block .data {
position: relative;
float: left;
width: 700px;
}

#content .date {
display: block;
font-family:'Arial';
font-size:14px;
color:#466c1f;
font-weight: bold;
}

#content .title{
display: block;
line-height:1.6;
text-align:left;
font-family:'Arial';
font-size:13px;
color:#8c8c8c;
font-weight: bold;
margin-top: 5px;
margin-bottom: 10px;
}

#content .more a{
    color: #466c1f;
    font-family: "Arial";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: -1px;
    text-align: left;
    text-decoration: none;
    
}

#content .more a:hover{
text-decoration: underline;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.ngg-album-compact { text-align: center !important; padding: 0 12px 25px 0 !important;}
.ngg-album-compact h4 a{ color: #73ae33 !important; text-align: center !important; font-size: 14px; } 

.full { width: 100%; }


	#content #container * {
	text-align: justify;
	}


#top-text{
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 30px;
	width: 600px;
}

#top-text table{
position: absolute; right: 0;top: 10px; width: 100%;
}

#top-text table td { width: 100%; text-align: right; }

/*#swipebox-overlay { width: 100% !important; height: 100% !important; }
/* #swipebox-top-bar { top:auto !important; bottom: 0; } */

/*#fancybox-wrap{ left: 50% !important; }
#fancybox-outer{ left: -50% !important; }

#fancybox-title {font-size: 16px !important; left: -50% !important; position: relative;} */

.ngg-galleryoverview { text-align: center !important; }
.ngg-gallery-thumbnail-box { display: inline-block; float: none !important; }

/* fix */

#content p { margin-top: 0; margin-bottom: 0; }
