	@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,500,700,900|Vidaloka");


.list1.big-padding li {
	padding-top: 22px;
	padding-bottom: 21px;
}

.list1.huge-padding li {
	padding-top: 37px;
	padding-bottom: 36px;
}

.list1.no-bullets li {
	padding-left: 0;
}

.list1.no-bullets li:before {
	display: none;
}

.list1 li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.list1.no-top-border li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.list1.no-bottom-border li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.list1 li:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #82cc33;
	left: 10px;
	top: 26px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

.list2 ul,
ul.list2 {
	list-style: none;
	padding-left: 20px;
}

.list2 li {
	position: relative;
	padding: 7px 0 7px 0;
}

.list2 li:first-child {
	padding-top: 0;
}

.list2 li:first-child:before {
	top: calc(50% - 7px);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.list2 li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #82cc33;
	border-radius: 50%;
	left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #00ccbd;
}

.list2.no-bullets {
	padding-left: 0 !important;
}

.list2.no-bullets li:before {
	display: none;
}

.list2.checklist {
	padding-left: 15px;
}

.shadow{box-shadow: 0px 5px 5px #e6e6e6;}
.active{color: #f44336;
    font-weight: 800;}

.cl{background: #555;
    color: #fff;
    padding: 5px;
	width:33%;
	text-align: center;
	}
.center{text-align:center; line-height:35px;}
.padding-left{    padding-left: 19px;
    padding-bottom: 25px;}

.content-justify {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}




