/* Resets */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	outline: none;
}

a, input[type=submit] {
	text-decoration: none;
	cursor: pointer;
}

ul, ol {
	list-style: none;
}

h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

.left { float: left; }
.right { float: right; }

.correct {
	background: #cee181 !important;
	border: 1px solid #8e9c56 !important;
	color: #556809 !important;
}

.incorrect {
	background: #f2dedf !important;
	border: 1px solid #dccccc !important;
	color: #a60100 !important;
}

/* Fonts */
@font-face {
	font-family: 'LatoWeb';
	src: url('../fonts/lato-regular-hu.eot');
	src: url('../fonts/lato-regular-hu.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/lato-regular-hu.woff') format('woff'),
		 url('../fonts/lato-regular-hu.ttf') format('truetype'),
		 url('../fonts/lato-regular-hu.svg#LatoWeb') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

/* Body definitions */
body {
	font: normal 13px 'LatoWeb', Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff;
	text-align: center;
	overflow-y: scroll;
}

body.drama-bg {
	background: #000;
}

.wrapper {
	width: 900px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

/* Header section */
#header {
	width: 100%;
	height: 120px;
	position: relative;
	z-index: 900;
	float: left;
	background: url(../img/repeat-dark.png) right top repeat-y #000;
}

#header .logo {
	width: 90px;
	height: 90px;
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	padding-top: 20px;
}

#header .logo img {
	width: 100%;
	display: block;
}

#header .logo:after {
	content: "";
	width: 1px;
	height: 61px;
	display: block;
	position: absolute;
	top: 15px;
	left: 120px;
	background: url(../img/header-separator.png) no-repeat;
}

#header .facebook {
	width: 81px;
	height: 27px;
	display: block;
	position: absolute;
	top: 55px;
	right: 0;
	background: url(../img/facebook.png) no-repeat;
}

#header .menu-toggler {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 32px;
	right: 15px;
	background: url(../img/menu-burger.png) no-repeat;
	display: none;
	cursor: pointer;
}

#header .menu-toggler.faded {
	opacity: .5;
}

/* Top navigation */
#menu {
	width: 690px;
	float: left;
	display: block;
	list-style: none;
	margin: 80px 0 0 145px;
}

#menu li.main-item {
	position: relative;
	float: left;
	padding: 7px 12px;
	margin-right: 10px;
}

#menu li.main-item.toggler:hover {
	background: #232323;
}

#menu li.main-item.toggler:hover ul.submenu {
	display: block;
}

#menu li.main-item a {
	color: #666;
	text-transform: lowercase;
}

#menu li.stressed-item {
	background: #9c556a;
}

#menu li.stressed-item a {
	color: #f0f0f0;
}

#menu li.main-item a:hover,
#menu li.main-item.selected a {
	color: #bcbec0;
}

#menu ul.submenu {
	width: 150px;
	padding: 7px 12px;
	background: #232323;
	position: absolute;
	top: 27px;
	left: 0;
	z-index: 900;
	display: none;
}

#menu ul.submenu li {
	width: 100%;
	padding: 5px 0;
}

#menu ul.submenu li a {
	font-size: 11px;
	text-transform: none;
}

/* Main wrappers */
#main {
	width: 100%;
	float: left;
	background: #fff;
	padding: 60px 0;
	text-align: center;
}

#main .wrapper {
	width: 700px;
}

.contact-table {
	width: 100%;
	border-collapse: collapse;
}

.contact-table td {
	vertical-align: top;
}

.contact-table img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: block;
}

h1.page-title {
	width: 100%;
	float: left;
	font: normal 20px "FuturaBold", sans-serif;
	color: #414141;
	margin: 20px 0;
	-webkit-font-smoothing: antialiased;
}

h1.page-title span {
	color: #9c556a;
}

.content-cols {
	width: 100%;
	float: left;
}

.content-cols .left,
.content-cols .right {
	width: 325px;
	position: relative;
}

.content-cols div,
.content-cols p,
.content-cols li {
	line-height: 1.3em;
	text-align: justify;
}

.content-cols .play {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	bottom: 40px;
	right: 90px;
	z-index: 400;
	background: url(../img/play.png) no-repeat;
}

/* Video gallery */
.video-gallery {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.video-gallery .row {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.video-item {
	width: 220px;
	height: 285px;
	position: relative;
	float: left;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #f4f4f4;
}

.video-item .play {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 140px !important;
	left: 190px !important;
	z-index: 400;
	background: url(../img/play.png) no-repeat;
}

.video-item.third {
	margin-right: 0;
}

.video-item .preview {
	width: 100%;
	height: 175px;
	position: relative;
	z-index: 300;
	float: left;
	margin-bottom: 5px;
}

.video-item p {
	line-height: 1.3em;
	color: #111;
	margin-bottom: 5px;
}

.video-item p span {
	display: block;
	color: #777;
}

/* Picture gallery */
.picture-nodes,
.picture-gallery,
.picture-node {
	width: 100%;
	float: left;
}

.picture-node {
	margin-bottom: 10px;
}

.picture-node h3 {
	font: normal 22px "FuturaBold", sans-serif;
	margin-bottom: 5px;
}

.picture-gallery {
	width: 100%;
	float: left;
}

.picture-gallery .gallery-item {
	width: 150px;
	height: 110px;
	float: left;
	margin: 0 30px 25px 0;
	border: 1px solid #8a8a8a;
	box-shadow: 0 0 15px rgba(0, 0, 0, .35);
}

.picture-gallery .gallery-item.fourth {
	margin-right: 0;
}

/* Drama items */
.drama-gallery {
	width: 100%;
	float: left;
	background: #000;
	margin: -59px 0 -59px 0;
}

.drama-item {
	width: 100%;
	position: relative;
	float: left;
	padding-top: 42px;
	margin: 30px 0;
	z-index: 800;
}

.drama-item-title {
	width: 98%;
	height: 42px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 2%;
	z-index: 800;
	background: #000;
	border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;
	text-align: left;
}

.drama-item-title p {
	font-size: 12px;
	height: 42px;
	line-height: 45px;
	display: inline-block;
	margin-right: 20px;
	text-transform: uppercase;
	color: #e1e1e1;
}

.drama-item-title p span {
	color: #666;
}

.drama-item .watch-trailer {
	position: absolute;
	top: 80px;
	left: 80px;
	z-index: 800;
	font-size: 16px;
	color: #fff;
	border: 1px solid #555;
	padding: 15px 20px;
	text-transform: uppercase;
}

.drama-item .bg-image {
	width: 100%;
	position: relative;
	z-index: 700;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* Our clients */
.client-grid {
	width: 100%;
	float: left;
	margin: 50px 0;
}

.client-grid .grid-item {
	width: 175px;
	height: 140px;
	float: left;
	text-align: center;
	line-height: 140px;
}

.client-grid .grid-item img {
	width: 100px;
}

/* Newsletter signup */
#subscribe {
	width: 315px;
	float: right;
}

#subscribe p {
	width: 100%;
	float: left;
	position: relative;
}

#subscribe .alert {
	width: 100%;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 15px;
}

#subscribe label {
	font-size: 11px;
	text-transform: lowercase;
	position: absolute;
	top: 6px;
	left: 7px;
}

#subscribe .captcha-holder {
	width: 100%;
	float: left;
}

#subscribe .form-input {
	width: 97.5%;
	float: left;
	margin-bottom: 10px;
	padding: 5px 3px;
	border: 1px solid #666;
	font-size: 11px;
	color: #666;
}

#subscribe .form-submit {
	float: right;
	font: normal 15px 'LatoWeb', Arial, Helvetica, sans-serif;
	background: #9c556a;
	border: none;
	border-radius: 3px;
	color: #fff;	
	text-transform: lowercase;
	margin-top: 10px;
	padding: 4px 17px;
	text-shadow: 1px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0 -5px 10px rgba(0, 0, 0, .2);
}

/* File manager */
#files {
	width: 95%;
	float: left;
	padding: 2.5%;
	border: 1px solid #e1e1e1;
}

#files ul.items {
	width: 100%;
	float: left;
	list-style: none;
}

#files ul.items li {
	width: 99%;
	float: left;
	padding: 1% 1% 1% 25px;
}

#files ul.items li a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #444;
}

#files ul.items li.folder-item {
	background: url(../img/folder.png) left center no-repeat;
}

#files .folder-title {
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	background: #f9f9f9;
	border-bottom: 3px solid #e1e1e1;
	text-indent: 10px;
}

#files .download-folder {
	float: right;
	color: #444;
	margin: 2px 5px 0 0;
	font-size: 11px;
	font-weight: bold;
}

#files .download-alert {
	width: 260px;
	font-size: 11px;
	line-height: 1.4em;
	text-align: center;
	padding: 10px;
	background: #cee181;
	border: 1px solid #8e9c56;
	border-radius: 3px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	color: #556809 !important;
	position: absolute;
	top: 0;
	right: -3px;
}

#files ul.folders li.folder-title a {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 !important;
}

#files ul.files {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

#files ul.files li {
	
}

#files ul.files li:last-child {
	border: none;
}

#files ul.files.single-file {
	width: 100%;
	margin-bottom: 0;
}

#files .breadcrumb {
	width: 100%;
	float: left;
	margin: 10px 0;
}

#files .breadcrumb a {
	float: left;
	color: #444;
	margin: 0 5px;
	padding-right: 15px;
	background: url(../img/arrow.png) right center no-repeat;
}

#files .breadcrumb a:last-child {
	background: none;
}

/* Login modal window */
#filelogin {
	width: 400px;
	float: left;
	margin: 40px 0 0 100px;
	z-index: 999;
	padding: 25px;
	background: #fff;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

#filelogin .alert {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 4px 0;
	margin: 10px 0 0 0;
	display: block;
}

#filelogin .alert.correct {
	background: #cee181 !important;
	border: 1px solid #8e9c56 !important;
	color: #556809 !important;
}

#filelogin .alert.incorrect {
	background: #f2dedf !important;
	border: 1px solid #dccccc !important;
	color: #a60100 !important;
}

#filelogin p {
	font-size: 18px;
}

#filelogin div {
	width: 48%;
	float: left;
	margin: 15px 0;
}

#filelogin div label {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
}

#filelogin .login-input {
	width: 95%;
	font: normal 11px 'LatoWeb', Helvetica, Arial, sans-serif;
	color: #444;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	padding: 1% 2.5%;
}

#filelogin .login-btn {
	font: bold 14px 'LatoWeb', Helvetica, Arial, sans-serif;
	background: #9c556a;
	border: none;
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, .2);
	padding: 1% 4%;
	cursor: pointer;
}

/* Footer section */
#footer {
	width: 100%;
	height: 325px;
	float: left;
	background: #000;
}

#footer .brand-cols {
	width: 100%;
	float: left;
	padding: 25px 0;
	text-align: left;
}

#footer .brand-cols .brand-item {
	width: 22%;
	float: left;
	padding-right: 3%;
}

#footer .brand-cols .brand-item-title {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
}

#footer .brand-cols .brand-item p {
	color: #999;
	font-size: 11px;
	line-height: 1.7em;
}

#footer .brand-cols .brand-item p a {
	color: #666;
}

#footer .brand-cols .brand-item p a:hover {
	text-decoration: underline;
}

#footer .legal {
	width: 100%;
	float: left;
	padding: 20px 0;
	border-top: 1px solid #ddd;
}

#footer .legal p {
	color: #999;
	line-height: 1.5em;
}

/* CLEAR FIX */
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {	display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }