/* general css */
body {
    background: #fff!important;
    color: #3a3a3a;
}

/* home page, transparent */
body.home .header-area {
    background-color: rgba(255,255,255,.9);
    position: fixed;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}

/* Sub pages */
body:not(.home) .header-area {
  	background: #fff;
}

/* Top Head */
#sp-top-bar a span {
    color: #fff;
}
.sp-contact-info li {
    color: #fff;
}
.sp-contact-info li span {
    margin-right: 5px;
}

/* Sticky menu */
.is-sticky.header-area {
  	position: fixed;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}

/*** Logo ***/
.header-area .logo {
	padding: 14px 0;
}

/*** Menu ***/
.sp-megamenu-parent > li {
  	margin: 0px 0px;
    position: relative;
}
ul.sp-megamenu-parent > li > a,
ul.sp-megamenu-parent > li.active > a, 
ul.sp-megamenu-parent > li.active:hover > a {
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    letter-spacing: 1.0px;
}
.sp-megamenu-parent > li a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 0;
    border-bottom: 1px solid;
    -webkit-transition: width .3s;
    transition: width .3s;
}
.sp-megamenu-parent > li.active > a:before,
.sp-megamenu-parent > li > a:hover:before {
    width: 100%;
    left: 0;
}
#offcanvas-toggler {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
}
.sp-megamenu-parent > li.menu-justify {
  	position: relative!important;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  	left: -500px!important;
}

/*** Canvas Menu ***/
.offcanvas-menu .sp-module-content {
  	width: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
	line-height: 45px;
	border-bottom: 1px solid #E8EEF3;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:first-child {
	border-top: 1px solid #E8EEF3;	
}

/**** Title ***/
.lt-title {
    padding: 70px 0 50px;
}
.lt-title .sppb-addon-title {
    display: inline-block;
}
.lt-title .sppb-addon-title:before,
.lt-title .sppb-addon-title:after {
    width: 70px;
    height: 2px;
    background: #fff;
    content: "";
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: -6px;
}

/**** Button ****/
a:hover {
    text-decoration: none!important;
}
.lt-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 13px 40px;
    color: #fff!important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,.3);
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-btn:hover:before {
    left: 0;
    visibility: inherit;
    opacity: 1;
}

/*** Slider ***/
.lt-slider-btn,
.lt-slider-btn a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-slider .tp-caption a.btn-slider {
    padding: 14px 40px;
    color: #fff;
    text-transform: uppercase;
}
.lt-slider .tp-caption a.btn-slider:before {
    content: "\f07a";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
}
.lt-slider .excerpt_333 a {
    color: #222!important;
}
.lt-slider .excerpt_333:hover a {
    color: #fff!important;
}

/*** About ***/
.lt-about .sppb-row > div:nth-child(2n) .sppb-icon i {
    color: #fff;
}

/*** Category ***/
.lt-category .sppb-column-addons .clearfix:nth-child(n+2) {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.lt-category .sppb-column-addons .clearfix:last-child {
    margin-right: 0;
}
.lt-category-item {
    position: relative;
}
.lt-category-item .sppb-addon-text {
    position: absolute;
    top: 30px;
    left: 40%;
}
.lt-category-right .lt-category-item .sppb-addon-text {
    left: 0;
    right: 0;
}
.lt-category .sppb-column-addons .clearfix:nth-child(n+2) .lt-btn {
    padding: 6px 20px;
}

/*** Carousel ***/
.lt-product .product-title,
.lt-product .product-cart-section {
  	padding-left: 0!important;
    margin-left: 0!important;
}
.lt-product .product-cart-section {
  	margin-left: 0;
}
.lt-product-related .j2store-img-responsive {
  	margin-left: 0;
}
.lt-product .j2store-product-image {
  	margin-bottom: 15px!important;
}

/*** Team ***/
.lt-team-item .sppb-img-container,
.lt-team-item .sppb-img-container img {
	width: 100%;
}
.lt-team-item h6 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.lt-team-item ul {
	padding: 0;
	position: absolute;
	bottom: 94px;
	width: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item:hover ul {
	bottom: 113px;
	opacity: 1;
	visibility: inherit;
}
.lt-team-item ul li {
	list-style: none;
    width: 33.33%;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1;
}
.lt-team-item ul li:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.lt-team-item ul li:nth-child(2):before {
	background: rgba(0,0,0,.1);
}
.lt-team-item ul li:nth-child(3):before {
	background: rgba(0,0,0,.2);
}
.lt-team-item ul li a {
	padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.lt-team-item ul li em {
	font-size: 24px;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-team-item ul li a:hover em {
	color: #000;
}
.lt-team-item ul li strong {
	display: none;
}
/*** Testimonial ***/
.lt-testimonial {
	position: relative;
	z-index: 1;
}
.lt-testimonial:before {
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60%;
	position: absolute;
	z-index: -1;
}
/*** Portfolio ***/
#lt-portfolio .sppb-row > div:first-child {
	padding: 0;
}
.lt-portfolio p {
	color: #fff;
}
.lt-portfolio-top {
	padding: 40px;
}
.lt-portfolio-top p {
	color: #000;
}
.lt-portfolio-top ul {
	padding-left: 0;
}
.lt-portfolio-top ul li {
	list-style: none;
}
.lt-portfolio-top ul li:before {
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	background: none;
	color: #b0b0b0;
    font-size: 24px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 6px;
	width: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
	visibility: inherit;
	opacity: 1;
}

/*** Client ***/
.lt-client img {
    opacity: 0.85;   
    cursor: pointer; 
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-client img:hover {
    opacity: 1;
}

/*** Contact ***/
.lt-contact-us-call p:before {
    padding-left: 10px;
}
.lt-contact-us .lt-title h4:after {
    right: inherit;
}
.lt-contact-us-img-right {
    position: absolute;
    bottom: -120px;
    right: -200px;
}
/*** Contact Form ***/
.lt-contact-form .lt-title h4 {
    padding-bottom: 0;
    margin-bottom: 10px!important;
}
.lt-contact-form .lt-title h4:after {
    display: none;
}
.creativecontactform_body,
.creativecontactform_footer {
    padding-left: 0!important;
}
.creativecontactform_wrapper,
.creativecontactform_wrapper:hover {
  	background: none!important;
  	border: 0!important;
  	box-shadow: none!important;
}
.creativecontactform_header {
  	display: none!important;
}
form .creativecontactform_input_element, 
form .creativecontactform_input_element.closed:hover {
  	box-shadow: none!important;
}
form .creativecontactform_error .creativecontactform_input_element, 
form .creativecontactform_error .creativecontactform_input_element:hover {
  	box-shadow: none!important;
}
.creativecontactform_submit_wrapper,
.creative_field_box_wrapper_0 .creativecontactform_field_box_inner,
.creative_field_box_wrapper_0 .creativecontactform_field_box_textarea_inner {
  	width: 100%;
}
.creativecontactform_field_box:nth-child(-n+3) {
  	width: 32%;
  	float: left;
  	margin-right: 2%; 
}
.creativecontactform_field_box:nth-child(3n) {
  	margin-right: 0;
}
.creative_field_box_wrapper_0 .creative_textarea_wrapper {
    height: 80px;
}
.powered_by.powered_by_1 {
  	opacity: 0!important;
}
.creativecontactform_send:hover,
.creativecontactform_wrapper input.creativecontactform_send,
.creativecontactform_wrapper input.creativecontactform_send:hover {
	  border: 0!important;
	  float: left;
    border: medium none;
    color: #151515;
    font-size: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 20px;
}
.creativecontactform_wrapper [type=button] {
  	background: #222;
  	color: #fff!important;
    text-shadow: none;
    margin: 0!important;
}

/*** Blog ***/
.moduleItemComments {
  	font-size: 0;
}
.moduleItemComments:before {
  	content: "\f075";
  	font-family: FontAwesome;
    font-size: 14px;
  	margin-left: 10px;
    color: #dfd9d9;;
}
.moduleItemAuthor:before {
    content: "\f007";
  	font-family: FontAwesome;
    font-size: 14px;
}
div.k2ItemsBlock ul li a {
    display: inline-block;
}
div.k2ItemsBlock ul li {
  	width: 32%;
  	float: left;
    margin-right: 2%;
  	padding: 10px;
}
div.k2ItemsBlock ul li:nth-child(3n) {
  	margin-right: 0;
}
div.k2ItemsBlock ul li a {
  	color: #333;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
    color: #313131;
    font-size: 16px;
    font-weight: 700;
}
div.k2ItemsBlock ul li .moduleItemImage {
    margin: 15px 0;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  	border: 0;
}
div.k2ItemsBlock ul .clearList {
  	display: none;
}
.sp-module-content {
  	display: inline-block;
}
div.itemFacebookButton {
  	width: inherit;
}
.com-k2 div.k2ItemsBlock ul li {
  	width: 100%;
    margin: 0;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
  	width: 100%;
    border-radius: 3px;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-size: 14px;
    color: #222;
}
.lt-blog .lt-btn {
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    opacity: .85;
}
.lt-blog .lt-btn:hover {
    opacity: 1;
}

/*** Bottom ***/
#sp-bottom {
    padding: 80px 0 60px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1.2px;
}
/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 29px;
    margin: 0 0 30px;
}
#sp-footer a {
  color:#002937!important;
}

/*** Responsive ***/
@media (max-width: 992px) {
	#sp-logo,
	#sp-menu {
		width: 50%;
	}
	.lt-slider-color i {
		width: 45px;
		height: 45px;
	}
}
@media (max-width: 1200px)  {
   .sp-megamenu-parent > li > a {
    	font-size: 12px!important;
    }
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 7px!important;
  }
}
/* Screen min 768px and max 980px */
@media (min-width: 768px) and (max-width: 980px) {
	.lt-slider-color i {
    	width: 35px;
    	height: 35px;
	}
  .tp-caption a.btn-slider {
      font-size: 12px!important;
  }
  .lt-category-right {
      margin-top: 30px;
  }
}
  /* Screen min 767px */
@media (max-width: 767px) {
	.lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
   .tp-caption a.btn-slider {
      font-size:12px!important;
   }
   .header-area .logo {
        padding: 21px 0!important;
   }
   div.k2ItemsBlock ul li {
  	   width: 100%!important;
    }
    .lt-category-right {
        margin-top: 30px;
   }
   .lt-title {
        margin-left: 0;
   }
   .lt-features .sppb-media-body {
       width: 100%;
       padding: 10px;
   }
   body.helix-ultimate .sppb-row-container {
       max-width: 100%!important;
   }
}
 /* Screen min 480px */
@media (max-width: 480px) {
	.lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
  .tp-caption a.btn-slider {
      font-size:12px!important;
  }
 .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
  	 width: 100%!important;
  }
  .creativecontactform_field_box {
      width: 100%!important;
  }
  .j2store-product-module-list.owl-carousel {
      width: 2000px!important;
  }
  .owl-carousel.owl-drag .owl-item {
      width: 200px!important;
  }
  .lt-category .sppb-column-addons .clearfix:nth-child(n+2) {
      width: 100%;
  }
  .lt-product .row-fluid .span4 {
      width: 100%!important;
      margin: 20px 0!important;
      padding: 10px!important;
  }
}
 /* Screen min 360px */
@media (max-width: 360px) {
  .tp-caption a.btn-slider {
      font-size:12px!important;
  }
   .header-area .logo {
      padding: 21px 0!important;
  }
  .lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
  }
  div.k2ItemsBlock ul li {
  	width: 100%!important;
  }
}
 /* Screen min 320px */
@media (max-width: 320px) {
   .lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
  .tp-caption a.btn-slider {
       font-size:12px!important;
  }
  .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
  	width: 100%!important;
  }
}