body {
color:#000;
background:#fef3d9 url('/cnt-x/bg/bg-content.jpg') 50% 50% fixed;
background-size:cover;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5,
.head-font, .btn {
	font-family: 'Fjalla One';
}

.btn-default {
    background: #673888;
    color: #fff;
}
.btn-default:hover {
    background: #ffc453;
    color: #fff;
}

#header {
background:#673888;
}
#header .nav a,
#header .menu-toggle {
color:#fef3d9;
}
#header .nav > li:not(.menu-icons) a:hover {
color:#ffc100;
}
#header .nav > li.menu-icons a {
color:#fff;
background:#f05;
}
#header .nav > li.menu-icons a:hover {
background:#878787;
}

#header .list-item-20 {
    position: absolute;
    right: 10px;
    top: 50px;
    margin: 0 !important;
}
#header .list-item-20 .menu-link {
    display: flex;
	align-items: center;
    width: 65px;
    height: 65px;
    line-height: 1;
    font-size: 18px;
    color: #673888;
    background: #ffc100;
    border-radius: 50px;
}
#header .list-item-20 .menu-link:hover {
    color: #fef3d9;
    background: #673888;
}

a {
color:#673888;
}
a:hover, a:focus {
color:#ffc453;
}

.row-cast .elm {

}
.row-cast .elm:hover {
color:#ffc453;
}
.row-cast .col-info {
margin-top: 30px;
}

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

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
color:#ffc453;
}

.form-control {
border: 1px solid #ccc !important;
}

.box-opener {
color:#fff;
background:#000;
}
.box-opener .background {
opacity:1;
}
.box-opener .figure {
background-size: cover;
background-position: 50% 35%;
height: 100%;
min-width: 110%;
left: -5%;
}
.box-opener .skip {
color:#fff;
}
.box-opener .text-top {
font-size:30px;
color: #fff;
}
.box-opener .text-btm a {
font-size:50px;
color: #fef3d9;
}

.box-image,
.box-gallery {
background-color:#444;
}
.box-image .inner {
background-color:rgba(0,0,0,.1);
background-blend-mode: overlay;
/* box-shadow: 0 15px 15px -15px rgba(0,0,0,1) inset, 0 -15px 15px -15px rgba(0,0,0,1) inset; */
}
.box-image .citate {
font-size: 28px;
color: #fff;
text-shadow: 0 0 20px rgba(0,0,0,.8);
}

.fx-zoom-pic:hover .ico-fx {
background:#ffc453;
color:#fff;
}

.question {
    color:#ffc453;
}

#footer {
background:#fef3d9;
}
#footer .bar {
background:#673888;
}
#footer .bar,
#footer .bar a {
color:rgba(255,255,255,.5);
}
#footer .bar a:hover {
color:#ffc453;
}

.box-logos .credits {
max-width: 1500px;
}

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

.box-opener .logo {
max-width: none;
background-size: auto 75%;
background-position: 85% 50%;
}

} /* portrait */

/* ----- portrait-mode mobile ----- */
@media (orientation: portrait) and (max-width: 767px) and (max-height: 920px){

.box-opener .logo {
max-width: none;
background-size: auto 60%;
background-position: 80% 50%;
}

} /* portrait */

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

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

} /* phone */