@charset "utf-8";

html, body {
    font-family: "AvenirNextLTW01-Regular", sans-serif;
    /*font-weight: 300;*/
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
}

section {
    padding-bottom: 2.4em;
}

div {
}

form input, textarea {
    max-width: 500px;
    color: #000;
}

td {
}

p {
}

ol, ul {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0px;
}

/* RADIO BUTTON IMPORTANT STYLE WHEN INPUT HAS BEEN STYLED GLOBALLY !!! */
input.radio { /* set class='radio' */
    border: 0px;
    width: 1em
}

input[type="radio"] {
    border: 0px;
    width: 1em
}

/* *** */

input, select, textarea, button {
    font-size: 1.2rem;
    border: 1px solid #dbdbdb;
    /* border-radius: 4px;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     -o-border-radius: 4px;  */
    padding: 2px 5px;
}

textarea {
    font-size: 1.5rem;
    border: 1px #d9d9d9 solid;
    background-color: #fff;
    opacity: 0.93;
    filter: alpha(opacity=93); /* IE8 and earlier */
    /* border-radius: 4px;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     -o-border-radius: 4px;*/
    padding: 2px 5px;
    min-height: 3em;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #5890F1;
}

a {
    text-decoration: none;
    color: #2A87C1;
}

a:visited {
    text-decoration: none;
    color: #2A87C1;
}

a:hover {
    text-decoration: none;
    color: #00aff0;
}

a:active {
    text-decoration: none;
    color: #2A87C1;
}

h1 {
    margin-bottom: .7em
}

/*h1 { 
    font-size: 30px;
    line-height: 170%;     
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #000;
}

h2 {  
    font-size: 22px;
    line-height: 140%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #000;
}

h3 {     
    line-height: 140%;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.17em;
}

h4 {      
    line-height: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h5 {
    color: #757575;
    font-size: 1.2em;
    line-height: 100%;
    margin: 0;
    padding: 8px 0 6px;
}

h6 {
    line-height: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}*/

#ajaxloadinfo {
    position: fixed;
    top: 240px;
    left: 49%;
    height: 24px;
    width: 24px;
    background: url("../../cms/System/Image/Javascript/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
    /*background-color: #EFF2F7;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    */
    display: none;
    z-index: 100000;
}

.pointer {
    cursor: pointer;
}

.clear {
    clear: both;
    padding: 0;
    margin: 0;
    width: 0;
    font-size: 0;
}

.groupfix {
    *zoom: 1;
}

.groupfix::before,
.groupfix::after {
    display: block;
    line-height: 0;
    content: " ";
}

.groupfix::after {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bold {
    font-weight: bold;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

/* portlets and global elements */
footer {
    padding: 2em 0;
}

#footer.stikybottom {
    position: fixed;
    bottom:0;
    left: 0;
    right:0;
}

.main {
    min-height: 400px;
    z-index: 100;
}

.categorylogo {
}

.articleimage {
}

.articlelistrow {
    border: 1px solid gray;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px 10px;
    margin: 5px 0;
    box-shadow: 0 0 5px gray; /* all latest browser */
    -moz-box-shadow: 0 0 5px gray; /* Firefox older version*/
    -webkit-box-shadow: 0 0 5px gray; /* Chrome/Safari older version */
}


.partners .articlebody img {
    margin: 1em;
}

.gallery, .articletagblock {
    clear: both;
}

.galleryimage, .galleryportletimage {
    margin: 5px;
}

ul.socmedline li {
    display: inline-block;
    margin: 10px 6px;
}

ul.socmedline li a {
    display: block;
    width: 22px;
    height: 22px;
}

a.ffacebook {
    background: url("../media/Facebook.png") no-repeat center center;
}

a.ffacebook:hover {
    background: url("../media/Facebook_a.png");
}

a.ttwitter {
    background: url("../media/Twitter.png") no-repeat center center;
}

a.ttwitter:hover {
    background: url("../media/Twitter_a.png");
}

a.yyoutube {
    background: url("../media/YouTube.png") no-repeat center center;
}

a.yyoutube:hover {
    background: url("../media/YouTube_a.png");
}

a.iinstagram {
    background: url("../media/Instagram.png") no-repeat center center;
}

a.iinstagram:hover {
    background: url("../media/Instagram_a.png");
}

a.iimdb {
/*    width: 50px !important;*/
    background: url("../media/IMDB.png") no-repeat center center;
}

/*a.iimdb:hover {
    background: url("../media/IMDB.png");
}*/

.yt-container {
    position: relative;
/*    padding-bottom: 56.25%;
    padding-top: 30px;*/
    padding-bottom: 26.25%;
    padding-top: 30%;
    height: 0;
    overflow: hidden;
}

.yt-container iframe, .yt-container object, .yt-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    scrolling: no;
}

.yt-v2 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.yt-v2 iframe, .yt-v2 object, .yt-v2 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    scrolling: no;
}

.copyright {
    font-size: 0.7rem;
}

/* BOOTSRAP EXTENSION */
img.pull-left {
    margin: 0px 20px 10px 0px;
}

img.pull-right {
    margin: 0px 0px 10px 20px;
}

.navbar-default {
    background: transparent;
    border: 0;
    z-index: 1000;
}

.nav > li > a {
    padding: 15px 10px;
}

.navbar-default .navbar-nav a {
    font-size: 14px;
    font-family: "AvenirNextLTW01-Regular", sans-serif;
    font-weight: 300;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #e7e7e7;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 20px;
}

.horizontal-menu .navbar-brand {
    text-transform: uppercase;
    color: #fff;
}

.horizontal-menu a.navbar-brand:hover {
    color: #fff;
}

.horizontal-menu .nav > li > a {
    color: #fff;
    text-transform: uppercase;
}

.horizontal-menu .nav > li > a:hover {
    color: #fff;
    text-transform: uppercase;
}

.horizontal-menu .navbar-nav > li > a, .horizontal-menu .navbar-nav > li > a:focus, .horizontal-menu .navbar-nav > li > a:hover {
    color: #fff;
    background: transparent;
}

.horizontal-menu .navbar-nav > .active > a, .horizontal-menu .navbar-nav > .active > a:focus, .horizontal-menu .navbar-nav > .active > a:hover {
    color: #00aff0;
    background: transparent;
}

.horizontal-menu .navbar-nav > .open > a, .horizontal-menu .navbar-nav > .open > a:focus, .horizontal-menu .navbar-nav > .open > a:hover {
    /*color: #fff;*/
    background: transparent;
}

.horizontal-menu .navbar-nav .open .dropdown-menu > li > a:hover, .horizontal-menu .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #00aff0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff8f8;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #00aff0;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #0d0d0d;
    white-space: nowrap;
    text-transform: uppercase;
}

.secnav {
    height: 50px;
    padding: 15px 0;
}

.secnav li a {
    width: 22px;
    height: 22px;
    display: inline-block;
}

.secnav li span {
    margin-right: 15px;
}

.secnav li a, .secnav li a:focus, .secnav li a:hover {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.secnav li a.en {
    background: url("../media/en.png") no-repeat center center;
}

.secnav li a.cz {
    background: url("../media/cz.png") no-repeat center center;
}

.secnav li a.donateicon {
    padding: 5px 35px;
    background: url("../media/donate_button.png") no-repeat center center;
}


.crew {
    margin-top: 120px;
    background-image: url("../media/bg_images/crew.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}


.editor {
    margin-top: 120px;
    background-image: url("../media/bg_images/editor.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}



.dop {
    margin-top: 120px;
    background-image: url("../media/bg_images/dop.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}

.actor {
    margin-top: 120px;
    background-image: url("../media/bg_images/actor.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}



.writer {
    margin-top: 120px;
    background-image: url("../media/bg_images/writer.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}



.director {
    margin-top: 120px;
    background-image: url("../media/bg_images/director.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}



.bio {
    margin-top: 120px;
    background-image: url("../media/bg_images/bio.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}

.showreel {
    margin-top: 120px;
    background-image: url("../media/bg_images/Showreel_bg.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}




.trailer {
    margin-top: 120px;
    background-image: url("../media/bg_images/trailer.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}

.watch {
    margin-top: 120px;
    background-image: url("../media/bg_images/watch.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}

.about {
    margin-top: 120px;
    background-image: url("../media/bg_images/about.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}

.press {
    background-image: url("../media/bg_images/press.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}

.press-downlaod {
    margin-top: 120px;
    background-image: url("../media/bg_images/press.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}

.partners {
    margin-top: 120px;
    background-image: url("../media/bg_images/partners.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}

.contact {
    margin-top: 120px;
    background-image: url("../media/bg_images/contact.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}

.rwttc {
    margin-top: 120px;
    background-image: url("../media/bg_images/rwttc.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
}

.fullscreen-bg {
    background: url("../media/bg.jpg") center center / cover no-repeat;
    background-attachment: scroll;
}

.fullscreen-bg__video {
    display: none;
}

/* contact form */

.contact_form h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
}
.contact_form form {
    padding: 10px 0 10px 3%;
}

.contact_form label {
    margin-bottom: 3px;
}

.contact_form .indicates-required {
    text-align: left;
    font-size: 11px;
    margin-top: 10px;
}

.contact_form .asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
}

/* end contact form */


#headersocialmedia {
    display: none;
}

#headerlanguage {
    display: none;
}

.col-lg-3 {
    width: 1%;
}

.container-fluid {
    background: #000;
    position: fixed;
    top: 0;    
    width: 100%;
    z-index: 9999;
}

.title {
    font-size: 3.5em;
    font-weight: 100;
    line-height: 1.3;
    letter-spacing: -0.035em;
    color: #fff;
    font-family: "AvenirNextLTW01-UltraLi", sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-top: 5%;
}

.stickyhome {
    position: fixed;
    bottom: 100px;
    left: 0;
    right:0;
}

.popover {
   background-color:transparent;
   border:none;
   border-radius:unset;
   min-width:100px;
   width:100%;
   max-width:330px;
   overflow-wrap:break-word;
   z-index: 9999999;
}
.popover.bottom .arrow {visibility:hidden;}

.right-contact {
    padding: 5px 65px;
    font-size: 14px;
    font-family: "AvenirNextLTW01-Regular", sans-serif;
    font-weight: 300;
}

.site-logo-top {
    display:none;
}

.site-logo-bottom {
    background-image: url("../media/Paul_Dean_logo.jpg");
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    height: 60px;
}

@media only screen and (min-width: 768px) {
}


@media only screen and (min-width: 1011px) {

    .col-lg-3 {
        width: 1%
    }

    #headerlanguage {
        display: block;
    }

    .navbar-right {
        display: none !important;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

}


@media only screen and (min-width: 1024px) {

    .fullscreen-bg__video {
        display: block;
    }

}

@media only screen and (min-width: 1200px) {

    .col-lg-3 {
        width: 8%
    }

    .stickyhome {
        position: fixed;
        bottom: 70px;
        left: 0;
        right:0;
    }
}


@media only screen and (min-width: 1270px) {

    .col-lg-3 {
        width: 16%;
    }

}

@media only screen and (min-width: 1300px) {
    
    #headersocialmedia {
        display: block;
    }
    
    #footersocialmedia {
        display: none;
    }

}


@media (max-width: 1010px) {

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-top: -57px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        background-color: #585858;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .navbar-right {
        padding-left: 15px;
    }
    
    .right-contact {
        padding: 0px 0px; 
        margin-left: -5px;
    }
    
    .site-logo-top {
        display:block;
        background-image: url("../media/Paul_Dean_logo.jpg");
        background-color: #000;
        background-position: top center;
        background-repeat: no-repeat;
        height: 60px;
        margin-top: 15px;
    }

    .site-logo-bottom {
        display: none;
    }
    
    
}

@media (max-width: 321px) {
    .site-logo-top {
        display:block;
        background-image: url("../media/Paul_Dean_logo.jpg");
        background-color: #000;
        background-position: top left;
        background-repeat: no-repeat;
        height: 60px;
        margin-top: 15px;
        background-size: 235px 40px;
    }

}

@media (max-width: 376px) {
    .site-logo-top {
        display:block;
        background-image: url("../media/Paul_Dean_logo.jpg");
        background-color: #000;
        background-position: top left;
        background-repeat: no-repeat;
        height: 60px;
        margin-top: 15px;
        background-size: 290px 40px;
    }

}


@media (min-width: 376px) and (max-width: 550px) {
    .site-logo-top {
        display:block;
        background-image: url("../media/Paul_Dean_logo.jpg");
        background-color: #000;
        background-position: top left;
        background-repeat: no-repeat;
        height: 60px;
        margin-top: 15px;
        background-size: 335px 40px;
    }

}

@media (min-width: 769px) and (max-width: 1010px) {
    .navbar-right {
        float: left!important;
        margin-right: 15px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #fff8f8;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

}

@media (max-width: 1000px) {
    .container-fluid {
        height: 75px;
    }

}

.liquid {
/*	background:#313b31 ;
	border:2px solid #19301C;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px; */
	padding:10px 0;
}
.liquid .previous {
	display:block;
	height:64px;
	width:32px;
	background-image:url('../media/previous.png');
	float:left;
	margin:32px 0;
	padding:0;
}
.liquid .next {
	display:block;
	height:64px;
	width:32px;
	background-image:url('../media/next.png');
	float:right;
	margin:32px 0;
	padding:0;
}
.liquid ul li {
	width:192px;
	padding:0 2px;
	margin:0;
}
.liquid ul li a img {
	/*-moz-box-shadow: 5px 5px 3px #222;
   	-webkit-box-shadow: 5px 5px 3px #222;
   	box-shadow: 5px 5px 3px #222; */
}