* {
	font-size:17px;
	line-height:28px;
	font-family:'Open Sans', sans-serif;
	font-weight:400}

html {
	color:#1b1c21; 
	background:#111112;
}

h1,h2,h3,h4,h5 {
	color:#111112; 
	font-family: 'Montserrat'; 
	font-weight:700}

.coloured {
	color:#4ebdcc !important;
}

a {
	color:#4ebdcc;
}
a:hover {
	color:#8aced7;
}

strong, b {
	font-weight:700;
}

.button {
	border:0px solid #217884;
	border-radius:100px;
	font-size:13px;
	font-weight:700;
	font-family: Montserrat;
	background: #4ebdcc; /* Old browsers */
	background: -moz-linear-gradient(left, #4ebdcc 0%, #19a8bb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #4ebdcc 0%,#19a8bb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #4ebdcc 0%,#19a8bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ebdcc', endColorstr='#19a8bb',GradientType=1 ); /* IE6-9 */
	color:#ffffff; 
	text-transform:uppercase; 
	letter-spacing:2px;
}
.button:hover {
	-webkit-box-shadow:0 0px 13px -4px rgba(44,125,232,.7),0 5px 12px -12px rgba(44,125,232,.5);
	box-shadow:0 0px 13px -4px rgba(44,125,232,.7),0 5px 12px -12px rgba(44,125,232,.5);
	color:#ffffff !important;
	border-color:#217884 !important;
}

.button-op {
	border-radius:100px;
	font-weight:700;
	font-family: 'Montserrat';
	border: 2px solid #1b1c21;
	font-size:13px; 
	color:#1b1c21; 
	text-transform:uppercase; 
	letter-spacing:2px;
}
.button-op:hover {
	background:#1b1c21 !important;
	border-color:#1b1c21 !important;
	color:#ffffff !important;
}

.button-op-c {
	border-radius:100px;
	font-weight:700;
	font-family: 'Montserrat';
	border: 2px solid #4ebdcc; 
	font-size:13px; 
	color:#4ebdcc !important; 
	text-transform:uppercase; 
	letter-spacing:2px;
}
.button-op-c:hover {
	border-color:#4ebdcc !important;
	background-color:#4ebdcc !important;
	color:#ffffff !important;
}

.dark-section .button-op:hover, .coloured-section .button-op:hover {
	color:#4ebdcc !important;
	border-color:#ffffff !important;
}
.coloured-section .button-op-c:hover {
	color:#ffffff !important;
	background-color:#1b1c21 !important;
	border-color:#1b1c21 !important;
}

.page-container {
	background:#f7f8fc;
}
.header-info .header-info-item i {
	color:#19a8bb;	
}

.white-section {
	background:#ffffff;
}
.grey-section {
	background:#f7f8fc;
}
.dark-section {
	background-color:#1b1c21;
}
.coloured-section {
	background: #4ebdcc; /* Old browsers */
	background: -moz-linear-gradient(left, #4ebdcc 0%, #19a8bb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #4ebdcc 0%,#19a8bb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #4ebdcc 0%,#19a8bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ebdcc', endColorstr='#19a8bb',GradientType=1 ); /* IE6-9 */
}

.module h1, .module h2, .module h3, .module h4, .module h5 {
	color:#111112 !important;
}
.module, .module strong {
	color:#1b1c21 !important;
}

.contact-item i {
	color:#4ebdcc;
}

.footer-section {
	background:#1b1c21;
	color:#768596;
}
.footer-social a, .footer-section ul li, .footer-section ul li a {
	color:#768596;
}

.service-box-2-title {
	font-family: 'Montserrat'; 
	font-weight:700;
}