/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014.03.12., 9:02:43
    Author     : Péter
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);



@-webkit-keyframes menu-border-100 {
    0% { width: 0%;}
    100% { width: 100%; }
}
@-moz-keyframes menu-border-100 {
    0% { width: 0%;}
    100% { width: 100%; }
}
@-ms-keyframes menu-border-100 {
    0% { width: 0%;}
    100% { width: 100%; }
}
@-o-keyframes menu-border-100 {
    0% { width: 0%;}
    100% { width: 100%; }
}
@keyframes menu-border-100 {
    0% { width: 0%;}
    100% { width: 100%; }
}


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #444142;
    background: url(../img/header-bg.png) no-repeat center top #fbfbfb;
}

a, a:link, a:visited{
color: #9BB711;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

.clear {
    clear: both;
}

body .container {
    width: 1000px;
    margin: 0 auto;
}

aside {
    float: left;
    width: 290px;
    margin-right: 50px;
}
aside a.logo {
    width: 264px;
    height: 172px;
    background: url(../img/logo.png);
    display: block;
    margin-top: 20px;
}
aside nav {}
aside nav ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-top: 30px;
}
aside nav ul li {
    background: url(../img/li-bg.png) no-repeat left 10px;
    padding-left: 20px;
}
aside nav ul li a {
    font-size: 14px;
    color: #444142;
    text-decoration: none;
    padding: 6px 0;
    display: inline-block;
}
aside nav ul li a.current {
    color: #9bb711;
}

aside nav ul li a:after {
content: ' ';
height: 1px;
background: #9BB711;
width: 0;
display: block;
}
aside nav ul li a:hover {
	text-decoration: none;
}
aside nav ul li a:hover:after {
	-webkit-animation: menu-border-100 0.5s 1;
    -moz-animation: menu-border-100 0.5s 1;
    -ms-animation: menu-border-100 0.5s 1;
    -o-animation: menu-border-100 0.5s 1;
    animation: menu-border-100 0.5s 1;
	width:100%;
}
aside a.palyarajz {
    width: 158px;
    height: 93px;
    background: url(../img/palyarajz.png);
    display: block;
    margin: 20px 0 50px 20px;
}

.main-container {
    width: 660px;
    float: left;
}
.main-container header {}
.main-container header nav {
    text-align: right;
    padding-top: 23px;
    padding-bottom: 28px;
    margin-bottom: 10px;
}
.main-container header nav ul {
    margin: 0;
    padding: 0;
}
.main-container header nav ul li {
    display: inline-block;
    margin-right: 25px;
}
.main-container header nav ul li a {
    font-size: 14px;
    color: #444142;
    text-decoration: none;
}
.main-container header nav ul li a:after {
    content: ' ';
	height: 1px;
	background: #9BB711;
	width: 0;
	display: block;
}
.main-container header nav ul li a:hover {
	text-decoration: none;
}
.main-container header nav ul li a:hover:after {
	-webkit-animation: menu-border-100 0.5s 1;
    -moz-animation: menu-border-100 0.5s 1;
    -ms-animation: menu-border-100 0.5s 1;
    -o-animation: menu-border-100 0.5s 1;
    animation: menu-border-100 0.5s 1;
	width:100%;
}
.main-container header nav ul li:last-child {
    margin-right: 0;
}
.main-container header nav ul li a.current {
    color: #9bb711;
}

.main-container header .slideshow-container {
    width: 660px;
    height: 228px;
    background: #ccc;
	overflow: hidden;
}
.main-container .content {
    min-height: 50px;
	background: url(../img/content-bg.png) no-repeat right bottom white;
    margin-top: 10px;
    padding: 50px;
}
.main-container .content h1{
    font-size: 14px;
    font-weight: normal;
    position: relative;
}
.main-container .content h1:before{
    content: ' ';
    background: url(../img/h1-before.png);
    display: block;
    width: 8px;
    height: 10px;
    position: absolute;
    left: -16px;
    top: 5px;
}
.main-container .content h1:first-child{
    margin-top: 0px;
}
.main-container .content p{}
.main-container .content ul{}
.main-container .content ul li{}
.main-container .content ul li a{}
.main-container .content ol{}
.main-container .content ol li{}
.main-container .content ol li a{}
.main-container .content table{}
.main-container .content table tr{}
.main-container .content table tr td{}
.main-container .content table tr td p {
    margin: 0;
}
footer {
    position: relative;
    height: 190px;
	background: url(../img/footer-bg.png) no-repeat center top;
}
footer a{}
footer a.perfect-change{
    width: 311px;
    height: 89px;
    background: url(../img/perfect-change.png);
    display: block;
    text-indent: -10000px;
    position: absolute;
    left: 0;
    top: 50px;
}
footer a.virtuart{
    width: 133px;  
    height: 45px;  
    background: url(../img/virtuart.png);  display: block;  text-indent: -10000px;  position: absolute;  
    left: 50%;  
    top: 25px;
    margin-left: -66px;
}
footer a.footer-logos{
   width: 536px;
	height: 137px;
	background: url(../img/footer-logos.png);
	display: block;
	text-indent: -10000px;
	position: absolute;
	right: 0;
	top: 30px;
}

body .ribbon {
    background: #eaeade;
    padding: 17px;
    text-align: center;
    margin-top: 10px;
}



.pager {

}
.pager a, .pager span {
    font-size: 10px;
    color: #666666;
    display:inline-block;
    padding:5px 7px;
    text-decoration:none;
    font-weight: bold;
}
.pager a.arrow {
    font-size: 14px;
    position: relative;
    top: 0px;
    padding: 2px 7px;
}
.pager a:hover {
    background:#eaeade;
    color: black;
}
.pager span {
    color:#999;
    text-decoration:none;

}

.more {
    /*float: right;*/
    display: block;
}

.videos {}
.videos .item {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 265px;
}
.videos .item.last {
    margin-right: 0;
}
.videos .item .title {
    margin-bottom: 9px;
}

.gallery {}
.gallery .gallery-item {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 265px;
}
.gallery .gallery-item a{
    color: #444142;
    text-decoration: none;
}
.gallery .gallery-item.last {
    margin-right: 0;
}
.gallery .gallery-item .title {
    margin-bottom: 9px;
}

.gallery-img {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
}
.gallery-img.last {
    margin-right: 0;
}

.footer-gokart {
width: 220px;
height: 101px;
background: url(../img/gokart.png) no-repeat;
position: fixed;
bottom: 0;
right: -220px;
}