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

#bg {
	background-image:url('/cnt-forcenature/opener/home-background.jpg');
	opacity:.4;
}

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

#header {
background:#ff751a;
}
#header .nav a {
color:#fff;
}
#header .nav > li:not(.menu-icons) a:hover {
color:#000;
}
#header .nav > li.menu-icons a {
color:#fff;
background:#f05;
}
#header .nav > li.menu-icons a:hover {
background:#878787;
}

a {
color:#fff;
}
a:hover, a:focus {
color:#000;
}

#gotop {
background:#ff751a;
}

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

.box-opener {
color:#fff;
background:#000;
}
.box-opener .background {
opacity:.9;
}
.box-opener .figure, 
.box-opener .logo {
top:0;
}
.box-opener .skip {
color:#fff;
}
.box-opener .text-top {
font-size:30px;
}
.box-opener .text-btm {
font-size:50px;
}

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

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

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

.XXXrow-cast .col-img .title {
	color:#fff;
}

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

.box-opener .figure {
background-size: auto 60%;
top: auto !important;
bottom: 0;
}
.box-opener .logo {
max-width: none;
background-size: auto 80%;
background-position: 10% 30%;
}

} /* portrait-mode  */

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

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

} /* phone */