@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.tp-home #sp-header {
	position: absolute;
    padding: 40px 0;
}
.tp-home  #sp-section-1 {
	display: none;
}
#sp-header {
	background: none !important;
	box-shadow: none;
	padding: 25px 0;
	height: auto;
}

#sp-footer a:hover, #sp-bottom a:hover, #sp-footer a:active, #sp-bottom a:active, #sp-footer a:focus, #sp-bottom a:focus{
	color: #a11d21;
	text-decoration: underline;
}
#jawnav > ul > li:hover > a, #jawnav > ul > li.active > a{
	text-decoration: underline;
}
	
.tp-home .sp-megamenu-parent > li > a, .tp-home .sp-megamenu-parent > li > span {
	color: #fff;
}
.tp-home .sp-megamenu-parent > li > a:hover, .tp-home .sp-megamenu-parent > li > span:hover {
	color: #a11d21;
}

.article-details .article-can-edit {
    margin-bottom: 42px;
}

#jawnav.jaw_120 > ul > li > a {
    padding: 0;
    margin: 0 28px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.05em;
	padding: 0 35px;
	height: auto;
	line-height: inherit;
}
#sp-about-us {
	background:#e0b090;
	color: #fff;
	padding: 60px 0;
}
#sp-about-us .sp-module-content {
    max-width: 791px;
    margin: 0 auto;
    text-align: left;
}
#sp-about-us p {
	font-style: normal;
	font-weight: 300;
	font-size: 74px;
	line-height: 100px;
	letter-spacing: -0.03em;
	color: #FFFFFF;
}
#sp-about-us p span {
	
	font-weight: normal;
}
#sp-portfolio {
	padding:72px 0 100px;
}
#sp-portfolio .bt-cs .bt-row {
    padding: 0;
}
#sp-portfolio .sp-module-title {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 400;
	text-align:center;
	font-size: 64px;
	line-height: 75px;
	color: #262626;
	margin-bottom: 56px;
}



#sp-portfolio .single-solutions {	
	position: relative;
	overflow: hidden;
}
#sp-portfolio .solutions-content {
	display: table;
	position: absolute;
	z-index: 100;
	width: 100%;
	padding: 0px;
	bottom: 0px;
	top: 100%;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	outline: none;
	color: #fff;
}

#sp-portfolio .solutions-content .readmore a {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: 45%;
	left: 0;
	right: 0;
	color: #fff;
}
#sp-portfolio a.bt-title {
    font-family: Work Sans;
	font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 43px;
    color: #262626;
    padding: 8px 0 40px 0;
    display: inline-block;
}

/*
#sp-portfolio .single-solutions:hover .solutions-content {
    height: 100%;
    top: 0;
    margin-top: -0px;
    background: rgba(0, 0, 0, .8);
	
}
*/
#sp-portfolio .single-solutions:hover + a.bt-title, #sp-portfolio a.bt-title:hover{
	text-decoration: underline;
}

#sp-feature {
	padding: 80px 0 0;
	position: relative;
}
#sp-feature  a {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #616161;
	padding-top: 25px;
	display: block;
	text-transform: uppercase;
}
#sp-feature a.modal_link img {
    display:block;
	
}
#sp-feature a.modal_link img.images-hover {
	opacity:0;
	display:none;
}
#sp-feature a.modal_link:hover img.images-hover {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    bottom:0;
  height:100%;
	 display:block;
}
#sp-feature .single-solutions  a.modal_link {
	padding:0;
	position: relative;
}

#sp-feature  a img.arrow-2
{
	display: inline-block;
	margin-left: 8px;
}


#sp-feature  a i.fa-long-arrow-right::before {
    content: "\f178";
}


@media (min-width: 980px) {

	#sp-logo .logo-image {
		height: 100%;
	}
	#sp-feature.feature::before {
		width: 100%;
		height: 660px;
		background: #262626;
		position: absolute;
		left: 0;
		top: 37%;
		transition-property: all;
		transition-duration: .9s;
		transition-timing-function: ease-out;
		content: "";
	}
	#sp-feature.feature::after {
		width: 100%;
		height: 870px;
		background: #fff7f2;
		position: absolute;
		left: 0;
		bottom: 0;
		transition-property: all;
		transition-duration: .9s;
		transition-timing-function: ease-out;
		content: "";
		z-index: -1;
	}
#sp-feature.feature .box-1 h3 , #sp-feature.feature .box-1 p{
	color: #fff;
}
}
#sp-feature h1 {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 75px;
	color: #262626;
	margin-bottom: 32px;
}

#sp-feature p {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	margin: 0px;
	color: #616161;
}

#sp-feature p strong {
	font-weight: 500;
}

#sp-feature h3 {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 56px;
	line-height: 66px;
	color: #262626;
	margin-bottom: 24px;
}




@media (min-width: 980px) {
#sp-feature .row {
	margin-bottom: 145px;
	display: inline-flex;
}
#sp-feature .row:first-child {
  	margin-top: 0px;
	margin-bottom: 37px;
}
#sp-feature .single-solutions img {
	width:100%;
}
}
#sp-feature .single-solutions {	
	position: relative;
	overflow: hidden;
}
#sp-feature .solutions-content {
	display: table;
	position: absolute;
	z-index: 100;
	width: 100%;
	padding: 0px;
	bottom: 0px;
	top: 100%;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	outline: none;
	color: #fff;
}
#sp-feature .single-solutions:hover .solutions-content {
    height: 100%;
    top: 0;
    margin-top: -0px;
    background: rgba(0, 0, 0, .8);
	
}
#sp-feature .solutions-content  a {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: 45%;
	left: 0;
	right: 0;
	color: #fff;
}

#sp-partners-logo {
	text-align:center;
	padding-bottom: 60px;
	padding-top: 60px;
}
#sp-partners-logo .sp-module-title {
	font-style: normal;
	font-weight: 500;
	font-size: 74px;
	line-height: 87px;
	color: #020202;
	margin-bottom: 50px;
}

#sp-partners-logo ul.ref {
    margin: auto;
    padding: 0;
}

#sp-partners-logo ul.ref li.ref-item {
    list-style: none;
    display: inline-block;
    width: 218px;
    height: 144px;
    line-height: 144px;
}

#sp-partners-logo ul.ref li.ref-item img {
  padding: 0;
  border: none;
  width: auto;
  float: none;
  margin: 0 auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  
  -webkit-filter: grayscale(100%);
  
}
#sp-partners-logo ul.ref li.ref-item:hover img{
	filter: none;
  -webkit-filter: none;
}


#sp-partners-logo img:hover {
  filter: none;
  -webkit-filter: none;
}
#sp-contact-bottom {
	background:#fff7f2;
	color: #020202;
	padding: 60px 0;
}
#sp-contact-bottom .sp-module-title {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 100px;
	color: #A11D21;
}

#sp-contact-bottom a {
	color: #616161;
	text-decoration: none;
	font-weight: 500;
}
#sp-contact-bottom a:hover {
	color: #a11d21;
	text-decoration: underline;
}
#sp-contact-bottom .sp-module {
	max-width:698px;
	margin: 0 auto;
}
#sp-contact-bottom p {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	margin-top: 30px;
	color: #616161;
}

body:not(.tp-home) #sp-bottom, 
body:not(.tp-home) #sp-footer
{
  background: #fff7f2;
}

body:not(.tp-home) #sp-bottom .sp-module .sp-module-title,
body:not(.tp-home) #sp-bottom .sp-module.social .sp-module-title,
body:not(.tp-home) #sp-bottom .sp-module h2
{
	color: #616161;
}

body:not(.tp-home) #sp-bottom .sp-module p,
body:not(.tp-home) #sp-bottom .rrssb-buttons li a .rrssb-text,
body:not(.tp-home) #sp-footer ul.menu li a,
body:not(.tp-home) .sp-copyright
{
	color: #7c7c7c;
}

body.view-productdetails #sp-section-2 .breadcrumb a, 
body.view-productdetails #sp-section-2 .breadcrumb span,
body.view-article #sp-section-2 .breadcrumb a, 
body.view-article #sp-section-2 .breadcrumb span
{
	font-family: Work Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #000000;
	opacity: 0.5;
}

body.view-productdetails  h1.product-title{
	font-family: Work Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 56px;
	line-height: 66px;
	color: #000000;
}

body.view-productdetails #sp-title{
	padding-bottom: 16px;
}
body.view-productdetails #sp-main-body{
	padding-top: 0;
}

body.view-productdetails #sp-menu2{
	display:none;
}
#sp-menu2 #jawnav ul ul li a{
	padding: 15px 10px;
}
#sp-menu2 #jawnav > ul > li.active > a,
#sp-menu2 #jawnav ul ul li.current > a
{
	color: initial;
	text-decoration: underline;
}

#sp-bottom {
	padding: 64px 0 0;
	background: #262626;
	color: #fff;
}
#sp-bottom .sp-module .sp-module-title {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 500;
	font-size: 56px;
	line-height: 100px;
	color: #fff;
	margin: 0 0 56px;
}

#sp-bottom .sp-module.social .sp-module-title {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 43px;
	color: #fff;
	margin-top: 160px;
	margin-bottom: 24px;
	max-width: 345px;
}



#sp-bottom .sp-module h2 {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 43px;
	color: #fff;
	margin-bottom: 24px;
	max-width: 340px;
}

#sp-bottom .sp-module div.space{
	line-height: 64px;
}

#sp-bottom .sp-module p {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 38px;
	color: #E5E5E5;
	margin:0;
}
#sp-bottom .sp-module p:hover {
	text-decoration:underline;
}
#sp-bottom .sp-module ul > li {
    width: 100% !important;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 43px;
    color: #E5E5E5;
    margin: 0;
}
#sp-bottom .rrssb-buttons.large-format li a .rrssb-icon {
    display: none;
}
#sp-bottom .rrssb-buttons.large-format li a {
    padding: 0;
    background: none;
	text-align: left;
	font-weight: 300;
}
#sp-bottom .rrssb-buttons li a .rrssb-text {
	font-weight: 300;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	text-transform: none;
	font-style: normal;
	font-family: Work Sans;
}
#sp-bottom .rrssb-buttons li a .rrssb-text:hover {
	color: #a11d21;
}
#sp-footer ul.menu {
	text-align: right;
	width: 100%;
}
#sp-footer ul.menu li a {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
}
.sp-copyright {
	float: right;
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	text-align: right;
	color: #fff;
}
#sp-footer .container-inner {
    padding: 30px 0 50px;
    border: none;
}
#sp-footer{
    background: #262626;
    color: #fff;
}
.breadcrumb {
	font-family: Work Sans;
    background: none;
    text-align: center;
	padding: 0;
	display: inline-flex;
	margin: 0;
	
}

.breadcrumb img {
    display: inherit;
    margin: -4px 8px 0 8px;
}
#sp-section-2 .breadcrumb a , 
#sp-section-2 .breadcrumb span{
	font-family: Work Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 56px;
	line-height: 66px;
	text-align: center;
	color: #000000;
}

#sp-section-2 .breadcrumb span.divider{
	padding: 0 10px;
}


#jawnav > ul > li.has-sub > a {
    padding: 0 42px 0 0;
}

#jawnav li:hover > ul{
	width: 100%;
}

#jawnav ul ul{
	padding-top: 24px !important;
	text-align: left;
}

.tp-breadcrumb-title h1 {
	font-size: 56px;
	line-height: 66px;
}
section#sp-menu2 {
    margin-top: 40px;
}
#sp-title {
    padding-bottom: 0;
    padding-top: 17px;
}
div#sp-title .sp-page-title {
    padding-bottom: 0;
}
.productdetails .main-image1 {
    max-height: 524px;
    overflow: hidden;
}
.breadcrumb-item.active {
    color: #000;
	font-family: Work Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 74px;
	line-height: 87px;
}
#sp-main-body {
    padding: 30px 0;
}
#sp-counter {
	padding: 60px 0;
	background:#fff7f2;
}
#sp-counter .jmm-counter.default .jm-count {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 500;
	font-size: 60px;
	line-height: 90px;
	color: #A11D21;
}
#sp-counter .jmm-counter.default .jmm-subtitle {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 25px;
	line-height:50px;
	color: #07092F;
}
#sp-counter .jmm-counter.default .jmm-item {
    position: relative;
}
#sp-counter  .fa-circle::before {
    font-size: 11px;
}
#sp-counter  .fa-plus::before {
    font-size: 35px;
}
#sp-counter  .jmm-counter.default .item-1 .jmm-icon {
    margin-bottom: 10px;
    position: absolute;
    left: 69%;
    color: #A11D21;
    bottom: 87px;
}
#sp-counter  .jmm-counter.default .item-2 .jmm-icon {
    margin-bottom: 10px;
    position: absolute;
    left: 66%;
    color: #A11D21;
    bottom: 87px;
}
#sp-section-2 {
    text-align: center;
}
.sp-page-title .sp-page-title-heading {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 56px;
	line-height: 66px;
	text-align: center;
	color: #000000;
}
.sp-page-title {
    background: #fff;
}
#sp-menu2 {
	text-align: center;
}
#sp-menu2 .sp-megamenu-parent {
	float: none;
}
#sp-menu2 .sp-megamenu-parent > li > a:hover, #sp-menu2 .sp-megamenu-parent > li > span:hover {
	text-decoration:underline;
}
#sp-menu2  .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-weight: 500;
    font-size: 16px;
}
.offcanvas-menu {
    background-color: #262626;
    color: #7C7C7C;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
    text-align: center;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    color: #7C7C7C;
    font-size: 26px;
	line-height: 26px;
	padding: 30px 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a ,.offcanvas-menu .offcanvas-inner .sp-module ul > li.active a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: #fff;
}
.layout-content-none #sp-main-body {
	display: none;
}
#sp-inner-1 a.dowload {
	color: #616161;
	margin-top: 30px;
	display: block;
}
#sp-inner-1 .box {
	padding-top: 20px;
}
#sp-inner-1 a.dowload  img {
	display: initial;
	margin-right: 15px;
	position: relative;
	margin-top: -18px;
}
#sp-inner-1 h4.title {
	margin-top: 40px;
	color: #262626;
	font-size: 33px;
	line-height: 43px;
}
#sp-inner-2 .box {
	padding-top: 20px;
	text-align: center;
}
#sp-inner-2 .box img {
    display: initial;
}
#sp-inner-2 .box a {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	display: block;
	padding-top: 25px;
	text-transform: capitalize;
}
#sp-inner-2 .box a:hover {
	text-decoration: underline;
}
#sp-inner-3 .box {
	padding-top: 20px;
	text-align: center;
}
#sp-inner-3 .box a {
	padding-top: 30px;
	display: block;
	color: #616161;
	font-size: 33px;
	line-height: 43px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
    color: #fff;
}
.category-view .browse-view h1 {
	display: none;
}

.sp-scroll-up ,.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus{
	/*background: url("../images/scroll-up.png")   no-repeat;*/
	background: url("../images/scroll-up_red.png")   no-repeat;
	height: 58px;
	width: 48px;
	bottom: 230px;
	right: 10%;
}

.spacer.product-container div.vm-product-media-container:hover + div.vm-title a, 
.spacer.product-container div.vm-title a:hover {
    text-decoration: underline;
}

.additional-images{
	margin: 0 0 90pt;
}

#sp-header .logo{
	height: auto;
   	width: 100%;
    margin-left: 105px;
}

#sp-slide .tp-bullets.simplebullets.round .bullet	{
	background: rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	width: 72.08px;
	height: 3px;
}

#sp-slide .tp-bullets.simplebullets.round .bullet:hover, 
#sp-slide .tp-bullets.simplebullets.round .bullet.selected{
	background: #FFFFFF;
}

#sp-slide .tp-leftarrow.default{
	background: url(../images/large_left.png) no-repeat 0 0;
	background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
	left: 15% !important;
}

#sp-slide .tp-rightarrow.default{
	background: url(../images/large_right.png) no-repeat 0 0;
	background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
	right: 15% !important;
}
.sp-scroll-up  .fa-chevron-up::before {
    content: none;
}
body.ltr.tp-home #offcanvas-toggler.offcanvas-toggler-right {
    margin-top: 16px;
	background: url(../images/menu-icon.png) no-repeat 0 0;
	width: 30px;
	height: 18px;
	font-size: 0;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    margin-top: 16px;
	background: url(../images/menu-icon-inner.png) no-repeat 0 0;
	width: 30px;
	height: 18px;
	font-size: 0;
}
body.ltr .close-offcanvas {
	font-size: 0;
    background: url(../images/close-icon.png) no-repeat 0 0;
	width: 27px;
	height: 28px;
}
.offcanvas-menu {
    width: 100%;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -100%;
}
@media (max-width: 767px) {
	.vm-product-container > div {
		width: 100% !important;
	}
	#sp-menu2 #jawnav .submenu-button {
		right: -11px;
		top: -11px;
		border: none;
	}
	#sp-menu2 #jawnav span.inner {
		text-align: right;
	}
	#sp-menu2 #jawnav #menu-button {
		font-size: 15px;
		color: #000000;
		text-align: right;
		padding-right: 60px;
		
	}
	#sp-menu2 #jawnav #menu-button::before {
    content: '';
    position: absolute;
    background: url(../images/menu-icon-inner.png) no-repeat 0 0;
		width: 30px;
		height: 18px;
		border: none;
		top: 17px;
	}
	#sp-menu2 #jawnav #menu-button::after {
		background: #000000;
		content: none;
	}
	#offcanvas-toggler {
		height: 40px;
		line-height: 40px;
	}
	#sp-header .logo {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.tp-home #offcanvas-toggler > .fa {
		color: #fff;
	}
	.tp-home #sp-header , #sp-header{
		padding: 20px ;
	}
	#sp-feature {
		padding: 10px 10px ;
	}
	#sp-feature  .col-sm-col-sm-9 , #sp-feature  .col-sm-col-sm-4 {
		margin: 0 25px;
	}
	#sp-feature .box-1 {
		background: #262626;
		display: flex;
	}
	#sp-feature  .box-1 .col-sm-col-sm-4 {
		order: 2;
	}
	#sp-feature .box-1 a {
		padding: 0;
	}
	 #sp-feature .box-1 h3 {
		color: #fff;
		margin: 0 0 10px 0;
	}
	 #sp-feature .box-1 img {
		margin-bottom: 0;
	}
	#sp-feature .box-1 p  {
		color: #fff;
	}
	#sp-feature h3 {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	#sp-feature p {
		font-size: 14px;
	}
	#sp-partners-logo {
		padding:0 20px 20px;
	}
	#sp-partners-logo .sp-module-title {
		margin: 20px 0;
	}
	#sp-bottom .sp-module.social .sp-module-title {
		margin-bottom: 30px;
	}
	#sp-bottom {
		padding: 40px 0 0;
	}
	#sp-partners-logo .sp-module-title {
		font-size: 30px;
		line-height: 37px;
		margin-top: 0;
	}
	#sp-feature img {
		margin-bottom: 0px;
	}
	#sp-feature .col-sm-col-sm-4 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#sp-about-us p {
		font-size: 18px;
		line-height: 40px;
		margin: 0;
	}
	#sp-portfolio {
		padding: 30px 0;
	}
	#sp-about-us {
		color: #FFF8F3;
		padding: 20px 10px ;
		background: #262626;
	}
	#sp-portfolio .sp-module-title {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 30px;
	}
	#sp-portfolio a.bt-title {
		font-size: 20px;
		line-height: 23px;
		padding: 20px 0;
	}
	#sp-counter {
		padding:30px 10px ;
	}
	#sp-counter .jmm-counter.default .jmm-item {
		width: 33.33%;
	}
	#sp-counter .jmm-counter.default .jm-count {
		font-size: 30px;
		line-height: 20px;
	}
	#sp-counter .jmm-counter.default .jmm-subtitle {
		font-size: 18px;
		line-height: 20px;
	}
	#sp-counter .jmm-counter.default .item-1 .jmm-icon {
		left: 82%;
		bottom: 50px;
	}
	#sp-counter .fa-plus::before {
		font-size: 15px;
	}
	#sp-counter .jmm-counter.default .item-2 .jmm-icon {
		left: 80%;
		bottom: 50px;
	}
	#sp-feature h1 {
		font-size: 30px;
		line-height: 35px;
	}
	#sp-feature p {
		font-size: 14px;
		line-height: 28px;
		color: #000;
	}
	#sp-feature a {
		color: #000;
		padding: 0;
	}
	#sp-feature .box-2 {
		background: #fff7f2;
	}
	#sp-contact-bottom {
		padding: 20px 10px;
	}
	#sp-contact-bottom .sp-module-title {
		font-size: 25px;
		line-height: 32px;
		text-align: center;
	}
	#sp-contact-bottom p {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.01em;
	color: #616161;
	}
	#sp-bottom .sp-module .sp-module-title {
		font-size: 21px;
		line-height: 35px;
		text-align: center;
	}
	 #sp-bottom #sp-bottom1 .sp-module .sp-module-title {
		 position: relative;
		 right: -100px;
	 }
	#sp-bottom .sp-module h2 {
		font-size: 15px;
		line-height: 23px;
		margin-top: 30px;
	}
	#sp-bottom .sp-module p {
		font-size: 14px;
		line-height: 23px;
	}
	#sp-bottom .sp-module.social .sp-module-title {
		font-size: 15px;
		line-height: 23px;
		margin-top: 90px;
		text-align: left;
		margin-bottom: 25px;
	}
	#sp-footer1 {
		position: relative;
		margin-top: -108px;
	}
	
	#sp-footer ul.menu li a {
		font-style: normal;
		font-weight: 300;
		font-size: 14px;
		line-height: 23px;
		color: #E5E5E5;
	}
	.sp-copyright {
		font-size: 14px;
		line-height: 23px;
		font-weight: 300;
		color: #E5E5E5;
	}
	.sp-page-title .sp-page-title-heading {
		font-size: 34px;
		line-height: 1;
	}
	.category-view div.product {
		padding: 0;
	}
	 body.view-article #sp-section-2 .breadcrumb a , body.view-article #sp-section-2 .breadcrumb span{
		font-size: 15px;
	}
	body.view-productdetails h1.product-title {
		font-size: 36px;
		line-height: 1;
		margin-bottom: 40px;
	}
	body.view-productdetails .productdetails-view .spacer-buy-area {
		padding-left: 0;
		position: initial;
		
	}
	body.view-productdetails .productdetails-view .product-description {
		margin-top: 10px;
	}
	body.view-productdetails .productdetails-view .product-description span {
		margin-bottom: 20px;
	}
	body.view-productdetails .spacer-buy-area > div {
		width: 30%;
		float: left;
		margin: 0 5px;
	}
	body.view-productdetails .additional-images .additional-images-title {
		margin-top: 35px;
		margin-bottom: 15px;
	}
	body.view-productdetails .productdetails-view .product-description p {
		font-size: 16px;
		line-height: 28px;
	}
	body.view-productdetails .product-container.productdetails-view.productdetails {
		margin-bottom: 0;
	}
	body.view-productdetails .product-field-label {
		font-size: 20px;
	}
	body.view-productdetails .product-field-value {
		font-size: 16px;
		line-height: 1;
	}
	.additional-images {
		margin: 0;
	}
	.productdetails .vm-product-container {
		display: initial;
	}
	#sp-bottom .rrssb-buttons li a .rrssb-text {
		font-size: 14px;
		line-height: 23px;
		color: #fff;
	}
	#sp-bottom .rrssb-buttons li a .rrssb-icon {
		display: none;
	}
	#sp-bottom .sp-module ul > li > a {
		text-align: left;
	}
	#sp-bottom .sp-module ul > li {
		display: block;
		margin-bottom: 0;
	}
	#sp-inner-2 .box a {
		font-size: 14px;
	}
	#sp-inner-3 .box a {
		padding-top: 10px;
		font-size: 13px;
		line-height: 1;
	}
	#sp-inner-1 h4.title {
		font-size: 24px;
	}
	.tp-breadcrumb-title h1 {
		font-size: 26px;
		line-height: 36px;
	}
	/*
	#sp-slide .tp-caption.direct-to-design, .direct-to-design {
		font-size: 48px !important;
		line-height: 47px !important;
	}
*/
	#sp-slide .tp-caption.D2D_INTERIJERI_text, .D2D_INTERIJERI_text {
		display: none;
	}
	#sp-slide .tp-caption.D2D_INTERIJERI, .D2D_INTERIJERI {
		display: none;
	}
	#sp-partners-logo ul.ref li.ref-item {
		width: 50%;
		height: auto;
		float: left;
	}
	#sp-bottom .sp-module ul > li {
		font-weight: 300;
		font-size: 14px;
		line-height: 25px;
	}
	.tp-bullets {
		bottom: 40px !important;
	}
	.sp-scroll-up ,.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus{
    background: url("../images/scroll-up.png")   no-repeat;
		height: 25px;
		width: 22px;
		bottom: 230px;
		right: 10%;
	}
	.breadcrumb {
		display: block;	
	}
	.vm-product-container .vm-product-media-container1 {
		width: 100% !important;
	}
}

 .to-flex a.modal_link {
      display: flex !important;
      align-items: center;
}
 .to-flex a.modal_link img {
      padding-left:10px;
}
.to-flex p{
  
  font-size:20px !important;
}
body:not(.tp-home) #sp-bottom a:hover {
      text-decoration-color: #a51a24;
      color: #a51a24 ;
}
.itemid-154 #sp-main-body {
      display: none;
}
.row.catlog_ho a:hover {
      color: #a51a24 !important;
      text-decoration: underline #a51a24;
}
.catlog_ho .box:hover a.dowload{
      color: #a51a24 !important;
      text-decoration: underline #a51a24 !important;
}
.image_ho .box:hover .link{
  
  text-decoration:underline;
}
a.bread {
   font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
    color: #000000;
}
a.bread:hover {
   text-decoration:underline;
  color: #a51a24 !important;
}
a.bread_one {
   font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
    color: #000000;
}
.single-solutions img {
    height: 420px !important;
}
