.float-none {
	float: none;
}

.start_huddle .landing-icons a {
	float: none;
	text-align: center;
}

.start_huddle .landing-icons a svg {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 20px 15px 20px 20px;
	color: white;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	margin-bottom: -10px;	
}

.menu-item svg {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 9px 7px 9px 9px;
	color: white;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	margin-bottom: -10px;	
	margin-left: 20px;
	margin-right: 20px;
}

@media (max-height:700px) {
	.landing-header {
		margin-bottom: 20px;
		margin-top: 40px;
	}
	.landing-footer {
		margin-bottom: 0;
		margin-top: 10px;
	}	
}

@media (max-height:650px) {
	.start_huddle .landing-icons a svg {
		width: 80px;
		height: 80px;	
	}
	.landing-icons a i {
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}	
	.landing-header {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.landing-footer {
		display: none;
	}
}

@media (max-height:550px) {
	.start_huddle .landing-icons a svg {
		width: 60px;
		height: 60px;	
	}
	.landing-icons a i {
		font-size: 20px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}	
	.landing-header {
		margin-bottom: 20px;
	}
	.landing-footer {
		display: none;
	}
	
	.landing-icons a {
		margin-bottom: 5px;
	}
	.landing-icons a em {
		margin-top: 2px;
	}
}


.start_huddle .landing-icons a i {
	font-size: 36px;
}

.owl-stage-outer h2 {
	line-height: 36px;
}


.owl-carousel .owl-dot:last-child {
	display: none;
}




.close-app {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-color: transparent;
	z-index: 1;
}

@media (max-width:320px) {
	.close-app {
		top: 5px;
		right: 5px;			
	}
}



.close-app:hover {
  opacity: 0.3;
}


.close-app .lr {
  z-index: 1051;
  width: 1px;
  height: 25px;
  margin-left: 13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}


.close-app .rl {
	z-index: 1052;
	width: 1px;
	height: 25px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #fff;
}

