@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,latin-ext);

@font-face {
  font-family: 'MarianinaFY-Bold';
  src: url('../font/MarianinaFY-Bold.eot?#iefix') format('embedded-opentype'),  url('../font/MarianinaFY-Bold.otf')  format('opentype'),
	     url('../font/MarianinaFY-Bold.woff') format('woff'), url('../font/MarianinaFY-Bold.ttf')  format('truetype'), url('../font/MarianinaFY-Bold.svg#MarianinaFY-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


.clear {
    clear: both;
}

body {
    font-family: 'OPEN Sans', sans-serif;
    background: url(../img/body-bg.jpg) no-repeat center top fixed;
    background-size: cover;
    padding-top: 20px;
}

a.private-moon-studio {
    display: inline-block;    
    margin: 0 33px;
}

.text-content h1 {
    color: #444444;
    background: #e6e6e6;
    padding: 10px 25px;
    font-family: 'OPEN Sans Condensed', sans-serif;
    font-size: 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 40px;
}

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

.text-content a {
    text-decoration: none;
    color: #ad2827;
}

.text-content h2 {
    color: #4d4d4d;
    font-size: 24px;
    font-family: 'OPEN Sans Condensed', sans-serif;
}
body > .container {
    width: 1220px;

    margin: 0 auto;
}
header {
    position: relative;
}

header:before {
    content: '';
    background: #a27747;
    height: 4px;
    width: 100%;
    display: block;
}
header .cycle-slideshow {
    height: 150px;
    overflow: hidden;
}
header .cycle-slideshow img {}
header .language-selector {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 100;
}
header .language-selector ul {
    margin: 0;
    padding: 0;
}
header .language-selector ul li {
    float: left;
    margin-right: 10px;
}
header .language-selector ul li a {
    width: 22px;
    height: 18px;
    display: block;
    text-indent: -10000px;
}
header .language-selector ul li a.hu {
    background: url(../img/flag-hu.png);
}
header .language-selector ul li a.en {
    background: url(../img/flag-en.png);
}
header .language-selector ul li a.de {
    background: url(../img/flag-de.png);
}
header .language-selector ul li a.sk {
    background: url(../img/flag-sk.png);
}
header .language-selector ul li:last-child {
    margin-right: 0;
}
header a.logo {
    position: absolute;
    left: 25px;
    top: 14px;
    z-index: 100;
}
header a.logo img {}
header nav.mainmenu {
    font-family: 'OPEN Sans Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
}

header nav.mainmenu:after {
    content: '';
    width: 100%;
    background: #006c3f;
    height: 5px;
    display: block;
}
header nav.mainmenu > ul {
    margin: 0;
    padding: 0;
    background: #a27747;
    height: 50px;
}
header nav.mainmenu > ul > li {
    float: left;
    padding: 0px 40px;
}

header nav.mainmenu > ul > li:hover {
    background: rgb(0, 108, 63);
}

header nav.mainmenu > ul > li:first-child {
    /* padding-left: 20px; */
}
header nav.mainmenu > ul > li.has-children {
    background-image: url(../img/menu-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    /* padding-right: 48px; */
}
header nav.mainmenu > ul > li > a {
    color: white;
    text-decoration: none;
    padding: 11px;
    display: block;
    font-family: MarianinaFY-Bold;
    font-size: 20px;
    /* font-weight: bold; */
}
header nav.mainmenu > ul > li > a:hover {}
header nav.mainmenu > ul > li > ul {
    display: none;
    position: absolute;
    z-index: 1000;
    padding: 0;
    margin: 0;
    background: rgb(0, 108, 63);
    margin-left: -40px;    padding: 10px 0;
}
header nav.mainmenu > ul > li:hover > ul {
    display: block;
}
header nav.mainmenu > ul > li > ul > li {}
header nav.mainmenu > ul > li > ul > li > a {
    color: white;    text-decoration: none;    
    padding: 10px 58px;    display: block;
    font-family: MarianinaFY-Bold;
    font-size: 20px;
}

header nav.mainmenu > ul > li > ul > li > a:hover {
    background: rgb(162, 119, 71);
}
header nav.mainmenu > ul > li > ul > li > a:hover {}

section.main {
    background: white;
    position: relative;
}

section.main:before {
    background: #eaeaea;
    content: '';
    position: absolute;
    left: 860px;
    top: 36px;
    bottom: 36px;
    width: 1px;
}
section.main > .content {
    padding: 30px;
    float: left;
    width: 800px;
    font-size: 13px;
    color: #333333;
}

section.main aside a {
    color: #AD2827;
    text-decoration: none;
}
section.main aside a:hover {
    text-decoration: underline;
}

.image-with-alt {
    display: inline-block;
}

.image-with-alt p {
    font-style: italic;
    margin-top: 6px;
}
section.main > .content .cycle-slideshow {}
section.main > .content .cycle-slideshow img {}
section.main > .content .cycle-slideshow a.prev {
    width: 48px;
    height: 48px;
    position: absolute;
    background: url(../img/slideshow-arrow-left.png);
    top: 50%;
    left: 30px;
    z-index: 1000;
    margin-top: -24px;
}
section.main > .content .cycle-slideshow a.next {
    width: 48px;    height: 48px;    position: absolute;    
    background: url(../img/slideshow-arrow-right.png);    top: 50%;    
    right: 30px;    z-index: 1000;    margin-top: -24px;
}
section.main > .content .boxes {}
section.main > .content .boxes .box {
    background: #e6e6e6;
    margin-right: 30px;
    margin-top: 30px;
    float: left;
    width: 385px;
    box-sizing: border-box;
    padding: 21px;
}
section.main > .content .boxes .box:nth-child(2n) {
    margin-right: 0px;
}
section.main > .content .boxes .box .title {
    font-family: 'OPEN Sans Condensed', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #444444;
    margin-bottom: 20px;
}
section.main > .content .boxes .box .img {}
section.main > .content .boxes .box .lead {
    font-size: 13px;
    color: #333333;
    margin-top: 20px;
    padding: 0 4px;
    height: 90px;
    overflow: hidden;
}
section.main > .content .boxes .box a.more {
    padding: 3px 8px;
    display: inline-block;
    float: right;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    position: relative;
    background: #60A27D;
    padding-right: 50px;
}

section.main > .content .boxes .box a.more:before {
    content: '';
    position: absolute;
    right: -10px;
    z-index: 0;
    background: url(../img/more-circle.png) no-repeat right center;
    height: 49px;
    width: 49px;
    top: -13px;
}
section.main > aside {
    padding: 15px;
    float: left;
    width: 330px;
}
section.main > aside .box {
    margin-top: 15px;
    margin-bottom: 30px;
}
section.main > aside .box .fb-container{
    text-align: center;
}
section.main > aside .box .title {
    font-family: 'OPEN Sans Condensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #006c3f;
    font-weight: bold;
    border-bottom: solid 4px rgb(162, 119, 71);
    margin-bottom: 10px;
}
section.main > aside .box .gallery-list {
    text-align: center;
}
section.main > aside .box .gallery-list a {
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    display: inline-block;
}
section.main > aside .box .gallery-list a img {}
section.main > aside .box .gallery-list a:nth-child(3n) {
    margin-right: 0;
}
section.main > aside .box .private-moon-studio img {}
section.main > aside .box .virtuart {
    display: inline-block;
    margin: 0 19px;
}
section.main > aside .box .virtuart img {}
footer {}
footer p {
    text-align: center;
    font-size: 11px;
    color: #333333;
}
footer p a {
    color: #333333;
    text-decoration: none;
}

footer p a:hover {
    text-decoration: underline;
}
.text-content {
    width: 750px;
    margin: 0 auto;
}
.text-content table {
    border: none;
    border-collapse: collapse;
}
.text-content table tr {}
.text-content table tr td {
    background: #e6e6e6;
    border: solid 1px white;
    padding: 6px 15px;
}
.text-content table tr:nth-child(2n) td {
    background: #f1f1f2;
}
.text-content table.default {
    border: none;
    border-collapse: collapse;
}
.text-content table.default tr {}
.text-content table.default tr td {
    background: transparent;
    border: solid 1px white;
    padding: 6px 15px;
}
.text-content table.default tr:nth-child(2n) td {
    background: transparent;
}

.galleries .item:nth-child(3n) {
    margin-right: 0;
}

.galleries .item {
    display: block;
    float: left;
    width: 230px;
    margin-right: 30px;
    text-decoration: none;
    color: #4f4f4f;
    margin-bottom: 30px;
    position: relative;
}

.galleries .item .title {
    /* font-weight: bold; */
    /* position: absolute; */
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    /* background: rgba(217, 38, 28, 0.5); */
    color: #4f4f4f;
    /* text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.81); */
    font-size: 13px;
    height: 38px;
}

.galleries .item img {}
