/**** CUSTOM RESPONSIVE *****/
@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;
    }
    #lt-categories .lt-categories-content ul.dj-cattree {
        margin-right: 14px!important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 23%!important;
    }
    .sp-megamenu-parent > li > a {
        font-size: 10px!important;
        letter-spacing: 0!important;
        padding: 0 5px!important;
    }
  	#sp-logo img {
      	width: 100%;
    }
    #lt-categories .lt-categories-content ul.dj-cattree {
        margin-right: 20px!important;
        width: 47%!important;
    }
    #lt-info .sppb-row>div {
        width: 100%!important;
    }
}
@media (max-width: 767px) {
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 100%!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;
    }
    .sticky-wrapper.is-sticky #sp-menu {
      	top: 0;
  	}
    #offcanvas-toggler {
        line-height: 0!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sub-clients img {
        display: inline!important;
    }
    #lt-categories .lt-categories-content ul.dj-cattree {
        margin-right: 0!important;
        width: 100%!important;
    }
    .lt-items .lt-items-sub .items-col {
        width: 100%!important;
    }
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
}
/***** GENERAL *****/
.sppb-section-title h3 {
    padding-bottom: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.sppb-section-title h2 {
    color: #333;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 20px;
}
.sppb-section-title p {
    font-size: 13px;
    color: #000;
}
.lt-button {
    padding: 8px 30px;
    border: 2px solid #e1e1e1;
    color: #3f3f3f;
    text-transform: uppercase;
}
.lt-button:hover {
    color: #fff;
}
/***** HEAD ******/
#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;
}
/***** MENU BAR *****/
#sp-header-sticky-wrapper {
    position: relative;
    z-index: 999;
}
.sticky-wrapper.is-sticky #sp-header {
    background: rgba(0,0,0,1);
}
#sp-header {
    background: rgba(0,0,0,.7);
}
.offcanvas-menu ul li ul {
    padding-left: 15px;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.bounce {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/***** SLIDER *****/
#sp-main-body .home-page #sp-slide-wrapper {
    margin-top: -90px;
}
#sp-slide-wrapper .tp-caption a {
  	box-shadow: none!important;
    background: #222;
}
/***** INTRODUCTION *****/
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    display: block;
}
.lt-introduction .lt-intro-title h3 {
    text-transform: uppercase;
    line-height: 46px;
    padding-bottom: 20px;
}
.lt-introduction .lt-intro-title .lt-intro-button {
    margin-top: 20px;
}
.lt-introduction .lt-intro-sub { 
    cursor: pointer;
    padding-top: 20px;
}
.lt-introduction .lt-intro-sub img {
    width: 100%;
}
.lt-introduction .lt-intro-sub h3 {
    text-transform: uppercase;
    padding-bottom: 20px;
    background: url(../images/border-title-intro.png) no-repeat bottom left;
    font-weight: 700;
    -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 h3:hover {
    -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 {
    font-size: 13px;
}
/***** CATEGORIES *****/
#lt-categories .dj-cattree-box {
    border: none!important;
}
#lt-categories .lt-categories-content .dj-cattree-wrap {
    padding: 0;
}
#lt-categories .lt-categories-content ul.dj-cattree {
    padding-left: 0;
    margin-right: 30px;
    width: 23%;
    text-align: center;
}
#lt-categories .lt-categories-content ul.dj-cattree:nth-child(4) {
    margin-right: 0;
}
#lt-categories .lt-categories-content ul.dj-cattree img {
    height: 300px;
    margin-bottom: 30px;
}
#lt-categories .lt-categories-content ul.dj-cattree .cat_name {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    top: -10px;
}
/***** BANNER *****/ 
.lt-banner .lt-banner-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.lt-banner .lt-banner-content p {
    color: #737a82;
}
.lt-banner .lt-banner-button {
    text-align: right;
}
.lt-banner .lt-banner-button p {
    margin-top: 50px;
} 
.lt-banner .lt-banner-button p a {
    border: 2px solid #fff;
    color: #fff;
}
/***** ITEMS *****/
.lt-items .lt-items-sub .items-col img {
    width: 100%;
}
.lt-items .lt-items-sub .items-col a.title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
    background: url(../images/border-title-intro.png) no-repeat bottom left;
}
.lt-items .lt-items-sub .items-col .price {
    font-size: 16px;
}
.lt-items .lt-items-sub .items-col .date_cat {
    padding-top: 20px;
}
/***** INFOMATION *****/
.lt-info-sub h4 {
    font-size: 23px;
    font-weight: 700;
}
.lt-info-sub ul {
    padding-left: 0;
}
.lt-info-sub ul li {
    padding: 5px 0;
    list-style: none;
    color: #4c4c4c;
}
.lt-info-sub .lt-info-readmore {
    margin-top: 30px;
}
/***** PORTFOLIO *****/
.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item {
    padding: 10px!important;
}
/***** K2 *****/
#sp-right .k2ItemsBlock ul li img {
  width: 100%;
}
#sp-left .search form input,
#sp-right .search form input {
  	width: 100%!important;
}
/* 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%;
}
.mod_djclassifieds_cattree .dj-cattree-box ul.dj-cattree li.lvl0, #dj-classifieds .dj-cattree-box ul.dj-cattree li.lvl0 {
    background: #fafafa;
}
/***** PORTFOLIO *****/
.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: 43px;
    display: static!important;
    float: left;
}
.projects-filter a {
    padding: 8px 15px;
    border: 1px solid #5aaddd;
}
.item-page .project-img {
    border: 5px solid #f2f2ff;
}
.pp-button {
    background: #5aaddd;
    color: #fff;
    padding: 12px 40px;
    font-weight: 700;
}
.pp-button:hover {
    color: #fff;
    background: #666;
}
.project-img-extra-content a,
.project-img-extra-content a:hover {
    color: #fff!important;
}
.projects-wrapper .project-img:hover .project-img-extra {
    opacity: .7;
}
.projects-filter {
    padding: 0 10px;
}
.logo a {
   	display: table-cell;
    vertical-align: middle;
}
/* 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%;
}