/**** 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-contact-form .controls input, .lt-contact-form .controls select {
        clear: both;
    }
}
@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;
    }
    .lt-introduction .sppb-row > div {
    	width: 50%!important;
    }
}
@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%;
    }
    .lt-contact-form .controls input, .lt-contact-form .controls select {
        clear: both;
    }
    #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;
    }
    .projects-filter ul li {
        display: block;
        float: left;
        margin: 10px 0;
    }
    #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;
    }
  	.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-contact-form .controls input, .lt-contact-form .controls select {
        clear: both;
    }
  	
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
}

/***** GENERAL *****/
.tp-caption a {
  color: #fff;
}
.tp-caption a:hover {
  color: #fff;
}
.sppb-section-title h3,
h3.sppb-addon-title {
    color: #fff;
    padding: 20px 0 20px 5px;
    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;
}
.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;
}
/***** 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: 100px!important;
}
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
	/*line-height: 70px!important;*/
}
#sp-logo .logo {
  	padding: 10px 0px 0px 0px ;
}
.sticky-wrapper.is-sticky #sp-logo .logo {
  	padding: 6px 0;
}
/***** MENU BAR *****/
#offcanvas-toggler > i {
    color: #fff!important;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color: #fff!important;
}
/***** SLIDER *****/
#sp-slide-wrapper .large_bold_black,
#sp-slide-wrapper .thintext_dark,
#sp-slide-wrapper .excerpt {
    color: #fff!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 {
    padding-right: 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;
    -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 {
    text-transform: uppercase;
    font-weight: 700;
    -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-introduction .lt-intro-sub:hover h3.sppb-addon-title {
    border-left-width: 20px!important;
}
/***** BANNER *****/
.lt-banner .lt-banner-center ul {
    padding-left: 20px;
}
.lt-banner .lt-banner-center ul li {
    padding: 7px 0;
}
.lt-banner .lt-banner-right p {
    font-size: 13px;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #efefef;
    padding: 10px;
    margin-bottom: 0;
}
.lt-banner .lt-banner-right 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;
}
/***** SERVICES *****/
.lt-services .lt-services-sub {
    text-align: center;
    cursor: pointer;
    padding: 10px;
}
.lt-services .lt-services-sub i {
    font-size: 65px;
    opacity: 0.6;
    transition: all 400ms ease 0s;
	width: 100px;
    height: 100px;
    line-height: 100px;
}
.lt-services .lt-services-sub:hover i {
    opacity: 1;
    transition: all 400ms ease 0s;
}
.lt-services .lt-services-sub i:after {
  	content: "";
    position: absolute;
    /*top: 10px; */
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid;
    margin: 0 auto;
}
.lt-services .lt-services-sub:hover i:after {
  	border-style: dotted;
	-webkit-animation: spinAround 9s linear infinite;
	-moz-animation: spinAround 9s linear infinite;
	animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}

.lt-services .lt-services-sub h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
/***** WORKS *****/
.lt-works-content h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    font-weight: 600;
}
.lt-works-content h3 a {
    color: #fff!important;
    text-decoration: underline;
}
/***** BUY NOW *****/
.lt-buy-now-content h3 {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
/***** TEAM *****/
.lt-team-member {
    cursor: pointer;
  	position: relative;
}
.lt-team-member:after {
  	position: absolute;
  	content: "";
  	bottom: -10px;
  	left: 0;
  	height: 3px;
  	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-team-member:hover:after {
  	width: 100%;
}
.lt-team-member img {
    opacity: .8;
    -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-member:hover img {
    opacity: 1;
    -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;
}
/***** CONTACT *****/
.lt-contact-form .control-label {
    text-align: left!important;
}
.lt-contact-form .controls {
    margin-left: 0!important;
}
.lt-contact-form .controls input,
.lt-contact-form .controls select {
    height: 50px!important;
    border-radius: 0!important;
}
.lt-contact-form .controls textarea {
    height: 200px!important;
    border-radius: 0!important;
}
/***** K2 *****/
span.catItemImage img,
span.itemImage img {
    width: 100%!important;
}
#sp-right .k2ItemsBlock ul li img {
  width: 100%;
}
/* Statistics */
.lt-statistics-sub {
  	cursor: pointer;
}
.lt-statistics-sub h2 {
    font-weight: 700;
    font-size: 40px;
  	margin: 5px 0;
}
.lt-statistics-sub i,
.lt-statistics-sub h2 {
    -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-statistics-sub:hover h2 {
    transform: scale(1.2);
    -o-transform: scale(1.2);
  	-ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
  	-webkit-transform: scale(1.2);
}
.lt-statistics-sub:hover i {
  	transform: scale(.8);
    -o-transform: scale(.8);
  	-ms-transform: scale(.8);
    -moz-transform: scale(.8);
  	-webkit-transform: scale(.8);
}
/* 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 .projects-filter ul {
    text-align: left;
}
.projects-filter {
    border-bottom: none;
}/* 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;
}