@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);

html, body {
  font-family: 'Open Sans', sans-serif;
  border-top: 2px solid #ff8500;
  background-color: #FBBA00;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

a {
  outline: none !important;
}

.container > .inner,
body > div#wrapper,
body > div#wrapper > header,
body > div#wrapper > section,
body > div#wrapper > footer {
	float: left;
	width: 100%;
}

.btn-primary {
	color: #fff;
	background-color: #A4161B;
	border-color: #E11E25;
  -webkit-transition: background-color 0.6s, border-color 0.6s; /* Safari */
  transition: background-color 0.6s, border-color 0.6s;
}

.btn-primary:hover {
	color: #fff;
	background-color: #E11E25;
	border-color: #A4161B;
}


/* lug */

#lug {
	position: fixed;
	width: 575px;
	height: 331px;
	transition: left 1.8s;
	z-index: 6000;
	bottom: 0px;
}

#lug .backe {
	background-color: transparent;
	width: 375px;
	float: left;
	position: relative;
	margin-right: -18px;
}

#lug .inner {
	background-color: blue;
	width: 218px;
	float: left;
	height: 200px;
}

#lug .text {
	padding: 15px;
}

#lug .text h5 {
	color: #fff;
}

#lug .flag {
	position: absolute;
	left: 100%;
	width: 60px;
	height: 60px;
	background-color: red;
	cursor: pointer;
}

#lug.lug-show {
  left: 0px;
}

#lug.lug-hide {
  left: -575px;
}

/* header */

header {
	margin-top: 20px;
}

header .inner {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: 6px solid #C5C6C6;
	border-bottom: 0px;
  background: #E11E25;
  background: #E11E25 url("../img/header-bg.png") repeat-x bottom left;  /* fallback */
  background-image: url("../img/header-bg.png"), linear-gradient(to bottom right, #E11E25, #A4161B); /* W3C */
}

header #logo {
	display: block;
	background: transparent url("../img/logo-gross.png") no-repeat;
	height: 155px;
	width: 155px;
	position: absolute;
	margin-top: 18px;
	margin-left: 52px;
	z-index: 500;
}

header h4 {
	color: #FBBA00;
	font-size: 28px;
	margin-top: 86px;
	position: relative;
	margin-bottom: 0;
}

header .navbar-default {
	border: 0px;
	background-color: transparent;
	margin-bottom: 0;
	margin-top: 66px;
}

header .navbar-default ul.nav {
	background-color: #FBBA00;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border: 2px solid #FBBA00;
	border-bottom: 0;
}

header .navbar-default .navbar-nav li {
  -webkit-transition: background-color 0.6s; /* Safari */
  transition: background-color 0.6s;
}

header .navbar-default .navbar-nav li.active, 
header .navbar-default .navbar-nav li:focus, 
header .navbar-default .navbar-nav li:hover {
	background-color: #FB9A00;
}

header .navbar-default .navbar-nav li.active:first-child, 
header .navbar-default .navbar-nav li:focus:first-child, 
header .navbar-default .navbar-nav li:hover:first-child {
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
}

header .navbar-default .navbar-nav li.active:last-child, 
header .navbar-default .navbar-nav li:focus:last-child, 
header .navbar-default .navbar-nav li:hover:last-child {
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
}

header .navbar-default .navbar-nav a {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	/* padding-bottom: 8px; */
  -webkit-transition: color 0.6s; /* Safari */
  transition: color 0.6s;
}

header .navbar-default .navbar-nav > li > a:focus, 
header .navbar-default .navbar-nav > li > a:hover {
	background-color: transparent; 
	color: #fff;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #fff;
}


/* sidebar */

#sidebar {
	background-color: #FFF5E1;

	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
}

#sidebar .sb-nav {
	padding-top: 100px;
	padding-bottom: 40px;
}

#sidebar .sb-nav li {
	display: block;
	border-bottom: 4px solid #C4C5C5;
	transition: background-color 0.6s;
}

#sidebar .sb-nav li:first-child {
	border-top: 4px solid #C4C5C5;
}

#sidebar .sb-nav li:hover {
	background-color: #FFE6B6;
}

#sidebar .sb-nav li a {
	display: block;
	padding: 20px 12px 16px 12px;
	color: #000;
	text-decoration: none;
}

#sidebar .sb-nav li a:hover {
	
}


/* content */

#content > .container > .inner {
	background-color: #fff;
	border: 6px solid #C5C6C6;
	border-top: 0;
	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;

}

#content #main {
	padding-right: 45px;
	padding-bottom: 40px;
}

#content #main h1 {
	letter-spacing: 0.7px;
	font-size: 26px;
	margin-bottom: 20px;
}

#content #main h2 {
	letter-spacing: 0.7px;
	font-size: 22px;
}

#content .home-box .inner {
	border: 1px solid #C5C6C6;
	padding: 15px;
	-webkit-transition: background-color 0.8s, box-shadow 0.8s; /* Safari */
	transition: background-color 0.8s, box-shadow 0.8s;
}

#content .home-box .inner:hover {
	background-color: #FFF5E1;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

#content .home-box .inner h3 {
	-webkit-transition: color 0.8s; /* Safari */
	transition: color 0.8s;
}

#content .home-box .inner:hover h3 {
	
}

#content .home-box .inner img {
	margin: 0px auto;
	margin-bottom: 10px;
	-webkit-transition: background-color 0.8s, box-shadow 0.8s; /* Safari */
	transition: background-color 0.8s, box-shadow 0.8s;
}

#content .home-box {
	margin-top: 30px;
}

#content .home-box p {
	
}

#content .home-box .inner:hover p {
	
}

#content #backe-overview h3 {
	margin-top: 30px;
	font-size: 17px;
}

#content #backe-overview img {
	-webkit-transition: box-shadow 0.8s; /* Safari */
	transition: box-shadow 0.8s;
}

#content #backe-overview img:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.form-horizontal .control-label {
	text-align: left;
}


/* footer */

#footer .footer-nav {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border: 2px solid #C5C6C6;
	border-top: 0;
	display: inline-block;;
	background-color: #C5C6C6;
	margin-left: 24px;
	padding: 0;
}

#footer .footer-nav li {
	-webkit-transition: background-color 0.6s;
	transition: background-color 0.6s;
	padding-right: 0;
	padding-left: 0;
	float: left;
	list-style: none;
}

#footer .footer-nav li a {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: color 0.6s;
	transition: color 0.6s;
	position: relative;
	display: block;
	padding: 10px 15px;
}

#footer .footer-nav li.active, 
#footer .footer-nav li:focus, 
#footer .footer-nav li:hover {
	background-color: #ABACAC;
}

#footer .footer-nav li.active:first-child, 
#footer .footer-nav li:focus:first-child, 
#footer .footer-nav li:hover:first-child {
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-bottom-left-radius: 16px;
}

#footer .footer-nav li.active:last-child, 
#footer .footer-nav li:focus:last-child, 
#footer .footer-nav li:hover:last-child {
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	border-bottom-right-radius: 16px;
}

#footer .footer-nav > li > a:focus, 
#footer .footer-nav > li > a:hover {
	color: #121212;
	text-decoration: none;
}