@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,700');

/* GENERAL STYLES */

body {
font-family: 'Lato', sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 24px;
color: #777;
overflow-x: hidden;
margin: auto;
background: #fff;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 700;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

/* END GENERAL */

/* MENU AND LOGO */

#sp-header {
	box-shadow: none;
	height: inherit;
}

#sp-header.menu-fixed-out {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;	
	border: medium none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 20px 0;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	min-height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

@media (max-width: 400px) {
	#sp-header.menu-fixed-out {
	padding: 10px 0;
}
}

#sp-header.header-invisible {
	border-bottom: 0px solid transparent!important;
}

.nav-placeholder {
	background: transparent none repeat scroll 0 0 !important;
	height: 0px !important;
}


#sp-header.menu-fixed {
	background-color: #000000;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	width: 100%;
	border: medium none;
	border-radius: 0;
	margin-bottom: 0;
	transition: all 0.2s ease-in-out 0s;
	position: fixed;
}

#sp-logo {
	padding: 0;
}

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

#sp-header .logo a {
	font-size: 18px;
	height: 50px;
	line-height: 20px;
	padding: 0;
	margin-left: -15px;
}

#sp-header .logo a img {
	width: 150px;
	margin-left: 10px;
}

.sp-megamenu-parent {
  float: none;
  text-align: right;
  margin-right: -15px;
  margin-top: 10px;
}

.sp-megamenu-parent > li {
  padding: 0;
  margin: 0;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a,
.menu-fixed .sp-megamenu-parent > li.active > a, .menu-fixed .sp-megamenu-parent > li:hover > a {
	transition: all 0.2s ease 0s;
	letter-spacing: 0px;
	color: #b81707;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 20px;
	background-color: rgba(0, 0, 0, 0);
	font-family: "Lato",sans-serif;
	font-weight: 800;
}

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

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
  width: inherit !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: none;
  padding: 0px;
  text-align: left;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  background: #ffffff none repeat scroll 0 0;
	padding: 15px;
	transition: all 0.3s ease 0s;
	width: 200px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	border-bottom: 1px solid #eeeeee;
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: 400;
	padding: 13px 10px 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child > a {border-bottom: none;}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:hover  {
	background: transparent;
	color: #b81707;
}

.sp-megamenu-parent.menu-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: 400ms ease 0s normal none 1 running spMenuFadeInUp;
}

#offcanvas-toggler {
  font-size: 20px;
  line-height: inherit;
  margin-left: 15px;
  padding: 20px 0 0;
}

#offcanvas-toggler i,
#offcanvas-toggler i:hover {
	height: 30px;
	width: 30px;
	background: #fff;
	line-height: 30px;
	color: #b81707;
	text-align: center;
	border-radius: 4px;
}


@media only screen and (min-width:992px){
#offcanvas-toggler  {
	display:none;
}
}
@media only screen and (max-width:550px){
.header-invisible #offcanvas-toggler {
	font-size: 15px !important;
	line-height: 50px !important;
	padding-top: 5px;
}
.header-invisible.menu-fixed-out #offcanvas-toggler {
	font-size: 15px !important;
	line-height: 50px !important;
	padding: 0 !important;
}
#sp-logo a img {
    width: 100px !important;
}
}

@media only screen and (max-width:300px){
.header-invisible #offcanvas-toggler {
	font-size: 10px !important;
	line-height: 30px !important;
	padding-top: 5px;
}
.header-invisible.menu-fixed-out #offcanvas-toggler {
	font-size: 10px !important;
	line-height: 30px !important;
	padding: 0 !important;
}
#sp-logo a img {
    width: 80px !important;
	padding-bottom: 10px;
}
}

.scrollup:before {
  border-radius: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}

.scrollup {
  background-color: #b81707;
  border: none;
  border-radius: 5px;
  bottom: 10px;
  height: 40px;
  position: fixed;
  right: 10px;
  width: 40px;
  z-index: 999;
  line-height: 40px;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.scrollup:hover {
	background: #222222 none repeat scroll 0 0;
}

/* */

/* TOP */

.top-text .sppb-addon-title {
	color: #ffffff;
	font-size: 46px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 60px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: "Lato",sans-serif;
}

.top-text .sppb-addon-content {
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 1px;
	margin: auto auto 15px;
	width: 80%;
	font-family: "Lato",sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.top-btns {
	margin-top: 15px;
}

.top-btns a {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #ffffff;
	border-radius: 2px;
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0 10px 15px;
	padding: 9px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	color: #333333;
	line-height: 24px;
}

.top-btns a:nth-child(2) {
	background: #b81707 none repeat scroll 0 0;
	border: 2px solid #b81707;
	color: #ffffff;
	border-radius: 2px;
	display: inline-block;
	font-family: "Dosis",sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0 10px 15px;
	padding: 9px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	line-height: 24px;
}

.top-btns a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #ffffff;
}

/* */

/* ABOUT */

.section-heading {margin-bottom: 60px;}

.section-heading .sppb-addon-title {
	font-family: montserrat,sans-serif;
	font-size: 26px;
	font-weight: 400;
	margin: 0 0 20px;
	position: relative;
	text-transform: capitalize;
	color: #333333;
	line-height: 1.1;
}

.section-heading .sppb-addon-content {
	margin: auto;
	width: 60%;
	color: #777777;
	font-family: "Lato",sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.text-block-1 {margin-top: 50px;}

.text-block-1 .sppb-addon-title {
	font-weight: 500;
	line-height: 40px;
	margin-top: 0;
	color: #333333;
	font-size: 30px;
	margin-bottom: 0px;
	font-family: inherit;
}

.text-block-1 .sppb-addon-title span {display: block;}

.text-block-1 .sppb-addon-content {
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 12px;
	color: #777777;
	font-family: "Lato",sans-serif;
	font-size: 16px;
	font-weight: 300;
}

@media (max-width: 993px) {
	.default-btn {
		margin-bottom: 70px;
	}
}

.default-btn a {
	background: #b81707 none repeat scroll 0 0;
	border: 2px solid #b81707;
	border-radius: 500px;
	color: #ffffff;
	font-family: montserrat,sans-serif;
	font-size: 12px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	font-weight: 300;
	line-height: 24px;
	display: inline;
}

.default-btn a:hover {
	background: #b81707 none repeat scroll 0 0;
	border: 2px solid #b81707;
	box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
	color: #ffffff;	
}

/* */

/* FEATURES */

@media (max-width: 993px) {
	.features, #sp-bottom2 {
		margin-bottom: 30px;
	}
	
	#sp-bottom3, #sp-bottom4 {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	#sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4  {
		margin-bottom: 50px;
	}
}

.features {
	padding: 20px;
	transition: all 0.3s ease 0s;
}

.features .sppb-icon i {
	background: #f8f8f8 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	border-radius: 50%;
	color: #b81707;
	font-size: 40px;
	height: 120px;
	line-height: 120px;
	margin: 0 auto;
	transition: all 0.3s ease 0s;
	width: 120px;
}

.features:hover .sppb-icon i {
	background: #b81707 none repeat scroll 0 0;
	border: 1px solid #b81707;
	color: #ffffff;
}

.features .sppb-addon-title {
	font-size: 24px;
	font-weight: 300;
	margin-top: 15px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 1.1;
}

.features .sppb-addon-text {
	line-height: 30px;
}

/* */

/* PRICING */

@media (max-width: 993px) {
	.sppb-pricing-box, .single_testimonial, .sppb-addon-accordion, .sppb-addon-persion  {
		margin-bottom: 50px !important;
	}
}

.sppb-pricing-box {
  border: none;
  padding: 20px 0 25px;
  background: #ffffff none repeat scroll 0 0;
border-radius: 5px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.sppb-pricing-box.sppb-pricing-featured {
  background: #b81707 none repeat scroll 0 0;
  border-color: transparent;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 1.1;
}

.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-price {
	color: #333333;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 1.1;
}

.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-price strong {
	font-size: 26px;
	position: relative;
	top: -17px;
	color: #777777;
	font-weight: 400;
	line-height: 1;
}

.sppb-pricing-box .sppb-pricing-features {
  padding: 0;
}

.sppb-pricing-box .sppb-pricing-features > ul {
  list-style: outside none none;
  margin: 10px 0 20px;
  padding: 0;
}

.sppb-pricing-box .sppb-pricing-features > ul > li {
	border-bottom: 1px solid rgba(153, 153, 153, 0.3);
	font-size: 15px;
	padding: 12px 0;
}

.sppb-pricing-box .sppb-pricing-footer a {
	background: #b81707 none repeat scroll 0 0;
	border: 2px solid #b81707;
	border-radius: 500px;
	color: #ffffff;
	font-family: montserrat,sans-serif;
	font-size: 12px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	display: inline;
}

.sppb-pricing-box .sppb-pricing-footer a:hover {
	background: #b81707 none repeat scroll 0 0;
	border: 2px solid #b81707;
	box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
	color: #ffffff;
}

.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-header .sppb-pricing-title,
.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-header > span.sppb-pricing-price,
.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-header > span.sppb-pricing-price strong,
.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-features > ul > li {
	color: #ffffff;
}

.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-footer a {
	background: #ffffff none repeat scroll 0 0;
	color: #333333;
}

/* */

/* TESTIMONIAL */

.single_testimonial {
  background: #f9f9f9 none repeat scroll 0 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 40px;
}

.testimonial_img img {
  border: 4px solid #dddddd;
  border-radius: 100px;
  float: left;
  height: 100px;
  margin-right: 20px;
  width: 100px;
}

.testimonial_content h3 {
  font-size: 16px;
  margin-top: 0;
  text-transform: uppercase;
}

.testimonial_content h4 {
  color: #777777;
  font-size: 14px;
  overflow: hidden;
  text-transform: capitalize;
}

.testimonial_content p {
  margin-bottom: 0;
  overflow: hidden;
}

.owl-theme .owl-controls .owl-page span {
	opacity: 1;
	background: #333333 none repeat scroll 0 0;
	border: 1px solid #333333;
	border-radius: 12px;
	height: 4px;
	margin: 0 1px;
	width: 16px;
}

.owl-theme .owl-controls .owl-page.active span {
opacity: 1; 
background-color: #b81707;
border: 1px solid #b81707;
height: 4px;
margin: 0 1px;
width: 22px;
}

.owl-item .img-box img {margin: 0 auto;}

/* */

/* SUBSCRIBE */

.subscribe {text-align: center;}

.subscribe .sppb-addon-title {
	color: #333333;
	font-size: 22px;
	line-height: 34px;
	margin: 0 0 25px;
	font-weight: 700;
}

.subscribe .sppb-form-group {margin: 0; padding: 0;}

.subscribe .sppb-form-group input {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	border-radius: 2px;
	box-shadow: none;
	color: #333333;
	height: 50px !important;
	margin-bottom: 30px !important;
	transition: all 0.3s ease 0s;
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
}

.subscribe .sppb-form-group input:focus {
	border: 1px solid #b81707;
	box-shadow: none;
	outline: 0 none;
}

.subscribe button {
	background: #b81707 none repeat scroll 0 0;
	border: 2px solid #b81707;
	border-radius: 500px;
	color: #ffffff;
	font-family: montserrat,sans-serif;
	font-size: 12px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}

.subscribe button:hover {
	background: #b81707 none repeat scroll 0 0;
	border: 2px solid #b81707;
	box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
	color: #ffffff;
}

/* */

/* BOTTOM & FOOTER */

#sp-bottom {
  background-color: #222222;
  padding: 60px 0;
}

#sp-bottom .sp-module {
	animation-delay: 0.4s;
	animation-name: bounceIn;
	animation-duration: 1s;
}

#sp-bottom .sp-module .sp-module-title {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 0 0 25px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.1;
}

.footer_contact ul li {
  color: #777777;
  margin-bottom: 10px;
  overflow: hidden;
}

.footer_contact ul li i {
  color: #ffffff;
  float: left;
  font-size: 16px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
}

.footer_contact ul li span {
  color: #747474;
  display: block;
  font-family: montserrat,sans-serif;
  font-size: 14px;
  padding-top: 8px;
}

.sp-module ul > li > a ,
.single_footer ul li a {
  color: #747474 !important;
  font-family: montserrat,sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease 0s !important;
  padding: 0;
  line-height: inherit;
}

.sp-module ul > li > a:hover,
.single_footer ul li a:hover {
  color: #ffffff !important;
}

.sp-module ul > li {
  border-bottom: none;
}

.sp-module ul > li > a:before {
 display: none;
}

#sp-footer {
  background-color: #222222;
  padding: 0;
}

#sp-footer #sp-footer1 {
border-top: 1px solid #333333;
padding: 30px 0;
}

#sp-footer #sp-footer1 .sp-copyright {
	color: #747474;
	font-family: montserrat,sans-serif;
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 24px;
}

/* */

/* ABOUT US */


.sp-page-title {
  background: transparent none repeat scroll 0 0;
  padding: 0;
  text-align: center;
}

.sp-page-title h2 {
	color: #ffffff;
	font-size: 45px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.1;
}

#sp-page-title {
  position: relative;
}

#sp-page-title:before {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 100%;
}

.sp-page-title .breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin: 0;
border-radius: 4px;
list-style: outside none none;
padding: 8px 15px;
}

.breadcrumb > li:first-child {
  display: none;
}

.breadcrumb > li:nth-child(2):before {
  display: none;
}

.sp-page-title .breadcrumb > li > a:hover {
  color: #b81707;
}

.sppb-panel {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  border-image: none;
  border-style: solid;
  border-width: 0px;
border-radius: 4px;
margin-bottom: 0;
border-color: #dddddd;
background-color: #ffffff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.sppb-panel-default {
  border-color: #dddddd;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.sppb-panel-group > .sppb-panel:first-child {
  border-top-width: 1px;
}
.sppb-panel-group > .sppb-panel:last-child {
  border-bottom-width: 1px;
}

.sppb-panel-default > .sppb-panel-heading {
	background: #ffffff none repeat scroll 0 0;
}

.sppb-panel-heading {
	border-color: #eeeeee;
	color: #2b3139;
	font-size: 16px;
	padding: 13px;
	font-family: montserrat,sans-serif;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
}

.sppb-panel-title {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
	font-family: inherit;
	line-height: 1.1;
	color: #333333;
	font-weight: 500;
	margin-left: 60px;
}

.sppb-panel .sppb-panel-heading span.sppb-toggle-direction{
	display: none;
}

.sppb-panel .sppb-panel-heading.active span.sppb-panel-title:after {
	content: "-";
	line-height: 40px;
	font-size: 40px;
	background: #b81707 none repeat scroll 0 0;
	font-family: montserrat,sans-serif;
	font-weight: 600;
}
.sppb-panel .sppb-panel-heading span.sppb-panel-title:after {
	bottom: 0;
	color: #ffffff;
	content: "+";
	font-size: 30px;
	letter-spacing: 0;
	line-height: 45px;
	position: absolute;
	left: 0;
	text-align: center;
	top: 0;
	width: 50px;
	background: #b81707 none repeat scroll 0 0;
	font-weight: 600;
	font-family: montserrat,sans-serif;
}

.sppb-panel-default .sppb-panel-body {
  border-top-color: #dddddd;
}

.sppb-panel-body {
  border-radius: 0;
	font-size: 16px;
	padding: 30px;
}


.sppb-addon-persion {
	background: #232323 none repeat scroll 0 0;
	padding: 20px;
	transition: all 0.3s ease 0s;
}

.sppb-addon-persion:hover {
	background: #b81707 none repeat scroll 0 0;
}

.sppb-addon-persion img {
	border: 5px solid #b81707;
	border-radius: 500px;
	height: 100px;
	transition: all 0.3s ease 0s;
	width: 100px;
}

.sppb-addon-persion:hover img {border: 5px solid #ffffff;}

.sppb-addon-persion .sppb-addon-content > div {
  margin-top: 0;
}

.sppb-addon-persion .sppb-person-information > span.sppb-person-name {
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.1;
}

.sppb-addon-persion .sppb-person-information > span.sppb-person-designation {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.1;
}

.sppb-addon-persion .sppb-person-social {
  margin: 10px 0;
}

.sppb-addon-persion .sppb-person-social > li {
  margin: 0;
}

.sppb-addon-persion .sppb-person-social > li > a {
  color: inherit;
  display: block;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
}
.sppb-addon-persion .sppb-person-social > li > a:hover {
  background: transparent none repeat scroll 0 0;
  color: transparent;
}

.sppb-addon-persion .sppb-person-social > li > a > i {
	border-radius: 30px;
	color: #ffffff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin: 3px;
	transition: all 0.4s ease 0s;
	width: 40px;
}

.sppb-addon-persion .sppb-person-social > li > a > i.fa-facebook {background: #507cbe none repeat scroll 0 0 ;}
.sppb-addon-persion .sppb-person-social > li > a > i.fa-twitter {background: #63cdf1 none repeat scroll 0 0 ;}
.sppb-addon-persion .sppb-person-social > li > a > i.fa-google-plus {background: #f16261 none repeat scroll 0 0 ;}
.sppb-addon-persion .sppb-person-social > li > a > i.fa-linkedin {background: #0077b5 none repeat scroll 0 0 ;}

.sppb-addon-persion .sppb-person-social > li > a > i:hover {
	background: #ffffff none repeat scroll 0 0;
	color: #e24242;
}

.sppb-addon-persion .sppb-person-introtext {
	color: #ffffff;
}

/* */

/* CONTACT */

.contact-features {margin-bottom: 40px;}

.contact-features .sppb-icon i {
	background: #b81707 none repeat scroll 0 0;
	border-radius: 30px;
	color: #ffffff;
	float: left;
	font-size: 22px;
	height: 60px;
	line-height: 60px;
	margin-right: 5px;
	text-align: center;
	width: 60px;
}

.contact-features .sppb-addon-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 1.1;
}

.contact-features .sppb-addon-text {
	color: #333333;
	margin-bottom: 0;
	font-family: "Lato",sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.form-group input,
.form-group textarea,
.sppb-ajaxt-contact-form .sppb-form-group input,
.sppb-ajaxt-contact-form .sppb-form-group textarea {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	border-radius: 2px;
	box-shadow: none;
	color: #333333;
	height: 50px !important;
	margin-bottom: 0px;
	transition: all 0.3s ease 0s;
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
}

.sppb-ajaxt-contact-form .sppb-form-group textarea, .form-group textarea {height: auto !important;}

.form-group input:focus ,
.form-group textarea:focus ,
.sppb-ajaxt-contact-form .sppb-form-group input:focus,
.sppb-ajaxt-contact-form .sppb-form-group textarea:focus {
	border: 1px solid #b81707;
	box-shadow: none;
	outline: 0 none;
}

.form-group button,
.sppb-ajaxt-contact-form button,
.form-group a,
article.item p.readmore a {
	background: #b81707 none repeat scroll 0 0;
	border: 2px solid #b81707;
	border-radius: 500px;
	color: #ffffff;
	font-family: montserrat,sans-serif;
	font-size: 12px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}

.form-group button:hover,
.sppb-ajaxt-contact-form button:hover,
.form-group a:hover,
article.item p.readmore a:hover {
	background: #b81707 none repeat scroll 0 0;
	border: 2px solid #b81707;
	box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
	color: #ffffff;
}

#form-login-submit button, #form-login-submit a {
	background: #b81707 none repeat scroll 0 0;
	border: 2px solid #b81707;
	border-radius: 500px;
	color: #ffffff;
	font-family: montserrat,sans-serif;
	font-size: 12px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}

#form-login-submit button:hover, #form-login-submit a:hover {
	background: #b81707 none repeat scroll 0 0;
	border: 2px solid #b81707;
	box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
	color: #ffffff;
}

#form-login-submit a  span {display: none;}

/* */

/* JOBS */

.job-box {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin-bottom: 30px;
}

.job-box .sppb-addon-title {
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: uppercase;
	color: #333333;
	font-weight: 700;
	line-height: 1.1;
}

.job-box .sppb-addon-title span {
	float: right;
}

@media (max-width: 420px) {
	.job-box .sppb-addon-title span {
		float: none;
		display: block;
		margin-top: 10px;
	}
	.job-box .sppb-addon-content a:last-child  {
		
	}
}

@media (max-width: 377px) {
	.job-box .sppb-addon-content a:last-child  {
		float: none !important;
		margin-top: 10px;
	}
}

.job-box .sppb-addon-content {
	margin-bottom: 20px;
	color: #777777;
	font-family: "Lato",sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.job-box .sppb-addon-button-group .sppb-addon-content {margin: 0;}

.job-box .sppb-addon-content a {
	background: #b81707 none repeat scroll 0 0;
	border: 2px solid #b81707;
	border-radius: 500px;
	color: #ffffff;
	font-family: montserrat,sans-serif;
	font-size: 12px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	line-height: 1.42857;
	font-weight: 400;
}

.job-box .sppb-addon-content a:hover {
	background: #b81707 none repeat scroll 0 0;
	border: 2px solid #b81707;
	box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
	color: #ffffff;
}

.job-box .sppb-addon-content a:last-child {float: right;}

/* */

/* LOGIN */

#login-form {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	padding: 30px;
}

.pretext p {
	color: #555555;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1;
}

.btns-separator {
	background: #b81707 none repeat scroll 0 0;
	border-radius: 500px;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	line-height: 30px;
	margin: 0 15px;
	padding: 10px;
	text-transform: uppercase;
	font-family: montserrat,sans-serif;
	font-size: 12px;
	display: inline;
}

@media (max-width: 470px) {
	.form-group a {
		margin-top: 10px;
	}
}

/* */

/* BLOG */

article.item {
  border: 1px solid #e8e8e9;
	margin-bottom: 40px;
	padding: 20px;
}

.entry-header {
  margin-bottom: 20px;
  position: relative;
}

.post-format {
	font-size: 24px;
	line-height: 50px;
	background: #b81707 none repeat scroll 0 0;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-weight: 700;
	height: 50px;
	margin-right: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 50px;
}

.article-info > dd {
	margin: 0px 8px 10px;
	text-transform: uppercase;
	overflow: visible;
	text-transform: uppercase;
	color: #333333;
	font-weight: 700;
	font-size: 11px;
	line-height: 1.1;
}

.entry-header h2 {
	margin: 10px 0;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 0;
	overflow: hidden;
	text-transform: uppercase;
	color: #333333;
	font-weight: 700;
	line-height: 1.1;
}

article.item p.readmore {margin-top: 20px;}

@media (max-width: 768px) {
	#sp-right {
		margin-top: 50px;
	}
}

#sp-right .sp-module .sp-module-title {
	border-bottom: 1px solid #eeeeee;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 700;
	line-height: 1.1;
}

#sp-right .sp-module ul > li {
  padding: 0;
}

#sp-right .sp-module ul > li > a {
	text-transform: none !important;
	transition: all 0.2s ease 0s !important;
	color: #333333 !important;
	display: block;
	font-size: 14px !important;
	padding: 5px 0 !important;
	background-color: rgba(0, 0, 0, 0);
	font-family: "Lato",sans-serif !important;
	font-weight: 300 !important;
	line-height: 24px !important;
}

#sp-right .sp-module ul > li > a:hover {
	color: #b81707 !important;
}

#sp-main-body {
  padding: 60px 0;
}

ul.pager.pagenav {display: none;}


#sp-comments {margin-top: 50px;}

.view-article article.item {
  border: 1px solid #e8e8e9;
  margin-bottom: 0px;
  padding: 20px;
}

/* */


/*!
ANIMATIONS
*/

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}