/* -----------------------------------------
   GENERAL SHARED STYLES
----------------------------------------- */
body { background: #e6e4db;	color: #222222; }
h1, h2, h3, h4, h5, h6 { color:#393939; }
a, a:visited { color: #a17417; }
a:hover, a:focus { color: #a17417; }
#main-wrap { background: url(/bg_gradient_up.png) repeat-x top, url(../images/bg_gradient_bottom.png) repeat-x bottom; }
.action-btn, .single_add_to_cart_button, .button{ background: #a17417 !important; color:#fff; }
action-btn:hover, .single_add_to_cart_button:hover, .button:hover { background: #a17417 !important; color:#fff; }
.action-btn:visited { color:#fff; }
.cancel-btn, .cancel-btn:hover, .cancel-btn:visited { background: #393939; color:#999; }

/* -----------------------------------------
   MAIN SITE NAVIGATION
----------------------------------------- */
#nav { color:#fff;  }
#navigation a, #navigation a:visited { color:#fff; }
#navigation .current_page_parent > a,
#navigation .current-menu-item > a,
#navigation a:hover,
#navigation .sfHover > a,
#navigation .sfHover > a:visited { border-bottom:2px solid #fff; } /* First Level & Global Menu Link Hover Styles */
#navigation > li ul a:hover,
#navigation > li ul .sfHover > a,
#navigation > li ul .sfHover > a:visited { } /* All Other Level Menu Link Hover Styles */
#navigation ul { background: rgba(0,0,0,0.3); box-shadow:0 0 3px rgba(0,0,0,0.2); } /* All Lower Level Menu Styles */
.sf-arrows .sf-with-ul:after { border-top-color: #dFeEFF; }


/* -----------------------------------------
   HEADER
----------------------------------------- */
#top-wrap { background: rgba(0,0,0,0.3) !important; border-bottom:solid 1px rgba(255,255,255,0.2); }
.logo h2 { color:#fff; }


/* -----------------------------------------
   FOOTER
----------------------------------------- */
#footer-wrap { background: #3f3f3f; }


/* -----------------------------------------
   PAGE SECTION HEADER
----------------------------------------- */
#section h3 { color:#fff; }


/* -----------------------------------------
   SLIDER
----------------------------------------- */
.slide-description h2, .slide-description h2 a { color:#fff; }
.slide-description h3 { color:#fff; }


/* -----------------------------------------
   LISTING PAGES
----------------------------------------- */
.list .li-content {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f8f7f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f7f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f8f7f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f7f5',GradientType=0 ); /* IE6-9 */
	box-shadow: -1px 5px 10px rgba(0,0,0,0.1);
}
.list .list-subtitle { color:#393939; }
.overlay { background: rgba(255,255,255,0.2); color:#fff; }


/* -----------------------------------------
   POST & PAGE STYLES
----------------------------------------- */
.post { background: #fff; box-shadow: -1px 5px 10px rgba(0,0,0,0.1); }
.post time { background: #393939; color:#fff; box-shadow: 3px 3px 0 rgba(0,0,0,0.1); }
.post time:after { border-color: transparent transparent #000 #000; }
.read-more { background: #a17417; color:#fff; }
.read-more:hover { background:#a17417; color:#fff; }
.read-more:visited { color:#fff; }
.read-more:after { border-color: transparent #003770 #003770 transparent; }
#paging { clear:both; }
#paging a, #paging .current { background: #fff; color:#393939; }
#paging a:hover, #paging .current { background: #a17417; color:#fff;  }
.cpt-meta { border-top:solid 1px #e6e4db; border-bottom:solid 1px #e6e4db; }


/* -----------------------------------------
   EVENTS PAGE
----------------------------------------- */
.events-section h3 { color:#5f5f5f; }
.events-content { background: #fff; box-shadow: -1px 5px 10px rgba(0,0,0,0.1); }
#map h3, #map h4, #map p { color:#333; }


/* -----------------------------------------
   GENERAL FORM STYLING
----------------------------------------- */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"], input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { box-shadow: inset 0 0 3px rgba(0,0,0,0.1); border: solid 1px #d5d2c7; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus { border:solid 1px #a17417; }

input[type="submit"] { background: #a17417; color:#fff; font-size:16px; border-radius:3px; }
input[type="submit"]:hover { background: #a17417; }


/* -----------------------------------------
   COMMENTS
----------------------------------------- */
.entry-comments .comment-copy { 
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f8f7f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f7f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f8f7f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f7f5',GradientType=0 ); /* IE6-9 */
	box-shadow: -1px 3px 5px rgba(0,0,0,0.1);
}
.comment-reply-link, .btn-reply { background: #a17417; color:#fff; }
.comment-reply-link:hover, .btn-reply:hover { background: #a17417;  color:#fff; }


/* -----------------------------------------
   WIDGETS - GENERIC STYLES
----------------------------------------- */
.widget-content {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fffcfc 92%, #f8f7f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(92%,#fffcfc), color-stop(100%,#f8f7f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fffcfc 92%,#f8f7f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fffcfc 92%,#f8f7f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fffcfc 92%,#f8f7f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fffcfc 92%,#f8f7f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f7f5',GradientType=0 ); /* IE6-9 */
	box-shadow: -1px 5px 10px rgba(0,0,0,0.1);
}

.widget-title { color:#5f5f5f; }
.footer .widget-content { background: none; filter:none; box-shadow: none; color:#fff; }
.footer .widget-title {  color:#fff;  }
#credits-wrap { background: #212121; color:#fff; border-top:solid 1px #535353; }


/* -----------------------------------------
   WIDGETS - LISTING WIDGETS
----------------------------------------- */
.widget-list { box-shadow: -1px 5px 10px rgba(0,0,0,0.1); }
.widget-list > li {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f8f7f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f7f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f8f7f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f7f5',GradientType=0 ); /* IE6-9 */
	border-bottom:solid 1px #e6e4db;
}

.widget-list .list-subtitle { color:#393939; }


/* -----------------------------------------
   WIDGETS - ALBUM
----------------------------------------- */
.tracklisting { background: transparent; border:solid 1px #e6e4db; box-shadow: 0 0 3px rgba(0,0,0,0.1); }
.tracklisting-top {box-shadow: -1px 5px 10px rgba(0,0,0,0.1) !important; }
.tracklisting .track-meta { color:#7a7a7a; }
.tracklisting li {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f8f7f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f7f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f8f7f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f8f7f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f7f5',GradientType=0 ); /* IE6-9 */
	border-bottom:solid 1px #e6e4db;
}

.tracklisting li:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeae8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeae8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeae8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeae8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaeae8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eaeae8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeae8',GradientType=0 ); /* IE6-9 */
}

.tracklisting li:hover:before {	color:#d8d8d8; }
.tracklisting li:before { color:#ededed; }
.tracklisting .media-btn { background: #a17417 url(../images/sprite.png) no-repeat top center; }
.tracklisting .media-btn:hover { background-color: #a17417; }
.tracklisting .sm2_playing { background: #393939 url(../images/sprite.png) no-repeat center -30px; }


/* -----------------------------------------
   WIDGETS - ADS125
----------------------------------------- */
#ads125 li,.ads125 li {	background: none repeat scroll 0 0 transparent;	border: 0 none;	}


/* -----------------------------------------
   WIDGETS - CALENDAR
----------------------------------------- */
#wp-calendar caption { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03); }
#wp-calendar thead th { background: rgba(0, 0, 0, 0.1); }
#wp-calendar tbody td { background: none; border: 1px solid rgba(0, 0, 0, 0.1); }
#wp-calendar tbody td:hover { background: rgba(0, 0, 0, 0.1); }
#wp-calendar tbody .pad { background: none; }

.home .product-price{
	display:none;
}

.home .album-actions{
	display:none;
}

.home .woocommerce-pagination{
	display:none;
}

.list figure {
  min-height: 250px;
  position: relative;
}

.fa-info-circle::before {
  content: "" !important;
}

.list .list-title {
  font-size: 17px !important;
  line-height: 1;
  margin: 0 0 5px;
  min-height:53px;
}

.post .entry-title {
  margin-top: 10px;
  min-height: 50px;
  text-transform:uppercase;
  line-height: 16px;
}

.page .entry-title {
 line-height: 40px;
 margin-top: 23px;
}

.page h5{
	margin-top:0px;
}

.single-cpt_artists .post .entry-title {
 padding-top: 25px;
}

.widget_shopping_mini_cart_content {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding-left: 10px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

div.ppt {
  color: #fff !important;
  display: none !important;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 5px 15px;
  z-index: 9999;
}

#navigation > li {
  float: left;
  margin-right: 36px;
}

#lang_sel {
  display: inline-block;
  font-family: verdana,arial,sans-serif;
  height: 32px;
  margin-left: 10px;
  position: relative;
}

#lang_sel ul li ul li img{
	display:none;
}

#lang_sel ul li ul li {
	text-align:center;
}

#lang_sel ul ul {
  border-top:none;
  height: 0;
  left: 0;
  position: absolute;
  top: 28px;
  width: 149px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
 
 margin-left: 34px !important;
}

#lang_sel ul ul a, #lang_sel ul ul a:visited {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border-width: 0 1px 1px;
  color: #fff;
  height: auto;
  line-height: 1em;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-transform: lowercase;
max-width: 75px;

}

.widget .product_list_widget {
	box-shadow:none;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}


.tab-container .entry-content{
	padding-right:0px !important;
	padding-left:0px !important;
}

.post figure {
  min-height: 100% !important;
  position: relative;
}

.blog-back a{
	 background-color: #a17417 !important;
    color: #fff;
    padding: 10px 20px;
}

.blog-back {
	 clear:both;
}


td.product-price, td.product-quantity, td.product-subtotal {
  text-align: left;
}

.cntr .input_submit, input[type="submit"] {
  color: #fff;
  cursor: pointer;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.checkout-button.button {
  display: inline-block;
  height: 46px;
  margin: 0 0 5px;
  padding-top: 11px;
  text-align: center;
  width: 100%;
}

.action-btn, .button, .button:visited {
  background: #d3006d none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 1px 5px;
  text-transform: uppercase;
}

.widget_ci_videos_widget .action-btn, .widget_ci_videos_widget .button, .widget_ci_videos_widget .button:visited {
  padding: 5px 5px;
}

abbr[title] {
  border-bottom: none !important;
  cursor: default !important;
  text-decoration: none !important;
}

.required{
	color:#A17417 !important;
}

.woocommerce-invalid input {
	border:1px solid #ff4600;
}

.woocommerce-message li, .woocommerce-info li, .woocommerce-error li {
  color: #ff4600;
  list-style: outside none none;
  margin-bottom: 5px;
}

.credits a, .credits span {
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
}

.credits a:hover {
	text-decoration:underline;
}

.widget-list-single .list-subtitle, .widget-list-single .list-title{
	display:none;
}

.latest-video .action-btn{
	margin-top:10px;
	display: inline-block;
}

body#oct-lang-en #no-products-en,body#oct-lang-en #terms-footer-en,body#oct-lang-en #vat-en{
	display:block;
}

body#oct-lang-de #no-products-de,body#oct-lang-de #terms-footer-de,body#oct-lang-de #vat-de{
	display:block;
}

body#oct-lang-en .paypalmsg-en, body#oct-lang-en  .banktitle-en, body#oct-lang-en .bankmsg-en , body#oct-lang-en .bankmsg2-en{
	display:inline-block !important;
}

body#oct-lang-de .paypalmsg-de,body#oct-lang-de  .banktitle-de, body#oct-lang-de .bankmsg-de , body#oct-lang-de .bankmsg2-de{
	display:inline-block !important;
}

body#oct-lang-en .paypalmsg-de,body#oct-lang-en  .banktitle-de, body#oct-lang-en .bankmsg-de , body#oct-lang-en .bankmsg2-de{
	display:none !important;
}

body#oct-lang-de .paypalmsg-en,body#oct-lang-de .banktitle-en, body#oct-lang-de .bankmsg-en , body#oct-lang-de .bankmsg2-en{
	display:none !important;
}

body#oct-lang-en #terms-footer-en{
	display:block !important;
}

body#oct-lang-de #terms-footer-de{
	display:block !important;
}

body#oct-lang-en .mailmsg-en{
	display:block !important;
}

body#oct-lang-de .mailmsg-de{
	display:block !important;
}

body#oct-lang-en #widget-en{
	display:block !important;
}

body#oct-lang-de #widget-de{
	display:block !important;
}

body#oct-lang-en #no-products-en{
	display:block !important;
}

body#oct-lang-de #no-products-de{
	display:block !important;
}

body#oct-lang-en #news-en {
  border: none !important;
  display: inline-block !important;
}

body#oct-lang-de #news-de{
  border:  none !important;
  display: inline-block !important;
}

body#oct-lang-de #vat-en{
	display:none;
}

body#oct-lang-en #vat-de{
	display:none;
}

body.home #vat-de,body.home #vat-en{
	display:none !important;
}


.cart_totals p{
	display:none;
}

.checkout .shop_table tfoot td, .checkout .shop_table tfoot th {
  text-align:left;
}

#shipping_method  input{
  /*display: block;*/
}

#vat-de,#vat-en{
	color:#ababab;
	font-size:12px;
}


.product_list_widget a span.product-title, .product_list_widget a span.product-title-img{
  display: inline-block;
  float: left;
  height: 100%;
}

.product_list_widget a span.product-title{
	width: 60%;
}

.product_list_widget a span.product-title-img{
	width: 40%;
}

.mc4wp-error {
  background-color: #fff !important;
  border-color: red !important;
  color: red !important;
}

