/* 	Table Of Content
=======================
	1 - Media Queries
	2 - Important Styles
	3 - General Styles
	4 - Buttons
	5 - Header
	6 - Navigation
	7 - Intro
	8 - Intro Images
	9 - Products
	10 - OWL Carousel
	11 - Features List
	12 - Testimonials
	13 - Extra Features
	14 - Map
	15 - Contact
	16 - Footer
======================*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Playball);

/* 1-Media Queries */

@media (min-width: 1430px) {
	.container {width: 1400px;}
}

@media (min-width:1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}

@media (min-width:992px) and (max-width:1199px) {
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}

@media (min-width:768px) and (max-width:991px) {
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}

@media (max-width:767px) {
    .navbar-header .mobile-toggle{
      right: 25px;
    }
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

@media (max-width: 768px) {
	body {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 22px;
	}
	#intro {
		padding: 180px 0;
	}
	#intro h2 {
		font-size: 18px;
	}
	.copyright {
		text-align: center;
	}

  .fullscreen {
    max-height: 100vh;
  }

  .fullscreen .navbar-nav{
    margin: 0 -15px;
    background-color: rgba(255,255,255,0.5);
    max-height: calc(100vh - 60px);
  }

  .fullscreen .navbar .container, .navbar .fullscreen .row, .navbar .fullscreen .navbar-collapse{
    height: 100%;
  }
  .navbar .fullscreen .navbar-collapse{
    background-color: #fff;
  }

  .navbar .fullscreen .dropdown-menu{
    padding: 15px;
  }

  .fullscreen .navbar .nav.navbar-nav, .navbar .fullscreen .dropdown-menu li:last-child{
    border-bottom: unset;
  }
  .fullscreen .navbar .nav.navbar-nav li{
    padding: 1rem;
    border-bottom: 1px solid #0C558D;
    text-align: left;
  }
  .fullscreen .navbar .nav.navbar-nav li.dropdown>a{
    float: left;
    width: 80%;
  }
  .fullscreen .navbar .nav.navbar-nav li.dropdown .dropdown-btn{
    border: 1px solid #0C558D;
    border-radius: 5px;
    display: block;
    float: right;
    padding: 0.25rem 1.5rem;
    color: #0C558D;
    margin: 4px;
    background-color:#fff;
    margin-right: 15px;
  }
  .fullscreen .navbar .nav.navbar-nav li a>i{
    display: none;
  }

  .fullscreen .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
    color: #0C558D;
  }
  .fullscreen .navbar .nav.navbar-nav li.dropdown.open {
    background-color: rgba(255,255,255,0.5);
  }

  .fullscreen .navbar .nav.navbar-nav li.dropdown.open .dropdown-menu{
    display: block;
    margin: -15px;
  }

  .fullscreen .navbar .nav.navbar-nav li.dropdown .dropdown-menu{
    display: none;
  }

}

@media (max-width: 480px) {
  .fullscreen .navbar .nav.navbar-nav li.dropdown>a{
    float: left;
    width: 70%;
  }
}

@media (min-width: 768px) {
	body {
		font-size: 18px;
	}
	p {
		font-size: 18px;
	}
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 26px;
	}
	#intro {
		padding: 240px 0;
	}
	#intro h2 {
		font-size: 20px;
	}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
	h1 {
		font-size: 58px;
	}
	h2 {
		font-size: 30px;
	}
	#intro {
		padding: 280px 0;
	}
	#intro h2 {
		font-size: 22px;
	}
	.title-separator.left {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#extra-features {
		text-align: left !important;
	}
	#extra-features .certificate p {
		position: absolute;
		top: 8px;
		left: 100px;
	}
}

/* 2-Important Styles */

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.row.no-padding [class*='col-'] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* 3-General Styles */

body {
    font-family: Raleway, sans-serif;
    line-height: 1.6;
    color: #534135;
}

p {
	font-weight: 400;
	line-height: 32px;
	color: #967f76;
}

a {
	color: #534135;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #0C558D;
	text-decoration: none;
}

a.white {
	color: #fff;
}

h1 {
	color: #5b3821;
	font-weight: 700;
	margin: 10px 0;
}

h2 {
	font-weight: 600;
	line-height: 1.4;
	margin: 10px 0 20px;
}

h3 {
	font-size: 20px;
	font-weight: 600;
}

h4 {
	font-size: 18px;
	font-weight: 700;
}

h5 {
	font-size: 16px;
	font-weight: 700;
}

h6 {
	color: #0C558D;
	font-size: 26px;
	font-family: 'Playball', cursive;
	margin-top: 10px;
}

section {
	padding-top: 90px;
	padding-bottom: 80px;
}

.title i.fa {
	color: #e5e5e5;
	font-size: 30px;
}

.img-responsive {
	width: 100%;
	height: auto;
}

.margin-10 {
	margin-top: 10px;
}

.margin-20 {
	margin-top: 20px;
}

.margin-30 {
	margin-top: 30px;
}

.margin-40 {
	margin-top: 40px;
}

.margin-50 {
	margin-top: 50px;
}

.separator {
	position: relative;
}

.separator.top::before,
.separator.bottom::after {
	z-index: 2;
	left: 0;
	content: '';
	width: 100%;
	height: 20px;
	position: absolute;
	background-image: url('../images/separator.jpg');
	background-position: center;
	background-repeat: repeat-x;
}

.separator.top::before {
	top: 0;
}

.separator.bottom::after {
	bottom: -20px;
}

.arrow-separator {
	top: 0;
    width: 100%;
    height: 42px;
    position: absolute;
    z-index: 5;
    background-image: url('../images/direction-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.title-separator {
	width: 150px;
	height: 1px;
	display: block;
	position: relative;
	margin: 40px auto 30px auto;
	background-color: #e7e7e7;
}

.title-separator.bottom {
	margin: 35px auto 40px auto;
}

.title-separator::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 3px;
	position: absolute;
	top: -2px;
	background-color: #cc9a50;
	border-radius: 2px;
	left: 73px;
}

/* 4-Buttons */

.button {
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 100%;
	margin: 10px 0;
	outline: 0 none;
	padding: 16px 40px;
	position: relative;
	white-space: nowrap;
	border: 2px solid #fff;
	background: transparent;
}

.button:hover,
.button:focus,
.button:active {
	color: #fff;
	background: #fff;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.button.green {
	color: #fff;
	background-color: #a6ce37;
	border-color: #a6ce37;
}

.button.green:hover,
.button.green:focus,
.button.green:active {
	color: #fff;
	background-color: #8fbe26;
	border-color: #8fbe26;
}

.button.green.border {
	color: #333;
	border: 2px solid #a6ce37;
	background-color: transparent;;
}

.button.green.border:hover,
.button.green.border:focus,
.button.green.border:active {
	color: #fff !important;
	background: #a6ce37;
	-webkit-transition: all .1s ease-out;
}

.button.green.border.light {
	color: #fff !important;
}

/* Button White*/
.button.white {
	color: #0C558D;
	background-color: #fff;
	border-color: #fff;
}

.button.white:hover,
.button.white:focus,
.button.white:active {
	color: #fff;
	background-color: #0C558D;
	border-color: #0C558D;
}

.button.white.border {
	color: #333;
	border: 2px solid #a6ce37;
	background-color: transparent;;
}

.button.white.border:hover,
.button.white.border:focus,
.button.white.border:active {
	color: #fff !important;
	background: #0C558D;
	-webkit-transition: all .1s ease-out;
}

.button.white.border.light {
	color: #fff !important;
}

/* Button Blue*/
.button.blue {
	color: #fff;
	background-color: #0C558D;
	border-color: #0C558D;
}

.button.blue:hover,
.button.blue:focus,
.button.blue:active {
	color: #0C558D;
	background-color: #fff;
	border-color: #fff;
}

.button.blue.border {
	color: #333;
	border: 2px solid #a6ce37;
	background-color: transparent;;
}

.button.blue.border:hover,
.button.blue.border:focus,
.button.blue.border:active {
	color: #fff !important;
	background: #a6ce37;
	-webkit-transition: all .1s ease-out;
}

.button.blue.border.light {
	color: #fff !important;
}

.button.brown {
	color: #fff;
	background-color: #fff;
	border-color: #fff;
}

.button.brown:hover,
.button.brown:focus,
.button.brown:active {
	color: #fff;
	background-color: #bd9346;
	border-color: #bd9346;
}

.button.rounded {
	border-radius: 3px
}

/* 5-Header */

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
}
.main-header .header-top{
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.30);
	padding:5px 0px;
	background:#252525;
}
.main-header .header-top .top-left{
	position:relative;
	float:left;
}
.main-header .header-top ul li{
	position:relative;
	display:inline-block;
	margin-left:20px;
}
.main-header .header-top .top-left ul li{
	margin-right:20px;
	margin-left:0px;
}
.main-header .header-top ul li a{
	position:relative;
	display:block;
	line-height:20px;
	color:#cccccc;
	font-size:12px;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}
.main-header .header-top ul li .fa{
	position:relative;
	top:1px;
	font-size:13px;
	padding-right:5px;
}
.main-header .header-top ul li a:hover{
	color:#ffffff;
}
.main-header .header-top .top-right{
	position:relative;
	float:right;
}
.main-header .header-lower{
	position:relative;
	padding:0px 0px;
	background:#ffffff;
	width:100%;
	left:0px;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.fixed-header .header-lower{
	position:fixed;
	padding:0px !important;
}
.main-header .header-lower .outer-box{
	position:relative;
	padding:0px 150px 0px 0px;
}
.main-header .header-lower .search-box-btn{
	position:absolute;
	right:80px;
	top:35px;
	width:40px;
	padding-left:10px;
}
.main-header .header-lower .search-box-btn .search-btn{
	position:relative;
	display:block;
	font-size:18px;
	color:#ffffff;
	line-height:30px;
	width:30px;
	height:30px;
	text-align:center;
	cursor:pointer;
}

.main-header .header-lower .search-box-btn .search-btn:hover{
	color:#f1f1f1;
}
.main-header .header-lower .logo{
	position:relative;
	float:left;
	padding-right:10px;
}
.main-header .header-lower .logo:before{
	content:'';
	position:absolute;
	right:100%;
	top:0%;
	width:1000px;
	height:100%;
}
.main-header .header-lower .logo:after{
	content:'';
	position:absolute;
	left:80%;
	top:0%;
	width:100px;
	height:100%;
	transform:skewX(-25deg);
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
}
.main-header .header-lower .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
	z-index:1;
}
.main-menu{
	position:relative;
	float:right;
	padding:30px 0px;
}
.main-menu .navbar-collapse{
	padding:0px;
}
.main-menu .navigation{
	position:relative;
	float:right;
	margin:0px;
	font-family: 'Raleway', sans-serif;
}
.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px;
	margin-right:20px;
}
.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:10px 0px;
	font-size:14px;
	color:#6aaf08;
	line-height:20px;
	font-weight:700;
	text-transform:uppercase;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#1a1a1a;
	opacity:1;
}
.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:160%;
	width:200px;
	padding:0px;
	border:1px solid #ffffff;
	z-index:100;
	background:#6aaf08;
	visibility:hidden;
	opacity:0;
	border-radius:0px 5px 5px 5px;
	-ms-border-radius:0px 5px 5px 5px;
	-webkit-border-radius:0px 5px 5px 5px;
	-moz-border-radius:0px 5px 5px 5px;
	-o-border-radius:0px 5px 5px 5px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul:before{
	font-family: 'FontAwesome';
	content: "\f0d8";
	position:absolute;
	left:15px;
	top:-19px;
	padding-top:4px;
	display:block;
	width:100%;
	width:100%;
	height:20px;
	display:block;
	color:#6aaf08;
	line-height:20px;
	font-size:28px;
	z-index:5;
}
.main-menu .navigation > li:hover > ul {
	top:120%;
	opacity:1;
	visibility:visible;
}
.main-menu .navigation > li > ul > li{
	position:relative;
	float:none;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.50);
}
.main-menu .navigation > li > ul > li:last-child{
	border:none;
}
.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:5px 10px;
	font-weight:normal;
	font-size:13px;
	color:#ffffff;
	font-weight:500;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background-color:#4f8600;
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f0da";
	position:absolute;
	right:10px;
	top:8px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#1a1a1a;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}
.main-menu .navigation > li > ul > li  > ul{
	position:absolute;
	left:110%;
	top:-1px;
	width:180px;
	padding:0px;
	border:1px solid #ffffff;
	border-top-width:2px;
	z-index:100;
	background:#6aaf08;
	visibility:hidden;
	opacity:0;
	border-radius:0px 5px 5px 5px;
	-ms-border-radius:0px 5px 5px 5px;
	-webkit-border-radius:5px 0px 5px 5px;
	-moz-border-radius:0px 5px 5px 5px;
	-o-border-radius:0px 5px 5px 5px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > ul {
	left:100%;
	opacity:1;
	visibility:visible;
}
.main-menu .navigation > li > ul > li  > ul > li{
	position:relative;
	float:none;
	width:100%;
	border-bottom:1px solid #ffffff;
}
.main-menu .navigation > li > ul > li  > ul > li:last-child{
	border:none;
}
.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:4px 10px;
	font-weight:normal;
	font-size:13px;
	color:#ffffff;
	font-weight:500;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li  > ul > li:hover > a{
	color:#ffffff;
	background-color:#4f8600;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.navbar .nav.navbar-nav li.dropdown .dropdown-btn{
  display: none;
}

.appoinment-btn {
	position: absolute;
	right: 0;
	top: 25px;
}
.appoinment-form-outer {
	position:relative;
	padding:25px 30px 40px;
	background:#f6f6f6;
	border-radius:2px;
	font-family:'Open Sans',sans-serif;
}
.appoinment-form-outer h3 {
	font-size:24px;
	font-weight:600;
	margin-bottom:30px;
}
.appoinment-form-outer hr {
	margin-bottom:40px;
	border-color:#e0e0e0;
}
.appoinment-form-outer .form-group {
	position:relative;
	margin-bottom:30px;
}
.appoinment-form-outer input[type="text"],
.appoinment-form-outer input[type="email"],
.appoinment-form-outer input[type="tel"],
.appoinment-form-outer input[type="url"],
.appoinment-form-outer input[type="password"],
.appoinment-form-outer select,
.appoinment-form-outer textarea {
	position:relative;
	display:block;
	width:100%;
	line-height:34px;
	padding:8px 20px;
	background:#ffffff;
	border:1px solid #e0e0e0;
	height:52px;
}
.appoinment-form-outer select {
	cursor:pointer;
}
.appoinment-form-outer .field-label {
	position:relative;
	display:block;
	font-weight:600;
	font-size:18px;
	color:#252525;
	line-height:28px;
	margin-bottom:10px;
}
.appoinment-form-outer .field-label .required {
	color:#ff0000;
	font-size:14px;
}
.appoinment-form-outer .radio-select {
	position:relative;
	float:left;
	margin-right:30px;
	margin-bottom:5px;
	line-height:50px;
	outline: none;
}
.appoinment-form-outer .radio-select:last-child {
	margin-left:25px;
}
.appoinment-form-outer .radio-select label {
	color: #252525;
	cursor: pointer;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.appoinment-form-outer .radio-select input[type="radio"]:checked+label {
	color:#6aaf08;
}
.appoinment-form-outer button {
	padding:9px 30px;
}
.modal-backdrop {
  z-index: 0;
}
.title-border::after {
    background: #6aaf08 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 50px;
}
/*Search Box*/

.main-header .search-box{
	position:relative;
	padding:15px 0px;
	border-bottom:1px solid rgba(255,255,255,0.30);
	background:#944738;
	color:#ffffff;
	display:none;
}

.main-header .search-box .search-title{
	position:relative;
	float:left;
}

.main-header .search-box .search-title h2{
	font-size:20px;
	font-weight:600;
	line-height:36px;
}

.main-header .search-box .search-form{
	position:relative;
	float:right;
	max-width:350px;
	overflow:hidden;
}

.main-header .search-box .form-group{
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
	width:100%;
	overflow:hidden;
}

.main-header .search-box .form-group input[type="search"],
.main-header .search-box .form-group input[type="text"]{
	position:relative;
	display:block;
	width:100%;
	padding:8px 40px 6px 15px;
	border:2px solid rgba(255,255,255,0.30);
	color:#ffffff;
	font-weight:500;
	font-size:16px;
	line-height:22px;
	background:none;
}

.main-header .search-box .form-group input[type="search"]:focus,
.main-header .search-box .form-group input[type="text"]:focus{
	border-color:rgba(255,255,255,0.70);
}

.main-header .search-box .form-group .search-submit{
	position:absolute;
	right:1px;
	top:1px;
	width:40px;
	height:38px;
	background:#5d1d10;
	display:block;
	padding:0px 10px;
	color:#ffffff;
	font-size:16px;
	line-height:38px;
}

.main-header .search-box .form-group .search-submit:hover{
	background:#343434;
}
header {
    height: 95px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 100;
    background-image: url('../images/header.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
	-webkit-transform: translate3d(0,0,0);
}

.nav-up {
    top: -95px;
}

.logo {
	float: left;
	height: 64px;
	width: auto;
	margin-left: 15px;
	display: inline-block;
}

/* 6-Navigation */



.mobile-toggle {
	position: relative;
	margin: 14px 0;
	cursor: pointer;
	display: none;
	z-index: 10;
}

.bar-1,
.bar-2,
.bar-3 {
	width: 25px;
	height: 3px;
	background: #fff;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.bar-2 {
	position: relative;
	margin-top: 5px;
}

.bar-3 {
	position: relative;
	top: 5px;
}

.mobile-toggle:hover .bar-1 {
	transform: translate3d(0, 2px, 0);
	-webkit-transform: translate3d(0, 2px, 0);
	-moz-transform: translate3d(0, 2px, 0);
}

.mobile-toggle:hover .bar-3 {
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
}

/* 7-Intro */

#intro {
	background: url(../images/intro.jpg) 50% 0 fixed;
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#intro h1:after {
	content: ' ';
	display: block;
	width: 40px;
	height: 1px;
	margin: 15px auto 20px;
	background-color: #99d328;
}

#intro h2 {
	color: #653f27;
	font-weight: 500;
}

/* 8-Intro Images */

#intro-features {
	padding-top: 0;
	margin-top: -100px;
}

.intro-features-wrap {
	z-index: 3;
	position: relative;
	background-color: #fff;
	padding: 5px 5px 20px 5px;
}

#intro-features figure .image {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

#intro-features .image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

#intro-features .image:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

.min-feature {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 40px;
}



.min-feature h3 {
	font-size: 24px;
	color: #4a4a4a;
	font-weight: 300;
	padding: 15px 5px 5px 5px;
	margin: 0;
	text-transform: uppercase;
}
.min-feature h4 {
	font-size: 22px;
	color: #0C558D;
	font-weight: 700;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

/* Font */
#top h1, #top h6, #top h2{
	color:#fff;
}
/* 9-Gallery */

#gallery {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	margin: 0 auto;
}

#gallery .item img {
	width: 100%;
	height: auto;
}

#gallery figure {
	position: relative;
}

#gallery figure .overlay {
	top: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	position: absolute;
	text-align: center;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+51,000000+100&0+0,0+50,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 20%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.4) 45%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.4) 45%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    background-size: auto 200%;
    background-position: 0 0;
    transition: background-position 0.4s;
}

#gallery figure .overlay:hover {
	 background-position: 0 100%;
}

#gallery figure .overlay .content {
	display: block;
	bottom: 40px;
	width: 100%;
    position: absolute;
    text-align: center;
    min-height: 80px;
}

#gallery figure .overlay .category {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 3px 7px;
	line-height: 16px;
	pointer-events: auto;
	background-color: #0C558D;
	border-radius: 3px;
}

#gallery figure .overlay h3 {
	color: #fff;
	position: relative;
	width: 70%;
	margin: 0 auto;
}

/* 10-OWL Carousel */

.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
	color: white;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: white;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 4px;
	background: #4b361e;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 7px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border: solid 2px #4b361e;
	background: #fff;
}

/* 11-Features List */

#features-list .fbox {
	position: relative;
	border: 1px solid #f0f0f0;
	padding: 40px 30px 40px 80px;
	margin-top: 30px;
}

#features-list .fbox i {
	position: absolute;
    display: block;
    left: 26px;
    top: 45px;
    font-size: 32px;
    color: #0C558D;
}

#features-list .small a {
	font-weight: 600;
	position: relative;
}

#features-list .small a:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #0C558D;
	position: absolute;
	left: 0;
	bottom: -2px;
}

/* 12-Testimonials */

#testimonials {
	background: url(../images/testimonials-bg.jpg) 50% 0 fixed;
	height: auto;
	margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 120px 0 60px;
}

#testimonials figure {
	padding: 50px 30px 40px 30px;
	background-color: #fff;
	border-radius: 4px;
}

#testimonials figure img {
	height: 80px;
	width: 80px;
	border-radius: 45px;
	margin: 0 auto;
}

#testimonials figcaption {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
}

#testimonials figure .credit {
	padding: 18px 0 0 0;
}

#testimonials figure cite a {
	padding: 5px 0;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
}

#testimonials figure i {
	font-size: 14px;
	color: #ffbb37;
}

#testimonials figure blockquote {
    margin: 0;
    border-left: 0;
}

#testimonials figure blockquote {
    padding: 10px 0 20px;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
}

#testimonials .owl-theme .owl-controls {
	margin-top: 70px;
}

/* 13-Extra Features */

#extra-features {
	text-align: center;
	padding-top: 110px;
	padding-bottom: 110px;
}

#extra-features .item {
	margin: 10px;
}

#extra-features .item img {
	width: 100%;
    height: auto;
}

#extra-features .certificate {
	position: relative;
	margin-bottom: 30px;
}

#extra-features .certificate p {
	color: #534135;
    font-weight: 600;
    padding: 20px 10px;
}

#counter-bg {
	padding: 250px 0 200px;
	background-image: url('../images/counter-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.number {
	margin: 0 auto;
	display: inline-block;
}

.counter-box {
	margin-top: 10px;
	background-color: rgba( 255,255,255, 0.8 );
    padding: 50px 0 28px 0;
    border-radius: 4px;
    border: 1px solid #f7f7f7;
}

.counter-box .timer {
	font-size: 36px;
}

.counter-box h4 {
	font-family: arial, 'sans-serif';
	padding: 5px 15px;
}

.counter-box h4:after {
    content: ' ';
    display: block;
    width: 40px;
    height: 1px;
	margin: 36px auto 0px;
    background-color: #99d328;
}

.counter-box .lead {
	font-size: 18px;
}

/* 14-Map */

#contact-info {
	padding-top: 460px;
	padding-bottom: 30px;
}

.map {
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
}

.map-info {
	z-index: 1;
	background-color: #fff;
	border-radius: 3px;
}

#contact-info .side-borders::after {
	content: '';
	width: 100%;
	height: 40px;
	z-index: 110;
	top: 28px;
	left: 0;
	right: 0;
	position: absolute;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.iconbox {
	position: relative;
	padding: 20px 30px 20px 75px;
}

.iconbox p, .iconbox h5 {
	margin: 8px 0;
	line-height: 100%;
}

.iconbox i {
	position: absolute;
	display: block;
	left: 20px;
	top: 32px;
	font-size: 28px;
	color: #0C558D;
}

/* 15-Contact */

.form .form-group {
	margin: 10px 0;
}

.form .input-group {
	margin-left: auto;
	margin-right: auto;
}

.form .form-control {
	font-size: inherit;
	padding: 23px 15px;
	margin: 0;
	width: 100%;
	border: 2px solid #eeeeee;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.form textarea {
	height: 250px;
	resize: vertical;
}

.form input,
.form textarea {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-webkit-appearance: none !important;
}

.form label {
	font-size: 16px;
	font-weight: 500;
	margin: 20px 0 0px;
}

.form .disabled { background: #fff !important; }
.form span.required {
	color: #ff0000 !important;
}

.error_message {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px;
	margin: 5px 0;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #F73E3E;
}

#success_page p {
	margin: 5px 0;
}

/* 16-Footer */

#footer {
	width: 100%;
	height: 95px;
	padding-top: 40px;
	background-image: url('../images/header.jpg');
	background-position: center;
	background-repeat: repeat-x;
}

#footer p {
	font-size: 14px;
	color: #0C558D;
	padding: 2px 0;
}

#footer .list-socials {
	margin: 0;
}

#footer .list-socials li > a {
	color: #0C558D;
	border: 1px solid #0C558D;
	border-radius: 50%;
	display: inline-block;
	height: 34px;
	width: 34px;
	padding-top: 1px;
	text-align: center;
	transition: all .3s ease;
}

#footer .list-socials li > a:hover {
	border: 1px solid #0C558D;
}

#footer .list-socials li > a > i.fa {
	font-size: 14px;
}
.text-white{
	color:white!Important;
}
#page-aktuelles h3{
	font-size: 36px;
}

#thirtysecondsModal{
  text-align: center;
  padding: 0!important;
}

#thirtysecondsModal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#thirtysecondsModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#thirtysecondsModal .modal-body{
	background-image: url(/images/ostergockel.jpg);
	height: 500px;
	padding:0px;
}

#thirtysecondsModal .modal-body .col-md-8{
	padding:15px;
	margin-top:10%;
	background-color: #0C558E;
}
#thirtysecondsModal .modal-body .col-md-8 p{
	color:#fff;
}

#thirtysecondsModal .modal-footer{
	background-image: url(/images/header.jpg);
}

#thirtysecondsModal .modal-footer a{
	background-color: #69B42D;
	color:#fff;
}
