/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */
.coming-soon-page {
  	padding: 50px;
}

.coming-soon-page img {
	margin: 0 auto;
}

.coming-soon-page .text {
	font-size: 22px;
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
	font-family: Quicksand;
	background-color: #C7D8F2;
	padding: 15px;
}

@media(max-width: 991px){
	.coming-soon-page {
		padding: 30px;
	}
}

@media(max-width: 767px){
	.coming-soon-page {
		padding: 30px 0px;
	}

	.coming-soon-page .text {
		font-size: 15px;
		line-height: 18px;
        padding: 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */
