/**** CUSTOM RESPONSIVE *****/
@media (min-width: 1024px) {
    .hikashop_product_image img {
        height: 450px!important;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a {
        letter-spacing: 0!important;
        padding: 0 5px!important;
        font-size: 10px!important;
    }
    .hikashop_product_image {
        height: 360px!important;
    }
    .hikashop_product_image img {
        height: 350px!important;
    }
}
@media (min-width: 980px) and (max-width: 1024px) {
    #sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 50%;
    }
    #sp-bottom3 {
        clear: left;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #lt-blog div.k2ItemsBlock ul li {
        float: left;
        margin-right: 1.2%!important;
        width: 32%!important;
    }
    .sp-megamenu-parent > li > a {
        font-size: 10px!important;
        letter-spacing: 0!important;
        padding: 0 7px!important;
    }
  	#sp-logo img {
      	width: 100%;
    }
    .hikashop_product_image {
        height: 360px!important;
    }
    .hikashop_product_image img {
        height: 350px!important;
    }
    #sp-bottom #sp-bottom3 {
        clear: left;
    }
    #sp-bottom1, #sp-bottom2 {
        padding-bottom: 30px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .projects-filter {
        display: inline-block;
    }
    .projects-filter ul li {
        display: block;
        float: left;
        margin: 10px 0;
    }
    #sp-footer2 {
        text-align: left!important;
    }
    .sp-contact-info {
        float: left!important;
    }
    .sticky-wrapper.is-sticky {
        position: relative!important;
    }
    #sp-menu {
        position: absolute!important;
        right: 0;
        top: 35px;
    }
    #offcanvas-toggler {
        line-height: 0!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sub-clients img {
        display: inline!important;
    }
    #lt-blog div.k2ItemsBlock ul li {
        width: 100%!important;
    }
  	.lt-team-item {
        margin: 20px auto;
    }
    .lt-pricing-item {
        width: 80%;
        margin: 20px auto!important;
        left: 0!important;
        right: 0!important;  
    }
    .lt-team-item {
        width: 50%!important;
    }
    .lt-intro-sub {
        margin: 20px auto;
    }
    .hikashop_product {
        width: 100%!important;
    } 
    .hikashop_product_image img {
        height: 450px!important;
    }
}
@media (max-width: 480px) {
    .projects-filter {
        display: inline-block;
    }
    .projects-filter ul li {
        display: block;
        float: left;
        margin: 10px 0;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
    #lt-blog div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .lt-team-item {
        margin: 20px auto;
    }
    .lt-intro-sub {
        margin: 20px auto;
    }
    .lt-pricing-item {
        margin: 20px auto;
    }
    .hikashop_product_left_part {
        width: 100%;
    }
    .hikashop_product_main_image {
        height: auto!important;
    }
    .hikashop_product {
        width: 100%!important;
    } 
    .hikashop_product_image img {
        height: 450px!important;
    }

}
/***** GENERAL *****/
body {
    font-size: 14px;
}
.sppb-section-title h3 {
    font-size: 14px;
}
.sppb-section-title p {
    font-size: 13px;
    color: #000;
}
.tp-button {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.btn {
    border-radius: 0!important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    text-shadow: none;
    text-transform: uppercase;
    border: none!important;
}
.offcanvas-menu ul li.current {
    display: none;
}
/***** HEADb *****/
#sp-main-body,
#sp-page-title,
#sp-header,
#sp-header .logo,
#offcanvas-toggler,
.sticky-wrapper.is-sticky,
.sp-megamenu-parent >li >a {
	-webkit-transition: .6s ease-in-out;
	-moz-transition:    .6s ease-in-out;
	-ms-transition:     .6s ease-in-out;
	-o-transition:      .6s ease-in-out;
	transition:         .6s ease-in-out;
}
.sticky-wrapper.is-sticky #sp-header,
.sticky-wrapper.is-sticky #sp-header .logo {
	height: 70px!important;
}
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
	line-height: 70px!important;
}
#sp-logo .logo {
	padding: 18px 0;
}
.sticky-wrapper.is-sticky #sp-logo .logo {
	padding: 8px 0;
}
/***** SLIDER *****/
#lt-slider {
    
}
/***** INTRODUCTION *****/
.lt-introduction .lt-intro-sub {
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 10px 25px;
     -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-introduction .lt-intro-sub h4 {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out; 
}
.lt-introduction .lt-intro-sub p {
    margin: 20px auto;
}
.lt-introduction .lt-intro-sub a {
   border: 1px solid #ddd;
   padding: 8px 20px;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-introduction .lt-intro-sub a:hover {
    color: #fff;
}
/***** BANNER *****/
.lt-banner .lt-banner-content h3 {
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 65px;
}
.lt-banner .lt-banner-content ul {
    padding-left: 15px;
}
.lt-banner .lt-banner-content ul li {
    font-size: 13px;
    padding: 3px;
}
/***** BLOG *****/
#lt-blog {
    border-top: 1px solid #ddd;
}
#lt-blog .header {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
#lt-blog div.k2ItemsBlock ul li {
    float: left;
    margin-right: 0.8%;
    width: 32.8%;
}
#lt-blog div.k2ItemsBlock ul li:nth-child(3n+3) {
    margin-right: 0;
}
#lt-blog a.moduleItemImage img {
    width: 100% !important;
    margin-bottom: 15px;
  	padding-top:15px;
}
#lt-blog .media-body {
    padding-top: 10px;
}
/***** ABOUT *****/
.lt-about-testimonial h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.lt-about ul {
    padding-left: 0;
}
.lt-about ul li {
    display: inline-block;
    padding: 10px 20px 10px 0;
    list-style: none;
}
.lt-testimonial blockquote p {
    font-size: 13px;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #efefef;
    padding: 10px;
    margin-bottom: 0;
}
.lt-testimonial blockquote footer {
    background: rgba(0, 0, 0, 0) url("../images/bg-testimonial.png") no-repeat scroll 20px 0;
    margin: -2px 0 0 !important;
    padding: 15px 0 15px 60px;
}
/***** PARALLAX *****/
#lt-parallax {
    color: #ffffff;
}
/***** TEAM *****/
.lt-team-item img {
    width: 100%;
}
.lt-team-item strong {
    display: none;
}
.lt-team-item {
    background: #f0f1f3 none repeat scroll 0 0;
    border-bottom: 15px solid #e8eaed;
    position: relative;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-team-item:hover {
    cursor: pointer;
    border-bottom: 15px solid #fff;
}
.lt-team-item ul {
    background: #495b6b none repeat scroll 0 0;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 12px 10px;
    position: absolute;
    top: 0;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-team-item:hover ul {
    opacity: 1;
}
.lt-team-item ul li {
    list-style: outside none none;
    padding: 8px 0;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-team-item ul li a i {
    color: #fff;
    font-size: 24px;
    transition: all 400ms ease 0s;
}
.lt-team-item ul li a i:hover {
    transition: all 400ms ease 0s;
}
.lt-team-item h4 {
    color: #000;
    padding-left: 10px;
    font-weight: 700;
}
.lt-team-item p {
    padding-left: 10px;
}
/***** PRICING *****/
.lt-pricing-item strong {
    display: none;
}
.lt-pricing-item {
    border: 1px solid #fff;
    margin-left: 0;
    text-align: center;
}
.lt-pricing-item ul {
    margin: 0;
    padding: 0;
}
.lt-pricing-item ul li {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    list-style: outside none none;
    padding: 10px 0;
}
#lt-pricing .price_title .price_plan {
    background: #eaebec none repeat scroll 0 0;
    padding: 45px 0;
}
#lt-pricing  .price_title .order_now {
    background: #f6f6f6 none repeat scroll 0 0 !important;
    padding: 42px 0 !important;
}
.lt-pricing-item ul li {
    background: #eaebec none repeat scroll 0 0;
}
#lt-pricing .price_title ul .odd {
    background: #f6f6f6 none repeat scroll 0 0 !important;
}
.lt-pricing-item .price_plan h2 {
    background: #34495e none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 10px 0;
}
.lt-pricing-item .price_plan h1 {
    color: #fff;
    margin: 0;
    padding: 5px 0;
}
.lt-pricing-item .price_plan h1 {
    background: #34495e none repeat scroll 0 0;
    border-top: 1px solid #495c6e;
}
.lt-pricing-item .price_plan h1 small {
    color: #fff;
}
.lt-pricing-item ul .odd {
    background: #ecf0f1 none repeat scroll 0 0;
}
.lt-pricing-item .order_now {
    background: #ecf0f1 none repeat scroll 0 0;
    padding: 30px 0;
}
.lt-pricing-item .order_now a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    padding: 7px 20px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-pricing-item .order_now a:hover {
    color: #fff;
}
#lt-pricing .special {
    margin-top: -20px;
}
#lt-pricing .special .price_plan h2 {
    padding: 20px 0 !important;
}
/***** BUY NOW *****/
.hikashop_subcontainer {
    border-radius: 0!important;
}
.hikashop_product_main_image_subdiv {
    width: 100%!important;
}
.hikashop_product_image img {
    height: 500px;
}
#hikashop_main_image {
    width: 100%!important;
}
.hikashop_product_right_part {
    float: left;
    margin-left: 100px;
    margin-top: 20px;
    padding-left: 1px;
}
/***** BUY NOW *****/
.lt-buy-now-content h3 {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
/***** PORTFOLIO *****/
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    text-transform: uppercase;
    padding: 8px 15px;
    font-weight: 500;
    border-radius: 0!important;
}
.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item {
    padding: 10px!important;
}
/***** K2 *****/
span.catItemImage img,
span.itemImage img {
    width: 100%!important;
}
#sp-right .k2ItemsBlock ul li img {
  width: 100%;
}
div.k2ItemsBlock ul {
    padding-left: 0;
}
/* Refine Page Builder */
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    margin: 0 auto;
}
.lt-page-service i {
  margin-top: 10px;
}
.sp-simpleportfolio-img {
    width: 100%;
}
/***** Onepage *****/
.sp-megamenu-parent > li.menu-first > a {
    display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a.menu-first {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a.btn-view {
    display: none;
}
.sp-simpleportfolio-title a {
  display: none;
}
/* Portfolio */
.projects-filter a {
    padding: 8px 15px;
    font-size: 1em;
    border-radius: 0;
    text-transform: uppercase;
}
.projects-filter a {
    color: #fff;
    background: #2d2d2d;
}
.projects-filter ul li {
    background: none;
}
.projects-filter ul {
    text-align: center;
}
.projects-wrapper img {
    width: 100%;
}
.projects-filter {
    border-bottom: none;
}
.projects-wrapper .project-img .project-img-extra h4 {
    color: #fff!important;
}