@import url('customprime.css');

/* FONTS 2019 Start */

/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/oswald-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Oswald Light'), local('Oswald-Light'),
       url('../webfonts/oswald-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/oswald-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/oswald-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/oswald-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/oswald-v16-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/oswald-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('../webfonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/oswald-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/oswald-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/oswald-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/oswald-v16-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* work-sans-300 - latin */
@font-face {
  font-family: 'Work Sans';
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/work-sans-v4-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Work Sans Light'), local('WorkSans-Light'),
       url('../webfonts/work-sans-v4-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/work-sans-v4-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/work-sans-v4-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/work-sans-v4-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/work-sans-v4-latin-300.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/work-sans-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Work Sans'), local('WorkSans-Regular'),
       url('../webfonts/work-sans-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/work-sans-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/work-sans-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/work-sans-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/work-sans-v4-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: "Flaticon";
  font-display: auto;
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
   url("../fonts/Flaticon.woff") format("woff"),
   url("../fonts/Flaticon.ttf") format("truetype"),
   url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
}
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 20px;
font-style: normal;
/*margin-left: 20px;*/
}

/* ### FARBEN ### */
/* Blau: color:#2290BF; */
/* Gruen: color:#95C11E; */
/* P Grau: color:#787878; */
/* H1 Dunkelgrau color:#4a4a4a;  */
/* BG Hellgrau color:#F1F1F1;  */
/* a color: ; */
/* a:hover color: ; */

/* ### NAME ### */
.arztpraxis {
  font-family:'Oswald', sans-serif;
  font-weight:300;
  font-size:22px;
  color:#2290BF;	
}
.heute {
  font-family:'Oswald', sans-serif;
  font-weight:300;
  font-size:21px;
  color:#95C11E;	
}
.claim {
  font-family:'Work Sans', sans-serif;
  font-weight:400;
  font-size:14px;
  padding-top:3px;
  color:#787878;
}

/* ### COOKIES ### */
#CybotCookiebotDialogBodyContentTitle {
	font-family: 'Oswald', sans-serif !important;
	font-weight: 300 !important;
    font-size: 14pt !important;
}
#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentControls, #CybotCookiebotDialogBodyContentTitle {
    font-family: 'Work Sans', sans-serif !important;
}
#CybotCookiebotDialogBodyContent {
    font-weight: 300 !important;
    font-size:10pt !important;
}
a#CybotCookiebotDialogBodyLevelButtonAccept, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
	background-color: #2290BF !important;
	border: 1px solid #2290BF !important;
}

/* ### GENERELL ### */
.gruen {color: #95C11E;}
a {
	color:#2290BF;
}
a:hover {

}
.liste_abstand ul {
  padding-left:14px;
}
.klein {
  font-size: 10px !important;
}
.klein .sppb-addon-content {
  font-size: 11px !important;
}
.sppb-btn-primary {
    border-color: #2290BF;
    color: #2290BF;
    background-color: #fff;
}
.sppb-btn-primary:hover {
  color:#fff;
  background:#2290BF;
  transition: all 0.5s ease 0s;
  border:1px solid #2290BF;
}
.sppb-btn-primary:active {
  color:#fff;
  background:#2290BF;
  transition: all 0.5s ease 0s;
  border:1px solid #2290BF;
}
h1 {
  font-family:'Oswald', sans-serif;
  font-weight:300;
  font-size:24px;
  color:#4a4a4a;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  margin-bottom:20px;
  margin-top:20px;
  text-align: left;
}
h1::first-letter {
  color:#95C11E;
}
h2 {
  font-family:'Oswald', sans-serif;
  font-weight:300;
  font-size:20px;
  line-height:26px;
  color:#4a4a4a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom:20px;
  text-align: left;
}
h3 {
  font-family:'Oswald', sans-serif;
  font-weight:300;
  font-size:17px;
  color:#4a4a4a;
  margin-bottom:20px;
}
.su-spoiler-title h3 {
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 17px;
    line-height: normal;
}
/* ### CALL TO ACTION ### */
h4 {
  font-family:'Work Sans', sans-serif;
  font-weight:400;
  font-size:22px;
  letter-spacing: 1px;
  line-height:32px;
  color:#4a4a4a;
  text-align: center;
}

.sppb-addon-animated-heading .sppb-addon-title {
    font-weight: 400;
    color:#4a4a4a;
}
 @media (max-width: 900px){
}

/* ### LOGO ### */
#sp-header .logo {
  float: left;
}

/* ### ADRESSBOX NOTE ### */
.adressbox_note .su-note {
    margin: 0 0 1.0em 0;
    padding-left:10px;
}
.adressbox_note .su-note-info.su-note-style4 {
    /* border-left-color: #95C11E; */
    /* background-color: #f1f1f1; */
    border-left-color: transparent;
    background-color: transparent; 
}
.adressbox_note img {
	display:block;
	margin-bottom:10px;
}
.adressbox_note p {
	font-size: 14px;
	color: #787878;
	line-height: 130%;
}
.adressbox_note a {
	color:#2290BF;
	font-weight:300;
	text-decoration: none;
}
.adressbox_note a:hover {
	color:#2290BF;
	border-bottom: 1px dotted #95C11E;
}

/* ### ACCORDION STARTSEITE ### */
.sppb-addon-accordion .sppb-addon-content {
   font-size:15px;
}
.accordion_liste ul {
	background-color:#f1f1f1;
	padding:10px;
	border-radius:2px;
}
.accordion_liste li {
	margin-left:18px;
}

.sppb-blockquote p {
    font-size: 15px;
    background-color:#f1f1f1;
    padding:10px;
    border-radius:2px;
}

/* ### OFFCANVAS ### */
.new-look .offcanvas-menu {
    background-color:#4A4A4A;
}
.new-look .offcanvas-menu .sp-module ul > li ul li a {
    background-color: #666666 !important;
}

/* ### NEWS TEASER ### */
.news-teaser {
  background-color: #F1F1F1;
}
.news-teaser h3 {
  margin-top:0;
}

/* ### AH Teaserboxen Startseite (Modul) ### */
.prime27 .sppb-addon-title {
  font-family:'Oswald', sans-serif;
  font-style:normal;
  font-size:20px;
  color:#4a4a4a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom:20px;
  padding:20px 0 20px 10px;
}
.prime27 .sppb-addon-text {
  font-family:'Work Sans', sans-serif;
  font-style:normal;
  font-weight:300;
  font-size:15px;
  color:#787878;
  letter-spacing: 0;
  line-height:170%;
  padding:10px;
}
.prime27 {
/* border:1px dashed #2290BF; */
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.prime27:hover {
transform: translateY(-10px);
/* background:#fac012; */
background: #2290BF;
transition: all 0.3s;
}
.prime27:hover .sppb-addon-title {color:#fff;}
.prime27:hover .sppb-addon-text {color:#fff;}
.prime27:hover .sppb-addon-text h3 {color:#fff;}
.prime27:hover .sppb-addon-text a {}
.prime27 .sppb-btn-primary {
    color:#2290BF;
    border-color: #2290BF;
    background-color: #fff;
}
.prime27 .sppb-btn-primary:hover {
  color:#fff;
  background:#95C11E;
  transition: all 0.5s ease 0s;
  border:1px solid #fff;
} 

/* ### CALL TO ACTION UEBER UNS ### */
.su-call-to-action h3 {
    font-size: 22px;
    line-height: 32px;
    color: #4a4a4a;
}
.su-call-to-action .cta-dbtn {
    padding: 5px;
    font-size: 16px;
    text-decoration: none;
    border-color: #2290BF;
    background-color: #fff;
    color: #2290BF;
    border: 1px solid #2290BF;
    border-radius:0;
}
.su-call-to-action .cta-dbtn:hover {
    color: #fff;
    background: #2290BF !important;
    transition: all 0.5s ease 0s;
    border: 1px solid #2290BF;
}

/* ### PRAXISHOMEPAGE ### */
.liste ul {
  padding-left:14px;
}
.liste li {
  padding-bottom:6px;
  line-height: 150%;
}

/* ### FOOTER ### */
#sp-footer {
    color: #fff;
    padding: 10px 0;
}
.single-footer-widget .footer-contact-info li .text-holder h5 span {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    font-family:'Work Sans', sans-serif;
}
.sp-module .latestnews > div {
    border-bottom: 0px solid #e8e8e8;
}
.sp-module ul > li {
    border-bottom: 0px solid #e8e8e8;
}

/* ### NEWS AH ### */
#sp-main-body {
    padding: 50px 0 0 0;
}
.page-header {
    padding-bottom: 0;
    margin: 0 0 20px 0;
    border-bottom:0;
}
.blog article.item  {
  background:#f1f1f1;
  border: 1px solid #f1f1f1;
  padding:5px 0 20px 0!important;
  font-weight:300;
  color:#787878;
}
.blog article.item h2 a{
    display: block;
  font-family:'Oswald', sans-serif;
  font-weight:300;
  font-size:20px;
  color:#4a4a4a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom:0;
  text-align: center;
  padding:0 20px;
}
.blog article.item p {
  font-family:'Work Sans', sans-serif;
  font-style:normal;
  font-weight:300;
  font-size:15px;
  color:#787878;
  letter-spacing: 0;
  line-height:160%;
  padding: 5px 20px 0px 20px;
}
.readmore .btn-default{
  background:#2290BF;
  border:1px solid #2290BF;
  font-family:'Work Sans', sans-serif;
  font-weight:300;
  font-size:13px;
  padding:2px 5px;
  transition: all 0.5s ease 0s;
  color:#fff;
  border-radius:0;
}
.readmore .btn-default:hover {
  color:#2290BF;
  background:#fff;
  transition: all 0.5s ease 0s;
  border:1px solid #2290BF;
}
.btn_news_single_back {
  color:#fff;
  padding: 2px 5px;
  font-size: 12px;
  border:1px solid #2290BF;
  background-color: #2290BF;
  transition: all 0.5s ease 0s;
}
.btn_news_single_back:hover {
  color:#2290BF;
  padding: 2px 5px;
  background:#fff;
  transition: all 0.5s ease 0s;
  border:1px solid #2290BF;
}
.pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span:hover, .pagination > .active > span:focus {
    border-color: #2290BF;
    background-color: #2290BF;
}
.pagination {font-size:14px !important;}
.pagination > li:first-child > a, .pagination > li:first-child > span {border-top-left-radius:0; border-bottom-left-radius:0;}
.pagination > li > a, .pagination > li > span {color:#787878;}
.pagination > .active > a, .pagination > .active > span {border-color:#f1f1f1; background-color:#f1f1f1; color:#787878;}
.pagination > li > a:hover {color:#fff; background:#2290BF;}
.pager li > a, .pager li > span {
    font-size:14px;
    display: inline-block;
    padding: 2px 8px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius:0;
}

/* ### REFERENZEN ### */
.cbp-caption-activeWrap {
    background-color: #2290BF;
}
.cbp-l-caption-title {
  font-family:'Work Sans', sans-serif;
  font-weight:300;
  font-size:16px;
}
.cbp-l-inline-subtitle {
    font-family:'Work Sans', sans-serif;
    font-weight:300;
    font-size:13px;
}
.cbp-l-inline-title {
  font-family:'Oswald', sans-serif;
  font-weight:300;
  font-size:20px;
  line-height:26px;
  color:#4a4a4a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom:20px;
  text-align: left;
}
.cbp-l-inline-desc {
    font-family:'Work Sans', sans-serif;
    font-weight:300;
    font-size:15px;
    color: #787878;
    margin-top: 25px;
    margin-bottom: 20px;
}
.cbp-l-inline-view-wrap {
	display: none;
    text-align: left;
}
.cbp-l-inline-view {
    font-family:'Work Sans', sans-serif;
    font-weight:300;
    font-size:13px;
    margin-top: 10px;
    display:inline-block;
    padding:0;
    border: 1px solid #2290BF;
    text-decoration: none;
}
a.cbp-l-inline-view {
    color:#2290BF;
    background-color:#fff;
    padding:0 8px;
}
.cbp-l-inline-view:hover {
    color: #fff;
    background-color: #2290BF;
    border-bottom: 1px solid #2290BF !important;
}
.cbp-l-loadMore-button .cbp-l-loadMore-link, .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    color: #787878;
    font-family:'Work Sans', sans-serif;
    font-weight:300;
}

/* ### KONTAKTFORMULAR ### */
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-left:0;
  margin-right:10px;
}
.checkbox-inline, .radio-inline {
  display: block;
  width:100%;
  margin-left: 0;
  margin-right:10px;
  font-weight: 300;
}
.rsform-block label {
	font-size:13px;
}
strong.formRequired {
    font-weight: 300;
}

.formError {
    color: #CF4D4D;
    font-weight: 400;
    font-size: 12px;
}
.input-group-btn {
    float: left;
    margin-left: 5px;
}
a.rsform-captcha-refresh-button {
    color: #2290BF;
    background-color: #fff;
    border-color: #2290BF;
    font-size:14px;
    border-radius: 0;
}
a:hover.rsform-captcha-refresh-button {
    color: #fff;
    background-color: #2290BF;
    border-color: #2290BF;
}
input#absenden.rsform-submit-button {
	background: #fff;
	border: 1px solid #2290BF;
	font-size:17px;
	color: #2290BF;
	font-weight:400;
	font-family: 'Work Sans', sans-serif;
	padding: 5px 10px;
	transition: all 0.3s ease 0s;
	border-radius:0;
	text-transform: uppercase;
}
input#absenden.rsform-submit-button:hover{
    color: #fff;
    background-color: #2290BF;
    border-color: #2290BF;
}

/* ### COOKIE ### */
#cadre_alert_cookies a, #cadre_alert_cookies a:hover, #cadre_alert_cookies a:focus {
    color: #2290BF;
    text-decoration: none;
}

/* ### KUNDENLOGIN ### */
.form-links {
	display:none;
}

/* ### PROGRESSBAR VORTEILE HOMEPAGE ### */
.sppb-progress-label {font-weight:400;}
.sppb-progress-label > span {font-weight:400;}


.flaticon-mountain:before { content: "\f100"; }
.flaticon-nature:before { content: "\f101"; }
.flaticon-lawn-mower:before { content: "\f102"; }
.flaticon-hand-and-leaf:before { content: "\f103"; }
.flaticon-herbs-leaves-for-natural-spa-treatment:before { content: "\f104"; }
.flaticon-grass:before { content: "\f105"; }
.flaticon-plant:before { content: "\f106"; }
.flaticon-plant1:before { content: "\f107"; }
.flaticon-herbal-spa-treatment-leaves:before { content: "\f108"; }

.flaticon-silhouette:before { content: "\f109"; }
.flaticon-people:before { content: "\f10a"; }
.flaticon-dancer-motion:before { content: "\f10b"; }
.flaticon-dancing-man:before { content: "\f10c"; }
.flaticon-flamenco-dancers-sexy-couple-silhouettes:before { content: "\f10d"; }
.flaticon-breakdancing-dancer:before { content: "\f10e"; }
.flaticon-flamenco-dancer:before { content: "\f10f"; }
.flaticon-ballerina-shoes:before { content: "\f110"; }
.flaticon-female-flamenco-dancer-shoes:before { content: "\f111"; }
.flaticon-michael-jackson:before { content: "\f112"; }
.flaticon-dancing-girl:before { content: "\f113"; }
.flaticon-dancing:before { content: "\f114"; }
.flaticon-dancer:before { content: "\f115"; }
.flaticon-flamenco-couple-dancing:before { content: "\f116"; }
.flaticon-jumping-dancer:before { content: "\f117"; }
.flaticon-dancer-with-music:before { content: "\f118"; }
.flaticon-man-in-a-party-dancing-with-people:before { content: "\f119"; }

.flaticon-transport-4:before { content: "\f11a"; }
.flaticon-transport-3:before { content: "\f11b"; }
.flaticon-transport-2:before { content: "\f11c"; }
.flaticon-transport-1:before { content: "\f11d"; }
.flaticon-transport:before { content: "\f11e"; }
.flaticon-generator:before { content: "\f11f"; }
.flaticon-car-door:before { content: "\f120"; }
.flaticon-car-lights:before { content: "\f121"; }
.flaticon-gears:before { content: "\f122"; }
.flaticon-car-with-wrench:before { content: "\f123"; }
.flaticon-tire:before { content: "\f124"; }
.flaticon-car-wheel:before { content: "\f125"; }
.flaticon-car-repair:before { content: "\f126"; }
.flaticon-taxi-1:before { content: "\f127"; }
.flaticon-oil:before { content: "\f128"; }
.flaticon-car-1:before { content: "\f129"; }
.flaticon-car:before { content: "\f12a"; }
.flaticon-motor-1:before { content: "\f12b"; }
.flaticon-motor:before { content: "\f12c"; }
.flaticon-car-2:before { content: "\f12d"; }
.flaticon-taxi:before { content: "\f12e"; }

/**/

body {
  font-family:'Work Sans', sans-serif;
  font-style:normal;
  font-weight:300;
  font-size:15px;
  color:#787878;
  letter-spacing:0;
  line-height:170%;
}

/* ### SLIDER ### */
strong{font-weight:400;}
.sp-contact-info {float: left;}
ul.social-icons {float: right;}
.sp-contact-info li i {color:#787878;}
.sp-contact-info li a {color:#2290BF;}
.sp-contact-info{color:#787878;font-weight:400;}
ul.social-icons > li a {color:#2290BF;}
ul.social-icons > li{
  background:transparent;
  width:30px;
  height:30px;
  padding:0;
  text-align:center;
  border-radius:100px;
}
ul.social-icons > li:hover {background:#95C11E;}
ul.social-icons > li:hover a{color:#fff!important;}

/* ### Anpassungen Smartphone ### */
@media screen and (max-width:40em) {
	body {color:#54565b; font-size:16px;}
	.cbp-l-caption-title {font-size:14px;}
	.rsform-block label {font-size:15px;}
}

/**/
@media (max-width: 1024px){
.sp-megamenu-parent {display: none !important;}
#offcanvas-toggler {	display: inline-block !important;visibility: visible;}
}
/**/

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
font-size: 12px;
font-weight:400;
padding: 0 14px;
text-transform: uppercase;
}

a:hover {border-bottom:1px dotted #95C11E; color: #2290BF;}
.linksaufblau a:hover {border-bottom:1px dotted #fff; color:#95C11E;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {color:#787878;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:hover{ color: #ffffff;}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {color:#2290BF;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {font-weight:300; border-bottom:1px dashed #95C11E; color:#7878787; font-size:14px;
-webkit-animation: spMenuFadeIn 400ms;
animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {background:#2290BF; font-weight:300; border-top:1px dashed #f5f5f5; color:#fff;}

/**/
.sp-page-title .breadcrumb {display:none;}
#sp-breadc{
border-bottom:0;
/* padding: 13px 0 7px; */
padding:0;
}
.breadcrumb {
background:transparent;
margin-bottom:0px;
padding-left: 0px;
font-size: 13px;
}
.breadcrumb > li a {
color: #2290BF;
transition: all 500ms ease 0s;
font-size: 13px;
font-weight:300;
text-transform: uppercase;
}
.breadcrumb > li a:hover {color:#2290BF; transition: all 500ms ease 0s;}
.breadcrumb > li + li::before {content:" ";}
.breadcrumb > li + li a::after {
color: #787878;
content: "\f0da";
font-family: FontAwesome;
padding-left:10px;
}
.breadcrumb > .active {
color: #787878;
display: inline-block;
font-size:13px;
font-weight:300;
margin: 0;
}

/**/

.prime01 .sppb-addon-title {
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding-left:5px;
animation-duration: 1.1s;
animation-fill-mode: both;
animation-name: fadeIn;
}
.prime01 .sppb-addon-content {display:none;}
.prime02 .sppb-addon-title {
font-size:60px;
color:#fff;
/* font-weight:800; */
margin-top:0;
animation-duration: 1.2s;
animation-fill-mode: both;
animation-name: fadeIn;
}
.prime02 .sppb-addon-content {
font-size:17px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding-left:5px;
animation-duration: 1.3s;
animation-fill-mode: both;
animation-name: fadeIn;
}
blockquote { border-left: 3px solid #252525; font-size: 17px !important;}

/* ### BUTTONS ### */
a.btn_ah_klein_blau {
    border: 1px solid #2290BF;
    color: #2290BF;
    background-color: #fff;
    transition: color 400ms, background-color 400ms, border-color 400ms;
    border-radius: 0;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
    text-decoration: none;
}
a:hover.btn_ah_klein_blau {
  color: #fff;
  background: #2290BF;
  transition: all 0.5s ease 0s;
  border: 1px solid #2290BF;
  outline: 0;
}

.btn-color .sppb-btn {
background:#95C11E;
border:2px solid #95C11E;
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding:14px 30px;
transition: all 0.3s ease 0s;
}
.btn-color .sppb-btn:hover {
background-image: linear-gradient(to bottom, #b91e1f, #95C11E);
border:2px solid #95C11E;
transition: all 0.3s ease 0s;
}
.btn-color-round .sppb-btn {
background:#95C11E;
border:2px solid #95C11E;
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding:12px 30px;
transition: all 0.3s ease 0s;
border-radius:50px;
}
.btn-color-round .sppb-btn:hover {
background:#fff;
border:2px solid #fff;
transition: all 0.3s ease 0s;
color:#252525;
}
/**/


.btn-color-round2 .sppb-btn {
background:#95C11E;
border:2px solid #95C11E;
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding:12px 30px;
transition: all 0.3s ease 0s;
border-radius:50px;
}
.btn-color-round2 .sppb-btn:hover {
background:#fff;
border:2px solid #fff;
transition: all 0.3s ease 0s;
color:#252525;
}

/**/
.sppb-btn-success, .sppb-btn-info{
font-weight:400!important;
font-family:'Work Sans', sans-serif;
padding:12px 30px!important;
transition: all 0.3s ease 0s;
border-radius:3px;
height:50px;
line-height: 28px;
}
/**/
.btn-color-square {
background:#95C11E;
border:2px solid #95C11E;
font-size:14px;
color:#fff;
font-weight:400!important;
font-family:'Work Sans', sans-serif;
padding:12px 30px;
transition: all 0.3s ease 0s;
border-radius:3px;
}
.btn-color-square:hover {
background:#fff;
border:2px solid #fff;
transition: all 0.3s ease 0s;
color:#252525!important;
}
/**/
.btn-blue .sppb-btn {
background:#23a0d1;
border:2px solid #23a0d1;
font-size:14px;
color:#fff;
font-weight:400!important;
font-family:'Work Sans', sans-serif;
padding:12px 30px;
transition: all 0.3s ease 0s;
border-radius:3px;
}
.btn-blue .sppb-btn:hover {
background:#0f8fc2;
border:2px solid #0f8fc2;
transition: all 0.3s ease 0s;
color:#fff!important;
}
/**/
.btn-color-square2 .sppb-btn {
background:#95C11E;
border:2px solid #95C11E;
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding:12px 30px;
transition: all 0.3s ease 0s;
border-radius:3px;
}
.btn-color-square2 .sppb-btn:hover {
background:#252525;
border:2px solid #252525;
transition: all 0.3s ease 0s;
color:#fff;
}
/**/

.btn-color-link .sppb-btn {
background:transparent;
border:2px solid #95C11E;
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding:14px 30px;
transition: all 0.3s ease 0s;
}
.btn-color-link .sppb-btn:hover {
background:#95C11E;
border:2px solid #95C11E;
transition: all 0.3s ease 0s;
}
/**/

.btn-color-full .sppb-btn {
background:#fac012;
border:2px solid #fac012;
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding:14px 30px;
transition: all 0.3s ease 0s;
}
.btn-color-full .sppb-btn:hover {
background:#252525;
border:2px solid #252525;
transition: all 0.3s ease 0s;
}

/**/
.btn-white-link .sppb-btn {
background:transparent;
border:2px solid #fff;
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding:14px 30px;
transition: all 0.3s ease 0s;
border-radius:50px;
}
.btn-white-link .sppb-btn:hover {
background:#95C11E;
border:2px solid #95C11E;
transition: all 0.3s ease 0s;
}

/**/

.btn-lands .sppb-btn {
background:#94c43d;
border:2px solid #94c43d;
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding:14px 30px;
transition: all 0.3s ease 0s;
}
.btn-lands  .sppb-btn:hover {
background:#6b9c11;
border:2px solid #6b9c11;
transition: all 0.3s ease 0s;
}

/**/


.btn-lands .sppb-btn-danger {
background:#252525!important;
border:2px solid #252525!important;
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding:14px 30px;
transition: all 0.3s ease 0s;
}
.btn-lands  .sppb-btn-danger:hover {
background:#6b9c11!important;
border:2px solid #6b9c11!important;
transition: all 0.3s ease 0s;
}

/**/
.btn-round-ecc .sppb-btn {
background:#fff;
border:2px solid #fff;
font-size:16px;
color:#252525;
font-weight:400;
font-family: 'Bree Serif', serif;
padding:12px 40px;
transition: all 0.3s ease 0s;
border-radius:50px;
box-shadow: 10px 10px 15px rgba(0,0,0,0.06);
}
.btn-round-ecc .sppb-btn:hover {
background:#252525;
border:2px solid #252525;
transition: all 0.3s ease 0s;
color:#fff;
}

.btn-primary {
background:#fff;
border:1px solid #2290BF;
font-size:14px;
color:#2290BF;
font-weight:300;
font-family:'Work Sans', sans-serif;
padding:14px 30px;
transition: all 0.3s ease 0s;
border-radius:0;
}
.btn-primary:hover {
background:#2290BF;
color:#fff;
transition: all 0.3s ease 0s;
}
/**/
.product-qty.product-qty input[type="text"], .product-qty.product-qty input[type="number"] {height:52px;border-radius:2px;}


/* ### background hover ### */

.background-overlay-gradient-colored::before {
background-image: linear-gradient(137deg, #ff5757 0%, #764aff 100%);
content: "";
height: 100%;
left: 0;
opacity: 0.9;
position: absolute;
top: 0;
width: 100%;
}
.style-dot::after {
background:url("../images/dots.png") repeat;
content: "";
height: 100%;
left: 0;
opacity: 0.1;
position: absolute;
top: 0;
width: 100%;
}

/**/

.prime03 .sppb-addon-title {
color:#252525;
  font-family:'Work Sans', sans-serif;
font-size:18px;
font-weight:400;
line-height:29px;
}

.prime03 .sppb-addon-text {
color:#7a7a7a;
  font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:300;
line-height:26px;
}
.prime03 .sppb-icon {
border-radius:100px;
background:#f5f5f5;
width:60px;
height:60px;
margin-right:10px;
text-align:center;
transition: all 0.3s ease 0s;
}
.prime03 .sppb-icon i {
line-height:60px;
font-size:25px;
color:#95C11E;
}
.prime03:hover .sppb-icon {margin-top:8px;transition: all 0.3s ease 0s;}
.prime03:hover .sppb-icon {background:#95C11E;}
.prime03:hover .sppb-icon i{color:#fff;border:2px solid #fff;border-radius:100px;width:55px;
height:55px; line-height:53px; margin-top:2px}
/**/
.prime04 .sppb-flipbox-front .flip-box-inner {
position:absolute;
bottom:0;
padding:20px 0;
text-align:left;
text-transform:uppercase;
/* font-weight:600; */
font-size:14px;
line-height:26px;
}
.prime04 .sppb-flipbox-front .flip-box-inner span {
text-transform:capitalize;
font-weight:400;
font-size:14px;
color:#ccc;
font-style:italic
}

.prime04 .sppb-flipbox-front.flip-box::before {
background-image: linear-gradient(to bottom, #000, #252525);
content: "";
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
}

.prime04 .sppb-flipbox-back .flip-box-inner{
padding:5px 10px;
font-weight:400;
font-size:14px;
}

/**/

.prime05 .sppb-addon-title {
color:#252525;
  font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:29px;
}

.prime05 .sppb-addon-text {
color:#7a7a7a;
  font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
.prime05 .sppb-icon {
border-radius:100px;
background:#fff;
width:60px;
height:60px;
margin-right:10px;
text-align:center;
border:1px solid #eee;
transition: all 0.3s ease 0s;
}
.prime05 .sppb-icon i {
line-height:60px;
font-size:25px;
color:#95C11E;
}
.prime05:hover .sppb-icon {margin-top:8px;transition: all 0.3s ease 0s;}

/**/
.prime06 .sppb-addon-title {
color:#252525;
  font-family:'Work Sans', sans-serif;
font-size:23px;
/* font-weight:600; */
line-height:35px;
}
.sppb-addon-title {
animation-duration: 1.1s;
animation-fill-mode: both;
animation-name: fadeIn;
/* color: #4A4A4A; */
/* font-size: 20px; */
line-height: 26px;
}
.sppb-addon-content {
animation-duration: 1.1s;
animation-fill-mode: both;
animation-name: fadeIn;
}
.sppb-addon-text {
animation-duration: 1.1s;
animation-fill-mode: both;
animation-name: fadeIn;
}

/**/
.prime07 {padding-bottom:35px;}
.prime07 .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:55px;
/* font-weight:800; */
line-height:80px;
}
.prime07 .sppb-addon-title span {color:#95C11E;}
.prime07 .sppb-addon-content {
color:#fafafa;
font-family:'Work Sans', sans-serif;
font-size:18px;
font-weight:400;
line-height:30px;
}

/**/
.prime08 {padding:20px 2px !important;}
.prime08 .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:29px;
margin-top:0px;
}

.prime08 .sppb-addon-text {
color:#999;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

.prime08 .sppb-icon i {
margin-top:6px;
font-size:30px;
color:#95C11E;
padding-right:15px;
}

/**/
.prime09 {
background:#f7f7f7;
padding:40px;
}
.prime09 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:29px;
margin-top:0px;
}

.prime09 .sppb-addon-content {
color:#999;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

/**/

.minus-topc {margin-top:-40%;position:relative;}
/**/

.prime10 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:29px;
margin-top:0px;
}

.prime10 .sppb-addon-text {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

.prime10 .sppb-icon i {
margin-top:6px;
font-size:30px;
color:#252525;
padding-right:15px;
}

/**/

.prime11 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:29px;
margin-top:0px;
}

.prime11 .sppb-addon-content {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

/**/

.creative-news.sppb-addon-articles .sppb-addon-article img {margin-top:-30px;position:relative;}
.creative-news.sppb-addon-articles .sppb-addon-article {background:#fff;border:2px solid #f2f2f2;}
.creative-news.sppb-addon-articles .sppb-addon-article h3 {margin-top:-10px;}
.creative-news.sppb-addon-articles .sppb-addon-article a {padding-left:20px; padding-right:20px;color:#252525; text-transform:uppercase; font-size:14px; /* font-weight:600 */}
.creative-news.sppb-addon-articles .sppb-article-introtext {padding:5px 20px 20px 20px; color:#787878;font-size:14px; font-weight:400;}

/**/

.acc-style01 .sppb-panel-danger > .sppb-panel-heading {color: #252525;background: #eee;transition: all 0.3s ease 0s;}
.acc-style01 .sppb-panel-title {text-transform: uppercase; /* font-weight:600; */ font-size:12px!important;}
.acc-style01 .sppb-panel-heading {padding: 7px 30px 7px 15px;}
.acc-style01 .sppb-panel-danger {border-color: #eee;margin-bottom:2px;}
.acc-style01 .sppb-panel-danger .sppb-panel-body {border-top-color: #eee;padding:13px 15px}
.acc-style01 .sppb-panel-body {font-size:14px; font-weight:400; color:#787878;transition: all 0.3s ease 0s;}
.acc-style01 .sppb-panel-danger > .sppb-panel-heading:hover {background:#95C11E;color:#fff;transition: all 0.3s ease 0s;}

/**/

.acc-style02 .sppb-panel-danger > .sppb-panel-heading {color: #252525;background: #eee;transition: all 0.3s ease 0s;}
.acc-style02 .sppb-panel-title {text-transform: uppercase; /* font-weight:600; */ font-size:12px!important;}
.acc-style02 .sppb-panel-heading {padding: 7px 30px 7px 15px;}
.acc-style02 .sppb-panel-danger {border-color: #eee;margin-bottom:2px;}
.acc-style02 .sppb-panel-danger .sppb-panel-body {border-top-color: #eee;padding:13px 15px}
.acc-style02 .sppb-panel-body {font-size:14px; font-weight:400; color:#787878;transition: all 0.3s ease 0s;}
.acc-style02 .sppb-panel-danger > .sppb-panel-heading:hover {background:#fac012;color:#fff;transition: all 0.3s ease 0s;}

/**/

.prime12 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:20px;
/* font-weight:700; */
line-height:29px;
margin-top:0px;
}

.prime12 .sppb-addon-content {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

.prime12 .sppb-addon-content::after {
border-bottom: 2px dashed #787878;
content: "";
display: block;
height: 10px;
left: 0;
margin:0;
width: 50px;
}

/**/

.dashed-style .img-box {
border:2px dashed #eee;
margin-left:4px;
transition: all 0.3s ease 0s;
animation-duration: 1.1s;
animation-fill-mode: both;
animation-name: fadeIn;
}
.dashed-style .owl-carousel .owl-wrapper {margin-left:0px;}
.dashed-style .img-box:hover {border:2px dashed #ccc;transition: all 0.3s ease 0s;}

.dashed-style {border-top:1px dashed #e2e2e2;transition: all 0.3s ease 0s;padding:70px 0;}

/**/

.dashed-style2 .img-box {
background:#f7f7f7;
border:2px solid #eee;
margin-left:4px;
transition: all 0.3s ease 0s;
animation-duration: 1.1s;
animation-fill-mode: both;
animation-name: fadeIn;
}
.dashed-style2 .owl-carousel .owl-wrapper {margin-left:0px;}
.dashed-style2 .img-box:hover {border:2px solid #ccc;transition: all 0.3s ease 0s;}

.dashed-style2 {border-top:0px dashed #e2e2e2;transition: all 0.3s ease 0s;padding:20px 0;}


/**/
.prime08-light .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:17px;
/* font-weight:600; */
line-height:29px;
margin-top:0px;
}

.prime08-light .sppb-addon-text {
color:#999;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

.prime08-light .sppb-icon i {
margin-top:6px;
font-size:30px;
color:#95C11E;
padding-right:15px;
}

/**/

.prime13 .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:29px;
margin-top:0px;
}

.prime13 .sppb-addon-content {
color:#f5f5f5;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

/**/

.prime14 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:29px;
margin-top:0px;
}

.prime14 .sppb-addon-content {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

/**/
.business-cl {border:1px solid #eee; background:#fff; padding:30px;}

.business-tab .sppb-nav-pills > li > a {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:29px;
margin-top:0px;
text-transform:uppercase;
padding:0px 12px!important;
border-radius:0px;
border-bottom:2px solid transparent;
transition: all 0.3s ease 0s;
}
.sppb-tab-content > .sppb-tab-pane {
color:#787878;
font-weight:400;
}

.business-tab .sppb-nav-pills > li.active > a:hover, .business-tab .sppb-nav-pills > li.active > a:focus {border-bottom:2px solid #252525;transition: all 0.3s ease 0s;}

/**/

.testimonial-item > img {
border-radius: 50%;
display: block;
float: none;
height: 72px;
margin: 0 auto 10px;
width: 72px;
}
.testimonial-item > span {
/* font-weight: 600; */
font-size: 15px;
display: block;
line-height: 22px;
text-align:center;
}
.testimonial-item > span ~ span {
/* font-weight: 500; */
color: #9d9d9d;
display: block;
font-size: 13px;
font-style: italic;
text-align:center;
}
.testimonial-item p {
text-align:center;
color:#787878;
font-weight:400;
}

/**/

.white-cl .testimonial-item > span {color: #fff;}
.white-cl .testimonial-item > span ~ span {
/* font-weight: 500; */
color: #fff;
display: block;
font-size: 13px;
font-style: italic;
text-align:center;
}
.white-cl .testimonial-item p {
text-align:center;
color:#fff;
font-weight:400;
}

/**/
.business-style .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:26px;
margin-top:0px;
}
.business-style .sppb-addon-content {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
.business-style .sppb-chart-icon i {
position: absolute !important;
left: -2px !important;
top: 2px;
font-size: 20px !important;
padding:2px;
background:#e0e0e0;
border-radius:100px;
width:40px;
height:40px;
line-height:35px;
text-align:center;
z-index:999;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
box-shadow: 0 0 0 10px rgba(204,169,44, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
box-shadow: 0 0 0 0 rgba(204,169,44, 0);
}
}
.business-style .sppb-chart-icon {
border-radius:100px;
z-index:999;
}

.business-style:hover i {
background:#95C11E;color:#fff;

}
/**/

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
background: #eee !important;
border-radius: 2px;
color: #555;
font-weight: 400;
transition: 300ms;
padding: 5px 25px;
text-transform: capitalize;
font-size: 14px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {background: #252525 !important;color: #fff;}
/**/

/**/
 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
background: #fff;
border: 1px solid #ededed;
padding: 15px;
transition: all 0.5s ease 0s;
color:#252525;
animation: pulse 2s infinite;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
background: #252525;
border: 1px solid #252525;
transition: all 0.5s ease 0s;
color:#fff;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title a {
color: #fff;
font-size: 14px;
font-style: normal;
letter-spacing: 1px;
line-height: 26px;
margin-bottom: 4px;
font-weight: 400;
text-transform: uppercase;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 > a {
font-weight: 400;
text-transform: uppercase;
font-size: 13px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
font-weight: 400;
font-size: 13px;
color:#787878;
border: 1px solid #eee;
background:#fafafa;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {background:#252525;border: 1px solid #252525;}
/**/
.sp-simpleportfolio-description h2 {
font-weight: 400;

font-size: 18px !important;
color: #252525;
line-height: 25px!important;
}
.sp-simpleportfolio-description h1 {
/* font-weight: 600; */
font-size: 23px !important;
color: #252525;
line-height: 1.4;
text-transform: uppercase;
display:none;
margin-top:30px;
}
.sp-simpleportfolio-description h3 {
/* font-weight: 800; */
font-size: 23px !important;
color: #252525;
line-height: 1.4;
text-transform: uppercase;
}
.sp-simpleportfolio-description p {font-weight: 400;color:565656;}
.sp-simpleportfolio .sp-simpleportfolio-meta h4 {
/* font-weight: 800; */
font-size: 15px !important;
color: #252525;
line-height: 1.4;
}
.sp-simpleportfolio .sp-simpleportfolio-meta > div {
font-weight: 400;
font-size: 14px !important;
color: #767676;
line-height: 1.4;
}

.sp-simpleportfolio-link .btn-primary {
background:#95C11E;
border:2px solid #95C11E;
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding:12px 30px;
transition: all 0.3s ease 0s;
border-radius:3px;
}
.sp-simpleportfolio-link .btn-primary:hover {
background:#252525;
border:2px solid #252525;
transition: all 0.3s ease 0s;
color:#fff;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-img {margin-bottom:50px;}
.sp-simpleportfolio-view-item .sp-simpleportfolio-meta {border-left:1px solid #eee; padding-left:30px !important;}
.sp-simpleportfolio-view-item .sp-simpleportfolio-description {padding-right:30px;}
/**/
#sp-bottom1 ul > li {border-bottom: 0px solid #e5e5e5;}
#sp-bottom1 .sp-module ul > li > a::before{content:" "!important;}

/**/

#sp-bottom1 ul > li > a {line-height:22px;}
#sp-bottom1 .contact-info ul {padding-top:10px;}
#sp-bottom1 .contact-info li a {color: #252525;}
#sp-bottom1 .contact-info li {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
line-height: 24px;
padding: 10px 0 10px 30px;
position: relative;
}
#sp-bottom1 .contact-info li:last-child {
border: medium none;
}
#sp-bottom1 .contact-info li .icon {
color: #252525;
font-size: 16px;
left: 0;
line-height: 24px;
position: absolute;
top: 10px;
}

#sp-bottom3 .sp-module ul > li > a::before{content:" "!important;}
#sp-bottom3 ul > li {border-bottom: 0px solid #e8e8e8;}

/**/
.tagscloud .tag-name:hover {background:#95C11E!important;border:1px solid #95C11E;}
.tagscloud .tag-name {border:1px solid #1d1d21; background:#1d1d21!important;}

/**/
.single-footer-widget .footer-contact-info li {
margin-bottom: 12px;
padding-left: 35px;
position: relative;
}
.single-footer-widget .footer-contact-info li:last-child {
margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li .icon-holder {
left: 0;
position: absolute;
top: 7px;
}
.single-footer-widget .footer-contact-info li .icon-holder span::before {
color: #43c3ea;
font-size: 15px;
}
.single-footer-widget .footer-contact-info li .text-holder a {color: #fafafa;}
.single-footer-widget .footer-contact-info li .text-holder h5 {
color: #fafafa;
font-size: 14px;
font-weight: 400;
line-height: 24px;
  font-family:'Work Sans', sans-serif;
}
.single-footer-widget .footer-contact-info li .text-holder h5 span {
color: #fafafa;
font-size: 14px;
font-weight: 400;
line-height: 24px;
  font-family:'Work Sans', sans-serif;

}
#sp-bottom4 .sp-module ul > li { border-bottom: 1px solid #1d1d21!important;}
.footer-contact-info li .icon-holder {
left: 0;
position: absolute;
top: 7px;
}
#sp-bottom p, #sp-bottom {
  font-family:'Work Sans', sans-serif;
  font-style:normal;
  font-weight:300;
  font-size:15px;
  color:#787878;
  letter-spacing: 0;
  line-height:150%;
}

/**/
#sp-bottom .sp-module .latestnews > div {border-bottom: 0px solid #e5e5e5;}
#sp-right .sp-module .latestnews > div {border-bottom: 0px solid #e5e5e5;}
#sp-left .sp-module .latestnews > div {border-bottom: 0px solid #e5e5e5;}
.sp-module .latestnews > div > a {color:#fafafa;}
.sp-module .latestnews > div > a:hover {color:#fafafa;}
.socialfooter li {display: inline-block !important;margin-right: 5px;}
.socialfooter i:hover {color:#252525!important;transition: all 500ms ease 0s;}
.socialfooter li:hover i {color:#252525!important;transition: all 500ms ease 0s;}
.socialfooter i{transition: all 500ms ease 0s; line-height:25px!important; text-align:center;padding:2px;color:#fff}
.socialfooter span {text-transform: uppercase;font-size:13px;}
.socialfooter li {background:#95C11E; border-radius:100%;border:1px solid #95C11E;}
.socialfooter li:hover{background:#fff;border:1px solid #fff;}
.socialfooter li {width:32px; height:32px;}

.leftsocial li {display: inline-block !important;margin-right: 5px;}
.leftsocial i:hover {color:#fff!important;transition: all 500ms ease 0s;}
.leftsocial li:hover i {color:#fff!important;transition: all 500ms ease 0s;}
.leftsocial i{transition: all 500ms ease 0s; line-height:30px!important; text-align:center;padding:2px;color:#fff;margin-left: -5px!important;}
.leftsocial span {text-transform: uppercase;font-size:13px;}
.leftsocial li {background:#95C11E; border-radius:100%;border:1px solid #95C11E;}
.leftsocial li:hover{background:#252525;border:1px solid #252525;}
.leftsocial li {width:32px; height:32px;}
.leftsocial .sp-module  ul li a {line-height: 30px!important;}

.sp-module .sp-module-title {
text-transform: uppercase !important;
line-height: 1;
font-size:18px!important;
}

@media (max-width: 840px) {
#sp-bottom .sp-column{margin:20px 0;padding:5px; }
}

#sp-footer {text-align:left; font-weight:300;}

/* AH SCROLLUP */
.scrollup {
width: 40px;
height: 40px;
position: fixed;
bottom: 62px;
right: 50px;
display: none;
z-index: 999;
border: 1px solid transparent;
background-color: #2290BF;
border-radius: 100%;
}
.scrollup::before {color:#fff;}
.scrollup:hover {background-color: #95C11E; color:#fff;}
.scrollup:hover::before{color:#fff;}
#sp-bottom a:hover {color:#95C11E;}

/**/

.prime15 .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:20px;
/* font-weight:600; */
line-height:36px;
margin-top:0px;
}

.prime15 .sppb-addon-content {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:70px;
/* font-weight:700; */
line-height:80px;
}

.dbline span {
display: inline-block;
position: relative;
}
.dbline span:before,
.dbline span:after {
content: "";
position: absolute;
height: 5px;
border-bottom: 1px solid white;
border-top: 1px solid white;
top: 15px;
width:55px;
}
.dbline span:before {
right: 100%;
margin-right: 15px;
}
.dbline span:after {
left: 100%;
margin-left: 15px;
}

/**/
.dbline-color span {
display: inline-block;
position: relative;
}
.dbline-color span:before,
.dbline-color span:after {
content: "";
position: absolute;
height: 5px;
border-bottom: 1px solid #95C11E;
border-top: 1px solid #95C11E;
top: 15px;
width:55px;
}
.dbline-color span:before {
right: 100%;
margin-right: 15px;
}
.dbline-color span:after {
left: 100%;
margin-left: 15px;
}

/**/
.singlel-color span {
display: inline-block;
position: relative;
}
.singlel-color span:before,
.singlel-color span:after {
content: "";
position: absolute;
height: 5px;
border-bottom: 1px solid #fac012;
border-top: 1px solid #fac012;
top: 15px;
width:55px;
}
.singlel-color span:before {
right: 100%;
margin-right: 15px;
}
.singlel-color span:after {
left: 100%;
margin-left: 15px;
}

/**/
.prime16 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:20px;
/* font-weight:700; */
line-height:29px;
margin-top:0px;
}

.prime16 .sppb-addon-content {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

.prime16 .sppb-addon-title::after {
border-bottom: 2px dashed #95C11E;
content: "";
display: block;
height: 10px;
left: 0;
margin:0 auto;
width: 50px;
}

/**/
.prime17 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
font-weight:600;
line-height:28px;
margin-top:0px;
}

.prime17 .sppb-addon-text {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:24px;
}
.prime17 img {border-radius:100%;}
.prime17 .sppb-img-container {border-radius:100%; border:2px dashed #f7f7f7; padding:7px;}
.prime17:hover .sppb-img-container{border:2px dashed #95C11E;}
.prime17:hover .sppb-addon-text a {color:#95C11E;}
.prime17 .sppb-addon-text a {color:#787878;line-height:30px;}

/**/
.prime18 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:28px;
padding:0 20px;
}

.prime18 .sppb-addon-text {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:24px;
padding:0 20px 20px 20px;
}
.prime18 {
border:1px dashed #eee;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.prime18:hover {
transform: translateY(-10px);
background:#fdf9f9;
transition: all 0.3s;
}

/**/

.prime19 .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:50px;
/* font-weight:600; */
line-height:60px;
padding-bottom:10px
}

.prime19 .sppb-addon-content {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:24px;
}
/**/

.prime20 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:22px;
/* font-weight:600; */
line-height:30px;
padding-bottom:10px
}
.prime20 .sppb-addon-content {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:24px;
}

/**/
.prime21 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:28px;
}
.prime21 .sppb-addon-text {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:24px;
}
.prime21:hover {
transform: translateY(-10px);
transition: all 0.3s ease 0s;
}
.prime21 {
transition: all 0.3s ease 0s;
animation-duration: 1.1s;
animation-fill-mode: both;
animation-name: fadeIn;
}
.brd-left {border-left:1px solid #eee;padding:10px 10px 10px 30px;}
.pad-left {padding:10px 10px 10px 30px;}
@media (max-width: 840px) {
.pad-left {border-left:1px solid #eee;padding:10px 10px 10px 30px;}
}

/**/

.prime22 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:20px;
/* font-weight:600; */
line-height:30px;
padding-bottom:10px
}
.prime22 .sppb-addon-title::after {
border-bottom: 2px dashed #787878;
content: "";
display: block;
height: 10px;
left: 0;
margin:0;
width: 50px;
}

.prime22 .sppb-addon-content {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

.space-left {padding-left:10%!important; padding-right:8%!important;padding-top:50px!important; }
.space-right {padding-right:10%; padding-left:10%;padding-top:50px;}
/**/

.prime23 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:20px;
/* font-weight:600; */
line-height:30px;
padding-bottom:10px
}
.prime23 .sppb-addon-title::after {
border-bottom: 2px dashed #787878;
content: "";
display: block;
height: 10px;
left: 0;
margin:0;
width: 50px;
}

.prime23 .sppb-addon-content {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
/**/
.prime24 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:28px;
}
.prime24 .sppb-addon-text {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:24px;
}
.prime24:hover {
transform: translateY(-10px);
transition: all 0.3s ease 0s;
}
.prime24 {
transition: all 0.3s ease 0s;
animation-duration: 1.1s;
animation-fill-mode: both;
animation-name: fadeIn;
}
.prime24 i {
color:#252525;
}

/**/

.app-contact .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:20px;
/* font-weight:700; */
line-height:29px;
margin-top:0px;
}
.app-contact .sppb-addon-content {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
.app-contact .sppb-addon-title::after {
border-bottom: 2px dashed #95C11E;
content: "";
display: block;
height: 10px;
left: 0;
margin:0;
width: 50px;
}
.app-contact .sppb-btn {
background:#95C11E;
border:2px solid #95C11E;
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding:12px 30px;
transition: all 0.3s ease 0s;
border-radius:3px;
float:none;
margin:auto;
display:block;
}
.app-contact .sppb-btn:hover{
background: #252525;color:#fff;
border:2px solid #252525;
}

.app-contact textarea, .app-contact input[type="text"] , .app-contact input[type="email"] {
border-radius: 3px;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
border:2px solid #eee;
}
.app-contact input[type="text"] , .app-contact input{height: 45px!important;}
.app-contact textarea {height:200px;}
/**/

.prime25 {
-webkit-box-shadow: 1.5px 2.598px 20px 0px rgba(0,0,0,0.04);
box-shadow: 1.5px 2.598px 20px 0px rgba(0,0,0,0.04);
margin-top: -70px;
background: #fff;
border-radius: 2px;
padding:20px;
}

.prime25 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:28px;
}
.prime25 .sppb-addon-text {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:24px;
}
.prime25 .sppb-addon-text a {color:#fbbe03; font-weight:400;}

/**/

.prime26 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:20px;
/* font-weight:700; */
line-height:30px;
}
.prime26 .sppb-addon-content {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:24px;
}

/**/

.filter-left .sp-simpleportfolio .sp-simpleportfolio-filter {text-align:left;}
.filter-left .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
background: rgba(250, 192, 18, 0.5);
}

.prime28 .sppb-addon-title {
background:#fff; 
border:1px solid #eee;
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:14px;
/* font-weight:600; */
line-height:28px;
padding:5px;
}
.prime28 {
transition: all 0.3s ease 0s;
border: 1px solid #eee;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:#f7f7f7;
padding:20px;
}
.prime28 .sppb-img-responsive {width:65px!important;transition: all 0.3s ease 0s;}
.prime28:hover .sppb-img-responsive {color-fill:#B86e25!important;transition: all 0.3s ease 0s;}
.prime28:hover {background:#fac012;border: 1px solid #fac012; transition: all 0.3s ease 0s;}

/**/


.prime29 {padding-bottom:35px;}
.prime29 .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:30px;
text-transform:uppercase;
}
.prime29 .sppb-addon-title span {color:#fac012;}
.prime29 .sppb-addon-content {
color:#fafafa;
font-family:'Work Sans', sans-serif;
font-size:45px;
/* font-weight:800; */
line-height:60px;
text-transform:uppercase;
}

/**/

.prime30 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:29px;
}

.prime30 .sppb-addon-text {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
.prime30 .sppb-icon {
border-radius:100px;
background:#fac012;
width:60px;
height:60px;
margin-right:10px;
text-align:center;
transition: all 0.3s ease 0s;
}
.prime30 .sppb-icon i {
line-height:60px;
font-size:25px;
color:#fff;
}
.prime30:hover .sppb-icon {margin-top:8px;transition: all 0.3s ease 0s;}
.prime30:hover .sppb-icon {background:#252525;}
.prime30:hover .sppb-icon i{color:#fff;border:2px solid #fff;border-radius:100px;width:55px; height:55px; line-height:53px; margin-top:2px}

/**/
.prime30 .pull-left {
border-radius:100px;
background:#fac012;
width:60px;
height:60px;
margin-right:10px;
text-align:center;
transition: all 0.3s ease 0s;
}
.prime30 .sppb-img-container img {width:30px!important;padding-top:15px;}

.prime30:hover .pull-left{background:#252525;}
.prime30:hover .pull-left img{-webkit-filter: invert(100%);}

/**/
.social-team  {margin-left:-20px; display:block;text-align:center;margin-top:10px;}
.social-team li {display: inline-block!important;}
.social-team i:hover {color:#252525!important;transition: all 500ms ease 0s;}
.social-team li:hover i {color:#252525!important;transition: all 500ms ease 0s;}
.social-team i{transition: all 500ms ease 0s; line-height:25px!important; text-align:center;padding:2px;color:#fff}
.social-team span {text-transform: uppercase;font-size:13px;}
.social-team li {background:#fac012; border-radius:100%;border:1px solid #fac012;}
.social-team li:hover{background:#fff;border:1px solid #fff;}
.social-team li {width:32px; height:32px;}

/**/

.prime31 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:29px;
margin-top:0;
}

.prime31 .sppb-addon-content {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

/**/

.shringimg img {width:65px;margin-bottom:20px; padding-left:0;}
 
/**/
.prime32 .sppb-animated-number {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:29px;
}
.prime32 .sppb-animated-number-title {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:600;
line-height:29px;
}

.prime33 .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:16px;
/* font-weight:600; */
line-height:29px;
margin-bottom:20px;
}

.prime33 .sppb-addon-content {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
padding-bottom:10px;
}
.prime33 a{color:#fff;}
.prime33 i {padding-right:6px;}
.prime33 li {list-style:none;padding-left:0px; margin-left:0;}
.prime33 ul {list-style:none;padding-left:0px; margin-left:0;}

.border-l {border-left:1px solid #86b333;}
.padd-l-r {padding-left:30px;padding-right:10px;}

/**/
.img-round01 img {border-radius:5px;}

.prime34 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:25px;
/* font-weight:800; */
line-height:40px;
margin-top:0;
text-transform:uppercase;
}
.prime34 .sppb-addon-title span {color:#94c43d;}
.prime34 .sppb-addon-content {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
/**/
.prime34-short{padding: 23px;border: 2px solid #f5f5f5;}
.prime34-short .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:20px;
/* font-weight:800; */
line-height:30px;
margin-top:0;
text-transform:uppercase;
}
.prime34-short .sppb-addon-content {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
/**/
.prime34-short2 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:20px;
/* font-weight:800; */
line-height:30px;
margin-top:0;
text-transform:uppercase;
}
.prime34-short2 .sppb-addon-content {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

/**/

.prime35 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:29px;
 
}
.prime35 .sppb-addon-text {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
.prime35 i {padding-top:5px;transition: all 0.3s ease 0s;}
.prime35:hover i{color:#fff;transition: all 0.3s ease 0s;}
.prime35 .sppb-icon-container{padding: 3px 6px; border:1px dotted #94c43d;transition: all 0.3s ease 0s;}
.prime35:hover .sppb-icon-container {background:#94c43d; border:1px solid #94c43d;transition: all 0.3s ease 0s;}

.prime36 .sppb-flipbox-panel .flip-box .box-land-serv  {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:17px;
/* font-weight:600; */
line-height:29px;
text-transform:uppercase;
}
.prime36 .sppb-flipbox-panel .flip-box i::before{font-size:30px!important; color:#fff; margin-bottom:20px;}

/**/
.prime37 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size: 27px;
text-transform: uppercase;
padding-bottom: 14px;
font-weight: 300;
line-height: 1.6em;
}
.prime37 .sppb-addon-title span {color:#94c43d;}
.prime37 .sppb-addon-title::after {
background: url(../images/theme-title.png) center center no-repeat;
content: "";
display: block;
width: 87px;
height: 12px;
left: 0px;
}

.prime37 .sppb-addon-content {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

/**/

.prime38 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:29px;
}

.prime38 .sppb-addon-text {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
.prime38 {border: 3px solid #f1f1f1;padding:27px 15px 27px 20px;transition: 0.5s;}
.prime38 i::before{font-size:30px!important;text-align:center;margin-left:13px;}
.prime38 .sppb-icon .sppb-icon-container{
position: absolute;
left: 0;
margin-top:28px;
width: 60px!important;
height: 60px;
line-height: 60px;
background:#f1f1f1;
transition: 0.5s;
}
.prime38 .sppb-media-body{padding-left:55px;}

.prime38:hover {transition: 0.5s;border: 3px solid #94c43d;}
.prime38:hover .sppb-icon .sppb-icon-container{
transition: 0.5s;
background:#94c43d!important;
color:#fff!important;
transition: 0.5s;
}
/**/

.lawn .sp-simpleportfolio .sp-simpleportfolio-filter {text-align: left;}
.lawn .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {background:#94c43d!important;}

/**/
.prime39 .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size: 27px;
text-transform: uppercase;
padding-bottom: 14px;
font-weight: 300;
line-height: 1.6em;
}
.prime39 .sppb-addon-title span {color:#94c43d;}
.prime39 .sppb-addon-title::after {
background: url(../images/theme-title.png) center center no-repeat;
content: "";
display: block;
width: 87px;
height: 12px;
left: 0px;
}

.prime39 .sppb-addon-content {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

/**/

.prime40 .sppb-person-information {
background: #fff;
margin-top: -1px !important;
padding: 20px;
border:1px solid #fff;
}

.sppb-addon-person .sppb-person-information > span.sppb-person-name {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size: 17px;
text-transform: uppercase;
font-weight: 300;
line-height: 1.6em;
padding-bottom:10px;
}
.sppb-addon-person .sppb-person-information > span.sppb-person-designation, .sppb-addon-person .sppb-person-information > span {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

.prime40.sppb-addon-person .sppb-person-social {
list-style: none;
display: block;
padding: 0;
margin: -20px 0 0 0!important;
background: #fff;
padding: 5px 15px 15px 15px;
}
.prime40 .sppb-addon-content {background:#fff;}
.prime40.sppb-addon-person .sppb-person-social > li:hover { color: #94c43d;}
.prime40.sppb-addon-person {border:2px solid transparent;transition: 0.5s;border-radius:3px;}
.prime40.sppb-addon-person:hover {border:2px solid #eee;transition: 0.5s;margin-top:-10px;box-shadow: 3px 5px 20px rgba(0,0,0, 0.07);}
/**/
/**/
.prime41 .sppb-addon-title {
background:#fff; 
border:1px solid #eee;
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:14px;
/* font-weight:600; */
line-height:28px;
padding:5px;
}
.prime41 {
transition: all 0.3s ease 0s;
border: 1px solid #eee;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:#f7f7f7;
padding:30px 20px 20px 20px;
}
.prime41 i::before {font-size:40px!important;transition: all 0.3s ease 0s;text-align:center;}
.prime41:hover i {color:#fff!important;transition: all 0.3s ease 0s;}
.prime41:hover {background:#94c43d;border: 1px solid #94c43d; transition: all 0.3s ease 0s;}

/**/

.testimonial-land blockquote {border-color:transparent }
.testimonial-land .testimonial-quote { position: relative; margin: 30px 0; padding: 40px 40px 40px 90px; font-size: 16px; line-height: 2; background-color: #ffffff; border-radius: 1px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }
@media (min-width: 992px) { .testimonial-land .testimonial-quote { margin: 0 0 30px 0; } }
.testimonial-land .testimonial-quote::before { position: absolute; content: '“'; top: 30px; left: 20px; color: rgba(50, 50, 50, 0.2); font-size: 100px; width: 50px; height: 50px; line-height: 97px; transition: all 100ms ease-out; }
.testimonial-land .testimonial-quote:hover::before { color: rgba(50, 50, 50, 0.3); }
.testimonial-land .testimonial-quote::after { position: absolute; content: " "; top: 100%; left: 25px; height: 0; width: 0; border: solid transparent; border-color: rgba(72, 71, 71, 0); border-top-color: #ffffff; border-width: 15px; }
.testimonial-land .testimonial-person .testimonial-author { display: block; font-size: 18px; font-weight: 400; font-style: normal; color: #252525;  padding-left:30px;}
.testimonial-land .testimonial-person .testimonial-location { font-size: 14px; font-style: normal; font-weight: 400; color: #94c43d; padding-left:30px;}


.owl-item{ padding: 0 5px 0 0;}

/**/
.sp-page-title {
padding: 90px 0px 90px 0px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
text-align: left;
}

.sp-page-title h2{
color: #252525;
font-size: 36px;
text-transform: uppercase;
font-family:'Work Sans', sans-serif;
font-weight: 400;
line-height: 1.5em;
padding-left:10px;
}
.sp-page-title h3{
color: #787878;
font-size: 14px;
text-transform: uppercase;
font-family:'Work Sans', sans-serif;
font-weight: 400;
line-height: 1.5em;
padding-left:12px;
}

/**/
label {font-weight:300;}
.sppb-form-control, .sppb-form-group .sppb-form-control {padding:4px 8px; font-size:13px; color:#787878; background-color:#f1f1f1;}
input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"]{
/* height: 45px; */
padding: 6px 12px;
font-size: 12px;
color: #787878;
background-color: #f1f1f1;
border: 1px solid #eee;
border-radius: 1px;
font-family:'Work Sans', sans-serif;
font-style:normal;
font-weight:300;
}
.form-land input {
height: 45px;
padding: 6px 12px;
font-size: 12px;
color: #787878;
background-color: #f1f1f1;
border: 1px solid #eee;
border-radius: 1px;
margin-bottom: 20px;
font-family:'Work Sans', sans-serif;
width:100%;
font-weight:300;
}
.form-land textarea {
height: 240px;
padding: 6px 12px;
font-size: 12px;
color: #787878;
background-color: #f1f1f1;
border: 1px solid #eee;
border-radius: 1px;
margin-bottom: 20px;
font-family:'Work Sans', sans-serif;
width:100%;
font-weight:300;
}

.form-group4 input[type="submit"] {
background:#94c43d!important;
border:2px solid #94c43d;
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding-left:30px;
padding-right:30px;
transition: all 0.3s ease 0s;
}
.form-group4 input[type="submit"]:hover {
background:#6b9c11!important;
border:2px solid #6b9c11!important;
transition: all 0.3s ease 0s;
}
/**/
.working-h {
background:#fff;
border: 2px solid #eee; padding:30px 40px!important;
}
.opening-times ul { padding-left: 0; margin: 0; }
.opening-times ul li { padding: 10px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.05); list-style: none; text-align: left; font-weight: 400; }
.opening-times ul li:first-of-type { padding-top: 0; }
.opening-times ul li:last-of-type { border-bottom: none; padding-bottom: 0; }
.opening-times ul li.today { font-weight:400; color: #94c43d; }
.opening-times ul span.right { float: right; }
.opening-times ul span.right.label { padding: 5px 16px; color: #ffffff; font-size: 12px; font-weight:400; border-radius: 1px; background-color: #94c43d; transition: all 0.3s ease 0s;}
.opening-times ul span.right.label:hover {background:#6b9c11!important;transition: all 0.3s ease 0s;}

/**/
.blog article.item .entry-image.intro-image img {width:100%;}
.category-name a{color: #fff;}
.blog article.item .tags {padding:0px 20px 0px 20px;}
.article-info {font-size:13px; position:relative;}
.blog .article-info {padding: 0 20px;}
.article-info > dd {
color:#787878;
background:transparent; 
padding:5px;
border:0;
-webkit-transition-property: all;
-webkit-transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.article-info > dd:hover {
background:#111;
-webkit-transition-property: all;
-webkit-transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}

/**/

#sp-right .sp-module ul > li > a::before {content:" ";}
#sp-right .sp-module ul > li {border-bottom: 1px solid transparent;}

.right-menu li a{padding:5px 0 5px 10px!important;}
.right-menu.nav > li  {margin-bottom:3px;}
.right-menu.nav > li > a {
background:#f7f7f7;
border-bottom: 1px solid #f6f6f6;
padding: 0;
color: #252525;
font-size: 14px;
/* font-weight: 600; */
line-height: 35px;
text-transform: uppercase;
transition: all 500ms ease 0.15s;
width:100%;
}
.right-menu.nav.menu li{border: 1px solid #f6f6f6;}
.right-menu.nav li.active a { color:#fff; background:#95C11E;}
.right-menu.nav li:hover a { color:#fff; background:#95C11E;}
.right-menu.nav li a:after {
content:"\f105";
font-family: FontAwesome;
 float: right;
font-size: 22px;
/* font-weight: 500; */
line-height: 40px;
transition: all 500ms ease 0.15s;
margin-right:30px;
}
#sp-right .sp-module-title{
font-size: 16px!important;
color:#252525;
font-family:'Work Sans', sans-serif;
/* font-weight: 600; */
line-height:20px;
text-transform:uppercase;
margin-bottom: 35px;
}
#sp-right .sp-module-title::after {
border-bottom: 1px solid #252525;
content: "";
display: block;
height: 8px;
left: 0;
margin:0;
width: 30px;
}
#sp-right input[type="text"] {width:100%;}
#sp-left input[type="text"] {width:100%;}
#sp-left .sp-module-title {
text-transform: uppercase !important;
line-height: 1;
font-size: 18px !important;
color:#252525;
}
/**/
.entry-header h2 {
  font-family:'Oswald', sans-serif;
  font-weight:300;
  font-size:20px;
  line-height:26px;
  color:#4a4a4a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom:20px;
  text-align: left;
}
 
article.item h3 {
  font-family:'Oswald', sans-serif;
  font-weight:300;
  font-size:17px;
  color:#4a4a4a;
  margin-bottom:20px;
}
/**/
.prime42 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:17px;
/* font-weight:800; */
line-height:40px;
margin-top:0;
text-transform:uppercase;
}
.prime42 .sppb-addon-title span {color:#94c43d;}
.prime42 .sppb-addon-content {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
/**/

.pagination > li > a, .pagination > li > span {
padding: 8px 15px;
border: 1px solid #eee;
}

/**/
.minus-ecc {position:relative; margin-top:-30px;}

.prime43 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:20px;
/* font-weight:800; */
line-height:40px;
margin-top:0;
text-transform:uppercase;
}
.prime43 .sppb-addon-content {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
/**/

.ecc-nl input {
height: 46px!important;
padding: 6px 12px;
font-size: 14px;
color: #252525;
background-color: #fff;
border: 2px solid #eee;
border-radius: 1px;
margin-bottom: 20px;
width: 100%;
font-weight: 400;
}

.ecc-nl .sppb-btn {
background:#95C11E;
border:2px solid #95C11E;
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding:12px 30px;
transition: all 0.3s ease 0s;
border-radius:3px;
}
.ecc-nl .sppb-btn:hover {
background:#fff;
border:2px solid #fff;
transition: all 0.3s ease 0s;
color:#252525;
}
/**/
.prime44 .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:30px;
/* font-weight:800; */
line-height:30px;
padding-bottom:10px;
text-transform: uppercase;
}
.prime44 .sppb-addon-content {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:24px;
}
/**/
.prime45 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:14px;
/* font-weight:700; */
line-height:30px;
text-transform: uppercase;
}
.prime45 .sppb-addon-text {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:24px;
}
.prime45 i {
color:#252525;
font-size:30px;
margin-top:5px;
}
.prime45 {
border:1px dashed #e6e3e3;
padding:15px;
border-radius:2px;
transition: all 0.5s ease 0s;
}
.prime45:hover {
border:1px dashed #333;
transition: all 0.5s ease 0s;
}

/**/

.right-categ li{margin-bottom:3px;}
.right-categ li a {
color: #252525;
font-size: 14px;
/* font-weight: 600; */
line-height: 25px;
text-transform: uppercase;
transition: all 500ms ease 0.15s;
padding-left:20px;
}
.right-categ li {
background:#f7f7f7;
border-bottom: 1px solid #f6f6f6;
padding: 0;
color: #252525;
font-size: 14px;
/* font-weight: 600; */
line-height: 35px;
text-transform: uppercase;
transition: all 500ms ease 0.15s;
width:100%;
}
.right-categ li{border: 1px solid #f6f6f6;}
.right-categ li:hover { color:#fff; background:#95C11E;}
.right-categ li:hover a { color:#fff;}
.right-categ li a:after {
content:"\f105";
font-family: FontAwesome;
float: right;
font-size: 22px;
/* font-weight: 500; */
line-height: 30px;
transition: all 500ms ease 0.15s;
margin-right:30px;
}
/**/

article.item .entry-image { overflow: hidden;}
article.item .entry-image a img {  width: 100%;  -webkit-transition: .4s;  -o-transition: .4s;  transition: .4s;}
article.item:hover .entry-image a img {  -webkit-transform: scale(1.08);  transform: scale(1.08); -webkit-transition: .4s;  -o-transition: .4s;  transition: .4s;}

/**/

.banner-shop { overflow: hidden;}
.banner-shop img {  width: 100%;  -webkit-transition: .4s;  -o-transition: .4s;  transition: .4s;}
.banner-shop:hover img {  -webkit-transform: scale(1.08);  transform: scale(1.08); -webkit-transition: .4s;  -o-transition: .4s;  transition: .4s;}

/*cart*/

@media (max-width: 767px) {
	#sp-search{float: left;}
}
@media (min-width: 768px) {
	#sp-search{float: right;}
}
@media (min-width: 992px) {
	#sp-search{float: right;}
}
@media (min-width: 1200px) {
	#sp-search{float: right;}
}

@media (max-width: 762px) {
	#sp-search {display:none;}
}

/**/

.form-links a{color:#2290BF;}
.form-links a:hover{color:#2290BF; border-bottom: 1px dotted #95C11E;}
a {font-weight:400; color:#2290BF;}
.linksaufblau a {color:#95C11E;}


/*menu header type*/

/*menu transparen2t*/

#sp-header.transparent2 #offcanvas-toggler > i {color:#fff!important;}
#sp-header.transparent2 {
background: transparent!important;
border-bottom: 0 solid transparent;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
height: 0!important;
left: 0;
transition: all 0.5s ease 0s;
width: 100%;
z-index: 99;
}

/*menu transparent*/

@media (min-width: 1023px) {
#sp-header.transparent.menu-fixed-out {position: absolute;top: 50px;}

}

#sp-header.transparent.menu-fixed-out {
background: transparent;
border-bottom: 0 solid transparent;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
height: 35px;
left: 0;
transition: all 0.5s ease 0s;
width: 100%;
z-index: 99;
}
#sp-header.transparent.menu-fixed-out {
transition: all 0.3s ease 0s;
z-index:9999!important
}
#sp-header.transparent.menu-fixed {
background: #f5f5f5;
box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06);
height: 80px;
opacity: 1;
transition: all 0.3s ease 0s;
}
#sp-header.transparent.menu-fixed .sp-megamenu-parent > li > a {
color: #252525;
line-height: 60px;
margin-top: 11px;
}
#sp-header.transparent.menu-fixed .logo {
margin-top: -7px;
}
#sp-header.transparent.menu-fixed-out .logo img{ margin-top: 0px;}
#sp-header.transparent .sp-megamenu-parent > li > a {
color: #fff;
}

#sp-header.transparent .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
color: #444;
}

#sp-header.transparent.menu-fixed-out  #offcanvas-toggler > i {color:#fff;}
#sp-header.transparent.menu-fixed-out  #offcanvas-toggler {line-height:50px;}
#sp-header.transparent.menu-fixed  #offcanvas-toggler {line-height:80px;}

/*end*/

/**/
@media (min-width: 1025px) {

#sp-header.boxed.menu-fixed-out {top: 45px;}
#sp-header.boxed.menu-fixed-out {
left: 0!important;
right: 0!important;
position: absolute!important;
width: 87%!important;
margin: auto!important;
display: block!important;
}
#sp-top-bar.border{border-bottom: 3px solid #95C11E; height:90px;}
#sp-top-bar.border .sp-contact-info {color:#fff;}
#sp-top-bar.border a {color:#fff;}
}

/**/

/*header transparent*/

#sp-top-bar.top-transparent {
background: transparent;
border-bottom: 0 solid transparent;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
height: 46px;
left: 0;
position: absolute;
top: 5px;
transition: all 0.5s ease 0s;
width: 100%;
z-index: 99;
border-bottom:1px solid rgba(231, 231, 231, 0.25);

}
#sp-top-bar.top-transparent .sp-contact-info li a{color:#fff;}
#sp-top-bar.top-transparent .sp-contact-info li {color:#fff;}
#sp-top-bar.top-transparent .sp-contact-info i{color:#fff;}

@media (max-width: 680px) {
#sp-top-bar.top-transparent {display:none;}

}
#sp-top-bar.top-transparent li a{color:#fff;}
/**/

/*menu center*/
#sp-header.little-height .sp-megamenu-parent > li > a, #sp-header.little-height .sp-megamenu-parent > li > span {height: 31px;}

.menu-logo-center img {width: 115px;}
.menu-logo-center a:hover {border-bottom: 1px solid transparent!important;}
@media (max-width: 970px) {
.menu-logo-center {display:none!important;}
}
.offcanvas-menu .offcanvas-inner .menu-logo-center {display:none!important;}
/**/
/*menu green*/

#sp-header.green .sp-megamenu-parent > li.active > a, #sp-header.green .sp-megamenu-parent > li:hover > a {color:#94c43d;}
#sp-bottom.green .btn-color-square {background:#94c43d;border: 2px solid #94c43d;}
#sp-bottom.green .btn-color-square:hover {color:#fff;}
#sp-bottom.green .socialfooter li {background:#94c43d;border: 1px solid #94c43d;}
#sp-bottom.green .tagscloud .tag-name:hover {background:#94c43d!important;border:1px solid #94c43d;}
#sp-top-bar.green ul.social-icons > li:hover {background:#94c43d;}

/**/
/*menu blue*/
#sp-header.blue .sp-megamenu-parent > li.active > a, #sp-header.blue .sp-megamenu-parent > li:hover > a {color:#23a0d1!important;}
#sp-bottom.blue .btn-color-square {background:#23a0d1;border: 2px solid #23a0d1;}
#sp-bottom.blue .btn-color-square:hover {color:#fff!important;background:#0f8fc2!important;border: 1px solid #0f8fc2!important}
#sp-bottom.blue .socialfooter li {background:#23a0d1;border: 1px solid #23a0d1;}
#sp-bottom.blue .tagscloud .tag-name:hover {background:#0f8fc2!important;border:1px solid #0f8fc2;}
#sp-top-bar.blue ul.social-icons > li:hover {background:#0f8fc2!important;}

/**/
/*menu yellow*/

#sp-header.yellow .sp-megamenu-parent > li.active > a, #sp-header.yellow .sp-megamenu-parent > li:hover > a {color:#fbbe03;}
#sp-bottom.yellow .btn-color-square {background:#fbbe03;border: 2px solid #fbbe03;}
#sp-bottom.yellow .btn-color-square:hover {color:#fff;}
#sp-bottom.yellow .socialfooter li {background:#fbbe03;border: 1px solid #fbbe03;}
#sp-bottom.yellow .tagscloud .tag-name:hover {background:#fbbe03!important;border:1px solid #fbbe03;}
#sp-top-bar.yellow ul.social-icons > li:hover {background:#fbbe03;}

/**/

/*end menu*/

/*services*/
.page-service .full-box {
position: relative;
display: block;
}
.page-service .image-box {
position: relative;
display: block;
overflow: hidden;
}
.page-service .image-box:before{
content: " ";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0;

}
.page-service .image-box img {
display: block;
width: 100%;
}
.page-service .image-box .caption-box {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
color: #ffffff;
background: rgba(0, 0, 0, 0.7);
padding: 5px 15px 5px 80px;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
}
.page-service:hover .image-box .caption-box {
bottom: -100%;
}
.page-service .image-box .caption-box .title {
font-size: 15px;
color: #ffffff;
line-height: 30px;
font-weight: 400;
text-transform:uppercase;
}
.page-service .image-box .caption-box .title a {
color: #ffffff;
font-weight: 400;
}
.page-service .image-box .icon {
position: absolute;
left: 0px;
top: 0px;
width: 60px;
height: 60px;
font-size: 28px;
color: #ffffff;
background: #252525;
line-height: 40px;
padding: 10px 0px;
text-align: center;
}
.page-service .overlay-box {
position: absolute;
left: 0px;
bottom: -100%;
width: 100%;
height: 100%;
color: #ffffff;
background: rgba(0, 0, 0, 0.7);
padding: 5px 15px 5px 80px;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
}
.page-service:hover .overlay-box {
bottom: 0px;
}
.page-service .overlay-box .overlay-inner {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: table;
vertical-align: middle;
padding: 20px 30px 20px 90px;
}
.page-service .overlay-box .overlay-content {
position: relative;
display: table-cell;
vertical-align: middle;
}
.page-service .overlay-box .title {
font-size: 17px;
color: #252525;
line-height: 28px;
margin-bottom: 15px;
font-weight: 400;
text-transform:uppercase;
}
.page-service .overlay-box .title a {
color: #fff;
font-weight: 400;
}
.page-service .overlay-box .text {
font-size: 14px;
color: #ffffff;
line-height: 26px;
font-weight: 400;
}
.page-service .overlay-box .icon-box {
position: absolute;
left: 0px;
top: 0px;
width: 60px;
height: 100%;
font-size: 32px;
color: #ffffff;
background: #252525;
line-height: 40px;
text-align: center;
padding-top: 40px;
}
.page-service .overlay-box .icon-box span {
position: absolute;
left: 0px;
top: 50%;
margin-top: -20px;
width: 100%;
}
@media (max-width: 400px) {
.page-service .overlay-box .title {font-size: 15px;}
.page-service .overlay-box .text {font-size: 12px;line-height: 20px;}
.page-service .overlay-box .overlay-inner {padding: 10px 10px 10px 75px;}
}

/**/

.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-price {
position: relative;
float: left;
padding: 5px 10px;
background: #f5f5f5;
color: #252525;
line-height: 50px;
text-transform: capitalize;
width:50%;
height: 60px;
}
.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-duration{
position: relative;
float: right;
padding: 5px 10px;
background: #252525;
color: #ffffff;
line-height: 50px;
height: 60px;
text-transform: capitalize;
width:50%;

}
.sppb-pricing-box .sppb-pricing-features > ul{padding:60px 0 0 0;}
.sppb-pricing-box {padding:20px 0;}
.sppb-pricing-box .sppb-pricing-features > ul > li{
position: relative;
line-height: 24px;
padding: 12px 0px !important;
border-bottom: 1px dotted #eee;
}

.sppb-pricing-box .sppb-pricing-features > ul > li {
color:#787878;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:24px;
transition: all 400ms ease;
}

.sppb-pricing-footer .sppb-btn {
background:#252525;
border:2px solid #252525;
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
padding:12px 30px;
transition: all 0.3s ease 0s;
border-radius:3px;
}
.sppb-pricing-footer .sppb-btn:hover {
background:#95C11E;
border:2px solid #95C11E;
transition: all 0.3s ease 0s;
color:#fff;
}
.sppb-pricing-box .sppb-pricing-features > ul > li:hover {background:#eee;transition: all 400ms ease;color:#252525;}
.sppb-pricing-box {border: 1px solid #eee; padding:40px 0;transition: all 400ms ease;color:#252525;}
.sppb-pricing-box:hover {box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.08);transition: all 400ms ease;color:#252525;}

.sppb-pricing-box.sppb-pricing-featured {
border-color: #fff;
background-color: #fff;
color: #252525;
box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.08);
transition: all 400ms ease;color:#252525;
}

/**/
@media (max-width: 1023px) {
.custom-left-part #sp-component.col-md-9{padding-right:0px; }
}
@media (min-width: 1024px) {
.hidemybar {display:none !important;}
.custom-left-part #sp-left {padding:20px;}
.custom-left-part #sp-left.col-md-3{width:22%;border-right:1px solid #eee;}

.custom-left-part #sp-component.col-md-9{width:78%;padding-right:0px;}
.nav-placeholder {display:none;}
.custom-left-part2{
background: #fff none repeat scroll 0 0;
height: 100%;
left: 0;
position: fixed;
text-align: center;
top: 0;
z-index: 10;
width:22.4%;
padding:20px;
border-right:1px solid #eee;
}
.menu-left-side ul > li > a{padding:0px!important;text-align:left;}
.menu-left-side ul > li{margin-bottom:3px;}
.menu-left-side li{
border-bottom: 1px solid #f6f6f6;
padding: 0;
color: #787878;
font-size: 14px;
/* font-weight: 600; */
line-height: 35px;
text-transform: uppercase;
transition: all 500ms ease 0.15s;
width:100%;
}
.menu-left-side ul > li > a:hover { color:#252525;}
.custom-left-part2 img {margin-top:40px;}

}

#sp-left .sp-module-title{
font-size: 16px!important;
color:#252525;
font-family:'Work Sans', sans-serif;
/* font-weight: 600; */
line-height:20px;
text-transform:uppercase;
margin-bottom: 35px;
}
#sp-left .sp-module-title::after {
border-bottom: 1px solid #252525;
content: "";
display: block;
height: 8px;
left: 0;
margin:0;
width: 30px;
}
#sp-left .sp-module ul > li > a::before {content:" ";}
#sp-left .sp-module ul > li {border-bottom: 1px solid transparent;}


/*resp later*/
@media (max-width: 1024px) {
.prime03 {padding:20px 2px;} 
.prime08-light  {padding:20px 2px;}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li { margin: 0 5px 10px 5px;}
.prime34, .prime35 {padding-bottom:20px;}
.prime40 .sppb-img-responsive img {width:100%!important;}
}

/**/
.property-slider  {margin-bottom:50px;}

.re2-desc {
color:#252525;
padding: 15px 25px 20px;
border-radius: 3px;
z-index:1;
animation-name: fadeInRight;
}

@media (min-width: 1023px) {
.re-desc {position:absolute;right: 30px; bottom:5%;background-color: rgba(255, 255, 255, 0.9)}
.property-slider img {width: 100%;display: block;z-index:0;}
}

@media (min-width: 841px) {
.re2-desc {width: 400px;}
.re2-desc span {display:inline;}
}
@media (max-width: 840px) {
.re2-desc {width: 100%;}
.re2-desc span {display:block;}
}
.re2-desc .type {
background:#252525;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-radius:3px;
}
.re2-desc .price {
border-radius:3px;
background:#95C11E;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.re2-desc .status {
border-radius:3px;
background:#94c43d;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}  

.re2-desc .type,
.re2-desc .price,
.re2-desc .status {
font-size: 13px;
width:100% !important;
padding: 6px 13px 8px;
text-align:center;
text-decoration: none;
}
.re2-desc h3 {
font-family:'Work Sans', sans-serif;
/* font-weight:600; */
font-size:15px;
text-transform:uppercase;
line-height:25px;
color:#252525;
}
.re2-desc p {
font-family:'Work Sans', sans-serif;
font-weight:400;
font-size:14px;
line-height:24px;
color:#565656;
}

/**/

.owl-carousel:hover .owl-theme .owl-controls{opacity: 1;}
.owl-theme .owl-controls .owl-buttons div {padding:0!important;opacity: 1!important;}
.owl-theme .owl-controls{
margin: -23px 10px 0;
opacity: 0;
position: absolute;
text-align: center;
top: 50%;
transition: all 0.2s ease 0s;
font-size:0px;
}
.owl-theme .owl-prev{
width: 42px!important;
z-index: 200;
background-color: #fff!important;
border: 2px solid #fff!important;
border-radius: 50%!important;
box-sizing: initial;
color: #262626;
cursor: pointer;
display: block;
height: 42px!important;
line-height: 42px;
left:0;
}

.owl-theme .owl-next{
right:0;
width: 42px!important;
z-index: 200;
background-color: #fff!important;
border: 2px solid #fff!important;
border-radius: 50%!important;
box-sizing: initial;
color: #262626;
cursor: pointer;
display: block;
height: 42px!important;
line-height: 42px;
}

/**/
.box_all:hover {border:1px solid #eee;transition: 300ms;box-shadow: 2px 2px 1px rgba(0,0,0, 0.06) }
.box_all {margin-bottom:30px 20px; border:1px solid #f5f5f5;padding:15px 15px 35px 15px;transition: 300ms;background: #fff;}
.box-minus {margin-top:-43px;position:relative;}
.box_all .box_type {margin-right:10px;}
.box_all .box_type {
background:#94c43d;
float:left;
width:46%;
text-align:center;
color:#fff;
font-family:'Work Sans', sans-serif;
font-weight:700;
}

.box_all .box_type2, .box_all .box_type, .box_all .status_type {transition: all 0.3s ease 0s;}

.box_all .box_type2 {margin-right:10px;}
.box_all .box_type2 {
background:#23a0d1;
float:left;
width:46%;
text-align:center;
color:#fff;
font-family:'Work Sans', sans-serif;
/* font-weight:700; */
}
.box_all .status_type {
background:#252525;
float:right;
width:46%;
text-align:center;
color:#fff;
font-family:'Work Sans', sans-serif;
/* font-weight:700; */
}
.box_all .status_type2 {
background:#777;
float:right;
width:46%;
text-align:center;
color:#fff;
font-family:'Work Sans', sans-serif;
/* font-weight:700; */
}


.box_all h2 a {
font-size: 14px;
font-weight: 400;
margin-top: 15px;
margin-bottom: 10px;
text-transform: uppercase;
border-bottom: 1px solid #efefef;
padding-bottom: 35px;
color:#252525;
}
.box_all .small_title {
font-size: 11px;
font-weight:400;
color: #787878;
margin-top: 5px;
margin-bottom: 0;
display: block;
text-transform: uppercase;
padding-bottom: 20px;
}

div.boxed_mini_details span{
float:left;
width:30.75%;
margin-right:3.8%;
}

div.boxed_mini_details span.last{
margin-right:0
}

div.boxed_mini_details span.first{
clear:both
}

div.boxed_mini_details span strong {
display:block;
margin-bottom:5px;
color:#787878;
}

div.boxed_mini_details1 span{
float:left;
width:23%;
margin-right:2.5%
}

div.boxed_mini_details1 span.last{
margin-right:0
}

div.boxed_mini_details1 span.first{
clear:both
}

div.boxed_mini_details1 span strong {
display:block;
margin-bottom:5px;
color:#787878;
text-align:center;
/* font-weight:600; */
font-size:13px;
}
/**/
.prime50 {border:2px solid #f5f5f5; padding:40px 20px;transition: 300ms;}
.prime50:hover {border:2px solid #eee;transition: 300ms;}
.prime50 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:29px;
}

.prime50 .sppb-addon-text {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
.prime50 .sppb-icon-container {width:81px; height:81px; line-height:95px!important;transition: 300ms;}
.prime50:hover .sppb-icon-container {background:#6b9c11!important;transition: 300ms;}

/**/

.prime51 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:22px;
/* font-weight:700; */
line-height:28px;
}

.prime51 .sppb-addon-content {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
.prime51 .sppb-addon-content:after {
background: #01aef0;
content: "";
display: block;
height: 2px;
margin: 10px auto 40px;
padding: 0;
width:70px;
}/**/

.prime51-left .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:22px;
/* font-weight:700; */
line-height:28px;
}

.prime51-left .sppb-addon-content {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
.prime51-left .sppb-addon-content:after {
background: #01aef0;
content: "";
display: block;
height: 2px;
margin: 10px 0 40px;
padding: 0;
width:70px;
}
/**/

.prime52 .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:16px;
font-weight:400;
line-height:28px;
}
/**/

.prime53 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:14px;
/* font-weight:700; */
line-height:22px;
}
.prime53 .sppb-addon-text {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:22px;
}
.prime53 {padding:15px; border:2px solid #f5f5f5; margin-bottom:30px;transition: 300ms;}
.prime53:hover {border:2px solid #94c43d;background:#94c43d;transition: 300ms;padding-top:35px 25px;border-radius:5px;}
.prime53:hover i {color:#fff;}
.prime53:hover .sppb-addon-text {color:#fff;}
.prime53:hover .sppb-addon-title {color:#fff;}

/**/
@media (min-width: 1024px) {
.minustop-real {margin-top:-240px!important;position:relative; background:#fff!important;}
}

/**/
.prime54 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:16px;
font-weight:400;
line-height:28px;
margin-top:0px;
}
.bordereee {border:2px solid #eee;background:#f5f5f5;padding:50px 0 40px 0}
.bordereee2 {border:2px solid #eee;background:#f5f5f5;padding:25px 0 15px 0}
/**/


.prime55 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:16px;
font-weight:400;
line-height:30px;
text-transform:uppercase;
margin-top:0;
}
.padding-no-left .col-md-4 {padding-left:0!important;}
.padding-no-left .col-md-6 {padding-left:0!important;}
.prime56.sppb-addon-articles .sppb-addon-article h3 {margin-top:-10px;}
.prime56.sppb-addon-articles .sppb-addon-article a {padding-left:20px; padding-right:20px;color:#252525; text-transform:uppercase; font-size:14px; /* font-weight:600 */}
.prime56.sppb-addon-articles .sppb-addon-article {border:2px solid #f5f5f5;}
.prime56.sppb-addon-articles .sppb-article-introtext {padding:5px 20px 20px 20px; color:#787878;font-size:14px; font-weight:400;}
 
/**/
 
.colornews:after , .colornews2:after, .colornews3:after {
background:#eee;
content: "";
display: block;
height: 2px;
left: 0;
margin:0 0 20px 0;
width: 70px;
}

.prime57 .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:16px;
font-weight:400;
line-height:30px;
text-transform:uppercase;
margin-top:0;
}
.prime57 .sppb-addon-title:after {
border-bottom:2px solid #fff;
content: "";
display: block;
height: 2px;
left: 0;
margin:0 0 20px 0;
width: 70px;
}

/*hotel*/
.jsn-uniform.jsn-master .jsn-bootstrap .btn.btn-icon [class^="icon-"], .jsn-master .jsn-bootstrap .btn.btn-icon [class*=" icon-"] {font-size:20px !important;}
.jsn-text-center {display:none !important;}

/**/

.prime58 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size: 22px;
text-transform: uppercase;
padding-bottom: 14px;
font-weight: 400;
line-height: 30px;
}
.prime58 .sppb-addon-title span {color:#94c43d;}
.prime58 .sppb-addon-title::after {
background: url(../images/theme-title2.png) center center no-repeat;
content: "";
display: block;
width: 87px;
height: 12px;
left: 0px;
margin:3px auto;
}

.prime58 .sppb-addon-content {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
/**/

.prime59 .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:65px;
/* font-weight:800; */
line-height:85px;
text-transform:uppercase;
margin-top:0;
}
.prime59 .sppb-addon-content {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:25px;
/* font-weight:700; */
line-height:50px;
text-transform:uppercase;
margin-top:0;
}
/**/
.prime60 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:18px;
/* font-weight:600; */
line-height:29px;
}

.prime60 .sppb-addon-text {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
.prime60 {border: 3px solid #f1f1f1;padding:27px 15px 27px 20px;transition: 0.5s;}
.prime60 i{font-size:30px!important;text-align:center;}
.prime60 .sppb-icon .sppb-icon-container{
position: absolute;
left: 0;
margin-top:28px;
width: 60px!important;
height: 60px;
line-height: 60px;
background:#f1f1f1;
transition: 0.5s;
}
.prime60 .sppb-media-body{padding-left:55px;}

.prime60:hover {transition: 0.5s;border: 3px solid #23a0d1;}
.prime60:hover .sppb-icon .sppb-icon-container{
transition: 0.5s;
background:#23a0d1!important;
color:#fff!important;
transition: 0.5s;
}
/**/
.speasyimagegallery-gallery-item-title {font-size:0px;}

#offcanvas-toggler > i {
color: #252525 !important;
line-height: 90px;
padding-right: 20px;
}

/**/
.shaddow-down-hotel{border-bottom:2px solid rgb(234, 238, 247) ;}

#sp-right .latestnews .col-md-4 { padding:0 !important;}
#sp-right .nw a {color:#252525;}
#sp-right .small, #sp-right small{display:none!important;}
#sp-right .nw { height: 85px;}

#sp-left .latestnews .col-md-4 { padding:0 !important;}
#sp-left .nw a {color:#252525;}
#sp-left .small, #sp-right small{display:none!important;}
#sp-left .nw { height: 85px!important;}

/**/
#sp-right .sp-module ul > li> ul {display:none;}

.com-sppagebuilder .nw { height:105px!important;}

/**/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row [class*="col-sm-"] { border-right: 1px solid rgba(0,0,0,0.07);}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row [class*="col-sm-"]:last-child { border-right: none;}
/**/

iframe{ border-width: 0px;}

/**/
.prime61 .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:60px;
/* font-weight:700; */
line-height:80px;
}

.prime61 .sppb-addon-content {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
/**/
.prime62 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:60px;
/* font-weight:700; */
line-height:80px;
}

.prime62 .sppb-addon-content {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}

/**/

.prime63 .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:70px;
/* font-weight:700; */
line-height:90px;
}

.prime63 .sppb-addon-content {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
/**/
.prime64 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:45px;
/* font-weight:700; */
line-height:1.2;
}
/**/
.prime65 {padding-top:10px;}
.prime65 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size: 20px;
/* font-weight: 600; */
line-height: 1.2;
padding-top: 25px;
}
 
/**/
.prime66 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:1.2;
padding-top:4px;
}
.prime66 i {font-size:20px !important;}

/*car*/

/**/
.prime67 .sppb-addon-title {
font-size:60px;
color:#fff;
/* font-weight:800; */
margin-top:0;
animation-duration: 1.2s;
animation-fill-mode: both;
animation-name: fadeIn;
line-height:1.4;
}
.prime67 .sppb-addon-title span {color:#23a0d1}
.prime67 .sppb-addon-content {
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
animation-duration: 1.3s;
animation-fill-mode: both;
animation-name: fadeIn;
}
/**/
.prime68 .sppb-addon-title {
color:#252525;
font-family:'Work Sans', sans-serif;
font-size:25px;
/* font-weight:800; */
line-height:40px;
margin-top:0;
text-transform:uppercase;
}
.prime68 .sppb-addon-title span {color:#23a0d1;}
.prime68 .sppb-addon-content {
color:#7a7a7a;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
.prime68-white .sppb-addon-title {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:25px;
/* font-weight:800; */
line-height:40px;
margin-top:0;
text-transform:uppercase;
}
.prime68-white .sppb-addon-title span {color:#f5f5f5;}
.prime68-white .sppb-addon-content {
color:#fff;
font-family:'Work Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:26px;
}
.white .testimonial-land .testimonial-person .testimonial-author {color:#fff;}
.white .testimonial-land .testimonial-person .testimonial-location {color:#f5f5f5;}
/**/

.prime69 .sppb-addon-title {
font-size:50px;
color:#fff;
font-weight:400;
letter-spacing: 1px;
margin-top:0;
animation-duration: 1.2s;
animation-fill-mode: both;
animation-name: fadeIn;
line-height:1.3;
}
.prime69 .sppb-addon-title span {color: #95C11E;}
.prime69 .sppb-addon-content {
font-size:14px;
color:#fff;
font-weight:400;
font-family:'Work Sans', sans-serif;
animation-duration: 1.3s;
animation-fill-mode: both;
animation-name: fadeIn;
}

/**/
.prime70 .sppb-addon-title {
font-size:26px;
color:#252525;
/* font-weight:700; */
font-family:'Work Sans', sans-serif;
margin-top:0;
animation-duration: 1.2s;
animation-fill-mode: both;
animation-name: fadeIn;
line-height:1.3;
}
.prime70 .sppb-addon-title span {color:#23a0d1}
.prime70 .sppb-addon-content {
font-size:14px;
color:#7a7a7a;
font-weight:400;
font-family:'Work Sans', sans-serif;
animation-duration: 1.3s;
animation-fill-mode: both;
animation-name: fadeIn;
}
/**/
.border-bottom {border-bottom:1px solid #eee;}

/**/
.prime71 .sppb-addon-title {
font-size:26px;
color:#252525;
/* font-weight:700; */
font-family:'Work Sans', sans-serif;
margin-top:0;
animation-duration: 1.2s;
animation-fill-mode: both;
animation-name: fadeIn;
line-height:1.3;
}
.prime71 .sppb-addon-title span {color:#95C11E}
.prime71 .sppb-addon-content {
font-size:14px;
color:#7a7a7a;
font-weight:400;
font-family:'Work Sans', sans-serif;
animation-duration: 1.3s;
animation-fill-mode: both;
animation-name: fadeIn;
}
/**/

.consitem {  position: relative;}
.consitem img { width: 100%;}

.consverbox {
display: block;
height: 92%;
margin: 4%;
padding: 20px;
position: absolute;
text-align: center;
top: 0;
vertical-align: middle;
width: 92%;
z-index: 9;
}

.consitem a:after {
background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
bottom: 0;
content: "";
height: 92%;
margin: 4%;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transform: scale(0);
transition: all 0.4s ease 0s;
border: 5px solid #000;
}

.consitem a:hover::after {transform: scale(1);opacity: 1;}

.consverbox h3 {
color: #fff;
font-size: 20px;
/* font-weight: 600; */
margin-bottom: 0;
margin-top: 60%;
transform: translateY(-50%);
transition: all 0.4s ease 0s;
opacity: 0;
}
.consbox {clear: both;}
.consitem a:hover h3 {margin-top: 30%;opacity: 1;}

/**/
.effecthover01 {transition: all 0.5s ease 0s;padding:10px; background:#fff;}
.effecthover01:hover {margin-top:-20px;transition: all 0.5s ease 0s;}

/**/
.imgunders {z-index:-999 !important;}
/**/

#particles-js2 {position:relative !important;z-index:0!important;}

#particles-js2 .sppb-row {
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
position:absolute;
z-index:-1!important;
}
/**/
#particles-js {position:relative !important;z-index:0!important}

#particles-js .sppb-row {
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
position:absolute;
z-index:-1!important;
}

/**/
#particles-js3 {position:relative !important;}

#particles-js3 .sppb-row {
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
position:absolute;
}
/**/

/*2018*/

/*services bitcoin*/

.page-service-bitcoin .full-box {
position: relative;
display: block;
}
.page-service-bitcoin .image-box {
position: relative;
display: block;
overflow: hidden;
}
.page-service-bitcoin .image-box:before{
content: " ";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 50%, rgba(255, 180, 38, 0.92) 100%) repeat scroll 0 0;

}
.page-service-bitcoin .image-box img {
display: block;
width: 100%;
}
.page-service-bitcoin .image-box .caption-box {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
color: #ffffff;
background: rgba(255, 180, 38, 0.92);
padding: 5px 15px 5px 80px;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
}
.page-service-bitcoin:hover .image-box .caption-box {
bottom: -100%;
}
.page-service-bitcoin .image-box .caption-box .title {
font-size: 15px;
color: #ffffff;
line-height: 30px;
font-weight: 400;
text-transform:uppercase;
}
.page-service-bitcoin .image-box .caption-box .title a {
color: #ffffff;
font-weight: 400;
}
.page-service-bitcoin .image-box .icon {
position: absolute;
left: 0px;
top: 0px;
width: 60px;
height: 60px;
font-size: 28px;
color: #ffffff;
background: #ffb426;
line-height: 40px;
padding: 10px 0px;
text-align: center;
}
.page-service-bitcoin .overlay-box {
position: absolute;
left: 0px;
bottom: -100%;
width: 100%;
height: 100%;
color: #ffffff;
background: rgba(255, 180, 38, 0.92);
padding: 5px 15px 5px 80px;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
}
.page-service-bitcoin:hover .overlay-box {
bottom: 0px;
}
.page-service-bitcoin .overlay-box .overlay-inner {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: table;
vertical-align: middle;
padding: 20px 30px 20px 90px;
}
.page-service-bitcoin .overlay-box .overlay-content {
position: relative;
display: table-cell;
vertical-align: middle;
}
.page-service-bitcoin .overlay-box .title {
font-size: 17px;
color: #252525;
line-height: 28px;
margin-bottom: 15px;
font-weight: 400;
text-transform:uppercase;
}
.page-service-bitcoin .overlay-box .title a {
color: #fff;
font-weight: 400;
}
.page-service-bitcoin .overlay-box .text {
font-size: 14px;
color: #ffffff;
line-height: 26px;
font-weight: 400;
}
.page-service-bitcoin .overlay-box .icon-box {
position: absolute;
left: 0px;
top: 0px;
width: 60px;
height: 100%;
font-size: 32px;
color: #ffffff;
background: #ffb426;
line-height: 40px;
text-align: center;
padding-top: 40px;
}
.page-service-bitcoin .overlay-box .icon-box span {
position: absolute;
left: 0px;
top: 50%;
margin-top: -20px;
width: 100%;
}
@media (max-width: 400px) {
.page-service-bitcoin .overlay-box .title {font-size: 15px;}
.page-service-bitcoin .overlay-box .text {font-size: 12px;line-height: 20px;}
.page-service-bitcoin .overlay-box .overlay-inner {padding: 10px 10px 10px 75px;}
}

/**/
