/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),  url('../fonts/ubuntu-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/ubuntu-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/ubuntu-v12-latin-regular.woff') format('woff'), /* Modern Browsers */  url('../fonts/ubuntu-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/ubuntu-v12-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/ubuntu-v12-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Italic'), local('Ubuntu-Italic'),  url('../fonts/ubuntu-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/ubuntu-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/ubuntu-v12-latin-italic.woff') format('woff'), /* Modern Browsers */  url('../fonts/ubuntu-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/ubuntu-v12-latin-italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'),  url('../fonts/ubuntu-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/ubuntu-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/ubuntu-v12-latin-700.woff') format('woff'), /* Modern Browsers */  url('../fonts/ubuntu-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/ubuntu-v12-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* kaushan-script-regular - latin */
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kaushan-script-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Kaushan Script'), local('KaushanScript-Regular'),
       url('../fonts/kaushan-script-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/kaushan-script-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/kaushan-script-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/kaushan-script-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/kaushan-script-v6-latin-regular.svg#KaushanScript') format('svg'); /* Legacy iOS */
}

/* BACKGROUND COLORS */

.bg-black {
  background-color: #111111 !important;
}
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-offwhite {
  background-color: #F5F5F5 !important;
}
.bg-clouds {
  background-color: #ECF0F1 !important;
}
.bg-silver {
  background-color: #BDC3C7 !important;
}
.bg-concrete {
  background-color: #95A5A6 !important;
}
.bg-asbestos {
  background-color: #7F8C8d !important;
}
.bg-tan {
  background-color: #D1DBBD !important;
}
.bg-logo {
  background-color: #c0412f !important;
}
.bg-pewter {
  background-color: #91AA9D !important;
}
.bg-moonlight {
  background-color: #3E606F !important;
}
.bg-deepocean {
  background-color: #193441 !important;
}
.bg-turquoise {
  background-color: #1ABC9C !important;
}
.bg-aqua {
  background-color: #16A085 !important;
}
.bg-sunflower {
  background-color: #F1C40F !important;
}
.bg-orange {
  background-color: #F39C12 !important;
}
.bg-sienna {
  background-color: #BF4E19 !important;
}
.bg-red {
  background-color: #e6352d !important;
}
.bg-river {
  background-color: #3498DB !important;
}
.bg-marina {
  background-color: #2980B9 !important;
}
.bg-deco {
  background-color: #C9D787 !important;
}
.bg-crete {
  background-color: #7D8A2E !important;
}
.bg-guardsman {
  background-color: #D90000 !important;
}
.bg-pomegranate {
  background-color: #C0392B !important;
}
.bg-finn {
  background-color: #723147 !important;
}
.bg-tamarind {
  background-color: #31152B !important;
}
.bg-oker {
  background-color: #b3cf76 !important;
}
.bg-gray {
  background-color: #f3f3f3;
  padding-bottom: 60px;
}
.bg-cyanlight {
  background-color: #b3d1c9 !important;
}
/* COLORS */

.black {
  color: #111111;
}
.white {
  color: #ffffff;
}
.darkgreen {
  color: #344b25;
  font-weight: 300;
}
.offwhite {
  color: #F5F5F5;
}
.clouds {
  color: #ECF0F1;
}
.silver {
  color: #BDC3C7;
}
.concrete {
  color: #95A5A6;
}
.asbestos {
  color: #7F8C8d;
}
.tan {
  color: #D1DBBD;
}
.logo {
  color: #373535;
}
.pewter {
  color: #91AA9D;
}
.moonlight {
  color: #3E606F;
}
.deepocean {
  color: #193441;
}
.turquoise {
  color: #1ABC9C;
}
.aqua {
  color: #16A085;
}
.sunflower {
  color: #F1C40F;
}
.orange {
  color: #F39C12;
}
.sienna {
  color: #BF4E19;
}
.milanored {
  color: #AC1C00;
}
.river {
  color: #3498DB;
}
.charcoal {
  color: #36454f;
}
.charcoalanalog {
  color: #fff;
}
.marina {
  color: #2980B9;
}
.deco {
  color: #C9D787;
}
.crete {
  color: #7D8A2E;
}
.guardsman {
  color: #D90000;
}
.pomegranate {
  color: #C0392B;
}
.finn {
  color: #723147;
}
.tamarind {
  color: #31152B;
}
.oker {
  color: #b3cf76;
}
.senf {
  color: #e0b246;
}
/* PADDING, MARGIN & ALIGNMENT */
.pad5 {
  padding-top: 5px;
}
.pad10 {
  padding-top: 10px;
}
.pad15 {
  padding-top: 15px;
}
.pad25 {
  padding-top: 25px;
}
.pad30 {
  padding-top: 30px;
}
.pad35 {
  padding-top: 35px;
}
.pad40 {
  padding-top: 40px;
}
.pad45 {
  padding-top: 45px;
}
.pad50 {
  padding-top: 50px;
}
.pad55 {
  padding-top: 55px;
}
.pad60 {
  padding-top: 60px;
}
.pad90 {
  padding-top: 90px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 70px;
}
.min-height-100px {
  min-height: 100px;
}
.min-height-200px {
  min-height: 200px;
}
.min-height-300px {
  min-height: 300px;
}
.min-height-400px {
  min-height: 400px;
}
.min-height-500px {
  min-height: 500px;
}
.min-height-600px {
  min-height: 600px;
}
.min-height-700px {
  min-height: 700px;
}
.min-height-800px {
  min-height: 800px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.but_marg {
  margin-left: 3px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt50 {
  margin-top: 50px;
}
.v-center {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.without-padding {
	padding: 0px;
}
.padding-all-5 {
	padding: 5px;
}
.padding-all-10 {
	padding: 10px;
}
.padding-all-15 {
	padding: 15px;
}
.padding-all-20 {
	padding: 20px;
}
.padding-all-30 {
	padding: 30px;
}
.padding-all-40 {
	padding: 40px;
}
.padding-all-50 {
	padding: 50px;
}
.padding-all-60 {
	padding: 60px;
}
.padding-all-70 {
	padding: 70px;
}
.padding-all-80 {
	padding: 80px;
}
.padding-all-90 {
	padding: 90px;
}
.padding-all-100 {
	padding: 100px;
}
.padding-all-110 {
	padding: 110px;
}
.padding-all-120 {
	padding: 120px;
}
/*=================
PADDING FROM TOP
==================*/
.p-top-0 {
	padding-top: 0px;
}
.p-top-10 {
	padding-top: 10px;
}
.p-top-20 {
	padding-top: 20px;
}
.p-top-30 {
	padding-top: 30px;
}
.p-top-40 {
	padding-top: 40px;
}
.p-top-50 {
	padding-top: 50px;
}
.p-top-60 {
	padding-top: 60px;
}
.p-top-70 {
	padding-top: 70px;
}
.p-top-80 {
	padding-top: 80px;
}
.p-top-90 {
	padding-top: 90px;
}
.p-top-100 {
	padding-top: 100px;
}
.p-top-110 {
	padding-top: 110px;
}
.p-top-120 {
	padding-top: 120px;
}
.p-top-130 {
	padding-top: 130px;
}
.p-top-140 {
	padding-top: 140px;
}
.p-top-150 {
	padding-top: 150px;
}
/*-------------------------*/

/*====================
PADDING FROM BOTTOM
====================*/
.p-bot-0 {
	padding-bottom: 0px;
}
.p-bot-10 {
	padding-bottom: 10px;
}
.p-bot-20 {
	padding-bottom: 20px;
}
.p-bot-30 {
	padding-bottom: 30px;
}
.p-bot-40 {
	padding-bottom: 40px;
}
.p-bot-50 {
	padding-bottom: 50px;
}
.p-bot-60 {
	padding-bottom: 60px;
}
.p-bot-70 {
	padding-bottom: 70px;
}
.p-bot-80 {
	padding-bottom: 80px;
}
.p-bot-90 {
	padding-bottom: 90px;
}
.p-bot-100 {
	padding-bottom: 100px;
}
.p-bot-110 {
	padding-bottom: 110px;
}
.p-bot-120 {
	padding-bottom: 120px;
}
.p-bot-130 {
	padding-bottom: 130px;
}
.p-bot-140 {
	padding-bottom: 140px;
}
.p-bot-150 {
	padding-bottom: 150px;
}
/*------------------------*/



/*==================
PADDING FROM LEFT
==================*/

.p-left-0 {
	padding-left: 0px;
}
.p-left-10 {
	padding-left: 10px;
}
.p-left-20 {
	padding-left: 20px;
}
.p-left-30 {
	padding-left: 30px;
}
.p-left-40 {
	padding-left: 40px;
}
.p-left-50 {
	padding-left: 50px;
}
.p-left-60 {
	padding-left: 60px;
}
.p-left-70 {
	padding-left: 70px;
}
.p-left-80 {
	padding-left: 80px;
}
.p-left-90 {
	padding-left: 90px;
}
.p-left-100 {
	padding-left: 100px;
}
.p-left-110 {
	padding-left: 110px;
}
.p-left-120 {
	padding-left: 120px;
}
.p-left-130 {
	padding-left: 130px;
}
.p-left-140 {
	padding-left: 140px;
}
.p-left-150 {
	padding-left: 150px;
}
/*--------------------------------*/

/*==================
PADDING FROM RIGHT
==================*/

.p-right-0 {
	padding-right: 0px;
}
.p-right-10 {
	padding-right: 10px;
}
.p-right-20 {
	padding-right: 20px;
}
.p-right-30 {
	padding-right: 30px;
}
.p-right-40 {
	padding-right: 40px;
}
.p-right-50 {
	padding-right: 50px;
}
.p-right-60 {
	padding-right: 60px;
}
.p-right-70 {
	padding-right: 70px;
}
.p-right-80 {
	padding-right: 80px;
}
.p-right-90 {
	padding-right: 90px;
}
.p-right-100 {
	padding-right: 100px;
}
.p-right-110 {
	padding-right: 110px;
}
.p-right-120 {
	padding-right: 120px;
}
.p-right-130 {
	padding-right: 130px;
}
.p-right-140 {
	padding-right: 140px;
}
.p-right-150 {
	padding-right: 150px;
}
/*---------------------------------*/
/*================
REMOVING FLOATS
=================*/
.center-block {
	float: none;
}
/*---------------------------------*/
/*================
MARGIN FROM TOP
=================*/

.margin-top-0 {
	margin-top: 0px;
}
.margin-top-5 {
	margin-top: 5px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-25 {
	margin-top: 25px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-35 {
	margin-top: 35px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-45 {
	margin-top: 45px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-55 {
	margin-top: 55px;
}
.margin-top-60 {
	margin-top: 60px;
}
.margin-top-70 {
	margin-top: 70px;
}
.margin-top-80 {
	margin-top: 80px;
}
.margin-top-90 {
	margin-top: 90px;
}
.margin-top-100 {
	margin-top: 100px;
}
.margin-top-150 {
	margin-top: 150px;
}
 @media (max-width: 768px) {
.sm-margin-top-10 {
	margin-top: 10px;
}
.sm-margin-top-20 {
	margin-top: 20px;
}
.sm-margin-top-30 {
	margin-top: 30px;
}
.sm-margin-top-40 {
	margin-top: 40px;
}
.sm-margin-top-50 {
	margin-top: 50px;
}
.sm-margin-top-60 {
	margin-top: 60px;
}
}
 @media (max-width: 992px) {
.md-margin-top-10 {
	margin-top: 10px;
}
.md-margin-top-20 {
	margin-top: 20px;
}
.md-margin-top-30 {
	margin-top: 30px;
}
.md-margin-top-40 {
	margin-top: 40px;
}
.md-margin-top-50 {
	margin-top: 50px;
}
.md-margin-top-60 {
	margin-top: 60px;
}
}
/*---------------------------------*/

/*================
MARGIN FROM BOTTOM
=================*/

.margin-bottom-0 {
	margin-bottom: 0px;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-35 {
	margin-bottom: 35px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-45 {
	margin-bottom: 45px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-55 {
	margin-bottom: 55px;
}
.margin-bottom-60 {
	margin-bottom: 60px;
}
.margin-bottom-70 {
	margin-bottom: 70px;
}
.margin-bottom-80 {
	margin-bottom: 80px;
}
.margin-bottom-90 {
	margin-bottom: 90px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
 @media (max-width: 768px) {
.sm-margin-bottom-10 {
	margin-bottom: 10px;
}
.sm-margin-bottom-20 {
	margin-bottom: 20px;
}
.sm-margin-bottom-30 {
	margin-bottom: 30px;
}
.sm-margin-bottom-40 {
	margin-bottom: 40px;
}
.sm-margin-bottom-50 {
	margin-bottom: 50px;
}
.sm-margin-bottom-60 {
	margin-bottom: 60px;
}
}
 @media (max-width: 992px) {
.md-margin-bottom-10 {
	margin-bottom: 10px;
}
.md-margin-bottom-20 {
	margin-bottom: 20px;
}
.md-margin-bottom-30 {
	margin-bottom: 30px;
}
.md-margin-bottom-40 {
	margin-bottom: 40px;
}
.md-margin-bottom-50 {
	margin-bottom: 50px;
}
.md-margin-bottom-60 {
	margin-bottom: 60px;
}
}
/*Other Spaces*/
.margin-top-20 {
	margin-top: 20px;
}
.margin-left-5 {
	margin-left: 5px;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-right-5 {
	margin-right: 5px;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-right-20 {
	margin-right: 20px;
}
.margin-left-5 {
	margin-left: 5px;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-left-30 {
	margin-left: 30px;
}
.margin-left-40 {
	margin-left: 40px;
}
.margin-left-40 {
	margin-left: 40px;
}
.margin-left-50 {
	margin-left: 50px;
}
.margin-left-60 {
	margin-left: 60px;
}
.margin-left-70 {
	margin-left: 70px;
}
.margin-left-80 {
	margin-left: 80px;
}
.margin-left-90 {
	margin-left: 90px;
}
.margin-left-100 {
	margin-left: 100px;
}
.margin-left-110 {
	margin-left: 110px;
}
.margin-left-120 {
	margin-left: 120px;
}
.margin-left-130 {
	margin-left: 130px;
}
.margin-left-140 {
	margin-left: 140px;
}
.margin-left-150 {
	margin-left: 150px;
}

/** TYPOGRAPHY **/
.chivo {
  font-family: 'Chivo';
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Ubuntu, sans-serif;
  line-height: 1.33;
  color: #00100f;
}
/*#slider h2 {
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.33;
}*/
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  color: #e5e5e5;
}
h1 {
  margin-bottom: 20px;
  font-weight: 400;
}
h2 {
  font-size: 37px; 
  font-weight: 700;    
}
h4 {
  margin: 15px 0 15px 0;
}
#contact h4 {
  letter-spacing: normal;
  font-weight: 700;
}
h5, h6 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.jumbotron h2 {
  color: #373535;
}
p {
  font-family: Ubuntu, sans-serif;
  line-height: 1.6;
  margin: 16px 0;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
}
.lead {
  font-family: Ubuntu, sans-serif;
  line-height: 1.444;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  /*! margin-bottom: 30px; */
}
.kaushan {
  font-family:"Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.lead-times {
  color: #dedede;
}
small, .small {
  font-size: 80%;
  line-height: 2;
}
em {
  color: rgba(01,16,15,.85);
  font-size: small;
}
.jumbotron p {
  color: #ffffff;
}

.welcome h2{
	margin: 15px 0 20px;
	font-family: 'Ubuntu', sans-serif;	
	font-weight: 400;
  color: #e8f1ee; 
	letter-spacing: 1px;  
}
.welcome h3{
	margin: 15px 0 20px;
	font-size: 60px;
  font-weight: bold;
  font-family: 'New Times Roman';	
	color: #00100f; 
	letter-spacing: 1px;
}
.welcome p{
	/*! margin: 0 0 15px; */
	font-family: 'Ubuntu', sans-serif;	
	color: #e5f5f5; 
	letter-spacing: 1px;
}
.heading h2 {  
	color: #e8f1ee;
	letter-spacing: 1px;  
  border-bottom: 0px solid #051711; 
  display:inline-block;
}
/*Schriftfarbe inside*/
/*.heading h2:first-line{
  background:#051711;
  color:#e8f1ee; 
}*/
h2 {  
	color: #051711;
	letter-spacing: 1px;    
  border-bottom: 0px solid #051711; 
  display:inline-block;
}
/*h2:nth-child(1){
  background:#00100f;
  color:#f2ece9; 
}
h2:first-line{
  background:#00100f;
  color:#f2ece9; 
}*/

 @media(min-width:768px) {
p {
	margin: 0 0 25px;
	line-height: 1.7;
}
}
.header-strips-one {
	border-top: 2px solid #9c5b57;
	height: 1px;
	margin: 20px 0px 15px;
	position: relative;
	width: 70px;
}
.parallax .header-strips-one {
	border-top: 1px solid #ffffff;
	height: 1px;
	margin: 20px auto;
	position: relative;
	width: 70px;
}
.header-strips-two {
	border-top: 1px solid rgba(50,50,50,.7);
	height: 1px;
	margin: 20px auto;
	position: relative;
	width: 70px;
}
.parallax .header-strips-two {
	border-top: 2px solid #ffffff;
	height: 1px;
	margin: 20px auto;
	position: relative;
	width: 70px;
}
.headingtitle h2 {
  font-size: 72px;
  font: 72px 'New Times Roman', serif;
  font-weight: 700;
  color: #00100f;  
}
.heading h2 {
	font-size: 62px /*30px*/;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 700;
}
.heading h3 {
	font-size: 22px;
	color: #f6cf6b;/*ffd466;*/
}
.heading h5 {
	font-size: 16px;
}
.subheading {
	margin-top:25px;
	margin-bottom:25px;
  font-size: 18px;
}
.subheading-2 {
	margin-top: 25px;
  margin-bottom: 25px;
  font-size: 18px;
}
h2.cap-font
{
	font-size:25px;
}
.light-font {
	font-weight: 300;
}
.medium-font {
	font-size: 500;
}
.bold-font {
	font-weight: 700;
}
.xtra-bold-font {
	font-weight: 900;
}
.italic-font {
	font-style: italic;
	font-family: 'PT Serif', serif;
}
/* LINKS */
header.marquee {
  padding: 50px 0;
  text-align: center;
  color: #fff;
  background-color: #b84d45;
  background-image: url(../assets/img/bg.png)
}
header.marquee .brand-name {
  display: block;
  font-size: 50px;
  line-height: 1
}
header.marquee h1 {
  font-size: 24px;
  line-height: 1;
  margin: 20px 0
}
header.marquee p {
  font-size: 16px;
  color: rgba(255,255,255,.8);
  line-height: 1.4
}
header.marquee p a {
  color: #fff
}
header.marquee img.logo {
  margin-bottom: 50px
}
header.marquee .btn-cta {
  margin: 20px 0 0;
  padding: 10px 15px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-family: Montserrat, Ubuntu, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px
}
header.marquee .btn-cta:hover {
  color: #b84d45;
  background-color: #fff
}
/*BUTTONS*/

.btn-white {
  color: #ffffff;
  padding: 0px;
  border: 1px solid #ffffff;
  padding: 10px;
  background-color: transparent;
}
.btn-white:hover {
  border-color: #fef9ed;
  color: #000000;
  background-color: #fef9ed;
}
.btn {
  padding:18px 24px;
  border-top-left-radius:100px;
   border-top-right-radius:100px;
   border-bottom-left-radius:100px;
   border-bottom-right-radius:100px;
  }
.btn-radius {
  padding: 8px 14px;
  margin-top: 12px;
}
/* Hyphenator */
.hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}
/* FORM CONTROL */

fieldset {
  border: 2px solid #ecf0f1;
  border-radius: 6px;
  padding: 30px 50px;
}
fieldset legend {
  color: #333;
  padding: 5px 10px;
  border: 2px solid #ecf0f1;
  border-radius: 6px;
}
.form-control {
  border: 2px solid #ecf0f1;
  color: #000;
  background-color: #ffffff;
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group.focus .form-control, .form-control:focus {
  border-color: #629751;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #fae0bb;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.form-control.form-minimal {
  border-color: transparent;
}
.form-control.form-minimal:hover {
  border-color: #bdc3c7;
}
.form-control.form-minimal:focus {
  border-color: #1abc9c;
}
.has-success .help-block, .has-success .control-label {
  color: #2ecc71;
}
.has-success .form-control {
  color: #2ecc71;
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:-moz-placeholder {
 color: #2ecc71;
 opacity: 1;
}
.has-success .form-control::-moz-placeholder {
 color: #2ecc71;
 opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
 color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
 color: #2ecc71;
}
.has-success .form-control.placeholder {
  color: #2ecc71;
}
.has-success .form-control:focus {
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #ffffff;
}
.has-warning .help-block, .has-warning .control-label {
  color: #f1c40f;
}
.has-warning .form-control {
  color: #f1c40f;
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:-moz-placeholder {
 color: #f1c40f;
 opacity: 1;
}
.has-warning .form-control::-moz-placeholder {
 color: #f1c40f;
 opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
 color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
 color: #f1c40f;
}
.has-warning .form-control.placeholder {
  color: #f1c40f;
}
.has-warning .form-control:focus {
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: #ffffff;
}
.has-error .help-block, .has-error .control-label {
  color: #e74c3c;
}
.has-error .form-control {
  color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
 .has-error .form-control:-moz-placeholder {
 color: #e74c3c;
 opacity: 1;
}
 .has-error .form-control::-moz-placeholder {
 color: #e74c3c;
 opacity: 1;
}
 .has-error .form-control:-ms-input-placeholder {
 color: #e74c3c;
}
 .has-error .form-control::-webkit-input-placeholder {
 color: #e74c3c;
}
.has-error .form-control.placeholder {
  color: #e74c3c;
}
.has-error .form-control:focus {
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #ffffff;
}
.text-danger, .text-danger:hover {
  color: #cc0000;
  font-weight: 700;
}
/* FORM - INPUT ICON */
.form-control + .input-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 37px;
  vertical-align: middle;
  font-size: 20px;
  color: #b2bcc5;
  background-color: #ffffff;
  padding: 0 12px 0 0;
  border-radius: 6px;
}
.input-hg + .input-icon {
  line-height: 49px;
  padding: 0 16px 0 0;
}
.input-lg + .input-icon {
  line-height: 41px;
  padding: 0 15px 0 0;
}
.input-sm + .input-icon {
  font-size: 18px;
  line-height: 30px;
  padding: 0 10px 0 0;
}
/* FORM - INPUT GROUP */
.input-group .input-group-btn .btn {
  margin: 0;
  box-shadow: none;
}
/* Tabs */
/*.nav-tabs > li > a {
	padding: 16px 25px 12px;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	text-transform: capitalize;
	color: rgba(53,53,53,0.65);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 4px 4px 0px 0px;
	border: none !important;
	border-bottom: 4px solid transparent !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: rgba(53,53,53,0.05);
	border-bottom: 4px solid #c67e1d !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
	outline: 0; 
	background-color: #c67e1d; 
	color: #ffffff;
}


.tab-content {
	padding-left: 0;
	padding-right: 0;
	border: none;
}*/

.tab-pane {
  padding: 10px 0;
}
/* CONTENT BLOCK HOLDERS */
.content-block {
  width: 100%;
  z-index: 100;
  position: relative;
  background-color: rgba(146, 161, 200, .58);
}
.content-block-nopad {
  width: 100%;
  z-index: 100;
  position: relative;
  background-color: #8b7355;
}
.testimonials-overlay {
  background-color: rgba(6,32,51,.8);
  padding: 40px 0px 40px 0px;
}
#testimonials {
  background-image: url("../img/slider/3.jpg");
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  
  z-index: 1;
  display: block;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.testimonials .flexslider .slide-items img {
  width: 100px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-bottom: 20px;
}
.testimonials .flex-direction-nav a:before {
  font-family: "Ionicons";
  font-size: 40px;
  display: inline-block;
  content: '\f3d5';
}
.testimonials .flex-direction-nav a.flex-next:before {
  content: '\f3d6';
}
.testimonials .flexslider {
  margin: 0px;
}
.testimonials .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255,255,255,1);
  text-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
}
.slide-items {
  padding: 50px 40px;
}
.slide-items p {
  color: #fff;
}
.slide-items h5 {
  margin-bottom: 18px;/*0*/
  color: #960f0f;
  font-weight: 600;
}
.testimonials .flexslider {
  background: rgba(0,0,0,0);
  border: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/*************** Testimonials-Fisher ***************/

.owl-controls {
  margin-top: -35px !important;
}
#testimonial:before {
  position: absolute;
  /*z-index: 99;*/
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}
.testimonial-section {
  background: url(../img/parallax/11.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
  position: relative;
}
.testimonials .testimonial-content img {
  width: 280px;
  height: auto;
  margin-bottom: 40px;
}
.testimonials .testimonial-content p {
  font-size: 20px;
  line-height: 30px;
  /*font-style: italic;*/
  font-weight: 400;
  margin-bottom: 40px;
  color: #fff;
}
.testimonials .testimonial-content {
  position: relative;
}
.testimonials .testimonial-author {
  margin-bottom: 40px;
}
.testimonials .testimonial-author .author {
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  font-size: 18px;
  padding-bottom: 5px;
}
.testimonials .testimonial-author .designation {
  color: #d3d3d3;
}
/*.touch-slider .owl-controls.clickable .owl-buttons div:hover {
background-color: #00afd1;
}*/
/*.touch-carousel .owl-controls.clickable .owl-buttons div:hover {
background-color: #00afd1;
}*/
.testimonials-carousel .owl-controls.clickable .owl-buttons div {
  background: none;
  font-size: 40px;
  display: none;
}
.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-next {
  position: absolute;
  right: 0;
  z-index: 1000;
}
.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1000;
}
.testimonials .testimonial-content img {
  border: 1px solid #aaaaaa;
}
.testimonials .testimonial-author .author {
  color: rgba(229, 81, 0, .85);
}
.testimonials-carousel .owl-controls.clickable .owl-buttons div {
  color: rgba(229, 81, 0, .65);
}
.owl-theme .owl-controls .owl-page.active {
  background-color: #ffffff;
}
.owl-theme .owl-controls .owl-page.active {
  padding: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 0px;
  -o-border-radius: 3px;
  border-radius: 0px;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #af6f20;
}
/* call to advice */
.cta-bg3 {
  background: #2f2f2f url(../img/team/04.jpg) no-repeat center 26%;
  padding: 240px 0px;
  background-size: cover;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-block-start-color: rgba(160, 120, 90, .65);
  border-block-end-color: #4b3c00;
}
.cta {
  padding-bottom: 40px;
}
.cta h1 {
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
}
.cta-bg {
  background-color: #1566c4;
  padding-top: 40px;
}
.cta-bg h2 {
  color: #ffffff;
}
.cta-bg h1 {
  color: #ffffff;
}
.content-1-4 .image-container {
  position: absolute;
  height: 100%;
  padding: 0px;
  top: 0px;
}
.content-1-4 .image-container .background-image-holder {
  background: #fff url('../img/dummy.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}
/*=================================================================
    Video Section
==================================================================*/

.video-player { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 0; height: 0; clear: both; }
.video-player iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-bg {
  /*background: url("../img/vlogo.jpg");cover*/
  color: #fff;
  background-attachment: fixed !important;
  background-position: center center;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 100px; 
}
.video-bg {
  background-color: rgba(0,93,163,.1);
}
.modal-header {
  background-color: #051711;
}
.video-bg .section-title p {
  color: #fff;
}
.video-bg .vioverlay {
  /*! background-color: rgba(0, 0, 0, 0.5); */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.video-popup-button {
  background-color: #0aa6bd;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 90px;
  height: 150px;
  line-height: 150px;
  margin-bottom: 80px;
  width: 150px;
  position: relative;
}
.video-popup-button i {
  margin-left: 15px;
}
.video-popup-button:hover, .video-popup-button:focus {
  background-color: transparent;
  color: #fff;
}
.video-popup-button:before {
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}
.video-popup-button:hover:before {
  opacity: 1;
}
.section-title {
  margin-bottom: 40px;
}
.section-title.white {
  color: #fff;
}
/*!.section-title h2 {
  color: #0aa6bd; 
  font-size: 24px; 
  font-weight: 700;
   line-height: 20px; 
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase; 
}*/
.section-title p {
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
}
.section-title.white p {
  color: #fff;
}
.section-title.white h2 {
  color: #fff;
}
/*.section-title h2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 72px;
  margin-left: -36px;
  background: #F8FF00;
  content: "";
}*/
.section-title.white h2:after {
  background: #fff;
}
.parallax {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.panel-title {
text-transform: none;
}
.panel-title i {
  width: 42px;
  height: 42px;  
  line-height: 42px;
  text-align: center;
  margin-right: 12px;
  color: #373535;
  /*! font-size: 22px; */
  background-color: none;
  /*! border: 1px solid #ffcc2f; */
  vertical-align: middle;
  border-radius: 4px;
}
#service3 {
  text-align: center;/*! background: rgba(137,78,69,.25); */
}
.service3 {
  text-align: left;
  margin-bottom: 15px;
}
.service3 .caption {
  text-align: center;
}
.service3 .caption h3 {
  margin: 0 0 10px;
  /*! color: #333333; */
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
}
.service3 .icon-box {
  display: inline-block;
  margin-bottom: 15px;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
.service3 .icon-box:before {
  display: block;
  content: '';
  position: relative;
  top: 75px;
  width: 120px;
  height: 1px;
  display: block;
  margin: 0 auto;
  background-color: #4b3c00;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.service3 .icon-box .icon {
  background-color: #26282b;
  border-radius: 5px;
  display: inline-block;
  height: 75px;
  left: 36%;
  position: relative;
  top: 12px;
  width: 75px;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
  /*background: #9fe026;*/
  background: -moz-linear-gradient(left, #ef4b1d 0%, #9fe026 62%, #9fe026 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ef4b1d), color-stop(62%, #9fe026), color-stop(100%, #9fe026));
  background: -webkit-linear-gradient(left, #ef4b1d 0%, #9fe026 62%, #9fe026 100%);
  background: -o-linear-gradient(left, #ef4b1d 0%, #9fe026 62%, #9fe026 100%);
  background: -ms-linear-gradient(left, #ef4b1d 0%, #9fe026 62%, #9fe026 100%);
  background: linear-gradient(to bottom, #ef4b1d 0%, #9fe026 62%, #9fe026 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4b1d', endColorstr='#9fe026', GradientType=1 );
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.service3:hover .icon-box .icon {
  background-color: #41aba0;
}
.service3 .icon-box .icon i {
  color: #1c1700;
  font-size: 30px;
  height: 75px;
  line-height: 70px;
  text-align: center;
  width: 75px;
  display: inline-block;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
#service3 .thumbnail {
  border: 2px solid #DEDEDE;
  border-radius: 0px;
  padding: 40px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#service3 .thumbnail:hover {
  background-color: #41aba0;
  border: 2px solid #41aba0;
  opacity: 1;
}
.thumbnail .icon {
  font-size: 50px;
}
#service3 .thumbnail:hover .icon, #service3 .thumbnail:hover .caption h3, #service3 .thumbnail:hover .caption p {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#service3 .thumbnail img {
  padding-bottom: 30px;
}
#service3 .thumbnail .img-adjust {
  margin-top: 10px;
  position: relative;
}
#service3 .thumbnail .caption h3 {
  color: #333333;
  font-weight: 300;
  font-size: 25px;
  padding-bottom: 22px;
}
#service3 .caption p {
  line-height: 1.5;/*! font-size: 15px; *//*! color: #7e7e7e; */
}
/*---------------------------------------------------------------------------------
5. EVENTS
-------------------------------------------------------------------------------*/

.resp-vtabs li.resp-tab-active {
  border-left: 5px solid #e0b246;
}
.event-date {
  background: #78ae0f;
}
.upcome-events .event:nth-child(odd) .event-date {
  background: #456900;
}
#eventTab {
  padding: 30px 20px 35px;
}
.activities {
  margin-top: 42px;
}
.activities h5 {
  margin-bottom: 21px;
}
.upcome-events {
  padding: 20px;
}
.upcome-events h4 {
  margin-bottom: 42px;
}
.event {
  padding-bottom: 21px;
}
.event:last-child {
  padding-bottom: 14px;
}
.event-date {
  padding: 10px 25px;
  color: #FFF;
  text-align: center;
  margin-right: 14px;
}
.event-desc {
  width: 80%;
  border: 1px solid #c1c1c1;
  padding: 7px 14px;
}
.event-date {
  background: #ccaa59;
}
.upcome-events .event:nth-child(odd) .event-date {
  background: #b8860b;
}
.theme-pad {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.box {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(165,166,166,.37);
  -moz-box-shadow: 0 2px 2px rgba(165,166,166,.37);
  box-shadow: 0 2px 2px rgba(165,166,166,.37);
  overflow: hidden;
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
#portfolio {
  padding: 100px 0;
}
#portfolio .block .recent-work-mixMenu {
  padding-bottom: 40px;
  text-align: center;
}
#portfolio .block .recent-work-mixMenu ul li {
  display: inline-block;
  padding: 0;
}
#portfolio .block .recent-work-mixMenu ul li button {
  background: none;
  border: 0;
  font-size: 15px;
  color: #474747;
  margin: 0 20px;
  transition: 0.2s;
  text-transform: uppercase;
}
#portfolio .block .recent-work-mixMenu ul li button:hover {
  color: #80d6a3;
}
#portfolio .block .recent-work-mixMenu ul li button:focus {
  outline: 0;
}
#portfolio .block .recent-work-mixMenu ul li .active {
  color: #80d6a3;
}
#portfolio .block .recent-work-pic ul li {
  margin-bottom: 30px;
  position: relative;
}
#portfolio .block .recent-work-pic ul li:hover .overlay {
  opacity: 1;
}
#portfolio .block .recent-work-pic ul li:hover .overlay i {
  top: 40%;
  opacity: 1;
}
#portfolio .block .recent-work-pic ul li:hover .overlay h3 {
  bottom: 50%;
  opacity: 1;
}
#portfolio .block .recent-work-pic ul li .overlay {
  position: absolute;
  top: 23px;
  left: 38px;
  bottom: 23px;
  right: 38px;
  background: rgba(128, 214, 163, 0.85);
  transition: 0.3s;
  text-align: center;
  opacity: 0;
}
#portfolio .block .recent-work-pic ul li .overlay h3, #portfolio .block .recent-work-pic ul li .overlay i {
  color: #fff;
}
#portfolio .block .recent-work-pic ul li .overlay h3 {
  bottom: 30%;
  left: 50%;
  opacity: 0;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  transition: 0.3s;
  position: absolute;
  transition-delay: 0.1s;
  transform: translateX(-50%);
}
#portfolio .block .recent-work-pic ul li .overlay i {
  top: 30%;
  opacity: 0;
  left: 50%;
  font-size: 50px;
  transition: 0.3s;
  transition-delay: 0s;
  position: absolute;
  transform: translate(-50%, 50%);
}
#portfolio .block .recent-work-pic ul li .overlay .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-outline {
  color: #e5f5f5;
  padding: 10px 16px;
  margin: 15px 0;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.btn-outline:hover {
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-sm {
  padding: 6px 16px;
  margin-top: 12px;
  font-size: 14px;
}
.btn-outline-lg {
  padding: 14px 26px;
  font-size: 15px;
}
.btn-outline-xl {
  padding: 18px 30px;
  font-size: 24px;
}
.btn-outline.outline-light, .icon.outline-light {
  color: #f4f2ed;
  background: none;
  border: 2px solid #f4f2ed;
}
.btn-outline.outline-light:hover, .icon.outline-light:hover {
  color: #373535;
  background: #f3f3ee;
}
.btn-outline.outline-dark, .icon.outline-dark {
  color: #373535;/*2c3e50*/
  background: #f3f3ee;
  border: 2px solid #373535;/*2c3e50*/
}
.btn-outline.outline-dark:hover, .icon.outline-dark:hover {
  color: #373535;
  background: none;/*fae0bb,2c3e50*/
}
button:hover {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/************

TEAM CSS

*************/
.team{
    padding-top: 50px;
    padding-bottom:20px;
    background-color: #00a49a;
    text-align: center;
}
.team-box{
    text-align: left;
    padding: 0px;    
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    background-color: #689e25;
}

.team-box img{
    width:100%;
}
.team-desc h4{
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
    color: #00100f;

}
.team-desc em{
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
}
.team-box .social{
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    padding: 10px 5px;
    background-color: rgba(0,0,0,0.8);
    margin: 0;
}
.social li a{
    font-size: 20px;

    text-align: center;
    display: block;
    color:#fff;
}
.social li a i{
    display: block;
    color:#bbb;
}
.social li a:hover i{
    color:#689e25;

}
/*intro*/
.intro {
	padding: 100px 0;
	color: #fff;
}
.heading-strips-one {
	border-top: 4px solid #00e0d0;
	height: 1px;
	margin: 20px auto 25px;
	position: relative;
	width: 80px;
}
.intro .intro-body {
	padding-top: 15.5%;
	vertical-align: middle;
}
.intro .intro-body .brand-heading {
	font-size: 40px;
}
.intro .intro-body .intro-text {
	font-size: 1em;}

@media(min-width:768px) {
.intro {
	height: 100%;
	padding: 0;}
.intro .intro-body .brand-heading {
	font-size: 45px;}
.intro .intro-body .intro-text {
	margin-top: 20px;
	font-size: 1.1em;}
}
h2.bg-heading {
    background-color: #000;
    padding: 15px;
	font-size: 17px; }

/*parallax*/
.parallax {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-size: cover;
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6, .parallax .heading {
	color: #f2ece9;
}
.parallax p  {
	color: #051711;
}
.parallax h3 {
  color: #00100f;
}
.parallax .description {
	color: #ccc;
}
.parallax_banner {
	position: relative;
	background-image: url(../img/parallax/dummy.jpg);
	height: 100%;
}
.parallax_banner .container {
	position: relative;
	z-index: 99;
}
.parallax_banner:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(1, 1, 2, 0.4);
}
.parallax_banner:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: url(../img/parallax/1.webp) repeat;
  background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: 50% 50%;
	background-size: cover;
}
 @media (max-width: 762px) {
.parallax_banner {
	position: relative;
	background-image: url(../img/parallax/dummy.jpg);
	height: auto;
}
}
.parallax_banner2 {
  position: relative;
	background-image: url(../img/parallax/5.jpg);
	height: 100%;
  background-attachment: fixed;
  background-repeat: repeat-y;
	background-position: 50% 50%;
	background-size: cover;
}
.parallax_banner2 .container {
	position: relative;
	z-index: 99;
}
.parallax_banner2:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;background: rgba(20,31,7, 0.5);
}
.parallax_banner2:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: url(../img/parallax/gridtile.png) repeat;
}
 @media (max-width: 762px) {
.parallax_banner2 {
	position: relative;
	background-image: url(../img/parallax/5.jpg);
	height: auto;
}
}
.parallax_banner3 {
	position: relative;
	background-image: url(../img/parallax/.jpg);
	height: 100vh;
}
.parallax_banner3 .container {
	position: relative;
	z-index: 99;
}
.parallax_banner3:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;/*background: rgba(25, 35, 45, 0.6);*/
}
.parallax_banner3:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: url(../img/parallax/gridtile.png) repeat;
}
 @media (max-width: 762px) {
.parallax_banner3 {
	position: relative;
	background-image: url(../img/parallax/.jpg);
	height: auto;
}
}
/*parallax_color_pink*/
.parallax_color_pink {
	position: relative;
	background-image: url(../img/parallax/.jpg);
	color: #FFF;
}
.parallax_color_pink .container {
	position: relative;
	z-index: 99;
}
.parallax_color_pink:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(178,76,67, .7);
}
.parallax_color_pink:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: url(../img/parallax/gridtile.png) repeat;
}
/*parallax_color_blue*/
.parallax_color_blue {
	position: relative;
	background-image: url(../img/parallax/.jpg);
	color: #fef9ed;
}
.parallax_color_blue .container {
	position: relative;
	z-index: 99;
}
.parallax_color_blue:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0,0,45, 0.5);
}
.parallax_color_blue:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: url(../img/parallax/gridtile.png) repeat;
}
/*parallax_color_no*/
.parallax_color_no {
	position: relative;
	background-image: url(../img/parallax/1.jpg);
	color: #e5f5f5;
}
.parallax_color_no .container {
	position: relative;
	z-index: 99;
}
.parallax_color_no:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0,0,45, 0.1); 
  border-bottom: 1px solid rgba(0, 0, 45, 0.8)
}
.parallax_color_no:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: url(../img/parallax/grid.png) repeat;
}
/*parallax_color_gradient*/
.parallax_color_gradient {
	position: relative;
  background-position:  0% 50%;
	background-image: url(../img/parallax/406.jpg);
	color: #00100f;
  background-color: #00100f;
  border-top: 1px solid #404040;
}
.parallax_color_gradient .container {
	position: relative;
	z-index: 99;
}
.parallax_color_gradient:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
  background: rgb(29,118,88);
  background: linear-gradient(90deg, rgba(29,118,88,1) 0%, rgba(246,207,107,1) 35%, rgba(118,113,29,1) 100%);
 /* background: rgb(0,16,15);
  background: linear-gradient(90deg, rgba(0,16,15,1) 0%, rgba(0,163,159,1) 60%, rgba(229,245,245,1) 100%);*/
	opacity: 0.4;
  border-bottom: 1px solid rgba(0,0,45,.3);
}
.parallax_color_gradient:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: url(../img/parallax/gridtile.png) repeat;
}
/* CSS Border Animation nick@Huhtamaki */
.block {
	position: relative;
	margin: 20% auto 0;
	width: 100%;
	height: auto;
	background: linear-gradient(0deg, #000, #272727);
}
.block:before, .block:after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
		#0000ff, #00ff00,#ffff00, #ff0000);
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	animation: steam 20s linear infinite;
}
@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}
.block:after {
	filter: blur(50px);
}
.kontaktbox {border:2px solid #054497;background-color: #fff; font-size:17px; font-weight:700; color:#054497; padding:15px; margin-top:30px;}
.service-overlay {
  background-color:rgba(247,150,28,0.1);
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  width:100%;
  height:100%
 }
 .py-0 {  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.services-info {
  display:inline-block;
  padding:30px 40px
 }
 .section {
  padding:110px 0;
  position:relative
 }
 @media (max-width: 768px) {
  .section {
   padding:60px 0
  }
 }