.feature-container {
	padding: 30px 40px 0px 0px !important;
	border-bottom: 1px dashed transparent;
}

.feature-container h5 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 28px;
	color: #336699;
	margin-top: 0px;
	margin-bottom: 0px;
}

.feature-container ul>li {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-right: 0px;
}

.feature-container p {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-right: 0px;
}

.section-header {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	line-height: 42px;
	color: #336699;
	margin-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
}

.section-header img {
	border-radius: 10px;
	margin-right: 25px;
}

.slideshow-panel {
	/*background-color: rgba(236, 239, 241, 0.5);*/
	margin-top: 20px;
}

.call-to-action-button {
	font-family: inherit;
	font-weight: 300;
	border-radius: 5px;
	color: #FFFFFF !important;
	background-color: #2E4760 !important;
	border: 1px solid #2E4760 !important;
	padding-left: 30px;
	padding-right: 30px;
}

.call-to-action-button:hover {
	color: #2E4760 !important;
	background-color: transparent !important;
	border: 1px solid #2E4760 !important;
}

.call-to-action-button-inverse {
	border: 1px solid #2E4760 !important;
	background-color: transparent !important;
	color: #2E4760 !important;
}

.call-to-action-button-inverse:hover {
	border: 1px solid #2E4760 !important;
	background-color: #2E4760 !important;
	color: #FFFFFF !important;
}

.setuptime {
	float: right
}

.setuptime h5 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #50A0DC;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
}

.setuptime p {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-right: 0px;
}

.setupnote {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-top: 20px;
}

.more-info {
	/*padding-left: 40px;
	padding-right: 40px;*/
	margin-top: 25px;
}

.more-info p {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 18px !important;
	color: #333333 !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px !important;
}

.more-info .uk-list {
	margin-top: 5px;
}

.more-info .uk-list li {
	margin-top: 0px;
}

.more-info .uk-list a {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	font-size: 14px !important;
	line-height: 18px !important;
}

.custom-badge {
	border-radius: 5px !important;
	padding: 4px 8px !important;
	font-size: 12px !important;
	line-height: 14px;
	font-family: inherit;
	font-style: normal;
	font-weight: 300;
	background-color: #50A0DC !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

.custom-badge-setup {
	background-color: #cddc39 !important;
}

.custom-badge-invite {
	background-color: #ffc107 !important;
}

/*.custom-badge-web {
	background-color: #009688 !important;
}*/

.section-separator {
	margin-top: 100px !important;
}

.section-header-img { 

}

@media (max-width: 959px)
{
	.feature-container {
		padding: 0px 20px 20px 20px !important;
		border-bottom: 1px dashed #D5D5D5;
		text-align: center;
	}

	.section-separator {
		margin-top: 30px !important;
	}

	.section-header {
		font-size: 28px;
		line-height: 32px;
		margin-top: 15px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}

	.section-header-img {
		border-radius: 10px;
	}

	.setuptime {
		float: none;
		text-align: center;
	}

	.setuptime h5 {
		font-size: 18px;
		line-height: 22px;
		margin-top: 0px;
		margin-bottom: 20px;
		padding-right: 0px;
	}

	.setuptime p {
		font-size: 12px;
		line-height: 16px;
		margin-top: 10px;
		margin-bottom: 0px;
	}

	.call-to-action-button {
		text-align: center;
	}
}
