/**** CUSTOM RESPONSIVE *****/
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a {
        letter-spacing: 0!important;
        padding: 0 5px!important;
    }
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 32%!important;
    }
    .lt-works .lt-works-sub img {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .sp-megamenu-parent > li > a {
        font-size: 10px!important;
        letter-spacing: 0!important;
        padding: 0 7px!important;
    }
  	#sp-logo img {
      	width: 100%;
    }
    .lt-works .lt-works-sub img {
        width: 100%;
    }
}
@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;
    }
    #sp-header-sticky-wrapper {
        background: #333;
    }
    .lt-works .lt-works-sub img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
    #sp-header-sticky-wrapper {
        margin-bottom: 90px!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: 10px 20px;
    border: 2px solid #fff!important;
    color: #fff!important;
    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: #333 !important;
    opacity: 1;
}
#offcanvas-toggler i {
    color: #fff!important;
}
#sp-header {
    background: rgba(0, 0, 0, 0.5);
}
.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;
}
/***** INTRODUCTION *****/
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    display: block;
}
.lt-introduction .lt-intro-sub {
    cursor: pointer;
}
.lt-introduction {
  padding-top:70px;
  padding-bottom:70px;
}
.lt-introduction .lt-intro-sub i {
    color: #4e4e4e;
    font-size:40px;
    background: url(../images/bg-intro.png) no-repeat center center;
    display: inline-block !important;
    height: 130px !important;
    line-height: 130px !important;
    margin-bottom: 20px;
    width: 130px !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 h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #252525;
    -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;
}
/***** WORKS *****/
.lt-works {
    padding-top:70px;
    padding-bottom:70px;
    background: #fafafa;
    border-top: 1px solid #e8e8e8
}
.lt-works .lt-works-sub {
    cursor: pointer;
}
.lt-works .lt-works-sub h6 {
    text-transform: uppercase;
}
.lt-works .lt-works-sub h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
/***** ABOUT COMPANY *****/
.lt-about-company {
    padding:70px 0px 70px 0px;
}
.lt-about-company-sub {
    line-height: 27px;
}
.lt-about-company-sub h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #252525;
}
.lt-about-company-sub #skill {
    list-style: outside none none;
    padding-left: 0;
}
.lt-about-company-sub #skill li {
    background: none repeat scroll 0 0 #dfe5e9;
    height: 30px;
    margin-bottom: 15px;
    width: 100%;
}
.lt-about-company-sub #skill li .expand {
    padding-bottom: 6px;
    position: absolute;
    text-indent: 9999px;
}
.lt-about-company-sub #skill li em {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    padding-left: 5px;
    position: relative;
}
.lt-about-company-sub #skill li strong {
    float: right;
    margin-right: 10px;
    padding: 5px 0;
}
.lt-about-company-sub .cability p {
    width: 50%;
}
.html5       { width:60%;  -moz-animation:html5 2s ease-out;       -webkit-animation:html5 2s ease-out;       }
.css3        { width:80%;  -moz-animation:css3 2s ease-out;        -webkit-animation:css3 2s ease-out;        }
.jquery      { width:40%;  -moz-animation:jquery 2s ease-out;      -webkit-animation:jquery 2s ease-out;      }
.photoshop   { width:50%;  -moz-animation:photoshop 2s ease-out;   -webkit-animation:photoshop 2s ease-out;   }

@-moz-keyframes html5       { 0%  { width:0px;} 100%{ width:70%;}  }
@-moz-keyframes css3        { 0%  { width:0px;} 100%{ width:80%;}  }
@-moz-keyframes jquery      { 0%  { width:0px;} 100%{ width:50%;}  }
@-moz-keyframes photoshop   { 0%  { width:0px;} 100%{ width:10%;}  }
@-moz-keyframes dreamweaver { 0%  { width:0px;} 100%{ width:100%;} }

@-webkit-keyframes html5       { 0%  { width:0px;} 100%{ width:70%;}  }
@-webkit-keyframes css3        { 0%  { width:0px;} 100%{ width:80%;}  }
@-webkit-keyframes jquery      { 0%  { width:0px;} 100%{ width:50%;}  }
@-webkit-keyframes photoshop   { 0%  { width:0px;} 100%{ width:10%;}  }
@-webkit-keyframes dreamweaver { 0%  { width:0px;} 100%{ width:100%;} }
/***** STATISTIC *****/
.lt-statistic h1 {
    font-weight: 700;
}
/***** CUSTOM CLIENT *****/
.lt-clients {
    padding:70px 0px 70px 0px;
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
}
.lt-clients .lt-sub-clients {
    margin: 5px 0;
    text-align: center;
}
.lt-clients .lt-sub-clients img {
  opacity: 0.7;
  transition: all 400ms ease;
}
.lt-clients .lt-sub-clients img:hover {
  cursor: pointer;
  opacity: 1;
  transition: all 400ms ease;
}
/***** TWITTER *****/
.lt-twitter h3,
.lt-twitter h4,
.lt-twitter p {
    color: #fff;
}
.lt-twitter img {
    display: block;
    margin: 0 auto;
}
.lt-twitter h4 {
    line-height: 60px;
    font-size: 28px;
}
/***** PORTFOLIO *****/
.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item {
    padding: 10px!important;
}
/***** PRICES *****/
.lt-price {
    padding:70px 0px 70px 0px;
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
}
.lt-price .lt-price-sub {
    cursor: pointer;
    background: #fafafa;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
}
.lt-price .lt-price-sub-special .price-purcharse {
    background: #03b4ea!important;
    color: #fff!important;
}
.lt-price .lt-price-sub-special .price-purcharse h4 {
    color: #fff!important;
}
.lt-price .lt-price-sub-special .price-intro p {
    color: #fff!important;
}
.lt-price .lt-price-sub-special .price-details ul li {
    color: #fff;
}
.lt-price .lt-price-sub .price-readmore {
    margin-bottom: 0;
}
.lt-price .lt-price-sub .price-title {
    color: #fff;
    padding: 20px 0 80px 0;
}
.lt-price .lt-price-sub .price-title h6 {
    margin-top: 0;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
}
.lt-price .lt-price-sub .price-title h3 {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.lt-price .lt-price-sub .price-purcharse {
    background: #f7f7f7;
    border-radius: 50%;
    border: 10px solid #fff;
    margin: -55px auto 0 auto;
    height: 110px;
    width: 110px;
    z-index: 999;
    display: inline-block;
    position: relative;
}
.lt-price .lt-price-sub .price-purcharse h2 {
    font-size: 26px;
    font-weight: 700;
}
.lt-price .lt-price-sub .price-purcharse h4 {
    margin-top: 5px;
    text-transform: uppercase;
    color: #828282;
    font-size: 11px;
}
.lt-price .lt-price-sub .price-intro {
    margin-top: -55px;
    padding: 80px 0 20px 0;
}
.lt-price .lt-price-sub .price-intro p {
    color: #7e7e7e;
}
.lt-price .lt-price-sub .price-details ul {
    padding-left: 0;
}
.lt-price .lt-price-sub .price-details ul li {
    list-style: none;
    padding: 10px 0;
}
.lt-price .lt-price-sub .price-details ul li.odd {
    background: #fff;
}
.lt-price .lt-price-sub .price-readmore {
    padding: 35px 0;
}
.lt-price .lt-price-sub .price-readmore a {
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: #03b4ea;
}
/*** Portfolio ***/
#lt-portfolio {
  padding-top:70px;
  padding-bottom:70px;
}
/***** STATISTIC *****/
.lt-statistic .sppb-title-heading,
.lt-statistic p {
    color: #fff;
} 
/***** BLOG *****/
#lt-k2-blog {
  padding:70px 0px 70px 0px;
}
#lt-k2-blog div.k2ItemsBlock ul {
    padding-left: 0;
}
#lt-k2-blog div.k2ItemsBlock ul li {
    float: left;
    margin-right: 2%;
    width: 32%;
}
#lt-k2-blog div.k2ItemsBlock ul li:nth-child(3) {
    margin-right: 0!important;
}
#lt-k2-blog a.moduleItemImage img {
    width: 100%!important;
}
#lt-k2-blog .media-body {
    padding-top: 10px;
}
/*** Twitter ***/
#lt-twitter,
#lt-statistic { 
  background-color:#333;
  padding-top:70px;
  padding-bottom:70px;
}
.lt-statistic i {
  font-size:50px;
}
/***** INTERESTING *****/
.lt-interesting-fact {
  background-color:#333;
  padding:70px 0px 70px 0px;
}
.lt-interesting-fact h3 {
  color:#fff!important;
}
.lt-interesting-fact p {
    color: #fff;
}
.lt-interesting-fact .lt-interesting-sub .pull-left {
    padding: 10px 0;
}
.lt-interesting-fact .lt-interesting-sub h6 {
    color: #eac03f;
}
.lt-interesting-fact .lt-interesting-sub h6 strong {
    text-transform: uppercase;
    color: #fff;
}
/***** K2 *****/
#sp-left .search form input,
#sp-right .search form input {
  	width: 100%!important;
}
.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;
}
/* 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%;
}
.lt-hosting-services-sub {
  	padding: 20px 0;
}
#at-test,
#at-about-us-work,
#at-work,
#at-hosting-page,
#at-domains-page,
#at-search-page,
#at-slution-page,
#at-fast,
#at-client-page,
#at-clients-bottom {
  padding-top:70px;
  padding-bottom:70px;
}
#at-atistic {
  padding-top:70px;
  padding-bottom:70px;
  background-color:#333;
}
#at-service-we {
  padding-top:70px;
}
#at-hosting-services,
#at-domain-ser,
#at-review {
  padding-bottom:70px;
}
.logo a {
   	display: table-cell;
    vertical-align: middle;
} 

