body {
	color:#333;
}

/* Top bar dark */
.top {
    background: #2a2a2a;
}

.top ul.loginbar > li, 
.top ul.loginbar > li > a {
    color: #fff;
}

.social-icons a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    margin-left: 10px;
    background-color: #3b3b3b;
    transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -webkit-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    background-repeat:no-repeat;
    background-position: -5px -5px;
}
.social-icons a:hover {
    background-position: -5px -45px;
    background-color: #636363;
}
.social-icons a.pinterest-icon:hover,
.social-icons a.instagram-icon:hover {
    background-position: -5px -46px;
}
a.facebook-icon {
	background-image: url(/fileadmin/templates/thewetbrush/images/socialicons/facebook.png);
}
a.pinterest-icon {
	background-image: url(/fileadmin/templates/thewetbrush/images/socialicons/pinterest.png);
}
a.instagram-icon {
	background-image: url(/fileadmin/templates/thewetbrush/images/socialicons/instagram.png);
}

/* Header Logo */
.header {
	background: #2a2a2a;
	color: #fff;
    border-color: #2a2a2a;
}

.header .navbar-brand {
    padding: 0;
}

.header .navbar-brand img {
    /*max-width: 295px;*/
    width: auto;
    max-height: 52px;
}
.header p{
	color:#000;
	letter-spacing: 0.05px;
}
.header .left p {
    font-size: 24px;
    line-height: 24px;
    font-weight:bold;
    margin: 40px 0px 0px 20px;
}
.header .right p {
    margin: 70px 20px 20px 20px;
    font-size: 20px;
    line-height: 20px;
}

/* Navigation */
.navigation .container {
    padding: 0;
}

.navbar {
    background:none;
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    position: relative;
    background: #fff;
}

.navigation .nav > li {
    padding: 0 24px;
}
.navigation .nav > li:first-child {
    padding-left: 0;
}

.header .navbar-default .navbar-nav > li > a,
.header .navbar-default .navbar-nav > .active > a {
    color: #fff;
}

.navigation .nav a {
    float: left;
    padding: 17px 0;
    color: #fff !important;
    font-weight: normal;
    font-family: Lato, Arial;
    font-size: 16px;
    text-transform: uppercase;
    background:none !important;
}

.navigation .nav li.active a,
.navigation .nav a:hover {
    border-top: 1px solid #444;
    margin-top: -1px;
}
.navigation .nav a:hover {
    color: #fff !important;
}

@media (min-width: 767px) {
	.header .navbar-default .navbar-nav > li > a:hover, .header .navbar-default .navbar-nav > .active > a {
	    border-bottom: solid 2px #fff;
	}
}

/* Slider */
.flexslider {
    min-height:530px;
}
.flexslider .slides > li:first-child {
    /*display: block;*/
}

.flex-direction-nav a {
    opacity: 0.5;
    background-color: #060606;
    width: 38px;
    height: 38px;
    margin-top: -28px;
    background-position: 8px 5px;
}
.flex-direction-nav .flex-prev {
    left: 10px;
}
.flex-direction-nav .flex-next {
    right: 10px;
    background-position: -23px 5px;
}
.flexslider:hover .flex-prev {
    opacity: 1;
    left: 15px;
}
.flexslider:hover .flex-next {
    opacity: 1;
    right: 15px;
}

.progress_bar_container {
    margin-bottom: -4px;
    z-index: 10;
    position: relative;
}
.progress_bar {
	width: 0;
    height: 4px;
    background-color: rgba(255,255,255,0.6);
}

/* Teaser Boxen Startseite */
.row.teaserrow {
    margin-bottom: 30px;
}
.teaserbox {
    margin-bottom: 29px;
    display:block;
}
.teaserbox iframe {
    width: 100%;
    height:180px;
    border:none;
    float:left;
}


.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid #2a2a2a;
}


/* News */
.thumbnail-style a.btn-more {
    background: #2a2a2a;
}
.btn-u {
    background: #2a2a2a;
}

/* Produkte */
div#grid-container {
    display: inline-block;
    width: 100%;
}
.cbp-caption-defaultWrap {
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.19,1,.22,1);
    transition: transform .6s cubic-bezier(0.19,1,.22,1);
}
.cbp-item-wrapper:hover .cbp-caption-defaultWrap {
        transform: scale(1.25);
}

.cbp-item-wrapper .detail {
    margin-top: 10px;
    text-align: center;
}
div#grid-container .cbp-item {
    margin-bottom: 40px;
}
div#grid-container .cbp-item:nth-child(4n) {
    margin-right: 0;
}

div#grid-container .cbp-item a:hover,
.cube-portfolio .cbp-item a:hover .cbp-title-dark .cbp-l-grid-agency-title,
.cube-portfolio .cbp-item a:hover .cbp-title-dark .cbp-l-grid-agency-desc {
    text-decoration: none;
    color: #8e0a57 !important;
}
.cube-portfolio .cbp-item a:hover .btn-u {
    background: #8c0057;
}

/* Detail */
.efalock-inline-detail {
    margin: 20px 0 10px;
}

.productdetail .row .col-md-6 img {
    max-width: 80%;
}

.productdetail .headline {
    margin-bottom: 10px;
}
.productdetail .category {
    margin-bottom: 30px;
}
.productdetail .description {
    margin-bottom: 15px;
}
.productdetail a.btn-u {
    margin-top: 40px;
}

#share {
    margin-top: 20px;
    text-align: right;
}

.shariff {
    float: right;
}
.shariff ul {
    padding: 0;
}
.shariff li {
    list-style-type: none;
    float: left;
}

.shariff .facebook a,
.shariff .pinterest a {
    color: #fff;
    padding: 6px 11px 3px 12px;
    border-radius: 4px !important;
	margin-right: 10px;
    display: inline-block;
}

.shariff .facebook a {
    background-color: #3b5998;
}
.shariff .facebook a:hover {
    background-color: #4273c8;
}
.shariff .pinterest a {
    background-color: #bd081c;
    padding: 6px 7px 3px 9px;
}
.shariff .pinterest a:hover {
    background-color: #d50920
}

.shariff .facebook .fa-facebook,
.shariff .pinterest .fa-pinterest-p {
    font-size: 22px;
}

span.share_text {
    display: none;
}

#share > span {
    line-height: 50px;
    margin-right: 10px;
}
#share > a {
    float: right;
    background: #555;
    color: #fff;
    font-size: 18px;
    border-radius: 4px !important;
    padding: 7px;
}



/* Presse */
.col-md-3.presse {
	/*display:none;*/
}
.presse-teaser {
    margin-bottom: 30px;
    position: relative;
    display: block;
}

.presse-teaser .overlay {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    padding: 15px;
    width: 100%;
    display: block;
}
.presse-teaser:hover .overlay {
    background-color: rgba(0,0,0,0.7);
}

.f3-widget-paginator > li.current,
.presse-pagination .pagination li.active a,
.presse-pagination .pagination li.active a:hover {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff;
    font-weight: bold;
}
.f3-widget-paginator > li:hover a,
.presse-pagination .pagination li:hover a {
    font-weight:bold;
    color:#2a2a2a;
}

.presse-pagination .pagination {
    margin: 35px 0px 0 0;
    float: right;
}
.presse-pagination .pagination li:first-child,
.presse-pagination .pagination li:last-child,
.presse-pagination select.page-range {
    display: none;
}
.pagination li a:hover {
    background: #fff;
    border-color: #ddd;
    font-weight: bold;
    color: #2a2a2a;
}

/* Gewinnspiel Seite */
body#page217 .container.content h1 {
    font-size:32px;
    margin-bottom: 20px;
}
body#page217 .container.content p {
    font-size:20px;
}
body#page217 .container.content a {
    color: #8e0a57;
    display: block;
    margin-top: 20px;
}


/* Footer */
.sticky-footer {
    background-color: #2a2a2a;
}
.sticky-footer .container .row a {
    margin-right:5px;
}
.sticky-footer .container .row a:last-child {
    margin-left:5px;
}
