/**** 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;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #lt-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%;
    }
    #sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #sp-bottom3 {
        clear: left;
    }
  	#lt-banner-1 .sppb-col-sm-6,
  	#lt-banner-2 .sppb-col-sm-6,
  	#lt-banner-3 .sppb-col-sm-6,
  	#lt-banner-4 .sppb-col-sm-6 {
    	width: 100%;
  	}
  	#lt-cesis-features .sppb-col-sm-4 {
    	width: 100%;
  	}
  	.lt-cesis-features-sub {
    	margin: 30px 0 0!important;
  	}
}
@media (max-width: 767px) {
  	body.itemid-437 #sp-header-sticky-wrapper {
        background: #000!important;
        position: static!important;
    }
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    div.k2ItemsBlock ul {
        margin-left: -40px!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;
    }
  	#lt-blog div.k2ItemsBlock ul li {
  		width: 100%!important;
  		margin-right: 0!important;
  		padding: 0 10px;
  	}
  	#lt-works h1.sppb-title-heading {
  		font-size: 30px!important;
  	}
  	.projects-filter {
        display: inline-block;
    }
    .projects-filter ul li {
        display: block;
        float: left;
        margin: 10px 0;
    }
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
}

/***** GENERAL *****/
#sp-page-builder .sppb-section-title {
    margin-bottom: 20px;
}
.sppb-section-title h3 {
    font-size: 30px;
}
.sppb-section-title h2 {
    color: #333;
    font-size: 36px;
    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;
}
.btn {
    border-radius: 0!important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    text-shadow: none;
    text-transform: uppercase;
    border: none!important;
}
/***** HEADER *****/
body.itemid-437 #sp-header-sticky-wrapper {
	position: absolute;
	width: 100%;
	z-index: 999;
}
body.itemid-437 #sp-header-sticky-wrapper #sp-header {
	background: rgba(0, 0, 0, 0.75);
}
#sp-header-sticky-wrapper #sp-header {
	background: #333;
}
#sp-header-sticky-wrapper.is-sticky #sp-header {
	background: rgba(0,0,0,.5)!important;
}
#sp-header-sticky-wrapper #sp-header .sp-megamenu-parent > li > a {
	color: #fff!important;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
	color: #fff!important;
}
#sp-header-sticky-wrapper #sp-header #offcanvas-toggler > i {
    color: #fff;
}
/***** SLIDER *****/
.tp-dottedoverlay {
    background-color: #2c3d50!important;
    opacity: .6;
}
#sp-slide-wrapper .home-top-slide-text {
    border-bottom: 3px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px!important;
}
/***** INTRODUCTION *****/
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    display: block;
}
.lt-introduction .lt-intro-sub {
    cursor: pointer;
}
.lt-introduction .lt-intro-sub i {
	border-radius: 50%;
    display: inline-block!important;
    width: 100px!important;
    height: 100px!important;
    line-height: 100px!important;
    -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: #fff;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.lt-introduction .lt-intro-sub span {
	background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    padding: 0;
    position: relative;
}
.lt-introduction .lt-intro-sub span::before {
    border-style: solid;
    border-width: 6px 6px 0;
    bottom: -6px;
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    width: 0;
}
.lt-introduction .lt-intro-sub span::after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -4px;
    content: "";
    display: block;
    left: 45px;
    position: absolute;
    width: 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-introduction .lt-intro-sub:hover span::after {
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -4px;
    content: "";
    display: block;
    left: 45px;
    position: absolute;
    width: 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;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.lt-introduction .lt-intro-sub h3 {
    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;
}
/***** BANNER *****/
.lt-banner-content h3.sppb-addon-title {
	position: relative;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.lt-banner-1-content h3.sppb-addon-title::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 175px;
	content: "";
	border-bottom: 5px solid #fff;
}
.lt-banner-2-content h3.sppb-addon-title::before {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 175px;
	content: "";
	border-bottom: 5px solid #fff;
}
.lt-banner-content p {
	color: #fff;
	line-height: 30px;
}
/***** SOCIAL *****/
.lt-social-sub {
	padding: 70px 0;
	background: #f4f4f4;
}
.lt-social-sub h3.sppb-feature-box-title {
	color: #666;
}
.lt-social-sub:hover {
	cursor: pointer;
	-webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.lt-social-facebook:hover {
	background: #3b5998;
}
.lt-social-google:hover {
	background: #dd4d40;
}
.lt-social-twitter:hover {
	background: #5ea9dd;
}
.lt-social-dribbble:hover {
	background: #f26798;
}
.lt-social-sub:hover i {
	color: #fff;
	-webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.lt-social-sub:hover h3.sppb-feature-box-title {
	color: #fff;
	-webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
/***** TABS *****/
.lt-tab-sub .sppb-nav-tabs li a {
	font-weight: 700;
    text-transform: uppercase;
}
.lt-tab-sub .sppb-tab-content h3 {
	position: relative;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.lt-tab-sub .sppb-tab-content h3::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 175px;
	content: "";
}
.lt-tab-sub .sppb-tab-content p {
	line-height: 36px;
}
/***** STATISTICS *****/
.lt-statistics-content .skills .skill:nth-child(2) .progress-bar {
    transition-delay: 2s;
}
.lt-statistics-content .skills .skill:nth-child(3) .progress-bar {
    transition-delay: 1.5s;
}
.lt-statistics-content .skills .skill:nth-child(4) .progress-bar {
    transition-delay: 1.8s;
}
.lt-statistics-content .skills .skill:nth-child(5) .progress-bar {
    transition-delay: 2.2s;
}
.lt-statistics-content .skills .skill .progress-bar {
    transform: scaleX(1);
}
.skill {
    text-align: left;
    padding: 10px 0;
}
.skill strong {
    font-weight: 700;
    font-size: 18px;
}
.skill span.sr-only {
	border: 5px solid #e5e5e5;
    border-radius: 50%;
    clip: inherit;
    color: #000;
    float: right;
    font-size: 15px;
    height: auto;
    line-height: 10px;
    margin: 0;
    overflow: visible;
    padding-left: 10px;
    text-align: right;
    top: -5px;
    z-index: 99999;
    right: -5px;
    text-indent: 9999px;
}
.sr-number {
	font-size: 15px;
	position: absolute;
    border-radius: 50%;
    clip: inherit;
    color: #000;
    float: right;
    height: auto;
    line-height: 10px;
    margin: 0;
    overflow: visible;
    padding-left: 10px;
    text-align: right;
    top: 0;
    z-index: 99999;
    right: -40px;
}
.progress {
	background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    height: 20px;
    padding: 1px 4px;
}
.progress-bar-sept {
    padding: 5px 0;
}
.progress-bar {
	text-align: right;
    animation-delay: .2s;
    animation-duration: 2s;
    animation-name: process;
    animation-timing-function: linear;H
    border-radius: 2px;
    box-shadow: none;
    height: 3px;
    margin-top: 3px;
    position: relative;
    transform-origin: left center 0;
}
@keyframes process {
0% {
    transform: scaleX(0);
}
100% {
    transform: scaleX(1);
}
}
/***** BUY NOW *****/
.lt-buy-now-content h3 {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
/***** PORTFOLIO *****/
.lt-portfolio .sppb-container {
	width: 100%;
	padding: 0;
}
.lt-portfolio .sppb-container .sppb-section-title {
	margin-bottom: 0!important;
}
.lt-portfolio .sppb-title-heading {
    text-transform: uppercase;
    font-weight: 700;
    padding: 90px 0;
    color: #fff;
}
.lt-portfolio .projects-filter {
    text-align: center;
}
.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%;
}
/***** COUNTER *****/
.lt-counter-sub {
	border-right: 1px solid #e5e5e5;
	padding: 20px 40px 40px;
}
.lt-content-last {
	border-right: none;
}
.lt-counter-sub h1 {
	font-size: 72px;
	padding-bottom: 30px;
}
.lt-counter-sub h4 {
	font-weight: 700;
}
/***** FEATURES *****/
#lt-cesis-features h3.sppb-title-heading {
	position: relative;
	padding-bottom: 20px;
	text-transform: uppercase;
}
#lt-cesis-features h3.sppb-title-heading::before {
	position: absolute;
	bottom: 0;
	width: 21%;
	content: "";
}
#lt-cesis-features p,
#lt-cesis-features .lt-cesis-features-sub .sppb-addon-text {
	color: #fff;
}
.lt-cesis-features-sub {
	background: #071328;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #071328;
	margin: 30px 0;
	-webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.lt-cesis-features-sub:hover {
	cursor: pointer;
	background: none;
	border-radius: 10px;
	border: 1px solid #fff;
	-webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.lt-cesis-features-sub h3 {
	font-weight: 700;
	padding: 20px 0;
}
/***** BLOG *****/
.lt-blog .sppb-container .sppb-section-title {
	margin-bottom: 0!important;
}
.lt-blog .sppb-title-heading {
    text-transform: uppercase;
    font-weight: 700;
    padding: 90px 0;
    color: #fff;
}
/***** BLOG *****/
.lt-blog-title .sppb-container .sppb-section-title {
    margin-bottom: 0!important;
}
.lt-blog-title .sppb-section-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
#lt-blog div.k2ItemsBlock ul li {
    float: left;
    margin-right: 0.8%;
    width: 32%;
}
#lt-blog div.k2ItemsBlock ul li a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
#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;
}
/***** Works *****/
#lt-works h1.sppb-title-heading {
	position: relative;
	padding-bottom: 20px;
	text-transform: uppercase;
}
#lt-works h1.sppb-title-heading::before {
	position: absolute;
	bottom: 0;
	width: 21%;
	content: "";
	left: 40%;
}
#lt-works p {
	font-size: 26px;
	line-height: 50px;
}
/* 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%;
}
#sp-user1 .sp-module {
    margin-top: 0;
}
#sp-user1 {
  	min-height: 0;
}
@media (max-width: 767px) {
    #sp-user1 {
        display: none;
    }
}
/* Banner */
.get-quickstart {
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 999;
    width: 310px;
}
.get-unlimited-list img {
    position: absolute;
    z-index: 9999;
    top: 50px;
    right: 50px;
}
.pro-edition-banner img {
    float: right;
}
.pro-edition-banner {
    margin-bottom: 0;
    margin-left: 0;
}
.download-quickstart-banner {
    bottom: 0px;
    right: 0;
    position: absolute;
    z-index: 5;
    transition: all 200ms ease 0s;
    opacity: 0;
}
.download-quickstart:hover .download-quickstart-banner {
    opacity: 1;
    transition: all 200ms ease 0s;
}
.get-unlimited:hover .get-unlimited-list {
    margin-bottom: 0;
}
.get-unlimited {
    top: 0;
    position: fixed;
    right: 0;
    width: 310px;
}
.get-unlimited-link {
    margin-bottom: 5px;
}
.get-unlimited-link img {
   float: right;
}
.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 {
    display: none;
}
.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;
}
/* 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-filter {
    border-bottom: none;
}
.projects-wrapper .project-img img {
    width: 100%;
}
/* Canvas Menu */
.offcanvas-menu .menu .nav-child.small {
    padding-left: 15px;
}
/* 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;
}
.projects-wrapper .project-img .project-img-extra h4 {
    color: #fff!important;
}
/***** 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 {
    display: none;
}
.sp-simpleportfolio-title a {
  display: none;
}
.offcanvas-inner .current {
        display: none;
}