/*................................reset...........................................*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*................................clearfix...........................................*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*.........GLOBLE......*/

body {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 30px;
/*	color: #5a5a5a; */
	color: #f4f4f4; 
	font-weight: 300;
	letter-spacing: 0.25px;
}
h2 {
	font-weight: 300;
	font-size: 38px;
	line-height: 52px;
	margin-bottom: 15px;
	text-align: center;
	font-style: italic;
}
span.line {
	width: 200px;
	height: 4px;
	display: block;
	margin: 30px auto;
	background: #94d238;
}
header,
.header {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9998;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header.sticky,
.header.sticky {
	position: fixed;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
}
header.sticky img {
     max-width: 80px;
    max-height: 58px;
 	-webkit-transition: all 0.4s ease-in-out ;
	-moz-transition: all 0.4s ease-in-out ;
	-o-transition: all 0.4s ease-in-out ;
	-ms-transition: all 0.4s ease-in-out ;
	transition: all 0.4s ease-in-out ;
}			   
header img {
    max-width: 138px;
    max-height: 100px;
	-webkit-transition: all 0.4s ease-in-out ;
	-moz-transition: all 0.4s ease-in-out ;
	-o-transition: all 0.4s ease-in-out ;
	-ms-transition: all 0.4s ease-in-out ;
	transition: all 0.4s ease-in-out ;
}			   
header a.logo img {
	display: block;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.logo {
/*	width: 30%;*/
	float: left;
/*	padding: 20px 0;*/
	font-size: 24px;
	font-weight: 500;
}
.logo a {
    color: #ffffff;
}
.logo a:hover {
    color: #94d238;
/*	-webkit-filter: brightness(140%);*/
}
.logo img:hover {
	-webkit-filter: brightness(140%);
/*	-webkit-filter: hue-rotate(120deg);*/
}
.logo img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

nav {
	width: 90%;
	float: right;
	text-align: right;
}
nav ul li {
	display: inline-block;
	padding: 0px 10px;
}
nav ul li a {
    font-size: 18px;
/*	padding: 25px 0; */
	font-weight: 800;
	display: block;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}
nav ul li a:hover {
	color: #94d238;
	transition: all 0.5s;
}
.banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 270px 0 270px;
	text-align: center;
	position: relative;
	z-index: 100;
}
.banner.banner-alt {
	padding: 100px 0 100px;
}
.banner h1 {
	font-size: 46px;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
}
.banner h1 span {
	font-weight: 700;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}
.banner p {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 38px;
	padding-bottom: 55px;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
}
.banner a {
    color: #94d238;
}
.banner .button-container a {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #94d238;
	display: inline-block;
	color: #fff;
	font-weight: 700;
}
.banner .button-container a:hover {
	background: #fff;
	color: #94d238;
	transition: all 0.4s;
}
.video {
/*	background-color: #f4f4f4;*/
	position: relative;
	margin-top: -30px;
	min-height: 650px;
}
.video h2 {
	text-align: left;
	padding-top: 135px;
}
.video span.line {
	text-align: left;
	margin: 30px 0;
}
.video p {
	padding-bottom: 40px;
}
.laptop {
	position: absolute;
	right: 0;
	top: 24%;
	width: 50%;
}
.laptop img {
	max-width: 100%;
/*	display: block; */
	max-height: 550px;
	padding-top: 95px;
	display:inline; 
	float:left;
/*	height: 392px; */
}
.video a {
	color: #94d238;
	text-transform: uppercase;
	font-weight: 700;
}
.video a img {
	position: relative;
	top: 8px;
	margin-left: 10px;
}
.services {
	padding: 25px 0 25px;
	text-align: left;
/*    background-color: #f4f4f4; */
    background-color: #4a4146;
}
.services p, div.top {
	padding-bottom: 10px;
}
.banner-alt div.top {
	padding: 0;
}
.services h3 {
	font-weight: 700;
/*	color: #94d238;
	padding: 15px 0;*/
}
.testimonials {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	padding: 100px 100px;
	text-align: center;
}
.testimonials p {
	padding: 35px 100px;
	font-size: 25px;
	font-weight: 300;
	line-height: 40px;
	color: #fff;
	font-style: italic;
}
.testimonials .row {
	margin: 0;
}
.price {
	padding: 120px 0 100px;
	text-align: center;
	background: #f4f4f4;
}
.black {
	padding: 30px 0 55px;
	background: #5a5a5a;
	color: #fff;
}
.price .price-container .black h2 {
	font-size: 50px;
	font-weight: 700;
	font-style: normal;
	line-height: 38px;
	margin-bottom: 0;
}
.price .price-container .black h2 span {
	font-size: 20px;
	font-weight: 700;
}
.price .price-container .black p {
	line-height: 20px;
	font-weight: 700;
	padding-bottom: 0;
}
.price .price-container {
	background: #fff;
	padding-bottom: 35px;
}
.price .price-container h4 {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #f4f4f4;
	display: block;
	color: #5a5a5a;
	margin: -30px auto 35px;
	font-weight: 700;
}
.price .price-container p {
	padding-bottom: 10px;
}
.price .price-container a {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #94d238;
	display: block;
	color: #fff;
	margin: 20px auto 0px;
	font-weight: 700;
}
.price .price-container a:hover {
	background: #5a5a5a;
	color: #fff;
	transition: all 0.4s;
}
.price .price-container:hover .black {
	background: #94d238;
}
.features {
	padding: 140px 0 50px;
}
.features h3 {
	font-weight: 400;
	color: #94d238;
}
.features p {
	padding: 5px 0 70px;
}
.joinnow {
	padding: 70px 0;
	background: #94d238;
}
.joinnow h2 {
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-style: normal;
	margin-right: 20px;
	margin-bottom: 0
}
.joinnow h2 span {
	font-weight: 700;
}
.joinnow a {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #fff;
	color: #94d238;
	text-align: center;
	font-weight: 700;
	position: relative;
	top: -10px;
}
.joinnow a:hover {
	background: #5a5a5a;
	color: #fff;
	transition: all 0.4s;
}
.updates, .contact {
	padding: 120px 0 100px;
	text-align: center;
}
.blog article {
	text-align: left;
/*	background: #f4f4f4; */
	background: #323232;
	margin-bottom: 30px;
}
.blog article .content {
	padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}
.blog article .content h3 {
	font-weight: 400;
}
.blog .blog-container {
    margin: 3rem 0;
}
.blog .blog-container .pagination {
    margin: 1rem 0;
}
.img {
	position: relative;
}
.img img {
	width: 100%;
	display: block;
	max-width: 100%;
}
.imgDescription2 {
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0px;
	right: 0;
	background: rgba(50,50,50,0.55);
	color: #fff;
	width: 100%;
	height: auto;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	padding-top: 40%;
	transition: all 0.5s;
	cursor: pointer;/*remove comment if you want a gradual transition between states  */
  -webkit-transition: visibility opacity 0.2s;

}
.img:hover .imgDescription2 {
	visibility: visible;
	opacity: 1;
}
.imgDescription2 img {
	width: auto;
	margin: 0 auto;
}
/*
a.showmore {
	font-weight: 600;
	font-size: 22px;
	color: #94d238;
	display: block;
	margin: 25px auto 0;
	background: url(../images/down.png) no-repeat center 100%;
	min-height: 8px;
	height: 40px;
} */
a.showmore {
    background-color: #5a5a5a;
    color: white;
    padding: 15px 25px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    border-radius: 50px;
 	transition:all 0.4s;
	margin: 25px auto 0;
}
a.showmore:hover{background:#94d238;}

.cta2 {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	padding: 135px 0 145px;
	text-align: center;
	color: #fff;
	background-size: cover;
}
.cta2 a , .cta3 a, .button {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #94d238;
	display: block;
	color: #fff;
	margin: 40px auto 0px;
	font-weight: 700;
}
button.button {
	display: inline-block;
	border: none;
	margin: 0;
}
.cta2 a:hover{background:#fff; color: #94d238; transition:all 0.4s;}
.cta3{
	background:#f4f4f4;
	padding:135px 0 160px;
	position:relative;
}
.cta3 h2{text-align:left;}
.cta3 span.line{margin:30px 0;}
.cta3 a{margin:40px 0 0; text-align:center;}
.cta3 a:hover{background:#5a5a5a; transition:all 0.5s;}
.safariimg{position:absolute;     top: 7%;
    left: 3%;
    width: 43%;}
.safariimg img{max-width:100%; display:block;}
@media only screen and (min-width: 1200px) {
	.safariimg img {float: right; height: 428px;}
}
footer{
	padding:55px 0;
	color:#fff;
	font-weight:400;
	background:#2b2b2b;
	font-size:15px;
}
footer p a{color:#fff;}
footer p a:hover{color: #94d238;}
div.rightside{text-align:right;}


/* New */

.os-animation {
	opacity: 0;
}
.os-animation.animated {
	opacity: 1;
}
.staggered-animation {
	opacity: 0;
}
.staggered-animation.animated {
	opacity: 1;
}
/*LOADER EFFECT*/
/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9999;
 background: #94d238;
 color: #5a5a5a;
}

.box {
	position: absolute;
	width: 78px;
	height: 78px;
	left: 50%;
	top:50%;
	margin-left: -39px;
	margin-top: -39px;
}

.loading:before {
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -18px;
	left: 50%;
	margin-left: -18px;
	border-width: 2px 1px;
	border-style: solid;
	border-color: rgb(255,255,255) rgba(247,247,247,0.3);
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	animation: spin 3.45s infinite;
		-o-animation: spin 3.45s infinite;
		-ms-animation: spin 3.45s infinite;
		-webkit-animation: spin 3.45s infinite;
		-moz-animation: spin 3.45s infinite;
}
.loading:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	margin-top: -3px;
	left: 50%;
	margin-left: -3px;
	background-color: rgb(255,255,255);
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
		-o-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
		-ms-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
		-webkit-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
		-moz-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
}






@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(1080deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	50% {
		-o-transform: rotate(360deg);
	}
	100% {
		-o-transform: rotate(1080deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}
	50% {
		-ms-transform: rotate(360deg);
	}
	100% {
		-ms-transform: rotate(1080deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(1080deg);
	}
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	50% {
		-moz-transform: rotate(360deg);
	}
	100% {
		-moz-transform: rotate(1080deg);
	}
}

@keyframes pulse {
	0% {
		background-color: rgba(232,232,232,0.2);
	}
	13% {
		background-color: rgba(240,240,240,0.2);
	}
	15% {
		background-color: rgba(255,255,255,0.9);
	}
	28% {
		background-color: rgba(222,222,222,0.9);
	}
	30% {
		background-color: rgba(255,255,255,0.2);
	}
	43% {
		background-color: rgba(240,240,240,0.2);
	}
	45% {
		background-color: rgba(245,245,245,0.9);
	}
	70% {
		background-color: rgba(250,250,250,0.9);
	}
	74% {
		background-color: rgba(255,255,255,0.2);
	}
	100% {
		background-color: rgba(242,242,242,0.9);
	}
}

@-o-keyframes pulse {
	0% {
		background-color: rgba(232,232,232,0.2);
	}
	13% {
		background-color: rgba(240,240,240,0.2);
	}
	15% {
		background-color: rgba(255,255,255,0.9);
	}
	28% {
		background-color: rgba(222,222,222,0.9);
	}
	30% {
		background-color: rgba(255,255,255,0.2);
	}
	43% {
		background-color: rgba(240,240,240,0.2);
	}
	45% {
		background-color: rgba(245,245,245,0.9);
	}
	70% {
		background-color: rgba(250,250,250,0.9);
	}
	74% {
		background-color: rgba(255,255,255,0.2);
	}
	100% {
		background-color: rgba(242,242,242,0.9);
	}
}

@-ms-keyframes pulse {
	0% {
		background-color: rgba(232,232,232,0.2);
	}
	13% {
		background-color: rgba(240,240,240,0.2);
	}
	15% {
		background-color: rgba(255,255,255,0.9);
	}
	28% {
		background-color: rgba(222,222,222,0.9);
	}
	30% {
		background-color: rgba(255,255,255,0.2);
	}
	43% {
		background-color: rgba(240,240,240,0.2);
	}
	45% {
		background-color: rgba(245,245,245,0.9);
	}
	70% {
		background-color: rgba(250,250,250,0.9);
	}
	74% {
		background-color: rgba(255,255,255,0.2);
	}
	100% {
		background-color: rgba(242,242,242,0.9);
	}
}

@-webkit-keyframes pulse {
	0% {
		background-color: rgba(232,232,232,0.2);
	}
	13% {
		background-color: rgba(240,240,240,0.2);
	}
	15% {
		background-color: rgba(255,255,255,0.9);
	}
	28% {
		background-color: rgba(222,222,222,0.9);
	}
	30% {
		background-color: rgba(255,255,255,0.2);
	}
	43% {
		background-color: rgba(240,240,240,0.2);
	}
	45% {
		background-color: rgba(245,245,245,0.9);
	}
	70% {
		background-color: rgba(250,250,250,0.9);
	}
	74% {
		background-color: rgba(255,255,255,0.2);
	}
	100% {
		background-color: rgba(242,242,242,0.9);
	}
}

@-moz-keyframes pulse {
	0% {
		background-color: rgba(232,232,232,0.2);
	}
	13% {
		background-color: rgba(240,240,240,0.2);
	}
	15% {
		background-color: rgba(255,255,255,0.9);
	}
	28% {
		background-color: rgba(222,222,222,0.9);
	}
	30% {
		background-color: rgba(255,255,255,0.2);
	}
	43% {
		background-color: rgba(240,240,240,0.2);
	}
	45% {
		background-color: rgba(245,245,245,0.9);
	}
	70% {
		background-color: rgba(250,250,250,0.9);
	}
	74% {
		background-color: rgba(255,255,255,0.2);
	}
	100% {
		background-color: rgba(242,242,242,0.9);
	}
}

@keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 rgb(255,245,255), 0 0 0 1px rgba(240,240,240,0.8);
	}
	40% {
		box-shadow: 0 0 0 1px rgb(250,237,250), 0 0 0 2px rgba(221, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 3px #FFF, 0 0 1px 3px rgba(221, 187, 0, 0.8);
	}
}

@-o-keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 rgb(255,245,255), 0 0 0 1px rgba(240,240,240,0.8);
	}
	40% {
		box-shadow: 0 0 0 1px rgb(250,237,250), 0 0 0 2px rgba(221, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 3px #FFF, 0 0 1px 3px rgba(221, 187, 0, 0.8);
	}
}

@-ms-keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 rgb(255,245,255), 0 0 0 1px rgba(240,240,240,0.8);
	}
	40% {
		box-shadow: 0 0 0 1px rgb(250,237,250), 0 0 0 2px rgba(221, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 3px #FFF, 0 0 1px 3px rgba(221, 187, 0, 0.8);
	}
}

@-webkit-keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 rgb(255,245,255), 0 0 0 1px rgba(240,240,240,0.8);
	}
	40% {
		box-shadow: 0 0 0 1px rgb(250,237,250), 0 0 0 2px rgba(221, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 3px #FFF, 0 0 1px 3px rgba(221, 187, 0, 0.8);
	}
}

@-moz-keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 rgb(255,245,255), 0 0 0 1px rgba(240,240,240,0.8);
	}
	40% {
		box-shadow: 0 0 0 1px rgb(250,237,250), 0 0 0 2px rgba(221, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 3px #FFF, 0 0 1px 3px rgba(221, 187, 0, 0.8);
	}
}
.content {
	padding: 10px 20px;
	text-align: left;
}
.related-posts .blog {
	padding: 0px;
}
.contact .form-group {
	margin-bottom: 1.5em;
}
.map-container {
	height: 400px;
	width: 100%;
}
.map-container > div {
	width: 100%;
	height: 100%;
}
.search-wrapper {
	margin-top: 3rem;
}
.search-wrapper .button {
	width: auto;
	height: auto;
	line-height: 42px;
    padding: 0 20px;
}
.search-wrapper .search-input.full-width {
    width: 100%;
}

.bloggrid {
    display: grid;
    grid-template-columns: 0.75fr 1fr; 
}
img.gridimg {
	padding: 10px 20px 0px 0px;
/*	width: 100%; */
	max-width: 100%;
    max-height: 20%;
/*	max-height: 300px; */
}
.bloggrid figcaption{
	padding-left: 10px;
	font-size: 80%;
}
figure p {
    margin-block-end: 0em;
}
figure .img-right {
    vertical-align: top;
    width: 100%;
}
figure .img-right75 {
    vertical-align: top;
    width: 75%;
    max-width: 300px;
    max-height: 460px;
}
figure.sponsor {
    max-width: 30%;
    float: right;
    padding-bottom: 15px;
    line-height: 1.4;
}
.sponsor figcaption {
    font-size: clamp(12px, 1.5vw, 16px);
}
figcaption {
    font-size: clamp(10px, 1.45vw, 12px);
    line-height: 1.4;
}
.sponsordiv { 
    display: flex;
    flex-wrap: wrap;
}

img.float-left {display:inline; float:left; margin:5px 15px 5px 0; max-width: 47%;}
img.float-right {float:right; margin:5px 0 5px 15px; max-width: 47%;}
img.aligncenter {display:block; margin:10px auto;max-width: 100%;}
img.border {background:#ccc; border:4px solid #f0f0f0; color:#333; padding:1px;}

.imgRight100 {
	padding-bottom: 10px;
	max-width: 100%;
}
.imgLeft {
	top: 24%;
/*	width: 50%; */
	float: right;
	padding: 20px;
	max-height: 700px;
	max-width: 50%;
}
img.imgTabs {
	max-width: 95%;
}
/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
/* 	border: 1px solid #999999; */
	display: table-cell;
	padding: 3px 10px;
	vertical-align: top;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.support {
	display: inline-block;
	width:500px;
	min-width: 400px;
	vertical-align:top;
	padding: 15px;
}
.arise {
	width: 100%;
	margin-top: 200px;
	text-align: center;
	font-weight: 800;
	font-size: 70px;
	line-height: 100px;
}
.divider {
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	background-attachment: fixed;
	padding: 270px 0 270px;
	text-align: center;
	position: relative;
	z-index: 100;
}
.divider .divider-alt {
	padding: 100px 0 100px;
}
.divider h1 {
	font-size: 46px;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
}
.divider h1 span {
	font-weight: 700;
}
.divider p {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 38px;
	padding-bottom: 55px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}
.divider a {
    color: #94d238;
}
.divider .button-container a {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #94d238;
	display: inline-block;
	color: #fff;
	font-weight: 700;
}
.divider .button-container a:hover {
	background: #fff;
	color: #94d238;
	transition: all 0.4s;
}

.sc-columns p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.vid {
	display: inline-block;
/*	width:500px; */
	min-width: 400px;
	vertical-align:top;
	padding: 15px;
}
.bloglist {
    display: none;
    height: 69%;
    overflow: auto;
    padding: 5px;
    position: absolute;
    /* bottom: -78px; */
    background-color: #101010ab;
    color: limegreen;
    text-align: left;
    transition-duration: 0.4s;
    /*    width: 90%;
    left: 5%; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.bloglistbottom {
    display: none;
    height: 30em;
    overflow: auto;
    padding: 5px;
    position: absolute;
    background-color: #101010ab;
    color: limegreen;
    text-align: left;
    transition-duration: 0.4s;
    /*    width: 90%;
    left: 5%; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    bottom: 39px;
	width: max-content;
    z-index: 100;
}


.bloglistitem:hover {
    background-color: #b96363ab;
}
.bloglistitem {
    margin: 0px;
}
.bloglistitem a{
  content: " ";
  width: 100%;
  height: 100%;
}
.bloglistmenue:hover .bloglist {
    display: block;
    transition-duration: 0.4s;
}
span.bloglistmenue {
    background-color: #5858588a;
    transition-duration: 0.4s;
    cursor: pointer;
}
.bloglistmenuebottom:hover .bloglistbottom {
    display: block;
    transition-duration: 0.4s;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #313030;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa; 
}