
@font-face {
	font-family: 'SegoePrint';
	src: url('../fonts/SegoePrintd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoePrint.woff') format('woff'), 
		url('../fonts/SegoePrint.ttf')  format('truetype'),
		url('../fonts/SegoePrint.svg#SegoePrint') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, body, ul, li, a, img, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	background: #c2d77d url('../gfx/background_2.png') repeat-x;
	font: normal 15px 'Tinos', 'Comic Sans MS', 'Trebuchet MS', Arial;
	color: #666;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}

.clear,
.clearfix:after {
	clear: both;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.content {
	width: 980px;
	margin: 0 auto;
}

.main-menu {
	padding: 15px 0;
}

.main-menu h1 {
	float: right;
	font: normal 18px 'SegoePrint';
}

.main-menu nav {
	clear: both;
}

.main-menu.top {
	margin-top: 20px;
	float: left;
}

.main-menu ul {
	list-style: none;
}

.main-menu.top ul > li {
	float: left;
	margin-left: 9.1px;
	position: relative;
}
.main-menu.top li:first-child {
	margin-left: 0;
}

.main-menu.left li {
	margin: 5px 0;
}

.main-menu a, .btn {
	background: #b2d459;
	background: -moz-linear-gradient(top,  #b2d459 0%, #8abc00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2d459), color-stop(100%,#8abc00));
	background: -webkit-linear-gradient(top,  #b2d459 0%,#8abc00 100%);
	background: -o-linear-gradient(top,  #b2d459 0%,#8abc00 100%);
	background: -ms-linear-gradient(top,  #b2d459 0%,#8abc00 100%);
	background: linear-gradient(to bottom,  #b2d459 0%,#8abc00 100%);
	
	display: block;
	text-decoration: none;
	color: #373435;
	padding: 6px 13px;
	border: 1px solid #86a33a;
	font-size: 16px;
	text-align: center;
	
	-webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, .4);
	   -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, .4);
			box-shadow: 0 3px 5px -3px rgba(0, 0, 0, .4);
	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}

.main-menu.top a {
	font-size: 16px;
}

.main-menu .orange, .btn.orange {
	background: #ed9a53;
	background: -moz-linear-gradient(top,  #ed9a53 0%, #ef7f1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed9a53), color-stop(100%,#ef7f1b));
	background: -webkit-linear-gradient(top,  #ed9a53 0%,#ef7f1b 100%);
	background: -o-linear-gradient(top,  #ed9a53 0%,#ef7f1b 100%);
	background: -ms-linear-gradient(top,  #ed9a53 0%,#ef7f1b 100%);
	background: linear-gradient(to bottom,  #ed9a53 0%,#ef7f1b 100%);
	border-color: #ea8431;
}

.main-menu .orange:hover, .btn.orange:hover {
	background: #ed9a53;
	background: -moz-linear-gradient(top,  #ed9a53 0%, #ed6e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed9a53), color-stop(100%,#ed6e00));
	background: -webkit-linear-gradient(top,  #ed9a53 0%,#ed6e00 100%);
	background: -o-linear-gradient(top,  #ed9a53 0%,#ed6e00 100%);
	background: -ms-linear-gradient(top,  #ed9a53 0%,#ed6e00 100%);
	background: linear-gradient(to bottom,  #ed9a53 0%,#ed6e00 100%);
}

.main-menu a:hover, .btn:hover {
	background: #a9d334;
	background: -moz-linear-gradient(top,  #a9d334 0%, #7cad00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9d334), color-stop(100%,#7cad00));
	background: -webkit-linear-gradient(top,  #a9d334 0%,#7cad00 100%);
	background: -o-linear-gradient(top,  #a9d334 0%,#7cad00 100%);
	background: -ms-linear-gradient(top,  #a9d334 0%,#7cad00 100%);
	background: linear-gradient(to bottom,  #a9d334 0%,#7cad00 100%);
		
	-webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .4);
	   -moz-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .4);
			box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .4);
}

.main-menu a:focus, .btn:focus {

	-webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .4), inset 0 0 10px 0 rgba(0, 0, 0, .2);
	   -moz-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .4), inset 0 0 10px 0 rgba(0, 0, 0, .2);
			box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .4), inset 0 0 10px 0 rgba(0, 0, 0, .2);
}

.main-menu ul .active > a, .main-menu > ul > .active .orange {
	color: #fefefe;
	border-color: #186829;
	
	-webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .4);
	   -moz-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .4);
			box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .4);
			
	background: #2da831;
	background: -moz-linear-gradient(top,  #2da831 0%, #1d7f28 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2da831), color-stop(100%,#1d7f28));
	background: -webkit-linear-gradient(top,  #2da831 0%,#1d7f28 100%);
	background: -o-linear-gradient(top,  #2da831 0%,#1d7f28 100%);
	background: -ms-linear-gradient(top,  #2da831 0%,#1d7f28 100%);
	background: linear-gradient(to bottom,  #2da831 0%,#1d7f28 100%);
}

.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 60;
}

.main-menu.top ul > li:hover .submenu {
	display: block;
}

.main-menu .submenu ul li {
	margin: 0;
	white-space: nowrap;
}

.left-col {
	width: 220px;
	float: left;
}

.main-content {
}

.logo {
	width: 190px;
	height: 190px;
	margin: 0 auto;
	position: relative;
	float: left;
}

.logo a {
	position: absolute;
	display: block;
	
	-webkit-animation: spin 4s linear infinite;
       -moz-animation: spin 4s linear infinite;
			animation: spin 4s linear infinite;
}

@-moz-keyframes spin { 
	25% { -moz-transform: rotate(5deg); }
	50% { -moz-transform: rotate(0deg); }
	75% { -moz-transform: rotate(-5deg); } 
	100%{ -moz-transform: rotate(0deg); }
}

header {
	margin-bottom: 20px;
}

h1 {
	font-size: 48px;
	color: #fefefe;
	text-shadow: 3px 3px 1px rgba(0, 0, 0, .3);
}

.image-title {
	margin: 0;
} 

.fb-button {
	width: 147px;
	margin: 0 auto;
}

.box-text {
	background: #fff;
	padding: 10px;
	margin-bottom: 15px;
	
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
}

.box-text .box-content {
	background: #e8f0c3;
	padding: 10px 20px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
}

.box-text.item {
	width: 49.5%;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	
}

.box-text.item + .item {
	margin-left: 1%;
}

.slider {
	position: relative;
}

.slider-content {
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
}

.slideshow-pager {
	position: absolute;
	bottom: 40px;
	right: 20px;
	z-index: 60; 
}

.slideshow-pager a {
	float: left;
	margin-left: 5px;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}

.slideshow-pager .activeSlide {
	background: #1d7f28;
}

.slider-content img {
	display: block;
}

.bottom-slider {
	margin-top: 10px;
}

.photo-text {
	border: 1px solid #666;
	margin: 20px 0;
	
	-webkit-box-shadow: 0 0 5px -2px rgba(0, 0, 0, .4);
	   -moz-box-shadow: 0 0 5px -2px rgba(0, 0, 0, .4);
			box-shadow: 0 0 5px -2px rgba(0, 0, 0, .4);
}

.photo-text.float-left {
	margin-right: 15px;
}

.photo-text.float-right {
	margin-left: 15px;
}

.photo-text.first {
	margin-top: 0;
}

.table {
	display: table;
}

.photo-list ul {
	list-style: none;
}

.photo-list li {
	float: left;
	width: 220px;
	height: 143px;
	margin: 10px;
	overflow: hidden;
	
	-webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .4);
	   -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .4);
			box-shadow: 0 0 5px -1px rgba(0, 0, 0, .4);
}

.photo-list a {
	display: block;
	border: 1px solid #999;
	opacity: .9;
}

.photo-list a:hover {
	opacity: 1.0;
}

.photo-list img {
	width: 100%;
}

.point-list {
	margin-left: 25px;

}

.promo-cover {
	text-align: center;
}

.promo-cover a {
	margin: 0 10px;
	opacity: 0.9;
	display: inline-block;
	border: 1px solid #aaa;
	
	-webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .4);
	   -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .4);
			box-shadow: 0 0 5px -1px rgba(0, 0, 0, .4);
}

.promo-cover a:hover {
	opacity: 1.0;
}

.promo-cover a img {
	display: block;
}

.save-link {
	background: url('../gfx/save-icon.png') left center no-repeat;
	padding-left: 28px;
	text-decoration: none;
	color: #333;
}

.save-link:hover {
	text-decoration: underline;
}

.contact-data {
	padding: 0 15px;
	margin: 0 auto;
	width: 270px;
}

.form {
	float: right;
	margin-right: 20px;
	width: 327px;
}

.form .row {
	margin-bottom: 5px;
}

.form label {
	float: left;
	width: 75px;
	margin: 10px 10px 0 0;
	text-align: right;
}

.form label span {
	color: #b33;
}

.form input[type="text"], .form textarea {
	padding: 10px;
	background: #a9cf46;
	font: normal 13px Arial;
	border: 1px solid #86A33A;
	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}

.form input[type="text"]:hover, .form textarea:hover,
.form input[type="text"]:focus, .form textarea:focus {
	border-color: #819d38;
	background: #a4c942;
	
	-webkit-box-shadow: 0 0 5px -2px rgba(0, 0, 0, .2);
	   -moz-box-shadow: 0 0 5px -2px rgba(0, 0, 0, .2);
			box-shadow: 0 0 5px -2px rgba(0, 0, 0, .2);
}

.form textarea {
	resize: vertical;
	min-height: 168px;
	max-height: 250px;
}

.form input[type="text"], .form textarea {
	width: 220px;
}

.form .btn {
	float: right;
	cursor: pointer;
	margin-top: 10px;
	font: normal 14px Arial;
}

.form .error {
	font-size: 10px;
	margin-left: 90px;
	color: #b33;
}

footer .content {
	margin: 20px auto;
	background: rgba(0, 0, 0, 0.5);
	color: #fefefe;
	
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
}

footer .wrapper {
	padding: 10px;
}

.photo {
	margin: 0 30px 0 0;
	border: 5px solid #fff;
	float: left;
	width: 40%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.photo img {
	display: block;
	max-width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.text-over {
	overflow: hidden;
}

.fb-widget {
	position: fixed;
	left: -300px;
	top: 15%;
	z-index: 70;
	min-height: 92px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fb-widget:hover {
	left: 0;
}

.fb-widget .fb-btn {
	position: absolute;
	left: 100%;
	top: 20%;
	background: url('../gfx/fb-btn.png') no-repeat;
	width: 35px;
	height: 92px;
	cursor: pointer;
}

.cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, .8);
	font: normal 13px 'Tinos', 'Comic Sans MS', 'Trebuchet MS', Arial;
}

.cookies a {
	color: inherit;
}

.cookies p {
	padding: 0 15px;
}

.rodo-link {
	color: inherit;
	float: right;
}
