body {
color:#000;
background:#fff url('') 50% 50% fixed;
background-size:cover;
}

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

#header {
background:#396;
}
#header .nav a,
#header .menu-toggle {
color:#fd0;
}
#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 .list-item-20 {
    position: absolute;
    right: 10px;
    top: 50px;
    margin: 0 !important;
}
#header .list-item-20 .menu-link {
    padding-top: 18px;
    width: 65px;
    height: 65px;
    line-height: 1;
    font-size: 16px;
    color: #fd0;
    background: #396;
    border-radius: 50px;
}
#header .list-item-20 .menu-link:hover {
    color:#000 !important;
    background:#fd0;
} */

a {
color:#396;
}
.text a {
border-bottom:1px solid #fd0;
}
a:hover, a:focus {
color:#fd0;
}

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

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

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
color:#396;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small {
color: #fd0;
}

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

.box-opener {
color:#fff;
background:#000;
}
.box-opener .background {
opacity:1;
}
.box-opener .skip {
color:#fff;
}
.box-opener .text-top {
font-size:30px;
color: #fd0;
}
.box-opener .text-btm a {
font-size:40px;
color: #396;
text-shadow:0 0 30px rgb(255, 255, 255);
}
.box-opener .text-btm a:hover {
	color:#063;
}
.box-opener .text-btm a span {
color: #fd0;
text-shadow: 2px 2px 0 #396;
}
.box-opener .figure {
    height: 100%;
    background-size: cover;
}

.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(255,255,255,1) inset, 0 -15px 15px -15px rgba(255,255,255,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;
}

.box-elm-18 .paragraph:first-letter { /*crew*/
font-size:inherit;
font-weight:inherit;
float: none;
padding:0;
line-height:inherit;
}

#footer {
background:#374;
}
#footer .bar {
background:#001c00;
}
#footer .bar,
#footer .bar a {
color:rgba(255,255,255,.5);
}
#footer .bar a:hover {
color:#fd0;
}

#footer .box-sharing .title {
	color:#fff;
}

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

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

.box-opener .logo {

}

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

.box-opener .text-top {
padding: 0 15px;
font-size:25px;
text-shadow: 0 0 20px rgba(0,0,0,.15);
}
.box-opener .text-btm a {
font-size:30px;
}

} /* phone */