body {
color:#eee;
}

#bg {
background-color:rgba(0,0,0,.2);
background-image:url('/cnt-memory/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: 'Open Sans', sans-serif;
	font-weight:500;
}

#header {
background:#284054f2;
}
#header .nav a {
color:rgba(255,255,255,.75);
font-size: 15px;
font-weight: 600;
}
#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-22 {
    position: absolute;
    right: 10px;
    top: 50px;
    margin: 0 !important;
}
#header .list-item-22 .menu-link {
	padding: 13px 4px 0;
	width: 65px;
	height: 65px;
	line-height: 1;
	font-size: 12px;
	color: #fff;
	background: #2f579d;
	border-radius: 50px;
	font-weight: 700;
}
#header .list-item-22 .menu-link:hover {
    color:#fff !important;
    background:#e18535;
}

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

.lead b {
font-weight: 900;
}

#gotop {
	background:#284054f2;
	color:#fff;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5,
h1 small {
color:#e18535;
}
h1, .h1 {
font-size:60px;
letter-spacing:.1em;
}
h1 small, .h1 small {
letter-spacing:.1em;
}
.box-synopsis:not([class*='box-elm-']) h1 {
font-size:90px;
letter-spacing:.3em;
}

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

.box-opener {
color:#fff;
background:#000;
}
.XXXbox-opener .background {
opacity:.9;
}
.box-opener .logo {
top:60px;
height:85%;
max-width: none;
background-size: auto 100%;
animation-name:fadeInDown;
}
.box-opener .figure {
top: 0;
height: 100%;
background-size: cover;
animation-name:fadeInUp;
}
.box-opener .skip {
color:#fff;
}
.box-opener .text-top,
.box-opener .text-btm {
padding: 0 10px;
font-size: 18px;
color: #fffd;
font-weight: 300;
letter-spacing: .1em;
text-shadow: 0 0 10px rgba(0,0,0,.5);
}

.box-image,
.box-gallery {
background-color:#111;
}
.box-image .inner {
background-color:rgba(0,0,0,.3);
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: #e18535;
font-weight:400;
font-size: 65%;
}

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

#footer {
background:transparent url('') 50% 0% no-repeat;
background-size: 100% auto;
}
#footer .bar {
background:#000;
}
#footer .bar,
#footer .bar a {
color:rgba(255,255,255,.7);
}
#footer .bar a:hover {
color:#fff;
}

.box-products-10 .row-products .col-img {
width:25%;
}
@media (max-width: 767px){
.box-products-10 .row-products .col-img {
width:50%;
}
}

.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 .logo {
bottom: 0;
background-size: 150% auto;
background-position: 50% 40%;
}

} /* portrait-mode  */

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

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

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

} /* phone */