@import url('https://fonts.googleapis.com/css?family=Arsenal');
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans');
@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');
html { 
  background: url(../images/0bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
   background-size: cover;
   width:100%;
   overflow-x: hidden;
   background-color:#FFF;
   font-family: 'Arsenal', sans-serif !important;
   
}
body {
	background:none !important;
	font-family: 'Arsenal', sans-serif !important;
}
a {
	color:#000 !important;
	text-decoration:none !important;
	font-family: 'Arsenal', sans-serif;
}
a:hover {
	color:#666 !important;
	text-decoration:none !important;
}
p {
	text-align:justify;
	font-family: 'Arsenal', sans-serif;
	font-size:16px !important;
}
h1 {
	font-family: 'Arsenal', sans-serif;
	font-size:22px !important;
}
h1 strong {
	color:#069 !important;
}
h2 {
	font-size:20px !important;
}
h3 {
	font-size:18px !important;

}
h4 {
}
h3 span {
	padding-bottom:18px;
	text-transform:uppercase;
	background-color:#000;
	font-weight:bold;
	color:#FFF;
	padding:15px 20px;
}
label {
	font-size:12px;
	width:100%;
	float:left;
}

input, textarea {
	width:100% !important;
    border: solid 1px #E5E5E5;  
    outline: 0; 
    background: #FFFFFF;
	margin-bottom:10px;
	border:#CCC solid 1px !important;
	padding:20px !important;
	border-radius:0 !important;
	box-shadow:none !important;
        } 
textarea {
	height:130px !important;
        }  
  
select {
	width:100% !important;
    border: solid 1px #E5E5E5;  
    outline: 0; 
    background: #FFFFFF;
	margin-bottom:10px;
	height:42px !important;
	border:#CCC solid 1px !important;
	border-radius:0 !important;
	box-shadow:none !important;
	cursor:pointer;
}
input:hover, textarea:hover,  
input:focus, textarea:focus {  
        border-color: #C9C9C9;  
        }
input[type="checkbox"] {
	width:auto !important;
	float:left;
}
.nav {
	width:auto;
	float:right;
	background-color:#;
	margin-top:0px;
}
.navbar-nav {

}
.navbar {
	padding:0 !important;
	margin:0 !important;
	border:none !important; 
	background:none !important;
	min-height:30px !important;
}
.navbar-default {
	padding:0 !important;
	margin:0 !important;
}
#menu {
	padding:0 !important;
	margin:0 !important;
}
.navbar-collapse {
	padding:0 !important;
	margin:0 !important;
}
.navbar-nav {
	padding:0 !important;
	margin:0 !important;
}
.nav>li>a {
	color:#118242 !important;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	font-family: 'Arsenal', sans-serif;
}
.navbar-nav > li > a {
	font-size:14px;
	font-weight:normal;
	font-weight:bold;
	text-align:right !important;
	padding:12px 20px 10px 20px !important;
}
.nav_b_n {
}
.nav>li>a:focus,.nav>li>a:hover{
text-decoration:none;
color:#030 !important;
background-color:# !important;
}
 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #036;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #036;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

} 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  
.wrapper_main {
	width:100%;
	margin:0 auto;
}
.wrapper {
	width:100%;
	float:left;
}
.header {
	width:100%;
	float:left;
	background-color:#FFF;
	position:fixed;
	z-index:10;
}
.logo {
	width:auto;
	float:left;
	padding:10px 0;
}
.logo img {
	width:100%;
}
.header-right {
	width:auto;
	float:right;
}
.header-details {
	width:auto;
	float:right;
	margin:5px 20px;
	font-size:13px;
}
.slideshow {
    background-image: url("");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index:8;
}
.special {
    background-image: url("../images/bell.jpg");
    height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index:8;
}
.home_contact {
    background-image: url("../images/home_contact.jpg");
    height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index:8;
}
.about_img {
    background-image: url("../images/about.jpg");
    height: 200px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index:8;
}
.contact_img {
    background-image: url("../images/about.jpg");
    height: 200px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index:8;
}
.special_note {
	width:100%;
	position:absolute;
	margin-top:200px;
	font-size:46px;
	color:#FF3;
	text-align:center;
	font-family: 'Gloria Hallelujah', cursive;
}
.img_full {
	width:100%;
	float:left;
}
.img_full img {
	width:100%;
}
.social {
	width:auto;
	float:right;
	margin-left:15px;
}
.social a {
	padding:10px 5px;
	color:#666 !important;
}
.social a:hover {
	color:#118242;
}
.product {
	width:100%;
	float:left;
}
.product_img {
	width:100%;
	float:left;
	overflow: hidden;
	background-color:#FFF;
	text-align:center;
}
.product_img img {
	width:100%;
/*	left: 50%;
	top: 50%;
	height: 200px;
	width: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
}
.product_img figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.product_img figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.product_title {
	width:100%;
	float:left;
	text-align:center !important;
	font-size:18px !important;
	padding:15px 0;
	font-weight:bold;
}
.product_line {
	width:40%;
	bottom:-20px;
	position:absolute;
	margin:0 25%;
}
.product_view {
	float:left;
	width:100%;
	background-color:#118242;
	color:#FFF;
	padding:10px 0;
	text-align:center;
}
.footer {
	width:100%;
	float:left;
	background-color:#191919;
	color:#FFF !important;
}
.footer_top {
	width:100%;
	float:left;
	color:#FFF !important;
}
.title_home {
	width:100%;
	float:left;
	text-align:center;
	padding:0px 0 50px;
	font-size:48px;
	text-transform:uppercase;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:800;
	color:#000;
}
.hr-outtr-line {
    margin-bottom: 30px;
}
.hr-outtr-line i {
    font-size: 18px;
    padding: 10px;
    vertical-align: super;
    color: #118242;
}
hr {
    padding: 0 0 0 0;
    margin:10px 0;
    display:inline-block;
    width:135px;
    height:4px;
    background:#118242 !important;
	border-top: 1px solid #118242 !important;
}
.order {
	width:100%;
	float:left;
	text-align:center;
	padding:0px 0 30px;
	font-size:18px;
	text-transform:uppercase;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:800;
	color:#000;
}

.inner-box {
	width:100%;
	float:left;
	background-color:#F4F4F4;
	border:1px solid #F4F4F4;
}
.footer_nav {
	width:100%;
	float:left;
	text-align:center;
	padding:30px 0;
}
.footer_nav a {
	padding:10px 20px;
	text-transform:uppercase;
	color:#999;
	font-size:12px;
}
.quicklink {
	color:#FFF;
}
.quicklink a {
	color:#FFF !important;
}
.quicklink a:hover {
	color:#CCC;
}
.socialicon {
	width:45px;
	text-align:center;
	padding:12px 0;
	float:left;
	color:#FFF !important;
	background-color:#999;
	margin-right:10px;
}
.socialicon:hover {
	background-color:#118242 !important;
	color:#FFF !important;
}
.title {
	width:100%;
	float:left;
	padding-top:15px;
	padding-bottom:10px;
	font-size:22px;
	float:left;
	text-transform:uppercase !important;
	border-bottom:1px solid #F4F4F4;
	margin-bottom:15px;
}
.breadcrumb {
	width:auto !important;
	float:right !important;
	background:none !important;
	color:#CCC !important;
	line-height:0px !important;
	margin-top:10px;
	font-size:13px !important;
	padding-top:0px !important;
	text-transform:uppercase !important;
}
.breadcrumb a {
	color:#CCC !important;
}
.btn-primary {
	background-color:#118242 !important;
}
.pagination a:hover,
.pagination .active a {
    background-color: #118242 !important;
    color: #ffffff !important;
}

.pagination a:focus {
    background-color: #118242 !important;
    color: #ffffff !important;
}

.pagination .active a {
    color: #ffffff !important;
    cursor: default;
}
.pagination a {
    border: 1px solid #063 !important;
}
