@font-face {
font-family: Malva;
src: url("/fonts/Harbor Type - Malva Light.otf")
format("opentype");
}
.clboth{
	width:100%;
	float:none;
	clear:both;
}
.center{
	text-align: center;
}
* {
	margin:0;
	padding: 0;
}

body {
	background: #fff;
	margin:0;
	height: 100%;
	color: #000;
	font-family: Malva, sans-serif;
}
body, html{
	background:transparent url("/files/bgr1.jpg") top left no-repeat;
}
.navbar-fixed-top{
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  background:transparent url("/files/bgr1.jpg") top left no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Malva, sans-serif;
}

h1{
	font-weight: 300;
	margin-top:0;
	padding-bottom:25px;
	margin-bottom:30px;
	border-bottom: 1px solid #007377;
}
.h1-1{
	font-weight: 300;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:12px;
	border:none;
}
h2 {
	font-weight: 300;
	margin-top:0;
	padding-top:0;
	font-size: 20px;
}
.h2-1 {
	font-weight: 300;
	margin-top:-20px;
	padding-top:0;
}
.h2-2 {
	font-weight: 300;
	margin-top:-20px;
	padding-top:0;
}
h3 {
	margin-top: 30px;
}
h4{
	margin-top:0;
}
p {
	padding: 0;
	margin-bottom: 12px;
	font-family: Malva, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #000;
	margin-top: 0;
}
.p-1 {
	padding: 0;
	margin-bottom: 12px;
	font-family: Malva, sans-serif;
	font-size: 15px;
	line-height: 1;
	color: #000;
	margin-top: 12px;
}
.p-2 {
	padding: 0;
	margin-bottom: 12px;
	font-family: Malva, sans-serif;
	font-size: 15px;
	line-height: 1;
	color: #000;
	margin-top:0;
}
.sp-2{
	color:#666;
}

ol, ul { padding-left: 20px; }
ol li, ul li { line-height: 24px; font-size: 15px; }
img {
	height: auto;
	max-width: 100%;
}
a {
	color: #000;
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}

a:hover, a:focus, .active{
	text-decoration: none;
	color: #007377;
}

.c1 {
	text-align: center;
}

.navbar {
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;
}
ul.nav li.dropdown-toggle:hover > ul.dropdown-menu {
	display: block;
}
.navbar-brand {
	height: auto;
	padding:0;
	margin:-10px 0 0 -10px;
	font-size: 18px;
	line-height: auto;
}
.navbar-brand2 {
	height: auto;
		padding:0;
		margin:-10px 0 0 10px;
		font-size: 18px;
	line-height: auto;
}

.navbar-default .navbar-nav > li > a {
	color: #000;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
.navbar-default .navbar-nav .sm-only{
	display:none;
	visibility:hidden;
}
.navbar-collapse{
	margin-top:10px;
}
.navbar-collapse .nav .dropdown-toggle span {
	margin-top: 30px;
  	line-height: 24px;
}

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

.navbar-default {
	background-color: #fff;
	border-color: transparent;
	border-bottom:solid 1px #007377;
}

.dropdown-menu {
	display:none;
	visibility:hidden;
}
.no-link{
	list-style:none;
	text-align:right;
}
ul li.active a {
	color: #007377;
}

#headerpic {
	position: relative;
	background: #007377;
	margin-top: 70px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-size: cover;
	z-index: 1;
	overflow:hidden;
}
.u-1{
	margin:13px -4px 1px -4px;
	padding:0;
	list-style:none;
	display:block;
	overflow:hidden;
	height:120px;
}
.u-1 .li-1{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

.c2 {
	margin-top: 60px;
	margin-bottom: 60px;
}

/* Footer */
#footer{
	padding-top: 60px;
	padding-bottom: 60px;
	background: #007377;
}
#footer .row{
	margin-right: -30px;
    	margin-left: -30px;
}
#footer .col-md-4{
	padding-left: 15px;
	padding-right: 15px;
}

#footer h4{
	color: #fff;
	margin-top: 30px;
}
#footer p{
	color: #fff;
}
#footer li{
	list-style-type: disc;
	color: #fff;
}
#footer a{
	color: #fff;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
#footer a:hover{
	color: #bbb;
}

.btn-1{
	color: #fff;
	background-color: #007377;
	border-color: #007377;
	margin: 4px 4px 4px 0;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active{
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btnactiv{
	color: #fff;
	background-color: #000;
	border-color: #000;
	margin: 4px 4px 4px 0;
}

.img-1{
	margin-bottom:12px;
}
.img-2{
	margin:-4px 0 0 0;
	padding:0;
}



/* Ende work css */
/* ***************************************** */



.hline {
	border-bottom: 1px solid #007377;
	margin: 40px 0 20px;
}
.hline-2 {
	border-bottom: 1px solid #007377;
	margin: 30px 0 40px;
}
.hline-c {
	border-bottom: 1px solid #007377;
	margin: 30px 0 40px 0;
}
.hline-d {
	border-bottom: 1px solid #007377;
	margin: 45px 0 30px 0;
}
.hline-li {
	border-bottom: 1px solid #007377;
	margin: 12px 0 6px 0;
}
.hline-w {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
}

.teaser h2 {
	margin-top: 0;
}
.teaser .hline {
	margin-top: 30px;
	margin-bottom: 40px;
}
.u-2,
.u-2 li{
	padding-left:0;
	margin-left:0;
	list-style:none;
}

@media all and (max-width: 767px) {

	.navbar-default .navbar-nav .sm-only{
		display:inline;
		visibility:visible;
	}
	.navbar-brand {
		margin-left: 0;
	}
	.navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 15px;
		background: #fff;
	}
	.navbar-default .navbar-collapse {
		border: none;
	}
	.full{
		margin-top: 90px;
	}
	.navbar-collapse {
		max-height: none;
	}
	.navbar-default .dropdown-toggle a {
		border-bottom: 1px solid #007377;
	}
	.dropdown-menu {
		box-shadow: none;
		position: relative;
		display: block;
		visibility:visible;
		float: none;
		padding-top: 0;
		padding-bottom:0;
		margin-left:0;
	}
	.navbar-default .dropdown-menu li a{
		border-bottom: none;
		padding-top:3px;
		padding-bottom:3px;
	}
	.navbar-default .dropdown-toggle:last-child a {
		border-bottom: 1px solid #007377;
		padding-bottom:10px;
	}
	.navbar-default .dropdown-toggle:first-child a {
		padding-top:10px;
	}
	.dropdown-menu > li {
		color: #000;
		list-style: none;
	}
	.dropdown-menu > li > a {
		border: none;
		color: #000;
		padding-left:30px;
		font-size: 12px;
	}
	.dropdown-menu > li > a:hover {
		background: none;
	}

	.dropdown-menu > li:last-child > a {
		border-top: none;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a.active,
	.dropdown-menu > .active > a {
		color: #007377;
		background: #fff !important;
	}	
	
	.c2 {
		margin-top: 90px;
		margin-bottom: 40px;
	}
	#headerpic{
		display:none;
		visibility:hidden;
	}
	.c3 {
		padding-left:0;
	}
	body, html{
		background:transparent;
	}
	.navbar-fixed-top{
	 	background:transparent;
	}
	
}
.span6{
	color:#ff0000;
}
