body {
color:#eee;
}

#bg {
background-color:rgba(0,0,0,.2);
background-image:url('/cnt-fortress/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: 'Teko', sans-serif;
}

#header {
background:linear-gradient(to bottom, #76858a 40%,#4f595c 100%);
}
#header .nav a {
color:rgba(255,255,255,.75);
font-size:20px;
}
#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:#fb0;
}
a:hover, a:focus {
color:#fff;
}

.lead b {
font-weight: 900;
}

#gotop {
	background:#4e6f02;
	color:#fff;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5,
h1 small {
color:#fb0;
}
h1, .h1 {
font-size:70px;
}
.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 {
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 {
font-size: 22px;
color: #555;
}
.box-opener .text-btm {
font-size:32px;
text-shadow: 0 0 10px rgba(0,0,0,.5);
}

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

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

#footer {
background:transparent url('') 50% 0% no-repeat;
background-size: 100% auto;
}
#footer .bar {
background:transparent; /*702768 8a307f*/
}
#footer .bar,
#footer .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;
}

.box-products-10 .row-products .col-img {
width:25%;
}

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

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

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

.box-products-10 .row-products .col-img {
width:50%;
}

} /* phone */