

 a {
	 color: #b00000 !important;
	 -webkit-transition: color 400ms, background-color 400ms;
	 transition: color 400ms, background-color 400ms;
}
 body {
	 color: #555555;
	 line-height: 28px;
	 font-size: 21px;
	 -webkit-transition: all 400ms ease;
	 transition: all 400ms ease;
	 background-color: #ffffff;
}
 a:hover, a:focus, a:active {
	 text-decoration: none;
	 color: #ff0000 !important;
}


h1, h2, h3 {
	font-family: 'Montserrat',sans-serif !important;
}

.sp-module .sp-module-title h1, .sp-module .sp-module-title h2, .sp-module .sp-module-title h3 {
	font-family: 'Montserrat',sans-serif;
}

/*.eshop-title {
	font-family: 'Montserrat',sans-serif;
}
*/
 label {
	 font-weight: normal;
}
 legend {
	 padding-bottom: 10px;
}
 img {
	 display: block;
	 max-width: 100%;
	 height: auto;
}
 .offline-inner {
	 margin-top: 100px;
}
 .group-control select, .group-control textarea, .group-control input[type="text"], .group-control input[type="password"], .group-control input[type="datetime"], .group-control input[type="datetime-local"], .group-control input[type="date"], .group-control input[type="month"], .group-control input[type="time"], .group-control input[type="week"], .group-control input[type="number"], .group-control input[type="email"], .group-control input[type="url"], .group-control input[type="search"], .group-control input[type="tel"], .group-control input[type="color"], .group-control .uneditable-input {
	 width: 100%;
}
 .scrollup {
	 width: 40px;
	 height: 40px;
	 position: fixed;
	 bottom: 62px;
	 right: 10px;
	 display: none;
	 z-index: 999;
	 border: 1px solid #ddd;
	 background-color: rgba(255,255,255,0.4);
}
 .scrollup:hover {
	 background-color: #c4c4c4;
}
 .scrollup:before {
	 content: " \f106";
	 font-family: "FontAwesome";
	 position: absolute;
	 top: 0;
	 right: 0;
	 border-radius: 3px;
	 width: 40px;
	 height: 38px;
	 line-height: 38px;
	 text-align: center;
	 font-size: 25px;
	 font-weight: 700;
	 color: #000;
}
 #sp-top-bar {
	 padding: 8px 0 0;
	 background: #6a462c !important;
}
 #sp-top-bar .sp-module {
	 display: inline-block;
	 margin: 0 0 0 20px;
}
 ul.social-icons {
	 list-style: none;
	 padding: 0;
	 margin: -5px;
	 display: inline-block;
	 font-size: 22px !important;
}
 ul.social-icons >li {
	 display: inline-block;
	 margin: 5px 7px;
}
 ul.social-icons >li a {
	 color: #ffffff !important;
}
 ul.social-icons >li a:hover {
	 color: #ff0000 !important;
}
 .sp-module-content .mod-languages ul.lang-inline {
	 margin: 0;
	 padding: 0;
}
 .sp-module-content .mod-languages ul.lang-inline li {
	 border: none;
	 display: inline-block;
	 margin: 0 5px 0 0;
}
 .sp-module-content .mod-languages ul.lang-inline li a {
	 padding: 0 !important;
}
 .sp-module-content .mod-languages ul.lang-inline li >a:before {
	 display: none;
}
 .sp-contact-info {
	 float: right;
	 list-style: none;
	 padding: 0;
	 margin: 0 -10px;
}
 .sp-contact-info li {
	 display: inline-block;
	 margin: 0 10px;
	 font-size: 90%;
}
 .sp-contact-info li i {
	 margin: 0 3px;
}
 .sticky-wrapper {
	 position: relative;
	 z-index: 99;
}
 
 .sticky-wrapper.is-sticky {
	 position: relative;
	 z-index: 999;
}
 
 #sp-title {
	 min-height: 0;
	 margin-top: 11px;
}
 
 .body-innerwrapper {
	 overflow-x: hidden;
}
 .layout-boxed .body-innerwrapper {
	 max-width: 1240px;
	 margin: 0 auto;
	 box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
 
 .com-sppagebuilder #sp-main-body {
	 padding: 0;
}
 .sppb-addon-cta .sppb-cta-subtitle {
	 margin-bottom: 0;
	 line-height: 26px !important;
}
 .sppb-addon-cta .sppb-btn-lg {
	 margin-top: 30px;
}
 .sppb-addon-image-content {
	 position: relative;
}
 .sppb-addon-image-content .sppb-image-holder {
	 position: absolute;
	 top: 0;
	 width: 50%;
	 height: 100%;
	 background-position: 50%;
	 background-size: cover;
}
 .sppb-addon-image-content.aligment-left .sppb-image-holder {
	 left: 0;
}
 .sppb-addon-image-content.aligment-left .sppb-content-holder {
	 padding: 120px 0 120px 50px;
}
 .sppb-addon-image-content.aligment-right .sppb-image-holder {
	 right: 0;
}
 .sppb-addon-image-content.aligment-right .sppb-content-holder {
	 padding: 120px 50px 120px 0;
}
 @media (max-width: ) {
	 .sppb-addon-image-content .sppb-image-holder {
		 position: inherit;
		 width: 100% !important;
		 height: 300px;
	}
}
 .sp-module {
	 margin-top: 50px;
}
 .sp-module:first-child {
	 margin-top: 0;
}
 .sp-module .sp-module-title {
	 margin: 0 0 20px;
	 font-size: 14px;
	 text-transform: uppercase;
	 line-height: 1;
}
 .sp-module ul {
	 list-style-type: circle;
	 padding: 0;
	 margin: 0;
}
 .sp-module ul >li {
	 display: block;
	 border-bottom: 0px solid #e8e8e8;
	 -webkit-transition: 300ms;
	 transition: 300ms;
}
 .sp-module ul >li >a {
	 display: block;
	 
	 line-height: 36px;
	 padding: 2px 0;
	 -webkit-transition: 300ms;
	 transition: 300ms;
}
 .sp-module ul >li >a:hover {
	 background: none;
}
 .sp-module ul >li >a:before {
	 font-family: "Arial";
	 content: ""; 
	/* margin-right: 8px; */
}
 .sp-module ul >li:last-child {
	 border-bottom: none;
}
 .sp-module .categories-module ul {
	 margin: 0 10px;
}
 .sp-module .latestnews >div {
	 padding-bottom: 5px;
	 margin-bottom: 5px;
	 border-bottom: 1px solid #e8e8e8;
}
 .sp-module .latestnews >div:last-child {
	 padding-bottom: 0;
	 margin-bottom: 0;
	 border-bottom: 0;
}
 .sp-module .latestnews >div >a {
	 display: block;
	 font-weight: 400;
}
 .sp-module .tagscloud {
	 margin: -2px 0;
}
 .sp-module .tagscloud .tag-name {
	 display: inline-block;
	 padding: 5px 10px;
	 background: #808080;
	 color: #fff;
	 border-radius: 4px;
	 margin: 2px 0;
}
 .sp-module .tagscloud .tag-name span {
	 display: inline-block;
	 min-width: 10px;
	 padding: 3px 7px;
	 font-size: 12px;
	 font-weight: 700;
	 line-height: 1;
	 text-align: center;
	 white-space: nowrap;
	 vertical-align: baseline;
	 background-color: rgba(0,0,0,0.2);
	 border-radius: 10px;
}
 .login img {
	 display: inline-block;
	 margin: 20px 0;
}
 .login .checkbox input[type="checkbox"] {
	 margin-top: 6px;
}
 .form-links ul {
	 list-style: none;
	 padding: 0;
	 margin: 0;
}
 .search .btn-toolbar {
	 margin-bottom: 20px;
}
 .search .btn-toolbar span.icon-search {
	 margin: 0;
}
 .search .btn-toolbar button {
	 color: #fff;
}
 .search .phrases .phrases-box .controls label {
	 display: inline-block;
	 margin: 0 20px 20px;
}
 .search .phrases .ordering-box {
	 margin-bottom: 15px;
}
 .search .only label {
	 display: inline-block;
	 margin: 0 20px 20px;
}
 .search .search-results dt.result-title {
	 margin-top: 40px;
}
 .search .search-results dt, .search .search-results dd {
	 margin: 5px 0;
}
 .filter-search .chzn-container-single .chzn-single {
	 height: 34px;
	 line-height: 34px;
}
 .form-search .finder label {
	 display: block;
}
 .form-search .finder .input-medium {
	 width: 60%;
	 border-radius: 4px;
}
 .finder .word input {
	 display: inline-block;
}
 .finder .search-results.list-striped li {
	 padding: 20px 0;
}
 .article-info {
	 margin: 0 -8px 5px;
	 line-height: 12px;
}
 .article-info >dd {
	 display: inline-block;
	 color: #666;
	 text-transform: uppercase;
	 margin: 0 8px;
}
 .article-info >dd >i {
	 display: inline-block;
	 margin-right: 3px;
}
 article.item {
	 margin-bottom: 50px;
}
 .tags {
	 margin-top: 20px;
}
 .tags >span {
	 text-transform: uppercase;
	 letter-spacing: 2px;
}
 .content_rating, .content_rating + form {
	 display: none;
}
 .voting-symbol {
	 unicode-bidi: bidi-override;
	 direction: rtl;
	 font-size: 14px;
	 display: inline-block;
}
 .voting-symbol span.star {
	 font-family: "FontAwesome";
	 font-weight: normal;
	 font-style: normal;
	 display: inline-block;
}
 .voting-symbol span.star.active:before {
	 content: "\f005";
}
 .voting-symbol span.star:before {
	 content: "\f006";
	 padding-right: 5px;
}
 .sp-rating span.star:hover:before, .sp-rating span.star:hover ~ span.star:before {
	 content: "\f005";
	 cursor: pointer;
}
 .post_rating {
	 margin-bottom: 20px;
}
 .post_rating .ajax-loader, .post_rating .voting-result {
	 display: none;
}
 .post-format {
	 position: absolute;
	 top: 0;
	 left: -68px;
	 display: block;
	 width: 48px;
	 height: 48px;
	 font-size: 24px;
	 line-height: 48px;
	 text-align: center;
	 color: #fff;
	 border-radius: 3px;
}
 .entry-image, .entry-gallery, .entry-video, .entry-audio, .entry-link {
	 margin-bottom: 30px;
}
 .entry-status, .entry-quote {
	 margin-bottom: 50px;
}
 .entry-header {
	 position: relative;
	 margin-bottom: 30px;
}
 .entry-header.has-post-format {
	 margin-left: 68px;
}
 .entry-header h2 {
	 margin: 8px 0 0;
	 font-size: 24px;
	 line-height: 1;
}
 .entry-header h2 a {
	 color: #000;
}
 .entry-link {
	 padding: 100px 50px;
	 position: relative;
	 z-index: 1;
}
 .entry-link a h4 {
	 margin: 0;
	 font-size: 36px;
	 color: #fff;
}
 .entry-link a h4:hover {
	 color: rgba(255,255,255,0.85);
}
 .entry-link:before {
	 position: absolute;
	 left: -60px;
	 font-size: 300px;
	 content: "\f0c1";
	 font-family: FontAwesome;
	 transform: rotate(90deg);
	 top: -75px;
	 color: rgba(255,255,255,0.15);
	 z-index: -1;
}
 .entry-quote {
	 position: relative;
	 padding: 80px 50px;
	 color: rgba(255,255,255,0.9);
}
 .entry-quote:before {
	 position: absolute;
	 left: -40px;
	 font-size: 300px;
	 content: "\f10e";
	 font-family: FontAwesome;
	 transform: rotate(15deg);
	 top: -75px;
	 color: rgba(255,255,255,0.15);
}
 .entry-quote blockquote small {
	 color: #FFF;
	 font-weight: 600;
	 font-size: 20px;
}
 .entry-quote blockquote {
	 padding: 0;
	 margin: 0;
	 font-size: 16px;
	 border: none;
}
 .carousel-left, .carousel-right {
	 position: absolute;
	 top: 50%;
	 font-size: 24px;
	 width: 36px;
	 height: 36px;
	 line-height: 36px;
	 margin-top: -18px;
	 text-align: center;
	 color: #fff;
	 background: rgba(0,0,0,0.5);
	 border-radius: 4px;
	 -webkit-transition: 400ms;
	 transition: 400ms;
}
 .carousel-left:hover, .carousel-right:hover {
	 color: #fff;
}
 .carousel-left:focus, .carousel-right:focus {
	 color: #fff;
}
 .carousel-left {
	 left: 10px;
}
 .carousel-right {
	 right: 10px;
}
 .newsfeed-category .category {
	 list-style: none;
	 padding: 0;
	 margin: 0;
}
 .newsfeed-category .category li {
	 padding: 5px 0;
}
 .newsfeed-category #filter-search {
	 margin: 10px 0;
}
 .category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
	 list-style: none;
	 padding: 0;
	 margin: 0;
}
 .category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	 padding: 2px 0;
}
 .category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
	 margin: 5px 0;
}
 .article-footer-top {
	 display: table;
	 clear: both;
	 width: 100%;
}
 .article-footer-top .post_rating {
	 float: left;
}
 .helix-social-share {
	 float: right;
}
 .helix-social-share .helix-social-share-icon ul {
	 padding: 0;
	 list-style: none;
	 margin: 0;
}
 .helix-social-share .helix-social-share-icon ul li {
	 margin-right: 7px;
	 display: inline-block;
}
 .helix-social-share .helix-social-share-icon ul li div {
	 display: block;
}
 .helix-social-share .helix-social-share-icon ul li div a {
	 background: #f5f5f5 none repeat scroll 0 0;
	 border-radius: 50%;
	 height: 30px;
	 padding-top: 4px;
	 text-align: center;
	 width: 30px;
	 display: inline-block;
}
 .helix-social-share .helix-social-share-icon ul li div a:hover, .helix-social-share .helix-social-share-icon ul li div a:focus {
	 
	 color: #fff;
}
 #sp-bottom {
	 background: #dba34a;
}
 #sp-bottom .sp-module .sp-module-title {
	 text-transform: none;
	 font-weight: 400;
	 font-size: 24px;
}
 
 .sp-comingsoon {
	 width: 100%;
	 height: 100%;
	 min-height: 100%;
}
 .sp-comingsoon body {
	 width: 100%;
	 height: 100%;
	 min-height: 100%;
	 color: #fff;
}
 .sp-comingsoon #sp-comingsoon {
	 padding: 100px 0;
}
 .sp-comingsoon .sp-comingsoon-wrap.has-background {
	 height: 100%;
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 width: 100%;
}
 .sp-comingsoon .comingsoon-page-logo {
	 text-align: center;
}
 .sp-comingsoon .comingsoon-page-logo img {
	 display: inline-block;
}
 .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
	 display: none;
}
 .sp-comingsoon .sp-comingsoon-title {
	 margin-top: 130px;
	 font-size: 42px;
	 margin-bottom: 10px;
	 font-weight: 700;
}
 .sp-comingsoon .sp-comingsoon-content {
	 font-size: 28px;
	 font-weight: 300;
}
 .sp-comingsoon .days, .sp-comingsoon .hours, .sp-comingsoon .minutes, .sp-comingsoon .seconds {
	 display: inline-block;
	 margin: 80px 15px;
}
 .sp-comingsoon .days .number, .sp-comingsoon .hours .number, .sp-comingsoon .seconds .number, .sp-comingsoon .minutes .number {
	 width: 115px;
	 height: 120px;
	 line-height: 120px;
	 border: 1px solid #fff;
	 border-radius: 4px;
	 display: inline-block;
	 font-size: 48px;
	 font-weight: bold;
}
 .sp-comingsoon .days .string, .sp-comingsoon .minutes .string, .sp-comingsoon .seconds .string, .sp-comingsoon .hours .string {
	 display: block;
	 font-size: 18px;
	 margin-top: 10px;
}
 .sp-comingsoon .social-icons li {
	 display: inline-block;
	 margin: 0 15px;
}
 .sp-comingsoon .social-icons li a {
	 color: rgba(255,255,255,0.7);
	 font-size: 24px;
	 -webkit-transition: color 400ms;
	 transition: color 400ms;
}
 .sp-comingsoon .social-icons li a:hover {
	 color: #fff;
}
 .error-page {
	 width: 100%;
	 height: 100%;
	 min-height: 100%;
}
 .error-page body {
	 width: 100%;
	 height: 100%;
	 min-height: 100%;
}
 .error-page .error-page-inner {
	 height: 100%;
	 min-height: 100%;
	 width: 100%;
	 display: table;
	 text-align: center;
}
 .error-page .error-page-inner.has-background {
	 background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
}
 .error-page .error-page-inner .error-logo-wrap {
	 text-align: center;
	 margin-bottom: 30px;
}
 .error-page .error-page-inner .error-logo-wrap img {
	 display: inline-block;
}
 .error-page .error-page-inner >div {
	 display: table-cell;
	 vertical-align: middle;
}
 .error-page .fa-exclamation-triangle {
	 font-size: 64px;
	 line-height: 1;
	 margin-bottom: 10px;
}
 .error-page .error-code {
	 font-weight: bold;
	 font-size: 96px;
	 line-height: 1;
	 margin: 0 0 10px 0;
	 padding: 0;
}
 .error-page .error-message {
	 font-size: 24px;
	 line-height: 1;
	 margin-bottom: 30px;
}
 @media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
	 #sp-header .sp-default-logo {
		 display: block;
	}
	 #sp-header .sp-retina-logo {
		 display: block;
	}
	 .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
		 display: table;
		 margin: 0 auto;
	}
	 .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
		 display: block;
	}
}
 .sp-social-share ul {
	 display: block;
	 padding: 0;
	 margin: 20px -5px 0;
}
 .sp-social-share ul li {
	 display: inline-block;
	 font-size: 24px;
	 margin: 0 5px;
}
 .dl-horizontal dt {
	 margin: 8px 0;
	 text-align: left;
}
 .page-header {
	 padding-bottom: 15px;
}
 table.category {
	 width: 100%;
}
 table.category thead >tr, table.category tbody >tr {
	 border: 1px solid #f2f2f2;
}
 table.category thead >tr th, table.category thead >tr td, table.category tbody >tr th, table.category tbody >tr td {
	 padding: 10px;
}
 .contact-form .form-actions {
	 background: none;
	 border: none;
}
 @media print {
	 .visible-print {
		 display: inherit !important;
	}
	 .hidden-print {
		 display: none !important;
	}
}
 .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	 background: #2D2D2D;
	 border-radius: 2px;
	 color: #fff;
	 -webkit-transition: 300ms;
	 transition: 300ms;
}
 .sp-pre-loader {
	
	 height: 100%;
	 left: 0;
	 position: fixed;
	 top: 0;
	 width: 100%;
	 z-index: 99999;
}
 .sp-pre-loader .sp-loader-clock {
	 border: 3px solid ;
	 border-radius: 60px;
	 bottom: 0;
	 height: 80px;
	 left: 0;
	 margin: auto;
	 position: absolute;
	 right: 0;
	 top: 0;
	 width: 80px;
}
 .sp-pre-loader .sp-loader-clock:after {
	 content: "";
	 position: absolute;
	 
	 top: 2px;
	 left: 48%;
	 height: 38px;
	 width: 4px;
	 border-radius: 5px;
	 -webkit-transform-origin: 50% 97%;
	 transform-origin: 50% 97%;
	 -webkit-animation: grdAiguille 2s linear infinite;
	 animation: grdAiguille 2s linear infinite;
}
 .sp-pre-loader .sp-loader-clock:before {
	 content: "";
	 position: absolute;
	 
	 top: 6px;
	 left: 48%;
	 height: 35px;
	 width: 4px;
	 border-radius: 5px;
	 -webkit-transform-origin: 50% 94%;
	 transform-origin: 50% 94%;
	 -webkit-animation: ptAiguille 12s linear infinite;
	 animation: ptAiguille 12s linear infinite;
}
 .sp-pre-loader .sp-loader-circle {
	 position: absolute;
	 height: 80px;
	 width: 80px;
	 border-radius: 80px;
	 border: 3px solid;
	 left: 0;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 margin: auto;
	 -webkit-transform-origin: 50% 50%;
	 transform-origin: 50% 50%;
	 -webkit-animation: loader1 3s linear infinite;
	 animation: loader1 3s linear infinite;
}
 .sp-pre-loader .sp-loader-circle:after {
	 content: "";
	 position: absolute;
	 top: -5px;
	 left: 20px;
	 width: 11px;
	 height: 11px;
	 border-radius: 10px;
	 
}
 .sp-pre-loader .sp-loader-bubble-loop {
	 position: absolute;
	 width: 12px;
	 height: 12px;
	 left: 0;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 margin: auto;
	 border-radius: 12px;
	
	 -webkit-transform-origin: 50% 50%;
	 transform-origin: 50% 50%;
	 -webkit-animation: loader6 1s ease-in-out infinite;
	 animation: loader6 1s ease-in-out infinite;
}
 .sp-pre-loader .sp-loader-bubble-loop:before {
	 content: "";
	 position: absolute;
	 background-color: fade;
	 top: 0;
	 left: -25px;
	 height: 12px;
	 width: 12px;
	 border-radius: 12px;
}
 .sp-pre-loader .sp-loader-bubble-loop:after {
	 content: "";
	 position: absolute;
	 background-color: fade;
	 top: 0;
	 left: 25px;
	 height: 12px;
	 width: 12px;
	 border-radius: 12px;
}
 .sp-pre-loader .circle-two {
	 bottom: 0;
	 height: 100px;
	 left: 0;
	 margin: auto;
	 position: absolute;
	 right: 0;
	 top: 0;
	 width: 100px;
}
 .sp-pre-loader .circle-two > span, .sp-pre-loader .circle-two > span:before, .sp-pre-loader .circle-two > span:after {
	 content: "";
	 display: block;
	 border-radius: 50%;
	 border: 2px solid ;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translate(-50%,-50%);
	 -moz-transform: translate(-50%,-50%);
	 -ms-transform: translate(-50%,-50%);
	 -o-transform: translate(-50%,-50%);
	 transform: translate(-50%,-50%);
}
 .sp-pre-loader .circle-two > span {
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 border-left-color: transparent;
	 -webkit-animation: effect-2 2s infinite linear;
	 -moz-animation: effect-2 2s infinite linear;
	 -ms-animation: effect-2 2s infinite linear;
	 -o-animation: effect-2 2s infinite linear;
	 animation: effect-2 2s infinite linear;
}
 .sp-pre-loader .circle-two > span:before {
	 width: 75%;
	 height: 75%;
	 border-right-color: transparent;
}
 .sp-pre-loader .circle-two > span:after {
	 width: 50%;
	 height: 50%;
	 border-bottom-color: transparent;
}
 .sp-pre-loader .wave-two-wrap {
	 position: absolute;
	 margin: auto;
	 left: 0;
	 right: 0;
	 top: 50%;
	 width: 90px;
}
 .sp-pre-loader .wave-two {
	 margin: 0;
	 list-style: none;
	 width: 90px;
	 position: relative;
	 padding: 0;
	 height: 10px;
}
 .sp-pre-loader .wave-two li {
	 position: absolute;
	 width: 2px;
	 height: 0;
	 
	 bottom: 0;
}
 .sp-pre-loader .wave-two li:nth-child(1) {
	 left: 0;
	 -webkit-animation: sequence1 1s ease infinite 0;
	 animation: sequence1 1s ease infinite 0;
}
 .sp-pre-loader .wave-two li:nth-child(2) {
	 left: 15px;
	 -webkit-animation: sequence2 1s ease infinite 0.1s;
	 animation: sequence2 1s ease infinite 0.1s;
}
 .sp-pre-loader .wave-two li:nth-child(3) {
	 left: 30px;
	 -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
	 animation: sequence1 1s ease-in-out infinite 0.2s;
}
 .sp-pre-loader .wave-two li:nth-child(4) {
	 left: 45px;
	 -webkit-animation: sequence2 1s ease-in infinite 0.3s;
	 animation: sequence2 1s ease-in infinite 0.3s;
}
 .sp-pre-loader .wave-two li:nth-child(5) {
	 left: 60px;
	 -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
	 animation: sequence1 1s ease-in-out infinite 0.4s;
}
 .sp-pre-loader .wave-two li:nth-child(6) {
	 left: 75px;
	 -webkit-animation: sequence2 1s ease infinite 0.5s;
	 animation: sequence2 1s ease infinite 0.5s;
}
 .sp-pre-loader .sp-loader-audio-wave {
	 width: 3em;
	 height: 2em;
	/* background: linear-gradient(,) 0 50%, linear-gradient(,) 0.625em 50%, linear-gradient(,) 1.25em 50%, linear-gradient(,) 1.875em 50%, linear-gradient(,) 2.5em 50%; */
	 background-repeat: no-repeat;
	 background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
	 animation: audioWave 1.5s linear infinite;
	 position: absolute;
	 left: 0;
	 top: 0;
	 bottom: 0;
	 right: 0;
	 margin: auto;
}
 .sp-pre-loader .sp-loader-with-logo {
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 105px;
	 right: 0;
	 bottom: 0;
	 margin: auto;
	 text-align: center;
	 position: absolute;
}
 .sp-pre-loader .sp-loader-with-logo .logo {
	 display: inline-block;
	 width: auto;
}
 .sp-pre-loader .sp-loader-with-logo .line {
	
	 bottom: 0;
	 height: 5px;
	 left: 0;
	 position: absolute;
	 top: auto;
}
 @-webkit-keyframes grdAiguille {
	 0% {
		 -webkit-transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(360deg);
	}
}
 @keyframes grdAiguille {
	 0% {
		 transform: rotate(0deg);
	}
	 100% {
		 transform: rotate(360deg);
	}
}
 @-webkit-keyframes ptAiguille {
	 0% {
		 -webkit-transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(360deg);
	}
}
 @keyframes ptAiguille {
	 0% {
		 transform: rotate(0deg);
	}
	 100% {
		 transform: rotate(360deg);
	}
}
 @-webkit-keyframes loader1 {
	 0% {
		 -webkit-transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(360deg);
	}
}
 @keyframes loader1 {
	 0% {
		 transform: rotate(0deg);
	}
	 100% {
		 transform: rotate(360deg);
	}
}
 @-webkit-keyframes loader6 {
	 0% {
		 -webkit-transform: rotate(0deg);
	}
	 50% {
		 -webkit-transform: rotate(180deg);
	}
	 100% {
		 -webkit-transform: rotate(180deg);
	}
}
 @keyframes loader6 {
	 0% {
		 transform: rotate(0deg);
	}
	 50% {
		 transform: rotate(180deg);
	}
	 100% {
		 transform: rotate(180deg);
	}
}
 @keyframes rotate-360 {
	 from {
		 -moz-transform: rotate(0);
		 -ms-transform: rotate(0);
		 -webkit-transform: rotate(0);
		 transform: rotate(0);
	}
	 to {
		 -moz-transform: rotate(360deg);
		 -ms-transform: rotate(360deg);
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
/* @keyframes audioWave {
	 25% {
		 background: linear-gradient(,) 0 50%, linear-gradient(,) 0.625em 50%, linear-gradient(,) 1.25em 50%, linear-gradient(,) 1.875em 50%, linear-gradient(,) 2.5em 50%;
		 background-repeat: no-repeat;
		 background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
	}
	 37.5% {
		 background: linear-gradient(,) 0 50%, linear-gradient(,) 0.625em 50%, linear-gradient(,) 1.25em 50%, linear-gradient(,) 1.875em 50%, linear-gradient(,) 2.5em 50%;
		 background-repeat: no-repeat;
		 background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
	}
	 50% {
		 background: linear-gradient(,) 0 50%, linear-gradient(,) 0.625em 50%, linear-gradient(,) 1.25em 50%, linear-gradient(,) 1.875em 50%, linear-gradient(,) 2.5em 50%;
		 background-repeat: no-repeat;
		 background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
	}
	 62.5% {
		 background: linear-gradient(,) 0 50%, linear-gradient(,) 0.625em 50%, linear-gradient(,) 1.25em 50%, linear-gradient(,) 1.875em 50%, linear-gradient(,) 2.5em 50%;
		 background-repeat: no-repeat;
		 background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
	}
	 75% {
		 background: linear-gradient(,) 0 50%, linear-gradient(,) 0.625em 50%, linear-gradient(,) 1.25em 50%, linear-gradient(,) 1.875em 50%, linear-gradient(,) 2.5em 50%;
		 background-repeat: no-repeat;
		 background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
	}
}
*/
 @-webkit-keyframes effect-2 {
	 from {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 to {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 @keyframes effect-2 {
	 from {
		 -moz-transform: rotate(0deg);
		 -ms-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 to {
		 -moz-transform: rotate(360deg);
		 -ms-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 @keyframes sequence1 {
	 0% {
		 height: 10px;
	}
	 50% {
		 height: 50px;
	}
	 100% {
		 height: 10px;
	}
}
 @keyframes sequence2 {
	 0% {
		 height: 20px;
	}
	 50% {
		 height: 65px;
	}
	 100% {
		 height: 20px;
	}
}
 @keyframes rot1 {
	 100% {
		 transform: skew(-10deg) translateX(50px) rotate(405deg);
	}
}
 @-webkit-keyframes rot1 {
	 100% {
		 -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
	}
}
 @keyframes rot2 {
	 100% {
		 transform: skew(-10deg) rotate(525deg);
	}
}
 @-webkit-keyframes rot2 {
	 100% {
		 -webkit-transform: skew(-10deg) rotate(525deg);
	}
}
 @keyframes rot3 {
	 100% {
		 transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
	}
}
 @-webkit-keyframes rot3 {
	 100% {
		 -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
	}
}
 @keyframes width {
	 10% {
		 width: 10%;
	}
	 20% {
		 width: 20%;
	}
	 30% {
		 width: 30%;
	}
	 40% {
		 width: 40%;
	}
	 50% {
		 width: 50%;
	}
	 60% {
		 width: 60%;
	}
	 70% {
		 width: 70%;
	}
	 80% {
		 width: 80%;
	}
	 90% {
		 width: 90%;
	}
	 100% {
		 width: 100%;
	}
}
 .animated {
	 -webkit-animation-duration: 1s;
	 animation-duration: 1s;
	 -webkit-animation-fill-mode: both;
	 animation-fill-mode: both;
}
 @-webkit-keyframes fadeInDown {
	 from {
		 opacity: 0;
		 -webkit-transform: translate3d(0,-50%,0);
		 transform: translate3d(0,-50%,0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @keyframes fadeInDown {
	 from {
		 opacity: 0;
		 -webkit-transform: translate3d(0,-50%,0);
		 transform: translate3d(0,-50%,0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 .fadeInDown {
	 -webkit-animation-name: fadeInDown;
	 animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInUp {
	 from {
		 opacity: 0;
		 -webkit-transform: translate3d(0,100%,0);
		 transform: translate3d(0,100%,0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @keyframes fadeInUp {
	 from {
		 opacity: 0;
		 -webkit-transform: translate3d(0,100%,0);
		 transform: translate3d(0,100%,0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 .fadeInUp {
	 -webkit-animation-name: fadeInUp;
	 animation-name: fadeInUp;
}
 @media screen and (min-width: 768px) and (max-width: 1199px) {
	 .scrollup {
		 bottom: 25px;
		 right: 25px;
	}
}
 @media screen and (min-width: 320px) and (max-width: 767px) {
	 ul.social-icons {
		 margin: 0;
		 width: 100%;
		 text-align: center;
	}
	 ul.social-icons > li {
		 margin: 5px;
	}
	 .sp-contact-info {
		 display: table;
		 float: none;
		 margin: 0;
		 text-align: center;
		 width: 100%;
	}
	 .sp-contact-info li {
		 margin: 0 5px;
		 font-size: 89%;
	}
	 .sppb-animated .sppb-addon-cta .sppb-cta-title {
		 font-size: 28px !important;
		 line-height: 40px !important;
	}
	 .sppb-animated .sppb-addon-cta .sppb-btn-lg {
		 font-size: 16px;
	}
	 .scrollup {
		 bottom: 25px;
		 right: 25px;
	}
	 .form-horizontal .control-label {
		 width: 100%;
		 text-align: left;
	}
	 .form-horizontal .controls {
		 margin: 0;
		 width: 100%;
	}
	 .form-horizontal .controls input, .form-horizontal .controls textarea {
		 width: 100%;
	}
	 .form-horizontal .controls textarea {
		 height: 131px;
	}
}
 @media screen and (min-width: 550px) and (max-width: 767px) {
	 .sp-contact-info li {
		 margin: 0 5px;
		 font-size: 90%;
	}
}
 @media (min-width: 768px) {
	 .sppb-col-sm-offset-6 {
		 margin-left: 50%;
	}
}
 .sppb-testimonial-pro .sppb-item img {
	 display: inline-block;
	 margin-bottom: 10px;
}
 #sp-page-builder {
	 padding-top: 5px !important;
}
 
 .sp-slider-content .sp-vertical-middle {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 text-align: center;
	 color: #fad394 !important;
	 padding-top: 30px;
}
 .sp-slider-content .sp-vertical-middle h1 {
	 color: black;
	 -webkit-text-fill-color: #fad394;
	 -webkit-text-stroke-width: 1px;
	 -webkit-text-stroke-color: black;
	 line-height: 80px;
}

#sp-slider p{
	margin-bottom: 0rem;
}
 .sp-iStoreii-layout h2.sp-posttitle {
	 font-size: 45px !important;
	 line-height: 60px !important;
	 font-weight: 800 !important;
}
 .slider-arrow-nav {
	 display: none !important;
}
 @media screen and (min-width: 200px) and (max-width: 650px) {
	 .sp-slider-content .sp-vertical-middle h1 {
		 font-size: 35px !important;
		 line-height: 30px;
		 padding-top: 0px;
	}
	 .sp-iStoreii-layout h2.sp-posttitle {
		 font-size: 25px !important;
		 line-height: 20px !important;
		 font-weight: 600 !important;
	}
}
 .sppb-text-center {
	 min-height: 200px !important;
}
 #system-message {
	 position: fixed;
	 background: red;
	 left: 3%;
	 top: 200px;
	 test-align: center !important;
	 z-index: 9999;
}
 .sp-page-builder .page-content #section-id-1510554367 {
	 display: none;
}
 .sp-page-builder .page-content #section-id-1510554374 {
	 display: none;
}
 .sp-page-builder .page-content #section-id-1510554378 {
	 display: none;
}
 .sp-page-builder .page-content #section-id-1510554381 {
	 display: none;
}
 .sp-page-builder .page-content #section-id-1510554387 {
	 display: none;
}
 .sp-page-builder .page-content #section-id-1510554367 {
	 margin: 50px 0 !important;
}
 #column-id-1510554370 {
	 margin-top: -30px 0 !important;
}
 #sp-right .sp-module {
	 margin-top: 45px;
}
 .sp-module .sp-module-title {
	 font-size: 24px !important;
}
 #checkout-options .checkout-content {
	 padding-left: 10px !important;
}
 .btn-danger {
	 background: #ffffff !important;
}
 #sp-bottom {
	 background-color: #edcc94 !important;
	 padding: 20px 0 20px 0 !important;
	 font-size: 13px;
}
 #sp-top1 {
	 z-index: 9999;
}
 #sp-top2 {
	 max-width: 900px !important;
	 text-align: center;
	 z-index: 8999;
}


 .sppb-text-center {
	 min-height: 100px !important;
}
 .sp-page-builder .page-content #section-id-1577735093625 .sppb-text-center a {
	 color: #ffffff !important;
	 font-size: 35px !important;
 }	 
	 
	 #sp-header #sp-position4 .sitenamecontainer a {
 font-family: 'Dongle', sans-serif;
  color: #ffffff !important;
}
#sp-header #sp-position4 .sitenamecontainer :hover {
  color: #ff0000 !important;
}
.sitenamecontainer .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 14px;
}
.sitenamecontainer .vertical-center2 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  right: 20px;
}
	 
 @media screen and (max-width: 1199px) {
	 .sp-page-builder .page-content #section-id-1577735093625 .sppb-text-center a {
		 font-size: 26px !important;
	}
	 .sitenamecontainer .vertical-center2 {
		 float: right;
		 font-size: 45pt;
	}
	 #sp-header .logo img {
		/*  width: 100% !important; */
	}
}
 @media screen and (max-width: 1000px) {
	 #sp-logo {
		 width: 200px;
		 float: left;
	}
	 .sitenamecontainer .vertical-center2 {
		 padding-left: 200px;
		 font-size: 35pt;
	}
}
 @media screen and (max-width: 700px) {
	 #sp-logo img {
		 width: 150px;
		 float: left;
	}
	 .sitenamecontainer .vertical-center2 {
		 padding-left: 200px;
		 font-size: 30pt;
	}
}
 
 .mod_rapid_contact_ex {
	 width: 100%;
	 max-width: 550px;
}
 .rpx_label {
	 padding-top: 10px;
}
 #rpx_File_upload {
	 height: 60px !important;
	 margin-bottom: 20px;
}
 .rpx_Disclaimer_agree0_label {
	 margin-top: 20px;
}
 #rpx_Disclaimer_agree {
	 display: inline list-item !important;
	 float: left;
	 top: 3px !important;
}
 .rpx_label required {
	 color: #ff0000 !important;
}
 .rpx_copy_label {
	 margin-top: 20px;
}
 #rpx_copy {
	 display: inline list-item !important;
	 float: left;
	 top: 3px !important;
}
 .rpx_field .rpx_field_button form-group .rpx_label {
	 margin-left: 30px;
	 display: block;
}
 .btn-primary {
	 color: #ffffff !important;
}
 .donatebutton btn {
	 color: #ffffff !important;
	 font-size: 20px;
}
 .donatebutton:hover {
	 color: #ff0000 !important;
}
 .donatebutton:hover .sp-page-builder .page-content #section-id-1518469724650 {
	 background: #fff568 !important;
	 display: none !important;
}
 .newbuttonart h1 {
	 display: none !important;
}
 .newbutton button {
	 visibility: hidden;
}
 .eshop-image-block .image.img-polaroid {
	 border-width: 0 !important;
	 box-shadow: 0 !important;
	 -webkit-box-shadow: 0 !important;
}
 .tshirts h3 {
	 font-size: 20px !important;
}
 .mod_rapid_contact_ex {
	 width: 100% !important;
	 max-width: 1050px !important;
}
 #section-id-1585668299052 {
	 display: none !important;
}
 #tchsp .overview li {
	 border: none !important;
}
 #tchsp .buttons {
	 display: none !important;
}
 #sp-position7 .sp-module .sp-module-title {
	 text-align: center;
	 text-transform: unset;
	 color: #ff6600 !important;
	 border-top: 1px;
}
 #sp-position7 {
	 width: 100%;
	 padding: 25px 0 0 0;
	 margin-bottom: -20px;
}
 #sp-top2 .jmoddiv .jmodinside {
	 display: none;
}
 .donate {
	 display: inline-block;
	 background-color: #ff9000;
	 border: none;
	 color: #FFFFFF !important;
	 margin-top: 3px;
	 padding: 8px 20px 10px;
	 text-align: center;
	 text-decoration: none;
	 font-size: 22px;
	 font-weight: 600;
	 border-radius: 4px;
	 width: 100%;
	 height: auto;
	 max-width: 200px;
}
 .donate:hover {
	 background-color: #E78045;
	 color: #f0ff00 !important;
}
 
 @media screen and (min-width: 150px) and (max-width: 600px) {
	 .checkout-content .row-fluid .span6 {
		 display: block !important;
		 width: 100% !important;
		 max-width: 590px;
		 padding-left: 20px;
	}
}
 @media screen and (min-width: 150px) and (max-width: 460px) {
	 .sitenamecontainer a {
		 font-size: 30px;
		 line-height: 90px;
	}
}
 .eshop-info-block h5 {
	 font-size: 26px !important;
}
 a {
	 text-decoration: none !important;
}
 #products-list .eshop-product-desc, #products-list .product-infor-block a {
	 font-size: 25px !important;
}
 label .rpx_livebetter1rpx_submit {
	 display: none !important;
}
 #sp-position5 {
	 border-top: solid 1px #ff9000 !important;
	 border-bottom: solid 1px #ff9000 !important;
}
 #sp-position5 a {
	 color: #F37223 !important;
}
 #sp-position5 .js-marquee {
	 font-size: 30px !important;
	 font-weight: 600 !important;
	 padding: 20px !important;
}
 #sp-position8 {
	 padding-top: 0px !important;
	 border-top: solid 0px #ff9000 !important;
	 background: #ff9000 !important;
	 color: #ffffff !important;
	 margin-top: 5px;
}
 #sp-position8 a {
	 color: #ffffff !important;
}
 #sp-position8 .js-marquee {
	 font-size: 23px !important;
	 font-weight: 600 !important;
	 padding: 10px 0 12px 0 !important;
	 color: #ffffff !important;
}
 #sp-header .sp-retina-logo {
	 
}
 #sp-header .logo {
	 
}
 
 @media screen and (max-width: 600px) {
	 .cpscol1, .cpscol2 {
		 width: 100%;
	}
}
 @media screen and (max-width: 480px) {
	 #sp-header {
		 height: 300px;
	}
	 #sp-header #sp-logo img {
		/* width: 100%;
		 height: auto;
		 max-width: 80px !important;
		 */
	}
	
	 .sitenamecontainer .vertical-center2 {
		 padding-left: 80px;
		 font-size: 25pt;
	}
}
 
 .leadblockswrap {
	 display: grid;
	 grid-gap: 1em;
	 grid-template-columns: 32% 32% 32%;
	 padding: 10px;
}
 .leadblockswrap img {
	 width: 100%;
	 height: auto;
	 max-width: 205px;
	 padding-right: 10px;
}
 .leadblockcolor {
	 background: #FFF0DA;
	 padding: 8px;
}
 @media screen and (max-width: 770px) {
	 .leadblockswrap {
		 grid-template-columns: 50% 50%;
	}
}
 @media screen and (max-width: 588px) {
	 .leadblockswrap {
		 grid-template-columns: 100%;
	}
}
 .leadblockswrap a {
	 color: #666666 !important;
	 font-size: 1.1em;
	 font-weight: 700;
}
 .leadblockswrap a:hover {
	 color: #ff9000 !important;
}
 #b {
	 display: block;
	 height: auto;
	 margin: 5px;
	 padding: 5px;
}
 #sp-right {
	 background: #ffffff; 
	 
	box-shadow: -2px 0px 2px #f7f7f7;
}
 #mc_embed_signup {
	 padding: 10px;
}
 .offcanvas-menu .offcanvas-inner .sp-module ul > li, .offcanvas-menu .offcanvas-inner .sp-module ul > li a {
	 width: 100% !important;
	/* min-width: 300px !important; */
}
 #section-id-1585939400150 {
	 background-color: #ffffff !important;
}
 #sppb-addon-1585939400153 {
	 display: none !important;
}
 

 body {
  color: #555555;
  line-height: 28px;
  font-size: 21px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: #ffffff;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #ff0000 !important;
} 

 #sp-main-body {
	 padding: 0 0 !important;
 }
 
/* #sp-component {
	 margin-top: 20px !important;
 }
 */
 #sp-top-bar {
  padding: 8px 0 0;
  background: #6a462c !important;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
  font-size: 22px !important;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
  font-size: 22px !important;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #ffffff !important;
}
ul.social-icons >li a:hover {
  color: #ff0000 !important;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}


.homecustomclass #sp-main-body {
	height: 0;
}


#sp-header {
  background-color: #ffffff !important;
  left: 0;
  position: relative;
  vertical-align: center;
  top: 0px;
  width: 100%;
  height: auto;
  text-align: center;
 
  z-index: 99;
  border-bottom: solid 1px #777777;
  max-height: 124px;
}
#sp-header #sp-logo {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
  padding-top: 0;
  max-width: 233px;
}
#sp-header #sp-logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header #sp-logo p {
  margin: 5px 0 0;
}
#sp-header #sp-logo img {
  width: 220px;
  height: auto;
  padding-top: 4px;
 
  
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-header #sp-position4 .sitenamecontainer {
  width: 100%;
  height: auto;
  padding-left: 3%;
}

#sp-header #sp-position4 .sitenamecontainer a {
 font-family: 'Dongle', sans-serif;
  color: #ffffff !important;
  font-size: 1.5rem;
  float: right;
}

#sp-header #sp-position4 .sitenamecontainer :hover {
  color: #ff0000 !important;
}
.sitenamecontainer .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff9000;
  }



#sp-title {
  min-height: 0;
  margin-top: 0;
}
.sp-page-title {
  background: #612d42 !important;
  padding: 22px 0 22px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Montserrat',sans-serif;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  font-family: 'Montserrat',sans-serif;
}
.sp-page-title h2 {
  font-size: 33px;
  line-height: 1;
  font-family: 'Montserrat',sans-serif;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
    font-family: 'Montserrat',sans-serif;
}

.sp-page-title .sp-page-title-heading {
  font-size: 30px;
  line-height: 1;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}

.material-symbols-outlined {
	 font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 24;
	 
}
	 
 .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 18px;
  
}

 #sp-menu {
	 display: block;
	 text-align: center !important;
	 
}

.sp-megamenu-wrapper{
padding-top: 6px !important;
padding-bottom: 5px;
}

 .sp-megamenu-parent {
	 list-style: none;
	 padding: 0;
	 margin-left: auto;
	 margin-right: auto;
	 z-index: 99;
	 display: block;
	 text-align: center !important;
	 position: relative;
	 font-family: Oswald;
	 color: #2D6132;
}
 .sp-megamenu-parent >li {
	 display: inline-block;
	 position: relative;
	 padding: 0;
}
 .sp-megamenu-parent >li.menu-justify {
	 position: static;
}
 /* .sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
	 display: inline-block;
	 font-family: Arial,sans-serif;
	 padding: 0 10px;
	 line-height: 1 !important;
	 font-size: 12px;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 color: #bf1e2d !important;
	 font-weight: 600 !important;
	 margin-bottom: -10px;
}
*/
 .sp-megamenu-parent >li.sp-has-child>a:after, .sp-megamenu-parent >li.sp-has-child>span:after {
	 font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
  margin-left: 7px;
}
}
 .sp-megamenu-parent >li.active:hover>a, .sp-megamenu-parent >li:hover>a {
	 font-family: Verdana, sans-serif;
	 background-color: #ffffff;
	 color: #F69C4E !important;
}
 .sp-megamenu-parent .sp-module {
	 padding: 10px;
}
 .sp-megamenu-parent .sp-mega-group {
	 list-style: none;
	 padding: 0;
	 margin: 0;
}
 .sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
	 list-style: none;
	 padding: 0;
	 margin: 0;
}
 .sp-megamenu-parent .sp-dropdown {
	 margin: 0;
	 position: absolute;
	 z-index: 10;
	 display: none;
	 font-size: 18px !important;
	 width: 280px !important;
	 
}
 .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	 
	 box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	 padding: 6px;
	 background: #95ff00;
}
 .sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
	 list-style: none;
	 padding: 0 0 10px;
	 margin: 0;
	 
}
 .sp-megamenu-parent .sp-dropdown .sp-dropdown-items.sp-has-child>a:after, .sp-megamenu-parent .sp-dropdown .sp-dropdown-items.sp-has-child>span:after {
	 font-family: "Material Icons";
	 font-weight: 700;
	 font-size: 17px;
	 content: '\e5cf';
}
 .sp-megamenu-parent .sp-dropdown.sp-menu-center {
	 margin-left: 45px;
}
 .sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
	 top: 100%;
}
 .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
	 left: 0;
}
 .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
	 left: auto;
	 right: 0;
}
 .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
	 right: 0;
}
 .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
	 top: 0;
	 left: 95%;
}
 .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
	 box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
 .sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	 display: block;
	 padding: 0;
	 position: relative;
	 
}
 .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span, .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	 display: block;
	 font-family: Verdana, sans-serif;
	 padding: 10px 9px 10px;
	 color: #379C41 !important;
	 cursor: pointer;
	 font-size: 18px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500 !important;

}
 .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
	 text-transform: uppercase;
	 font-weight: bold;
}
 .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
	 background: #880000 !important;
	 color: #fff !important;
}
 .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active:active>a {
	 background-color: #ffffff !important;
	 color: #F69C4E !important;
}
 .sp-megamenu-parent .sp-dropdown-mega >.row {
	 margin-top: 30px;
}
 .sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
	 margin-top: 0;
}
 .sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
	 display: block;
}
 .sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
	 -webkit-animation: spMenuFadeIn 400ms;
	 animation: spMenuFadeIn 400ms;
}
 .sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
	 -webkit-animation: spMenuZoom 400ms;
	 animation: spMenuZoom 400ms;
}
.navbar-nav {
  flex-direction: row !important;
  float: right !important;
  padding-top: 1px !important;
  
}
.navbar-nav > li > a {
  font-size: 1.2em !important;
  color: #ffffff !important;
  padding-left: 15px !important;
}
.navbar-nav > li:hover {
  background-color: transparent !important;
}
.navbar-nav > li > a:hover {
  background-color: transparent !important;
  color: #ffc000 !important;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
	 -webkit-animation: spMenuFadeInUp 400ms;
	 animation: spMenuFadeInUp 400ms;
}
 .sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
	 opacity: 1;
	 -webkit-transform: rotateX(0deg);
	 transform: rotateX(0deg);
	 visibility: visible;
}
 .sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
	 opacity: 1;
	 visibility: visible;
	 top: 100px;
}
 .sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
	 top: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	background: #fdd78e;
}

 .menu-slide-down .sp-has-child >.sp-dropdown {
	 top: 60px;
	 opacity: 0;
	 visibility: hidden;
	 display: block;
	 transition: all 500ms ease;
}
 .menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
	 left: auto;
	 right: 0;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover {
	 background-color: #ffffff;
	 color: #F69C4E !important;
	 min-height: 18px;
}
#sp-bottom {
  background-color: #edcc94 !important;
  padding: 20px 0 20px 0 !important;
  font-size: 13px;
}
#sp-top1 {
  z-index: 9999;
}
#sp-top2 {
  max-width: 900px !important;
  text-align: center;
  z-index: 8999;
}
#sp-top3 {
	padding-right: 25px;
  text-align: center;
  z-index: 1;
}
#sp-feature {
  background: #ffffff;
  padding-top: 5px;
}
.sppb-text-center {
  min-height: 100px !important;
}


.donatebutton btn {
  color: #ffffff !important;
  font-size: 20px;
}
.donatebutton:hover {
  color: #ff0000 !important;
}
.donatebutton:hover .sp-page-builder .page-content #section-id-1518469724650 {
  background: #fff568 !important;
  display: none !important;
}
.newbuttonart h1 {
  display: none !important;
}
.newbutton button {
  visibility: hidden;
}
.eshop-image-block .image.img-polaroid {
  border-width: 0 !important;
  box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
}
.tshirts h3 {
  font-size: 20px !important;
}
.mod_rapid_contact_ex {
  width: 100% !important;
  max-width: 1050px !important;
}
#section-id-1585668299052 {
  display: none !important;
}
#tchsp .overview li {
  border: none !important;
}
#tchsp .buttons {
  display: none !important;
}
#sp-position7 .sp-module .sp-module-title {
  text-align: center;
  text-transform: unset;
  color: #ff6600 !important;
  border-top: 1px;
}
#sp-position7 {
  width: 100%;
  padding: 25px 0 0 0;
  margin-bottom: -20px;
}
#sp-top2 .jmoddiv .jmodinside {
  display: none;
}
.donate {
  display: inline-block;
  background-color: #ff9000;
  border: none;
  color: #FFFFFF !important;
  margin-top: 3px;
  padding: 8px 20px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  border-radius: 4px;
  width: 100%;
  height: auto;
  max-width: 200px;
}
.donate:hover {
  background-color: #E78045;
  color: #f0ff00 !important;
}
/* .pledgebar {
  font-family: Caveat;
  font-size: 39px;
  line-height: 44px;
  color: #ffffff;
  background-color: #e68045;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  
  
  
  
} */
@media screen and (min-width: 150px) and (max-width: 600px) {
  .checkout-content .row-fluid .span6 {
    display: block !important;
    width: 100% !important;
    max-width: 590px;
    padding-left: 20px;
  }
  
  #sp-user1 .rcorners1{
	 font-size: 4vw;
  }
}



#sp-slider {
	margin-top: 0;
	
}
#sp-user {

	background-color: transparent;
	width: 100%;
    height: auto;
	border: solid 0px #ff9000;
	/* margin-top: -32px;
	opacity: .8; */
	padding-left: 10px;
  padding-right: 10px;

}

 #sp-user1, #sp-user2, #sp-user3, #sp-user4{
	 
/* padding-top: 40px;
padding-bottom: 40px;
padding-left: 20px;
margin-top: 2px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px; */
display: inline-block;
text-align: left;
border: solid 0px #ff9000;
padding: 0;
color: #ffffff;

 }
 
  #sp-user1 {
	  background: #73AD21;

  }

#sp-user .container {
  /* padding-left: 45px; */
} 



#sp-column{
width: 100%;
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
}




.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0px;
}



/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1300px) {
   .column {
    flex: 45%;
    max-width: 45%;
	font-size: 1.1em;
  }
}

/* Responsive layout - makes one column */
@media screen and (max-width: 1000px) {
   .column {
    flex: 100%;
    max-width: 100%;
	font-size: 1em;
  }
}

.image-container {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  line-height: 0;
  min-height: 330px;
  
}

#aa {
	background-color: #ff9000;
}

#ab {
	background-color: #007FBA;
}

#ac {
	background-color: #ff00ff;
}

#ad {
	background-color: #ff0000;
}


.centeredText a{
	position: absolute;
  font-family: Montserrat;
  left: 0;
  /* top: 50%;
  transform: translateY(-50%);
  */
  width: 100%;
	font-size: 1em;
  line-height: 1.4;
  color: #ffffff !important;
  padding: 10px 0 0 20px;
}
		
.centeredText span, .centeredText a span{
  position: absolute;
  font-family: Montserrat;
  left: 0;
  /* top: 50%;
  transform: translateY(-50%);
  */
  width: 100%;
  
 font-size: .95em;
  line-height: 1.3;
  color: #ffffff !important;
 font-weight: 400;
 padding: 20px;
 
 
}



#a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #1A73FF;
  box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  height: 200px;
  margin: 5px;
  padding: 5px;
}

#sp-pledge {
color: #ffffff;
background-color: #e68045;
padding: 20px;


}

.pledgebar, .pledgebar a {
  font-family: Caveat;
  font-size: 37px;
  line-height: 1.4;
  color: #ffffff !important;
  background-color: #e68045;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px;
  
}
 .pledgebar img {
	 width: 100%; 
	 height: auto; 
	 max-width: 190px; 
	 padding: 15px 10px 0px; 
	 float: left; 
 }
.eshop-info-block h5 {
  font-size: 26px !important;
}
a {
  text-decoration: none !important;
}
#products-list .eshop-product-desc,
#products-list .product-infor-block a {
  font-size: 25px !important;
}
label .rpx_livebetter1rpx_submit {
  display: none !important;
}
#sp-position5 {
  border-top: solid 1px #ff9000 !important;
  border-bottom: solid 1px #ff9000 !important;
}
#sp-position5 a {
  color: #F37223 !important;
}
#sp-position5 .js-marquee {
  font-size: 30px !important;
  font-weight: 600 !important;
  padding: 20px !important;
}
#sp-position8 {
  padding-top: 0px !important;
  border-top: solid 0px #ff9000 !important;
  background: #ff9000 !important;
  color: #ffffff !important;
  margin-top: 5px;
}
#sp-position8 a {
  color: #ffffff !important;
}
#sp-position8 .js-marquee {
  font-size: 23px !important;
  font-weight: 600 !important;
  padding: 10px 0 12px 0 !important;
  color: #ffffff !important;
}
#sp-header .sp-retina-logo {
  
}
#sp-header .logo {
  
}
.cpscol1 {
  width: 45%;
  float: left;
  margin-right: 25px;
}
.cpscol2 {
  width: 45%;
  float: left;
  border: solid 1px #333333;
}
.cpstwocolrow:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .cpscol1,
  .cpscol2 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #sp-header {
    height: 300px;
  }
  #sp-header #sp-logo img {
   /* width: 100%;
    height: auto;
    max-width: 80px !important;
	*/
  } 
  .sitenamecontainer .vertical-center2 {
    padding-left: 80px;
    font-size: 25pt;
  }
}
.safblockswrap {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 32% 32% 32%;
  justify-content: space-evenly;
  align-items: center;
}

.safblockswrap a {
  color: #ffffff !important;
  font-size: 1.5em;
  
}
.safblockswrap a:hover {
  color: #ff9000 !important;
  font-size: 1.5em;
  
}


#a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #1A73FF;
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  height: 200px;
  margin: 5px;
  padding: 5px;
  line-height: 1.1;
}

#c {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #0000ff;
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  height: 200px;
  margin: 5px;
  padding: 5px;
  line-height: 1.1;
  
  
}

.leadblockswrap {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 32% 32% 32%;
  padding: 10px;
}
.leadblockswrap img {
  width: 100%;
  height: auto;
  max-width: 205px;
  padding-right: 10px;
}
.leadblockcolor {
  background: #FFF0DA;
  padding: 8px;
}
@media screen and (max-width: 770px) {
  .leadblockswrap {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 588px) {
  .leadblockswrap {
    grid-template-columns: 100%;
  }
}
.leadblockswrap a {
  color: #666666 !important;
  font-size: 1.1em;
  font-weight: 700;
}
.leadblockswrap a:hover {
  color: #ff9000 !important;
}
#b {
  display: block;
  height: auto;
  margin: 5px;
  padding: 5px;
}

#mc_embed_signup {
  padding: 10px;
}
/*.offcanvas-menu .offcanvas-inner .sp-module ul > li,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  width: 100% !important;
  min-width: 300px !important;
}
*/
/*#section-id-1585939400150 {
  background-color: #ffffff !important;
}
#sppb-addon-1585939400153 {
  display: none !important;
} 
*/

#offcanvas-toggler {
	height: inherit;
}


.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.hide {
  display: none;
}
.badge.badge-info {
  background-color: #22b8f0;
}
.btn:not([class*="btn-"]) {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn:not([class*="btn-"]):hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.control-group {
  margin-bottom: 16px;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 180px;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dt img {
  display: inline-block;
}
@media (max-width: 767px) {
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

 
 #sp-footer {
  color: #fff;
  background: #BF1E2D !important;
  text-align: center;
  padding: 20px 0;
  font-size: 22px !important;
}
#sp-footer a {
  color: #ffffff !important;
}
#sp-footer a:hover {
  color: #00ff00 !important;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: block;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: block;
  }
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}

@media screen and (min-width: 319px) and (max-width: 1260px) {
	 .sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
		 font-size: 14px;
		 padding: 0 3px;
		 
	}
	 .sp-megamenu-parent .sp-dropdown {
		 font-size: 11px;
	}
	 .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
		 padding: 8px;
	}
	 .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
		 left: 40%;
	}
	
	.centeredText span, .centeredText a span {
  
  font-size: .85em;
	}
	
}

@media screen and (min-width: 319px) and (max-width: 1200px) {
	#sp-top2 a{
		 
			max-width: 130px;		
	}
	
	#sp-top3 {
		font-size: .7em;
	}
	
  
  	#sp-header #sp-logo img {
	 /* width: 100%;
height: auto;
*/
  }
  
  
 
}

@media screen and (min-width: 150px) and (max-width: 1140px) {
.centeredText a{
	font-size: .85em;
    line-height: 1.2;
    padding: 10px 0 0 20px;
}
		
.centeredText span, .centeredText a span{
  font-size: .85em;
  line-height: 1.2;
  padding: 20px;
 
}
}


@media screen and (min-width: 300px) and (max-width: 1060px) {
	 .sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
		 font-size: 13px;
		 padding: 0 3px;
		 
	}
	 .sp-megamenu-parent .sp-dropdown {
		 font-size: 11px;
	}
	 .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
		 padding: 8px;
	}
	 .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
		 left: 40%;
	}
	
}

@media screen and (min-width: 150px) and (max-width: 1015px) {
	 #sp-header #sp-logo img {
	 /* width: 100%;
height: auto;
max-width: 80px !important;
*/
  }
 
	#offcanvas-toggler {
  height: 80px;
  
}

.navbar-nav > li > a {
	  font-size: 1em !important;
  }


  
  .safblockswrap a, .safblockswrap a:hover{
    /* grid-template-columns: 50% 50%; */
	font-size: 1em;

  }
  
  
  #sp-header #sp-position4 .sitenamecontainer a{
	  margin-top: 0;
  }
  
  #sp-user {
	  margin-top: -2px;
  }
  
  #sp-user1, #sp-user2, #sp-user3, #sp-user4 {
	  
	width:25%;
	  
  }  
   
  .centeredtText, .centeredText span{
  
  font-size: .85em;
 line-height: 1;

}

.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
		 /* font-size: 10px;
		 padding: 0 3px;
		 */
	}
	 .sp-megamenu-parent .sp-dropdown {
		 font-size: 11px;
	}
	 .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
		 padding: 8px;
	}
	 .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
		 left: 40%;
	}

}


@media screen and (min-width: 150px) and (max-width: 890px) {
	
	#sp-header #sp-position4 .sitenamecontainer a{
	  margin-top: -30px;
  }
	
	
	.centeredText span{
  
  font-size: .75em;
line-height: .9;
	}
	
	#sp-pledge {

padding: 10px;


}
	.pledgebar a {
		font-size: 30px;
	}
	
	.pledgebar img {
	 width: 100%; 
	 height: auto; 
	 max-width: 150px; 
	 padding: 15px 10px 0px; 
	 float: left; 
 }
 
 .centeredText a{
	font-size: .8em;
    line-height: 1.4;
    padding: 10px 0 0 20px;
}
		
.centeredText span, .centeredText a span{
  font-size: .8em;
  line-height: 1.3;
  padding: 20px;
 
}
 
}

	
 
@media screen and (min-width: 150px) and (max-width: 770px) {
	

.safblockswrap a, .safblockswrap a:hover{
    /* grid-template-columns: 50% 50%; */
	font-size: .71em;
	
  }
  
  #sp-user1, #sp-user2, #sp-user3, #sp-user4 {
	  
	width:50%;
	  
  }
  
  
  .image-container {
  
  min-height: 260px;
  
}
   
}

@media screen and (min-width: 150px) and (max-width: 580px) {
	#sp-header {
		display: block;
		height: 120px;
		line-height: 1;
	}
	
	#sp-header #sp-logo img {
	
	}
	
	
	
	.sitenamecontainer .vertical-center2 {
		padding: 10px 10px 25px 1px;
	   font-size: 40pt;
	   line-height: .8;
  }
  	
}

@media screen and (min-width: 150px) and (max-width: 470px) {
	

   #sp-header #sp-logo {
 /*display: block;
  width: 100px;
  */
   }
   
   
     
  .navbar-nav > li > a {
  font-size: .9em !important;
  }
    .safblockswrap a, .safblockswrap a:hover{
    /* grid-template-columns: 50% 50%; */
	font-size: .5em;
	
  }
  
  #sp-user1, #sp-user2, #sp-user3, #sp-user4 {
	  
	width:100%;
	  
  }
  
  .image-container {
  
  min-height: 250px;
  
}
  
}

@media screen and (min-width: 150px) and (max-width: 418px) {

 #sp-header #sp-logo {
 
  width: 140px;
  overflow: hidden;
  
 }
 
 .centeredText span{
  
  font-size: .8em;

	} 
	
} 
 
@media screen and (min-width: 150px) and (max-width: 320px) {
  


#sp-position1 {
  width: 100%;
  height: auto;
  margin-top:9px;

   }

	
}

@media screen and (min-width: 150px) and (max-width: 385px) {
	 #sp-header #sp-logo {
 

   }
 

  /* background: #EBEBC3; */
 
}
#sp-position1 a {
	font-family: "Dongle", sans-serif;
  font-size: 3.3em;
 color: #ff9000 !important;
 padding: 10px;
 line-height: 1.1;
  
}
#sp-position1  a:hover {
  color: #ff0000 !important;
}

@media screen and (min-width: 150px) and (max-width: 1433px) {
	#sp-position1 a {
  font-size: 2.4em;
}
}

#sp-position1 .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff9000;
  font-size: 35pt;
}
#sp-position1 .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff9000;
  font-size: 65pt;
}

.product-info #productTabs {
	display: none !important;
}

.sponsoropp .product-info h1 {
	
}

#offcanvas-toggler {
  float: right;
  line-height: 70px;
  margin-left: 15px;
  font-size: 20px;
}
#offcanvas-toggler > i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler > i:hover {
  color: #fff;
}
.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.body-wrapper {
  position: relative;
  transition: 0.5s;
  right: 0;
  visibility: visible;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 0.5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding-top: 3px;
}
.close-offcanvas:hover {
  color: inherit;
}
.offcanvas-menu {
  height: 100%;
  width: auto;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  transition: 0.5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner > .alert {
  margin: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin: 0;
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
  padding-left: 25px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.nav {
  display: block;
  margin: 0 -30px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
  padding-right: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li > a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas .body-wrapper {
  right: 0;
  transform: translateX(-320px);
}
.offcanvas .body-wrapper:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  transform: translateX(0);
  width: 210px;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}

.eshop-container {
padding: 30px 0 30px 0;
}

#redim-cookiehint a {
	color: #ffffff !important;
}


.rpx_form_container .checkbox, .rpx_form_container .radio
{
  vertical-align: baseline !important;
  margin-right: 5px;
}

#sp-user1 .rcorners1 {
  margin-top: -130px;
  border-radius: 5px 50px 5px 5px;
  background: #73AD21;
  padding: 20px 20px 30px 35px;
  width: 100%;
  height: auto;
  /* max-width: 400px; */
  font-size: 2vw;
  line-height: 1.2;
}



#sp-user2
{
	background: #2D6132;
}
.user2-why{
	
	padding: 25px 25px 25px 15px;
	color: #ffffff;
	font-size: 1.4vw;
	line-height: 1.6;
}

.user2-why ul li{
	
list-style-type: circle;
}

#rpx_pot1rpx_submit.rapid_contact_ex.button.btn.btn-primary  {
	background-color: #612D42 !important;
	border: none;
}
#rpx_pot1rpx_submit.rapid_contact_ex.button.btn.btn-primary:hover  {
	background-color: #00ff00 !important;
	
}


#rpx_div_rpx_pot1.rapid_contact_ex.rpx_form_container {
	max-width: 900px;
	padding-bottom: 40px;
}


@media screen and (min-width: 10px) and (max-width: 600px) {
#sp-user1 .rcorners1, .user2-why ul li {
	margin-top: 20px;
font-size: 20px;
padding: 15px;
}

}
