body {
color:#fff;
}

#bg {
background-color:#96c0e3;
/* background-image:url('/cnt-pressplay/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: 'Kalam', sans-serif;
letter-spacing:-.08em;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small {
letter-spacing:-.05em;
}

#header {
background:#335582;
}
#header .nav a {
color:rgba(255,255,255,.9);
font-size:18px;
letter-spacing:-.05em;
}
#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;
}

#header .list-item-23 {
    position: absolute;
    right: 10px;
    top: 50px;
    margin: 0 !important;
}
#header .list-item-23 .menu-link {
    padding-top:17px;
    width:65px;
    height: 65px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    background: #c35;
    border-radius: 50px;
}
#header .list-item-23 .menu-link:hover {
    color:#fff !important;
    background:#335582;
}

#header .list-item-24 {
    position: absolute;
    display:none !important;
    left:10px;
    bottom:10px;
    margin:0 !important;
}
#header .list-item-24 .menu-link {
	width:20px;
	overflow:hidden;
}

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

.lead b {
font-weight: 900;
}

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

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5,
h1 small {
color:#335582;
}
h1, .h1 {
font-size:70px;
font-weight: 700;
}
.box-synopsis h1 {
font-size: 100px;
line-height: .7;
}

.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 {
height: 100%;
animation-name:fadeInUp;
background-position: 50% 100%;
background-size: auto 100%;
}
.box-opener .skip {
color:#fff;
}
.box-opener .text-top {
font-size: 22px;
color: #555;
}
.box-opener .text-btm {
font-size:32px;
text-shadow: 0 0 10px rgba(0,0,0,.5);
}
.box-opener .text-btm a {
color: #fff;
}

.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;
}
.box-image .citate small {
color: #fc0;
font-weight:400;
font-size: 65%;
}

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

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

.box-pairgame .btn-success.start {	
padding:15px 20px;
background: #d7d0b9;
color: #700;
}

.box-elm-16 .row-cast .col-img {
width:50%;
}
.box-elm-16 .row-cast .col-img .title {
font-size:50px;
font-family: inherit;
font-weight:700;
line-height: 1;
word-spacing:9999px;
}
.box-elm-16 .row-cast .col-img .title:hover {
transform:scale(1.15);
}
.row-cast .col-img .sub-title {
color:#fff;
}

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

.box-opener .logo {
bottom:auto;
background-size:170% auto;
background-position: 50% 10%;
}

} /* portrait-mode  */

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

#header .list-item-23 {
top:35px;
}

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;
}

.box-elm-16 .row-cast .col-img .title {
font-size:30px;
}

} /* phone */