body{
	background-color: #eaeaea;
	font-family: "Signika Negative","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #656565;
	font-weight: 300;
	padding-top: 0px;
	padding-bottom: 50px;
	background: transparent url('../../img/bg.png') repeat;
}

a{
	color: rgba(0, 144, 50, 1);
}

h1,h2,h3,h4,h5,h6{
	text-transform: uppercase;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px; /* or 950px */
}

#button-dhl,#button-ankauf{
	background-color: rgba(0, 144, 50, 1);
	border-color: rgba(0, 144, 50, 0.8);
	color:white;
	margin-bottom: 15px;
}

#banner_ankauf{
	font-size: 15px;
}

.shadow-wrapper{
	border-top: 5px solid rgba(0, 144, 50, 1);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
	-o-box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
	-ms-box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
}

.nav>li{
	display: inline !important;
	float:left !important;
}

/*###################################
 		GLOBAL MESSAGES STYLING
 ###################################*/	

#global-messages .row > div{
	min-height: 0;
}

#global-messages .alert{
	border-radius: 0;
	margin-bottom: 0px;
}


/*###################################
 		CAROUSEL STYLING
 ###################################*/	

#reum_Carousel{
	/*border-top: 5px solid rgba(0, 144, 50, 1);*/
	height:300px;
}

.carousel-indicators{
	margin-bottom: -10px;
}
.carousel-control{
	width: 145px;
	z-index: 12;
}

.carousel-control .fa{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-inner{
	height: 100%;
}
.carousel-inner .item{
	background-color: transparent;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
}

span.fa.fa-chevron-circle-left{
	left:30%;
}

span.fa.fa-chevron-circle-right{
	right:30%;
}

.carousel-caption{
	font-family: "Signika Negative","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#carousel-item-0{
	background-image: url("../../img/header/metallrr_slider_01_verpacken.jpg");	
}

#carousel-item-1{
	background-image: url("../../img/header/metallrr_slider_02_versenden.jpg");	
}

#carousel-item-2{
	background-image: url("../../img/header/metallrr_slider_03_bezahlen.jpg");	
}

#logo_from_tablet{
	background-color: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#logo_from_tablet img{
	min-height: 60px;
	margin: 0px auto;
}

.overlay {
	background: rgba(255,255,255,0.8) url("../../img/logo_metallrr.png") center center no-repeat;
	background-size: 80% auto;
	position: absolute;
	top: 25px;
	right: 0;
	width: 350px;
	height: 130px;
	z-index: 10;
	pointer-events: none;
 }
 
 @media (min-width: 768px) and (max-width: 979px) {
    .overlay{
		width:50%;
        height:50%;
  	}    
 }

@media (max-width: 767px) {
	.overlay{
		width:50%;
  		height:50%;
  }

}

@media (max-width: 480px) {
	.overlay{
   		width:300px;
		height:150px;

  	}
}




/*###################################
 		NAVIGATION STYLING
 ###################################*/	
#navigation nav{
	padding-left: 30px;
	padding-right: 30px;
}

.navbar{
	border-radius: 0;
	border:0;
	margin-bottom: 0px;
}

.navbar-default{
	background-color: rgba(0, 144, 50, 1);
}

.navbar-default .navbar-nav>li>a{
	text-transform: uppercase;
	color: rgba(255,255,255,1);
}

.navbar-default .navbar-nav>li:hover>a{
	color: rgba(255,255,255,0.8);
}

.navbar-default .navbar-nav>li.active a{
	background-color: rgba(255,255,255,0.1);
	color:rgba(255,255,255,1);
}

.navbar-default .navbar-nav>li.active:hover a{
	background-color: rgba(255,255,255,0.3);
	color:rgba(255,255,255,1);
}



/*###################################
 		MAIN-CONTENT STYLING
 ###################################*/	

#main-content{
	background-color: rgba(255,255,255,1);
	padding: 30px;
}

#content{
	margin-bottom: 30px;
}

#main-content form{
	margin-bottom: 20px;
}

.metal-thumb{
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding:20px 10px;
	height: 150px;
	color: rgba(255,255,255,1);
}

.img-thumbnail,
.form-control,
.btn,
.panel,
.list-group-item:first-child,
.list-group-item:last-child,
.alert,
.input-group-addon {
	border-radius: 0;

}

#new-price-button{
	margin-top: 10px;
}

.cat-divider{
	background-color: rgba(0, 144, 50, 1);
	color:white;
	padding:2px 5px 2px 10px;
	margin-bottom:15px;
	margin-top:30px;
}
.cat-divider:first-child{
	margin-top: 0px;
}

.metal{
	margin-bottom: 15px;
}

.metal-caption{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	/*background-color: rgba(0, 144, 50, 0.9);*/
	background-color: rgba(0, 0, 0, 0.9);
}

.metal-caption small{
	color: rgba(255,255,255,0.5);
}

.metal-thumb p.updated{
	display: none;
	font-size: 12px;
	font-style: italic;
}

p.description{
	font-size: 12px;
	margin-top:15px;
}

.metal-thumb:hover p.updated{
	display: block;
}


/*###################################
 		SIDEBAR STYLING
 ###################################*/	

#contact-box,#dhl-box{
	background-color: rgba(0, 144, 50, 0.1);
}

#contact-box a:hover,#dhl-box a:hover{
	background-color: rgba(0, 144, 50, 1);
	color: white;
	text-decoration: none;
	
	-webkit-box-shadow: -5px 0px 0px rgba(0, 144, 50, 1),5px 0px 0px rgba(0, 144, 50, 1);
	-moz-box-shadow: -5px 0px 0px rgba(0, 144, 50, 1),5px 0px 0px rgba(0, 144, 50, 1);
	-o-box-shadow: -5px 0px 0px rgba(0, 144, 50, 1),5px 0px 0px rgba(0, 144, 50, 1);
	-ms-box-shadow: -5px 0px 0px rgba(0, 144, 50, 1),5px 0px 0px rgba(0, 144, 50, 1);
	box-shadow: -5px 0px 0px rgba(0, 144, 50, 1),5px 0px 0px rgba(0, 144, 50, 1);
}

#contact-box.panel-default,#dhl-box.panel-default{
	border:0;
}

.list-group-item.active,.btn-success{
	background-color: rgba(0, 144, 50, 1);
	border-color: rgba(0, 144, 50, 1);
}

.list-group-item.active:hover,.btn-success:hover{
	background-color: rgba(0, 144, 50, 0.5);
	border-color: rgba(0, 144, 50, 0.5);
}

.list-group-item .badge{
	float: left;
	margin-right: 5px;
	background-color: rgba(0, 144, 50, 1);
}

.list-group-item a{
	font-weight: bold;
}


/*###################################
 		FOOTER STYLING
 ###################################*/	

#footer{
	background-color: rgba(0, 144, 50, 1);
	color:rgba(255,255,255,1);
	padding: 15px 30px 5px 30px;
}

#footer a{
	color:rgba(255,255,255,1);
}


/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		#reum_Carousel{
			/*border-top: 5px solid rgba(0, 144, 50, 1);*/
			height:230px;
		}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.carousel-inner .item{
			background-position: bottom right;
		}
		
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		#reum_Carousel{
			/*border-top: 5px solid rgba(0, 144, 50, 1);*/
			height:120px;
		}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }