/* Title */
.sticky-wrapper.is-sticky #sp-header {
    background: #333;
}
#sp-header {
   background: #333;
}
body.itemid-437 #sp-header {
    background: rgb(51 51 51);
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    height: 90px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}
#sp-main-body {
	padding: 0!important;
}
body.com-j2store #sp-main-body {
  margin-bottom: 80px!important;
}

.lt-title-general {
    background:url(../images/header-title.png) no-repeat bottom center;
    padding: 20px;
}

.lt-title h2 {
    background:url(../images/header-title.png) no-repeat bottom center;
    padding: 20px;
	font-size:30px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.lt-title h6 {
    color: #ffffff;
    padding: 6px 10px 6px;
    margin-top: 0px;
    padding-bottom: 20px;
    font-size: 12px;
    lltter-spacing: 2px;
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.lt-title p {
	margin: 0;
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 500;
}
.qx-fg-filter > li > a.btn:hover {
  color:#fff!important;
}
/* Transition */
h1, h2, h3, h4, h5, h6, i, i:before, i:after  {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
/* Footer */
#sp-footer1 {
    text-align: left;
}
#sp-footer2 {
    text-align: left;
}
/* Slider */
.lt-slider {
	position: relative;
    top: -90px;
}
.lt-slider .tp-caption a {
	padding: 15px 40px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.lt-slider .button:hover {
	background: #222;
}
.lt-bounce {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    color: #fff;
    font-size: 24px;
}
 
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* About*/
.lt-item-about {
/*    border: 1px solid #ddd;*/
    cursor: pointer;
    padding: 30px;
}
.lt-item-about1 {
    cursor: pointer;
    padding: 30px;
}
.lt-item-about1:hover {
    color: #ffffff;
}
.lt-item-about1:hover i {
    color: #ffffff!important;
}
.lt-item-about:hover {
    color: #ffffff;
}
.lt-item-about:hover i {
    color: #ffffff!important;
}
/* Sale */
.lt-sale-item h1 {
    font-size: 140px;
    font-weight: bold;
    line-height: 140px;
}
.lt-sale-item h2 {
    border: 2px solid #6d604c;
    color: #6d604c;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    margin-top: 30px;
    padding: 8px 20px;
    text-transform: uppercase;
}
.lt-sale-item h3 {
    border-bottom: 2px solid #6d604c;
    color: #6d604c;
    display: inline-block;
    font-size: 40px;
    font-weight: 500;
    lltter-spacing: 3px;
    margin: 0;
}
.lt-sale-item p {
    font-size: 20px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
}
#lt-sale-button {
    font-size: 20px;
    text-transform: uppercase;
    padding:10px 30px;
    border-radius: 50px;
}

/* subscribe */
.lt-subscribe-item h3 {
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
}
.lt-subscribe-item h1 {
    font-size: 60px;
    line-height: 65px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.lt-subscribe-item h2 {
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
}

/* Categories*/
.lt-categories-item .qx-image {
-webkit-transition-duration: 0.5s; 
-moz-transition-duration: 0.5s; 
-o-transition-duration: 0.5s; 
margin: 0 10px 5px 0; 
}
.lt-categories-item .qx-image:hover {
    -webkit-transform:scale(1.1); 
-moz-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
/*  Popular */
.lt-item-popular {
    border: 1px solid #ddd;
    padding: 10px;
}
.lt-item-popular i {
    padding-top: 15px;
}
/* Blog */
.entry-header h2 a {
    font-size: 30px;
    font-weight: 400;
}
div.sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 400;
}
.sp-page-title {
    margin-bottom: 0px;
}
.lt-blog div.k2ItemsBlock ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
}
.lt-blog div.k2ItemsBlock ul li:nth-child(3n) {
    margin-right: 0;
}
.lt-blog div.k2ItemsBlock ul li a {
    display: inherit;
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}
.lt-blog div.k2ItemsBlock ul li img {
    width: 100%;
    margin-bottom: 15px!important;
    transition: all .40s linear;
    transform: scale(1.1);
}
.lt-blog div.k2ItemsBlock ul li:hover img {
    transform: rotate(4deg)scale(1.2);
}
.lt-blog ul li .moduleItemDateCreated {
    display: block;
    text-align: center;
    background: rgba(0,0,0, .4);
    padding: 5px;
    font-size: 12px;
    color: #fff;
}
.lt-blog .lt-portfolio-button {
    margin-top: 0!important;
}
.lt-blog > div > p {
    clear: left;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    background-color: #ffffff;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float:left!important;
    width: 100%;
}
/* Portfolio */
.lt-portfolio-button:hover {
	color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	margin: 5px;
}
.project-img img {
    width: 100%;
}
.projects-filter {
    text-align: center;
    display: inline-block;
}
.projects-filter ul {
    display: inherit;
    line-height: 43px;
    margin: 0 auto;
}
.projects-filter ul li {
    line-height: 40px;
    margin: 5px 0;
    display: static!important;
    float: left;
}
.projects-filter a {
    padding: 8px 15px;
    border: 1px solid #fff;
}
.item-page .project-img {
    border: 5px solid #fff;
}
.qx-fg-filter>li>a.btn {
    color: #333;
}
.pp-button {
    color: #fff;
    padding: 12px 40px;
    font-weight: 700;
}
.pp-button:hover {
    color: #fff;
    background: #666;
}
.projects-filter a {
    width: 200px;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
}

/* Contact */
.lt-contact-item .qx-icon {
    padding-bottom: 20px;
}
.lt-contact-item h4 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
#lt-contact .qx-icon {
    padding: 20px;
}
.lt-contact-item .qx-icon {
     -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s; 
}
.lt-contact-item:hover .qx-icon:before {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: block; 
    color: #333!important;

}
.lt-contact-item:hover .qx-icon {

    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.lt-contact-item {
    cursor: pointer;
}
.lt-contact-form label {
    color: #333;
}
.lt-contact-form input {
    border-radius: 0!important;
    height: 25px!important;
    width: 100%;
}
.lt-contact-form textarea {
    height: 100px!important;
    border-radius: 0!important;
    width: 100%;
}
.lt-contact-form button {
    background: none;
    width: 150px;
    height: 35px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #fff!important;
    transition: all .25s linear;
    font-weight: 400;
}

.lt-contact-form button:hover {
    color: #fff!important;
}
.lt-contact-map i {
  background: #55b5bd;  
}
.lt-contact-phone i {
  background: #9ebe3b;  
}
.lt-contact-mail i {
  background: #ffa800;  
}
.lt-contact-map i, 
.lt-contact-phone i,
.lt-contact-mail i {
  border-radius: 50px;
  width: 100px;
  height: 100px;
  padding-top: 22px;

}
.lt-contact-map:hover i {
    border:1px solid #ddd;  
}

.lt-contact-map .qx-blurb-content,
.lt-contact-phone .qx-blurb-content,
.lt-contact-mail .qx-blurb-content {
    padding-top: 30px;
}
.lt-contact #sp-quickcontact-form input,
.lt-contact #sp-quickcontact-form textarea {
    border-radius: 0!important;
    width: 100%;
    margin: 20px 0;
}
.lt-contact #sp-quickcontact-form .sp_qc_clr {
    display: none;
}
.lt-contact #sp-quickcontact-form input:nth-child(2) {
    width: 49%;
    margin-right: 2%;
    float: left;
}
.lt-contact #sp-quickcontact-form input:nth-child(4) {
    width: 49%;
    float: left;
}
.lt-contact #sp-quickcontact-form .button {
    background: none;
    width: 150px;
    height: 50px;
    color: #000;
    margin: 40px auto 0px;
    display: block;
    text-align: center;
    line-height: 44px;
    border-radius: 2px;
    border: 2px solid #F1F1F1;
    transition: all .25s linear;
    font-weight: 400;
}
.lt-contact #sp-quickcontact-form .button:hover {
    color: #fff!important;
}
.portfolio-list {
  padding-bottom:100px;
}
#sp-bottom4 .inputbox {
  width:100%!important;
}
#sp-bottom4 table.acymailing_form {
    margin:0px;
    float: left;
    margin-top: 12px;
    width: 93%;
}
#sp-bottom4 .acysubbuttons .btn-primary {
  float:left;
}
/* Subscribe */
.lt-subscribe-title h4 {
	margin-top: 0;
	font-size: 36px;
	font-weight: 700;
}
.lt-subscribe-title h5 {
    lltter-spacing: 2px;
    font-size: 16px;
    font-weight: 300;
}
.lt-subscribe-content table {
	margin: inherit;
}
.lt-subscribe-content table input {
	background: none!important;
	border-radius: 5px!important;
	padding: 20px 90px!important;
     margin-top: 20px;
}
.lt-subscribe-content table .button {
	padding: 10px 30px!important;
	border-color: #fff;
}
.lt-subscribe-content table tr {
	display: inline;
}
.lt-subscribe-content-phone {
    border-left: 3px solid #ffffff;
    height: 60px;
    padding-left: 35px;
}
.qx-fg-filter > li > a.btn.active {
  color:#fff;
}
/** RESPONSIVE **/
/* Screen min 1199px */
@media (min-width: 1200px) {
	.lt-services-right,
	.lt-about .lt-title {
		padding-left: 60px;
		padding-right: 60px;
        margin-top: 20px;
	}
}
/* Screen min 1199px */
@media (max-width: 1199px) {
	.lt-services-right,
	.lt-about .lt-title {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* Screen min 980px and max 1199px */
@media (min-width: 1200px) and (max-width: 1550px) {
	.lt-services-right, .lt-about .lt-title {
	    padding: 30px;
	}
	.lt-services-content h2 {
	    margin-bottom: 10px;
	}
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
	.lt-about .lt-title {
		padding-top: 40px;
		padding-bottom: 0!important;
	}
	.lt-services > div {
		width: 100%!important;
	}
}
/* Screen min 979px and max 781px */
@media (min-width: 768px) and (max-width: 979px) {
  .lt-slider {
    top:0;
  }
	
}
/* Screen max 767px */
@media (max-width: 767px) {
	.lt-subscribe > div:first-child {
		padding-bottom: 0!important;
	}
   .lt-slider {
    top:0;
    }
	.lt-action-title,
	.lt-subscribe > div > div {
		text-align: left;
	}
	.lt-blog div.k2ItemsBlock ul li {
		width: 100%;
		margin-right: 0;
	}
      div.j2store.j2store-module-product.span4 {
    width: 100%;
  }
   
  .j2store-product-list div.span9 {
    width: 100%;
  }
  .j2store-product-list div.span4 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .j2store-product-module .j2store-module-product:nth-child(3n+1) {
    margin-bottom: 20px!important;
  }
}
/* Screen max 480px */
@media (max-width: 480px) {
    div.j2store.j2store-module-product.span4 {
    width: 100%;
  }
  .lt-slider {
    top:0;
  }
   
  .j2store-product-list div.span9 {
    width: 100%;
  }
  .j2store-product-list div.span4 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .j2store-product-module .j2store-module-product:nth-child(3n+1) {
    margin-bottom: 20px!important;
  }
	
}
body.com-users #sp-component {
    padding: 40px 70px 70px 70px;
}
/* Improve sub menu dropdown clickable for offcanvas menu */
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon,
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
 float: right;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
 width: 100%;
}

