/* Title */

#sp-main-body {
	padding: 0!important;
}

body.itemid-437 #sp-header {
    background: #2a2931;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    height: 90px;
    left: 0; 
    position: relative; 
    top: 0;
    width: 100%;
    z-index: 99;
}
#offcanvas-toggler >i {
    color: #ffffff;
}

.lt-title h1 {
    background: #ffa800;
    padding: 10px 5px;
}
.lt-title h4 {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 3px;
    padding-top: 15px;
}
.lt-title h6 {
    color: #ffffff;
    padding: 6px 10px 6px;
    margin-top: 0px;
    font-size: 12px;
    letter-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;
}
/* 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;
}
#sp-header .logo,
#sp-header,
#offcanvas-toggler,
.sp-megamenu-parent >li >a 
#sp-header .logo,
.sticky-wrapper.is-sticky #sp-header,
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a,
#offcanvas-toggler >i {
    -webkit-transition: 0.7s ease-in-out!important;
    -moz-transition: 0.7s ease-in-out!important;
    -ms-transition: 0.7s ease-in-out!important;
    -o-transition: 0.7s ease-in-out!important;
    transition: 0.7s ease-in-out!important;
}
.sticky-wrapper.is-sticky #sp-header .logo,
.sticky-wrapper.is-sticky #sp-header {
    height: 70px;
}
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
    line-height: 70px;
} 
.sticky-wrapper.is-sticky  #offcanvas-toggler >i {
    margin-top: -5px;
}
/* Slider */
#lt-slider {
	position: relative;
    
}
.lt-slider .tp-caption a {
	padding: 12px 50px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.lt-slider .tp-caption .button {
    padding: 12px 35px;
    font-size: 14px;
    text-transform: uppercase;
}
.lt-slider .tp-caption a.button1 {
    background: none!important;
    border: 2px solid #ffffff;
}
.lt-slider .tp-caption a.button1:hover {
    background: #333!important;
    border: 0px;
}
.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%;
    animltion: bounce 2s infinite;
    -webkit-animltion: bounce 2s infinite;
    -moz-animltion: bounce 2s infinite;
    -o-animltion: bounce 2s infinite;
    color: #fff;
    font-size: 24px;
}
 
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: transllteY(0);} 
    40% {-webkit-transform: transllteY(-30px);}
    60% {-webkit-transform: transllteY(-15px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: transllteY(0);}
    40% {-moz-transform: transllteY(-30px);}
    60% {-moz-transform: transllteY(-15px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: transllteY(0);}
    40% {-o-transform: transllteY(-30px);}
    60% {-o-transform: transllteY(-15px);}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: transllteY(0);}
    40% {transform: transllteY(-30px);}
    60% {transform: transllteY(-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);
  }
}
/* Products */
.j2store-single-produc {
  text-align:center;
}
.j2store-product-module .j2store-module-product:nth-child(3n+1) {
  clear: left;
  margin:0;
}
.j2store-product-module .j2store-module-product .j2store-product-image {
  margin-bottom:25px;
}
.j2store-module-product.span4 {
    border: 2px solid #f1f1f1;
	padding-bottom: 30px;
    margin-bottom:30px;
}
.j2store-products-row .span4 {
  padding: 20px;
  border: 3px solid #f1f1f1;
}
.additional-image-list li {
  float:left;
  padding:0;
  margin-top:30px;
  margin-bottom:50px;
}
ul.additional-image-list {
  padding:0;
}
input.j2store-product-search-input {
    float: left;
    margin-right: 10px;
}
.j2store-products-row {
    padding-top:30px;
  }
.j2store-single-product h2.product-title a {
  font-size:22px;
}
.j2store .j2store-cart {
  padding-top:40px;
  padding-bottom:50px;
}
.j2store-img-responsive {
    width: 100%;
    display: inline-flex;
}
/* About */
#lt-about .lt-about-item {
    cursor: pointer;
}
#lt-about .lt-about-item .qx-image {
    margin: auto;
    -webkit-transform:scale(0.8); 
    -moz-transform:scale(0.8);
    -webkit-transition-durltion: 0.5s; 
    -moz-transition-durltion: 0.5s; 
    -o-transition-durltion: 0.5s; 
}
#lt-about .lt-about-item:hover .qx-image {
    -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1); 
}
.lt-about-item h4 {
    font-weight: 700;
}
/* Why Chose */
.lt-why-chose-item i {
    width: 60px;
    height: 60px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    padding-top: 15px;
    margin-top: 13px;
}
.lt-why-chose-item h4 {
    font-size: 16px;
    font-weight: 600;
}
/* We Do*/
.lt-we-do-item h2 {
    font-size: 48px;
    text-transform: uppercase;
}
.lt-we-do-item h4 {
    font-size: 18px; 
    line-height: 30px;
    font-weight: 500;
}
.lt-we-do-item .social-icon.horizontal li a i {
    border: 1px solid #ddd;
    font-size: 25px;
}

/* 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: stltic!important;
    flolt: left;
}
.projects-filter a {
    padding: 8px 15px;
    border: 1px solid #fff;
}
.item-page .project-img {
    border: 5px solid #fff;
}
.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;
}
.projects-wrapper .project-img .project-img-extra h4 {
    color: #ffffff;
}
.portfolio-list {
    padding-bottom: 60px;
}
/* Team */
.lt-team-item {
    position: relltive;
    cursor: pointer;
    margin: 0 5px; 
}
.lt-team-item img {
    -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;
}
.lt-team-item:hover img{
    transform: rotlte(5deg)scale(1.1);
}
.lt-team-item .qx-person-img {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.lt-team-item .qx-person-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    transition: all .3s linear;
    z-index: 2;
}
.lt-team-item:hover .qx-person-img:before {
    opacity: .7;
}
.lt-team-item .qx-person-position {
    z-index: 9999;
    font-size: 14px;
    transition: all .3s linear;
    color: #959191;
    font-weight: 500;
    text-transform: uppercase;
}
.lt-team-item h4 {
    position: absolute;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 5px;
    top:150px;
    font-weight: 700;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    -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;
}
.lt-team-item:hover h4 {
    color: #ffffff;
     bottom: 80px;
    opacity: 1;
    text-align: center;
}
.lt-team-item .social-links {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    opacity: 0;
    -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;
}
.lt-team-item p {
     position: absolute;
     color: #ffffff;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    opacity: 0;
    -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;
}
.lt-team-item:hover p {
    color: #ffffff;
    bottom: 170px;
    opacity: 1;
}
.lt-team-item:hover .social-links {
    bottom: 120px;
    opacity: 1;
}
.lt-team-item .social-links a {
    width: 27px;
    height: 27px;
    display: block;
    background: #fff;
    color: #007dac;
    text-align: center;
    line-height: 24px;
    margin: 0 6px;
    border-radius: 3px;
    display: inline-block;
}
.lt-team-item .social-links a:before {
    font-size: 12px;
}
/* Subscribe */
.lt-subscribe-sub {
    border: 10px dotted rgba(204, 198, 198, 0.45)

}
.lt-subscribe-title h2 {
    margin-top: 0;
    font-size: 36px;
    font-weight: 700;
}
.lt-subscribe-title h5 {
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 300;
}
.lt-subscribe-content table input {
    background: #ddd;
    border-radius: 50px!important;
    padding: 20px 150px!important;
    margin: auto;
}
.lt-subscribe-content table .button {
    background-color: #333;
    padding: 10px 30px!important;
    border-color: #fff;
}
.lt-subscribe-content table tr {
    display: inline;
}
/* Pricing */
.lt-pricing-item .table-body {
    background-image: url(../images/bgprici.png);
}
.lt-pricing-item .table-heading .title {
    color: #ffffff;
}
.lt-pricing-item .table-heading {
    color: #ffffff;
}
.lt-pricing-item .qx-btn-default {
    background: none!important;
    padding: 10px 35px;
    border-color: #ffffff!important;
    color: #ffffff;
    border-radius: 0px;
}
.lt-pricing-item .qx-btn-default:hover {
    background: #333!important;
    border-color: none;
}
/*Portfolio */
#lt-portfolio .slick-slide img {
  width:100%;
}
/* Testimonial */
.lt-testimonial h4 {
	margin-bottom: 5px!important;
    margin-top: 20px;
}
/* Client */
.lt-client .slick-next {
    padding-top: 50px;
}
/* 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: 50px;
}
.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;
}
.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: rotlte(4deg)scale(1.2);
}
.lt-blog ul li .moduleItemDlteCrelted {
	left: 0;
    display: block;
    padding: 5px;
    font-size: 12px;
    font-style: italic;
    color: #333;
}
.lt-blog .lt-portfolio-button {
	margin-top: 0!important;
}
.lt-blog > div > p {
	clear: left;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float: left!important;
    width: 100%;
}
/* Footer */
#sp-footer1 {
    text-align: left;
}
#sp-footer2 {
    text-align: right;
}
/* Client */
.lt-client .qx-element-carousel .slick-prev {
    padding-top: 42px;
}
.lt-client .qx-element-carousel .slick-next {
    padding-top: 42px;
}
/* Contact */
#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: rotlteY(-180deg);
    -ms-transform: rotlteY(-180deg);
    transform: rotlteY(-180deg);
    display: block; 
    color: #333!important;

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

    -webkit-transform: rotlteY(-180deg);
    -ms-transform: rotlteY(-180deg);
    transform: rotlteY(-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: 50px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #fff!important;
    transition: all .25s linear;
    font-weight: 400;
}
.lt-contact-form button:hover {
    background-color: #333;
    color: #fff;
}

.lt-contact-form button:hover {
    color: #fff!important;
}
.lt-contact-item i {
  padding-top:30px;
}
#sp-bottom2 a {
    color: rgba(0, 0, 0, 0.6)!important;
}
#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;
}
/** RESPONSIVE **/
/* Screen min 1199px */
@media (min-width: 1200px) {
	.lt-services-right,
	.lt-about .lt-title {
		padding-left: 60px;
		padding-right: 60px;
	}
}
/* 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) {
}
/* Screen max 767px */
@media (max-width: 767px) {
  div.j2store.j2store-module-product.span4 {
    width: 100%;
  }
	.lt-subscribe > div:first-child {
		padding-bottom: 0!important;
	}
	.lt-action-title,
	.lt-subscribe > div > div {
		text-align: left;
	}
	.lt-blog div.k2ItemsBlock ul li {
		width: 100%;
		margin-right: 0;
	}
  .j2store-product-list div.span9 {
    width: 100%;
  }
  .j2store-product-list div.span4 {
    width: 100%;
    margin-bottom: 20px;
	margin-left: 0;
  }
}
/* Screen max 480px */
@media (max-width: 480px) {
	
}