html, body {
	font-family: 'PT Sans', sans-serif;
	background-color: rgb(226, 209, 0);
	min-height: 100%;
	font-weight: 400;
	color: rgb(51, 51, 51);
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.topbar {
	background-color: #ffffff;
	font-size: 12px;
}

.set-lang {
	background-color: rgba(0, 0, 0, 0.025);
	min-height: 50px;
	padding-top: 17px;
}


.set-lang a, .set-lang a:link, .set-lang a:visited, .set-lang a:active {
	color: rgba(51, 51, 51, 0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.set-lang a:focus, .set-lang a:hover {
	color: rgba(51, 51, 51, 1);
	text-decoration: none;
}


.top-links {
	padding-top: 17px;
	min-height: 50px;
}

.top-links a, .top-links a:link, .top-links a:visited, .top-links a:active {
	color: rgba(51, 51, 51, 0.5);
	font-weight: 700;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.top-links a:focus, .top-links a:hover {
	color: rgba(51, 51, 51, 0.75);
	text-decoration: none;
}

.top-links a:first-child {
	margin-right: 24px;
}


@media (min-width: 768px) {
  .navbar-default {
	  background-color: rgba(255, 255, 255, 0);
	  border-color: rgba(255, 255, 255, 0);
	  margin-top: 50px;
	  margin-bottom: 50px;
  	}
  	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 3px solid rgba(51, 51, 51, 1);
		}
		.mynav, .navbar-default, .navbar, .navbar-brand {
			min-height: 100px;
		}
	 .navbar-default ul {
		 padding-top:25px;
	 }
	 .mynav li a:hover {
		 border-bottom: 3px solid rgba(51, 51, 51, 1);
		 -webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	 }
  }
 
 .navbar-default li a {
	color: rgba(51, 51, 51, 1)!important;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
    padding: 10px 0;
}

 .navbar-default li {
	 margin-right: 32px;
 }
 
 .navbar-default li:last-child {
	 margin-right: 0;
 } 

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  width: auto;
}

.bg-container {
	position: relative;
	background-image: url(../img/bg_element.png);
	background-position: center 250px;
	background-repeat: repeat-y;
	background-size: 90% auto;
}

.h1lead {
	
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	overflow: hidden;
	
}

.h1lead h1 {
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-size: 200px;
	line-height: 160px;
	letter-spacing: 35px;
	padding-bottom: 40px;

}

@media (max-width: 767px) {
.h1lead h1 {
	font-size: 100px!important;
	line-height: 90px!important;
}
}

@media (max-width: 991px) {
.h1lead h1 {
	font-size: 160px;
	line-height: 130px;
	letter-spacing: 15px;
}
}

.block-lead {
	font-size: 17px;
	line-height: 29px;
	font-family: 'PT Serif', serif;
	font-weight: 400;
	background-color: rgba(226, 209, 0, 0.25);
}

.block-lead hr {
	border-top: 3px solid rgb(51, 51, 51);
}

.block {
	font-size: 14px;
	line-height: 23px;
	font-family: 'PT Serif', serif;
	font-weight: 400;
	background-color: rgba(226, 209, 0, 0.25);
	border: 1px solid #000;
	padding: 50px;
}

footer {
	background-color: #fff;
	min-height: 250px;
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 150px;
	font-size: 12px;
	line-height: 23px;
}

.con hr {
	margin-top: 23px;
	margin-bottom: 23px;
}

.footer-logo {
	margin-bottom: 25px;	
}

.footer-links a {
	text-transform: uppercase;	
}

.footer-links hr {
	margin-top: 9px;
	margin-bottom: 9px;
}

.ffc-link, .ffc-link:visited, .ffc-link:link, .ffc-link:active,
.sdpz-link, .sdpz-link:visited, .sdpz-link:link, .sdpz-link:active{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
} 

.ffc-link:hover, .ffc-link:focus,
.sdpz-link:hover, .sdpz-link:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
} 

.ffc-link {
	margin-bottom: 25px;
}

.credits {
	padding-top: 15px;
	padding-bottom: 7px;
	font-size: 12px;
}

.credits a, .credits a:link, .credits a:visited, .credits a:active, .footer a, .footer a:link, .footer a:visited, .footer a:active {
	color: rgb(51, 51, 51);
}

.sans {
	font-family: 'PT Serif', serif;
	font-weight: 400;
}

.sans-b {
	font-family: 'PT Serif', serif;
	font-weight: 700;
}

.sans-i {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-style: italic;
}

.sans-b-i {
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-style: italic;
}

@media (max-width: 767px) {
.margin-xs {
	margin-top: 46px;
}
}

@media (max-width: 991px) {
.margin-sm {
	margin-top: 46px;
}
}

.h2lead {
	font-size: 23px;
	line-height: 23px;
}

.main-links ul {
	list-style: none;
}

.main-links ul li {
	margin-bottom: 30px;
}

.main-links ul, .main-links li {
	margin: 0;
	padding: 0;
}

.main-links a, .main-links a:link, .main-links a:active, .main-links a:visited {
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(51, 51, 51);
	font-weight: 700;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main-links a:focus, .main-links a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

@media (min-width: 992px) {
.main-links {
	padding-top: 200px;
}
}


.partner ol {
	list-style: none;
}

.partner ol, .partner ol li {
	margin: 0;
	padding: 0;
}

.partner li {
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
	padding-bottom:15px!important;
	padding-top: 15px!important;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.25);
}

.author {
	font-size: 10px;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
}

.h1lead h2 {
	margin-top: -40px;
}

.bg-wt {
	padding-top: 15px;
	padding-bottom: 15px;
}


.filme img, .bilder img {
	border-radius: 5px;
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
      filter: gray; /* IE5+ */
     -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
     -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.filme img:hover, .filme img:focus, .bilder img:hover, .bilder img:focus {
	filter: none;
     -webkit-filter: grayscale(0);
     -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.filme h3 {
	font-weight: 700;
	text-transform: uppercase;
}

.filme .item {
	min-height: 430px;	
}

.filme .item p {
	font-family: 'PT Serif', serif;
	font-weight: 400;
}

.filme .item p span {
	font-family: 'PT Serif', serif;
	font-weight: 700;
}

.filme .item a, .filme .item a:active, .filme .item a:visited, .filme .item a:link {
	color: rgba(51, 51, 51, 1);
}

.filme .item a:hover, .filme .item a:focus{
	text-decoration: none;
}

.movie-txt {
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

.film img {
	
}

.film .overlay {
	background-color: #fff;
}

@media (min-width: 991px) {
.film .overlay {
	margin-left: -40px;
	margin-top: 70px;
	padding: 20px;
}
}

@media (min-width: 1200px) {
.film .overlay {
	margin-left: -50px;
	margin-top: 100px;
	-webkit-box-shadow: 500px 0px 0px 0px #fff;
	-moz-box-shadow: 500px 0px 0px 0px #fff;
	box-shadow: 500px 0px 0px 0px #fff;
	padding: 30px;
}
}

@media (max-width: 992px) {
.film .overlay {
	padding: 15px;
}}

.film p {
	font-size: 17px;
	font-weight: 700;
}

.film h1 {
	font-weight: 700;
	letter-spacing: 10px;
	font-size: 43px;
	text-transform: uppercase;
}

.disarm-padding {
	padding-left: 0;
	padding-right: 0;
}

.short p {
	font-family: 'PT Serif', serif;
	font-weight: 700;
}

.film .short h2, .film .syn h2, .film .auth h2 {
	font-size: 33px;
	font-weight: 700;
	letter-spacing: 10px;
	text-transform: uppercase;
}

.film .syn h2 {
	text-align: right;
}

.film .short, .film .syn, .film .auth {
	margin-top: 30px;
}

@media (min-width: 1199px) {
.film .short h2 {
	margin-top: 90px!important;
}
.film .syn h2 {
	margin-top: 200px!important;
}
}

@media (min-width: 991px) {
.film .short h2 {
	margin-top: 110px;
}
.film .short p {
	text-align: center;
}
.film .short, .film .syn, .film .auth {
	margin-top: 75px;
}
.film .syn h2 {
	margin-top: 270px;
}
.film .auth h2 {
	text-align: center;
}

.film .auth .auth-list {
	text-align: right;
}
}

.film .syn p, .film .auth p {
	font-weight: 400;
	font-size: 14px;
}

.film .auth .auth-list ul {
	list-style: none;
}

.film .auth .auth-list ul li, .film .auth .auth-list ul {
	margin-left:0;
	padding-left: 0;
}

.get-margin-lg {
	margin-top: 30px;
}