/*
 Theme Name:   Sonntagmorgen New
 Theme URI:    http://www.sonntagmorgen.com
 Author:       Sonntagmorgen Team
 Author URI:   http://www.sonntagmorgen.com
 Description:  A short description of the theme.
 License:      General Public License
 License URI:  http://www.sonntagmorgen.com
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  sonntagmorgen-new
*/

/*
Colors

Orange: #d74f35
Orange RGB: 215, 79, 53,
Dark Orange: #a6321b
Pink: #ff0841 
Light Gray: #f3f3f3  

*/
html { position: relative; min-height: 100%;overflow-y:scroll; }

#footer{
	float:left;
	width:100%;
	background:#d74f35;
	padding:70px 0px 0px 0px;
	position:relative;
	z-index:1000;
	
}

.footercol.footercol1{
	width: 22%;
}

.footercol.footercol2{
	width: 28%;
}

#footer h4{
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	color:#fff;
	font-weight:300;
	font-size:24px;
	padding:0px 3px 5px 3px;
	border-bottom:1px solid #fff;
	margin:0px 0px 20px 0px;
	float:left;
	clear:both;
}
	
#footer img{
	max-width:100%;
	height:auto;
}

#footer ul{
	float:left;
	clear:both;	
}

#footer ul li{
	margin:0px 0px 6px 0px;	
}

#footer ul li a{
	font-size:16px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	display: block;
	outline: none;	
	padding:2px 0px;
}

#footer-bottom-small{
	width:100%;
	background:#a6321b;
	color:#fff;
	padding:15px 0px;
	margin:0px;
	float:left;
	position:relative;
	z-index:1000;
}

#footer-bottom-small p{
	font-size:14px;
	margin:0px;
	color:#fff;
	float:none;
}

.footer-right p{
	float:right;
	text-align:right;
}

.footer-right .social-icons{
	float:right;
	margin-left:10px;
	margin-top:3px;
}

.footer-right .social-icons i{
	font-size:20px;
	margin:0px 0px 0px 10px;	
}

.footer-right .social-icons a{
	color:#fff;	
}

.footer-right .social-icons a:hover{
	color:#d74f35;	
}


@media (max-width: 767px) { html { font-size: 14px; } }
@media (min-width: 768px) and (max-width: 991px) { html { font-size: 14px; } }
@media (min-width: 992px) and (max-width: 1199px) { html { font-size: 15px; } }
@media (min-width: 1200px) { html { font-size: 16px; } }
body { font-size: 1rem; font-weight: 400; }
body.sticky-footer { margin-bottom: 60px; }
b, strong, th { font-weight: 600; }
hr { margin-top: 20px; margin-bottom: 20px; border-color: #eee; }
hr.transparent { border-color: transparent; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 600; }
h1, .h1 { font-size: 2rem; /* 32px */ }
h2, .h2 { font-size: 1.75rem; /* 28px */ }
h3, .h3 { font-size: 1.375rem; /* 22px */ }
h4, .h4, h5, .h5, h6, .h6 { font-size: 1.125rem; /* 18px */ }
::selection { text-shadow: none; }
::-moz-selection { text-shadow: none; }
.alignleft { float: left; margin: 0 15px 10px 0; }
.aligncenter { display: block; margin: 0 auto 10px auto; }
.alignright { float: right; margin: 0 0 10px 15px; }
.alignnone { float: none; display: block; margin: 0 0 10px 0; }
p .alignleft { float: left; margin: 5px 15px 10px 0; }
p .aligncenter { display: block; margin: 5px auto 10px auto; }
p .alignright { float: right; margin: 5px 0 10px 15px; }
p .alignnone { float: none; display: block; margin: 5px 0 10px 0; }
img[class*="wp-image-"] { display: block; max-width: 100%; height: auto; }
span.highlight { padding: 0 .1em; background-color: #fcf8e3; display: inline-block; margin: 0 .1em; box-shadow: 0 0 0 .1em #fcf8e3; }
.wp-caption { max-width: 100%!important; }
.wp-caption-text { font-size: 0.875rem; margin: 5px 0 0 0; color: #9fa2a5; font-style: italic; }
.wp-caption img { display: block; max-width: 100%; height: auto; }
.mfp-title { font-size: 0.875rem !important; padding-right: 50px !important; }
.grayscale { -webkit-backface-visibility: hidden; filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); filter: gray; filter: alpha(opacity=100); -webkit-filter: grayscale(100%); display: inline-block; -webkit-transition: all 0.5s; transition: all 0.5s; }
.grayscale:hover { filter: none; -webkit-filter: none; filter: alpha(opacity=100); }
.pb50 { padding-bottom: 50px; }
p.empty, p:empty { display: none; }
#wrapper, .wrapped { margin-right: auto; margin-left: auto; }
.wp-smiley { height: auto; width: auto; max-height: 16px; max-width: 16px; }
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }
.col-xs-15 { float: left; width: 20%; max-width:20%}
.col-xs-pull-15 { right: 20%; }
.col-xs-push-15 { left: 20%; }
.col-xs-offset-15 { margin-left: 20%; }
.browserupgrade { background: #c01313; color: #fff; text-align: center; padding: 10px; }
.browserupgrade a { color: #fff; text-decoration: underline; }
.no-padding .container > .row > div[class*=col-] { padding: 0; }
.text-block { display: block; }
@media (max-width: 479px) {
	.col-xxs-12 { width: 100%; float: none; }
	.hidden-xxs { display: none; }
}
@media (max-width: 767px) {
	body.sticky-footer { margin-bottom: 80px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	#wrapper, .wrapped { width: 750px; }
}
@media (min-width: 768px) {
	.col-sm-15 { float: left; width: 20%; }
	.col-sm-pull-15 { right: 20%; }
	.col-sm-push-15 { left: 20%; }
	.col-sm-offset-15 { margin-left: 20%; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	#wrapper, .wrapped { width: 970px; }
}
@media (min-width: 992px) {
	.col-md-15 { float:left; width: 20%; max-width:20%;}
	.col-md-pull-15 { right: 20%; }
	.col-md-push-15 { left: 20%; }
	.col-md-offset-15 { margin-left: 20%; }
	.col-md-offset-45 { margin-left: 80%; }
}
@media (min-width: 1200px) {
	body.admin-bar #navigation.affix { margin-top: 32px; }
	#wrapper, .wrapped { width: 1170px; }
	.col-lg-15 { width: 20%; float: left; }
	.col-lg-15 { float: left; width: 20%; }
	.col-lg-pull-15 { right: 20%; }
	.col-lg-push-15 { left: 20%; }
	.col-lg-offset-15 { margin-left: 20%; }
}
@media print {
	#topbar, #navigation, #breadcrumbs, #sidebar, #footer, .post-social, .post-author, .post-related, .post-postnav, 	.post-comments { display: none !important; }
	#header .brand { display: table; margin: 30px auto; }
}
@-moz-document url-prefix() {
	fieldset { display: table-cell; }
}

/*
 * TOPBAR
 */
#topbar { padding: 5px 0; font-size: 0.875rem; line-height: 20px; border-bottom: 1px solid #f0f0f0; }
#topbar ul, #topbar p { margin: 0; }
#topbar a:hover, #topbar a:focus { text-decoration: none; }
@media (max-width: 767px) {
	#topbar { text-align: center; }
	#topbar ul { float: none !important; margin-top: 10px; }
}

/*
 * HEADER
 */
#header .brand { margin: 30px 0; display: inherit; font-weight: 600; }
#header .brand:hover, #header .brand:focus { text-decoration: none; }
#header .brand strong { font-size: 2rem; line-height: 1; }
#header .brand small { font-size: 0.875rem; display:block; font-weight: 400; }
#header > .container .form-search { margin-bottom: 20px; }
#header .list-usp { font-size: 0.75rem; margin: 30px 0 30px 0; }
#header .list-usp > li { margin-left: 20px; }
#header .list-usp > li:last-of-type { min-width: 180px; }
#header .list-usp .fa { float:left; font-size: 2.2rem; margin-right: 10px; }
#header .list-usp strong { font-size: 0.875rem; }
#header > .container .form-search { margin-top: 30px; border: 2px solid #eee; }
#header > .container .form-search .form-control, #header > .container .form-search .btn { border-color: #fff; border-radius: 0; box-shadow: none; }
#header > .container .form-search .btn { color: #9fa2a5; }
#header > .container .form-search .btn:hover, #header > .container .form-search .btn:focus { background: none; }
@media (max-width: 767px) {
	#header .brand { margin: 20px auto; }
}

/*
 * NAVIGATION
 */
#navigation .navbar { border: 0; border-radius: 0; margin: 0; }
#navigation .navbar .navbar-brand { font-weight: 600; }
#navigation .navbar .navbar-brand:hover, #navigation .navbar .navbar-brand:focus { background-color: transparent; }
#navigation .navbar-brand-logo { padding-top: 5px; padding-bottom: 5px; }
#navigation .navbar-brand-logo img { max-height: 40px; width: auto; }
#navigation .navbar .navbar-nav > .current_page_item > a,
#navigation .navbar .navbar-nav > .current_page_parent > a { background: none; }
#navigation.affix { left: 0; right: 0; top: 0; z-index: 999; }
#navigation .dropdown-menu { border-radius: 0; min-width: 180px; border: 0; z-index: 16; }
#navigation.affix .navbar .navbar-collapse { max-height: 100vh; height: auto; }
@media (max-height: 300px) {
	#navigation.affix .navbar .navbar-collapse { max-height: 100vh; height: auto; }
}
@media (min-width: 768px) {
	#navigation .dropdown-menu .caret { display: none; }
	#navigation .dropdown-submenu { position: relative; }
	#navigation .dropdown-submenu > .dropdown-menu { top: 0; right: auto; left: 100%; margin-top: -5px; }
	#navigation .dropdown-submenu > a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; margin-top: 5px; margin-right: -10px; }
	#navigation .navbar-12 .navbar-form { padding-right: 0; }
	#navigation .navbar-right > .dropdown > .dropdown-menu { left: 0; right: auto; }
	#navigation .navbar-5-2-5 .navbar-brand { position: absolute; left: 50%; transform: translateX(-50%); }
	#navigation .navbar-5-2-5 .navbar-left, #navigation .navbar-12 .navbar-left { margin-left: -15px; }
	#navigation .navbar-hover .navbar-nav > .dropdown:hover > .dropdown-menu, #navigation .navbar-hover .navbar-nav > .dropdown > .dropdown-toggle:focus + .dropdown-menu, #navigation .navbar-hover .dropdown-menu > .dropdown:hover > .dropdown-menu { display: block; }
	#navigation .dropdown .extra-toggle { display: none; }
}
@media (max-width: 767px) {
	#navigation .navbar .navbar-toggle { border-color: transparent; }
	#navigation .navbar .navbar-toggle:hover, #navigation .navbar .navbar-toggle:focus { border-color: transparent; background: none; }
	#navigation .dropdown:not(.open) .dropdown-menu { display: none !important; }
	#navigation.affix-top { position: relative !important; }
	#navigation .navbar-nav > .open > .dropdown-menu > li > a { padding: 5px 15px 5px 25px; }
	#navigation .navbar-nav > .open > .dropdown-menu > li.open > .dropdown-menu > li > a { padding: 5px 15px 5px 40px; }
	#navigation .navbar-nav > .open > .dropdown-menu > li.open > .dropdown-menu > .open > .dropdown-menu > li > a { padding: 5px 15px 5px 55px; }
	#navigation .dropdown .extra-toggle { position: absolute; right: 0; top: 0; font-size: 0.875rem; }
	#navigation .dropdown .caret { display: none; }
}

/*
 * TEASER
 */
#teaser .carousel { min-height: 50px; }
#teaser .carousel-inner .item { min-height: 50px; }
#teaser .carousel-inner .item img { margin: 0 auto; max-width: 100%; }
#teaser .carousel-inner .item-noimg { padding: 10px; }
#teaser .carousel-inner .item-noimg h1, #teaser .carousel .carousel-inner .item.item-noimg h2 { margin-top: 10px; }
#teaser .carousel-inner .item-noimg .carousel-caption { text-shadow: none; left: auto; right: auto; bottom: auto; padding-top: 0; padding-bottom: 0; position: relative; text-align: left; }
#teaser .carousel-caption, #teaser .carousel-caption h1, #teaser .carousel-caption h2, #teaser .carousel-caption p, #teaser .carousel-caption ul, #teaser .carousel-caption ol { color: #fff; }
#teaser .carousel-fade .carousel-inner .item { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-transition-property: opacity; -o-transition-property: opacity; -webkit-transition-property: opacity; transition-property: opacity }
#teaser .carousel-fade .carousel-inner .active { opacity: 1; }
#teaser .carousel-fade .carousel-inner .active.left, #teaser .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; }
#teaser .carousel-fade .carousel-inner .next.left, #teaser .carousel-fade .carousel-inner .prev.right { opacity: 1; }
#teaser .carousel-fade .carousel-control { z-index: 2; }
@media (max-width: 479px) {
	.carousel-caption { bottom: 0; width: 90%; left: 5%; }
	.carousel-caption p:last-of-type { margin-bottom: 0; }
}

/*
 * CONTENT
 */
#content { padding-top: 30px; padding-bottom: 30px; }
#page-builder { padding-bottom: 30px; }
#page-builder.with-sidebar > .section > .container { width: auto; }
#content > :first-child , #content > article > :first-child, #product-infos .section-content > :first-child { margin-top: 0; }
article[class*="post-"] > h2 > a:hover, article[class*="post-"] > h2 > a:focus, article[class*="post-"] > .post-inner > h2 > a:hover, article[class*="post-"] > .post-inner > h2 > a:focus { text-decoration: none; }
.post-large, .post-small { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #eee; }
.post-masonry .post-inner { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
.row-masonry { -moz-column-width: 18em; -webkit-column-width: 18em; -moz-column-gap: 1em; -webkit-column-gap: 1em; padding: 0 15px; }
.row-masonry .post-masonry { float: none; clear: both; display: inline-block; width: 100%;  }
.row-masonry .post-masonry .post-inner { position:relative; display: block; }
.row-masonry .post-masonry .post-inner img { width: 100%; }
.post-large img { margin-bottom: 10px; }
.post-large p:last-of-type, .post-small p:last-of-type, .post-masonry .post-inner p:last-of-type { margin-bottom: 0; }
.post-thumbnail:hover { opacity: 0.5; }
.post-meta { font-size: 0.875rem; line-height: 20px; color: #9fa2a5; }
.post-meta a { color: inherit; }
.post-meta span:after { content: "·"; width: 5px; display: inline-block; text-align: center; margin-left: 5px; }
.post-meta span:last-of-type:after { content: none; }
.pagination { border-radius: 0; position: relative; z-index: 1; margin:20px 0;}
.pagination > li > a, .pagination > li > span { color: #6f7479; border-color: #f0f0f0; border-radius: 0 !important; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { background-color: #fff; border-color: #f0f0f0; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { color: #fff; z-index: 9; position: relative; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #9fa2a5; background-color: #f0f0f0; border-color: #f0f0f0; }
.post-social { margin: 20px 0; }
.btn-social { background: #f0f0f0; color: #9fa2a5; border: none !important; border-radius: 0 !important; border-right: 5px solid #fff !important; position: relative; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.btn-social:last-of-type { border-right: none !important; }
.btn-social :first-child { position: absolute; left: 0; top: 0; bottom: 0; text-align: center; font-size: 1.2rem; }
.btn-social:hover, .btn-social:focus, .btn-social:active { color: #fff; }
.btn-group-social.btn-group-md .btn-social { padding-left: 48px; height: 32px; }
.btn-group-social.btn-group-md .btn-social :first-child { line-height: 32px; width: 32px; }
.btn-group-social.btn-group-xs .btn-social { padding-left: 30px; height: 20px; }
.btn-group-social.btn-group-xs .btn-social :first-child { line-height: 20px; width: 20px; }
.btn-group-social.btn-group-sm .btn-social { padding-left: 42px; height: 28px; }
.btn-group-social.btn-group-sm .btn-social :first-child { line-height: 28px; width: 28px; }
.btn-group-social.btn-group-lg .btn-social { padding-left: 66px; height: 44px; }
.btn-group-social.btn-group-lg .btn-social :first-child { line-height: 44px; width: 44px; }
.btn-summary:hover, .btn-summary:focus, .btn-summary:active { background-color: #6f7479; }
.btn-facebook-like:hover, .btn-facebook-like:focus, .btn-facebook-like:active { background-color: #4e69a2; }
.btn-facebook-share:hover, .btn-facebook-share:focus, .btn-facebook-share:active { background-color: #4e69a2; }
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active { background-color: #66b4ef; }
.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active { background-color: #e05d4c; }
.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active { background-color: #d1373c; }
.btn-whatsapp:hover, .btn-whatsapp:focus, .btn-whatsapp:active { background-color: #5ec859; }
.btn-xing:hover, .btn-xing:focus, .btn-xing:active { background-color: #1b7375; }
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active { background-color: #2183bb; }
.btn-mail:hover, .btn-mail:focus, .btn-mail:active { background-color: #2272B9; }
.list-social { margin: 0; padding: 10px; text-align: center; }
.list-social > li { margin-bottom: 10px; }
.list-social > li > a { text-decoration: none; }
.list-social > li > a > i { height: 48px; width: 48px; text-align: center; line-height: 48px; font-size: 24px; border-radius: 50%; background: #fafafa; color: #9fa2a5; display: block; }
.list-social > li > a:hover i, .list-social > li > a:focus i { color: #fff; }
.list-social > li > a:hover > i.fa-facebook, .list-social > li > a:focus > i.fa-facebook { background: #3b5998; }
.list-social > li > a:hover > i.fa-google-plus, .list-social > li > a:focus > i.fa-google-plus { background: #dd4b39; }
.list-social > li > a:hover > i.fa-instagram, .list-social > li > a:focus > i.fa-instagram { background: #3f729b; }
.list-social > li > a:hover > i.fa-linkedin, .list-social > li > a:focus > i.fa-linkedin { background: #0976b4; }
.list-social > li > a:hover > i.fa-pinterest, .list-social > li > a:focus > i.fa-pinterest { background: #cc2127; }
.list-social > li > a:hover > i.fa-rss, .list-social > li > a:focus > i.fa-rss { background: #f26522; }
.list-social > li > a:hover > i.fa-skype, .list-social > li > a:focus > i.fa-skype { background: #00aff0; }
.list-social > li > a:hover > i.fa-tumblr, .list-social > li > a:focus > i.fa-tumblr { background: #35465c; }
.list-social > li > a:hover > i.fa-twitch, .list-social > li > a:focus > i.fa-twitch { background: #6441a5; }
.list-social > li > a:hover > i.fa-twitter, .list-social > li > a:focus > i.fa-twitter { background: #55acee; }
.list-social > li > a:hover > i.fa-whatsapp, .list-social > li > a:focus > i.fa-whatsapp { background: #4dc247; }
.list-social > li > a:hover > i.fa-xing, .list-social > li > a:focus > i.fa-xing { background: #026466; }
.list-social > li > a:hover > i.fa-youtube, .list-social > li > a:focus > i.fa-youtube { background: #cd201f; }
.gallery .gallery-item { margin-bottom: 30px;}
.gallery .gallery-icon a { border: 1px solid #eee; transition: all 0.2s; padding: 10px; display: block; text-align: center; }
.gallery .gallery-icon a:hover, .gallery .gallery-icon a:focus { border: 1px solid #ddd; }
.gallery .gallery-icon a img { margin: 0 auto; transition: all 0.2s; }
.gallery .gallery-icon a:hover img, .gallery .gallery-icon a:focus img { opacity: 0.75; }
.post-author .h2, .post-related .h2, .post-comments .h2 { font-size: 1.4rem; font-weight: 500; }
.post-related article img:hover { opacity: 0.5; }
.post-related article h2 { font-size: 1rem; line-height: 1.2em; }
.pager { margin: 0; }
.pager li > a, .pager li > span { background-color: #fff; color: #6f7479; border: none; border-radius: 0; font-weight: 600; padding: 0; width: 50%; }
.pager li > a > small { display: block; color: #9fa2a5; font-size: 0.75rem; text-transform: uppercase; font-weight: 300; }
.pager li > a:hover, .pager li > a:focus { background-color: #fff; }
.pager .next > a, .pager .next > span { text-align: right; }
.pager .previous > a, .pager .previous > span { text-align: left; }
.page-nav { font-size: 0.875rem; margin: 20px 0 10px 0; }
.page-nav a { color: #9fa2a5; }
.page-nav > :first-child { margin-left: 10px; }
.page-nav a, .page-nav > span { font-weight: 600; height: 20px; width: 20px; line-height: 20px; display: inline-block; text-align: center; }
.page-nav a:hover, .page-nav a:focus { text-decoration: none; }
.comment { min-height: 70px; }
.comment .media-heading { font-weight: 600; }
.comment .media-heading a { color: inherit; }
.comment .media-left { min-width: 58px; }
.comment .media-heading small { font-size: 0.75rem; font-weight: 400; color: #9fa2a5; }
.comment .comment-reply-link { float: right; font-size: 0.875rem; color: #9fa2a5; }
.comment .comment-reply-link:hover, .comment .comment-reply-link:focus { text-decoration: none; }

.comment .comment-reply-link:after { 
	margin-right: 10px; 
	float:left;
	content: "\f3e5"; 
	color: #9fa2a5; 
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.comment .comment-reply-link:hover, .comment .comment-reply-link:focus, .comment .comment-reply-link:hover:after {
    color: #d74f35;
}

.comment .media-body { padding: 10px; border: 1px solid #f0f0f0; width:1000px }
.comment.depth-1 .comment { margin: 20px 0 0 58px; }
.comment.bypostauthor { position: relative; }
.comment.bypostauthor:after { content: "Autor"; background: #9fa2a5; width: 48px; color: #fff; font-size: 10px; line-height: 16px; padding: 0 10px; position: absolute; top: 53px; left: 0; }
.comment .product-rating { margin-left: 20px; margin-bottom: 20px;}
.section-comments .h2:last-of-type, #tab-comments .h2:last-of-type { font-size: 1.2rem; color: #9fa2a5; }
#commentform .form-group { position: relative; margin-bottom: 30px; }
#commentform .rating { margin: 0; display: inline-block; }
#commentform .rating .rating-star { display: inline-block; height: 0; width: 0; float: right; }
#commentform .rating .rating-star:before { content: "\f006"; color: #9fa2a5; -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; height: 16px; width: 16px; line-height: 16px; text-align: center; position: absolute;  }
#commentform .rating .rating-star:hover { cursor: pointer;  }
#commentform .rating .rating-star:hover:before,
#commentform .rating .rating-star:hover ~ .rating-star:before { content: "\f005";  color: #9fa2a5; }
#commentform .rating .rating-input { display: inline-block; height: 16px; width: 16px; float: right; margin: 0; opacity: 0; }
#commentform .rating .rating-input:checked + .rating-star:before,
#commentform .rating .rating-input:checked ~ .rating-star:before { content: "\f005"; color: #f3961d; }
#commentform label.error { font-weight: 400; font-size: 10px; color: #c01313; position: absolute; bottom: -15px; margin-bottom: 0; }




.comment .comment-awaiting-moderation { font-size: 0.75rem; margin-bottom: 5px; display: inline-block; padding: 5px 10px; color: #fff; background: #9fa2a5; }
.comment .comment-awaiting-moderation:before { content: "\f071"; -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; margin-right: 5px; }
.comment-nav { margin-top: 15px;  }
.comment-nav a { color: #9fa2a5; font-size: 0.75rem; text-transform: uppercase; font-weight: 300; }
#reply-title .h3 { font-size: 1rem; }
.alert { padding: 10px 15px; margin-bottom: 10px; border: 1px solid #eee; border-left: 5px solid #eee; border-radius: 3px; }
.alert > :first-child { margin-top: 0; }
.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 { color: inherit; font-size: 1.2rem; }
.alert-success { background: none; color: #398439; border-left-color: #5cb85c; }
.alert-info { background: none; color: #1b809e; border-left-color: #5bc0de; }
.alert-warning { background: none; color: #aa6708; border-left-color: #f0ad4e; }
.alert-danger { background: none; color: #ce4844; border-left-color: #d9534f; }
.alert-success a { color: #5cb85c; }
.alert-info a { color: #5bc0de; }
.alert-warning a { color: #f0ad4e; }
.alert-danger a { color: #d9534f; }
.nav-tabs { border-bottom: 1px solid #f0f0f0; }
.nav-tabs > li > a { border-radius: 0; background: #fff; border-bottom: 1px solid #f0f0f0; color: #9fa2a5; padding: 7px 20px; margin-right: 5px; }
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus { border-color: #f0f0f0 #f0f0f0 #f0f0f0; background: #f0f0f0; color: #6f7479; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { border: 1px solid #f0f0f0; border-bottom-color: transparent; }
.nav-tabs + .tab-content { border: 1px solid #f0f0f0; border-top: 0; padding: 10px; }
.panel-default { border-color: #f0f0f0; border-radius: 0 !important; box-shadow: none; }
.panel-default > .panel-heading { color: #9fa2a5; background-color: #fff; border-color: #f0f0f0; }
.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #f0f0f0; }
.panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #f0f0f0; }
div[id*="accordion"] .panel-heading { padding: 0; }
div[id*="accordion"] .panel-heading .panel-title { padding: 10px 15px; display: block; }
div[id*="accordion"] .panel-heading .panel-title i { line-height: 1.42857143; }
div[id*="accordion"] .panel-heading .panel-title:hover, div[id*="accordion"] .panel-heading .panel-title:focus { text-decoration: none; background: #f0f0f0; color: #6f7479; }
div[id*="accordion"] .panel-heading .panel-title[aria-expanded="true"] { text-decoration: none; background: #fff; }
div[id*="accordion"] .panel-heading a:after { content: "\f067"; -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; float: right; }
div[id*="accordion"] .panel-heading a[aria-expanded="true"]:after { content: "\f068"; }
.form-control { color: #6f7479; background-color: #fff; border-color:#ccc; border-radius: 0; transition: none; font-size:14px;}
.form-control:focus { background-color: #fff; border-color: #bbb; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }
.form-control::-moz-placeholder { color: #9fa2a5; }
.form-control:-ms-input-placeholder { color: #9fa2a5; }
.form-control::-webkit-input-placeholder { color: #9fa2a5; }
.form-control.wpcf7-not-valid { color: #c01313; background-color: #fef8f8; border-color: #c01313; }
.form-control.wpcf7-not-valid:focus { color: #c01313; background-color: #fff; border-color: #c01313 }
.form-control.wpcf7-not-valid::-moz-placeholder { color: #a37878; }
.form-control.wpcf7-not-valid:-ms-input-placeholder { color: #a37878; }
.form-control.wpcf7-not-valid::-webkit-input-placeholder { color: #a37878; }
.control-label, .form-horizontal .control-label { text-align: left; font-weight: 400; }
.control-label sup { color:#c01313; }
.wpcf7 .ajax-loader { display: none !important; }
.wpcf7 .screen-reader-response { display: none; }
.wpcf7 .wpcf7-not-valid-tip { display: block; font-size: 0.75rem; text-align: right; color: #c01313; }
.wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item { margin-right: 10px; }
.wpcf7-response-output.wpcf7-validation-errors { color: #c01313; border-left: 3px solid #c01313; margin: 20px 0; padding: 3px 10px; font-size: 0.875rem; }
.wpcf7-response-output.wpcf7-mail-sent-ok { color: #7ab317; border-left: 3px solid #7ab317; margin: 20px 0; padding: 3px 10px; font-size: 0.875rem; }
.btn-square { border-radius: 0; }
.btn-round { border-radius: 17px; }
.btn-round.btn-xs { border-radius: 11px; }
.btn-round.btn-sm { border-radius: 15px; }
.btn-round.btn-lg { border-radius: 24px; }
.btn-grayl { color: #6f7479; background-color: #f0f0f0; border-color: #f0f0f0; }
.btn-gray { color: #fff; background-color: #9fa2a5; border-color: #9fa2a5; }
.btn-grayd { color: #fff; background-color: #6f7479; border-color: #6f7479; }
.btn-black { color: #fff; background-color: #101820; border-color: #101820; }
.btn-default { color: #6f7479; background-color: #fff; border-color: #ccc; }
.btn-success { color: #fff; background-color: #7ab317; border-color: #7ab317; }
.btn-info { color: #fff; background-color: #19aece; border-color: #19aece; }
.btn-warning { color: #fff; background-color: #f3961d; border-color: #f3961d; }
.btn-danger { color: #fff; background-color: #c01313; border-color: #c01313; }
.btn-outline { background: none; }
.btn-grayl.btn-outline { color: #6f7479; }
.btn-gray.btn-outline { color: #9fa2a5; }
.btn-grayd.btn-outline { color: #6f7479; }
.btn-black.btn-outline { color: #101820; }
.btn-default.btn-outline { color: #6f7479; }
.btn-success.btn-outline { background: none; color: #7ab317; }
.btn-info.btn-outline { color: #19aece; }
.btn-warning.btn-outline { color: #f3961d; }
.btn-danger.btn-outline { color: #c01313; }
.btn-grayl:hover, .btn-grayl:focus, .btn-grayl:active, .btn-grayl:active:hover, .btn-grayl:active:focus { color: #6f7479; background-color: #eee; border-color: #eee; }
.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray:active:hover, .btn-gray:active:focus { color: #fff; background-color: #a8abae; border-color: #a8abae; }
.btn-grayd:hover, .btn-grayd:focus, .btn-grayd:active, .btn-grayd:active:hover, .btn-grayd:active:focus { color: #fff; background-color: #7d8186; border-color: #7d8186; }
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black:active:hover, .btn-black:active:focus { color: #fff; background-color: #272f36; border-color: #272f36; }
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:hover, .btn-default:active:focus { color: #6f7479; background-color: #f0f0f0; border-color: #ccc; }
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:active:hover, .btn-success:active:focus { color: #fff; background-color: #87ba2e; border-color: #87ba2e; }
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:hover, .btn-info:active:focus { color: #fff; background-color: #2fb6d2; border-color: #2fb6d2; }
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:active:hover, .btn-warning:active:focus { color: #fff; background-color: #f4a033; border-color: #f4a033; }
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:active:hover, .btn-danger:active:focus { color: #fff; background-color: #c62a2a; border-color: #c62a2a; }
.error404 #content { text-align: center; padding: 50px 0; }
.list-icon, li[class*="list-item-"] { list-style: none; }
.list-icon li, li[class*="list-item-"] { position: relative; }
.list-icon li:before, li[class*="list-item-"]:before { font-family: 'Glyphicons Halflings'; position: absolute; width: 20px; text-align: center; left: -25px; }
.list-icon.list-icon-check li:before, .list-item-check:before { content:"\e013"; color: #7ab317; }
.list-icon.list-icon-cross li:before, .list-item-cross:before { content:"\e014"; color: #c01313; }
.list-icon.list-icon-plus li:before, .list-item-plus:before { content:"\2b"; color: #7ab317; }
.list-icon.list-icon-minus li:before, .list-item-minus:before { content:"\2212"; color: #c01313; }
.list-icon.list-icon-star li:before, .list-item-star:before { content:"\e006"; color: #f3961d; }
.tooltip { z-index: 9; }
.cart-mini { display: inline-block; float: right; margin-top: 30px; text-align: right; min-width: 220px; }
.cart-mini .cart-link { display: block; }
.cart-mini .cart-link:hover, .cart-mini .cart-link:focus { text-decoration: none; }
.cart-mini .fa { float: right; margin-left: 10px; font-size: 2.5rem; color: #c01313; }
.cart-mini strong { display: block; }
.cart-mini small { display: block; font-size: 0.875rem; }
.table-product .product-reviews { box-shadow: 0 1px 2px rgba(0,0,0,0.25); padding: 10px 5px; border: 3px solid #fff; background: #fff; background: -moz-linear-gradient(-45deg, #ffffff 0%, #fafafa 50%, #f0f0f0 51%, #ffffff 100%); background: -webkit-linear-gradient(-45deg, #ffffff 0%, #fafafa 50%, #f0f0f0 51%, #ffffff 100%); background: linear-gradient(135deg, #ffffff 0%, #fafafa 50%, #f0f0f0 51%, #ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); }
.table-product .product-reviews .rating-summary-value { font-size: 1.75rem; font-weight: 700; line-height: 1; }
.table-product .product-reviews .rating-summary-value sub { bottom: 0; font-size: 1rem; color: #9fa2a5; font-weight: 300; }
.table-product .product-reviews .rating-summary-text { color: #9fa2a5; min-height: 34px; margin-top: 10px; font-size: 0.75rem; font-style: italic; }
#map_canvas { height: 400px; }
@media ( max-width: 479px) {
	.post-small .alignleft { float: none; margin: 0 auto 10px auto; }
}
@media (max-width: 767px) {
	.btn-group-justified > .btn, .btn-group-justified > .btn-group { width: auto; }
	.btn-social { text-align: center; padding-left: 0 !important; height: 32px !important; }
	.btn-social :first-child { left: 0; right: 0; margin: 0 auto; line-height: 32px !important; width: 32px !important; font-size: 1.25rem !important; text-align: center; border-right: none; background: transparent; }
	.btn-whatsapp { display: table-cell !important; }
	.btn-social .count { display: none; }
	.list-social > li > a > i { height: 24px; width: 24px; line-height: 24px; font-size: 12px; }
	#atTab.nav-tabs > li.open > a { box-shadow: 0 1px 0 0 #fff; z-index: 99; }
	#atTab.nav-tabs .dropdown-menu { z-index: 999; border-radius: 0; border-color: #eee; left: 0; right: 0; min-width: 290px; box-shadow: none; }
	#atTab.nav-tabs .dropdown-menu > li > a { color: #6f7479; }
	#atTab.nav-tabs .dropdown-menu > li > a:focus, #atTab.nav-tabs .dropdown-menu > li > a:hover { background: #fff; }
	#atTab.nav-tabs .dropdown-menu > li.active > a { color: #fff; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.list-social > li > a > i { height: 32px; width: 32px; line-height: 32px; font-size: 16px; }
}
@media (min-width: 768px) {
	.dl-horizontal dt { width: 200px; text-align: left; }
	.dl-horizontal dd { margin-left: 220px; }
	.error404 #content h1 { font-size: 3rem; }
}

/*
 * PRODUCTS
 */
body.safari.windows .thumbnail[class*="product-"] div[class^="img-"][class$="-wrapper"] a { display: block; }
#product-infos #content, #product-infos #sidebar { padding-top: 0; }
.result-filter ul { margin: 0; }
.result-filter .result-title { display: inline-block; line-height: 34px; }
.result-filter .btn-link { color: #9fa2a5; }
.thumbnail[class*="product-"] { border-radius: 0; padding: 0; border: none; border: 1px solid #f0f0f0; box-shadow: none; position: relative; }
.thumbnail[class*="product-"] hr { margin: 10px 0; }
.thumbnail[class*="product-"] .product-title { margin: 0; font-weight: 600; display: inline-block; font-size: 1.1rem; line-height: 25px; }
.thumbnail.product-grid .product-title { margin: 10px 0; height: 50px; overflow : hidden; display:block; }
.thumbnail[class*="product-"] .product-title:hover, .thumbnail[class*="product-"] .product-title:focus { text-decoration: none; }
.thumbnail[class*="product-"] div[class^="img-"][class$="-wrapper"] { display: table-cell; vertical-align: middle; }
.thumbnail[class*="product-"] div[class^="img-"][class$="-wrapper"] a, .thumbnail[class*="product-"] div[class^="img-"][class$="-wrapper"] .img-wrapper-pos-fix { display: table; table-layout: fixed; width: 100%; }
.thumbnail[class*="product-"] div[class^="img-"][class$="-wrapper"] a img { max-width: 100%; width: auto; height: auto; }
.thumbnail[class*="product-"] div[class^="img-"][class$="-wrapper"] a:hover img, .thumbnail[class*="product-"] div[class^="img-"][class$="-wrapper"] a:focus img { opacity: 0.5; }
.product-list .img-list-wrapper { height: 162px; }
.product-list .img-list-wrapper, .product-list .img-list-wrapper a img { max-height: 162px; }
.product-grid .img-grid-wrapper { height: 262px; }
.product-grid .img-grid-wrapper, .product-grid .img-grid-wrapper a img { max-height: 262px; }
.product-rating small { margin-left: 10px; }
.product-price .price { font-weight: 600; font-size: 1.3rem; margin-bottom: 0; }
.product-price .price small { font-size: 0.6em; }
.product-price .price del { font-weight: 400; font-size: 0.75em; position: relative; top: -0.8em; }
.product-price .price-hint { font-size: 0.75rem; }
.product-list .product-price { margin-bottom: 10px; }
.product-single-view { width: 33.333%; max-width: 300px; min-width: 200px; position: relative; z-index: 9; }
.product-single-view > div[class*="col-"] { float: none; padding: 0 !important; width: 100%; }
.badge { background: #9fa2a5; font-size: 0.75rem; font-weight: 600; top: -3px; position: relative; }
.badge-at { border-radius: 3px; color: #fff; font-size: 0.75rem; padding: 3px 5px; margin-top: 5px; display: inline-block; z-index: 1; }
.thumbnail[class*="product-"] .badge-at { position: absolute; top: 5px; right: 5px; margin: 0; }
.thumbnail[class*="product-"] .row-product-meta { margin-top: 10px; }
.thumbnail[class*="product-"] .product-tax { display: block; font-size: 0.875rem; color: #9fa2a5; }
.thumbnail[class*="product-"] .product-tax a { color: inherit; }
.table-product, .table-product > thead > tr > th, .table-product > tbody > tr > td { border-color: #f0f0f0; }
.table-product > thead > tr > th { 	border-color: rgba(255,255,255,0.05); border-bottom: 0; }
.table-product > thead > tr > th, .table-product > tbody > tr > th, .table-product > tfoot > tr > th, .table-product > thead > tr > td, .table-product > tbody > tr > td, .table-product > tfoot > tr > td { text-align: center; vertical-align: middle; }
.table-product > thead > tr > th { font-size: 0.875rem; }
.table-product.table-striped > tbody > tr:nth-of-type(odd) { background-color: #fff; }
.table-product.table-striped > tbody > tr:nth-of-type(even) { background-color: #f9f9f9; }
.table-product.table-hover > tbody > tr:hover { background-color: #f5f5f5; }
.table-product.table-hover > tbody > tr.product-row-buttons:hover, .table-product.table-hover > tbody > tr.product-row-image:hover { background-color: #fff; }
.table-product p, .table-product ol, .table-product ul { margin-bottom: 0; }
.table-product .product-title > a { margin: 0; font-weight: 600; display: inline-block; font-size: 1rem; line-height: 24px; }
.table-product .product-title > a:hover, .table-product .product-title > a:focus { text-decoration: none; }
.table-details tr td:first-of-type { color: #4d4d4d; font-weight: 600; }
.table-product .fa-close, .table-details .fa-close { color: #c01313; }
.table-product .fa-check, .table-details .fa-check { color: #7ab317; }
.table-product .table-thumbnail img, .table-product .product-image img { max-width: 100px; max-height: 100px; width: auto; height: auto; display:block; }
.table-details .color_picker-holder { height: 16px; width: 16px; display: inline-block; border-radius: 2px; }
.table-details .color_picker-text { display: none; }
.table-product .product-price .price { font-size: 1rem; }
.table-product .product-price .price del { font-size: 0.75rem; display: inline-block; top: 0; }
.table-product .table-thumbnail img { margin: 0 auto; }
.table-product-x td:first-of-type, .table-product-x th:first-of-type { text-align: left; min-width: 120px; }
.table-product-y .product-title { min-width: 160px; text-align: left; }
.table-product-y .product-price { min-width: 120px; }
.table-product-y .table-thumbnail{ min-width:100px; } 
.table-product-y .table-counter { font-size: 1.337rem; color: #9fa2a5; font-weight: 700; }
.table-responsive > .table-product { width: 100%; margin-bottom: 10px; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
/*.table-product-x thead tr:first-of-type .table-highlight { border: none; } */
.single-product #main { padding-top: 30px; padding-bottom: 30px; }
#productGallery .carousel-indicators { position: relative; bottom: -15px; left: 0; margin: 0px 0 0 0; width: 100%; }
#productGallery .carousel-indicators li { text-align: center; border: 1px solid #eee; border-radius: 0; float: left; margin: 0 12px 15px 0; width: 50px; height: 50px; text-indent: 0; box-sizing: border-box;}
#productGallery .carousel-indicators img { margin: 0 auto; border: none; padding: 0; max-width: 50px; max-height: 50px; width: auto; height: auto; opacity: 0.5; }
#productGallery .carousel-indicators .active img { border: none; opacity: 1; }
#productGallery .carousel-control { background: none !important; }
#productGallery .carousel-control { background: none !important; }
#productGallery .carousel-inner { border: 1px solid #f0f0f0; }
#productGallery .carousel-inner .item .img-wrapper { height: 360px; max-height: 360px; display: table-cell; vertical-align: middle; text-align: center; }
#productGallery .carousel-inner .item .img-wrapper .img-wrapper-inner { display: table; table-layout: fixed; width: 100%; }
#productGallery .carousel-inner .item .img-wrapper .img-wrapper-inner img { max-height: 360px; max-width: 100%; width: auto; height: auto; margin: 0 auto; }
.single-product .product-title { margin: 0 0 10px 0; }
.single-product .product-title + .product-rating { margin-bottom: 15px; }
.single-product .product-title + hr { margin: 10px 0; }
.table-details tr:first-of-type td { border-top: 0; }
.table-details > tbody > tr > td { font-size: 0.875rem; border-color: #f0f0f0; color: #6f7479; }
#product-details .single-product .table-details tr:first-of-type td { border-top: 1px solid #f0f0f0; }
#product-details .single-product .table-details tr:last-of-type td { border-bottom: 1px solid #f0f0f0; }
.product-buybox { background: #fafafa; border: 2px solid #eee; padding: 10px; display: inline-block; width: 100%;}
.product-buybox .product-price { margin-bottom: 10px; }
.product-buybox .product-price .price { font-size: 2.5rem; }
.product-buybox .product-price .price del { font-size: 0.5em; top: -1.2em; }
.product-buybox .btn-link { color: #9fa2a5; }
.product-buybox + .btn-link { text-decoration: none !important; }
.product-comparebox { background: #fcfcfc; border: 2px solid #f0f0f0; padding: 10px; }
.product-comparebox .table { margin: 0; }
.product-comparebox .table td { background: none; }
.product-comparebox .table td:first-of-type { max-width: 60px; }
.product-comparebox .table td img { max-width: inherit; }
.product-comparebox .h2 { margin: 8px 8px 10px 8px; font-size: 1.2rem; }
.product-comparebox .h2 a { font-size: 0.875rem; color: #9fa2a5; font-weight: 400; line-height: 20px; }
.product-comparebox .price { font-size: 1rem !important; }
.product-comparebox .table { font-size: 0.875rem; }
.product-comparebox a.shop-link-ext { display: block; max-width: 100%; }
.product-description { margin-top: 15px; }
.product-reviews-procentual .rating-summary { text-align: center; margin: 0; font-size: 0.875rem; }
.product-reviews-procentual .rating-summary p { margin-bottom: 0; }
.product-reviews-procentual .rating-summary .summary-header { background: #7ab317; border-radius: 5px 5px 0 0; padding: 7px 5px; color: #fff; font-weight: 600; text-transform: uppercase; }
.product-reviews-procentual .rating-summary .summary-detail { padding: 10px 5px; border-left: 1px solid #f0f0f0; border-right: 1px solid #f0f0f0; font-style: italic; } 
.product-reviews-procentual .rating-summary .summary-detail strong { font-size: 1.8rem; font-weight: 800; font-style: normal; }
.product-reviews-procentual .rating-summary .summary-footer { background: #fafafa; border-radius: 0 0 5px 5px; padding: 7px 5px; color: #9fa2a5; border: 1px solid #f0f0f0; }
.product-reviews-procentual .progress { background: #f0f0f0; box-shadow: none; border-radius: 10px; }
.product-reviews-procentual .progress-bar { background: #7ab317; text-shadow: 0 1px 0 rgba(0,0,0,0.2); box-shadow: none; border-radius: 10px; }
.product-reviews-procentual .col-lg-10 > .row:last-of-type .progress { margin-bottom: 0; }
.product-reviews-procentual .progress-bar.progress-red { background:#c01313; }
.product-reviews-procentual .progress-bar.progress-orange { background: #f3961d; }
.product-reviews-procentual .progress-bar.progress-green { background: #7AB317; }
.product-reviews-number .rating-summary { text-align: center; margin: 0; font-size: 0.875rem; }
.product-reviews-number .rating-summary .summary-detail p { margin: 0; padding: 0 10px; border: none; font-style: italic; } 
.product-reviews-number .product-rating { display: inline-block; margin-bottom: 20px; }
.product-reviews-number .col-lg-9 .row:last-of-type .product-rating { margin-bottom: 0; }
.product-reviews-number .progress { height: auto; overflow: visible; box-shadow: none; margin-bottom: 0; border-radius: 0; padding: 0; background: none; }
.product-reviews-number .progress > li { display: inline-block; position: relative; text-align: center; color: #9fa2a5; }
.product-reviews-number .progress > li:after { font-style: normal; content: attr(data-percent); position: absolute; width: 100%; top: 3.7rem; left: 0; font-size: 1.5rem; color: #9fa2a5; text-align: center; }
.product-reviews-number .progress svg { overflow: visible; width: 150px; height: 150px; margin-bottom: 10px; }
.product-reviews-number .progress svg path { stroke-width: 20; }
.product-reviews-number .progress svg:nth-child(2) { position: absolute; left: 0; top: 0; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); }
.product-reviews-number .progress svg:nth-child(2) path { fill: none; stroke-width: 25; stroke-dasharray: 629; stroke: #f0f0f0; -webkit-animation: load 3s; -moz-animation: load 3s; -o-animation: load 3s; animation: load 3s; }
.tab-content #tab-related .thumbnail.product-list, .tab-content #tab-accessories .thumbnail.product-list, .tab-content#search-tabs .thumbnail.product-list { border-width: 0 0 1px 0; padding-bottom: 20px; }
.tab-content #tab-related .thumbnail.product-list:last-of-type, .tab-content #tab-accessories .thumbnail.product-list:last-of-type, .tab-content#search-tabs .thumbnail.product-list:last-of-type { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
.tab-content#search-tabs article h2 { margin-top: 0; font-size: 1.1rem; line-height: 25px; }
.tab-content#search-tabs .thumbnail:not(.product-grid) .caption { padding: 0 !important; }
.table-compare img { max-width: 150px; margin: 0 auto; width:100% }
.table-compare th:nth-child(2), .table-compare td:nth-child(2) { text-align: left !important; }
.table-compare .product-price .price { font-size: 1.3rem; }
.table-compare .product-price .price del { display: inline-block; top: -0.8em; }
body.android.safari .product-grid .img-grid-wrapper, body.android.safari .product-list .img-list-wrapper { min-width: 100%; display: inline-block; }
body.android.safari .carousel-inner .img-wrapper { min-width: 200px; min-height: 200px; text-align: center; display: inline-block; }
.product-grid-hover .product-grid-hover-btn { display: none; }
.product-grid-hover .caption { position: relative; z-index: 1; }
.product-grid-hover:hover .caption { position: relative; z-index: 3; }
.product-grid-hover .caption-hover { position:absolute; display: none; }
.product-grid-hover:hover .caption-hover { display: block; background: #fff; position: absolute; top: 0; bottom: 0; right: -70px; left: 0; z-index: 2; }
.product-grid-hover .list-external img { max-width: 50px; max-height: 50px; width: auto; height: auto; }
.product-grid-hover .caption-hover .caption-hover-img { background: #fafafa; box-shadow: 1px 0 0 #eee inset; position: absolute; top: 0; bottom: 0; right: 0; width: 70px; z-index: 9; }
.product-grid-hover .caption-hover .caption-hover-img a { display: table; margin: 10px auto 0 auto; }
.product-grid-hover .caption-hover .caption-hover-img a img { opacity: 0.5; transition: all 0.2s; }
.product-grid-hover .caption-hover .caption-hover-img a.active img, .product-grid-hover .caption-hover .caption-hover-img a:hover img, .product-grid-hover .caption-hover .caption-hover-img a:focus img { opacity: 1; }
.product-grid-hover .caption-hover .caption-hover-txt { background: #fff; min-width: 100%; border-top: 0 !important; box-shadow: 0 1px 0 0 #eee inset; position: absolute; bottom: auto; top: 100%; left: -3px !important; right: -3px !important; z-index: 5; padding: 10px; }
.product-grid-hover .img-grid-wrapper a:hover img, .product-grid-hover .img-grid-wrapper a:focus img { opacity: 1 !important; }
.product_top_rated { background: #fafafa; border: 2px solid #f0f0f0; padding:20px; margin-bottom: 10px; }
.product_top_rated .number { background: #fff; height: 30px; width: 30px; line-height: 30px; text-align: center; margin-right: 10px; font-size: 0.875rem; font-weight: 600; border-radius: 50%; display: inline-block; box-shadow: 0 1px 2px #eee; }
.product_top_rated .top_rated_item { margin-bottom: 10px; }
.product_top_rated .top_rated_item:last-of-type, .product_top_rated .top_rated_item p { margin-bottom: 0; }
.product_top_rated .title a { font-weight: 600; }
.product_top_rated .title a:hover, .product_top_rated .title a:focus { text-decoration: none; }
.product_top_rated .progress { background: #f0f0f0; box-shadow: none; border-radius: 10px; margin: 5px 0; }
.product_top_rated .progress-bar { text-shadow: 0 1px 0 rgba(0,0,0,0.2); box-shadow: none; border-radius: 10px; }
.product-select-shortcode { background: #fafafa; border: 2px solid #f0f0f0; padding:20px; margin-bottom: 10px; }
.product-select-shortcode .label-control { font-weight: 600; }
.product-select-shortcode .col-xs-12:last-of-type .form-group { margin: 0; }
.blogposts .post-grid h2 { font-size: 1.1rem; }
.product-floating-bar img { max-width: 50px; max-height: 50px; width: auto; height: auto; }
@media (max-width: 480px) {
	.product-buybox { text-align: center; }
	.table-compare thead { display: none; }
	.table-compare th, .table-compare td { display: block; width: 100%; }
	.table-compare tr td { border-width: 0 !important; }
	.table-compare tr td:first-of-type { border-top-width: 1px !important; }
	.table-compare tr td:last-of-type { border-bottom-width: 1px !important; }
	.product-comparebox .table-compare tr td:first-of-type { border-top-width: 0 !important; }
	.product-comparebox .table td:first-of-type { max-width: 100px; float: left; }
}
@media (max-width: 767px) {
	.tab-content #tab-related .thumbnail.product-grid, .tab-content #tab-accessories .thumbnail.product-grid { border-width: 0 0 1px 0; padding-bottom: 20px; }
	.tab-content #tab-related .col-xs-12:last-of-type .thumbnail.product-grid, .tab-content #tab-accessories .col-xs-12:last-of-type .thumbnail.product-grid { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
	.product-grid .price { margin-bottom: 10px; }
	.product-grid .product-buttons .col-sm-12 + .col-sm-12 .btn { margin-top: 5px; }
	.product-list .img-list-wrapper { height: 262px; }
	.product-list .img-list-wrapper, .product-list .img-list-wrapper a img { max-height: 262px; }	
	.product-list .product-rating { margin-bottom: 10px; }
	.product-list .img-list-wrapper { text-align: center; }
	.product-list .img-list-wrapper a img { margin: 0 auto !important; float: none; }
	.table-compare .price, .table-compare .price-hint { display: block; text-align: center !important; }
	.product-comparebox { margin-bottom: 20px; } 
	#productGallery .carousel-inner .item .img-wrapper { height: 280px; max-height: 280px; }
	#productGallery .carousel-inner .item .img-wrapper .img-wrapper-inner img { max-height: 280px; }
	#product-details .product-buybox { margin-bottom: 10px; }
	#product-infos .product-buybox-big { text-align: center; }
	#product-infos .product-buybox-big .text-right { text-align: center; margin-top: 10px; }
	.product-reviews-number .product-rating, .product-reviews-procentual .progress { margin-bottom: 0; }
	.product-reviews-number .col-sm-3 strong , .product-reviews-procentual .col-sm-3 strong { margin-top: 15px; display: block; } 
}
@media (min-width: 768px) {
	.product-grid .product-buttons > .col-sm-12:first-of-type { padding-right: 5px; }
	.product-grid .product-buttons > .col-sm-12:last-of-type { padding-left: 5px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	#productGallery .carousel-indicators li { margin-right: 6px; }
	#productGallery .carousel-indicators li:nth-child(4n+4) { margin-right: 0; }
	#productGallery .carousel-inner .item .img-wrapper { height: 218px; max-height: 218px; }
	#productGallery .carousel-inner .item .img-wrapper .img-wrapper-inner img { max-height: 218px; }
	.product-buybox .btn-lg { padding: 6px 12px; font-size: 1rem; }
	.table-compare img { max-width: 80px; }
	.product-list .table-details { margin-bottom: 0; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	#productGallery .carousel-indicators li { margin-right: 10px; }
	#productGallery .carousel-indicators li:nth-child(5n+5) { margin-right: 0; }
	#productGallery .carousel-inner .item .img-wrapper { height: 290px; max-height: 290px; }
	#productGallery .carousel-inner .item .img-wrapper .img-wrapper-inner img { max-height: 290px; }
}
@media(min-width: 1200px) {
	#productGallery .carousel-indicators li { margin-right: 12px; }
	#productGallery .carousel-indicators li:nth-child(6n+6) { margin-right: 0; }
}
@-moz-document url-prefix() {
	.table-product .img-responsive { max-width: 100%; margin: 0 auto; }
}
@-webkit-keyframes load {
	0% { stroke-dashoffset:0 }
}
@-moz-keyframes load {
	0% { stroke-dashoffset:0 }
}
@keyframes load {
	0% { stroke-dashoffset:0 }
}

/*
 * SIDEBAR 
 */
#sidebar { padding-top: 30px; padding-bottom: 30px; }
#sidebar .widget { margin-top: 30px; }
#sidebar .widget:first-of-type { margin-top: 0; }
.widget .h1 { font-size: 1.125rem; font-weight: 500; margin: -1px -1px 0 -1px; padding: 10px; }
.widget_block { display: block; }
.widget_block ul { list-style: none; margin: 0; padding: 0; }
.widget_block ul li { position: relative; }
.widget_block ul li a { display: block; line-height: 30px; padding: 0 10px; }
.widget_block ul ul li a { padding: 0 10px 0 25px; }
.widget_block ul ul ul li a { padding: 0 10px 0 40px; }
.widget_block ul li a:hover,
.widget_block ul li a:focus { text-decoration: none; }
.widget_block .count { font-size: 0.75rem; position: absolute; right: 10px; top: 0; line-height: 30px; }
.widget_inline { display: block;  }
.widget_inline ul { list-style: none; margin: 0; padding: 0; }
.widget_inline ul li { display: block; padding: 5px 10px; }
.widget_inline ul li:last-of-type { border-bottom: none; }
.widget_inline > ul:first-of-type > li:first-of-type,
.widget_block > ul:first-of-type > li:first-of-type > a:first-of-type { border-top: 0; }
.widget_rss .h1 a { color: inherit!important; }
.widget_calendar #wp-calendar { width: 100%; }
.widget_calendar #wp-calendar caption { padding: 8px 0; }
.widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td { text-align: center; }
.widget_calendar #wp-calendar tfoot > tr > td { padding: 8px 0; }
.widget_tag_cloud .tagcloud, .widget .textwidget, .widget_search .searchform { padding: 10px; }
.widget_text :last-child, .textwidget > :last-child { margin-bottom: 0; }
.widget > :last-child { margin-bottom: 0; }
.widget_terms ul.list-scroll { max-height: 170px; overflow-y: scroll; }
.widget_amazon_cart ul li:first-of-type > a { border-top: none; }
.widget_amazon_cart .product-price { font-size: 1rem; font-weight: 600; margin-top: 10px; }
.widget_amazon_cart .product-price del { font-weight: 400; font-size: 0.75em; position: relative; top: -0.8em; }
.widget_amazon_cart .remove { line-height: 1; position: absolute; right: 10px; bottom: 10px; font-size: 0.75rem; }
.widget_amazon_cart .remove a { border: none; display: inline-block; line-height: 1; padding: 0; color: #9fa2a5 !important; }
.widget_amazon_cart .remove a:hover, .widget_amazon_cart .remove a:focus { color: #c01313 !important; background: none !important; }
.widget_amazon_cart .price-sum {font-weight: 600; margin: 0; padding: 10px; }
.widget_amazon_cart .price-sum span { float: right; }
.widget_amazon_cart .at-amazon-cart { padding: 10px; }
.widget_amazon_cart .textwidget p { margin-bottom: 0; }
.widget_product_feed ul li a, .widget_amazon_cart ul li > a { font-size: 0.875rem; padding: 5px 10px; line-height: 20px; }
.widget_product_feed ul li a p, .widget_amazon_cart ul li > a p { font-weight: 600; margin: 0; }
.widget_product_feed ul li a .media-left, .widget_amazon_cart ul li a .media-left { height: 50px; width: 50px; display: inline-block; float: left; text-align: center; padding: 0; margin-right: 10px; }
.widget_product_feed ul li a .media-left img, .widget_amazon_cart ul li a .media-left img { max-height: 50px; max-width: 50px; height: auto; width: auto; }
.widget_product_feed li a:hover img, .widget_product_feed li a:focus img, .widget_amazon_cart li a:hover img, .widget_amazon_cart li a:focus img { opacity: 0.5; }
.widget_product_advice .textwidget { padding: 0; }
.widget_product_advice .thumbnail[class*="product-"] { background: none; margin: 0; border: none; }
.widget_product_advice img { max-width: 100%; height: auto; }
.widget label.screen-reader-text { font-weight: 400; font-size: 0.875rem; }
.widget_archive label.screen-reader-text, .widget_archive label + select, .widget_categories label.screen-reader-text, .widget_categories label + select { margin: 10px; }
.widget .rss-date { display: block; margin: 5px 0; font-size: 0.75rem; }
.widget .rssSummary { font-size: 0.875rem; }
.widget_block > ul > li:first-of-type > a:first-of-type,
.widget_block > div > ul > li:first-of-type > a:first-of-type,
.widget_inline > ul > li:first-of-type,
.widget_filter .filterform > .form-group:first-of-type { border-top: none !important; }
.toc_widget { margin-top: 0; }
.toc_widget ul { list-style: none; margin: 0; padding: 0; font-size: 0.875rem; }
.toc_widget > .toc_widget_list > li:first-of-type { border: none; }
.toc_widget > .toc_widget_list li a { padding: 5px 10px; display: block; }
.toc_widget > .toc_widget_list ul li a { padding-left: 15px; }
.toc_widget > .toc_widget_list ul ul li a { padding-left: 25px; }
.toc_widget > .toc_widget_list li a:hover, .toc_widget > .toc_widget_list li a:focus { text-decoration: none; }
.toc_widget > .toc_widget_list li a > .toc_number { font-size: 0.75rem; font-weight: 600; padding-right: 5px; display: inline-block; }
.table-amazon-cart td, .table-amazon-cart th { text-align: left !important; vertical-align: middle !important; }
.table-amazon-cart th.text-right { text-align: right !important; }
.table-amazon-cart p { margin: 0; }
.table-amazon-cart .product-remove { text-align: center !important; }
.table-amazon-cart .remove { line-height: 1; font-size: 0.75rem; }
.table-amazon-cart .remove a { line-height: 1; color: #9fa2a5; }
.table-amazon-cart .remove a:hover, .table-amazon-cart .remove a:focus { color: #c01313; background: none; }
.table-amazon-cart .product-title p { font-weight: 600; }
.table-amazon-cart .product-title a:hover, .table-amazon-cart .product-title a:hover { text-decoration: none; }
.table-amazon-cart .product-price p { float: right; text-align: right; }
.table-amazon-cart .price-sum { background: none !important; }
.table-amazon-cart .price-sum td { text-align: right !important; font-weight: 600; }
.table-amazon-cart .price-sum td span { margin-left: 50px; }
.table-amazon-cart + .at-amazon-cart .btn-buy { float: right; width: auto !important; display: inline-block !important; }
.filterform { padding:10px; }
.filterform .form-group { margin-top: 10px; padding-top: 10px; }
.filterform .form-group:first-of-type { border-top: 0; margin: 0; padding: 0; }
.filterform .form-group:last-of-type { margin-bottom: 0; }
.filterform .control-label { margin-bottom: 10px; font-weight: 600; }
.filterform .slide span { font-size: 0.875rem; display: inline-block; text-align: right; }
.filterform .slide span:first-of-type { width: 15%; text-align: left; float: left; }
.filterform .slide span:last-of-type { width: 25%; float: left; }
.filterform .slider { display: inline-block; vertical-align: middle; position: relative; }
.filterform .slider .tooltip.top { margin-top: -35px; }
.filterform .slider.slider-horizontal { width: 60% !important; height: 20px; float: left; } 
.filterform .slider.slider-horizontal .slider-track { position: absolute; cursor: pointer; height: 10px; width: 100%; margin-top: -5px; top: 50%; left: 0; }
.filterform .slider.slider-horizontal .slider-selection { position: absolute; height: 100%; top: 0; bottom: 0; }
.filterform .slider.slider-horizontal .slider-handle { opacity: 1; position: absolute; margin-left: -10px; margin-top: -5px; }
.filterform .slider input { display: none; }
.filterform .slider .tooltip-inner { white-space: nowrap; }
.filterform .slider-track { background: #ddd; box-shadow:0 1px 1px rgba(0,0,0,0.125) inset; border-radius: 5px; }
.filterform .slider-selection { box-shadow:0 1px 1px rgba(0,0,0,0.125) inset; border-radius: 5px; }
.filterform .slider-handle { background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,0.25); width: 20px; height: 20px; border: 0px solid transparent; }
.filterform .slider-handle:active { box-shadow: 0 1px 2px rgba(0,0,0,0.5); }
.filterform .slider-handle.round { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.filterform .filter-reset { margin-top: 6px; }
.filterform.form-inline { background: #fafafa; border: 2px solid #f0f0f0; padding: 0; }
.filterform.form-inline .form-group { border: 1px solid #f0f0f0; background: #fff; margin: 10px; float:left; padding: 10px; width: calc(25% - 20px); min-height: 120px; }
.filterform.form-inline .form-group .slide { height: 34px; padding: 7px 0; }
.filterform.form-inline .form-group .control-label { display: block; }
.filterform.form-inline .form-group .form-control { width: 100%; }
.filterform.form-inline .form-group.form-group-block { min-height: 0; border: 0; background: none; width: 100%; width: 100%; margin: 0; text-align: right; min-height: 0; float: none; clear: both; }
.filter-instruction { display: inline-block; font-size: 0.70rem; color: #9fa2a5; line-height: 1.3; max-height: 28px; overflow: hidden; margin-top: 10px; }
@media (max-width: 479px) {
	.filterform.form-inline .form-group { width: calc(100% - 20px); }
}
@media (min-width: 480px) and (max-width: 991px) {
	.filterform.form-inline .form-group { width: calc(50% - 20px); }
}
@media (min-width: 768px) {
	#sidebar .widget:first-of-type { margin-top: 0; }
}

/*
 * BREADCRUMBS
 */
#breadcrumbs { font-size: 14px; line-height: 20px; }
#breadcrumbs p { margin: 0; padding: 20px 0; }
#breadcrumbs a { color: #9fa2a5; }

/*
 FOOTER
 */
#footer { font-size: 0.875rem; line-height: 20px; }
#footer-top { padding: 20px 0; border-top: 1px solid #f0f0f0; }
#footer-top .h1 { font-size: 1.2rem; }
#footer-bottom { padding: 20px 0; border-top: 1px solid #f0f0f0; }
#footer-bottom ul, #footer-bottom p { margin: 0; }
#footer aside { margin-bottom: 30px; }
body.sticky-footer #footer { position: absolute; bottom: 0; height: 60px; }
body.sticky-footer #wrapper-fluid #footer { left: 0; right: 0; }
@media (max-width: 767px) {
	#footer-top .col-sm-3:last-of-type aside:last-of-type { margin-bottom: 0; }
	#footer-top ul { line-height: 25px; }
	#footer-bottom { text-align: center; }
	#footer-bottom ul { float: none !important; margin-top: 10px; }
	body.sticky-footer #footer { height: 90px; left: 0; right: 0; }
}
@media (min-width: 768px) {
	#footer aside:last-of-type { margin-bottom: 0; }
}

/*
 * SELECT2
 */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;top:-32px;z-index: 100000;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}.select3 { background: linear-gradient(90deg, #c01313, #13afc0, #c01313, #13afc0, #c01313, #13afc0, #c01313, #13afc0, #c01313); background-size: 1800% 1800%; -webkit-animation: AnimationName 1s ease infinite; -moz-animation: AnimationName 1s ease infinite; -o-animation: AnimationName 1s ease infinite; animation: AnimationName 1s ease infinite; } .select3:after { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; content:"HALT STOP! ANZEIGE!!1"; font-size: 5rem; font-weight: 900; text-shadow: 0 2px 5px rgba(0,0,0,0.2); color: #fff; left: 0; right: 0; position: absolute; top: 40%; text-align: center; } .select3 #wrapper, .select3 #wrapper-fluid { display: none; } .select3 #content { text-align: center; color: #fff; } .select3 h1 { color: #fff; font-size: 3.5rem; margin-top: 200px; } @-webkit-keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } @-moz-keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } @-o-keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } @keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }
.select2 { width: 100% !important; max-width: 100%; }
.select2 *, .select2-search__field { outline: 0 !important; }
.select2-dropdown { border-color: #ccc; border-radius: 0; z-index: 9; }
.select2-results__option { font-size: 0.875rem; padding: 6px 12px; }
.select2-search--dropdown .select2-search__field { padding: 6px 12px; border-bottom: 1px solid #ccc; background: #f0f0f0; }
.select2-search--dropdown { padding: 0; }
.select2-container--default .select2-results__option--highlighted { color: #6f7479; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { color: #fff; }
.select2-container--default .select2-results__option[aria-selected=true] { background-color: #fafafa; color: #9fa2a5; }
.select2-container--default .select2-search--dropdown .select2-search__field { border: 0; border-bottom: 1px solid #ccc; font-size: 0.875rem; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 34px; position: absolute; top: 0; right: 0; width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #6f7479; line-height: 32px; padding: 0; }
.select2-container--default .select2-selection--single { color: #6f7479; background-color: #fff; border-color: #ccc; border-radius: 0; transition: none; display: block; width: 100%; height: 34px; padding: 3px 12px; font-size: 0.875rem; line-height: 1.12857143; border: 1px solid #ccc; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }
.select2-container--default .select2-selection--single { font-size: 0.875rem; }
.select2-container--default .select2-selection--single { padding: 0px 12px; }
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar { -webkit-appearance: none; width: 8px; background: #f0f0f0; border-left: 1px solid #ddd; border-radius: 0; }
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb { border-radius: 0; background-color: #9fa2a5; }
.select2-search__field { font-style: italic; color: #101820; background: #eee; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color:#D74F35;
	color: #fff;
}
	 
.select2-container *:focus {
		outline: none;
}

/*
 * RESPONSIVE
 */
@media (min-width: 1200px) {
	#access { background: #ACCE55; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	#badass { background: #BADA55; }
}
@media (min-width: 768px) and (max-width: 991px) {
	#coffee { background: #C0FFEE; }
}
@media (max-width: 767px) {
	#delete { background: #DE1E7E; }
}




@media (min-width: 1200px){
	.container {
		width: 1170px;
	}

	.table-responsive{
		overflow: hidden;
	}
}

#header{color:#9fa2a5;background-color:#fff;background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=0);}
#navigation .navbar{background-color:#d74f35;background:-moz-linear-gradient(top,#d74f35 0px,#d74f35 50px);background:-webkit-gradient(linear,left top,left bottom,color-stop(0px,#d74f35),color-stop(50px,#d74f35));background:-webkit-linear-gradient(top,#d74f35 0px,#d74f35 50px);background:-o-linear-gradient(top,#d74f35 0px,#d74f35 50px);background:-ms-linear-gradient(top,#d74f35 0px,#d74f35 50px);background:linear-gradient(to bottom,#d74f35 0px,#d74f35 50px);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#D74F35",endColorstr="#D74F35",GradientType=0);}
#navigation .navbar .navbar-brand{color:#efc4c4;}
#navigation .navbar .navbar-brand{text-shadow:0 1px 0 rgba(0,0,0,.25);}
@media (max-width:767px){
#navigation .navbar .navbar-toggle .icon-bar{box-shadow:0 1px 0 rgba(0,0,0,.25);}
}
@media (max-width:767px){
#navigation .navbar .navbar-collapse{border-color:#000;border-color:rgba(0,0,0,.1);box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);}
}
#navigation .navbar .navbar-toggle .icon-bar{background-color:#efc4c4;}
#navigation .dropdown-menu{background-color:#101820;background-color:rgba(16,24,32,1);}
#navigation .dropdown-menu>li>a{color:#fff;}
header,nav{display:block;}
a{background-color:transparent;}
b{font-weight:700;}
img{border:0;}
button{margin:0;font:inherit;color:inherit;}
button{overflow:visible;}
button{text-transform:none;}
button{-webkit-appearance:button;}
button::-moz-focus-inner{padding:0;border:0;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
button{font-family:inherit;font-size:inherit;line-height:inherit;}
a{color:#337ab7;text-decoration:none;}
img{vertical-align:middle;}
.img-responsive{display:block;max-width:100%;height:auto;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
ul{margin-top:0;margin-bottom:10px;}
ul ul{margin-bottom:0;}
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:1000px){
.container{width:100%;}
}
@media (min-width:992px){
.container{width:970px;}
}
@media (min-width:1200px){
.container{width:1170px;max-width: 1170px;}
}
.collapse{display:none;}
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent;}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);}
.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap;}
.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent;padding:0px;}
@media (min-width:1000px){
.navbar{border-radius:4px;}
}
@media (min-width:1000px){
.navbar-header{float:left;}
}
.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1);}
@media (min-width:1000px){
.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none;}
.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;}
}
.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px;}
@media (min-width:1000px){
.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0;}
}
.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px;}
.navbar-brand>img{display:block;}
@media (min-width:1000px){
.navbar>.container .navbar-brand{margin-left:-15px;}
}
.navbar-toggle:not(.nitro-lazy){background-image:none;}
.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px;}
.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px;}
.navbar-toggle .icon-bar+.icon-bar{margin-top:4px;}
@media (min-width:1000px){
.navbar-toggle{display:none;}
}
.container:after,.container:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before{display:table;content:" ";}
.container:after,.navbar-collapse:after,.navbar-header:after,.navbar:after{clear:both;}
b{font-weight:600;}
#navigation .navbar{border:0;border-radius:0;margin:0;}
#navigation .navbar .navbar-brand{font-weight:600;}
#navigation .navbar-brand-logo{padding-top:5px;padding-bottom:5px;margin:0px;}
#navigation .navbar-brand-logo img{max-height:40px;width:auto;}
#navigation .dropdown-menu{border-radius:0;min-width:180px;border:0;z-index:16;}
@media (max-width:767px){
#navigation .navbar .navbar-toggle{border-color:transparent;}
}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
a{outline:none;}
ul{padding:0px;}
ul li{margin:0px 0px 3px 0px;list-style:none;}
#navigation .navbar-brand-logo img{max-height:41px;}
.menu{line-height:1;margin:0 auto;color:#fff;}
.menu__list{position:relative;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none;float:right;color:#fff;}
.menu--cordelia .current-menu-item::before{-webkit-animation:anim-cordelia-top .6s linear both;animation:anim-cordelia-top .6s linear both;}
.menu--cordelia .current-menu-item::after{-webkit-animation:anim-cordelia-bottom .6s linear both;animation:anim-cordelia-bottom .6s linear both;}
#menu-hauptmenu li{margin:10px 0;}
#menu-hauptmenu a{color:#fff;text-decoration:none;padding:10px;font-weight:300;display:block;font-size:16px;font-family:"Raleway",Helvetica,Arial,sans-serif;}
#menu-hauptmenu .dropdown-menu li{margin:0px;}
#menu-hauptmenu .dropdown-menu{padding:0px;margin:10px 0px 0px 0px;}
.dropdown-menu:not(.nitro-lazy){background-image:none!important;}
.dropdown-menu{padding-top:10px!important;top:26px;background:none!important;box-shadow:none;}
#navigation .navbar-brand-logo{height:56px;}
#navigation .dropdown-menu{z-index:1000;}
@media only screen and (max-width:1200px) and (min-width:1000px){
.navbar-header{float:none;display:inline-block;text-align:center;margin:0 auto;width:100%;}
#navigation .navbar-brand-logo{text-align:center;width:100%;}
#navigation .navbar-brand-logo img{margin:0 auto;}
}
@media (max-width:999px){
.menu__list{margin-bottom:10px;}
.dropdown-menu{width:100%;margin:0px!important;text-align:center;box-shadow:none;}
#menu-hauptmenu li a{box-shadow:0 1px 0 rgba(255,255,255,.1) inset;border-bottom:1px solid transparent;border-color:rgba(0,0,0,.1);padding:12px 0px!important;}
.dropdown-menu li a{background:#d74f35;}
#menu-hauptmenu{width:100%;margin-bottom:0px;}
.caret{display:none;}
.dropdown-menu{display:block;position:static;padding-top:0px!important;}
.navbar-collapse{padding:0px;}
}
a{color:#2f92c4;}
#header{color:#9fa2a5;background-color:#fff;background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=0);}
#navigation .navbar{background-color:#d74f35;background:-moz-linear-gradient(top,#d74f35 0px,#d74f35 50px);background:-webkit-gradient(linear,left top,left bottom,color-stop(0px,#d74f35),color-stop(50px,#d74f35));background:-webkit-linear-gradient(top,#d74f35 0px,#d74f35 50px);background:-o-linear-gradient(top,#d74f35 0px,#d74f35 50px);background:-ms-linear-gradient(top,#d74f35 0px,#d74f35 50px);background:linear-gradient(to bottom,#d74f35 0px,#d74f35 50px);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#D74F35",endColorstr="#D74F35",GradientType=0);}
#navigation .navbar .navbar-brand{color:#efc4c4;}
#navigation .navbar .navbar-brand{text-shadow:0 1px 0 rgba(0,0,0,.25);}
@media (max-width:767px){
#navigation .navbar .navbar-toggle .icon-bar{box-shadow:0 1px 0 rgba(0,0,0,.25);}
}
@media (max-width:767px){
#navigation .navbar .navbar-collapse{border-color:#000;border-color:rgba(0,0,0,.1);box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);}
}
#navigation .navbar .navbar-toggle .icon-bar{background-color:#efc4c4;}
#navigation .dropdown-menu{background-color:#101820;background-color:rgba(16,24,32,1);}
#navigation .dropdown-menu>li>a{color:#fff;}
button::-moz-focus-inner{padding:0;border:0;}
/*! CSS Used from: https://d3eh3svpl1busq.cloudfront.net/HHtxrBcrVNIMLhaxPXdHcMLddojDrNMO/assets/static/optimized/rev-442f959/combinedCss/nitro-min-noimport-5e3aa1f543ce07f715e859204bade1b2-stylesheet.css */
header,nav{display:block;}
a{background-color:transparent;}
a:active,a:hover{outline:0;}
b{font-weight:700;}
img{border:0;}
button{margin:0;font:inherit;color:inherit;}
button{overflow:visible;}
button{text-transform:none;}
button{-webkit-appearance:button;cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
@media print{
*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
a,a:visited{text-decoration:underline;}
a[href]:after{content:" (" attr(href) ")";}
img{page-break-inside:avoid;}
img{max-width:100%!important;}
.navbar{display:none;}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
button{font-family:inherit;font-size:inherit;line-height:inherit;}
a{color:#337ab7;text-decoration:none;}
a:focus,a:hover{color:#23527c;text-decoration:underline;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
img{vertical-align:middle;}
.img-responsive{display:block;max-width:100%;height:auto;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
ul{margin-top:0;margin-bottom:10px;}
ul ul{margin-bottom:0;}
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:1000px){
.container{width:100%;}
}
@media (min-width:992px){
.container{width:970px;}
}
@media (min-width:1200px){
.container{width:1170px;}
}
.collapse{display:none;}
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent;}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);}
.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap;}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5;}
.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent;}
@media (min-width:1000px){
.navbar{border-radius:4px;}
}
@media (min-width:1000px){
.navbar-header{float:left;}
}
.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1);}
@media (min-width:1000px){
.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none;}
.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;}
}
.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px;}
@media (min-width:1000px){
.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0;}
}
.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px;}
.navbar-brand:focus,.navbar-brand:hover{text-decoration:none;}
.navbar-brand>img{display:block;}
@media (min-width:1000px){
.navbar>.container .navbar-brand{margin-left:-15px;}
}
.navbar-toggle:not(.nitro-lazy){background-image:none;}
.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:10px;margin-right:0px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px;}
.navbar-toggle:focus{outline:0;}
.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px;}
.navbar-toggle .icon-bar+.icon-bar{margin-top:4px;}
@media (min-width:1000px){
.navbar-toggle{display:none;}
}
.container:after,.container:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before{display:table;content:" ";}
.container:after,.navbar-collapse:after,.navbar-header:after,.navbar:after{clear:both;}
b{font-weight:600;}
::selection{text-shadow:none;}
::-moz-selection{text-shadow:none;}
@media print{
#navigation{display:none!important;}
}
#navigation .navbar{border:0;border-radius:0;margin:0;}
#navigation .navbar .navbar-brand{font-weight:600;}
#navigation .navbar .navbar-brand:hover,#navigation .navbar .navbar-brand:focus{background-color:transparent;}
#navigation .navbar-brand-logo{padding-top:5px;padding-bottom:5px;}
#navigation .navbar-brand-logo img{max-height:40px;width:auto;}
#navigation .dropdown-menu{border-radius:0;min-width:180px;border:0;z-index:16;}
@media (max-width: 767px){
#navigation .navbar .navbar-toggle{border-color:transparent;}
#navigation .navbar .navbar-toggle:hover:not(.nitro-lazy),#navigation .navbar .navbar-toggle:focus:not(.nitro-lazy){background-image:none;}
#navigation .navbar .navbar-toggle:hover,#navigation .navbar .navbar-toggle:focus{border-color:transparent;background:none;}
}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
a,a:active,a:focus{outline:none;}
ul{padding:0px;}
ul li{margin:0px 0px 3px 0px;list-style:none;}
#navigation .navbar-brand-logo img{max-height:41px;}
.menu{line-height:1;margin:0 auto;color:#fff;}
.menu__list{position:relative;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none;float:right;color:#fff;}
.menu__item{display:block;margin:10px 0;color:#fff;}
.menu__link{font-size:16px;font-weight:300;font-family:"Raleway",Helvetica,Arial,sans-serif;display:block;padding:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);text-decoration:none!important;color:#fff!important;}
.menu__link:hover{color:rgba(255,255,255,.6)!important;}
.menu__link:hover,.menu__link:focus{outline:none;}
.menu--cordelia .menu__item{position:relative;}
.menu--cordelia .menu__link{-webkit-transition:color .3s;transition:color .3s;}
.menu--cordelia .current-menu-item .menu__link{color:#fff;-webkit-transition:color .6s;transition:color .6s;}
.menu--cordelia .menu__item::before,.menu--cordelia .menu__item::after{content:"";position:absolute;z-index:10;width:100%;height:1px;background:#fff;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-animation-fill-mode:initial;animation-fill-mode:initial;}
.menu--cordelia .menu__item::before{top:0;right:0;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;}
.menu--cordelia .menu__item::after{bottom:0;left:0;-webkit-transform-origin:0% 50%;transform-origin:0% 50%;}
.menu--cordelia .current-menu-item::before{-webkit-animation:anim-cordelia-top .6s linear both;animation:anim-cordelia-top .6s linear both;}
.menu--cordelia .current-menu-item::after{-webkit-animation:anim-cordelia-bottom .6s linear both;animation:anim-cordelia-bottom .6s linear both;}
#menu-hauptmenu li{margin:10px 0;}
#menu-hauptmenu a{color:#fff;text-decoration:none;padding:10px;font-weight:300;display:block;font-size:16px;font-family:"Raleway",Helvetica,Arial,sans-serif;}
#menu-hauptmenu .dropdown-menu li{margin:0px;}
#menu-hauptmenu .dropdown-menu{padding:0px;margin:10px 0px 0px 0px;}
.menu__list .menu__item:hover .dropdown-menu{display:block!important;}
.dropdown-menu:not(.nitro-lazy){background-image:none!important;}
.dropdown-menu{padding-top:10px!important;top:26px;background:none!important;box-shadow:none;}
.menu__list .menu__item ul li{background:#101820;}
#navigation .navbar-brand-logo{height:56px;}
#navigation .dropdown-menu{z-index:1000;}
@media only screen and (max-width: 1200px) and (min-width: 1000px){
.navbar-header{float:none;display:inline-block;text-align:center;margin:0 auto;width:100%;}
#navigation .navbar-brand-logo{text-align:center;width:100%;}
#navigation .navbar-brand-logo img{margin:0 auto;}
}
@media (max-width:999px){
.menu__item{width:100%;margin:0px!important;text-align:center;}
.menu__list{margin-bottom:10px;}
.dropdown-menu{width:100%;margin:0px!important;text-align:center;box-shadow:none;}
#menu-hauptmenu li a{box-shadow:0 1px 0 rgba(255,255,255,.1) inset;border-bottom:1px solid transparent;border-color:rgba(0,0,0,.1);padding:12px 0px!important;}
.dropdown-menu li a{background:#d74f35;}
#menu-hauptmenu{width:100%;margin-bottom:0px;}
.caret{display:none;}
.dropdown-menu{display:block;position:static;padding-top:0px!important;}
.menu--cordelia .menu__item::before,.menu--cordelia .menu__item::after{background:none;}
.navbar-collapse{padding:0px;}
}
a{color:#2f92c4;}
a:hover,a:focus{color:#2f92c4;}
::selection{background:#d74f35;color:#fff;}
::-moz-selection{background:#d74f35;color:#fff;}
#header{color:#9fa2a5;background-color:#fff;background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=0);}
#navigation .navbar{background-color:#d74f35;background:-moz-linear-gradient(top,#d74f35 0px,#d74f35 50px);background:-webkit-gradient(linear,left top,left bottom,color-stop(0px,#d74f35),color-stop(50px,#d74f35));background:-webkit-linear-gradient(top,#d74f35 0px,#d74f35 50px);background:-o-linear-gradient(top,#d74f35 0px,#d74f35 50px);background:-ms-linear-gradient(top,#d74f35 0px,#d74f35 50px);background:linear-gradient(to bottom,#d74f35 0px,#d74f35 50px);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#D74F35",endColorstr="#D74F35",GradientType=0);}
#navigation .navbar .navbar-brand{color:#efc4c4;}
#navigation .navbar .navbar-brand:hover,#navigation .navbar .navbar-brand:focus{color:#fff;}
#navigation .navbar .navbar-brand{text-shadow:0 1px 0 rgba(0,0,0,.25); margin-left:-15px;}
@media (max-width:767px){
#navigation .navbar .navbar-toggle .icon-bar{box-shadow:0 1px 0 rgba(0,0,0,.25);}
}
@media (max-width:767px){
#navigation .navbar .navbar-collapse{border-color:#000;border-color:rgba(0,0,0,.1);box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);}
}
#navigation .navbar .navbar-toggle .icon-bar{background-color:#efc4c4;}
#navigation .navbar .navbar-toggle:hover .icon-bar,#navigation .navbar .navbar-toggle:focus .icon-bar{background-color:#fff;}
#navigation .dropdown-menu{background-color:#101820;background-color:rgba(16,24,32,1);}
#navigation .dropdown-menu > li > a{color:#fff;}
#navigation .dropdown-menu > li:hover > a,#navigation .dropdown-menu > li > a:hover,#navigation .dropdown-menu > li > a:focus{background-color:#d74f35;background-color:#d74f35;color:#fff;}
button::-moz-focus-inner{padding:0;border:0;}

.collapse.navbar-collapse{
	max-width:953px;
}

.search-header {
    float: right;
    color: #fff;
    display: inline-block;
}

.search-header:hover{
	cursor: pointer;
}

.thumbnail[class*="product-"] {
    border-radius: 0;
    padding: 0;
	border: 1px solid #f0f0f0;
	background:#fff;
    box-shadow: none;
    position: relative;
	margin-bottom: 0px;
}

.thumbnail .caption {
    padding: 9px;
	color: #333;
	background-color: #fff;
}

.badge-at {
    background: #D74F35;
    border-radius: 3px;
    color: #fff;
    font-size: 0.75rem;
    padding: 3px 5px;
    margin-top: 5px;
    display: inline-block;
    z-index: 1;
}

.thumbnail[class*="product-"] .badge-at {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
}

.product-rating i {
    color: #fdcc08;
    font-size: 25px;
}

.product-price .price, .widget_amazon_cart .product-price {
    color: #4CD964;
}

.black-section.amazon-prime .product-price .price{
    color: #01a8df;
	margin: 5px 0 0 0;
}

.black-section.amazon-prime .bf-header-product .save{
	display: inline-block;
}

.product-price small{
	line-height: 20px;
    display: inline-block;
}

.hidden {
    display: none!important;
}

.product-icon .product__image{
	height:100% !important;
}

.action--button i.fa-check{
	line-height:0;
	vertical-align: sub;
}

.action.action--compare{
	padding: 9px 15px 13px 15px;
}

.action--button i + span {
    line-height: 25px;
}

.btn-at, .btn-primary {
    color: #ffffff;
    background-color: #D74F35;
    border-color: #D74F35;
}

.btn-at:hover, .btn-at:focus, .btn-at:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus {
    color: #ffffff;
    background-color: #D74F35;
    border-color: #D74F35;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

body, .product-grid-hover .caption-hover .caption-hover-txt {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #4d4d4d;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #101820;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.table-product .product-title > a {
    color: #101820;
}

.table-product .product-title > a:hover {
    color: #101820;
}

.table-product .product-title > a:hover, .table-product .product-title > a:focus {
    color: #D74F35;
}

.table-product-x .product-rating i {
    font-size: 20px;
}

.btn-buy.button--moema, .btn-buy.button--moema:visited{
    color: #ffffff;
    background-color: #4CD964;
	border-color: #4CD964;
	text-decoration: none;
	box-shadow: none;
}

.btn-buy.button--moema:hover, .btn-buy.button--moema:focus, .btn-buy.button--moema:active {
    color: #ffffff;
    background-color: #40B756;
	border-color: #40B756;
	text-decoration: none;
	box-shadow: none;
}

.btn-detail.button--moema, .btn-detail.button--moema:visited {
    color: #ffffff;
    background-color: #9fa2a5;
	border-color: #9fa2a5;
	text-decoration: none;
	box-shadow: none;
}

*:focus {
	outline: none;
	box-shadow: none;
}

.btn-detail.button--moema:hover, .btn-detail.button--moema:focus, .btn-detail.button--moema:active {
    color: #ffffff;
    background-color: #a8abae;
	border-color: #a8abae;
	text-decoration: none;
	box-shadow: none;
}

.table-product .fa-times, .table-details .fa-times {
    color: #c01313;
}

.table-responsive .table-product-x, .table-responsive .table-product-x p{
	font-size:15px;
}

.table-responsive .table-product-x i, .table-responsive .table-product-x p i{
	font-size:17px;
}

.table-responsive .table-product-x .small,.table-responsive .table-product-x small {
    font-size: 90%;
}

.category-page .widget-title{
	display:inline-block;
}

.product-grid .product-price{
	margin:10px 0 0 0;
}

#sidebar .product-grid .product-price{
	text-align: center;
}

.action {
    padding: 5px 9px;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.carousel-inner{
	height: 360px;
	max-height: 360px;
	width:360px;
	max-width:360px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.carousel .carousel-item {
    height:100%;
}

.carousel .carousel-item .img-responsive{
	margin:0 auto;
	max-width: 100%;
    max-height: 360px;
	width:auto;
	height:auto;
	position: absolute;   
    top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

.fas.fa-chevron-right, .fas.fa-chevron-left{
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	font-size:35px;
}

.carousel-indicators {
	justify-content: unset;
	display:inline-block;
}

.product-select form{
	width:100%;
	display:inline-block;
}

body{
	background:#fff!important;
	font-size:18px;
}

body p{
	font-size:18px;
	line-height:26px;
	margin:0px 0px 15px 0px;
}

a, a:active, a:focus {
	outline: none;
}

.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9, .wp10, .wp11 , .wp12, .wpAbout1, .wpAbout2,.wpHome,.wpHome1,.wpHome2,.wpHome3,.wpHome4 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .slideInLeft, .slideInRight, .rollIn, .bounceIn{ visibility: visible; }
.delay-02s { animation-delay: 0.2s; -webkit-animation-delay: 0.2s; }
.delay-04s { animation-delay: 0.4s; -webkit-animation-delay: 0.4s; }
.delay-06s { animation-delay: 0.6s; -webkit-animation-delay: 0.6s; }
.delay-08s { animation-delay: 0.8s; -webkit-animation-delay: 0.8s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-12s { animation-delay: 1.2s; -webkit-animation-delay: 1.2s; }
.delay-14s { animation-delay: 1.4s; -webkit-animation-delay: 1.4s; }
.delay-16s { animation-delay: 1.6s; -webkit-animation-delay: 1.6s; }
.delay-18s { animation-delay: 1.8s; -webkit-animation-delay: 1.8s; }
.delay-2s { animation-delay: 2s; -webkit-animation-delay: 2s; }
.delay-22s { animation-delay: 2.2s; -webkit-animation-delay: 2.2s; }

ul{
	padding:0px;
}

ul li{
	margin:0px 0px 3px 0px;
	list-style:none;
}

.ul-style-1, .ul-style-2, .ul-style-3, .ul-style-4, .ul-style-5, .ul-style-6, .ul-style-8, .ul-style-9, .ul-style-10{
	display:inline-block;
	width:100%;
}

.ul-style-1 li, .ul-style-2 li, .ul-style-3 li, .ul-style-4 li, .ul-style-5 li, .ul-style-6 li, .ul-style-8 li, .ul-style-9 li, .ul-style-10 li{
	margin:15px 0px 3px 0px;
	padding-left: 35px;
	position: relative;
	text-align:left;
}

.ul-style-10 li{
	padding-left: 24px;
}

.ul-style-1 li:before {
	font-size:23px;
	color:#ff0841;
	margin-right:9px;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f059";
	position:absolute;
	top:-4px;
	left:0px;
}

.ul-style-2 li:before {
	font-size:23px;
	color:#007AFF;
	margin-right:9px;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f05a";
	position:absolute;
	top:-4px;
	left:0px;
}

.ul-style-3 li:before {
	font-size:23px;
	color:#4CD964;
	margin-right:9px;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f0fe";
	position:absolute;
	top:-4px;
	left:0px;
}

.ul-style-4 li:before {
	font-size:23px;
	color:#ff0841;
	margin-right:9px;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f146";
	position:absolute;
	top:-4px;
	left:0px;
}

.ul-style-5 li:before {
	font-size:23px;
	color:#d74f35;
	margin-right:9px;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f061";
	position:absolute;
	top:-4px;
	left:0px;
}

.ul-style-6 li:before {
	font-size:23px;
	color:#007AFF;
	margin-right:9px;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f164";
	position:absolute;
	top:-4px;
	left:0px;
}

.ul-style-8 li:before {
	font-size:23px;
	color:#d74f35;
	margin-right:9px;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f0f4";
	position:absolute;
	top:-4px;
	left:0px;
}

.ul-style-9 li:before {
	font-size:23px;
	color:#d74f35;
	margin-right:9px;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f7b6";
	position:absolute;
	top:-4px;
	left:0px;
}

.ul-style-10 li:before {
	font-size:23px;
	color:#d74f35;
	margin-right:9px;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f00d";
	position:absolute;
	top:-2px;
	left:0px;
}

#breadcrumbs a:hover{
	color:#d74f35;
}

#footer-bottom p, #breadcrumbs p, #breadcrumbs{
	font-size:14px;
}

.table_of_contents{
	background:#d74f35;
	color:#fff;
	border:10px solid #fafafa;
	box-sizing: border-box;
	padding:15px;
}
.table_of_contents ol{
	max-height:90vh;
}

.table_of_contents ol li{
	margin-bottom:10px;
}

.table_of_contents ol{
	padding-left:18px;
	margin:15px 0 0 0;
}

.table_of_contents ol li a{
	color:#fff;
	text-decoration:none;
}
.table_of_contents_wrap{
	border:1px solid #eee;
	max-width:358px;
	z-index:100;
}

.ribbon, .single-post p.ribbon{
  position:relative;
  padding: 0 0.5em;
  font-size:22px;
  margin: 0 0 0 -0.665em;
  line-height: 1.875em;
  color: #fff;
  border-radius: 0 0.156em 0.156em 0;
  background: #a6321b;
  box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
  font-weight:bold;
}

.ribbon:before, .ribbon:after{
  position:absolute;
  content: '';
  display: block;
}

.ribbon:before{
  width: 0.469em;
  height: 51px;
  padding: 0 0 0.438em;
  top:0;
  left: -0.469em;
  background:inherit;
  border-radius: 0.313em 0 0 0.313em;
}

.ribbon:after{
  width: 0.313em;
  height: 0.313em;
  background: rgba(0,0,0,0.35);
  bottom: -0.313em;
  left: -0.313em;
  border-radius: 0.313em 0 0 0.313em;
  box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
}

.table_of_contents .strong{
	font-weight:bold;
}

.table_of_contents .child{
	width:100%;
	display:inline-block;
	text-decoration:none;
	color:#fff;
	padding:0px 0px 0px 10px;
	font-size:14px;
	margin:0px 0px 5px 0px;
}

.table_of_contents i {
	font-size:8px;
	color:#fff;
	margin-right:7px;
	vertical-align: middle;
}

.table_of_contents ol {
	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	list-style:none;
}

.table_of_contents ol a {
	position: relative;
	display: block;
	outline: none;
	color: #404d5b;
	vertical-align: bottom;
	text-decoration: none;
}

.table_of_contents ol a ::before,
.table_of_contents ol a ::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.table_of_contents ol  a {
	padding:0px 5px;
}

.table_of_contents ol  a::before {
	position: absolute;
	top: 0;
	left: -18px;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #a6321b;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scaleY(1) translateX(-100%);
	transform: scaleY(1) translateX(-100%);
}

.table_of_contents ol  a:hover::before,
.table_of_contents ol  a:focus::before {
	-webkit-transform: scaleY(1) translateX(0);
	transform: scaleY(1) translateX(0);
	left: 0;
	border-radius:2px;
}

.ml{
	margin-left:15px;
}

.mr{
	margin-right:15px;
}

.mb{
	margin-bottom:15px;
}

.mt{
	margin-top:15px;
}

.royalSlider {
	width: 100%;
	padding:5px 0px;
	box-sizing:border-box;
	-webkit-user-select: none;
	-moz-user-select: none;  
	user-select: none;
}
.royalSlider > .rsImg {
	visibility:hidden;
}

.rsWebkit3d .rsSlide {
    -webkit-transform: none;
}
.rsWebkit3d img {
    -webkit-transform: translateZ(0);
}

.slider_wrap{
	text-align:center;
	margin:0 auto;
	border: 1px solid #ccc;
	margin:0px 0px 15px 0px;
	box-sizing:border-box;
	width:100%;
	display:inline-block;
}

article img{
	max-width:100%;
	height:auto;
}

/* Common style */
figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	/*background: #d74f35;*/
	text-align: center;
	/*cursor: pointer; */
	display:table;
}

figure img {
	position: relative;
	display: inline-block;
	min-height: auto;
	max-width: auto;
	display: table;
}

figure figcaption {
	padding: 10px;
	background: rgba(215, 79, 53, 0.7);
	text-shadow:1px 1px 1px #000;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: table-caption;
    caption-side: bottom;
}

figure figcaption p{
	line-height:18px;
	font-size:14px;
	text-align:left;
}

.single-post #content article figure figcaption p{
	line-height:18px;
	font-size:14px;
	text-align:left;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure figcaption > a {
	position: relative;
	bottom: 1px;
	left: 0;
	width: 100%;
}

figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

figure h2 span {
	font-weight: 800;
}

figure h2,
figure p {
	margin: 0;
}

figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	position: relative;
    top: 45%;
    
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	top: 50%;
	transform: translateY(-50%);
}

#bg { 
	position: relative; 
	top: 0; 
	left: 0; 
	text-align:center;
	overflow:hidden;	
	height: 100vh;
}

#bg img {
	width:100%;	
	height:auto;
}

.bgwidth { width: 100%; }
.bgheight { height: 100%; }

#bg a{
	position:absolute;
	bottom:0;
	left:50%;	
	color:#fff;
	font-size:90px;
	margin-left:-28px;
	text-decoration:none;
	text-shadow: 0px 0px 7px #59595c;
	opacity: 0.6;
}

.bg-content{
	margin:0 auto;
	padding:2% 0;
	max-width:1170px;
	position:relative;
	text-align:center;
	width:100%;
	height:96%;
}

.bg-content h1{
	position:absolute;
	top:20px;
	font-weight:300;
	width:100%;
	color:#fff;
	font-size:60px;
	text-transform:uppercase;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	text-shadow: 1px 1px 3px #000;
}

.bg-content div{
	position:absolute;
	bottom:50px;
	width:100%;
}

.bg-content div p{
	color:#fff;
	font-size:20px;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	text-shadow: 1px 1px 3px #000;
	padding:10px;
	font-weight:300;
	margin-bottom:0px;
	background: rgba(215, 79, 53, 0.5);
	display:inline-block;
}

.bg-overlay{
	width:100%;
	height:100%;
	background:url("img/overlay-pattern.png") repeat left bottom;
}

.pink-circle{
	display:inline-table;
	width:185px;
	height:185px;
	border-radius:50%;
	margin:0px 20px 0 20px;
	background: rgba(215, 79, 53, 1);
}

.pink-circle span{
	text-shadow:none;
	margin:30% 0px 10px 0px;
	font-weight:600;
	color:#fff;
	font-size:2rem;
	display:inline-block;
}

.pink-circle p{
	text-shadow:none;
	margin:0px 0px 0px 0px;
	font-weight:500;
	font-size:15px !important;
	color:#fff !important;
}

.circles{
	position:relative;
	top:0%;
	margin-top:0px;
	width:100%;
}

#sidebar, #content{
	padding-top:0px;
	padding-bottom:0px;
}

#main{
	padding-top:30px;
	padding-bottom:30px;
}

.alert-success{
	color:#40B756 !important;
	border-left-color:#40B756;
	border-right-color:#40B756;
	border-width: 0px 2px 0px 8px;
	border-radius:0px;
	padding:15px;
	-moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
	margin-bottom:20px;
	display:inline-block;
	width:100%;
}

.alert-info{
	color:#34aadc !important;
	border-left-color:#34aadc;
	border-right-color:#34aadc;
	border-width: 0px 2px 0px 8px;
	border-radius:0px;
	padding:15px;
	-moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
	margin-bottom:20px;
	display:inline-block;
	width:100%;
}

.alert-alert{
	color:#ff9500 !important;
	border-left-color:#ff9500;
	border-right-color:#ff9500;
	border-width: 0px 2px 0px 8px;
	border-radius:0px;
	padding:15px;
	-moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
	margin-bottom:20px;
	display:inline-block;
	width:100%;
}

.alert-danger{
	color:#FF1300 !important;
	border-left-color:#FF1300;
	border-right-color:#FF1300;
	border-width: 0px 2px 0px 8px;
	border-radius:0px;
	padding:15px;
	-moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
	margin-bottom:20px;
	display:inline-block;
	width:100%;
}

blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
max-width: 96%;
width:630px;
margin: 0 0 20px 4%;
padding: 0.35em 40px;
line-height: 1.45;
position: relative;
color: #383838;
border:none;
display:inline-block;
}

blockquote:before {
display: block;
padding-left: 10px;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

.alert-success-icon{
	color:#40B756 !important;
	border-left-color:#40B756;
	border-width: 0px 0px 0px 8px;
	border-radius:0px;
	padding:15px;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: 0px;
	margin-bottom:20px;
	background: rgba(76,217,100, 0.1);
	 display:inline-block;
	border-left:8px solid #40B756; 
	width:100%;
}

.alert-success-icon:before {
	font-size:23px;
	color:#40B756;
	margin-right:9px;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f058";
}

.alert-info-icon{
	color:#34aadc !important;
	border-left-color:#34aadc;
	border-width: 0px 0px 0px 8px;
	border-radius:0px;
	padding:15px;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: 0px;
	margin-bottom:20px;
	background: rgba(52,170,220, 0.2);
	display:inline-block;
	border-left:8px solid #34aadc; 
	width:100%;
}

.alert-info-icon:before {
	font-size:23px;
	color:#34aadc;
	margin-right:9px;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f05a";
}

.alert-alert-icon{
	color:#ff9500 !important;
	border-left-color:#ff9500;
	border-width: 0px 0px 0px 8px;
	border-radius:0px;
	padding:15px;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: 0px;
	margin-bottom:20px;
	background: rgba(255,149,0, 0.2);
	display:inline-block;
	border-left:8px solid #ff9500; 
	width:100%;
}

.alert-alert-icon:before {
	font-size:23px;
	color:#ff9500;
	margin-right:9px;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f06a";
}

.alert-danger-icon{
	color:#FF1300 !important;
	border-left-color:#FF1300;
	border-width: 0px 0px 0px 8px;
	border-radius:0px;
	padding:15px;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: 0px;
	margin-bottom:20px;
	background: rgba(255,19,0, 0.2);
	display:inline-block;
	border-left:8px solid #FF1300; 
	width:100%;
}

.alert-danger-icon:before {
	font-size:23px;
	color:#FF1300;
	margin-right:9px;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f057";
}


.panel-default > .panel-heading {
	color:#333;
	font-weight:bold;		
}

.fulldiv{
	float:left;
	width:100%;
	margin-bottom:14px;
}

.fulldiv + p{
	margin-top:15px;
}

div.fulldiv + div.callTo{
	margin-bottom:15px;
	margin-top:-15px;
}

.aligncenter + div.callTo{
	margin-top:-15px !important;
}

.alignleft + div.callTo{
	margin-top:-15px !important;
}

.alignright + div.callTo{
	margin-top:-15px !important;
}

.author-review{
    background: #f3f3f3;
    padding: 30px 40px 30px 90px;
    margin: 50px 20px 50px 100px;
    border-radius: 0 85px 85px 85px;
    position: relative;
	display:inline-block;
}
.author-review .pic{
    width: 190px;
    height: 190px;
    line-height: 200px;
    border-radius: 50%;
    border: 14px solid #f3f3f3;
    position: absolute;
    top: -15px;
    left: -100px;
    overflow: hidden;
}
.author-review .author-review-title{
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 20px;
	line-height:27px;
    font-weight: 500;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
    letter-spacing: 0.5px;
    padding: 28px 20px;
    margin: 0;
    
}
.author-review .author-review-title small{
    display: block;
    font-size: 14px;
    margin-top: 8px;
	text-transform:none;
}
.author-review .author-review-description {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 28px 0 28px 28px;
    position: relative;
}
.author-review .author-review-description p:first-of-type:before{
    content: "\f10d";
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 20px;
    color: rgba(0,0,0,0.5);
}
.author-review .author-review-description p:last-of-type:after{
    content: "\f10e";
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 5px;
}

#product-infos{
	margin-top:50px;
}

.table thead{
	background:#f0f0f0;
	border:none;
	border-bottom:2px solid #d74f35;
}

.table{
	margin-bottom:0px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	border:none;
}	

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
}

.selected_finder_product .table > tbody > tr > td{
	padding:15px 0px;
	text-align:left;
}

.table tbody tr{
	border-bottom:1px solid #f0f0f0; 
}

.table tbody td{
	text-align:center;
}

.table-hover > tbody > tr:hover {
    background: rgba(215, 79, 53, 0.1);
}

.table-scroll{
	display:inline-block;
}

#content article p.table-heading, .single-post #content article p.table-heading{
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	width:100%;
	float:left;
	margin:20px 0px 0px 0px;
	padding:20px;
	box-sizing:border-box;
	font-size:25px;
	background:#d74f35;
	color:#fff;
	text-align:center;
}

th{
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

td, th{
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:15px;
}

.table-desc{
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	width:100%;
	float:left;
	margin:0px 0px 20px 0px;
	padding:20px;
	box-sizing:border-box;
	font-size:14px;
	background:#f9f9f9;
}

.select2-container-multi .select2-choices, .select2-container{
	width:100%;
	max-width:100%;
}

.tooltip_custom {
	display: inline;
	position: relative;
	z-index: 999;
}

.tooltip_custom-item {
	cursor: pointer;
	display: inline-block;
	padding:2px 0px 0px 0px;
}

.tooltip_custom-item::after {
	content: '';
	position: absolute;
	width: 360px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltip_custom:hover .tooltip_custom-item::after {
	pointer-events: auto;
}

.tooltip_custom-content {
	position: absolute;
	z-index: 9999;
	width: 360px;
	left: 50%;
	margin: 0 0 20px -180px;
	bottom: 100%;
	text-align: left;
	box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
	background: #2a3035;
	opacity: 0;
	cursor: default;
	pointer-events: none;
	line-height:18px !important;
	font-style:italic !important;
}

.tooltip_custom-effect-5 .tooltip_custom-content {
	width: 300px;
	margin-left: -150px;
	-webkit-transform-origin: 50% calc(100% + 6em);
	transform-origin: 50% calc(100% + 6em);
	-webkit-transform: rotate3d(0,0,1,15deg);
	transform: rotate3d(0,0,1,15deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
	transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
}

.tooltip_custom:hover .tooltip_custom-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
	transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

.tooltip_custom-content::after {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #2a3035;
	border-width: 10px;
	margin-left: -10px;
}

.tooltip_custom-text {
	display: block;
	padding: 1.31em 1.21em 1.21em 0;
	color: #fff;
	font-size:13px;
	text-align:center;
}

.tooltip_custom-effect-5 .tooltip_custom-text {
	padding: 1.4em;
}

.tooltip_custom-text a {
	font-weight: bold;
}

i.fa-question-circle {
	color:#34aadc;
}

#sidebar{
	border:1px solid #eee;
	background:#f3f3f3;
	box-sizing:border-box;
	padding:10px !important;
	position:relative;
	border-top-width:3px;
	display:inline-block;
}

#sidebar:before{
	content: "";
    display: block;
    width: 100%;
    height: 3px;
	position:absolute;
	margin:-13px 0px 0px -10px;
	border-top:3px solid #d74f35;	
}

.widget{
	background:#fff !important;
	padding-bottom:10px;
}

#sidebar .widget .h1 {
	background:none !important;
	color:#101820 !important;
	font-size:22px;
	text-align:center;
	width:100%;	
	margin:10px 0px 15px 0px;
	display: inline-block;
}

#sidebar .textwidget{
	position:relative;
	margin:5px 0px 0px 0px;
	display:inline-block;
	text-align:center;
	padding:0px;
	width:100%;
}

#sidebar .textwidget .thumbnail {
	border:none;
	background:none;
}

#sidebar .textwidget:before{
	content : "";
	position: absolute;
	left    : 25%;
	top  : -10px;
	height  : 1px;
	width   : 50%;  
	border-bottom:1px solid #d74f35;
}

#sidebar .textwidget > p{
	font-size:15px;
	line-height:24px;
	margin-bottom:21px;
}

#sidebar .product-rating{
	width:100%;
	text-align:center;
}

#sidebar .thumbnail.product-grid .product-title{
	height:auto;
	text-align: center;
}

#sidebar  .row-product-meta{
	margin-bottom:20px;
}

.custom-buttons {
	margin:15px 0px 6px 0px;
	padding:0px 15px;
}

.custom-buttons.row-btn{
	padding:0px;
}

.custom-buttons .col-sm-12{
	padding:0;
}

/* Common button styles */
.button {
	float: left;
	min-width: 100px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	margin:0px;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}

/* Sizes */
.button--size-s {
	font-size: 14px;
}
.button--size-m {
	font-size: 16px;
}
.button--size-l {
	font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}
.button--text-thin {
	font-weight: 300;
}
.button--text-medium {
	font-weight: 500;
}
.button--text-thick {
	font-weight: 600;
}
.button--round-s {
	border-radius: 5px;
}
.button--round-m {
	border-radius: 15px;
}
.button--round-l {
	border-radius: 40px;
}

/* Borders */
.button--border-thin {
	border: 1px solid;
}
.button--border-medium {
	border: 2px solid;
}
.button--border-thick {
	border: 3px solid;
}

.button--moema {
	padding: 1.2em 1em;
	border-radius: 50px;
	background: #7986cb;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button--moema.button--inverted {
	background: #ECEFF1;
	color: #37474f;
}
.button--moema::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}

.button--moema:hover::before  {
	opacity: 0.4;
}

.button--moema:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ECEFF1;
	background-color: #3f51b5;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.button--moema.button--inverted:hover {
	color: #ECEFF1;
	background-color: #7986cb;
}
.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.btn-block1{
	border-radius:50px 0 0 50px;
}

.btn-block1:before{
	border-radius:50px 0 0 50px;
}

.btn-block2{
	border-radius:0px 50px 50px 0px;
}

.btn-block2:before{
	border-radius:0px 50px 50px 0px;
}

.product-price .price del{
	top:-3px;
	left:7px;
	font-size: 0.7em;
	color: #FF1300;
}


#content article {
	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
}

#content article p a:not(.audioplayer-playpause a), #content article li a {
	position: relative;
	display: inline-block;
	outline: none;
	font-weight: 500;
	margin-left:0px;
	vertical-align: top;
	white-space: normal;
}

#content article p a:not(.audioplayer-playpause a)::before,
#content article p a:not(.audioplayer-playpause a)::after,
#content article li a::before,
#content article li a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#content article p a:not(.audioplayer-playpause a)::before,
#content article li a::before {
	position: absolute;
	top: -2px;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 2px 5px;
	width: 100%;
	height: 100%;
	background-color: #2f92c4;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	-webkit-transform: scale(0);
	transform: scale(0);
}

#content article p a:not(.audioplayer-playpause a):hover::before,
#content article p a:not(.audioplayer-playpause a):focus::before,
#content article li a:hover::before,
#content article li a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#content article p a:not(.audioplayer-playpause a):hover,
#content article li a:hover{
	color: #fff;
	text-decoration:none ;
}

#content article p a.btn:hover::before,
#content article p a.btn:hover::before,
#content article li a.btn:hover::before,
#content article li a.btn:hover::before{
	-webkit-transform: scale(0);
	transform: scale(0);
}

#content .img-grid-wrapper p a:hover::before,
#content .img-grid-wrapper p a::before,
#content .img-grid-wrapper li a:hover::before,
#content .img-grid-wrapper li a::before{
	-webkit-transform: scale(0);
	transform: scale(0);
}

#content article p a.product-title:hover, #content article li a.product-title:hover{
	color:#d74f35 !important;
}

.product-buybox{
	border:1px solid #eee;
	background:#f3f3f3;
	box-sizing:border-box;
	padding:10px !important;
	position:relative;
	border-top-width:3px;
	text-align:center;
}

.product-buybox.product-buybox-big .row  .product-price p.price,.product-buybox.product-buybox-big{
	text-align:left;
}

.product-buybox:before{
	content: "";
    display: block;
    width: 100%;
    height: 3px;
	position:absolute;
	margin:-13px 0px 0px -10px;
	border-top:3px solid #d74f35;	
}

.product-buybox .row {
	background:#fff;
	padding:10px;
	margin:0px;
}

.product-buybox .row  .product-price p.price{
	text-align:center;
	margin:10px auto;
	display:inline-block;
	width:100%;
}

.product-buybox .row  .product-price .btn-group-lg > .btn, .btn-lg{
	margin:10px 0px;
	display: inline-block;
	border-radius:50px;
	padding: 1em;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	font-weight: 600;
	font-size:14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.product-buybox .row  .product-price .btn-group-lg > .btn, .btn-lg::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.8;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.product-buybox .row  .product-price .btn-group-lg > .btn, .btn-lg:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ECEFF1;
	background-color: #3f51b5;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.product-buybox .row  .product-price .btn-group-lg > .btn, .btn-lg:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}

.product-buybox.product-buybox-big .row  .product-price .btn-group-lg > .btn, .btn-lg{
	font-weight: 600 !important;
	padding: 1em 1.5em !important;
	font-size:14px;
}
.product-buybox.product-buybox-big a{
	margin:21px 0px 0px 0px;
}
	

.product-buybox.product-buybox-big .row  .product-price .btn-group-lg > .btn, .btn-lg::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.8;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.product-buybox.product-buybox-big .row  .product-price .btn-group-lg > .btn, .btn-lg:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ECEFF1;
	background-color: #3f51b5;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.product-buybox.product-buybox-big .row  .product-price .btn-group-lg > .btn, .btn-lg:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}

.product-buybox .product-price .price del{
	top:-0.4em;
	color: #FF1300;
}

.product-comparebox{
	border:1px solid #eee;
	background:#f3f3f3;
	box-sizing:border-box;
	padding:10px !important;
	position:relative;
	border-top-width:3px;
	text-align:center;
}

.product-comparebox:before{
	content: "";
    display: block;
    width: 100%;
    height: 3px;
	position:absolute;
	margin:-13px 0px 0px -10px;
	border-top:3px solid #d74f35;	
}

.product-comparebox .row {
	padding:10px;
	margin:0px;
}

.product-comparebox .row  .product-price p.price{
	text-align:center;
	margin:20px auto;
}

.product-comparebox p.h2 {
	background:#fff !important;
	color:#101820 !important;
	font-size:20px;
	text-align:center;
	width:100%;	
	margin:0px 0px 0px 0px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-weight:500;
	padding:20px 10px 10px 10px;
}

.product-comparebox .table {
	background:#fff;
	display:block;
	padding:10px 3px;
	position:relative;
}

.product-comparebox .table:before{
	border-bottom: 1px solid #d74f35;
    content: "";
    height: 1px;
    left: 25%;
    position: absolute;
    top: 5px;
    width: 50%;
}

.product-comparebox .table .product-price .price{
	margin-left:1px;
}

.product-comparebox .table .product-price del{
	top:-0.2em;
	left:4px;
}

.product-comparebox .table .btn{
	margin:10px 0px;
	display: inline-block;
	border-radius:50px;
	padding: 0.5em 1em;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	font-weight: 600;
	font-size:11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-comparebox .table .btn::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.8;
	-webkit-transform: scale3d(0.5, 0.3, 1);
	transform: scale3d(0.5, 0.3, 1);
}
.product-comparebox .table .btn:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ECEFF1;
	background-color: #40b756;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.product-comparebox .table .btn:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}

.product-reviews-procentual .progress-bar.progress-green, .product-reviews-procentual .rating-summary .summary-header{
	background:#4cd964;
}

#price-compare{
	margin:40px 0px;
}

#price-compare table{
	margin:30px 0px;
	border:1px solid #eee;
}

#price-compare .table-product > thead > tr > th, .table-responsive .table-product > thead > tr > th{
	background:#f3f3f3;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	font-size:18px;
	color:#4d4d4d;
}

#price-compare .table-product tbody{
	background:#fff;
	padding:10px !important;
	box-sizing:border-box;	
}

#price-compare .table-product td{
	padding:15px;
}

#price-compare .table-product .product-price del{
	top:-0.2em;
	left:4px;
}

#price-compare .table-product .btn{
	margin:10px 0px;
	display: inline-block;
	border-radius:50px;
	padding: 1em 1.5em;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	font-weight: 600;
	font-size:13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#price-compare .table-product .btn::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.8;
	-webkit-transform: scale3d(0.5, 0.3, 1);
	transform: scale3d(0.5, 0.3, 1);
}

#price-compare .table-product .btn:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ECEFF1;
	background-color: #40b756;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}

#price-compare .table-product .btn:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}

.no-padding-left{
	padding-left:0px !important;
}

.no-padding-right{
	padding-right:0px !important;
}

.product-grid .button--text-upper{
    letter-spacing: 0px;
}

.product-grid .button--size-s {
    font-size: 13px;
}

.product-grid .button--moema::before {
	transform: scale3d(0.5, 0.4, 1);
}

.product-grid .button--moema{
	padding:1em;
}

.filterform{
	position:relative;
}

.filterform:before{
	border-bottom: 1px solid #d74f35;
    content: "";
    height: 1px;
    left: 25%;
    position: absolute;
    top: -8px;
    width: 50%;
}

.table-responsive .button--text-upper{
    letter-spacing: 1px;
}

.table-responsive .button--size-s {
    font-size: 13px;
}

.table-responsive .button--moema{
	padding:1em;
}

.table-responsive .button{
	margin-bottom:10px;
}

.table-responsive .button.btn-buy{
	margin-bottom:0px;
}



.product-price .price{
	font-size:1.2rem;
}

.loop-list-position{
	position:relative;
}

.check-hidden{
	cursor: pointer !important;
}

.loop-list-position .action--compare-add {
    left: 7px;
    top: -8px;
}

article .product-grid .button--text-upper {
    letter-spacing: 0;
}

.product-buybox {
	position:relative;
}

.product-buybox p.h1 {
	background:none !important;
	color:#101820 !important;
	font-size:20px;
	text-align:center;
	width:100%;	
	margin:0;
	font-weight: 500;
	padding:0px 10px 10px 10px;
	display:inline-block;
}

.product-buybox.product-buybox-big  p.h1{
	padding-left:0px;
	text-align:left;
}

.product-buybox.product-buybox-big .product-price::before{
	left:12px;
}

#royalslider_rectangle .rsDefault .rsThumb{
	width:auto !important;
}

#royalslider_rectangle_big .rsDefault .rsThumb{
	width:auto !important;
}

#productGallery .carousel-indicators{
	z-index:0;
}

#product-details  table.table-striped{
	border:1px solid #eee;
}

#product-details  table.table-striped td{
	padding:10px 15px;
	vertical-align: middle;
	display: table-cell;
}

#product-details  table.table-striped tr td:first-of-type{
	border-right:1px solid #eee;
	text-align:left;
	color:#4d4d4d;
}

#navigation .navbar-brand-logo img{
	max-height:41px;
}

.tablestriped{
	border:1px solid #eee;
}

.tablestriped td{
	padding:10px 20px !important;
}

.tablestriped tr td:first-of-type{
	border-right:1px solid #eee;
	color:#4d4d4d;
}

.productlayout_wrap{
	display:inline-block;
	width:100%;
	clear:both;
}

.productlayout{
	float:left;
	width:100%;
	clear:both;
	box-sizing:border-box;
	border:10px solid #f3f3f3;
	margin-bottom:15px;
	background:#fff;
}

.productlayout h1 a{
	color:#101820;
	text-decoration:none;
}

.border-bottom-line{
	padding:0 15px 20px 15px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:5px;
	display:inline-block;
}

.productlayout_wrap:before{
	border-top: 3px solid #d74f35;
	width:100%;
}

.productlayout h3{
	margin-top:0px;
}

.productlayout ul{
	margin:0px 0px 30px 0px;
}

.productlayout .product-rating{
	margin-bottom:20px;
}

.productlayout table{
	margin:0px 0px 20px 0px;
}

.productlayout table.table-compare tr td{
	padding:5px !important;
}

.productlayout .product-price .price del{
	top:-3px;
}

.productlayout  table.table-striped{
	border:1px solid #eee;
}

.productlayout  table.table-striped td{
	padding:10px 15px;
}

.productlayout table.table-striped tr td:first-of-type{
	border-right:1px solid #eee;
	color:#4d4d4d;
}

.show{
	text-align:center;
	padding:0px 0px 15px 0px;
	display:inline-block;
	width:100%;
}	

.show p{
	color: #d74f35;
	text-decoration:none;
	cursor:pointer;
	margin:15px 0 0 0px;
}

.show p:hover, .show a:focus{
	color: #a6321b;
	text-decoration:none;
	cursor:pointer;
}

.show p:before {
    color: #d74f35;
    content: "\f078";
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 23px;
    margin-right: 9px;
    vertical-align: baseline;
	cursor:pointer;
}

#hidden-table, #hidden-table0, #hidden-table1, #hidden-table2, #hidden-table3, #hidden-table4, #hidden-table5, #hidden-table6, #hidden-table7, #hidden-table8, #hidden-table9, #hidden-table10 
#hidden-table11, #hidden-table12, #hidden-table13, #hidden-table14, #hidden-table15, #hidden-table16, #hidden-table17, #hidden-table18, #hidden-table19, #hidden-table20, #hidden-table21, #hidden-table22{
	display:none;
}

.productlayout #productGallery .carousel-indicators li{
	margin-right:5px;
}

.custommoema{
	font-size:13px;
	letter-spacing: 1px;
	padding:1em 1.5em;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(215,79,53,0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #fff;
	background: #d74f35;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 1;
	background: #a6321b;
	color:#fff;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	border-radius: 3px 3px 0 0;
}

.md-content > div {
	padding: 15px 30px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1em;
	max-height:70vh;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 20px auto 0px auto;
	font-size: 0.7em;
	border:none;
	padding:10px 15px;
	border-radius:3px;
	background: #a6321b;
	text-transform:uppercase;
	transition: all 0.4s ease 0s;
}

.md-trigger{
	position:fixed;
	border-radius:0px 8px 0px 0px;
	background: #d74f35;
	transition: all 0.4s ease 0s;
	display: block;
	border:none;
	padding:7px 25px;
	bottom:0px;
	left:0px;
	color:#fff;
	transition: all 0.4s ease 0s;
	display:none;
	z-index:1000;
}

.md-trigger:hover{
	background: #a6321b;
	transition: all 0.4s ease 0s;
}

.md-content button:hover {
	color: #a6321b;
	background:#fff;
	transition: all 0.4s ease 0s;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.md-content ol{
	backface-visibility: hidden;
    overflow: hidden;
    position: relative;
    z-index: 1;
	margin: 15px 0 0;
    padding-left: 28px;
	color:#fff;
}

.md-content ol li{
	margin-bottom: 10px;
}

.md-content .strong {
    font-weight: bold;
}
.md-content ol li a {
    color: #fff;
    text-decoration: none;
}
.md-content ol a {
    padding: 0 5px;
	display: block;
    outline: medium none;
    position: relative;
	vertical-align: bottom;
}

.md-content .child {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    text-decoration: none;
    width: 100%;
}

.md-content .child i{
	margin-right:10px;
}

.md-content ol a::before {
    background: #a6321b none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -18px;
    position: absolute;
    top: 0;
    transform: scaleY(1) translateX(-100%);
    transition: transform 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.md-content ol a ::before,
.md-content ol a ::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.md-content ol  a {
	padding:0px 5px;
}

.md-content ol  a::before {
	position: absolute;
	top: 0;
	left: -28px;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #a6321b;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scaleY(1) translateX(-100%);
	transform: scaleY(1) translateX(-100%);
}

.md-content ol  a:hover::before,
.md-content ol  a:focus::before {
	-webkit-transform: scaleY(1) translateX(0);
	transform: scaleY(1) translateX(0);
	left: 0;
	border-radius:2px;
}

ul.ul-style-standard{
	padding-left:30px!important;
}

ul.ul-style-standard li{
	list-style:disc !important;
}

#productGallery0 .carousel-indicators,#productGallery1 .carousel-indicators,#productGallery2 .carousel-indicators,#productGallery3 .carousel-indicators,#productGallery4 .carousel-indicators,#productGallery5 .carousel-indicators,#productGallery6 .carousel-indicators,#productGallery7 .carousel-indicators,#productGallery8 .carousel-indicators,#productGallery9 .carousel-indicators,#productGallery10 .carousel-indicators,#productGallery11 .carousel-indicators,#productGallery12 .carousel-indicators,#productGallery13 .carousel-indicators,#productGallery14 .carousel-indicators,#productGallery15 .carousel-indicators,#productGallery16 .carousel-indicators,#productGallery17 .carousel-indicators,#productGallery18 .carousel-indicators,#productGallery19 .carousel-indicators
{ 
	position: relative; bottom: -15px; left: 0; margin: 0px 0 0 0; width: 100%; 
}

#productGallery0 .carousel-indicators li,#productGallery1 .carousel-indicators li,#productGallery2 .carousel-indicators li,#productGallery3 .carousel-indicators li,#productGallery4 .carousel-indicators li,#productGallery5 .carousel-indicators li,#productGallery6 .carousel-indicators li,#productGallery7 .carousel-indicators li,#productGallery8 .carousel-indicators li,#productGallery9 .carousel-indicators li,#productGallery10 .carousel-indicators li,#productGallery11 .carousel-indicators li,#productGallery12 .carousel-indicators li,#productGallery13 .carousel-indicators li,#productGallery14 .carousel-indicators li,#productGallery15 .carousel-indicators li,#productGallery16 .carousel-indicators li,#productGallery17 .carousel-indicators li,#productGallery18 .carousel-indicators li,#productGallery19 .carousel-indicators li 
{ 
	text-align: center; border: 1px solid #eee; border-radius: 0; float: left; margin: 0 12px 15px 0; width: 50px; height: 50px; text-indent: 0; 
}

#productGallery0 .carousel-indicators img,#productGallery1 .carousel-indicators img,#productGallery2 .carousel-indicators img,#productGallery3 .carousel-indicators img,#productGallery4 .carousel-indicators img,#productGallery5 .carousel-indicators img,#productGallery6 .carousel-indicators img,#productGallery7 .carousel-indicators img,#productGallery8 .carousel-indicators img,#productGallery9 .carousel-indicators img,#productGallery10 .carousel-indicators img,#productGallery11 .carousel-indicators img,#productGallery12 .carousel-indicators img,#productGallery13 .carousel-indicators img,#productGallery14 .carousel-indicators img,#productGallery15 .carousel-indicators img,#productGallery16 .carousel-indicators img,#productGallery17 .carousel-indicators img,#productGallery18 .carousel-indicators img,#productGallery19 .carousel-indicators img 
{ 
	margin: 0 auto; border: none; padding: 0; max-width: 50px; max-height: 50px; width: auto; height: auto; opacity: 0.5; 
}

#productGallery0 .carousel-indicators .active img,#productGallery1 .carousel-indicators .active img, #productGallery2 .carousel-indicators .active img, #productGallery3 .carousel-indicators .active img, #productGallery4 .carousel-indicators .active img, #productGallery5 .carousel-indicators .active img, #productGallery6 .carousel-indicators .active img, #productGallery7 .carousel-indicators .active img, #productGallery8 .carousel-indicators .active img, #productGallery9 .carousel-indicators .active img, #productGallery10 .carousel-indicators .active img, #productGallery11 .carousel-indicators .active img, #productGallery12 .carousel-indicators .active img, #productGallery13 .carousel-indicators .active img, #productGallery14 .carousel-indicators .active img, #productGallery15 .carousel-indicators .active img, #productGallery16 .carousel-indicators .active img, #productGallery17 .carousel-indicators .active img, #productGallery18 .carousel-indicators .active img, #productGallery19 .carousel-indicators .active img 
{ 
	border: none; opacity: 1; 
}

#productGallery0 .carousel-control ,#productGallery1 .carousel-control ,#productGallery2 .carousel-control ,#productGallery3 .carousel-control ,#productGallery4 .carousel-control ,#productGallery5 .carousel-control ,#productGallery6 .carousel-control ,#productGallery7 .carousel-control ,#productGallery8 .carousel-control ,#productGallery9 .carousel-control ,#productGallery10 .carousel-control ,#productGallery11 .carousel-control ,#productGallery12 .carousel-control ,#productGallery13 .carousel-control ,#productGallery14 .carousel-control ,#productGallery15 .carousel-control ,#productGallery16 .carousel-control ,#productGallery17 .carousel-control ,#productGallery18 .carousel-control ,#productGallery19 .carousel-control 
{ 
	background: none !important; 
}

#productGallery0 .carousel-control, #productGallery1 .carousel-control,#productGallery2 .carousel-control,#productGallery3 .carousel-control,#productGallery4 .carousel-control,#productGallery5 .carousel-control,#productGallery6 .carousel-control,#productGallery7 .carousel-control,#productGallery8 .carousel-control,#productGallery9 .carousel-control,#productGallery10 .carousel-control,#productGallery11 .carousel-control,#productGallery12 .carousel-control,#productGallery13 .carousel-control,#productGallery14 .carousel-control,#productGallery15 .carousel-control,#productGallery16 .carousel-control,#productGallery17 .carousel-control,#productGallery18 .carousel-control,#productGallery19 .carousel-control
{ 
	background: none !important; 
}

#productGallery0 .carousel-inner,#productGallery1 .carousel-inner,#productGallery2 .carousel-inner,#productGallery3 .carousel-inner,#productGallery4 .carousel-inner,#productGallery5 .carousel-inner,#productGallery6 .carousel-inner,#productGallery7 .carousel-inner,#productGallery8 .carousel-inner,#productGallery9 .carousel-inner,#productGallery10 .carousel-inner,#productGallery11 .carousel-inner,#productGallery12 .carousel-inner,#productGallery13 .carousel-inner,#productGallery14 .carousel-inner,#productGallery15 .carousel-inner,#productGallery16 .carousel-inner,#productGallery17 .carousel-inner,#productGallery18 .carousel-inner,#productGallery19 .carousel-inner 
{ 
	border: 1px solid #f0f0f0; 
}

#productGallery0 .carousel-inner .item .img-wrapper, #productGallery1 .carousel-inner .item .img-wrapper, #productGallery2 .carousel-inner .item .img-wrapper, #productGallery3 .carousel-inner .item .img-wrapper, #productGallery4 .carousel-inner .item .img-wrapper, #productGallery5 .carousel-inner .item .img-wrapper, #productGallery6 .carousel-inner .item .img-wrapper, #productGallery7 .carousel-inner .item .img-wrapper, #productGallery8 .carousel-inner .item .img-wrapper, #productGallery9 .carousel-inner .item .img-wrapper, #productGallery10 .carousel-inner .item .img-wrapper, #productGallery11 .carousel-inner .item .img-wrapper, #productGallery12 .carousel-inner .item .img-wrapper, #productGallery13 .carousel-inner .item .img-wrapper, #productGallery14 .carousel-inner .item .img-wrapper, #productGallery15 .carousel-inner .item .img-wrapper, #productGallery16 .carousel-inner .item .img-wrapper, #productGallery17 .carousel-inner .item .img-wrapper, #productGallery18 .carousel-inner .item .img-wrapper, #productGallery19 .carousel-inner .item .img-wrapper
{ 
	height: 360px; max-height: 360px; display: table-cell; vertical-align: middle; text-align: center; 
}

#productGallery0 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery1 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery2 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery3 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery4 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery5 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery6 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery7 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery8 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery9 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery10 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery11 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery12 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery13 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery14 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery15 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery16 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery17 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery18 .carousel-inner .item .img-wrapper .img-wrapper-inner,#productGallery19 .carousel-inner .item .img-wrapper .img-wrapper-inner 
{ 
	display: table; table-layout: fixed; width: 100%; 
}

#productGallery0 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery1 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery2 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery3 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery4 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery5 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery6 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery7 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery8 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery9 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery10 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery11 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery12 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery13 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery14 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery15 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery16 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery17 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery18 .carousel-inner .item .img-wrapper .img-wrapper-inner img,#productGallery19 .carousel-inner .item .img-wrapper .img-wrapper-inner img
{ 
	max-height: 360px; max-width: 100%; width: auto !important; height: auto; margin: 0 auto; 
}

.procons h3{
	color: #4d4d4d;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalized;
	font-size:1rem;
	background:#f0f0f0;
	padding:20px 25px;
	margin:0px 0px 20px 0px;
	border-bottom:2px solid #d74f35 ;
	width:100%;
	box-sizing:border-box;
}

.procons{
	background:#fafafa;
	padding-left:0px;
	padding-right:0px;
}

.proconsrow{
	background:#fafafa;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	box-sizing:border-box;
	display:flex;
	width:100%;
}

.procons .ul-style-3{
	padding:0px 15px 10px 25px;
}

.procons .ul-style-4{
	padding:0px 15px 10px 25px;
}

#header_image{
	float:left;
	width:100%;
	max-width:100%;
	display:block;
	height:500px;
	text-align:center;
	background-size:cover !important;
}

#header_image h1{
	margin:200px 0px 15px 0px;
	font-weight:300;
	width:100%;
	color:#fff;
	font-size:60px;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	text-shadow: 1px 1px 3px #000;
}

#header_image p{
	margin:0px auto;
	font-weight:300;
	max-width:330px;
	color:#fff;
	font-size:18px;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	text-shadow: 1px 1px 3px #000;
}

#intro, #slider-row{
	width:100%;
	float:left;
}

.intro{
	text-align:center;
	padding:30px 0px;
}

.intro img{
	margin:0 auto 30px auto;
}

.main-title{
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	color:#4d4d4d;
	font-size:40px;
	font-weight:300;
	margin:0px 0px 20px 0px;
}

.main-title span{
	color:#d74f35;
}

.intro p{
	margin:0px auto;
	font-weight:300;
	max-width:72%;
	color:#4d4d4d;
	font-size:18px;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
}

.border-line{
	background:#d74f35;
	height:1px;
	width:200px;
	margin:0px 0px 20px 0px;
	display:inline-block;
}

.slider_container{
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;	
	position:relative;
}

.slider_container img{
	max-width:100%;
	width:100%;
	height:auto;
}

#slider-row{
	background:#222222;
	display:inline-flex;
}

#tabs-row{
	background:#f3f0f0;
	float:left;
	width:100%;
	display:inline-flex;
}

.gray_info{
	float:left;
	width:100%;
	height:auto;
	padding:33% 25% 0 25%;
	color:#fff;
}

.tabs-text{
	float:left;
	width:100%;
	height:auto;
	padding:33% 25% 0 25%;
}

.noPadding{
	padding:0px;
}

.gray_info h3{
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	color:#fff;
	font-size:40px;
	font-weight:300;
	margin:0px 0px 20px 0px;
}

.gray_info p{
	color:#888888;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	font-size:20px;
	line-height:30px;
	font-weight:300;
}

.moemagray{
	padding:0.8em 1.5em !important;
	margin-top:10px;
	border-radius: 30px;
	background: #888 !important;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.moemagray:hover {
	color: #222 !important;
	background-color: #fff !important;
}

.moemagray::before {
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
}

.tabs-text .nav-tabs + .tab-content{
	padding:20px 0px;
}

.tabs-text .nav-tabs > li.active > a, .tabs-text .nav-tabs > li.active > a:hover, .tabs-text .nav-tabs > li.active > a:focus {
    color: #222;
	background:none;
	border-bottom:1px solid #222;
}

.tabs-text .nav-tabs > li > a{
	background:none;
	font-size:21px;
	padding:3px 10px;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
}

.tabs-text .nav-tabs > li > a:hover{
	border-bottom:1px solid #9fa2a5;
}

.slick-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    text-align: center;
    color: #888;
    position: absolute;
    right: 35px;
    cursor: pointer;
	display: block;
	transition: all .1s ease-in-out 0s;
	-webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: .1s all 0s ease-in-out;
    -o-transition: .1s all 0s ease-in-out;
	overflow:hidden;
}


.slick-arrow:before{
	opacity: 0.35;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -5px;
    width: 10px;
    height: 20px;
    transition: opacity .15s ease-in-out 0s;
    -webkit-transition: opacity .15s ease-in-out 0s;
    -moz-transition: .15s opacity 0s ease-in-out;
    -o-transition: .15s opacity 0s ease-in-out;
    background: url(img/Arrows-02-dark.svg) 50% no-repeat;
}

.slick-arrow.slick-next::before {
    background: rgba(0, 0, 0, 0) url("img/Arrows-01-dark.svg") no-repeat scroll 50% center;
}

.slick-arrow.slick-prev {
    top: 50%;
	margin-top:35px;
}

.slick-arrow.slick-next {
    bottom: 50%;
	margin-top:-35px;
}

.typed-cursor{
    opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.typed-fade-out{
	opacity: 0;
	animation: 0;
	transition: opacity .25s;
}

#our-team{
	float:left;
	width:100%;
	padding:70px 0px;
}

#our-team .our-team-desc p{
	margin:0px auto 30px auto;
	font-weight:300;
	max-width:72%;
	color:#4d4d4d;
	font-size:18px;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
}

.our-team{
	text-align:center;
	margin-bottom:20px;
	display:inline-block;
}

.team-member{
	display:inline-block;
	text-align:center;
	position:relative;
	overflow:hidden;
	max-height:455px;
	padding-bottom:95px;
	margin-bottom:20px;
}

.team-member img{
	max-width:100%;
	float:left;
}

.team-info{
	background:#f3f0f0;
	color:#222;
	text-align:center;
	float:left;
	padding:10px 0px 0px 0px;
	position:absolute;
	bottom:0px;
	cursor:pointer;
	-webkit-transition: .4s padding cubic-bezier(.175,.885,.32,1.275);
    transition: .4s padding cubic-bezier(.175,.885,.32,1.275);
	width:100%;
	display: block !important;
}

.team-info:hover{
	padding:10px 0px 10px 0px;
}

.team-info h5{
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	padding:3px 0px;
	border-bottom:1px solid #222;
	color:#222;
	font-weight:normal;
	font-size:13px;
	display:inline-block;
	margin:10px auto 0px auto;
}

.hidden-info p{
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	color:#222;
	font-weight:normal;
	font-size:14px;
}

.team-info h4{
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	padding:10px 0px 0px 0px;
	color:#222;
	font-size:23px;
	display:inline-block;
	font-weight:300;
	margin:0px auto 20px auto;
}

.hidden-info{
	background:#f3f0f0;
	color:#222;
	float:left;
	padding:0px 20px 10px 20px;
	box-sizing:border-box;
	display:none;
	width:100%;
}

.hidden-info.active{
	display:block;
}

.arrow-container{
	border-radius:50%;
	background:#f3f0f0;
	width:44px;
	height:44px;
	text-align:center;
	left:50%;
	margin-left:-22px;
	top:-22px;
	position:absolute;
}

.arrow-container i{
	font-size:20px;
	margin-top:3px;
}

.normal-img{
	display:block;
}	

.hover-img{
	display:none;
}	

.center-members{
	text-align:center;
}

.team1:hover .normal-img,.team2:hover .normal-img,.team3:hover .normal-img,.team4:hover .normal-img,.team5:hover .normal-img,.team6:hover .normal-img,.team7:hover .normal-img,.team8:hover .normal-img,.team9:hover .normal-img,.team10:hover .normal-img,.team11:hover .normal-img,.team12:hover .normal-img,.team13:hover .normal-img,.team14:hover .normal-img,.team15:hover .normal-img,.team16:hover .normal-img,.team17:hover .normal-img,.team18:hover .normal-img,.team19:hover .normal-img,.team20:hover .normal-img
{
	display:none;
}

.team1:hover .hover-img,.team2:hover .hover-img,.team3:hover .hover-img,.team4:hover .hover-img,.team5:hover .hover-img,.team6:hover .hover-img,.team7:hover .hover-img,.team8:hover .hover-img,.team9:hover .hover-img,.team10:hover .hover-img,.team11:hover .hover-img,.team12:hover .hover-img,.team13:hover .hover-img,.team14:hover .hover-img,.team15:hover .hover-img,.team16:hover .hover-img,.team17:hover .hover-img,.team18:hover .hover-img,.team19:hover .hover-img,.team20:hover .hover-img
{
	display:block;
}


#about-facts{
	background:#f2f2f2;
	padding:70px 0px;
	float:left;
	width:100%;
}

#about-facts i{
	font-size:80px;
	color:#c8c8c8;
	width:100%;
}

#about-facts p{
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	color:#464646;
	font-weight:300;
	font-size:20px;
	text-transform:uppercase;
}

#about-facts h3{
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	padding:3px 0px;
	color:#464646;
	font-size:35px;
	display:inline-block;
	font-weight:400;
	margin:15px auto 10px auto;
	width:100%;
}

.fa-coffee{
	margin-left:4px;
}

.small-border{
	width:20px;
	height:3px;
	background:#464646;
	text-align:center;
	display:inline-block;
	margin-bottom:10px;
}

#instagram{
	float:left;
	width:100%;
	padding:70px 0px;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
#bg a.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 30px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  opacity:1;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

.bgtext{
	position:absolute;
	bottom:50px;
	left:50px;
	display:block;
	text-align:left;
}

.bgtext h2{
	font-weight:300;
	color:#fff;
	font-size:64px;
	text-transform:lowercase;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	text-shadow: 1px 1px 3px #000;
	text-align:left;
	margin:20px 0px;
}

.bgtext h1{
	font-weight:300;
	color:#fff;
	font-size:64px;
	text-transform:uppercase;
	font-family: Oswald,Helvetica,Arial,sans-serif;
	text-shadow: 1px 1px 3px #000;
	text-align:left;
	margin:9px 0px 10px 0px;
}

.heading-border{
	width:100%;
	display:block;
	background:#fff;
	height:3px;
	box-shadow: 1px 1px 3px #000;
}

#big_logos{
	float:left;
	width:100%;
	text-align:center;
	padding:40px 0px 0px 0px;
}

#big_logos img{
	max-width:100%;
	text-align:center;
}

#main{
	width:100%;
	float:left;
}

.custom-col{
	width:16%;
	box-sizing:border-box;
	padding:0px 15px;
	text-align:center;
	margin:0 auto;
	display:inline-block;
}

.custom-col img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  transition:all 0.3s ease 0s;
}

/* Disable grayscale on hover */
.custom-col img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  transition:all 0.3s ease 0s;
}

#info{
	padding:70px 0px 70px 0px;
	float:left;
	width:100%;
}

#info p{
	margin:0px auto;
	font-weight:300;
	max-width:72%;
	color:#4d4d4d;
	font-size:18px;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
}

#categories-main{
	float:left;
	width:100%;
	padding:0px;
}

/* clearfix */
.grid-masonry:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  margin-bottom:20px;
  display:inline-block;
  width: 100%;

}

.masonary_wrap{
	width:100%;
	float:left;
	overflow:hidden;
	background:#f6f6f6;
	padding:4px;
	border:1px solid #ccc;
	text-align:center;
	transition:all 0.3s ease 0s;
	
}

.masonary_wrap img{
	max-width:100%;
	float:left;	
	width:100%;
	max-height:auto;
}

.masonary_wrap.masonary_wrap_blog{
	padding:0px;
	border:none;
}

.masonary_wrap h3{
	font-weight:300;
	font-size:24px;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	text-align:center;
	margin:20px auto 22px auto;
	color:#222222;
	transition:all 0.3s ease 0s;
}

.masonary_wrap:hover{
	background:#d74f35;
	color:#fff;
	text-decoration:none;
}

.masonary_wrap:hover.masonary_wrap h3{
	color:#fff !important;
	transition:all 0.3s ease 0s;
}

/* Common style */
.grid-masonry figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: #d74f35;
	text-align: center;
	cursor: pointer;
	width:100%;
}

.grid-masonry figure img {
	position: relative;
	display: block;
	min-height: auto;
	max-height:auto;
	max-width: auto;
	opacity: 0.8;
}

figure.effect-julia {
	background: #d74f35;
	width:100%;
}

figure.effect-julia img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width:100%;
	height:auto;
	display:block;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.masonary_wrap:hover figure.effect-julia img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,500px,0);
	transform: translate3d(0,500px,0);
	position:absolute;
	bottom:-50px;
	left:50%;
	margin-left:-30px;
	margin-top:-30px;
	color:#fff;
	font-size:60px;
	opacity: 0.8;
	
}


.masonary_wrap:hover figure.effect-julia i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	top:50%;
	bottom:auto;
}

#separator{
	float:left;
	width:100%;
	padding:70px 0px;
	background:#d74f35;
	color:#fff;
	position:relative;
}

#separator h2{
	margin:0px auto 27px;
	font-weight:400;
	color:#fff;
	font-size:28px;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
}

#separator .border-line{
	background:#fff;
}

.moemawhite{
	padding:0.8em 1.5em !important;
	margin-top:10px;
	border-radius: 30px;
	background: #a6321b !important;
	color: #fff ;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	margin:15px 0px 0px 0px;
}

.moemawhite:hover {
	color: #d74f35  !important;
	background-color: #fff !important;
}

.moemawhite::before {
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
}

.separator_wrap{
	max-width:90%;
	margin:0 auto;
	text-align:center;
	display: block;
}

body.page-id-602 #footer{
	position:static;
}

body.page-id-602 .select2-container-multi .select2-choices, .select2-container{
	width:auto;
}

#latest{
	float:left;
	width:100%;
	padding:70px 0px;
}

.homepage-product{
	text-align:left;
	float:left;
}

.productswrap{
	margin:50px 0px 0px 0px;
}

.info-section{
	width:100%;
	box-sizing:border-box;
}

.info-section a{
	color:#222222 !important; 
	font-weight:400 !important; 
	font-family: Open Sans,Helvetica,Arial,sans-serif;
}


#latest .product-price{
	height:35px;
	display: inline-block;
}


#toprated{
	float:left;
	width:100%;
	padding:70px 0px;
	background:#f6f6f6;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#toprated .product-price{
	height:35px;
	display: inline-block;
}

.page-id-177 #main{
	padding-bottom:0px !important;
}

#home-blog{
	float:left;
	width:100%;
	padding:70px 0px;
}

#more_articles{
	float:left;
	width:100%;
	padding:70px 0px;
	background: #f6f6f6;
    border-top: 1px solid #ccc;
}

.blog-article-home{
	margin:30px 0px 0px 0px;
}

.blog-article-home p{
	color:#4d4d4d;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	font-size:18px;
	width:100%;
	margin:0px 0px 5px 0px;
	float:left;
	line-height:26px;
}

.blog-article-home p.cat-date a{
	text-decoration:none;
	color:#4d4d4d;
}

.cat a{
	text-decoration:none;
	color:#4d4d4d;
}

.blog-article-home p.cat-date a:hover{
	text-decoration:none;
	color:#d74f35;
}

.cat a:hover{
	text-decoration:none;
	color:#d74f35;
}

.blog-article-home img{
	float:left;
	width:100%;
	max-width:100%;
	margin:0px 0px 0px 0px;
	height:auto;
	display:inline-block;
	max-height:auto;
}

.blog-article-home h4{
	color:#4d4d4d;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	font-size:24px;
	width:100%;
	margin:10px 0px 10px 0px;
	float:left;
	font-weight:300;
	line-height:32px;
}

.blog-article-home h4 a{
	text-decoration:none;
	color:#4d4d4d;
}

.blog-article-home h4 a:hover{
	text-decoration:none;
	color:#d74f35;
}

.moemablog{
	padding:0.5em 1em !important;
	margin-top:10px;
	border-radius: 20px;
	background: #d74f35 !important;
	color: #fff ;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	margin:10px 0px 0px 0px;
}

.moemablog:hover {
	color: #fff  !important;
	background-color: #a6321b !important;
}

.moemablog::before {
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
}

.moemageneral{
	padding:0.5em 1em !important;
	margin-top:10px;
	border-radius: 20px;
	background: #222222 !important;
	color: #fff ;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	margin:10px 0px 0px 0px;
}

.moemageneral:hover {
	color: #fff  !important;
	background-color: #d74f35 !important;
}

.moemageneral::before {
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
}

#undecided{
	color:#fff;
	background:#222222;
	padding:70px 0px;
	float:left;
	width:100%;
}

#undecided .main-title{
	color:#fff;
}

#undecided .border-line{
	background:#fff;
}

#undecided p{
	color: #fff;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 50%;
}

#undecided img{
	margin:30px auto 40px;
}

.moemaundecided{
	padding:0.8em 1.5em !important;
	margin-top:20px;
	border-radius: 30px;
	background: #d74f35 !important;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	margin:15px 0px 0px 0px;
}

.moemaundecided:hover {
	color: #222 !important;
	background-color: #fff !important;
}

.moemaundecided::before {
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
}

#breadcrumbs {
    background: #f3f3f3!important;
}

.single-post p{
	color:#4d4d4d;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	font-size:14px;
	width:100%;
	margin:0px 0px 5px 0px;
	line-height:22px;
}

.single-post p.cat-date a{
	text-decoration:none;
	color:#4d4d4d;
	margin:0px !important;
}

.single-post p.cat-date a:hover{
	text-decoration:none;
	color:#d74f35 !important;
	margin:0px !important;
}

.single-post #content article p.cat-date a:hover{
	color:#d74f35 !important;
}

.single-post p.cat-date a:before {
	position: static !important;
	padding: 0 !important;
	margin:0px !important;
}

.single-post #content article p{
	font-size: 18px;
    line-height: 26px;
    margin: 0 0 15px;
}

.single-post #content article .show p{
	margin: 15px 0 0 0;
}

.single-post #content article h1.cat-main-title{
	display:inline-block;
	clear:both;
	width:100%;
	margin:10px 0px 20px 0px;
	font-weight:400;
}

.single-post #content article img.attachment-blog-big{
	margin-bottom:20px;
}

.cat-date.cat-half{
	width:50%;
	float:left;
}

.single-post #content article .cat-date{
	margin-bottom:5px;
}

.blogtags{
	text-align:right;
}


#search-2{
	padding:0px;
}

#archives-3, #recent-posts-3, #tag_cloud-2, .tagcloud{
	padding-bottom:0px;
}

#archives-3 .widget-title, #recent-posts-3 .widget-title, #tag_cloud-2 .widget-title, .widget .widget-title {
	font-size: 20px;
    margin: 10px 0 15px;
    text-align: center;
    width: 100%;
	font-weight: 500;
    padding: 10px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	color:#101820;
}

#archives-3 ul, #recent-posts-3 ul, .tagcloud, #text-6 ul, #text-8 ul, #text-9 ul{
	position:relative;
}

#archives-3 ul:before, #recent-posts-3 ul:before, .tagcloud:before, #text-6 ul:before, #text-8 ul:before, #text-9 ul:before{
	content : "";
	position: absolute;
	left    : 25%;
	top  : -10px;
	height  : 1px;
	width   : 50%;  
	border-bottom:1px solid #d74f35;
}

#text-6.widget, #text-8.widget, #text-9.widget{
	padding-bottom:0px;
}


#text-6 ul li , #text-8 ul li, #text-9 ul li{
    display: block;
    padding: 5px 10px;
	border-top: 1px solid #eee;
	margin:0 0 3px 0;
	text-align:left;
}

#text-6 ul li:first-of-type, #text-8 ul li:first-of-type, #text-9 ul li:first-of-type{
	border:none;
} 


.tagcloud{
	padding-left:0px !important;
	padding-right:0px !important;
}

.tagcloud a{
	font-size:1rem !important;
	border-bottom: 1px solid #eee;
	width:100%;
	display:inline-block;
	padding: 5px 10px;
}

.tagcloud a:last-of-type{
	border:none;
}

#contact_content{
	float:left;
	width:100%;
}

.contact_left{
	padding:70px 0px;
	text-align:center;
	float:right;
	width:100%;
}

.contact_right{
	padding:70px 0px;
	text-align:center;
	float:left;
	width:100%;
}

.gray_back{
	background:#f3f3f3;
}

.contact_left p{
	margin:0px auto;
	font-weight:300;
	color:#4d4d4d;
	font-size:18px;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	margin-bottom:70px;
	max-width:60%;
}

.social-icons-contact{
	width:100%;
	text-align:center;
}

.social-icons-contact a{
	color:#d74f35;
	text-decoration:none;
	font-size:40px;
	margin: 10px 15px;
	text-align:center;
	display:inline-block;
}

.social-icons-contact a:hover{
	color:#a6321b;	
}

.contact_form{
	float:left;
	width:100%;
	padding:0px 20%;
	box-sizing:border-box;
}

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 0 1em 0;
	max-width: 100%;
	width: 100%;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #4d4d4d;
	font-weight: 400;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #4d4d4d;
	font-size: 80.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}

/* Individual styles */

/* Manami */
.input--manami {
	overflow: hidden;
}

.input__field--manami {
	width: 100%;
	background: transparent;
	padding: 0.5em 20px;
	margin-bottom: 2em;
	color: #f9f7f6;
	z-index: 100;
	opacity: 0;
}

.input__label--manami {
	width: 100%;
	position: absolute;
	text-align: left;
	padding: 0.49em 0;
	pointer-events: none;
	font-size: 1.2em;
	font-weight:normal !important;
}

.input__label--manami::before,
.input__label--manami::after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
}

.input__label--manami::before {
	height: 100%;
	background: #d74f35;
	top: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

.input__label--manami::after {
	height: 2px;
	background: #d74f35;
	top: 100%;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.input__label-content--manami {
	padding: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.2s, color 0.2s;
	transition: transform 0.2s, color 0.2s;
}

.input__field--manami:focus,
.input--filled .input__field--manami {
	opacity: 1;
	-webkit-transition: opacity 0s 0.2s;
	transition: opacity 0s 0.2s;
	padding-top:0.7em;
	padding-bottom:0.3em;
}

.input__label--manami::before,
.input__label--manami::after,
.input__label-content--manami,
.input__field--manami:focus,
.input--filled .input__field--manami {
	-webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
	transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.input__field--manami:focus + .input__label--manami::before,
.input--filled .input__label--manami::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--manami:focus + .input__label--manami::after,
.input--filled .input__label--manami::after {
	opacity: 0;
}

.input__field--manami:focus + .input__label--manami .input__label-content--manami,
.input--filled .input__label--manami .input__label-content--manami {
	color: #969595;
	-webkit-transform: translate3d(0, 2.1em, 0) scale3d(0.85, 0.85, 1);
	transform: translate3d(0, 2.1em, 0) scale3d(0.85, 0.85, 1);
}

.textarea-custom{
	background:#ebebeb;
	width:100%;
	max-width:100%;
	border:none;
	border-bottom:2px solid #d74f35;
	box-sizing:border-box;
	padding:20px;
	min-width:100%;
	margin-top:1em;
}

.textarea-custom:active, .textarea-custom:focus, .focused{
	background:#d74f35;
	color:#fff;
}

.wpcf7-submit{
	padding:0.8em 1.5em !important;
	border-radius: 30px;
	background: #d74f35 !important;
	color: #fff ;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	margin:30px 0px 0px 0px;
	text-align:left;
	float:left;
}

.wpcf7-submit:hover, .wpcf7-submit:active, .wpcf7-submit:focus  {
	color: #fff  !important;
	background-color: #a6321b !important;
}

.wpcf7-submit::before {
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
}

.wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-mail-sent-ok{
	border-left:none;
	float:left;
	padding:0px;
	text-align:left;
	width:100%;
	display:none !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline:0;
}

textarea:focus::-webkit-input-placeholder {
    color: #fff;
}

textarea:focus:-moz-placeholder {
    color: red;
}

textarea:focus::-moz-placeholder {
    color: #fff;
}

textarea:focus:-ms-input-placeholder {
    color: #fff;
}


.social-icons-sidebar{
	width:100%;
	text-align:center;
	display:inline-block;
}

.social-icons-sidebar a{
	color:#d74f35 !important;
	text-decoration:none;
	font-size:30px;
	margin: 10px 15px;
	text-align:center;
	display:inline-block;
}

.social-icons-sidebar a:hover{
	color:#a6321b!important;
}

.menu {
	line-height: 1;
	margin: 0 auto;
	color:#fff;
}

.menu__list {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	float:right;
	color:#fff;
}

.menu__item {
	display: block;
	margin: 10px 0;
	color:#fff;
}

.menu__link {
	font-size: 16px;
	font-weight:300;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	display: block;
	padding: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration:none !important;
	color:#fff !important;	
}

.menu__link:hover{
	color:rgba(255, 255, 255, 0.6) !important;	
}

.menu__link:hover,
.menu__link:focus {
	outline: none;
}

/* Cordelia (by @vivien_le_neez) */
.menu--cordelia .menu__item {
	position: relative;
}

.menu--cordelia .menu__link {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.menu--cordelia .current-menu-item .menu__link {
	color: #fff;
	-webkit-transition: color 0.6s;
	transition: color 0.6s;
}

.menu--cordelia .menu__item::before,
.menu--cordelia .menu__item::after {
	content: '';
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-animation-fill-mode: initial;
	animation-fill-mode: initial;
}

.menu--cordelia .menu__item::before {
	top: 0;
	right: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.menu--cordelia .menu__item::after {
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.menu--cordelia .current-menu-item::before {
	-webkit-animation: anim-cordelia-top 0.6s linear both;
	animation: anim-cordelia-top 0.6s linear both;
}

.menu--cordelia .current-menu-item::after {
	-webkit-animation: anim-cordelia-bottom 0.6s linear both;
	animation: anim-cordelia-bottom 0.6s linear both;
}

@-webkit-keyframes anim-cordelia-top {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
	}

	10% {
		-webkit-transform: scale3d(0.05, 1, 1);
		transform: scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	50% {
		-webkit-transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
		transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
}

@keyframes anim-cordelia-top {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
	}

	10% {
		-webkit-transform: scale3d(0.05, 1, 1);
		transform: scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	50% {
		-webkit-transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
		transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
}

@-webkit-keyframes anim-cordelia-bottom {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
	}

	10% {
		-webkit-transform: scale3d(0.05, 1, 1);
		transform: scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	50% {
		-webkit-transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
		transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
}

@keyframes anim-cordelia-bottom {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
	}

	10% {
		-webkit-transform: scale3d(0.05, 1, 1);
		transform: scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	50% {
		-webkit-transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
		transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
}

#menu-hauptmenu li{
	margin:10px 0;
}

#menu-hauptmenu a{
	color:#fff;
	text-decoration:none;
	padding:10px;
	font-weight:300;
	display:block;
	font-size:16px;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
}

#menu-hauptmenu .dropdown-menu li{
	margin:0px;
}

#menu-hauptmenu .dropdown-menu{
	padding:0px;
	margin:10px 0px 0px 0px;
}

#comments{
	display:inline-block;
	width:100%;
}

.media{
    display: inline-block;
    max-width: 100%;
}

.menu__list .menu__item:hover .dropdown-menu{
	display:block !important;
}

.dropdown-menu{
	padding-top:10px !important;
	top:26px;
	background:none !important;
	box-shadow:none;
}

.menu__list .menu__item ul li{
	background:rgb(16, 24, 32);
}

#filter_widget-3{
	float:left;
	margin:0px 0px 40px 0px;
	padding:0px;
	width:100%;
	max-width:100%;
}

.page-id-604 #filter_widget-3{
	position:relative;
	z-index:10;
}

#filter_widget-3 h1.widget-title{
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 27px;
    font-weight: 500;
    margin: 30px 0 15px 0px;
	padding:0px 0px 20px 0px;
	width:100%;
	border-bottom:1px solid #eee;
	text-align:left;
}

#filter_widget-3 .filterform:before{
	border:none;
}

#filter_widget-3 .filterform{
	margin: 0px 0 15px 0px;
	padding:0px;
	float:left;
	width:100%;
}

#filter_widget-3 .filterform .form-group{
	width:100%;
	border:none;
	box-sizing:border-box;
	float:left;
}

#filter_widget-3 .filterform .form-group:nth-child(even){
	padding-right:0px;
	padding-left:20px;
	padding-top:0px;
	margin:0px;
}



#filter_widget-3 .filterform .form-group:last-of-type{
	width:100%;
	padding:25px 0 0 0;
	margin-top:25px;
	border-top:1px solid #eee;
}

.custom-title-products{
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 27px;
    font-weight: 500;
    margin: 10px 0 25px 0px;
	padding:0px 0px 20px 0px;
	width:100%;
	border-bottom:1px solid #eee;
	text-align:left;
}

#filter_widget-3 .filterform .slide span:first-of-type{
	width:10%;
}

#filter_widget-3 .filterform .slider.slider-horizontal{
	width:75% !important;
}

#filter_widget-3 .filterform .slide span:last-of-type{
	width:15%;
}

#filter_widget-3 .filterform .slide{
	margin-top:7px;
}

#filter_widget-3 .filterform .filter-reset{
	padding:0px;
	color: #9fa2a5;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

#filter_widget-3{
	float:left;
	margin:0px 0px 40px 0px;
	padding:0px;
	width:100%;
	max-width:100%;
}

#filter_widget-3 h1.widget-title{
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 27px;
    font-weight: 500;
    margin: 30px 0 15px 0px;
	padding:0px 0px 20px 0px;
	width:100%;
	border-bottom:1px solid #eee;
	text-align:left;
}

#filter_widget-3 .filterform:before{
	border:none;
}

#filter_widget-3 .filterform{
	margin: 0px 0 15px 0px;
	padding:0px;
	float:left;
	width:100%;
}

#filter_widget-3 .filterform .form-group{
	width:100%;
	border:none;
	box-sizing:border-box;
	float:left;
	padding:0px;
}


#filter_widget-3 .filterform .form-group:last-of-type{
	padding:25px 0 0 0;
	margin-top:25px;
	border-top:1px solid #eee;
	text-align:left;
}

.product-select button{
	margin-top:10px;
}

.table_of_contents_blog{
	background:#f0f0f0;
	width:100%;
	padding:0px;
	box-sizing:border-box;
	display:inline-block;
	margin:0px 0px 20px 0px;
}

.table_of_contents_blog p{
	background: #d74f35 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    display:inline-block;
    font-family: "Raleway",Helvetica,Arial,sans-serif;
    font-size: 25px !important;
	font-weight:bold;
    margin: 0 !important;
    padding: 20px;
    text-align: left;
    width: 100%;
}

#content article .table_of_contents_blog ol{
	width:100%;
	padding:20px 20px 0px 40px;
	box-sizing:border-box;
	display:none;
}

.twocolumns{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 60px;
	column-gap: 60px;
	-moz-column-gap: 60px;
}

#content article .table_of_contents_blog ol li a{
    color:#4d4d4d;
    vertical-align: text-top;
    white-space: normal;
}

#content article .table_of_contents_blog ol li{
	padding:0px 0px 0px 10px !important;
	margin-bottom:10px;
}

#content article .table_of_contents_blog .strong{
	font-weight:bold;
}

#content article .table_of_contents_blog .child{
	width:100%;
	display:inline-block;
	text-decoration:none;
	color:#4d4d4d;
	padding:0px 0px 0px 20px;
	font-size:15px;
	margin:0px 0px 5px 0px;
}

#content article .table_of_contents_blog i {
	font-size:8px;
	color:#4d4d4d;
	margin-right:7px;
	vertical-align: middle;
}

#content article .table_of_contents_blog ol li a:hover
{
	color:#d74f35 !important;
}

#content article .table_of_contents_blog .child:hover{
	color:#d74f35 !important;
}

#content article h2, #content article h3{
	display:inline-block;
	width:100%;
}

.tableofcontents{
	background: #d74f35 none repeat scroll 0 0;
    border: medium none;
    border-radius:  0 8px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    padding: 7px 25px;
    position: fixed;
    left: 0;
    transition: all 0.4s ease 0s;
    z-index: 1000;
	text-decoration:none;
}

.tableofcontents:hover{
	background: #a6321b;
	transition: all 0.4s ease 0s;
	text-decoration:none;
	color:#fff;
}

.tableofcontents:visited, .tableofcontents:focus{
	text-decoration:none;
	color:#fff;
}

.tableofcontents.tableofcontents_visible{
	display:block;
}

.middle-box h1{
	font-size:70px;
	font-weight:300;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
}

.middle-box h3{
	font-weight:300;
	width:100%;
	font-size:40px;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	margin:10px 0px 30px 0px;
}

.middle-box h4{
	font-weight:300;
	width:100%;
	font-size:30px;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	margin:30px 0px;
}

.gohome{
	margin-bottom:50px;
}

.middle-box h4 a{
	color:#d74f35;
}

.middle-box .btn-primary{
	transition: all 0.4s ease 0s;
}

.middle-box .btn-primary:hover{
	background: #a6321b;
	transition: all 0.4s ease 0s;
}

.section-related{
	display:inline-block;
	width:100%;
}

.archive .grid .col-xxs-12.col-xs-6.col-md-4.col-lg-4.eq{
	padding-left: 5px;
    padding-right: 5px;
}

.single-post figcaption p{
	color:#fff !important;
	margin-bottom:0px !important;
	text-shadow: 1px 1px 1px #000;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container{
	margin-bottom:10px;
}

article .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: rgba(215, 79, 53, 0.75) !important;
}

.cat_intro{
	background:#f3f3f3;
}

#main.category-page{
	padding-top:0px;
}

.container-wide{
	width:100%;
	max-width:100%;
	padding:0px;
	margin:0px;
	display: inline-block;
}

.container-wide #sidebar{
	padding:20px !important;
	margin-bottom:50px;
	border-top: 3px solid #d74f35;
	width:100%;
}

.container-wide #sidebar:before{
	border:none;
	margin:0px;
}

.category-page .productlayout_wrap table.table-compare tbody, .category-page .productlayout_wrap table.table-compare tr{
	width:100% !important;
	max-width:100% !important;
	float:left;
}

.category-page .productlayout_wrap table.table-compare tr:nth-child(1){
	margin-bottom:20px;
}

.category-page .productlayout_wrap table.table-compare td .product-price{
	display:table-cell;
	vertical-align:middle;
}

.category-page .productlayout_wrap table.table-compare td:nth-child(1){
	width:20%;	
	float:left;
	margin-right:5%;
}

.category-page .productlayout_wrap table.table-compare td:nth-child(2){
	width:40%;	
	float:left;
	display:table;
	min-height:55px;
}

.category-page .productlayout_wrap table.table-compare td:nth-child(3){
	width:35%;	
	float:left;
}

.section-productdata .table tbody, .section-productdata .table tbody tr, .table-details.table tbody, .table-details.table tbody tr{
	width:100%;
	display:table;
}

.section-productdata .table tbody td, .table-details.table tbody td{
	width:50%;
	display: table-cell;
}

.product-title{
	color:#101820;
	font-weight:bold;
	font-size:2rem;
}

#content article p.product-title a{
	color:#101820;
	font-weight:bold !important;
	margin-top:20px;
	display:inline-block;
	line-height:32px;
	font-size:2rem;
	white-space: inherit !important;
}

#content article p.product-title a:hover{
	color:#101820 !important;
	text-decoration:none;
}


ol{
	display:inline-block;
	width:100%;
}

.ordered-list {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering 
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    padding: 0 0 0 20px;
    margin-bottom: 1em;
    margin-top: 1em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
	overflow:hidden;
}

.ordered-list ol {
    margin: 0 0 0 2%; /* Add some left margin for inner lists */
	width:98%;
}

.ordered-list li{
    position: relative;
    display: inline-block;
    padding: .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #f3f3f3;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;  
	width:100%;	
}

.ordered-list li figure{
	margin-top:10px;	
}

.ordered-list li:hover{
    background: #eee;
}

.ordered-list li:hover:before{
    transform: rotate(360deg);  
}

.ordered-list li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.1em;
    background: #d74f35;
	color:#fff;
    height: 40px;
    width: 40px;
    line-height: 1.7em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.ordered-list ol li:before{
	background:#aaa;
}

.ordered-list li a{
	color: #d74f35;
}

.ordered-list li a:hover, #content article ol li a:hover{
	color: #101820 !important;
}
#share-buttons2{
	margin-bottom:10px;
}

#share-buttons a, #share-buttons2 a  {
	text-decoration:none;
	line-height:25px;
}

#share-buttons i, #share-buttons2 i{
	font-size:23px;
}

#share-buttons a:hover, #share-buttons2 a:hover {
	text-decoration:none;
}

.jssocials-share-whatsapp{
	display:none;
}

.author_wrap{
	float:left;
	background:#f3f3f3 ;
	width:100%;
	border-radius:10px;
	padding:20px;
	margin:15px 0 0 0;
}

.author_wrap img{
	float:left;
	width:80px;
	height:80px;
	max-width:100%;
	border-radius:50%;
	margin-right:15px;
}

.author_text{
	float:left;
	margin:30px 0 0 0;
}	

.author_text p{
	line-height:18px !important;
	margin:0px !important;
	font-style:italic;
	font-size:16px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
}


.author_text p.cat-date2{
	margin:5px 0 0 0 !important;
	float:left;
	clear:both;
	width:auto;
	padding-bottom:5px;
}	

.author_wrap_header{
	float:left;
	background:#f3f3f3 ;
	width:100%;
	padding:15px 0px;
	margin:0 0 20px 0;
	border-top: 3px solid #d74f35;
}

.author_wrap_header img{
	float:left;
	width:100%;
	height:50px;
	width:50px;
	margin-right:15px;
	border-radius:50%;
}

.author_wrap_header p{
	line-height:20px !important;
	margin:0px 0px 2px 0px !important;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

.author_wrap_header .author_text{
	margin:0px;
	width:80%;
}

.single-post #content article .author_wrap_header p{
	font-size:15px;
}
#share-buttons-small{
	float:right;
}

#share-buttons-small .jssocials-share-link { 
	border-radius: 50%; 
}

.author-img-wrap{
	float:left;
	width:15%;
	box-sizing:border-box;
	margin-top:10px;
}

.single-post .author-img-wrap{
	width:20%;
	margin-top:0px;
}

#share-buttons-small.product-socials{
	float:left;
	margin-top:10px;
	width:100%;
	margin-bottom:20px;
	height:56px;
}

#share-buttons-small.product-socials .jssocials-shares{
	text-align:center;
}

.author_wrap_header.category_author img{
	width:80px;
	height:80px;
}

.author_wrap_header.category_author .author_text{
	margin-top:20px;
}

.author_wrap_header.category_author #share-buttons-small{
	margin-top:15px;
}

.carousel-outer{
	display:inline-block;
	position:relative;
}

.carousel-control{
	height:100%;
}

.new-compare img{
	max-width:150px !important;
}

.new-compare{
	margin:20px 0px 0 0;
}

.new-compare a{
	padding: 1em 1.5em!important;
	width:auto !important;
}

#general{
	float:left;
	width:100%;
	padding:70px 0px;
}

.general_row{
	margin:30px 0px 0px 0px;
	overflow-anchor: none;
}

.general_row_category, .general_row_category_ajax{
	margin:30px 0px 0px 0px;
	overflow-anchor: none;
	display: inline-block;
	width: 100%;
}

.general{
	float:left;
	clear:both;
	margin:0px 0px 40px 0px;
	display:none;
	overflow-anchor: none;
}

.general_row_category_ajax .general{
	display:inline-block !important;
}

.general p.cat{
	margin-bottom:10px;
}	

.general img{
	width:100%;
	max-width:100%;
	height:auto;
	max-height:auto;
	display:block;
}

.general h4{
	color:#4d4d4d;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	font-size:24px;
	width:100%;
	margin:0px 0px 10px 0px;
	float:left;
	font-weight:300;
	line-height:32px;
}

.general h4 a{
	text-decoration:none;
	color:#d74f35;
}

.general h4 a:hover{
	text-decoration:none;
	color:#4d4d4d;
}

figure.effect-apollo {
	background: #d74f35;
	width:100%;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
	max-height:auto;
	height:auto;
	display:block;
	width:100%;
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
}

figure.effect-apollo figcaption{
	padding:0px;
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	font-size:18px;
	padding: 0 1em;
	max-width: 200px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.5;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

#load_more:active, #load_more:visited, #load_more:focus{
	color:#fff !important;
}

.lionel{
	max-width:100%;
	height:auto;
}

.grid .price-hint{
	display:none;
}

.table-product-x{
	display:table;
}

.cookie-disclaimer {
  background: #d74f35;
  padding:5px 0px;
  color: #FFF;
  opacity: 0.9;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100000000;
  position: fixed;
  text-align:center;
  display:none;
} 

.cookie-disclaimer p{
	font-size:14px;
	float:left;
	margin:4px 5px;
	width:auto;
	color: #FFF;
}

.disclaimer{
	margin:0 auto;
	text-align:center;
	display:inline-block;
}

.cookie-disclaimer .btn{
	padding: 4px 10px;
}

.footerlogo{
	width:200px;
	height:164px;
	max-width:200px;
	display:inline-block;
	background:url("img/footer.png") no-repeat center top;
	background-size: 200px 164px;
	-moz-background-size: 200px 164px;
	-webkit-background-size: 200px 164px;
	-o-background-size: 200px 164px;	
}

.table ul.ul-style-standard{
	padding:0px !important;
	margin:0px !important;
}

.table ul.ul-style-standard li{
	list-style:none !important;
	background:#fbedea;
	border-radius:5px;
	margin-bottom:10px;
	padding:5px 15px;
}

.table ul.ul-style-standard li:last-child{
	margin-bottom:0px;
}

.effect-julia .cat-date{
	position:absolute;
	top:10px;
	left:0px;
	background:#d74f35;
	color:#fff;
	border-radius:0 20px 20px 0;
	z-index:100000;
	width:auto;
	padding:5px 10px;
	letter-spacing: 0;
	font-size:15px;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.masonary_wrap:hover .effect-julia .cat-date {
	opacity: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.intro-cat{
	margin:20px 0px 0px 0px;
}

.intro-cat ul li{
	display:inline-block;
	padding:0px 20px;
	border-right:1px solid #d74f35;
}

.intro-cat ul li:last-child{
	border-right:none;
}

.intro-cat ul li a {
	color:#d74f35;
	text-decoration:none;
}

.intro-cat ul li a:hover{
	color:#101820;
}

.table-product-x .product-price .price-hint{
	display:none !important;
}

#breadcrumbs ol{
	list-style:none;
	padding:20px 0px;
	margin:0px;
}

#breadcrumbs ol li{
	list-style-type: none;
	display:inline-block;
}

#breadcrumbs ol li:last-child a{
	color:#6f7479;
}

#breadcrumbs ol li:last-child a:hover{
	color:#6f7479;
	text-decoration:none;
	cursor: inherit;
}

.callTo{
	background:#40b756;
	color:#fff;
	padding:10px;
	text-align:left;
	float:left;
	width:100%;
	box-sizing:border-box;
}

.callToPrice{
	float:left;
	width:auto;
	margin:0px;
	color:#fff;
}

.single-post p.callToPrice{
	float:left;
	width:auto;
	margin:0px;
	color:#fff;
}

.single-post #content article p.callToPrice{
	margin:0px;
}

.callToRight{
	float:right;
	width:auto;
}

.callToRight img{
	float:right;
	height:auto;
	width:auto;	
	margin:10px 6px 0 0;
}

.callToRight a{
	float:right;
	padding:10px 20px;
	text-transform:uppercase;
	font-size:14px;
	margin-left:20px;
	color:#fff;
	background:#377851;	
	border-radius:5px;
	font-weight:600;
}

.callToRight a:hover{
	background:#fff;
	color:#377851;
	text-decoration:none;	
}

.callToPrice .price{
	font-size:24px;
	margin:6px 0 0 0;
	float:left;
}

.aligncenter {
	margin-bottom:20px;
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc{
	background-color:#d74f35 !important;
	color:#fff !important;
}

.tablepress thead th{
	background: rgba(215, 79, 53, 0.4) !important;
}

.pricemargintop{
	float:left;
	width:55%;
	margin:8px 0 0 0;
	color:#fff;
	text-align:left;
}

.DTFC_LeftBodyLiner{
	overflow:hidden !important;
	width:auto !important;
}

.DTFC_LeftBodyWrapper{
	overflow:visible !important;
}

.align-items-center{
	width:100%;
	height: 100%;
	display:table-cell;
	vertical-align: middle;
}

#patern-bg{
	background:url("img/patern.jpg") repeat left top;
	width:100%;
	min-height:500px;
	text-align:center;
	margin:0px;
	position: relative;
	display:table;
	padding:40px 0;
}

#patern-bg h1{
	color:#fff;
	text-align:center;
	display:inline-block;
	margin:0px 0px 0px 0px;
	font-weight:300;
	color:#fff;
	font-size:60px;
	text-transform:uppercase;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
	text-shadow: 1px 1px 3px #000;
}

.term-homepage-baukasten-test .author_wrap_header{
	margin:-18px 0px 20px 0px !important;
}

.textwidget ul li{
	margin:5px 0px 15px 0px;
}

.structured-data{
	position:absolute;
	left:-9999px;
}

.services-desc p{
	width:800px;
	max-width:100%;
	color:#fff;
	font-size:20px;
	line-height:27px;
	display:inline-block;
	text-align:center;
	margin:20px 0 0 0;
	text-shadow: 1px 1px 3px #000;
}

#rootwizard, #rootwizard1, #rootwizard2{
	width:100%;
	display:inline-block;
	margin:10px 0 30px 0;
	padding:20px 15px;
	background:#f3f3f3;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, .progress-bar, .progress-bar1, .progress-bar2{
	background:#d74f35;
}


.nav-pills>li>a{
	color:#101820;
}

.nav>li>a:focus, .nav>li>a:hover{
	background:#ccc;
}

.tab-pane{
	padding-bottom:20px;
}

.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span{
	background:#f3f3f3;
}

.pager li > a, .pager li > span, .pager li > a:hover, .pager li > a:focus{
	background:#f3f3f3;
}

.single-post .callTo p{
	color:#fff;
	width: auto;
	max-width:55%;
	margin-bottom:0px !important;
}

.single-post .callTo p.calltoTitle{
	max-width:100%;
}

.show p.active:before{
	content: "\f077" !important;
}

.alert-success-icon a, .alert-info-icon a, .alert-alert-icon a, .alert-danger-icon a{
	color:#4D4D4D;
}

.alert-success-icon a:hover, .alert-info-icon a:hover, .alert-alert-icon a:hover, .alert-danger-icon a:hover{
	color:#4D4D4D;
}

.alert-success a, .alert-info a, .alert-alert a, .alert-danger a{
	color:#4D4D4D;
}

.alert-success a:hover, .alert-info a:hover, .alert-alert a:hover, .alert-danger a:hover{
	color:#4D4D4D;
}

.single-product, .tax-kategorie, .single {
	overflow-x:hidden;
}

.dataTables_wrapper .tablepress{
	min-width:750px;
}

.dataTables_scrollHeadInner{
	min-width:750px;
}

html {
  /* This has to be added to html CSS */
  overflow-x: hidden; 
}

.textwidget ul{
	padding-left:20px;
	padding-right:20px;
}

.bluelink{
	color:#2F92C4 !important;
}

.bluelink:hover{
	color:#fff !important;
}

.call_out{
	display:inline-block;
	width:100%;
	padding:20px;
	background:#f3f3f3;
	border: 1px solid #eee;
	margin: 0 0 15px;
}

.call_out_left{
	float:left;
	width:40%;
	margin-right:5%;
}

.call_out_left img{
	float:left;
}

.call_out_right{
	float:left;
	width:55%;
}

.call_out_small{
	font-style: italic;
	font-size:15px;
	line-height:18px;
	width:100%;
}

.call_out_text{
	font-weight:bold;
	font-size:20px;
	line-height:24px;
}

.single-post #content article h3 p{
	font-size:22px;
}

.mobile-button-wrap{
	display:none;
}

.alignleft {display: table; float: left;margin: 0 15px 15px 0;}
.aligncenter {float:none; display: table; margin: 0 auto 15px auto; }
.alignright {display: table; float: right; margin: 0 0 15px 15px; }
.alignnone {float: none; display: table; margin: 0 0 15px 0; }
p .alignleft {display: table; float: left; margin: 5px 15px 15px 0; }
p .aligncenter { display: table; margin: 5px auto 15px auto; }
p .alignright {display: table; float: right; margin: 5px 0 15px 15px; }
p .alignnone { float: none; display: table; margin: 5px 0 15px 0; }

.introcattext{
	padding-top:70px;
}

.comparison_products{
	display:inline-block;
	margin:20px 0;
	width:100%;
}

.comparison_products img{
	max-height: 200px;
}

.comparison_products .tooltip_custom-item{
	padding: 0;
}

.comparison_products table{
	width:100%;
	border-left:1px solid #f3f3f3;
	border-top:1px solid #f3f3f3;
}

.comparison_products table td{
	width:46%;
	padding:20px 2%;
	border-right:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
	vertical-align:middle;
	text-align:center;
}

.comparison_products table td.no-padding{
	vertical-align:top;
}

.comparison_products table td a:before{
	display:none;
}

.comparison_products table td img{
	text-align:center;
	margin:0 auto;
	display:inline-block;
	max-width:100%;
}

.comparison_products table ul{
	text-align:left;
}

.no-padding{
	padding:0px !important;
}


.no-padding .table-details.table tbody td{
	width:100%;
}

.no-padding-bottom{
	padding-bottom:0px !important;
}

.btn-related{
	float:left;
	clear:both;
}

.related-post-articles .col-md-6{
	padding:0px;
	float:left;
}

.related-post-articles .col-md-6.col-odd{
	padding-right:15px;
	clear:both;
}

.related-post-articles .col-md-6.col-even{
	padding-left:15px;
}

.provider-logo-wrap{
	display: inline-block;
	width:100%;
	height:auto;
	max-height:350px;
	max-width:100%;
	text-align:center;
}

.provider-logo{
	display:inline-block;
	margin:0 auto;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:350px;
}

.single-post #content article .compare_multiple p.price{
	margin-bottom:0px;
}

.compare_multiple .btn-lg::before{
	display:none;
}

.compare_multiple img{
	margin-bottom:20px;	
}

.small-link{
	font-size: 15px;
	margin:10px 0;
	display:inline-block;
}


.rang{
	font-size:20px;
	font-weight:bold;
	color:#d74f35;
}

#more_articles ul{
	padding-left:25px;
	color:#d74f35;
}

#more_articles ul li{
	list-style:disc;
	margin-bottom:15px;
}

#more_articles ul li a{
	color:#4d4d4d;
}

#more_articles ul li a:hover{
	color:#d74f35;
}

#more_articles h4{
	font-weight: 300;
    line-height: 32px;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 24px;
	width:100%;
	text-align:center;
	color:#d74f35;
	margin-bottom:30px;
}

#more_articles.more-articles-inner{
	padding:30px 20px;
	margin-top:20px;
	border:none;
}

#more_articles.more-articles-inner h4{
	text-align:left;
	margin-left:3px;
}

.intro p a{
	color:#4d4d4d;
	font-weight:bold;
	text-decoration: none; 
    position: relative; 
}

.intro p a:hover{
	color:#D74F35;
	font-weight:bold;
}  

.intro p a:hover:after{
	background-color: #D74F35;
}

.intro p a:after {
    position: absolute;
    height: 3px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    color: #000;
    background-color: #4d4d4d;
    left: 0;
    bottom: -2px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
}

#header_image.header_image_big{
	height:700px;
}

#header_image.header_image_big h1{
	margin-top:20px;
}

.disclaimer p a{
	color:#fff;
}

#header_image .desctext p{
	color: #fff;
    font-size: 20px;
    font-family: "Raleway",Helvetica,Arial,sans-serif;
    text-shadow: 1px 1px 3px #000;
    padding: 10px;
    font-weight: 300;
    margin-bottom: 0px;
    background: rgba(215,79,53,0.5);
    display: inline-block;
	max-width:100%;
}

#header_image .desctext p a{
	font-weight:600;
	text-decoration: none; 
    position: relative; 
	color:#fff;
}

#header_image .desctext p a:after{
	background-color: #fff;
}

#header_image .desctext p a:after {
    position: absolute;
    height: 2px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    color: #000;
    background-color: #fff;
    left: 0;
    bottom: -2px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
}

#patern-bg .services-desc p a{
	font-weight:bold;
	text-decoration: none; 
    position: relative; 
	color:#fff;
}

#patern-bg .services-desc p a:after{
	background-color: #fff;
}

#patern-bg .services-desc p a:after {
    position: absolute;
    height: 3px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    color: #000;
    background-color: #fff;
    left: 0;
    bottom: -4px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
}

#patern-bg .services-desc p a.bluelink{
	font-weight:bold;
	text-decoration: none; 
    position: relative; 
	color:#fff !important;
}

#patern-bg .services-desc p a.bluelink:after{
	background-color: #fff;
}

#patern-bg .services-desc p a.bluelink:after {
    position: absolute;
    height: 3px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    color: #000;
    background-color: #fff;
    left: 0;
    bottom: -4px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
}

#header_image.hidemobile{
	display:none;
}

#header_image.hidedesctop{
	display:block;
}

.proconCallTo{
	display:inline-block;
	text-align:center;
	padding:10px 20px;
	text-transform:uppercase;
	font-size:14px;
	margin:0 auto;
	color:#fff;
	background:#377851;	
	border-radius:5px;
	font-weight:600;
}

.proconCallTo:hover{
	background:#fff;
	color:#377851;
	text-decoration:none;	
}

.centeralign{
	text-align:center;
}

.calltoTitle{
	border-bottom:1px solid #377851;
	color:#fff;
	font-weight:bold;
	width:100% !important;
	text-transform:uppercase;
	padding-bottom:10px !important;
	margin-bottom:10px !important;
}

.single-post #content article p.calltoTitle{
	margin-bottom:10px !important;
}

.single-post #content article p.pricemargintop{
	margin-top:8px !important;
}

.openclose{
	cursor:pointer;
	background: url('img/angle.png') right 20px center no-repeat #d74f35  !important;
}

.openclose.opened{
	background: url('img/angleup.png') right 20px center no-repeat #d74f35  !important;
}

.curze_btn.moemablog{
	position:relative;
}

.alles_btn.moemablog:focus{
	color:#fff;
}

.curze_btn.moemablog:focus{
	color:#fff;
}

.alles_btn.moemablog{
	margin-right:10px;
	position:relative;
}

.alles_btn.moemablog.active{
	background-color:#a6321b !important;
}

.curze_btn.moemablog.active{
	background-color:#a6321b !important;
}

.short_version{
	float:left;
	margin:20px 0px;
	width:100%;
}

.curze{
	float:left;
	display:none;
	width:100%;
}

.alles{
	float:left;
	display:block;
	width:100%;
}

.the_team{
	width:100%;
	float:left;
	margin:30px 0;
	background:#d74f35;
	color:#fff;
	text-align:center;
	padding:30px 0px;
}

.the_team_single{
	display:inline-block;
	text-align:center;
	width:200px;
	color:#fff;
	margin:20px 20px 0 20px;
}

.the_team_single img{
	width:100%;
	height:auto;	
}

.the_team h3{
	font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 26px;
	line-height:32px;
	color:#fff;
	font-weight:400;
	position:relative;
	margin-bottom:30px;
}

.the_team_single h4{
	font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 23px;
	line-height:32px;
	color:#fff;
	font-weight:300;
}

.the_team_single p{
	font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 16px;
	line-height:24px;
	color:#fff;
	font-weight:300;
	margin-top:15px;
}

.the_team h3:after{
	content : "";
	position: absolute;
	left    : 25%;
	bottom  : -20px;
	height  : 1px;
	width   : 50%;  
	border-bottom:1px solid #fff;
}

.intro-categories{
	display:inline-block;
	width:100%;
	background:#fff;
	border-radius:5px;
	border: 1px solid #eee;
	text-align:center;
	margin:30px 0 0 0;
	padding:20px 0px;
}

.intro-categories a{
	display:inline-block;
	width:25%;
	margin:20px 0px;
	color: #d74f35;
    text-decoration: none;
	border:1px solid #fff;
	box-sizing:border-box;
	vertical-align: text-top;
}

.intro-categories a img{
	max-height:160px;
	width:auto;
	height:160px;
}

.intro-categories a:hover p{
	text-decoration: none;
	color:#d74f35;
}

.compare_multiple td:nth-child(1){
	width:200px;
}

.compare_multiple td:nth-child(3){
	width:300px;
}

.compare_multiple .ul-style-3 li{
	text-align:left;
	font-size:14px;
	line-height:18px;
}

.compare_multiple .ul-style-3 li:before{
	top:0;
}

.compare_multiple .product-rating{
	margin:10px 0 20px 0;
}

.compare_multiple .rang{
	margin:10px 0 !important;
	color:#d74f35;
}

.buyers{
	color:#4CD964;
	text-align:center;
	display:inline-block;
	width:100%;
	margin-top:15px;
	font-size:17px;
	font-weight:normal;
}

.buyers span{
	padding:7px;
	color:#fff;
	background:#4CD964;
	font-size:17px;
	font-weight:normal;
	display:inline-block;
	border-radius:50%;
	margin-right:5px;
}

.buyers_wrap{
	text-align:left;
	width:100%;
}

.jssocials-share {
	margin: 0.3em 0 0.3em 0.6em !important;
}

.jssocials-share i{
	font-size: 18px;
}

.wpcf7-acceptance{
	margin:20px 0;
	display:inline-block;
}

.wpcf7-acceptance .wpcf7-list-item{
	text-align: left;
    font-weight: normal;
    font-size: 14px;
	line-height:20px;
	margin:0px;
}

.wpcf7-acceptance label span{
	font-weight: normal;
}

.wpcf7-acceptance input{
	margin-right:20px;
}

.wpcf7-response-output {
	float:left;
	text-align:left;
	margin:20px 0 0 0;
	width:100%;
}

.wpcf7-spam-blocked{
	color:#c01313 !important;
}

.wpcf7 .wpcf7-not-valid-tip{
	text-align:left;
}

.wpcf7-form{
	margin-bottom:20px;
	display:inline-block;
}

#header_image.header_image_big h1 {
    margin-top: 250px;
}

.copyright_text{
	font-size:14px!important;
	line-height:18px !important;
	display:inline-block !important;
	width:100% !important;
	color:#d74f35 !important;
	margin-bottom: 15px !important;
}

.copyright_text a{
	color:#d74f35 !important;
	text-decoration:none !important;
}

#rest_of_products{
	display:none;
}


#product-details-mobile{
	display:block;
}	

.grid .moemageneral:before{
	display:none;
}

.black-friday {
	margin-bottom:20px;	
}


.black-friday p{
	margin-bottom:20px;
}

.bf-product{
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	border:2px solid #000000;
	margin-bottom:0px;
	box-sizing:border-box;
	padding:10px;
	text-align:center;
}


.bf-product img{
	max-width:100%;
	width:100%;
	height:auto;
	border:1px solid #f3f3f3;
	margin-bottom:30px;
}

.bf-product h3{
	font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 24px;
	font-weight: 400;
    line-height: 32px;
	margin-top:0px;
}

.bf-product h3 a{
	color:#101820;
	text-decoration:none;	
}

.bf-product h3 a:hover{
	color:#d74f35;
	text-decoration:none;	
}

.bf-product ul{
	width:100%;
	float:left;
	margin:0;
}

.bf-product ul li{
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}

.bf-product .btn{
	margin-bottom:40px;
}

.bf-product .col-md-4{
	text-align:center;
	padding-left:0px;
}

.bf-product .product-price{
	margin:20px 0px 10px 0px;
}

.bf-product .product-price .price {
    font-size: 1.6rem;
}

.bf-product .proconsrow{
	float:left;
	margin-bottom:10px;
	width:100%;
	text-align:left;
}

.bf-product .carousel{
	margin-bottom:30px;
}

.bf-product .carousel img{
	border:none;
}

.page-template-pageBlackFriday #header_image{
	height:236px;
}

.page-template-pageBlackFriday .intro p{
	max-width:100%;
}

.countdown, .countdown.empty{
	display:inline-block;
	color:#d74f35;
	margin-bottom:0px;
}

.countdown_page, .countdown_page.empty{
	color:#d74f35;
}

.countdown_page_green{
	color:#4CD964;
}

.countdown_green{
	display:inline-block;
	color:#4CD964;
	margin-bottom:0px;
}

.black-section{
	width:100%;
	background:#fff;
	color:#1a1a1a;
	height:450px;
	float:left;
	position:relative;
	z-index:1000;
	display:none;
	box-sizing:border-box;
	padding-right:70px;
}

.black-section .btn-buy {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.black-section .btn-buy:hover {
    background: #424b52;
    border-color: #424b52;
}

.black-section .fa-times{
	position:absolute;
	top:20px;
	right:25px;
	color:#888;
	font-size:40px;
	cursor:pointer;
	z-index:10000;
}

.black-section .fa-times:hover{
	color:#000;
}

.black-section .col-sm-3{
	text-align:center;
	margin-top:70px;
}

.black-section .btn{
	position:relative;
}

.bf-slider{
	height:450px;
	width:100%;
}

.bf-slider .slick-arrow{
	right:-50px;
	width:40px;
	height:40px;
}

.bf-slider .slick-arrow.slick-next{
	margin-top:-25px;
}

.bf-slider .slick-arrow.slick-prev{
	margin-top:45px;
}

.bf-header-product{
	text-align:center;
	margin:20px 0;
	position:relative;
	padding-bottom:40px;
	min-height:400px;
}

.bf-header-product h3 a{
	color:#1a1a1a;
	text-decoration:none;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}	

.bf-header-product img{
	width:auto;
	max-width:auto;
	max-height:200px;
	height:200px;
	margin: 0 auto 20px auto;
}

.bf-header-product .btn{
	font-size:12px !important;
	padding: 0.8em 1.8em !important;
	margin-top:0px auto !important;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-77.5px;
}

.bf-product .btn.btn-detail{
	margin-bottom:10px;
}

.black-section-small{
	width:100%;
	background:#fff;
	color:#1a1a1a;
	height:50px;
	float:left;
	position:relative;
	z-index:1000;
	display:none;
	cursor: pointer;
    z-index: 10000;
}

.black-section-small .fa-angle-down{
	position:absolute;
	top: 0px;
    right: 25px;
    color: #888;
    font-size: 50px;
}
	
.black-section-small .fa-angle-down:hover{
    color: #000;
}

.black-section-small p{
	color: #000;
    text-decoration: none;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
	margin-left:25px;
}

.embed-responsive{
	margin:15px 0 20px 0px;
}

.author_wrap_header .col-md-8{
	width: 66.66666667%;
	float:left;
}

.author_wrap_header .col-md-4{
	width: 33.33333333%;
	float:left;
}

#navigation .navbar-brand-logo{
	height:56px;
}

.footercol{
	margin-bottom:30px;
	text-align:left;
	width:25%;
	float:left;
	display:inline-block;
}

.finder-form{
	display:inline-block;
	width:100%;
	background: #f3f3f3;
    padding: 30px 30px 15px 30px;
    margin: 0 0 20px 0;
    border-top: 3px solid #d74f35;
	text-align:center;
	min-height:530px; 
}


.finder-form .navbar{
    min-height: 1px;
	margin-bottom:5px;
	opacity:0;
	position:absolute;
}
.finder-form #bar{
	opacity:0;
	position:absolute;
}


.finder-form .nav-pills>li>a{
	display:none !important;
	color: #101820;
	background:none;
    font-size: 16px;
    line-height: 20px;
	padding:0px;
	margin:0px;
}

.finder-form .nav-pills>li+li {
    margin-left: 0px;
}

.finder-form .nav-pills>li>a.active,.finder-form .nav-pills>li>a.active:focus,.finder-form .nav-pills>li>a.active:hover{
	display:block;
	background:none;
	color: #101820;
    font-size: 16px;
    line-height: 20px;
	padding:0px;
	margin:0px;
}

.finder-form img{
	margin:30px auto 30px auto;
	max-width:100%;
	width:700px;
	height:auto;
}

.single-post #content article .finder-form p{
	margin-bottom:0px;
}

p.step-finder-name, .single-post p.step-finder-name, .single-post #content article p.step-finder-name, h2.step-finder-name{
    font-weight: 700;
    font-style: normal;
    color: #101820;
	width: 100%;
    margin: 10px 0px 20px 0px;
	font-size:30px;
	line-height:43px;
}

.bigbox{
	height:150px;
	line-height:24px;
	width:27%;
	border-radius:10px;
	margin:50px 20px;
	border-radius: 20px;
    background: #d74f35;
    color: #fff;
	padding: 60px 0.5em 0 0.5em;
	font-size:18px;
	border:none;
	outline:none;
	cursor:pointer;
	vertical-align:top;
	font-weight:normal;
}

.bigbox:hover{
    background-color: #a6321b;
}

p.step-finder-desc, .single-post p.step-finder-desc{
	font-size:18px;
	line-height:26px;
	max-width:80%;
	text-align:center;
	display:inline-block;
	margin:10px 0 0 0;
}

/* The container */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	font-weight:400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
	background-color: #D74F35;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
	background-color: #D74F35;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 8px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.finder-form .check-holder{
	margin:30px 0px;
	width:100%;
	display:inline-block;
	text-align:left;
}

.radio-checkmark{
	display:none;
}


.finder-form .btn:before{
	display:none;
}

.finder-products{
	width:100%;
	float:left;
	margin:30px 0;
}

.email_results {
	background: #f3f3f3;
	padding:30px 30px 15px 30px;
}


.email_results_title{
	text-decoration: none;
    color: #d74f35;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 27px;
	font-weight: 300;
    line-height: 32px;
	margin-bottom:7px;
}	

.email_results .btn{
	float:right;
	margin-top:10px;
	padding:1em 1.5em !important;
	letter-spacing:1px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
	border-radius:30px;
}

.selected_products_holder{
	margin:10px 0 30px 0px;
	display:inline-block;
	width:100%;
}

.selected_finder_product{
	display:inline-block;
	width:100%;
	border:2px solid #f0f0f0;
	box-sizing:border:box;
	margin:0px 0px 20px 0px;
	padding:20px 10px; 
	position:relative;
}

.selected_finder_product:first-of-type{
	border:2px solid #4CD964;
}

.selected_finder_product img:not(.selected_finder_product .buttons_with_images img){
	width:100%;
	height:auto;
	max-width:100%;
	padding:10px;
}

.selected_finder_product .buttons_with_images{
	margin: 10px 0 15px 0;
}

.selected_finder_product table img{
	max-width:150px;
	padding:0px;
	margin:0;
}

.selected_finder_product .product-title a{
	color: #101820;
	text-decoration:none;
	margin-top:20px;
	display:inline-block;
	width:100%;
}

.selected_finder_product .product-title a:hover{
	color: #101820;
	text-decoration:none;
	
}

.selected_finder_product .product-rating{
	margin-bottom:10px;
}

.selected_products_holder .email_results_title{
	margin-bottom:20px;
}

.selected_products_holder .table-compare{
	margin-bottom:10px;
}

.red-text{
	color:#c01313;
	margin:5px 0 0 0;
	width:100%;
	font-size:15px;
}

.green-text{
	color:#40B756;
	margin:5px 0 0 0;
	width:100%;
	font-size:15px;
}

#navigation .dropdown-menu{
	z-index:1000000;
}

.selected_finder_product .badge-at{
	display:none;
}

.selected_finder_product:first-of-type .badge-at{
	display:inline-block;
	position:absolute;
	left:10px;
	top:10px;
	margin:0px;
}

.finder-form .moemablog{
	font-size:18px;
	padding:1em 2em !important;
	border-radius:30px;
}

.hidden_experts_review1, .hidden_experts_review2, .hidden_experts_review3{
	display:none;
}

.visable_experts_review1 button, .visable_experts_review2 button, .visable_experts_review3 button{
    color: #2F92C4;
	text-decoration:none;
	border:none;
	background:none;
	padding:0;
	margin:0px;
}

.visable_experts_review1 button:hover, .visable_experts_review2 button:hover, .visable_experts_review3 button:hover{
	text-decoration:underline;
}

.camera-finder-wrap{
	padding-top:30px !important;
}

.camera-finder-wrap .author-review{
	margin:0px 0 30px 100px;
}

.camera-finder-wrap .author-review-title{
	font-weight:400;
}

.step-finder-desc.desc-max-width{
	max-width:100%;
	margin:-10px 0 20px 0;
}

.camera-finder-wrap .author-review .author-review-title{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 28px 20px;
	font-size: 18px;
    line-height: 26px;
    margin: 0px;
	position:relative;
	font-family: Open Sans, Arial;
}

.camera-finder-wrap .author-review .author-review-title p:first-of-type:before {
    content: "\f10d";
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 20px;
    color: rgba(0,0,0,0.5);
}

.camera-finder-wrap .author-review .author-review-title p:last-of-type{
	margin-bottom:0px;
}

.camera-finder-wrap .author-review .author-review-title p:last-of-type:after {
    content: "\f10e";
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
}

.camera-finder-wrap .author-review small {
    display: block;
    font-size: 14px;
    margin-top: 0;
    text-transform: none;
	font-family: "Raleway",Helvetica,Arial,sans-serif;
    letter-spacing: 0.5px;
	padding: 0 20px;
}

.camera-finder-wrap .btn:focus, .camera-finder-wrap .btn:active{
	color:#fff !important;
}

.step-finder-name.step-finder-name-smaller{
	font-size: 25px !important;
    line-height: 35px !important; 
}

.questions{
	display:none;
}

.info-box-header{
	font-size:17px;
	color:#000000;
	text-align:center;
	display:inline-block;
	padding:5px 0px;
	margin:0px 0px 20px 0px;
	width:100%;
}

.page-template-pageBlackFriday .intro p.info-box-header{
	font-size:18px;
	color:#000000;
}

.bf-product ul li{
	display:none;
}

.bf-product ul li:first-child{
	display:block;
}

/*
.grid-masonry-amazon {
  width:100%;
  padding:0 10px;
  box-sizing:border-box;
}

.grid-masonry-amazon a.info-box-header{
	font-size:18px;
	margin-bottom:0px;
	text-decoration:none;
}

.grid-masonry-amazon a.info-box-header:hover{
	color: #424b52;
	text-decoration:none;
}

.grid-masonry-amazon .btn-buy {
    background-color: #000000;
    border-color: #000000;
	margin:10px 0 20px 0;
}
.grid-masonry-amazon .btn-buy:hover {
    background-color: #424b52;
    border-color: #424b52;
}


.grid-masonry-amazon .product-price .price{
	color: #000000;
}

.grid-masonry-amazon a:before{
	display:none;
}
*/

.grid-sizer, .grid-item {
    box-sizing: border-box;
    margin-bottom: 20px !important;
    padding: 0px 10px;
}

.grid-masonry-amazon {
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
	display: none;
}
  
.grid-masonry-amazon .grid-masonry .grid-sizer,
.grid-masonry-amazon .grid-item {
	width: 20%;
}
  
.grid-masonry-amazon a.info-box-header{
	  font-size:18px;
	  margin-bottom:0px;
	  text-decoration:none;
}
  
.grid-masonry-amazon a.info-box-header:hover{
	  color: #424b52;
	  text-decoration:none;
}
  
.grid-masonry-amazon .btn-buy {
	  background-color: #000;
	  border-color: #000;
	  margin:10px 0 20px 0;
}
.grid-masonry-amazon .btn-buy:hover {
	  background-color: #424b52;
	  border-color: #424b52;
}
  
.grid-masonry-amazon .product-price .price{
	  color: #000;
}
  
.grid-masonry-amazon a:before{
	  display:none;
}

.filter-button-group{
	width:100%;
	margin:0 auto;
	display:inline-block;
	text-align:center;
}

.filter-button-group button{
	padding:10px 20px;
	margin:0 10px 20px 10px;
	display:inline-block;
	text-align:center;
	color:#fff;
	background-color: #424b52;
	border:none;
	border-radius:5px;
}

.filter-button-group button:hover{
	background-color: #000000;
}

.page-template-pageBlackFriday #main{
	padding-top:0px;
}

.questions-content{
	display:inline-block;
}

.desctext a.bluelink, .desctext a.bluelink:hover{
	color:#fff !important;
}

.grecaptcha-badge{
	display:none !important;
}

#product-details table.table-striped td p{
	font-size:14px;
	margin-bottom:0px;
}

.section-productdata .table tbody td p, .table-details.table tbody td p{
	font-size:14px;
	margin-bottom:0px;
}

.product-buybox .shop-link-ext img.img-responsive{
	margin:20px auto 0 auto;
}

figure.aligncenter figcaption{
	width:auto;
}

#back-to-top {
    display: inline-block;
    background-color: #d74f35;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
}
#back-to-top::after {
    content: "\f106";
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 25px;
    line-height: 40px;
	color: #fff;
	
}
#back-to-top:hover {
    cursor: pointer;
    background-color: #a6321b ;
    text-decoration:none;
}
#back-to-top:active {
    background-color: #a6321b;
}
#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
	margin-bottom:20px;
	display:inline-block;
	padding-bottom: 56.25%;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
  }
  .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }




.top_products{
    width:100%;
    display:inline-block;
    margin:0px 0px 10px 0px;
}

.single_top_product{
    margin:0px 0px 20px 0px;
    background-color: #fff;
    box-shadow: 0px 30px 60px rgba(136, 143, 161, 0.3);
    border-radius: 5px;
    border: 0;
    transition: 0.3s all ease-out;
    position: relative;
    padding-bottom:20px;
}

.single_top_product .number{
    position:absolute;
    left:-10px;
    top:7px;
    width:45px;
    height:30px;
    background:#3F454D;
    color:#fff;
    font-size:15px;
    line-height:30px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    z-index: 100;
}

.single_top_product .number:before{
    content:"";
    width:0;
    height:0;
    border-top:10px solid #21262D;
    border-left:10px solid transparent;
    position:absolute;
    left:0px;
    bottom:-10px;
}

@media only screen and (max-width: 992px){
    .single_top_product .number{display:none;}
}
@media only screen and (max-width: 992px){
    .single_top_product .number{display:none;}
}
.single_top_product .number{
    font-size:18px;
    font-weight:bold;
    line-height:32px;
    color:#FFFFFF;
    width:45px;
    height:30px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.single_top_product:first-of-type .number{
    background: #4CD964;
}

.single_top_product:first-of-type .number:before {
    border-top: 10px solid #40B756;
}

.single_top_product h3 {
    font-size: 21px;
    margin: 0px 0px 0px 0px;
    padding:10px 0 10px 30px;
    text-align: right;
    color:#3F454D;
}

.single_top_product .product-rating{
    margin-top: 10px;
    margin-bottom: 10px;
}

.single_top_product .btn{
    float:right;
}

.single_top_product p.price_aawp, .small-product p.price_aawp{
    color: #4CD964;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    width: 100%;
    margin: 15px 0px 20px 0px;
    padding:0px;
}

.single_top_product .ul-style-3{
    margin-bottom:0px;
}

.single_top_product .ul-style-3 li, .single_top_product .ul-style-4 li{
    margin-top:10px;
}

.single-post #content article .single_top_product p.price{
    margin-bottom:0px;
}

.page-id-46828 .bf-product h3 a:hover, .page-id-46828 .grid-masonry-amazon .product-price .price, .page-id-46828 .info-box-header{
	color:#01a8df;
}

.page-id-46828 .countdown_page, .page-id-46828 .countdown, .page-id-46828 .countdown span{
	color: #FF1300;
	margin-bottom:0px !important;
}


.page-id-46828 .grid-masonry-amazon .btn-buy{
	background:#01a8df;
	border-color: #01a8df;
}

.page-id-46828 .grid-masonry-amazon .btn-buy:hover{
	background:#424b52;
	border-color: #424b52;
}

.page-id-46828 .bf-product {
	border: 2px solid #01a8df;
}

.black-section.amazon-prime .btn-buy {
    background-color: #01a8df;
    border-color: #01a8df;
}

.black-section.amazon-prime .btn-buy:hover {
    background-color: #424b52;
    border-color: #424b52;
}

.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);}
.panel-body{padding:15px;}
.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px;}
.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit;}
.panel-group{margin-bottom:20px;}
.panel-group .panel{margin-bottom:0;border-radius:4px;}
.panel-group .panel+.panel{margin-top:5px;}
.panel-group .panel-heading{border-bottom:0;}
.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd;}
.panel-default{border-color:#ddd;}
.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd;}
.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd;}
.panel-body:after,.panel-body:before{display:table;content:" ";}
.panel-body:after{clear:both;}
.panel-default{border-color:#f0f0f0;border-radius:0!important;box-shadow:none;}
.panel-default > .panel-heading{color:#9fa2a5;background-color:#fff;border-color:#f0f0f0;}
.panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:#f0f0f0;}
div[class*="panel-group"] .panel-heading{padding:0;}
div[class*="panel-group"] .panel-heading .panel-title{padding:10px 15px;display:block;color:#333;}

#accordion{
	border-top: 1px dashed #dadada;
}

#accordion .panel-body{
	border-top: 1px dashed #dadada;
	padding:15px 0px;
}

#accordion .panel.panel-default{
	border-bottom: 1px dashed #dadada;
	border-left: none;
	border-right: none;
	border-top: none;

}

#accordion.panel-group .panel-heading .panel-title{
	padding:0px;
}

#accordion.panel-group .panel-heading .panel-title a{
	color:#d74f35;
	text-decoration: none;
	padding: 20px 0;
	display:inline-block;
	width: 100%;
}

#accordion.panel-group .panel-heading .panel-title a[aria-expanded="true"]{
	color:#333;
	text-decoration: none;
	background:#fff;
}

#accordion.panel-group .panel-heading .panel-title a:hover{
	color:#333;
	text-decoration: none;
	background:#fff;
}

#accordion.panel-group .panel-heading .panel-title:hover,#accordion.panel-group .panel-heading .panel-title:focus{text-decoration:none;color:#d74f35;}
#accordion.panel-group .panel-heading .panel-title[aria-expanded="true"]{text-decoration:none;background:#fff; color: #333;}

#accordion.panel-group .panel-heading .panel-title.collapsed[aria-expanded="true"]{text-decoration:none;background:#fff; color: #d74f35;}

#accordion.panel-group .panel-heading .panel-title.collapsed[aria-expanded="true"]:after{
	content:"\f067";
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 40px;
    line-height: 19px;
}

#accordion.panel-group .panel-heading a:after{
	content:"\f107";
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 40px;
    line-height: 19px;
}
#accordion.panel-group .panel-heading a[aria-expanded="true"]:after{content:"\f106";}

div[class*="panel-group"] .panel-heading .panel-title:hover,div[class*="panel-group"] .panel-heading .panel-title:focus{text-decoration:none;background:#f0f0f0;color:#6f7479;}
div[class*="panel-group"] .panel-heading .panel-title[aria-expanded="true"]{text-decoration:none;background:#fff; color: #d74f35;}

div[class*="panel-group"] .panel-heading .panel-title.collapsed[aria-expanded="true"]{text-decoration:none;background:#fff; color: #333;}

div[class*="panel-group"] .panel-heading .panel-title.collapsed[aria-expanded="true"]:after{
	content:"\f067";
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

div[class*="panel-group"] .panel-heading a:after{
	content:"\f067";
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
div[class*="panel-group"] .panel-heading a[aria-expanded="true"]:after{content:"\f068";}

.panel-collapse.show{
	text-align:left;
	padding:0px;
}

.show .panel-body p:before{
	display:none;
}

.show .panel-body p{
	cursor: inherit;
	color:inherit;
}

.callToPrice .price.small-price{
	font-size:17px;
}
.nav{padding-left:0;margin-bottom:0;list-style:none;}
.nav>li{position:relative;display:block;}
.nav>li>a{position:relative;display:block;padding:10px 15px;}
.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee;}
.nav-pills>li{float:left;}
.nav-pills>li>a{border-radius:4px;}
.nav-pills>li+li{margin-left:2px;}
.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7;}
.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{background:#d74f35;}
.nav-pills>li>a{color:#101820;}
.nav>li>a:focus,.nav>li>a:hover{background:#ccc;}
.nav-pills>li>a.active, .nav-pills>li>a.active:focus, .nav-pills>li>a.active:hover, .progress-bar, .progress-bar1, .progress-bar2 {
	background: #d74f35;
	color:#fff;
}

.navbar .navbar-inner{
	width:100%;
}

.pager{
	display: flex;
}

.pager li{
	width:50%;
}

#finderForm .pager li{
	width:100%;
}

.pager li.next{
	text-align: right;
}

.pager li > a:hover, .pager li > a:focus {
	color: #d74f35;
	text-decoration:none;
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover{color:#777;cursor:not-allowed;}

.btn-buy {
    color: #fff;
    background-color: #4cd964;
    border-color: #4cd964;
}

.btn-buy:hover, .btn-buy:focus, .btn-buy:active {
    color: #fff;
    background-color: #40b756;
    border-color: #40b756;
}

#finderForm .pager li.next {
    text-align: center;
}

.selected_finder_product .row{
	padding:0px;
}

.selected_finder_product .table > tbody > tr > td:nth-child(3){
	max-width: 250px;
    margin-right: 20px;
    display: inline-block;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #D74F35;
    border-color: #D74F35;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #D74F35;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: #f0f0f0;
}

.result-filter ul li{
	display: inline-block;
}

.result-filter .btn-link.active {
	color: #D74F35;
}

.result-filter .btn-link:hover, .result-filter .btn-link:focus {
	color: #101820;
}

.thumbnail {
	height:100%;
}

.thumbnail .product-title:hover, .thumbnail .product-title:focus {
    color: #d74f35;
}

.thumbnail .product-title {
    margin: 0;
    font-weight: 600;
    display: inline-block;
    font-size: 1.1rem;
	line-height: 25px;
	min-height:auto;
}

.progress{
	margin-bottom:20px;
	height:20px;
	margin-top:3px;
}

#sidebar .product-rating p{
	display: inline-flex;
}

#sidebar .product-rating p i{
	margin:0 2px;
}

.tab-content .pager {
	display: inline-block;
	width:100%;
}

.tab-content .pager li {
	width:auto;
	display:inline-block;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

#sidebar .widget a:not(.btn){
    color: #101820;
}

#sidebar .widget a:not(.btn):hover{
    color: #d74f35;
}

.comparison_products .product-price .price, .single-post #content article .comparison_products .product-price .price{
	margin:0px;
}

.table-details.table tbody tr.hidden_row, .table-details.table tbody tr.hidden_tooltip{
	display:none;
}

.productlayout_wrap .table tbody tr{
	border:none;
}

.pager .previous, .pager .next{
	cursor: pointer;
}

.pager li.previous:hover, .pager li.previous:focus, .pager li.next:hover, .pager li.next:focus {
    color: #d74f35;
}

.pager .disabled, .pager .disabled:focus, .pager .disabled:hover, .pager .disabled>span, .pager li.previous.disabled, .pager li.next.disabled {
	cursor: not-allowed;
	color: #4d4d4d;
}

.pager .previous{
	float: left;
	line-height:18px;
	margin:0px;
}

.pager .next{
	float: right;
	line-height:18px;
	margin:0px;
}

.row.grid .col-md-6.col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.row.grid{
	margin-right: -5px;
    margin-left: -5px;
}

.row.grid .fa.fa-check{
	margin-top:4px;
}

.compare_multiple .section-productdata .table tbody td, .table-details.table tbody td {
    display: inline-block;
}

.product-buybox.product-buybox-big a.aawp-check-prime {
    margin: 0px;
}

.product-buybox.product-buybox-big img.img-responsive{
	margin-top:20px;
}

.custom-buttons .col-sm-12{
	width:100%;
	flex:none;
	max-width:100%;
}

.product-grid .row-btn .col-sm-12 + .col-sm-12 {
	margin-top: 10px;
}

.draft_sidebar_product_title{
	font-weight: 600;
    display: inline-block;
    font-size: 1.1rem;
	line-height: 25px;
	margin: 10px 0;
}

.fact_checked.md-trigger{
	color:#d74f35;
	text-decoration:none;
}

.fact_checked.md-trigger:hover{
	color:#d74f35;
}

.fact_checked_content p{
	color: #fff;
}

.fact_checked.md-trigger{
	background:none;
	padding:0;
	display:inline-block;
	position: static;
	outline:none;
}

.single-post #content article .author_wrap_header  .fact_checked_content p{
    font-size: 18px;
    line-height: 26px !important;
	margin: 0px 0px 15px 0px !important;
	font-style: inherit;
}

.product_on_deal{
	background:#000 !important;
	letter-spacing: 0px;
	border-color: #000 !important;
}


.collapsible-wrap {
    margin:0px 0px 20px 0px;
}

.collapsible {
    background-color: #d74f35;
    color: white;
    cursor: pointer;
    padding: 20px 25px 16px 25px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    border-bottom:1px solid #a6321b;
	position:relative;
	outline:none;
  }

.collapsible:focus, .collapsible:active{
	outline:none;
}

.collapsible:last-of-type {
    border:none;
}
  
.collapsible.active, .collapsible:hover {
    background-color: #a6321b;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    margin-left: 5px;
    font-size: 30px;
    position:absolute;
    right:25px;
    top:7px;
}

.collapsible.active:after {
    content: "\2212";
}

.collapsible-content {
    padding: 20px 25px;
    max-height: 0;
    overflow: hidden;
    background-color: #f4f4f4;
    line-height:25px;
}

.collapsible + .collapsible-content {
    display:none;
}

.collapsible.active + .collapsible-content {
    display:block;
}

.single-post-details .collapsible-wrap p:last-child{
    margin-bottom:15px;
}

.upsidedown{
    transform: rotate(180deg);
}

.width100{
	display: inline-block;
	width:100%;
}


.our-coffee{
	border: 5px solid #D74F35;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
}

.our-coffee h3, #main-content .our-coffee h3{
	font-size: 21px;
	margin: 10px 0px;
}

.our-coffee h4, #main-content .our-coffee h4{
    font-size: 18px;
	margin: 0px 0px 20px 0px;
	color:#D74F35;
}

.our-coffee .twocolumns, #main-content .our-coffee .twocolumns {
    -webkit-column-gap: 25px;
	column-gap: 25px;
}

.our-coffee img, #main-content .our-coffee img{
	margin:0px;
}

.our-coffee p.pros-before, #main-content .our-coffee p.pros-before {
    margin-bottom: 10px;
	display: inline-block;
}

.our-coffee .blue-btn.small-btn{
	padding-left:20px;
	padding-right:20px;
	margin-bottom:0px;
}

.pros-before:before{
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    position:absolute;
    left:0;
    top:1px;
    content:"\f058";
    color:#D74F35;
    font-size:19px;
}

.pros-before{
    padding-left:30px;
    position:relative;
}

.small-btn{
	display: inline-block;
    text-decoration: none !important;
    margin: 10px 0px 0px 0px;
    padding: 10px 20px;
	border: 1px solid #a6321b;
    color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
    font-size: 15px;
    margin-right: 0px;
}

.small-btn:hover{
    background-color: #a6321b;
}

.highlight-box{
	display:inline-block;
	padding:15px 20px 5px 20px;
	background:#f6f6f6;
	margin-bottom: 20px;
	width:100%;
}

.buttons_with_images{
	display:inline-block;
	width:100%;
}

.image_button{
	display:inline-block;
	height:46px;
	width:100%;
	background: #f3f3f3;
    border: 1px solid #d74f35;
    margin: 0px 0px 10px 0;
	padding: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
	border-radius: 4px;
	text-decoration: none;
}

.image_button:hover, .image_button:active, .image_button:visited, .image_button:focus{
	text-decoration: none;
}

.image_button:last-of-type{
	margin-bottom: 0;
}

.image_button:hover{
	background: #e8e8e8;
}

.row_price{
	text-align: right;
}

.image_button img{
	width: 130px;
}

.image_button img.otto_svg{
    max-height: 22px;
    left: -28px;
	position:absolute; 
}

.image_button img.amazon_svg{
	max-height: 24px;
    left: -22px;
	position:absolute; 
}

.image_button img.saturn_svg{
    max-height: 22px;
    left: -9px;
	position:absolute; 
}

.image_button img.media_markt_svg{
    max-height: 20px;
    left: 0px;
	position:absolute; 
}

.image_button img.coffee_friend_svg{
    max-height: 30px;
    left: -23px;
	top:-3px;
	position:absolute; 
}

.image_button .row .col-6{
	position:relative; 
	padding: 0;
}

.image_button .row{
	padding: 0;
	margin:0;
	background:none;
}

.row_price span{
	text-decoration: none;
	color: #d74f35;
}

.best-product p.price_aawp, .small-product p.price_aawp, .single-post #content article .small-product p.price_aawp{
    color: #4CD964;
    font-weight: 600;
    font-size: 21px;
    text-align: left;
    width: 100%;
    margin: 0px 0px 15px 0px;
}

.small-product {
    float: left;
    width: 100%;
    padding: 25px;
    margin: 20px 0;
    text-align: center;
    box-sizing: border-box;
    position: relative;
	border:5px solid #d74f35;
}

.small-product .m-btn{
    margin:0px;
}

.small-product .btn-buy.button--moema{
	margin:15px 0 0 0;
	width:auto;
	padding:1em 2em;
}


.best-desc{
	float:left;
	width:100%;
	text-align:left;
}

.best-desc .product-rating{
	margin-bottom:10px;
}

.best-desc h3, .single-post-details .best-desc h3, .category-content .best-desc h3{
	font-size:21px;
	margin:0px 0px 10px 0px;
}

.best-desc h4, .single-post-details .best-desc h4, .category-content .best-desc h4{
	font-size:18px;
    margin:0px 0px 10px 0px;
    color:#00a896;
    line-height:25px;
}

.best-desc .fa-check-circle{
	color:#00a896;
}

.best-desc .fa-times-circle{
	color:#b8b8b8;
}

.best-desc p i{
	margin-right:5px;
	font-size: 19px;
}

.best-desc p{
	margin-bottom:15px;
	line-height:25px;
}

.best-desc .small-product-title, .single-post #content article .small-product-title{
    font-size: 17px;
    margin: 0px 0px 10px 0px;
    color: #4CD964;
    line-height: 25px;
    font-weight:600;
}

.small-product img{
	max-height:300px;
}

.video-container span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 48px;
	margin-left: -34px;
	margin-top: -24px;
	-webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
	transition: opacity .25s cubic-bezier(0,0,0.2,1);
	z-index: 63;
	border: none;
	background: url(img/youtube.svg) no-repeat bottom center; 
	padding: 0;
	font-size: 100%;
}

.compensate-for-scrollbar
{
    margin-right: 0 !important;
}

.aligncenter.mt{
	margin-top: 15px;
}

.aligncenter.mb{
	margin-bottom: 15px;
}

.single-post .product-price p.save{
	font-size: 18px;
    line-height: 26px;
    margin: 0px 0px 15px 0px;
}

.table-product td.vertical-align-top, .comparison_products td.vertical-align-top{
	vertical-align: top;
}

.vertical-align-top .buttons_with_images .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.vertical-align-top .buttons_with_images img {
    position: relative;
    left: auto;
}

.vertical-align-top .buttons_with_images .image_button {
    height: auto;
}

.page-template-compare .table-responsive {
    overflow-x: auto !important;
}

.product-list .buttons_with_images{
	margin-bottom: 10px;
}

.product-list .product-rating small {
    margin-left: 0px;
	line-height:1.2;
}

.productlayout_wrap .buttons_with_images{
	margin-top: 15px;
}

.category-page .widget{
	padding-bottom: 0;
}

.category-page .product-grid  .custom-buttons {
    margin-bottom:0px;
}

.product-related .product-list .buttons_with_images{
	margin: 10px 0 0 0;
}

.product-related .product-rating{
	margin: 10px 0 0 0;
	text-align: center;
}

#sidebar .textwidget .thumbnail{
	margin-bottom: 0;
	padding-bottom: 0;
}

.product-related .product-price .price {
	font-size: 1.3rem;
	text-align: left;
	margin-top: 10px;
}

/* .single-post #content article .show p{
	margin:15px 0 0 0;
} */

.single-post #content article .small-product p.product-price {
    font-size: 21px;
}

.single-post #content article .small-product .product-price .price small {
    font-size: 80%;
}

.white_svg{
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(500%) contrast(100%);
}

.white_svg.amazon_svg{
	height: 24px;
	float: right;
}

.white_svg.media_markt_svg{
	height: 20px;
	float: right;
}

.white_svg.saturn_svg{
	height: 22px;
	float: right;
}

.white_svg.otto_svg{
	height: 22px;
	float: right;
}

.white_svg.coffee_friend_svg{
	height: 30px;
	float: right;
}

.pricemargintop.margin-top-0{
	margin-top: 0 !important;
	width:100%;
}

.align_button{
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
}

.align_button.center{
	display: inline-block;
	text-align: center;
}

.align_button.left{
	display: inline-block;
	text-align: left;
}

.align_button.right{
	display: inline-block;
	text-align: right;
}

.tablepress-table-description {
	margin-bottom: 20px;
}

.pager.wizard li:before, .blog-content .pager.wizard li:before{
	display:none;
}

.pager.wizard li.zuruck, #finderForm .pager.wizard li.zuruck{
	display: inline-block;
	position:absolute;
	cursor: pointer;
	left: 30px;
	bottom: 30px;
	width:auto;
}

.pager.wizard li.weiter, #finderForm .pager.wizard li.weiter{
	display: inline-block;
	position:absolute;
	cursor: pointer;
	right: 30px;
	bottom: 30px;
	width:auto;
}

.pager.wizard li.zuruck:before{
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f30a";
    color: #d74f35;
    margin-right: 8px;
    font-size: 50px;
    position: absolute;
    left: 2px;
    bottom: 0px;
    width: auto;
    font-weight: bold;
	line-height: 80px;
}

.pager.wizard li.weiter:after{
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f30b";
    color: #d74f35;
    margin-right: 8px;
    font-size: 50px;
    position: absolute;
    right: -6px;
    bottom: 0px;
    width: auto;
    font-weight: bold;
	line-height: 80px;
}

.finder-form #tab2, .finder-form #tab3, .finder-form #tab4, .finder-form #tab5, .finder-form #tab6, .finder-form #tab7 {
    padding-bottom: 55px;
}

.finder-form #tab8 {
    padding-bottom: 100px;
}

.cloud-finder-form .bigbox{
	margin:30px 0 0px 0;
	vertical-align: middle;
	padding: 20px;
	display: grid;
	width: 100%;
	min-height:115px;
	height:auto;
	align-items: end;
    word-break: break-word;
	line-height:25px;
}

.cloud-finder-form #tab5 .bigbox,
.cloud-finder-form #tab6 .bigbox,
.cloud-finder-form #tab7 .bigbox{
	min-height:86px;
}

.cloud-finder-form .pager.wizard{
	border-spacing: 20px;
}

.cloud-finder-form{
	min-height: 490px;
	position:relative;
}

.cloud-finder-form h2 i{
	font-size: 18px;
}

.cloud-finder-form h2 .tooltip_custom-text{
	font-weight: normal;
}

.cloud-finder-form #tab2 .pager.wizard{
	margin-bottom: 40px;
}
	
.cloud-finder-form #tab8 .check-holder{
	margin-bottom: 0;
}

.selected_finder_product.cloud{
	padding: 20px;
}

.selected_finder_product.cloud p.product-title {
    font-size: 25px;
    margin: 0;
}

.selected_finder_product.cloud p.product-title a{
	margin: 0;
	font-weight: normal;
	line-height: initial;
}

.selected_finder_product.cloud img{
	margin:0 0 20px 0;
	padding:0px !important;
}

.selected_finder_product.cloud .badge-at{
	font-size: 13px;
	line-height:1.8;
}

.finder-tag {
    position: relative;
    display: inline-block;
}

.small-product-title {
    margin: 0;
    color: #D74F35;
    font-weight: 700;
    font-size: 18px;
	line-height: 1.8;
}

.selected_finder_product.cloud .product-rating i{
	font-size: 20px;
}

.selected_finder_product.cloud .rating_value{
	font-size: 17px;
}

.selected_finder_product.cloud .fa-check-circle{
	color:#4CD964;
}

.val_item{
	margin-right: 10px;
}

.selected_finder_product.cloud .product-rating_wrap{
	margin: 5px 0px 10px 0;
}

.selected_finder_product.cloud .table td {
    vertical-align: middle;
    width: 50%;
}

.selected_finder_product.cloud .table th {
    vertical-align: top;
    width: 50%;
	text-align: left;
}

.selected_finder_product.cloud .table.left_th td {
    width: 80%;
}

.selected_finder_product.cloud .table.left_th th {
    width: 20%;
}

.selected_finder_product.cloud .table.right_th td {
    width: 30%;
}

.selected_finder_product.cloud .table.right_th th {
    width: 70%;
}

.selected_finder_product.cloud .table{
    margin-bottom: 0;
}

.ui-widget.ui-widget-content{
    border:none;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    background: none;
    border: none;
    padding:0px;
}

.ui-tabs .ui-tabs-panel{
    padding: 10px 0em 0 0 ;
    border-top: 1px solid #c5c5c5;
}

.small-product-title{
    margin:0px;
    color:#00a896;
    font-weight: bold;
    font-size: 18px;
}

.selected_finder_product .small-btn{
    width: 100%;
    margin: 20px 0 0 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #c5c5c5;
    background: #c5c5c5;
    font-weight: normal;
    color: #000;
}

.ui-state-active a, .ui-state-active a:link{
    color: #000 !important;
}

.selected_finder_product.cloud .intro-boxes i,.selected_finder_product.cloud .table i {
    font-size: 22px;
    vertical-align: text-bottom;
}

.selected_finder_product.cloud .intro-boxes i.fa-times-circle,.selected_finder_product.cloud .table i.fa-times-circle {
    color: #c5c5c5;
}

.selected_finder_product.cloud .intro-boxes p{
	margin-bottom: 5px !important;
}	

.selected_finder_product.cloud .green-text {
    color: #4CD964;
    margin: 0 0 8px;
    width: 100%;
    font-size: 1em;
    padding-left: 23px;
    position: relative;
    line-height: 22px;
}

.selected_finder_product.cloud .red-text {
    color: #c01313;
    margin: 0 0 8px;
    width: 100%;
    font-size: 1em;
    padding-left: 23px;
    position: relative;
    line-height: 22px;
}

.selected_finder_product.cloud .red-text i.fa-times-circle{
	color: #c01313;
}


.small-finder {
    background: rgba(0, 0, 0, 0.04);
    float: left;
    width: 100%;
    padding: 15px;
    margin: 20px 0;
    text-align: center;
    box-sizing: border-box;
    position: relative;
	text-align: left;
}

#content .small-finder img{
	margin:0px;
}

#content .small-finder h3, .small-finder h3{
	font-size: 21px;
    margin: 0px 0px 15px 0px;
}

.small-finder-title, #content p.small-finder-title, .single-post p.small-finder-title{
    font-size: 17px;
    margin: 0px 0px 10px 0px;
    color: #D74F35;
    line-height: 25px;
    font-weight:600;
}

.small-finder .proscons_div{
	width: 100%;
    display: inline-block;
}

.small-finder .pros {
	width: auto;
	margin-right: 15px;
}

.small-finder .pros i{
    margin: 5px 10px 0px 0;
}

#content .small-finder .pros p{
	margin: 0;
	width: auto;
}

.finder-btn{
	background:#D74F35;
	border:1px solid #a6321b;
	color:#fff !important;
	border-radius:4px;
	margin-right:15px;
	display:inline-block;
	text-decoration:none !important;
	margin:15px 20px 10px 0px;
	text-decoration:none;
}

.finder-btn:hover{
	background:#a6321b;
	text-decoration:none;
	color:#fff;
}

.small-finder .fa-check-circle {
    color: #D74F35;
}

.onsite_product .border-bottom-line{
	width: 100%;
	margin-top: 20px;
}

article .onsite_product img.onsite_image{
	width: auto;
	max-width: 100%;
	max-height: 300px;
	height: auto;
	text-align: center;
}

.onsite_product ul{
	list-style: none;
}

#content article .onsite_product p.product-title a, .onsite_product p.product-title a {
    margin-top: 0px;
    line-height: 35px;
    font-size: 1.6rem;
	color:#4d4d4d;
	word-break: break-word;
}

#content article .onsite_product p.product-title a:before{
	display: none;
}

.productlayout.onsite_product .product-rating {
    margin-bottom: 0px;
    margin-top: 10px;
}

.textwidget .bestelisten_ul li{
	position: relative;
	margin: 5px 0px 25px 0px;
}

.textwidget .bestelisten_ul li:after {
    content: "";
    position: absolute;
    left: 25%;
    bottom: -13px;
    height: 1px;
    width: 50%;
    border-bottom: 1px solid #d74f35;
}

.textwidget .bestelisten_ul li:last-child:after{
	border-bottom: none;
}

.textwidget .bestelisten_ul li:last-child{
	margin-bottom: 10px;
}

.bestelisten_cat_column p{
	text-transform: uppercase;
	font-family: Open Sans, Helvetica,Arial,sans-serif;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 3px;
}

.bestelisten_cat_column a{
	color: #4d4d4d;
	text-decoration: none;
}

.bestelisten_cat_column a:hover{
	color: #d74f35;
	text-decoration: none;
}

.bestelisten_cat_column .ul-style-5 li{
	padding-left: 28px;
	margin: 10px 0px 0px 0px;
}

.bestelisten_cat_column .ul-style-5 li:before {
    font-size: 20px;
    top: -1px;
}

.general_row_category_ajax_error{
	color: #d74f35;
	text-align: center;
	display: inline-block;
	width: 100%;
}

#sidebar .buttons_with_images p{
	display: none;
}

.bestelisten_cat_column_margin_top{
	margin-top: 30px;
}

#baguetteBox-slider figure{
	float: none;
}

.blue-btn.small-btn{
	padding: 10px !important; 
}

#baguetteBox-overlay .full-image figure{
	display: inline-block;
    max-height: 80vh;
    vertical-align: middle;
}

#baguetteBox-overlay .full-image figcaption{
	margin-bottom: 0;
	font-size: 15px;
	text-shadow: none;
	z-index: 100;
}

.baguetteBox-button#close-button, .baguetteBox-button#close-button:hover{
	background: none;
	outline:none;text-decoration:none;
} 

.baguetteBox-button#close-button svg g{
	stroke:#d74f35;
}

.wp-block-image figcaption{
	margin-top: 0px;
    margin-bottom: 0;
    font-size: 15px;
    text-align: left;
}

.wp-block-image{
    margin-bottom: 20px;
}

#sidebar:empty, #sidebar:empty::before {
	display: none;
}

.table_of_contents ol li.parent a i,
.md-content ol li.parent a i{
	display: none;
}

.mCSB_scrollTools .mCSB_draggerRail{
	background-color: #d74f35;
}

.md-content ol{
	list-style: none;
	padding: 0px;
}

.collapsible-wrap .collapsible h3{
	margin: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.search-box-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;}
.search-box-content{-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;opacity:0;visibility:hidden;}
.search-box-content form{-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);box-shadow:0 0 5px rgba(0, 0, 0, 0.2);position:relative;width:90%;margin:auto;}
.search-box-content input{background-color:#fff;border:none;outline:none;padding:15px 80px 15px 15px;display:block;width:100%;}
.search-box-content .btn-search{border:none; background-color:#d74f35;color:#fff;position:absolute;right:0;top:0;text-align:center;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;height:100%;width:60px;}
.search-box-content .btn-search:hover{background-color:#a6321b;}
.off-canvas-search-box{opacity:0;visibility:hidden;pointer-events:none;position:fixed;top:0;right:0;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s;height:100vh;width:100vw;}
.search-box-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;}
.search-box-content{-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;opacity:0;visibility:hidden;}
.search-box-content form{-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);box-shadow:0 0 5px rgba(0, 0, 0, 0.2);position:relative;width:90%;margin:auto;}
.search-box-content input{background-color:#fff;border:none;outline:none;padding:15px 80px 15px 15px;display:block;width:100%;}
.search-box-content .btn-search{border:none; background-color:#d74f35;color:#fff;position:absolute;right:0;top:0;text-align:center;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;height:100%;width:60px;}
.search-box-content .btn-search:hover{background-color:#a6321b;}
.off-canvas-search-box{opacity:0;visibility:hidden;pointer-events:none;position:fixed;top:0;right:0;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s;height:100vh;width:100vw;}
.off-canvas-search-box.show .off-canvas-overlay{background-color:rgba(255, 255, 255, 0.8)!important;}
.off-canvas-search-box.show .search-box-content{opacity:1;visibility:visible;-webkit-animation:slideInUp 1s forwards;animation:slideInUp 1s forwards;}
.search-box-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;}
.search-box-content{-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;opacity:0;visibility:hidden;}
.search-box-content form{-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);box-shadow:0 0 5px rgba(0, 0, 0, 0.2);position:relative;width:90%;margin:auto;}
.search-box-content input{background-color:#fff;border:none;outline:none;padding:15px 80px 15px 15px;display:block;width:100%;}
.search-box-content .btn-search{border:none; background-color:#d74f35;color:#fff;position:absolute;right:0;top:0;text-align:center;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;height:100%;width:60px;}
.search-box-content .btn-search:hover{background-color:#a6321b;}
.off-canvas-search-box{opacity:0;visibility:hidden;pointer-events:none;position:fixed;top:0;right:0;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s;height:100vh;width:100vw;}
.off-canvas-search-box.show{opacity:1;visibility:visible;pointer-events:visible;z-index:9999;}
.off-canvas-search-box.show .off-canvas-overlay{background-color:rgba(0, 0, 0, 0.5);content:"";cursor:url("./img/cancel.png"), auto;position:absolute;left:0;top:0;height:100%;width:100%;z-index:-1;}

.off-canvas-search-box{left:0;}











@media(max-width:1500px){
	.gray_info{
		padding: 25% 20% 0;
	}
	.tabs-text{
		padding:25% 20% 0;
	}

	.action--compare-add:hover .action__text--invisible{
		top: 40px;
		left: 10px;
		right:auto;
	}

	.grid-masonry-amazon .grid-masonry .grid-sizer,
	.grid-masonry-amazon .grid-item {
		width: 25%;
	}
}

@media(max-width:1200px){
	.author-review .author-review-title{
		width: 35%;
	}
	
	.author-review .author-review-description{
		display: inline-block;
		width: 65%;
	}
	
	.table_of_contents_wrap{
		max-width:293px;
	}
	
	#header_image{
		height:400px;	
	}
	#header_image h1{
		margin-top:150px;
		font-size:40px;
	}
	
	.gray_info{
		padding: 20% 15% 0;
	}
	
	.tabs-text{
		padding:20% 15% 0;
	}
	
	.gray_info p{
		font-size: 18px;
		line-height:27px;
	}
	
	.tabs-text p{
		font-size: 16px;
		line-height:24px;
	}
	
	.team-member{
		padding-bottom:92px;
	}
	
	.bgtext{
		bottom:40px;
		left:40px;
	}

	.bgtext h2{
		font-size:50px;
	}

	.bgtext h1{
		font-size:50px;
	}
	
	.team-member {
		max-height: 385px;
	}
	
	.bigbox{
		width:50%;
		height:70px;
		line-height:70px;
		padding:0px;
		margin:30px 0 0 0;
	}
	
	.camera-finder-wrap .author-review .author-review-title{
		width:100%;
	}

	.grid-masonry-amazon .grid-masonry .grid-sizer,
	.grid-masonry-amazon .grid-item {
		width: 33.3%;
    }

	
}

@media only screen and (max-width: 1200px){
	.ui-tabs .ui-tabs-nav li {
		margin: 0px;
		width: 100%;
		border-radius: 0px;
	}

	.ui-tabs {
		padding: 0;
	}

	.ui-tabs .ui-tabs-panel {
		border-bottom: 1px solid #c5c5c5 !important;
		border-left: 1px solid #c5c5c5 !important;
		border-right: 1px solid #c5c5c5 !important;
		padding-top: 10px;
	}

	.collapse.navbar-collapse {
		max-width: calc(100% - 30px);
		/* max-width: 100%; */
	}
}

@media only screen and (max-width: 1200px) and (min-width: 1000px)  {
	.navbar-header{
		float:none;

		display: inline-block;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
	
	#navigation .navbar-brand-logo {
		text-align: center;
		width: 100%;
	}
	
	#navigation .navbar-brand-logo img {
		margin: 0 auto;
	}
}

@media(max-width:1060px){
	.col-sm-8.wide-col{
		width:100%;
	}
	
	.col-sm-4.hide-col, .hide-col{
		display:none;
	}
	
	.md-trigger{
		display:block;
	}	
	
	.black-section .col-sm-3 img{
		padding:0px 20px;
		max-width:100%;
		height:auto;
	}
	
	.black-section .col-sm-3 .btn{
		font-size:12px !important;
		padding: 0.8em 1.8em !important;
		max-width:100%;
    }
    
    #back-to-top {
        border-radius: 8px 0px 0px 0px;
        bottom: 0px;
        right: 0px;
    }
	
	
}

@media(max-width:999px){

	#bg { 	
		height: 100%;
	}

	.navbar-header{
		width:100%;
	}

	.pink-circle h1{
		font-size:18px;
	}

	.pink-circle p{
		font-size:14px;
	}
	
	.bg-content h1{
		max-width:100%;
		font-size:40px;
		padding:0 5%;
	}
	
	.bg-content p{
		padding:0 5%;
	}
	
	.author-review{
        border-radius: 40px;
        margin: 90px 15px 0;
        padding: 100px 40px 30px 40px;
    }
    .author-review .pic{
        position: absolute;
        top: -85px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .author-review .author-review-title{
        width: 100%;
        float: none;
        border-right: none;
        text-align: center;
        border-bottom: none;
    }
    .author-review .author-review-description {
        width: 100%;
		border:none;
    }
	
	.tooltip_custom-effect-5 .tooltip_custom-content {
		margin-left: -20px;
	}
	
	.tooltip_custom-content::after {
		left: 20px;
	}
	
	#header_image{
		height:300px;	
	}
	#header_image h1{
		margin-top:110px;
		font-size:35px;
	}
	
	.gray_info{
		padding: 15% 10% 0;
		padding: 70px 10%;
	}
	
	.tabs-text{
		padding: 15% 10% 0;
		padding: 70px 10%;
	}
	
	.bgtext{
		bottom:auto;
		left:40px;
		top:40px;
	}

	.custom-col{
		width:19%;
		padding:0px 5px;
	}
	
	#undecided p{
		max-width: 70%;
	}
	
	.table-responsive{
		overflow-x:visible !important;
	}
	
	.contact_right{
		padding-top:0px;
	}
	
	#filter_widget-3 .filterform .form-group{
		width:100%;
		padding-right:0px;
	}

	#filter_widget-3 .filterform .form-group:nth-child(even){
		padding-left:0px;
	}
	
	#filter_widget-3 .filterform .slide{
		margin-top:0px;
	}
	
	#filter_widget-3 .filterform .form-group{
		margin-bottom:20px;
	}
	
	.twocolumns{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		-webkit-column-gap: 0px;
		column-gap: 0px;
		-moz-column-gap: 0px;
	}
	
	.category-page table.table-compare td:nth-child(1){
		width:45%;	
		float:left;
		margin-right:5%;
	}

	.category-page table.table-compare td:nth-child(2){
		width:50%;	
		float:left;
	}

	.category-page table.table-compare td:nth-child(3){
		width:100%;	
	}
	
	.author_wrap_header .col-md-6{
		clear:both;	
	}
	
	.caption.product .product-price .price-hint{
		display:none;
	}
	
	.footerlogo{
		width:180px;
		height:148px;
		background-size: 180px 148px;
	}
	
	#patern-bg{
		min-height:300px;
	}

	#patern-bg h1{
		margin:0px 0px 0px 0px;	
		font-size:40px;
	}
	
	.services-desc p{
		font-size:17px;
		line-height:21px;
		margin-bottom:20px;
	}
	
	.related-post-articles{
		float:left;
		width:100%;
	}
	
	.related-post-articles .col-md-6.col-odd{
		padding-right:0px;
		margin-top:20px;
		display:inline-block;
	}

	.related-post-articles .col-md-6.col-even{
		padding-left:0px;
		margin-top:20px;
		display:inline-block;
	}

	.related-post-articles figure.effect-julia{
		width:100%;	
	}
	
	.compare_multiple thead{
		display:none;
	}
	
	.compare_multiple td{
		display:block; 
		box-sizing:border-box; 
		clear:both
	}
	
	.compare_multiple td.rang{
		display:none;
	}
	
	.intro-categories a{
		width:33.3%;
	}
	
	.black-section .col-sm-3{
		margin-top:20px;
	}
	
	.black-section{
		height:auto;
	}
	
	.btn-block1, .btn-block2{
		border-radius:50px;
	}
	
	.no-padding-right {
		padding-right: 15px !important;
		display:inline-block;
		max-width:100%;
		width:100%;
		box-sizing:border-box;
		margin:5px 0p;
	}
	
	.no-padding-left {
		padding-left: 15px !important;
		display:inline-block;
		max-width:100%;
		width:100%;
		box-sizing:border-box;
		margin:5px 0p;
	}
	
	.menu__item{
		width:100%;
		margin:0px !important;
		text-align:center;
	}
	
	.menu__list{
		margin-bottom:10px;
	}
	
	.dropdown-menu{
		width:100%;
		margin:0px !important;
		text-align:center;
		box-shadow:none;
	}
	
	#menu-hauptmenu li a{
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
		border-bottom: 1px solid transparent;
		border-color: rgba(0, 0, 0, 0.1);
		padding:12px 0px !important;
	}
	
	.dropdown-menu li a{
		background:#d74f35;
	}
	
	#menu-hauptmenu{
		width:100%;
		margin-bottom:0px;
	}
	
	.caret{
		display:none;
	}
	
	.dropdown-menu{
		display:block;
		position:static;
		padding-top:0px !important;
	}
	
	.menu--cordelia .menu__item::before, .menu--cordelia .menu__item::after{
		background:none;
	}
	
	.navbar-collapse{
		padding:0px;
	}
	
	.footercol{
		margin-bottom:30px;
		text-align:left;
		width:50%;
	}
	
	.footercol, .footercol ul{
		text-align:center;
		width:100%;
	}
	
	.footercol.footercol2{
		text-align:center;
		width:50%;
	}
	
	#footer .footercol h4{
		float:none;
		display:inline-block;
	}
	
	.tooltip_custom.tooltip_custom-effect-5{
		position:static;
	}
	
	.tooltip_custom-content{
		position:absolute;
		bottom:28px;
		left:12px;	
	}
	
	.author_wrap_header .tooltip_custom-content {
		bottom: 54px;
		left: 38px;
	}
	
	
	
	.email_results .btn {
		float: left;
		margin-top: 0;
		margin-bottom: 15px;
	}
	
	.camera-finder-wrap .author-review{
		margin-bottom:30px;
		margin-left:0px;
		margin-top:50px!important;
	}
	
	.camera-finder-wrap{
		padding-top:30px;
	}
	
	#navigation .container{
		max-width: 100%;
	}

	#navigation .container .navbar-header{
		max-width: 100%;
		margin-right: 0;
    	margin-left: 0;
	}

	.action {
		padding: 0.5em 0.55em;
	}

	.callToPrice{
		width:100%;
		text-align:center;
	}
	
	.callToPrice .price, .callToRight{
		width:100%;
		text-align:center;
		margin-bottom:15px;
	}
	
	.callToRight a{
		float:none;
		margin:0 10px;
		display:inline-block;
	}
	
	.callToRight img{
		float:none;
		margin-left:10px;
		margin-right:10px;
	}
	
	.single-post #content article p.callToPrice{
		width:100%;
		max-width: 100%;
	}

	#footer{
		max-height: fit-content;
		padding-bottom:0px;
		display:none;
	}

	.footercol.footercol1, .footercol.footercol2, .footercol.footercol3{
		width: 100%;
	}

	.white_svg.amazon_svg{
		float: none;
		margin-top: 8px;
	}
	
	.white_svg.media_markt_svg{
		float: none;
		margin-top: 0px;
	}
	
	.white_svg.saturn_svg{
		float: none;
		margin-top: 0px;
	}
	
	.white_svg.otto_svg{
		float: none;
		margin-top: 0px;
	}
	
	.white_svg.coffee_friend_svg{
		float: none;
		margin-top: 0px;
	}

	.single-post #content article p.pricemargintop{
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px !important;
		text-align: center;
	}

	#patern-bg h1, .services-desc p{
		width:auto;
	}

	.search-header{
		position: absolute;
		top: 17px;
		right: 70px;
	}
	
}

@media(max-width:991px){
	.product-select button {
		margin-top: 0px;
	}

	.carousel .carousel-item .img-responsive {
		min-height: auto;
	}

	#general, #home-blog {
		padding: 30px 0px;
	}

	#sidebar .widget{
		margin-bottom:20px;
	}

	.container-wide #sidebar .row{
		justify-content:center;
	}

	.col-lg-4.hide-col{
		display:none;
	}

	#sidebar{
		margin:20px 0;
	}

	

	
}



@media(max-width:768px){
	body{
		font-size:14px;
	}
	
	#about-facts i{
		font-size:40px;
	}

	#about-facts p{
		font-size:18px;
	}

	#about-facts h3{
		font-size:30px;
	}
	
	#footer h4, #footer ul{
		float:none;
		display:inline-block;	
	}
	
	#footer ul{
		width:100%;
	}
	
	#footer ul li a:hover {
		text-decoration:underline;
	}
	
	#footer ul li a::before {
		position: static;
	}
	
	#footer-bottom-small p, .footer-right{
		text-align:center;
	}
	
	.footer-right .social-icons{
		margin-left:0px;
		margin-top:10px;
		width:100%;
	}
	
	.footer-right p{
		display:none;
	}
	
	.bgtext{
		bottom:120px;
		top:auto;
		left:0px;
		width:100%;
		text-align:center;
	}
	
	.heading-border{
		display:none !important;
	}

	.bgtext h2{
		font-size:35px;
		text-align:center;
		font-weight:normal;
		margin:10px 0px;
		font-weight:500;
	}

	.bgtext h1{
		font-size:35px;
		text-align:center;
		font-weight:normal;
	}
	
	.custom-col{
		width:30%;
		padding:0px 15px;
		margin-bottom:20px;
	}
	
	#undecided p{
		max-width: 80%;
	}
	
	.btn-block1:before, .btn-block2:before{
		border-radius:50px;
	}
	
	.product-grid .button--text-upper{
		letter-spacing: 1px;
	}
	
	.action{
		font-size:14px !important;
	}
	
	.action--compare-add{
		left:-5px !important;
	}
	
	.vorteile{
		margin-top:100px;
	}
	
	.procons, .proconsrow{
		width:100%;
		display:inline-block;
	}
	
	.author-img-wrap{
		width:10%;
	}
	
	.category-page .productlayout_wrap table.table-compare td:nth-child(1){
		width:100%;	
		margin-right:0%;
	}
	
	.category-page .productlayout_wrap table.table-compare td:nth-child(1) img{
		max-width:150px;
		height:auto;
	}

	.category-page .productlayout_wrap table.table-compare td:nth-child(2){
		width:100%;	
	}

	.category-page .productlayout_wrap table.table-compare td:nth-child(3){
		width:100%;	
	}
	
	.loop-list-position .action--compare-add{
		left: 0;
		margin-left: 10px;
		top: 0;
	}
	
	.team-member {
		max-height: 655px;
		max-width: 75%;
	}
	
	.footerlogo{
		margin:0 auto 20px auto;
		text-align:center;
		width:200px;
		height:164px;
		background-size: 200px 164px;	
	}
	
	.page-id-604 #filter_widget-3{
		position:relative;
		z-index:10000;
	}
	
	.product-buybox .col-xxs-12.col-xs-6.col-md-12{
		width:100%;	
	}
	
	.md-content h3{
		font-size:1.5em;
	}
	
	#main .col-sm-8{
		width:100% !important;		
	}
	
	#main .col-sm-4{
		width:100% !important;	
	}
	
	#header_image.header_image_big h1 {
		margin-top: 20px;
	}
	
	#product-details {
		display:block;
	}
	
	#product-details-mobile {
		display:block;
	}
	
	#product-details-mobile .table-details{
		margin:30px 0;
	}
	
	#product-details-mobile .product-rating small{
		margin:10px 0;
		float:left;
	}
	
	.black-section{
		padding-right:0px;
	}
	
	.slick-arrow{
		display:none;
	}
	
	#share-buttons-small{
		float:right;
		margin-top:10px;
	}
	
	#header_image{
		background-size: cover !important;
		height: auto !important;
	}
	
	.bg-overlay {
		padding-bottom:20px;
    }
    
    .single_top_product img{
        margin:0 0 20px 0;
    }

    .single_top_product .product-rating, .single_top_product h4 {
        text-align:left;
    }

    .single_top_product .product-rating{
        margin:20px 0 15px 0;
    }

    .single_top_product .btn {
        float:left;
    }

    .single_top_product  .col-md-3.mx-auto{
        text-align: center;
    }

    .single_top_product p.price_aawp{
        margin-top:10px;
	}
	
	#slider-row{
		display:inline-block;
	}
	
	#tabs-row{
		display:inline-block;
	}

	.intro-categories a{
		width:50%;
	}

	.thumbnail .table.table-details{
		margin:20px 0 0 0;
	}

	.small-product .best-desc, .small-product p.price_aawp, .single-post #content article .small-product p.price_aawp{
		text-align: center;
	}

	.small-product img {
		margin-bottom:20px;
	}

	.grid-masonry-amazon .grid-masonry .grid-sizer,
	.grid-masonry-amazon .grid-item {
		width: 50%;
    }

	.kurzfassung{
		text-align: center;
		margin: 10px 0;
		display: inline-block;
	}

	.product-related .product-price .price {
		font-size: 1.5rem;
		text-align: center;
		margin-top: 0;
	}

	.ui-tabs {
		font-size: 18px;
	}

	.selected_finder_product{
		font-size: 18px;
	}

	.selected_finder_product.cloud .table.left_th th, .selected_finder_product.cloud .table.left_th td {
		width: 100%;
		display: inline-block;
		padding:5px;
		padding: 5px 20px 10px 20px;
	}

	.selected_finder_product.cloud .table.right_th th, .selected_finder_product.cloud .table.right_th td {
		width: 100%;
		display: inline-block;
		padding:5px;
		padding: 5px 20px 10px 20px;
	}

	.selected_finder_product.cloud .green-text{
		padding-left: 0px;
	}

	.selected_finder_product.cloud p.product-title {
		margin: 10px 0;
	}

	.selected_finder_product.cloud .intro-boxes div{
		margin-bottom:20px;
	}

	.center_wraper{
		width:100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.onsite_product{
		text-align: center;
	}

	.productlayout.onsite_product .product-rating {
		margin-bottom: 20px;
		margin-top: 20px;
	}

}

@media (max-width: 600px) {
	body{
		font-size:18px;
	}

	.ribbon{
		line-height: 1.143em;
		padding: 0.5em;
	}

	.ribbon:before, .ribbon:after{
		font-size: 0.714em;
	}

	.bg-content h1{
		font-size:25px;
	}

	.bg-content div p{
		font-size:16px;
	}
	
	h2, .h2, .thumbnail[class*="product-"] .product-title {
		font-size: 2rem;
	}
	
	.badge-at{
		font-size:13px;
	}
	
	#bg a{
		font-size:30px;
		margin-left:-12px;
	}	
	
	.author-review{
		padding-left:10px;
		padding-right:10px;
	}
	
	.custom-buttons a{
		margin:5px 0px;
	}
	
	.contact_form{
		padding:0px 5%;
		float:left;
	}
	
	.jssocials-share-whatsapp{
		display:inline-block;
	}
	
	.author-img-wrap{
		width:15%;
	}
	
	.team-member {
		max-width: 100%;
	}
	
	.action__text--invisible{
		display:none;
	}
	
	.intro-cat ul li{
		border-right:none;
	}
	
	.call_out_left{
		width:100%;
		margin-right:0%;
		margin-bottom:20px;
	}

	.call_out_right{
		width:100%;
	}
	
	.call_out{
		text-align:center;
	}
	
	figure figcaption, figure figcaption > a{
		position:relative;
		text-shadow:none;
	}
	
	.mobile-button-wrap{
		bottom:0 !important;
		position:fixed;
		width: 100%;
		left:0 !important;
		z-index:10000000 !important;
		color: #ffffff;
		background-color: #4CD964;
		border-color: #4CD964;
	}
	
	
	.mobile-button{
		font-weight: 600 !important;
		padding: 10px 2em !important;
		font-size: 14px;
		letter-spacing: 2px;
		text-transform: uppercase;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		display:inline-block;
		color: #ffffff;
		margin:0px;
	}
	
	.mobile-button-left{
		float:left;
		width:50%;		
	}
	
	.mobile-button-left img{
		padding:25px 0;
		width:auto;
	}
	
	.mobile-button-left a{
		width:100%;
		height:100%;
		vertical-align:middle;
		display:block;
	}
	
	.mobile-button-right{
		float:left;
		width:50%;		
	}
	
	.mobile-button-right a.btn:before{
		display:none;
	}
	
	.mobile-button-right a.btn-buy{
		color: #4CD964;
		background-color: #fff;
		border-color: #4CD964;
	}
	
	.mobileprice{
		color:#fff;
		margin:10px 0 0 0;
		font-size:16px;
		font-weight:bold;
	}
	
	.kategorie-vpn-anbieter-test + p.section-title + .product-related .thumbnail[class*="product-"] div[class^="img-"][class$="-wrapper"] a img{
		width:100%;
	}
	
	.mobileprice del{
		display:none;
	}
	
	.black-section .col-sm-3 img{
		max-width:70%;
	}
	
	.author_wrap_header .col-md-8{
		width: 100%;
	}

	.author_wrap_header .col-md-4{
		width: 100%;
	}
	
	.jssocials-share {
		margin: 0.3em 0.6em 0.3em 0 !important;
	}
	
	#share-buttons-small{
		float:left;
	}
	
	.footercol.footercol2{
		width:100%;
	}

	.carousel .carousel-item .img-responsive {
		max-width: 100%;
	}

	.services-desc p{
		padding-left:15px;
		padding-right:15px;
	}

	#patern-bg h1{
		padding-left:15px;
		padding-right:15px;
		margin: 0px 0px 0px 0px;
		font-size: 30px;
		line-height: 36px;
	}

	#share-buttons-small{
		width:204px;
		height:56.16px;
	}

	#share-buttons-small .jssocials-share-link{
		width:40px;
		height: 40px;
	}

	.small-product .btn-buy.button--moema{
		width:100%;
	}

	#content article .onsite_product p.product-title a, .onsite_product p.product-title a {
		line-height: 30px;
	}
  
}

@media(max-width:576px){
	.circles{
		display:none;
	}
	
	.testimonial{ padding: 100px 30px 30px; }
	
	#header_image{
		height:250px;	
	}
	#header_image h1{
		margin-top:80px;
		font-size:30px;
		margin-bottom:10px;
	}
	
	#header_image p{
		font-size:14px;
		line-height:22px;
	}
	
	.slick-arrow{
		display:none !important;
	}
	
	#about-facts i{
		font-size:35px;
	}

	#about-facts p{
		font-size:14px;
		line-height:20px;
	}

	#about-facts h3{
		font-size:20px;
		margin:5px auto;
	}
	
	.custom-col{
		width:49%;
	}
	
	#undecided p{
		max-width: 90%;
	}
	
	.vorteile {
		margin-top: 20px;
	}
	
	#filter_widget-3 .filterform .slide span:first-of-type{
		width:20%;
	}

	#filter_widget-3 .filterform .slider.slider-horizontal{
		width:60% !important;
	}

	#filter_widget-3 .filterform .slide span:last-of-type{
		width:20%;
	}
	
	.author-img-wrap{
		width:20%;
	}
	
	#price-compare table tbody, #price-compare table tr {
		width:100%;
		display:inline-block;
	}
	#price-compare table tr img{
		max-width:150px;
	}
	
	.comparison_products{
		overflow-x:auto;
	}
	
	.comparison_products .ul-style-3 li:before{
		font-size:18px;
		top: 0px;
		left: 8px;
	}
	.comparison_products .ul-style-4 li:before{
		font-size:18px;
		top: 0px;
		left: 8px;
	}
	
	.comparison_products .no-padding .table tbody tr{
		min-height:100px;
	}
	
	.product-price .price-hint{
		font-size:1rem;	
	}
	
	.product-buybox.product-buybox-big .row .product-price .btn-group-lg > .btn, .btn-lg{
		padding: 1em 1em !important;
	}
	
	.table-details > tbody > tr > td{
		font-size:1rem;	
	}	
		
	#header_image.hidemobile{
		display:block;
	}
	
	#header_image.hidedesctop{
		display:none;
	}
	
	.product-buybox p.h1{
		margin-bottom:0px;
	}
	
	.product-buybox .product-price:before{
		display:none;
	}
	
	.product-buybox .row .product-price p.price{
		margin:10px auto;
	}
	
	.carousel{
		margin-top:20px;
	}
	
	#product-details .col-md-6.col-md-push-6, #product-details .col-md-6.col-md-pull-6{
		padding:0px;
	}
	
	.callTo .pricemargintop{
		width:100%;
		margin-bottom:10px; 
		text-align:center;
	}
	
	
	.finder-form .col-xs-6{
		width:100% !important;
	}
	
	.bigbox {
		width: 80%;
	}
	
	.finder-form{
		padding-bottom:30px;
	}
	
	p.step-finder-name{
		font-size: 23px;
		line-height: 33px;
	}
	
	.selected_finder_product .table tbody tr{
		border:none;
	}
	
	.selected_finder_product .custommoema{
		margin-bottom:20px !important;
	}
	
	.camera-finder-wrap .author-review .author-review-title{
		text-align:left;
	}
	
	.camera-finder-wrap .author-review small{
		margin-top:10px;
		display:inline-block;
	}
	
	p.step-finder-desc, .single-post p.step-finder-desc{
		max-width:100%;
	}
	
	.finder-form .tooltip_custom.tooltip_custom-effect-5 .tooltip_custom-content{
		display:none;
	}
	
	.finder-form .tooltip_custom.tooltip_custom-effect-5.active .tooltip_custom-content{
		display:block;
	}
	
	.questions{
		display:inline-block;
	}
	
	p.step-finder-desc.questions-content, .single-post p.step-finder-desc.questions-content{
		display:none;
	}
	
	#header_image{
		background-size: cover !important;
		height: auto !important;
	}
	
	.col-lg-12.intro{
		display:none;
	}

	#intro .col-lg-12.intro{
		display:block;
	}

	.compare_multiple td:nth-child(1), .compare_multiple td:nth-child(3) {
		width: 100%;
	}

	.compare_multiple img {
		max-width:60%;
		margin:0px;
	}

	.compare_multiple td:nth-child(1) a{
		display: inherit;
		width:100%;
	}

	.compare_multiple td:nth-child(2){
		padding-top:0px;
		padding-bottom:0px;
	}

	.compare_multiple .product-rating {
		margin: 0px 0 10px 0;
	}

	.table.compare_multiple > tbody > tr > td {
		text-align: left;
	}

	#bg { 	
		height: 100vh;
	}

	#bg img{
		width: auto;
		height: 100%;
		position: relative;
		right: 0;
		float:right;
	}

	.product-rating + .row{
		display: inline-block !important;
		width: 100%;
    	overflow: hidden;
		margin-left:0;
		margin-right:0;
	}

	.grid-masonry-amazon .grid-masonry .grid-sizer,
	.grid-masonry-amazon .grid-item {
		width: 100%;
	}

	.compare_multiple .buttons_with_images {
		margin: 10px 0;
	}

}

@media screen and (max-width: 450px){
	.intro-categories a{
		width:100%;
	}

	.compare_multiple img {
		max-width:80%;
		max-height: 180px;
	}

	.collapsible {
        padding: 20px 45px 16px 25px;
	}
}

@media screen and (max-width: 400px){
	.selected_finder_product:first-of-type .badge-at{
		width:250px !important;
	}
}

@media screen and (max-width: 59.688em){
	.grid{
		font-size:100%;
	}
}

@media screen and (max-width:1200px) and (min-width: 1000px) {
	.menu__list{
		align-items: center;
    	justify-content: center;
	}
}


@media screen and (max-width: 1119px) and (min-width: 992px) {
	
	.buttons_with_images .col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}

	.buttons_with_images img{
		display: inline-block;
	}

	.buttons_with_images .image_button{
		height:auto;
	}

	.buttons_with_images img.amazon_svg{
		position: relative;
		left:auto;
	}
	
	.buttons_with_images img.media_markt_svg{
		position: relative;
		left:auto;
	}

	.buttons_with_images img.coffee_friend_svg{
		position: relative;
		left:auto;
	}
	
	.buttons_with_images img.saturn_svg{
		position: relative;
		left:auto;
	}
	
	.buttons_with_images img.otto_svg{
		position: relative;
		left:auto;
	}

}


@media screen and (min-width: 992px) {
	.product .buttons_with_images .col-6:not(.product-related .product .buttons_with_images .col-6) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}

	.buttons_with_images img:not(.product-related .buttons_with_images img){
		display: inline-block;
	}

	.product .buttons_with_images .image_button:not(.product-related .product .buttons_with_images .image_button){
		height:auto;
	}

	.product .buttons_with_images img.amazon_svg:not(.product-related .product .buttons_with_images img.amazon_svg){
		position: relative;
		left:auto;
	}
	
	.product .buttons_with_images img.media_markt_svg:not(.product-related .product .buttons_with_images img.media_markt_svg){
		position: relative;
		left:auto;
	}

	.product .buttons_with_images img.coffee_friend_svg:not(.product-related .product .buttons_with_images img.coffee_friend_svg){
		position: relative;
		left:auto;
	}
	
	.product .buttons_with_images img.saturn_svg:not(.product-related .product .buttons_with_images img.saturn_svg){
		position: relative;
		left:auto;
	}
	
	.product .buttons_with_images img.otto_svg:not(.product-related .product .buttons_with_images img.otto_svg){
		position: relative;
		left:auto;
	}
}

@media screen and (min-width: 769px) {
    body:not(.wp-admin) .blockopts-hide.blockopts-desktop,
    body:not(.wp-admin) .editorskit-no-desktop {
        display: none;
    }
}

@media screen and (max-width: 736px) {
    body:not(.wp-admin) .blockopts-hide.blockopts-mobile,
    body:not(.wp-admin) .editorskit-no-mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) and (min-width: 737px) {
    body:not(.wp-admin) .blockopts-hide.blockopts-tablet,
    body:not(.wp-admin) .editorskit-no-tablet {
        display: none;
    }
}
