body {
color:#000;
background:#fff url('/cnt-vanguard/bg/bg-content.png') 50% 50% fixed;
background-size:contain;
}

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

h1, .h1 {
    font-size: 55px;
}

.btn:not(.btn-sm) {
    padding-bottom:7px;
}

#header {
background:#fff;
}
#header .nav a,
#header .menu-toggle {
color:#000;
}
#header .nav > li:not(.menu-icons) a:hover {
color:#ff5a03;
}
#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: 21px;
    width: 65px;
    height: 65px;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    background: #ff5a03;
    border-radius: 50px;
}
#header .list-item-20 .menu-link:hover {
    background: #fff;
    box-shadow:0 0 1px #ff5a03;
}

a {
color:#69b;
}
a:hover, a:focus {
color:#ff5a03;
}

.row-cast .col-info {
margin-top: 30px;
}

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


.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: #ff5a03;
}
.box-opener .text-btm a {
font-size:50px;
color: #ff5a03;
}

.box-image,
.box-gallery {
background-color:#444;
}
.box-image .inner {
background-color:rgba(0,0,0,.35);
background-blend-mode: overlay;
}
.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:#ff5a03;
color:#fff;
}

.question {
    color:#ff5a03;
}

#footer {
background:rgba(255,90,3,.15);
}
#footer .bar {
background:#fff;
}
#footer .bar,
#footer .bar a {
color:#000;
}
#footer .bar a:hover {
color:#ff5a03;
}

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

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

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

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

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

} /* phone */