/**** CUSTOM RESPONSIVE *****/
@media (min-width: 1024px) {
    .hikashop_product {
        width: 25%!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_main_image_subdiv {
        width: 100%!important;
    }
    .hikashop_product_right_part {
        padding-left: 20px!important;
    }
    #hikashop_product_bottom_part {
        width: 48%!important;
    }
    .lt-pricing-item .price_plan h2 {
        font-size: 14px!important;
    }
    #lt-pricing .price_title .price_plan {
        padding: 41px auto!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-k2-blog div.k2ItemsBlock ul li {
        width: 31%!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_bottom_part {
        position: static!important;
        width: 100%!important;
    }
    .hikashop_product_main_image_subdiv {
        width: 100%!important;
    }
    .hikashop_product_right_part {
        padding-left: 20px!important;
    }
    .hikashop_products_listing .hikashop_product {
        width: 49%!important;
    }
    #lt-blog div.k2ItemsBlock ul li {
        float: left;
        margin-right: 1.2%!important;
        width: 32%!important;
    }
    .lt-pricing-item .price_plan h2 {
        font-size: 14px!important;
    }
    #lt-pricing .price_title .price_plan {
        padding: 41px auto!important;
    }
    #sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #sp-bottom3 {
        clear: left;
    }
}
@media (max-width: 767px) {
    .projects-filter {
        display: inline-block;
        padding-left: 10px;
    }
    .projects-filter ul li {
        display: block;
        float: left;
        margin: 10px 0;
    }
     #lt-blog div.k2ItemsBlock ul li {
        float: left;
        margin-right: 1.2%!important;
        width: 32%!important;
    }
    #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;
    }
  	#hikashop_product_bottom_part {
        position: static!important;
        width: 100%!important;
    }
    #hikashop_product_left_part,
    .hikashop_product_main_image_subdiv {
        width: 100%!important;
    }
    #hikashop_product_left_part .hikashop_product_main_image img {
        width: 100%!important;
    }
    .hikashop_products_listing .hikashop_product {
        width: 100%!important;
    }
    .lt-introduction-item {
        margin: 40px auto;
    }
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
    #lt-blog div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    #lt-slider {
        display: none!important;
    }
}
/***** GENERAL *****/
.sppb-section-title h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.sppb-section-title h2 {
    color: #333;
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 20px;
}
.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;
}
.lt-button:hover {
    color: #fff;
}
.btn {
    border-radius: 0!important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    text-shadow: none;
    text-transform: uppercase;
    border: none!important;
}
/***** TOP BAR *****/
#sp-top-bar .social-icons i {
    font-size: 20px;
}
#sp-top-bar .sp-contact-info li {
    font-size: 16px;
}
#sp-logo .logo {
	padding: 18px 0;
}
/***** SLIDER *****/
.tp-dottedoverlay {
    background-color: #2c3d50!important;
    opacity: .6;
}
#lt-slider .home-top-slide-text {
    border-bottom: 3px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px!important;
}
/***** INTRODUCTION *****/
.lt-introduction-item {
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 10px 10px 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-item i {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block !important;
    height: 55px !important;
    line-height: 55px !important;
    background-color: #fff;
    width: 55px !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: -56px auto;
    -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-item h4 {
    margin-bottom: 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:hover i {
    cursor: pointer;
    color: #000;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.lt-introduction .lt-intro-sub p {
    font-size: 13px;
}
/***** PARALLAX *****/
#lt-parallax {
    color: #fff;
}
.lt-parallax-content {
    width: 80%;
    margin: 0 auto;
}
#lt-parallax .sppb-section-title h3 {
    color: #fff;
}
/***** PORTFOLIO *****/
.lt-portfolio .sppb-title-heading {
    text-transform: uppercase;
    font-weight: 700;
}
.lt-portfolio .sp-simpleportfolio-filter {
    text-align: left;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    text-transform: uppercase;
    padding: 8px 15px;
    font-weight: 500;
    border-radius: 0!important;
}
/***** PRODUCTION *****/
#lt-production {
    margin: 0!important;
}
.lt-production-item {
    border: 1px solid #ddd;
    padding: 30px 10px;
    cursor: pointer;
}
.lt-production-item,
.lt-production-item i,
.lt-production-item  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-production-item:hover {
  	-webkit-box-shadow: 0px 0px 5px 3px rgba(158,147,158,1);
	-moz-box-shadow: 0px 0px 5px 3px rgba(158,147,158,1);
	box-shadow: 0px 0px 5px 3px rgba(158,147,158,1);
}
/***** HIKASHOP *****/
.hikashop_category_information h2 {
    font-size: 22px !important;
}
.hikashop_products {
    border: 1px solid #ccc;
    border-radius: 0 !important;
}
.hikashop_subcontainer {
    border-radius: 0!important;
}
img.hikashop_child_image {
    height: 90px!important;
    display: inline-block;
}
#hikashop_product_bottom_part {
    position: absolute;
    width: 50%;
    top: 25%;
    right: 0;
}
.hikashop_product_price_full span {
    font-size: 25px;
    font-family: Raleway!important;
    font-style: normal;
}
.hikashop_cart_input_button {
    color: #fff!important;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 30px!important;
}
.hikashop_product_name a {
    font-size: 16px;
}
/*******PRICING********/
#lt-pricing .sppb-col-sm-3 {
    padding: 0!important;
}
.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-item ul li strong {
    display: none;
}
#lt-pricing .price_title .price_plan {
    background: #eaebec none repeat scroll 0 0;
    padding: 44.5px 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-item .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: 17px 0;
    font-size: 20px;
}
.lt-pricing-item .price_plan h1 {
    color: #fff;
    margin: 0;
    padding: 5px 0;
}
.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 #ddd;
    padding: 7px 20px;
    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;
    font-weight: 700;
}
.lt-pricing-item .order_now a:hover {
    color: #fff;
    transition: all 400ms ease 0s;
}
#lt-pricing .special {
    margin-top: -20px;
}
#lt-pricing .special .price_plan h2 {
    padding: 27px 0 !important;
}
/***** VARIATION *****/
.lt-variation-content {
    margin: 30px auto;
}
/***** BLOG *****/
#lt-blog div.k2ItemsBlock ul {
    padding: 0;
}
#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;
}
#lt-blog .media-body {
    padding-top: 10px;
}
#sp-left .search form input,
#sp-right .search form input {
  	width: 100%!important;
}
/***** CLIENTS *****/
.lt-sub-clients {
    text-align: center;
}
.lt-sub-clients img {
    opacity: 0.7;
    display: block;
    margin: 0 auto;
    transition: all 400ms ease 0s;
}
.lt-sub-clients img:hover {
    cursor: pointer;
    opacity: 1;
    transition: all 400ms ease 0s;
}
/***** K2 *****/
div.itemContainer {
    width: 100%!important;
}
#sp-right .k2ItemsBlock ul li img {
  width: 100%;
}
/* 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%;
}
/* Banner */
.get-quickstart {
    bottom: 0;
    position: fixed;
    z-index: 999;
}
.pro-edition-banner {
    margin-bottom: 0;
    margin-left: 0;
}
.download-quickstart-banner {
    margin-bottom: -25px;
    opacity: 0;
    padding-left: 75px;
    position: relative;
    transition: all 200ms ease 0s;
}
.download-quickstart:hover .download-quickstart-banner {
    opacity: 1;
    transition: all 200ms ease 0s;
}
.pro-edition-banner img {
    width: 60%;
}
.get-unlimited {
    bottom: 0;
    margin-top: 20px;
    position: fixed;
    right: 280px;
}
.get-unlimited-link {
    margin-bottom: 5px;
}
.get-unlimited {
    z-index: 999;
}
.get-unlimited-list {
    display: none;
    margin-left: 0;
}
.get-unlimited-list li {
    color: #fff;
    list-style: outside none none;
}
.get-unlimited:hover .get-unlimited-list {
    display: block;
    transition: all 200ms ease 0s;
}
.get-unlimited-list img {
}
.get-unlimited-link a {
    background: #5ba0d0 none repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 8px 140px 8px 10px;
}
.get-unlimited-link a:hover {
    color: #fff;
}
#sp-user1 .sp-module {
    margin-top: 0;
}
#sp-user1 {
  	min-height: 0;
}
@media (max-width: 767px) {
    #sp-user1 {
        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;
}
#lt-portfolio .portfolio-module .projects-wrapper .project-img img {
    width: 100%;
}
.projects-filter {
    border-bottom: none;
}
.projects-wrapper .project-img img {
    width: 100%;
}
.projects-wrapper .project-img .project-img-extra h5 a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.projects-wrapper .project-img .project-img-extra h4 {
    color: #fff;
}
/* Canvas Menu */
.offcanvas-menu .menu .nav-child.small {
    padding-left: 15px;
}
/* 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%;
}
/* Refine Layout */
body.com-k2 #sp-right .sp-module .sp-module-title {
    border-bottom: 5px solid #ccc;
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
#sp-right .sp-module .sp-module-title {
    border-bottom: 5px solid #ccc;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.projects-wrapper .project-img .project-img-extra h5 a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}