@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

body {
	background: #A3A2AB;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
}
.topbar {
	background: url(../images/lines.png);
	height: 8px;
	position: fixed;
	top: 0;
	padding-bottom:0px;
	margin-bottom:0px;
	left: 0;
	width: 100%;
	z-index: 500;
}
#header {
	border-bottom: solid #C1DE6E 1px;
}
h1, h2, h3, h5 {
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	color: #FFF;
	line-height: 38px;
	font-size: 30px;
}
h4 {
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	color: #FFF;
	line-height: 28px;
	font-size: 23px;
}
h6 {
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	color: #FFF;
	line-height: 28px;
	font-size: 18px;
	
}
p {
	line-height: 24px;
	font-family: 'Nunito light', sans-serif;
	font-weight: 200;
	font-size: 17px;
	color: #FFF;
}
.supra  {
	font-family: 'Nunito light', sans-serif;
	font-weight: 200;
	font-size: 19px;
	color:#F93;
	
}
 
a:hover, a:focus {
	text-decoration: underline;
	color: #FFF;
}
a {
	text-decoration: none;
	color: #D5F277;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.gradiant {
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
	background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

 


@-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}


@keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 




/*************************
*******      Nav       ******
**************************/

.navbar>.container .navbar-brand {
  margin-left: 0;
}
.navbar-brand {
  padding: 0;
  margin:0;
  padding: 6px 0px 14px;
}
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #43554B;
  padding: 20px 0;
  padding-bottom: 0;
}
 .navbar-nav {
  margin-top: 25px;
}
.navbar-nav > li {
  margin-left: 20px;
  padding-bottom: 0px;
}
.navbar-inverse .navbar-nav > li > a {
  padding: 8px 8px;
  margin: 0;
  border-radius: 3px;
  color: #FFF;
  line-height: 24px;
  display: inline-block;
  font-size:18px;
  font-family: 'Nunito', sans-serif; 
  font-weight: 200;
}
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: none;
  color: #CCE679;
}
.navbar-inverse {
  border: none;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #CCE679;
}
.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: #A4BA60;
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
  font-size:16px;
}
.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li {
  -webit-transition: border-color 400ms;
  transition: border-color 400ms;
  border-left: 3px solid #FFF;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 10px 15px;
  color: #fff;
  border-top: 1px solid #FFF;
  font-weight: 200;
  font-family: 'Nunito light', sans-serif; 
}
.navbar-inverse .navbar-nav .dropdown-menu > li:first-child > a {
	border-top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: transparent;
  color: #000;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 0px 0px;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}
 .dropdown-menu {
  margin-top: -20px;
  min-width: 180px;
}



/*************************
*******   #feature   ******
**************************/

#feature {
	background: #43554B;
	padding-bottom: 90px;
	padding-top: 30px;
}
#feature h2 {
	color:#B8DAC9;
	font-size: 31px;
	line-height: 38px;
	text-align:center;
	padding-top: 30px;
}
.features .feature-wrap h3 {
	font-weight: 400;
    font-family: 'Nunito', sans-serif;
    font-size:26px;
    color:#D1F2CC;
	margin-bottom: 20px;
}
 
.feature-wrap p {
	font-size: 17px;
	margin-bottom: 0;
	color: #B8DAC9;
	line-height: 25px;
	font-weight: 200;
    font-family: 'Nunito light', sans-serif;
}
.features {
	margin-top: 60px;
	padding: 0;
}
.feature-wrap {
	margin-bottom: 30px;
	overflow: hidden;
}

.feature-wrap i {
	font-size: 48px;
	height: 100px;
	width: 100px;
	margin: 3px;
	border-radius: 100%;
	line-height: 110px;
	text-align: center;
	background: #C1DDB9;
	color: #2B9352;
	border: 3px solid #ffffff;
	box-shadow: inset 0 0 0 5px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 5px #2B9352;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	float: left;
	margin-right: 15px;
}
 

/*************************
*******   #taurus   ******
**************************/

#taurus {
	background: #279758;
	padding-top: 70px;
	padding-bottom: 100px;
}
#taurus .center h2 {
	color: #FFF;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
}
#taurus p {
	font-size: 20px;
	text-align: center;
	margin-bottom: 0;
	color: #fff;
	line-height: 24px;
	padding: 15px;
}
.tauruses {
	margin-top: 40px;
	padding: 0;
}
.tauruses h2 {
	text-align:center;
}
.taurus-wrap {
	margin-bottom: 30px;
	overflow: hidden;
	float:none;
}
.taurus-wrap h2 {
	float:left;
	margin-top:40px;
	font-size:26px;
}

.taurus-wrap i {
	font-size: 48px;
	height: 110px;
	width: 110px;
	margin: 3px;
	border-radius: 100%;
	line-height: 110px;
	text-align: center;
	background: #C1DDB9;
	color: #2B9352;
	border: 3px solid #ffffff;
	box-shadow: inset 0 0 0 5px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 5px #2B9352;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	float: left;
	margin-right: 15px;
}






/*******************************
*******  #get-in-touch  ******
********************************/

#get-in-touch {
	padding: 40px 0 40px;
	background-image: -moz-linear-gradient(90deg, #B3CC64 0%, #2B9352 70%);
	background-image: -webkit-linear-gradient(90deg, #B3CC64 0%, #2B9352 70%);
	background-image: -ms-linear-gradient(90deg, #B3CC64 0%, #2B9352 70%);
}
#get-in-touch h2 {
	color: #FFF;
	font-size: 25px;
	line-height: 32px;
	padding-bottom: 25px;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
}
 
 #get-in-touch i {
	font-size: 48px;
	height: 95px;
	width: 95px;
	margin: 6px;
	border-radius: 100%;
	line-height: 95px;
	text-align: center;
	background: #C1DDB9;
	color: #2B9352;
	border: 3px solid #ffffff;
	box-shadow: inset 0 0 0 5px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 5px #2B9352;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	float: left;
	margin-right: 10px;
}





/*******************************
*******  #impressum  ******
********************************/

#impressum {
	padding: 70px 0 55px;
	background-image: -moz-linear-gradient(90deg, #B3CC64 0%, #2B9352 70%);
	background-image: -webkit-linear-gradient(90deg, #B3CC64 0%, #2B9352 70%);
	background-image: -ms-linear-gradient(90deg, #B3CC64 0%, #2B9352 70%);
}
#impressum h2 {
	color: #FFF;
	font-size: 28px;
	padding-bottom: 25px;
	font-weight: bold;
	line-height: 35px;
	font-family: 'Nunito', sans-serif;
}
#impressum p {
	font-size:17px;
	font-weight: 200;
	font-family: 'Nunito light', sans-serif;
	line-height:24px;
	padding-bottom: 20px;
}


/**********************************
*******      #port-corro      ******
**********************************/
 
#port-corro {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #30A35B;
}
#port-corro h2 {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 38px;
	color: #FFF;
}




.kontakt {
	color:#FFF;
	font-size:17px;
	font-family: 'Nunito light', sans-serif;
	font-weight: 200;
}
.kontakt a {
	color:#FFF;
	font-size:18px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
}
.kontakt a:hover {
	color:#FFF;
}

#contact-info {
	background: #23864D url(../images/contact.png) no-repeat 90% 0;
	padding: 60px 0;
}
.contact-info i {
	width: 70px;
	height: 70px;
	font-size: 45px;
	line-height: 75px;
	background: #F90;
	text-align: center;
	border-radius: 10px;
	color: #FFF;
}
#text i {
	width: 75px;
	height: 70px;
	font-size: 45px;
	line-height: 75px;
	background: #F90;
	text-align: center;
	margin-right:20px;
	border-radius: 10px;
	color: #FFF;
}
.contact-info h2 {
	margin-top: 0;
	padding-bottom: 10px;
	color: #FFF;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	font-size: 26px;
	padding-left: 15px;
}
.contact-info p {
	color: #FFF;
	font-weight: 200;
	font-family: 'Nunito light', sans-serif;
	font-size: 18px;
	padding-left: 15px;
}
.contact-info a {
	color: #C9E66F;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	text-decoration:underline;
}
.contact-info a:hover {
	color: #DDFF82;
}









#advan .overlay .sensor h1 {
	padding: 70px 0 20px 0;
	color: #FFF;
	font-size: 28px;
	line-height:40px;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
}
#advan .overlay .sensor h2 {
	padding: 0 0 0 0;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
}
#advan .overlay .sensor p {
	font-weight: 200;
	font-family: 'Nunito light', sans-serif;
	font-size: 20px;
	text-align: left;
	line-height: 32px;
}
#advan .overlay .sensor a {
	color: #FFF;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
	font-size: 23px;
	text-decoration:underline;
}
#advan .overlay .sensor a:hover {
	color: #C9E66F;
}
 
#advan .overlay .sensor span {
	color: #FFF;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	font-size: 22px;
}
#advan .overlay .sensor .supra {
	color: #BFDA70;
	font-weight: 200;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 22px;
}
#dab {
	background: url(../img/advan.jpg) no-repeat center center;
	padding: 0;
	-webkit-background-size: cover;
	background-size: cover;
}
#dab .overlay {
	background: rgba(0, 0, 0, 0.6);
	min-height: 600px;
}


/**********************************
*******           #advan         ******
***********************************/

#advan {
	background: url(../img/advan.jpg) no-repeat center center;
	padding: 0;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 0px;
}
#advan h1 {
	padding: 80px 20px 20px 0px;
	color: #FFF;
	font-size: 34px;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
}
#advan .head-text span {
	display: block;
	font-size: 22px;
	color: #fff;
	margin-bottom: 25px;
	font-weight: 200;
	font-family: 'Nunito light', sans-serif;
}
#advan .head-text span >i {
	margin-right: 10px;
	color: #FFF;
}
#advan .overlay {
	background: rgba(0, 0, 0, 0.4);
	min-height: 600px;
}
#advan h3 {
	color: #fff;
	padding-bottom: 20px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
}
.div-trans {
	padding-top: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	min-height: 330px;
	margin-top: 120px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.div-trans button {
	background-color: #159238;
}
#advan .form-control {
	background-color: #4A4B4E;
}








#text {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #76A573;
}
#text p {
	font-size: 18px;
	font-weight: 200;
	line-height: 26px;
	font-family: 'Nunito light', sans-serif;
	padding: 0px;
}

#text a {
	color:#FFF;
	text-decoration:underline;
	font-size: 25px;
	font-weight: bold;
	line-height: 24px;
	font-family: 'Nunito', sans-serif;
	padding: 10px;
}
#text h3 {
	font-size: 30px;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
	padding-bottom: 20px;
}
.big-icon {
	font-size: 300px;
	color: #207843;
}


.column-line {
  margin-top: 0;
  line-height:38px;
  padding-bottom: 15px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 15px;
  position: relative;
}











/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}



#home {
	background-color:#2B9352;
}



/*************************
****         blog        *****
**************************/

#blog {
	padding-top:60px;
}
#blog h1 {
	font-size:28px;
	padding-bottom:40px;
	font-weight:bold;
}

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}
.widget p {
	line-height:26px;
}


.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h2 {
  color: #fff;
  margin-bottom: 20px;
  margin-top:20px;
  font-size:24px;
  line-height:30px;
  font-weight:bold;

}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#AAC25F;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  padding: 15px 15px;
  font-size:16px;
}

.blog_category li a:hover{
  background:#C9E66F;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #c52d2f;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #c52d2f;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
   
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  color:#FFF;
  font-size:16px;
  font-weight: 200;
  font-family: 'Nunito light', sans-serif;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-item p {
	font-size:18px;
	font-weight:200;
	line-height:28px;
}


.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
  color:#FFF;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 23px;
  font-weight:bold;
  color:#FFF;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #FFF;
  margin-bottom: 40px;
}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #c52d2f;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #FFF;
}

ul.pagination > li > a {
  border: 1px solid #fff;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding:10px 14px;
  margin-bottom:30px;
  background-color:#2B9352;
  color: #fff;
}

ul.pagination > li > a i {
  margin-left:5px;
  margin-right:5px;
  color:#FFF;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #38C06D !important;
  border-color: #fff !important;
  color: #fff;
}
.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #CCC;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 8px;
}

.tag-cloud li a {
  background: #D5F277;
  color: #FFF;
  border: 0;
  border-radius: 4px;
  padding: 8px 20px;
}

.tag-cloud li a:hover{
  background:#D5F277;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}

/*======================================================
          CONTACT STYLES
  ======================================================*/

#contact {
	padding-top: 60px;
	padding-bottom: 50px;
	background-color: #195F35;
	color: #FFF;
}
#contact h2 {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	font-size: 2.2em;
	line-height: 42px;
	color: #FFF;
}
.sub-head {
	color: #FFF;
	font-size: 16px;
	font-weight: 200;
	font-family: 'Nunito light', sans-serif;
}
#contact .form-control {
	background-color: transparent;
	height: 50px;
	color: #FFF;
}
#contact .div-trans button {
	background-color: #FFF;
}
.row pad-top-botm {
	color: #FFF;
}
#contact .col-md-12 .form-control {
	color: #FFF;
}

/***********************
********* Footer ******
************************/

#about {
	padding-bottom:50px;
	padding-top:50px;
}
 


#footer {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #FFF;
	font-size: 16px;
	font-family: 'Nunito light', sans-serif;
	font-weight:200;
	background: #43554B;
	/*border-top: solid #C1DE6E 2px;*/
}
#footer a {
	color: #C1DE6E;
	font-family: 'Nunito light', sans-serif;
	font-weight: 200;
	text-decoration:underline;
}
#footer a:hover {
	color: #FFF;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0 -7.5px;
}
#footer ul > li {
	display: inline-block;
	margin: 0 7.5px;
}


@media only screen and (max-width: 768px) {
	#feature {
	background: #43554B;
	padding-bottom: 40px;
	padding-top: 30px;
}
#feature .center h2 {
	font-size: 22px;
	line-height: 28px;
}
#feature p {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 21px;
	padding: 8px;
}
#port-corro h2 {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #FFF;
}
#impressum p {
	font-size:16px;
	font-weight: 200;
	font-family: 'Nunito light', sans-serif;
	line-height:21px;
	padding-bottom: 20px;
	text-align:left;
}
#contact-info {
	padding: 20px;
	background-image: none;
}
.contact-info h2 {
	margin-top: 0;
	padding-bottom: 10px;
	color: #FFF;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	font-size: 22px;
	padding-left: 0px;
}
.contact-info p {
	color: #FFF;
	font-weight: 200;
	font-family: 'Nunito light', sans-serif;
	font-size: 16px;
	padding-left: 0px;
}
#get-in-touch {
	padding: 40px 0 40px;
	background-image: -moz-linear-gradient(90deg, #B3CC64 0%, #2B9352 70%);
	background-image: -webkit-linear-gradient(90deg, #B3CC64 0%, #2B9352 70%);
	background-image: -ms-linear-gradient(90deg, #B3CC64 0%, #2B9352 70%);
}
#get-in-touch h2 {
	color: #FFF;
	font-size: 23px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
}
#get-in-touch p {
	text-align:left;
	line-height:21px;
	padding-bottom:10px;
}
 
#taurus .center h2 {
	font-size: 24px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	padding-bottom: 15px;
	text-align:left;
}
#taurus p {
	font-size: 16px;
	text-align: left;
	margin-bottom: 0;
	color: #fff;
	line-height: 21px;
	padding: 5px;
}
#advan .overlay .sensor p {
	font-weight: 200;
	font-family: 'Nunito light', sans-serif;
	font-size: 16px;
	text-align: left;
	line-height: 24px;
}
#advan .overlay .sensor {
	padding-bottom: 50px;
}
#advan .head-text span {
	display: block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 200;
	font-family: 'Nunito light', sans-serif;
}
.head-text h1 {
	color: #fff;
	
}
#advan h1 {
	display: block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 200;
	font-family: 'Nunito light', sans-serif;
}
#advan .overlay .sensor h1 {
	padding: 50px 20px 20px 0px;
	color: #BFDA70;
	font-size: 28px;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
	line-height:34px;
}
 

.navbar-brand {
  padding: 0;
  margin: 0;
  padding: 10px 15px 0px;
}
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #727376;
  padding: 15px 0;
  padding-bottom: 35px;
}
.navbar-inverse .navbar-nav .dropdown-menu {
  /*background-color: #B1CDAC;*/
  background-color:#000;
  font-size:16px;
  color:#FFF;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 10px 15px;
  color: #fff;
  font-weight: 200;
  font-family: 'Nunito light', sans-serif;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #F60;
  color: #FFF;
}
.tauruses h2 {
	text-align:left;
}

}



 
 
 