/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
body{
	/*background-image: url(../s/img/Fotolia_71566275.jpg);*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
	
}

#mini-logo-scroll{
	padding: 0;
}

.center{
	margin: 0 auto;
}
.cc_message{
	text-align: center !important;
}
.cc_container{
	color: #000 !important;
}
.cc_container .cc_btn {
	margin-left: 0 !important;
}
#main{
	/*background-color: #f8f8f8;*/
}
* {
	border-radius: 0px !important;
}
.slide-image {
    /*width: 100%;*/
	margin: 0 auto;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: normal;
}

.thumbnail img {
    
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
	/* height:580px; */
}

.thumbnail .img_container{
	
min-height: 450px;
	
}

.thumbnail .img_container img{
	
	
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 20px 0 0;
}

/* Column Captions */

.columnCaptions{
	
	
	text-transform: uppercase;
	padding: 0;
	box-shadow: 0 0 0;
	
}

.columnCaptions span:first-child{
	padding-left:0px;
}

.columnCaptions span{
	padding: 0 86px 0 0;
}

.columnCaptions span:last-child{
	float: right;
	padding-right: 0px;
}

/* Items */

.itemName{	
	
	
	
	float: left;
	padding-left:100px;
}


.quantity{	
	
	
	
	float : left;
	width: 42px;
	padding-left: 7px;
}






.price{
	
	
	font-weight: bold;
	float: right;
}
/* Totals */

.totals{
	
}

.totals span{
	padding: 40px 15px 40px 0;
}

.totals .price{
	float: left;
}

.totals .itemName{
	margin-top: 1px;
}

.totals .order{
	float: right;
	padding: 0;
	margin-top: 40px; 
	padding-left: 5px;
	cursor: pointer;
}

.order a{
	
	
	font-weight: bold;
	border-radius: 2px;
	padding: 20px 30px;
}

#service{
	background-color: #fcfefc;
	z-index: 9000;
	font-size: 12px;
	min-height: 0px;
	
}
#ul-service > li > a {
	/*padding-top: 8px;
	padding-bottom: 8px;*/
	padding: 0;
}
#service-mobile{
	display: none;
}
.menubar {
    background-color: #000;
    border-color: #000;
}
#second-nav{
	/*top: 37px;*/
	top: 0px;
}
#mini-logo, #ul-cat-mobile{
	display: none;
}
#big-logo{
	display: block;
	position: absolute;
    
}
#spacer{
	margin-left: 150px;
	visibility: hidden;
}
#ul-cat{
	margin-left: 150px
}


/* DIRK FOLGENDES GEÄNDERT*/
#ul-cat > li > a:link, #ul-cat > li > a:visited{
	color: #fff;
}
#ul-cat > li > a:active, #ul-cat > li > a:hover{
	color: #ae9962;
}

/* END */


#ul-nav{
	
	z-index: 9000;
}
#cat-nav{
	background-color: #000;
	/*top: 89px;*/
	top: 79px;
	z-index: 900;
}
#main{
	padding-top: 60px; 
	padding-bottom: 15px;
	margin-top:15px !important;
	margin-bottom: -20px;
    
}
.cart-icon{
	height: 35px;
    margin-left: 5px;
	width: auto;
}
.yes-mobile{
	margin-left: 150px;
}
.list-group.inner li{
 border:none;

}
.cat-mobile{display: none}

.cat-tree .list-group .list-group-item{
	border: none;
}
.cat-link{
	color: #000;
}


.cart-mobile{
	display:none;
}

#feedback{
	bottom: 0;
    position: fixed;
	right: 3%;
	z-index: 99999;
}
#feedback a {
	padding: 10px;
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
}
#searchstring{
	background-color: #333;
	padding:4px 10px;
	color:#aaa;
}
#search_ok{
	width:33px;
	height:30px;
	padding:6px 9px;	
}
.glyphicon{
	/*background-color: #666;
	color:#ccc;
	*/
}






/*----------------------------------------------------------------------------------------------*/
@media only screen and (max-width : 979px) {
	.dropdown-menu li:hover .dropdown-menu {
		position:static;
	}
}
/*----------------------------------------------------------------------------------------------*/
@media (max-width: 1199px){
	/*
	#cat-nav{display: none;}
	.cat-mobile{display: block}*/
	#big-logo > a > img{
		height: 80px;
	}
	#main{	padding-top: 16px;} 
	
	/*DIRK:
	#service-mobile { margin-left:15px }
	.nav > li > a{ padding:15px 12px }
	*/
	}
/*------------------------------------------ TABLET PORTRAIT ----------------------------------------------------*/
@media (max-width: 767px){
	#service{
	display: none;
	
}
#second-nav{
	top: 0;
	
}
	#mini-logo{
	display: block;
}
#big-logo, #cat-nav{
	display: none;
}
#ul-nav{
	margin-left: 0;
}
#service-mobile, #ul-cat-mobile{
	display: block;
}
#main{
	padding-top: 0;
}
.search-mobile{
	border: none !important;
	margin: 7px 59px !important;
	padding: 0 !important;
}
.no-mobile{
	display: none;
}
.cart-icon{
	height: 28px;
}
.yes-mobile{
	display: block;
	margin-left: 0px;
}
.cat-tree{
	display: none;
}
.cat-mobile{display: block}

#searchstring{
	width: 173px;
	height:32px;
	
}
#search_ok{
	font-size: 1em !important;
}
#second-nav{
margin-bottom: 0;
}
.cart-mobile{
	display: block;
	position: absolute;
    right: 69px;
    top: 14px;
    width: 36px;
}
#ctrldevice-search{
	/*width:200px; */
	margin-left: 10px !important;
	
}
body{
	background-image: none;
	padding-top: 57px;
}
#feedback{
	display: none;
}
#search_ok{
	left: 250px;
    position: absolute;
    top: 8px;
	
}
}
#search_ok {
	font-size: 1em;
}
#ctrldevice-search{
	margin-left: 200px;
}
/*----------------------------------------------------------------------------------------*/
@media (min-width: 769px){  /*desktop*/
	
#searchstring{
	width: 200px;
	height:30px;
}
#search_ok{
	width:33px;
	height:30px;
	padding:6px 9px;
}
#ctrldevice-search{
	margin-top: 20px;
}

#second-nav .container {
    height: 79px;

}
.big-img-popup{
	max-width: 90%;
	width: unset !important;
	display: table;
}
}
/*----------------------------------------------------------------------------------------*/
@media (min-width: 1200px){
	#main{
		padding-top: 100px;
		min-height: 768px;
	}
	#searchstring{
	width: 334px;
	
}
#newsletter-button{
	padding-left: 0px;
	margin-left: -10px;
	}
	#big-logo > a > img{
		height: 130px;
	}
	.modal{
		top: 107px;
	}
}
/*----------------------------------------------------------------------------------------*/
@media (max-width: 1199px){
#newsletter-button{
	margin-top: 10px;}
	#ctrldevice-search{
		margin-left: 0px;
	}
}
/*----------------------------------------------------------------------------------------*/
@media (max-width: 397px){
	#search_ok{
	display: none !important;
}
}

ul.nav li.dropdown:hover ul.dropdown-menu{
	display: block;
	margin-top:0px
}
.fb_iframe_widget{
	top: -5px;
}
.ui-dialog{
	z-index: 99999;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .dropdown-menu {
	background-color: #fcfefc;
}


.spritezoom-container{
  margin: 10px;
  text-decoration: none;
}

.spritezoom-view {
  border: 4px solid #ccc;  
  margin: -4px;
}
.spritezoom-zoom {
  border: 4px solid #ccc;
  margin: -4px;
}
.spritezoom-tint {
  background: #ccc;
}
.spritezoom-lens {
  border: 4px solid #ccc;
  margin: -4px;
}
.spritezoom-title{
  background: #888;
  color: white;
  padding: 3px;
  text-align: center;
}

.payment-block{
	height: 30px;
	border: 1px solid grey;
	width: 80px;
	margin-bottom: 10px;
	padding: 3px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	background-color: #fcfefc;
}
.payment-block > span{
	vertical-align: sub;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
/*Change icons size here*/
.social-icons .fa {
	font-size: 1.8em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*Change icons circle size and color here*/
.share-icons .fa {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa, .share-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa, .share-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa, .share-icons.icon-flat .fa{
	border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active, .share-icons .fa:hover, .share-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active, .share-icons.icon-zoom .fa:hover, .share-icons.icon-zoom .fa:active  { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.fa-adn{background-color:#504e54;} 
.fa-apple{background-color:#aeb5c5;} 
.fa-android{background-color:#A5C63B;}  
.fa-bitbucket, .fa-bitbucket-square{background-color:#003366;} 
.fa-bitcoin, .fa-btc{background-color:#F7931A;} 
.fa-css3{background-color:#1572B7;} 
.fa-dribbble{background-color:#F46899;}  
.fa-dropbox, .fa-envelope{background-color:#018BD3;}
.fa-facebook, .fa-facebook-square, .fb-btn{background-color:#3C599F !important;}  
.fa-flickr{background-color:#FF0084;}
.fa-foursquare{background-color:#0086BE;}
.fa-github, .fa-github-alt, .fa-github-square{background-color:#070709;} 
.fa-google-plus, .fa-google-plus-square{background-color:#CF3D2E;} 
.fa-html5{background-color:#E54D26;}
.fa-instagram{background-color:#A1755C;}
.fa-linkedin, .fa-linkedin-square{background-color:#0085AE;} 
.fa-linux{background-color:#FBC002;color:#333;}
.fa-maxcdn{background-color:#F6AE1C;}
.fa-pagelines{background-color:#241E20;color:#3984EA;}
.fa-pinterest, .fa-pinterest-square{background-color:#CC2127;} 
.fa-renren{background-color:#025DAC;}
.fa-skype{background-color:#01AEF2;}
.fa-stack-exchange{background-color:#245590;}
.fa-stack-overflow{background-color:#FF7300;}
.fa-trello{background-color:#265A7F;}
.fa-tumblr, .fa-tumblr-square{background-color:#314E6C;} 
.fa-twitter, .fa-twitter-square{background-color:#32CCFE;} 
.fa-vimeo-square{background-color:#229ACC;}
.fa-vk{background-color:#375474;}
.fa-weibo{background-color:#D72B2B;}
.fa-windows{background-color:#12B6F3;}
.fa-xing, .fa-xing-square{background-color:#00555C;} 
.fa-youtube, .fa-youtube-play, .fa-youtube-square{background-color:#C52F30;}


.small-field{
	width: auto;
	
}
.cart-link:hover{
	text-decoration: none;
}
#price-details{
	background-color: #f8f8f8;
}
.slide-text {
    text-align: center;
    z-index: 99;
}
.laricBtn:hover{
	text-decoration: none;
	color: #000;
}
.glyphicon-lock, .save-connect{
	color: green;
}
#close-drop{
	padding: 5px;
}
#account-drop{
	left: -17px;
}
.drop-arrow{
    border-color: transparent transparent rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 0 12px 12px;
    font-size: 0;
    height: 0;
    left: 96px;
    line-height: 0;
    position: absolute;
    top: -13px;
    width: 0;
}

.drop-arrow-inner{
	 border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 12px 12px;
    font-size: 0;
    height: 0;
    left: -12px;
    line-height: 0;
    position: absolute;
    top: 1px;
    width: 0;
}
.dropdown-menu > li > a {
	padding: 8px 20px !important;
}

.wide{
	width: 100% !important;
} 

#ul-nav > li > a {
	padding-top: 21px;
}