body {
color:#eee;
}

#bg {
background-color:rgba(0,0,0,.4);
background-image:url('/cnt-9bullets/bg/bg-content.jpg');
background-blend-mode: multiply;
opacity:1;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5,
.head-font, .btn {
	font-family: 'Bebas Neue', sans-serif;
}

#header {
background:rgba(0,0,0,.7) url('/cnt-9bullets/bg/bg-content.jpg') 50% 0;
background-blend-mode: multiply;
}
#header .nav a {
color:rgba(255,255,255,1.75);
font-size:20px;
font-weight:bold;
}
#header .nav > li:not(.menu-icons) a:hover {
color:#fff;
}
#header .nav > li.menu-icons a {
color:#fff;
background:#f05;
}
#header .nav > li.menu-icons a:hover {
background:#878787;
}
#header .menu-toggle {
color:#fff;
}

a {
color:#fe6f00;
}
a:hover, a:focus {
color:#fff;
}

.lead b {
font-weight: 900;
}

#gotop {
background:#000;
color:#fff;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5,
h1 small {
color:#fff;
}
h1, .h1 {
font-size:80px;
font-style: italic;
}
.box-synopsis h1 {
font-size:110px;
}

.text-special {
	color:#804;
	font-weight: 700;
}

.box-opener {
color:#fff;
background:#000;
}
.XXXbox-opener .background {
opacity:.9;
}
.box-opener .logo {
top:60px;
height: 100%;
background-size: auto 100%;
animation-name:fadeInDown;
}
.box-opener .figure {
bottom: 15px;
height: 100%;
background-size: auto 120%;
background-position: 50% 100%;
width: 106%;
left: -3%;
animation-name:fadeInUp;
}
.box-opener .skip {
color:#fff;
}
.box-opener .text-top {
padding: 0 15px;
font-size:23px;
color:#fe6f00;
font-style: italic;
}
.box-opener .text-btm {
font-size:32px;
text-shadow: 0 0 10px rgba(0,0,0,.5);
font-style: italic;
}

.box-image,
.box-gallery {
background-color:#444;
}
.box-image .inner {
background-color:rgba(0,0,0,.1);
background-blend-mode: overlay;
}
.box-image .citate {
font-size: 28px;
color: #fff;
text-shadow: 0 0 30px #000;
font-weight: 300;
}
.box-image .citate small {
color: #fe6f00;
font-weight:400;
font-size: 65%;
}

.fx-zoom-pic:hover .ico-fx {
background:#fe6f00;
}

#footer {
background:transparent url('') 50% 0% no-repeat;
background-size: 100% auto;
}
#footer .bar {
background:transparent; /*702768 8a307f*/
}
#XXXfooter .bar,
#XXXfooter .bar a {
color:#d7d0b9;
}
#footer .bar a:hover {
color:#fff;
}

.box-pairgame .btn-success.start {	
padding:15px 20px;
background: #d7d0b9;
color: #700;
}
.row-cast .col-img .sub-title {
color:#fff;
}

/* ----- portrait-mode ----- */
@media (orientation: portrait){

.box-opener .background {
background-size: contain;
}

.box-opener .logo {
bottom: 0;
background-size: 120% auto;
background-position: 50% 30%;
}

} /* portrait-mode  */

/* ----- phone ----- */
@media (max-width: 767px){

h1, .h1 {
font-size:50px;
}
.box-synopsis h1 {
font-size:70px;
}

.box-opener .text-top {
font-size:20px;
}
.box-opener .text-btm {
font-size:28px;
}

} /* phone */