html,body {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  font-size: 0.98em;
  line-height: 1.6em;
  color: #3b3b3b;
}
html {
	background-color: #f1f1f1;
}
body {
	background-color: transparent;
}
/* Headlines */
.heading {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.heading:before {
	background-color: #ff9c33;
	bottom: -3px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 150px;
}
.heading.thin-line:before {
	bottom: -2px;
	height: 2px;
}
.heading.text-center:before {
	left: 50%;
	margin-left: -75px;
}
.sub-header {
	margin-bottom: 30px;
	font-style: italic;
	color: #535353;
}
/* Links */
a {
	color: #ff9c33;
}
a:hover {
	color: #f08615;
	text-decoration: none;
}
.footer a {
	color: #4c4a4a;
}
.footer a:hover {
	color: #000;
}

/* Layout styles */

.header {
	position: relative;
	min-height: 215px;
	background-color: #76b82a;
	background-image: url('../img/header-image.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.branding {
	background-color: rgba(255,255,255,0.6);
}
@media (min-width: 768px) {
	.header .slogan {
		margin-left: 350px;
		text-align: right;
	}
	.carousel-frame .branding,
	.header .branding {
		position: absolute;
		left: 60px;
		bottom: 60px;
		padding: 15px;
		z-index: 1002;
	}
	.branding:after {
		position: absolute;
		right: -26px;
		top: 0;
		width: 0;
		height: 0;
		content: ' ';
		border-style: solid;
		border-width: 26px 26px 0 0;
		border-color: rgba(255,255,255,0.6) transparent transparent transparent;
	}
	.carousel-frame .branding,
	.header .slogan {
		margin-top: 60px;
		text-align: right;
	}
}
@media (max-width: 767px) {
	.carousel-frame .branding {
		position: absolute;
		left: 30px;
		top: 30px;
		right: 30px;
		background-color: rgba(255,255,255,0.6);
		z-index: 1002;
		text-align: center;
	}
	
	.header .branding {
		position: relative;
		margin-top: 15px;
		text-align: center;
		z-index: 1002;
	}
	.header .slogan {
		text-align: center;
	}
}
.carousel-frame {
	min-height: 250px;
}
.main-section {
	padding: 30px 0;
	background-color: #f7f7f7;
}
.footer {
	padding: 30px 0;
	border-top: 1px solid #ddd;
}
.footer [class*=column] {
	text-align: center;
}
@media (max-width: 767px) {
	.footer [class*=column] {
		margin-top: 45px;
	}
	.footer [class*=col]:first-child [class*=column] {
		margin-top: 0;
	}
}
.copyright {
	margin-top: 15px;
	padding: 15px 30px;
	text-align: center;
	border-top: 1px solid #dddddd;
	color: #888888;
	font-size: 0.9em;
}
/* ELEMENT STYLES */
img.fluid {
	max-width: 100%;
}
.boxed {
	padding: 30px;
	background-color: #fff;
}
.map-frame {
	padding: 6px 6px 0px 6px;
	margin-top: 30px;
	background-color: #fff;
}
.orange-line {
	display: block;
	height: 4px;
	background-color: #ff9c33;
	line-height: 0;
	font-size: 0;
}
.icon-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.icon-list li {
	padding: 0;
	margin: 0;
	display: inline-table;
}
.icon-list [class^="icon-"], 
.icon-list [class*=" icon-"] {
	display: inline-block;
	font-size: 4.5em;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background-color: #ff9c33;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.form-label {
	display: inline-block;
	min-width: 90px;
	margin-right: 10px;
	font-weight: normal;
}
.form-error {
	display: block;
	font-size: 0.9em;
	color: #c0445f;
}
.arrow-list {
	list-style: none;
}
.arrow-list li {
	position: relative;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 20px;
}
.arrow-list li:before {
	position: absolute;
	top: 6px;
	left: 50%;
	width: 26px;
	height: 13px;
	margin-left: -13px;
	content: '\e252';
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	color: #ff9c33;
}
/* Cookie Message */
.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 45px;
  background-color: #fff;
  z-index: 10002;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.cookie-message .btn-cookie {
	position: absolute;
	right: 15px;
	top: 15px;
}
/* Module styles */

/* Widgets style */
.teaser {
	position: relative;
	margin-top: 75px;
	padding: 75px 30px 30px 30px;
	background-color: #fff;
	text-align: center;
}
.teaser .icon-list {
}
@media (min-width: 768px) {
	.teaser .icon-list {
		position: absolute;
		left: 0;
		top: -45px;
		right: 0;
	}
	.teaser .icon-list li {
		width: 13.6%;
	}
}
/* products */
.product-section {
	margin-top: 75px;
}
.product-section h2.heading {
	margin-bottom: 100px;
}
.product-section .product {
	position: relative;
	padding: 45px 30px 30px 30px;
	background-color: #fff;
	text-align: center;
}
@media (max-width: 767px) {
	.product-section .product {
		margin-top: 60px;
	}
	.product-section [class*="col-"]:first-child .product {
		margin-top: 0;
	}	
}
.product-section .product .thumbnail {
	padding: 0;
	border: 0;
	border-radius: 0;
}
.product-section .product .icon {
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -45px;
	font-size: 4.5em;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background-color: #ff9c33;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/* request */
.request-section {
	margin-top: 30px;
}
.request-section .request {
	padding: 45px;
	background-color: #fff;
} 
/* Infobox */
.infoboxes {
	text-align: center;	
}
.infoboxes .thumbnail {
	padding: 0;
	border-radius: 0;
	border-color: #f1f1f1;
}
.infoboxes .url {
	margin-top: 15px;
}
/* // */
.infobox {
}
.infobox .thumbnail {
	padding: 0;
	border-radius: 0;
	border: 0;
	background-color: transparent;
}
.infobox .icon {
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -45px;
	font-size: 4.5em;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background-color: #ff9c33;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.infobox .description {
	position: relative;
	padding: 50px 30px 30px 30px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #f1f1f1;
}
.return-url {
	margin-top: 30px;
	text-align: center;
}
/* Sidebar navbar */
ul.list-navbar {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.list-navbar ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}
ul.list-navbar li {
	margin: 0;
	padding: 0;
}
ul.list-navbar > li{
	border-top: 1px solid #f1f1f1;
}
ul.list-navbar li a {
	display: block;
	padding: 8px 12px;
}
ul.list-navbar li a:active,
ul.list-navbar li a:focus {
	color: #666;
	text-decoration: none;
}
ul.list-navbar li a:hover {
	background-color: #f7f7f7;
	text-decoration: none;
}
ul.list-navbar li.activs a {
	background-color: #f1f1f1;
}