body {
color:#fff;
background:#000;
}

#bg {
background-color:rgba(0,0,0,.01);
background-image: url('/cnt-jeepcreep/bg/bg-content.jpg');
background-size: 1500px auto;
background-blend-mode: multiply;
opacity:1;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5,
.head-font, .btn {
	font-family:'Bebas Neue';
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
color:#d33;
}
h1, .h1 {
color: #d7b08b;
font-size:64px;
font-style:italic;
}

#header .menu-toggle {
color: #fff;
}
#header {
background:#000a; /*2b150deb*/
}
#header .nav a {
color:#d7b08b;
font-size: 21px;
line-height: 28px;
}
#header .nav > li:not(.menu-icons) a:hover {
color:#d33;
}
#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: #d33;
    border-radius: 50px;
}
#header .list-item-20 .menu-link:hover {
    color:#d7b08b !important;
    background:#2b150deb;
}

a {
color:#d7b08b;
}
a:hover, a:focus {
color:#d33;
}

.row-cast .elm:hover {
color:#b00;
}

#gotop {
background: #2b150deb;
color: #d7b08b;
line-height: 1;
}

.box-opener {
color:#fff;
background:#000;
}
.box-opener .background {
opacity:1;
background-position: 50% 0;
margin-top: 30px;
}
.box-opener .skip {
color:#fff;
}
.box-opener .text-top {
font-size:32px;
color:#fff; /*ffc453*/
}
.box-opener .text-btm a {
font-size:36px;
color: #fff;
}
.box-opener .text-btm a span {
color: #d7b08b;
}

.box-image,
.box-gallery {
background-color:#444;
}
.box-image .inner {
background-color:rgba(0,0,0,.1);
background-blend-mode: overlay;
}
.box-image .citate {
font-size: 27px;
color: #fff;
}

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

.question {
    color:#ffc453;
}

#footer {
background:transparent;
}
#footer .bar {
background:transparent;
}
#footer .bar,
#footer .bar a {
color:#d7b08bcc;
}
#footer .bar a:hover {
color:#fff;
}

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

.box-question .row-question .title,
.box-question .row-question .answer:hover {
	color: #ffc453;
}

.row-cast .col-img .pic {
    padding-bottom: 150%;
}

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

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

.box-opener .logo {
background-size:110% auto;
}
.XXXbox-opener .text-top {
font-size:20px;
}
.box-opener .text-btm {
font-size:30px;
}

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

} /* phone */