@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,400i,600,600i,700,700i,800,800i|PT+Sans:400,400i,700,700i);
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap');

/* GENERAL STYLES */

body {
  font-family: 'Nunito';
  color: #888888;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .01em; }
  
  .h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0}

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333333;
  font-weight: 600; }
  
 button {cursor: pointer;}

#sp-header .sppb-btn,
#sp-component .sppb-btn,
#sp-footer .sppb-btn,
#sp-left .sppb-btn,
#sp-right .sppb-btn,
.btn,
.sppb-btn {
  border-radius: 5px;
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: 'PT Sans';
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  background-color: #c80010;
  color: #ffffff;
  padding: 10.5px 34px;
  -webkit-transform: all .4s ease;
  -ms-transform: all .4s ease;
  transform: all .4s ease; 
  line-height: 24px;
	letter-spacing: .01em;
	cursor: pointer;
}
  
#sp-header .sppb-btn:hover,
#sp-component .sppb-btn:hover,
#sp-footer .sppb-btn:hover,
#sp-left .sppb-btn:hover,
#sp-right .sppb-btn:hover,
.btn:hover,
.sppb-btn:hover {
    background-color: #060608;
    color: #ffffff; 
}

/* */

/* HEADER */

#sp-header {
	background-color: transparent;
	box-shadow: none;
	padding-top: 30px;
	padding-bottom: 30px;
	height: auto;
}

#sp-header.header-sticky {
	z-index: 999;
	background: #060608;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.0032);
	animation-name: menu_sticky;
	animation-duration: 0.80s;
	animation-timing-function: ease-out;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	padding-top: 0px;
	padding-bottom: 0px;
}

@-webkit-keyframes menu_sticky {
    0%   {margin-top:-180px;}
    50%  {margin-top: -150px;}
    100% {margin-top: 0;}
}
@keyframes menu_sticky {
    0%   {margin-top:-180px;}
    50%  {margin-top: -150px;}
    100% {margin-top: 0;}
}



#sp-header #sp-logo {display: table; margin: auto;}
#sp-header #sp-menu {display: table; margin: auto;}


.logo-image, .logo-image-phone {
	height: unset !important;
}

.sp-megamenu-parent {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 99;
	display: block;
	float: none;
	position: relative;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 10.5px 15px;
	font-family: 'PT Sans';
	color: #FFFFFF;
	font-size: 15px;
	transition: all .4s ease;
	font-weight: 600;
	letter-spacing: .03em;
	display: inline-block;
	line-height: 20px;
}

.sp-megamenu-parent > li.active > a {
	font-weight: 600;
}

.sp-megamenu-parent > li.quote-btn {
position: absolute;
right: 0;
top: 50%;
margin-top: 0px;
transform: translatey(-50%);
margin-top: 0px;
}

.sp-megamenu-parent > li.quote-btn > a {
	display: inline-block;
	font-family: 'PT Sans';
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	background: #C80010;
	border-radius: 5px;
	color: #ffffff;
	padding: 10.5px 34px;
	text-align: center;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.sp-megamenu-parent > li.quote-btn:hover a {
    background: #060608;
    color: #fff;
}

#sp-header.header-sticky .sp-megamenu-parent > li.quote-btn > a {
    padding: 10.5px 34px;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}

#sp-header.header-sticky .sp-megamenu-parent > li.quote-btn {
position: absolute;
right: 0;
top: 50%;
margin-top: 0px;
transform: translatey(-50%);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.002);
	padding: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	font-size: 15px;
	color: #717171;
	font-family: 'Nunito';
	font-weight: 400;
	padding: 11.5px 0;
	display: block;
	line-height: 26px;
	padding-left: 40px;
	white-space: nowrap;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	background: #C80010;
	color: #fff;
	position: relative;
}

/* */


.feature_service_row {
	margin-top: -336px !important;
	position: relative;
	z-index: 999;
	-webkit-box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.05);
}

@media (max-width: 992px) {
	.feature_service_row {
	margin-top: 0 !important;
}
}

.owl-theme .owl-controls .owl-page span {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 3px;
	display: block;
	height: 15px;
	margin: 5px 7px;
	opacity: 1;
	width: 15px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span,
.owl-theme .owl-controls .owl-page span:hover {
	background-color: #C80010; 
}


/* PORTFOLIO DEFAULTS */

.sp-simpleportfolio .sp-simpleportfolio-filter {
	text-align: center;
	margin-bottom: 50px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	float: none;
	display: block;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	display: block;
	padding: 0;
	background: transparent;
	color: #888888;
	border-radius: 0;
	line-height: 24px;	
	display: block;
	font-family: 'PT Sans';
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: capitalize;
	cursor: pointer;
	transition: all .4s ease;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: transparent;
	color: #FBA501;
}

.sp-simpleportfolio .sp-simpleportfolio-item {
	padding: 5px;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
	background: rgba(6, 6, 8, 0.75);
}

.sp-simpleportfolio-btns2 a {
	border-radius: 5px;
	font-size: 18px;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	color: #C80010;
	text-align: center;
	line-height: 50px;
	transform: scale(1.2);
	transition: all 500ms ease 0s;
	display: inline-block;
}

.sp-simpleportfolio-btns2 a:hover {
	background: #C80010;
	color: #fff;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay .sp-simpleportfolio-btns2 a {
	transform: scale(1);
	transition-delay: 0.1s;
}

/* */

@media (min-width: 992px){

#sp-footer1 .inner {
    position: relative;
    overflow: hidden;
}

#sp-footer1 .inner::before {
    background-color: #232323;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
}

}

/* PAGE TITLE */

.sp-page-title {
	padding: 195px 0 80px;
	margin-top: -170px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}

.sp-page-title:after {
	background: rgba(6, 6, 8, 0.85);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.sp-page-title .container {position: relative; z-index: 1;}

.sp-page-title .sp-page-title-heading {
margin: 0;
font-size: 38px;
color: #fff;
font-family: 'PT Sans';
font-weight: 600;
line-height: 1.1;
	display: inline-block;
}

.sp-page-title .breadcrumb {
	background: none;
	padding: 0;
	display: inline-block;
	float: right;
}

.sp-page-title .breadcrumb > li {display: inline-block;}


/* */

.header-border {
	border-bottom: 1px solid rgba(210, 218, 226, 0.25);
}

/* BLOG SINGLE */

.article-details {
	padding: 0;
	background-color: #ffffff;
	border: 0px solid #f2f2f2;
}

.article-details > div {
	padding: 0px;
}

.article-details .article-full-image {
	text-align: center;
	margin: 0;
	margin-bottom: 0;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
}

.article-details .article-full-image img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.article-details .article-header h1, .article-details .article-header h2 {
color: #060608;
font-size: 24px;
font-weight: bold;
letter-spacing: .03em;
margin: 0;
transition: all .4s ease;
line-height: 1.2em;
font-size: 30px;
margin-bottom: 15px;
}

.article-details p {
font-size: 16px;
line-height: 27px;
}

.text blockquote {
    position: relative;
    border: none;
    text-align: center;
    padding: 35px 30px;
    margin-bottom: 40px;
    margin-top: 30px;
    background-color: #f6f6f6;
}

.text blockquote .quote-icon {
    position: absolute;
    left: 50%;
    top: 30px;
    line-height: 1em;
    color: #ffffff;
    font-size: 100px;
    text-align: center;
    margin-left: -45px;
}

.text blockquote .blockquote-text {
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #727272;
    line-height: 1.8em;
}

.text blockquote .quote-info {
    position: relative;
    display: inline-block;
    padding: 12px 70px 0px;
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.text blockquote .quote-info h4 {
    position: relative;
    color: #262626;
    font-size: 20px;
    font-weight: 500;
}

.text blockquote .quote-info .quote-desination {
    position: relative;
    color: #febe28;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}


.article-details .author {
background-color: #ffffff;
position: relative;
margin-bottom: 20px;
margin-top: 35px;
}

.author img {
    position: absolute;
}

.author-comment {
	margin-left: 340px;
	padding-left: 30px;
}

.author-comment .quote {
	font-size: 25px;
	color: #f1f1f1;
	margin-bottom: 7px;
	position: relative;
	top: -5px;
}

.author-comment .quote:before {
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f10d";
}

.author-comment h5 {
	font-weight: 600;
	margin: 16px 0 5px 0;
	text-transform: uppercase;
	font-size: 18px;
}

.author-comment p.a-title {
    color: #42c0e5;
    font-size: 16px;
}

.article-details .article-info {
	padding: 0;
	margin: 0;
	position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 0;
	border-bottom: 0px solid #f2f2f2;
}

.article-info > span {
border-radius: 5px;
display: inline-block;
vertical-align: middle;
color: #545454;
font-weight: 600;
transition: all .4s ease;
font-size: 16px;
line-height: 24px;
letter-spacing: .01em;
}

.article-info > span i {
    font-size: 16px;
    color: #F4A101;
    margin-right: 6px;
}

.article-info > span +span {
    margin-left: 15px;
}

.article-info > span + span::before {
	display: none;
}

.mt-3, .my-3 {
	margin-top: 0 !important;
	background: #ffffff;
	padding-top: 0;
}

.article-author-information {
	padding-top: 0;
	margin: 0;
	margin-top: 50px;
	border-top: 0px solid #f5f5f5;
	position: relative;
	padding: 33px 35px 30px;
	min-height: 160px;
	border: 1px solid #f4f4f4;
}

.article-author-information h5 {
	position: relative;
	margin: 0px 0px 16px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	color: #252525;
}

.article-author-information .author-bio {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #999;
	line-height: 26px;
	font-weight: 300;
}

.lower-content .text p {
    margin-bottom: 20px;
}

.tags {
	padding: 20px 0px 0px 0px;
	margin: 20px 0px 0px;
	border-top: 1px solid #eaeaea;
}

.tags > li a {
	display: block;
	padding: 0;
	border-radius: 0;
	font-size: 16px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	line-height: 30px;
	text-transform: capitalize;
}

.tags:before {
	content: "Tags: ";
}

.tags > li a:after {content: ",";}
.tags > li:last-child a:after {display: none;}

.list-inline-item:not(:last-child) {
	margin-right: 0;
}

.tags > li a:hover {
	color: #42c0e5;
}

.article-details .social-share-icon ul:before {
	content: "Share: ";
	font-size: 16px;
	color: #222222;
	font-weight: 500;
	display: inline-block;
	margin-right: 7px;
}

.article-social-share {
	float: none;
}

.article-details .article-ratings-social-share {
	padding: 0;
	border-bottom: 0px solid #f5f5f5;
	margin-bottom: 0;
	border-top: 1px solid #e2e7ec;
	padding-top: 30px;
	margin-top: 30px;
}

.pagination {
	list-style: none;
	border-top: 1px solid #e2e7ec;
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: -10px;
	margin-right: -10px;
}

.pagination > li {
width: 50%;
padding-left: 10px;
padding-right: 10px;
float: left;
}

.pagination > li.next {
	float: left;
}

.pagination > li a {
	padding: 0;
	border-radius: 0;
	display: block;
	background-color: #f5f5f5;
	width: 100%;
	text-align: center;
	height: 44px;
	line-height: 44px;
	color: #485460;
	font-size: 14px;
	font-weight: 500;
	-webkit-transform: all .4s ease;
	-ms-transform: all .4s ease;
	transform: all .4s ease;
}

.pagination > li.next a {
	background: #C80010;
	color: #ffffff;	
}

.pagination > li a:hover {
	color: #fff;
	background: #171717;
}

.article-details .article-author-information {
position: relative;
padding: 33px 35px 30px;
background: #f4f4f4;
}

.article-social-share .social-share-icon ul li a {
	border: 0px solid #ededed;
	font-size: 1rem;
	border-radius: 50%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 34px;
	display: inline-block;
	color: #fff;
	transition: all .4s ease;
}

.article-social-share .social-share-icon ul li a.facebook{
    background: #2566BE;
}
.article-social-share .social-share-icon ul li a.twitter{
    background: #2AC1F9;
}
.article-social-share .social-share-icon ul li a.linkedin {
    background: #F13636;
}

.article-social-share .social-share-icon ul li a:hover {
	background: #171717;
}


/* */

.featherlight {
  top: 13%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}





/* Import Hileah Icons */

@font-face {
  font-family: 'hialeah-icon';
  src:  url('fonts/hialeah-icon.eot?o9imtl');
  src:  url('fonts/hialeah-icon.eot?o9imtl#iefix') format('embedded-opentype'),
    url('fonts/hialeah-icon.ttf?o9imtl') format('truetype'),
    url('fonts/hialeah-icon.woff?o9imtl') format('woff'),
    url('fonts/hialeah-icon.svg?o9imtl#Hialeah-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="hialeah-icon-"], [class*=" hialeah-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Hialeah-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hialeah-icon-phone-call:before {
  content: "\e934";
}
.hialeah-icon-call:before {
  content: "\e933";
}
.hialeah-icon-brick-wall:before {
  content: "\e900";
}
.hialeah-icon-briefcase:before {
  content: "\e901";
}
.hialeah-icon-bulldozer:before {
  content: "\e902";
}
.hialeah-icon-bulldozer-1:before {
  content: "\e903";
}
.hialeah-icon-chainsaw:before {
  content: "\e904";
}
.hialeah-icon-circular-saw:before {
  content: "\e905";
}
.hialeah-icon-cogwheel:before {
  content: "\e906";
}
.hialeah-icon-construction:before {
  content: "\e907";
}
.hialeah-icon-crane:before {
  content: "\e908";
}
.hialeah-icon-driller:before {
  content: "\e909";
}
.hialeah-icon-driller-1:before {
  content: "\e90a";
}
.hialeah-icon-hammer:before {
  content: "\e90c";
}
.hialeah-icon-helmet:before {
  content: "\e90d";
}
.hialeah-icon-roller:before {
  content: "\e90e";
}
.hialeah-icon-screw:before {
  content: "\e90f";
}
.hialeah-icon-screwdriver:before {
  content: "\e910";
}
.hialeah-icon-traffic-cone:before {
  content: "\e911";
}
.hialeah-icon-truck:before {
  content: "\e912";
}
.hialeah-icon-worker:before {
  content: "\e913";
}
.hialeah-icon-wrench:before {
  content: "\e914";
}
.hialeah-icon-air-compressor:before {
  content: "\e915";
}
.hialeah-icon-angle-grinder:before {
  content: "\e916";
}
.hialeah-icon-blower:before {
  content: "\e917";
}
.hialeah-icon-chainsaw2:before {
  content: "\e918";
}
.hialeah-icon-circular-saw2:before {
  content: "\e919";
}
.hialeah-icon-clamp:before {
  content: "\e91a";
}
.hialeah-icon-concrete-mixer:before {
  content: "\e91b";
}
.hialeah-icon-cutter:before {
  content: "\e91c";
}
.hialeah-icon-driller2:before {
  content: "\e91d";
}
.hialeah-icon-hammer2:before {
  content: "\e91e";
}
.hialeah-icon-helmet2:before {
  content: "\e91f";
}
.hialeah-icon-hydraulic-breaker:before {
  content: "\e920";
}
.hialeah-icon-improvement:before {
  content: "\e921";
}
.hialeah-icon-paint-brush:before {
  content: "\e922";
}
.hialeah-icon-paint-roller:before {
  content: "\e923";
}
.hialeah-icon-planer:before {
  content: "\e924";
}
.hialeah-icon-pliers:before {
  content: "\e925";
}
.hialeah-icon-pliers-1:before {
  content: "\e926";
}
.hialeah-icon-plumb-bob:before {
  content: "\e927";
}
.hialeah-icon-saw:before {
  content: "\e928";
}
.hialeah-icon-saw-1:before {
  content: "\e929";
}
.hialeah-icon-screw2:before {
  content: "\e92a";
}
.hialeah-icon-screwdriver2:before {
  content: "\e92b";
}
.hialeah-icon-screwdriver-1:before {
  content: "\e92c";
}
.hialeah-icon-shovel:before {
  content: "\e92d";
}
.hialeah-icon-solder:before {
  content: "\e92e";
}
.hialeah-icon-traffic-cone2:before {
  content: "\e92f";
}
.hialeah-icon-wheelbarrow:before {
  content: "\e930";
}
.hialeah-icon-wood-cutter:before {
  content: "\e931";
}
.hialeah-icon-wrench2:before {
  content: "\e932";
}
.hialeah-icon-menu:before {
  content: "\e90b";
}

/* Import bands icons */

@font-face {
  font-family: 'bands-icon';
  src:  url('fonts/bands-icon.eot?292vk');
  src:  url('fonts/bands-icon.eot?292vk#iefix') format('embedded-opentype'),
    url('fonts/bands-icon.ttf?292vk') format('truetype'),
    url('fonts/bands-icon.woff?292vk') format('woff'),
    url('fonts/bands-icon.svg?292vk#bands-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="brands-icon-"], [class*=" brands-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bands-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brands-icon-activeden:before {
  content: "\e900";
}
.brands-icon-audiojungle-box:before {
  content: "\e901";
}
.brands-icon-codecanyon-box:before {
  content: "\e902";
}
.brands-icon-envato-box:before {
  content: "\e903";
}
.brands-icon-graphicriver-box:before {
  content: "\e904";
}
.brands-icon-photodune-box:before {
  content: "\e905";
}
.brands-icon-themeforest-box:before {
  content: "\e906";
}
.brands-icon-audiojungle:before {
  content: "\e907";
}
.brands-icon-codecanyon:before {
  content: "\e908";
}
.brands-icon-envato:before {
  content: "\e909";
}
.brands-icon-graphicriver:before {
  content: "\e90a";
}
.brands-icon-photodune:before {
  content: "\e90b";
}
.brands-icon-themeforest:before {
  content: "\e90c";
}
.brands-icon-videohive:before {
  content: "\e90d";
}

/* Import bands icons */

@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyph... [truncated]



@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {#sp-top1 .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top1 .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top1 .sppb-container-inner {max-width: 100%;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top1 .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top1 .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}

@-webkit-keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}.hvr-pulse{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-pulse:active,.hvr-pulse:focus,.hvr-pulse:hover{-webkit-animation-name:hvr-pulse;animation-name:hvr-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}



/* J4 Optimization */

.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column  {display: block !important;}

#sp-header .sp-module {
	margin-left: 0px !important; 
}



@media (min-width: 320px) {#sp-top1 .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top1 .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top1 .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top1 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top1 .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}



@media (min-width: 320px) {#sp-top2 .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top2 .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top2 .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top2 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top2 .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}



@media (min-width: 320px) {#sp-top3 .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top3 .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top3 .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top3 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top3 .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {#sp-bottom1  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-bottom1  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-bottom1  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-bottom1 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-bottom1  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}


@media (min-width: 320px) {#sp-banner  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {#sp-banner  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 768px) {#sp-banner  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 992px) {#sp-banner .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-banner  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 320px) {#sp-logo-section .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-logo-section .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-logo-section .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-logo-section .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-logo-section .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {.contained-row  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 1400px) {#sp-footer  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-banner  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-bottom1  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top1  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top2  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top3  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.contained-row  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sppb-row-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sp-slider .sppb-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

#sp-header .logo {
	height: auto;
}
