/**** 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: 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%;
    }
    #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;
    }
    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;
    }
    div#js-jobs-wrapper div.js-toprow div.js-data div.js-second-row div.js-fields.no-padding {
    	position: static!important;
    }
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
    .free-template-download  {
       display: none;
   }
}

/***** 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;
}
/***** 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;
}
#sp-logo .logo {
	padding: 18px 0;
}
.sticky-wrapper.is-sticky #sp-logo .logo {
	padding: 8px 0;
}
/***** 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;
}
#sp-section-3 .at-button {
    box-shadow: none!important;
    padding: 14px 40px!important;
}
#sp-section-3 .at-button:hover {
    background: #000!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 {
    display: inline-block!important;
    border: 5px solid #f8f8f8;
    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: #000;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.lt-introduction .lt-intro-sub h3 {
    text-transform: uppercase;
    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;
}
/***** BANNER *****/
.lt-banner .lt-banner-content h3 {
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 0px;
    font-size: 20px!important;
  	line-height: 28px!important;
}
.lt-banner .lt-banner-content ul {
    padding-left: 15px;
}
.lt-banner .lt-banner-content ul li {
    font-size: 13px;
    padding: 3px;
    list-style: outside;
}
/***** ABOUT *****/
.lt-about-testimonial h3 {
    font-size: 20px!important;
    text-transform: uppercase;
    font-weight: 700;
  	line-height: 28px!important;
}
.lt-about ul {
    padding-left: 0;
}
.lt-about ul li {
    display: inline-block;
    padding: 10px 0px 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;
}
/***** WORKS *****/
.lt-works-content h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 600;
  	line-height: 28px!important;
}
/***** BUY NOW *****/
.lt-buy-now-content h3 {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
/***** PORTFOLIO *****/
.lt-portfolio .sppb-title-heading {
    font-size: 20px!important;
    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;
}
.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%;
}

/* 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;
}
/* 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;
}
.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;
}
/**** New Jobs *****/
div#jsjobs-wrapper div.page_heading {
    text-align: center!important;
    font-size: 30px!important;
    border-bottom: 0!important;
    text-transform: uppercase!important;
    padding-bottom: 20px!important;
    margin-bottom: 30px!important;
}
.view-job.layout-jobs div#js_menu_wrapper {
    display: none!important;
}
div#jsjobs-wrapper div.page_heading {
    padding-left: 0;
}
div#jsjobs-main-wrapper {
    padding: 0!important;
}
div#jsjobs-main-wrapper div.jsjobs-fieldwrapper div.jsjobs-fieldvalue input,
div#jsjob-search-popup div.js-searchform-value input.inputbox, select.inputbox {
    border-radius: 0!important;
}
@-webkit-keyframes my {
	 0% { background: #F8CD0A; } 
	 50% { background: #ff0000;  } 
	 100% { background: #F8CD0A;  } 
 }
 @-moz-keyframes my { 
	 0% { background: #F8CD0A;  } 
	 50% { background: #ff0000;  }
	 100% { background: #F8CD0A;  } 
 }
 @-o-keyframes my { 
	 0% { background: #F8CD0A; } 
	 50% { background: #ff0000; } 
	 100% { background: #F8CD0A;  } 
 }
 @keyframes my { 
	 0% { background: #F8CD0A;  } 
	 50% { background: #ff0000;  }
	 100% { background: #F8CD0A;  } 
 } 
div#js-jobs-wrapper span.bg-new {
      font-weight:bold;
	 -webkit-animation: my 1200ms infinite;
	 -moz-animation: my 1200ms infinite; 
	 -o-animation: my 1200ms infinite; 
	 animation: my 1200ms infinite;
}
div#js-jobs-wrapper div.js-toprow div.js-data div.js-first-row span.js-jobtype span.js-type {
    color: #fff!important;
    background: #000!important;
}
div#js-jobs-wrapper div.js-bottomrow div.js-actions a.js-btn-apply {
    border: 0!important;
}
div#js-jobs-wrapper div.js-toprow div.js-data div.js-second-row div.js-fields span.js-totaljobs {
    border-radius: 0!important;
    padding: 3px 45px!important;
}
div#js-jobs-wrapper div.js-toprow div.js-data div.js-second-row div.js-fields {
    font-weight: 600!important;
}
/****Feature*******/
#sp-feature .sp-module {
    margin-top: 20px;
}
/*** Title ******/
.sp-module-content h2,
h3.sp-module-title {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 600!important;
}
#sp-bottom h3.sp-module-title {
    background: none!important;
    font-size: 18px!important;
    padding-bottom: 5px;
}
#sp-feature .sp-module-content h2 {
    background-position: bottom left;
    text-transform: uppercase;
}
/*****Blog******/
div.k2ItemsBlock ul li a.moduleItemReadMore {
    margin-top: 20px!important;
}
#k2ModuleBox89 li {
    width: 100%!important;
}
body.site.com-k2 h3.sp-module-title {
    background: none!important;
}
#sp-left .search form input,
#sp-right .search form input {
  	width: 100%!important;
}
/****Testimonial*******/
#sp-user2 .tp-caption img {
    border-radius: 50%!important;
}
#sp-section-9 .sp-module .sp-module-title {
    margin-bottom: 30px!important;
}