span.fusion-nav-prev, span.fusion-nav-next {
    background-color: #FD8902 !important;
    border-radius: 50%;
    height: 40px !important;
    width: 40px !important;
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-next:before, .fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before {
    font-size: 28px !important;
    line-height: 38px !important;
}
.fusion-carousel .fusion-carousel-nav span.fusion-nav-next {
    right: 15px !important;
    left: auto !important;
}
.fusion-carousel .fusion-carousel-nav span.fusion-nav-prev {
    left: 15px !important;
}
.container-row{
	max-width: 1260px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
.flex-between {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
footer .flex-between div {
    border-right: 1px solid white;
    padding-right: 2%;
    margin-right: 2%;
}
footer .flex-between div:last-child {
    border-right: 0;
    margin-right: 0;
}
.fusion-copyright-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}

.fusion-social-links-footer {
    text-align: left !important;
    width: 25% !important;
    padding-left: 25px;
}

.fusion-copyright-notice {
    width: 75%;
}

footer a.fusion-social-network-icon {
    color: black !important;
    background-color: #FD8902;
    position: relative;
    padding: 7px;
    border-radius: 50%;
	margin: 6px 16px 10px 16px !important;
}

footer a.fusion-social-network-icon:after {
    content: '';
    border: 2px solid white;
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    left: -6px;
    top: -6px;
    border-radius: 4px;
}

.flex-center{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	/*margin: 0px -20px;*/
}
.fusion-footer-widget-area:before {
    content: '';
    background: #000;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .6
}
.icon-with-text {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	margin: 18px 0px;
}
.fusion-copyright-content {
    position: relative;
    padding-top: 20px;
}
.flex-center p {
	margin: 0px 20px;
	font-size: 40px;
	font-family: 'Raleway';
	font-weight: bold;
	color: #545454;
}
img.fusion-standard-logo {
    max-height: unset !important;
    margin-top: 8px;
	width: 180px;
    height: 58px;
}
.font__family--raleway{
	font-family: 'Raleway';
}
.font__family--titillium{
	font-family: 'Titillium Web';
}
.font__size--big{
	font-size: 50px;
	line-height: 1.2em;
}
.font__size--normal{
	font-size: 25px;
	line-height: 1.2em;
}
.font__size--medium{
	font-size: 20px;
	line-height: 1.2em;
}
.font__size--small{
	font-size: 15px;
	line-height: 1.2em;
}
.font__weight--300{
	font-weight: 300;
}
.font__weight--400{
	font-weight: 400;
}
.font__weight--700{
	font-weight: 700;
}
.font__color--grey{
	color: #545454;
}
.font__color--grey-bright{
	color: #dcdcdc;
}
.font__color--white{
	color: #fff;
}
.btn__default{
	background-color: #fff;
	padding: 10px 80px;
	border-radius: 25px;
	color: #000;
	font-family: 'Raleway';
	font-size: 25px;
	transition: .5s ease;
	white-space: nowrap;
    display: inline-block;
    margin-bottom: 5px;
}
.btn__default--orange{
	background-color: #FD8902;
	color: #fff;
}

.btn__default--white{
	background-color: #FFFFFF;
	color: #000;
}

.btn__default--grey{
	background-color: #A2A2A2;
	color: #fff;
}
.btn__default:hover, 
.btn__default:focus{
	color: #000;
	opacity: .9;
	-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
}
.btn__default--orange:hover, 
.btn__default--orange:focus,
.btn__default--grey:hover,
.btn__default--grey:focus{
	color: #fff;
	opacity: .9;
	-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
}
.btn__default--narrow{
	padding: 10px 20px;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.video__container{
	position: relative;
	padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
}
.video__container iframe,
.video__container object,
.video__container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.element__margin--minus{
	margin-top: -150px;
	z-index: 30;
}
.figure__container{
	position: relative;
    width: 211px;
    height: 177px;
    margin: 0 auto;
}
.figure__circle{
	width: 125px;
    height: 125px;
    background-color: #FDC02F;
    border-radius: 50%;
    position: absolute;
    top: calc((177px - 125px) / 2);
    left: calc(177px - 125px);
}
.figure__circle-half--border{
	width: calc(177px / 2);
    height: 177px;
    border-bottom-right-radius: 110px;
    border-top-right-radius: 110px;
    border: 5px solid black;
    border-left: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.box__shadow {
    box-shadow: 2px 3px 6px rgba(0, 0, 0, .16);
}
.icon__onimage {
	position: absolute !important;
    top: 40px;
    left: 215px;
    right: 0;
    z-index: 2 !important;
}
#ls-global img.svg__responsive{
	max-width: 100% !important;
}
.hover--opacity {
	transition: .5s ease;
}
.hover--opacity:hover {
	opacity: .8;
}
.box__hover--icon:hover .icon__bounce, .icon__bounce--hover:hover {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
}

@media only screen and (max-width: 900px) {
	.icon-with-text {
		justify-content: center;
		margin: 0;
		text-align: center;
		flex-direction: column;
	}
	.icon-with-text img{
		margin-bottom: 10px;
	}
	.block-xs-center{
		float: none !important;
		margin: 0 auto !important;
		display: block !important;
	}
	.fusion-social-links-footer {
		text-align: center !important;
		width: 100% !important;
		padding-left: 0;
	}

	.fusion-copyright-notice {
		width: 100%;
		margin: 30px 0px;
	}
	.font-xs-30 {
		font-size: 30px !important;
	}
} 

@media only screen and (max-width: 768px) {
	.text-xs-center{
		text-align: center;
	}
	.element__margin--minus {
		margin-top: 0px;
	}
	.font__size--big{
		font-size: 28px;
	}
	.font__size--normal{
		font-size: 20px;
	}
	.btn__default{
		font-size: 20px;
		padding: 10px 30px;
	}
	.fusion-social-links-footer {
		text-align: center !important;
		width: 100% !important;
		padding-left: 0;
	}

	.fusion-copyright-notice {
		width: 100%;
		margin: 30px 0px;
	}

	.flex-between {
		flex-wrap: wrap;
	}

	footer .flex-between div {
		width: 50%;
		padding-right: 0;
		margin-right: 0;
		border: 0;
		font-size: 14px;
	}
}