@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin-ext');

/* HTML tags */
body {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#666666;
}
h1, h2, h3, h4 {
	color:#03CBEF;
	font-weight:300;
	padding-bottom:20px;
}
h1,
.h2-as-h1 {
	font-size:30px;
}
h2 {
	font-size:25px;
}
h3 {
	font-size:21px;
}
h4 {
	font-size:16px;
}
a,
a:focus {
	color:#262626;
	text-decoration:none;
}
a:hover,
a.active {
	color:#03CBEF;
	text-decoration:none;
}
/* END HTML tags */

/* Logo */
.logo {
	position:relative;
	float:left;
	margin:10px 0;
}
/* END Logo */

/* Header */
header {
	background:#FFFFFF;
	font-size:14px;
	box-shadow: 2px 0 25px rgba(0,0,0,0.15);
}
header a, 
header a:hover {
	text-decoration:none;
	color:#03CBEF;
}
header h2 {
	text-transform:none;
	font-weight:bold;
	padding-bottom:10px;
}
.top-header {
	background:#03CBEF;
	padding:5px 0;
	color:#FFFFFF;
	font-size:13px;
}
.top-header a {
	color:#FFFFFF;
}
.top-header a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.search-form {
	margin-top:25px;
}
.header-block {
	margin-top:45px;
}
/* END Header */

/* Footer */
footer {
	font-size:13px;
	padding:30px 0;
	color:#FFFFFF;;
	background:url('../../upload/images/website_elements/footer.jpg') center;
}
footer a,
footer h1,
footer h2,
footer h3 {
	color:#FFFFFF;
}
footer h1,
footer h2,
footer h3 {
	font-size:25px;
}
footer a:hover {
	color:#FFFFFF;
}
/* END Footer */

/* Sidebar */
aside h2 {
	font-size:30px;
}
/* END Sidebar */

/* Comments / Testimonials */
blockquote {
	border-left:5px solid #FDB819;
}
blockquote .author-acronym {
	color:#FDB819;
}
/* END Comments / Testimonials */

/* Photo Gallery */
.photo-gallery h3 {
	font-size:14px;
}
/* END Photo Gallery */

/* Social share */
.social-share a:hover {
	color:#03CBEF;
}
/* END Social share */

/* Homepage */
.homepage-container {
	padding:75px 0;
}
.homepage-block {
	margin-bottom:100px;
}
.homepage-block:last-child {
	margin-bottom:0;
}
#homepage h1 {
	padding:0 0 50px 0;
}
#homepage h1,
#homepage .h2-as-h1 {
	font-size:35px;
	color:#262626;
	padding:0 0 50px 0;
	font-weight:300;
}
#homepage p {
	padding:0;
}
.full-width-colored-background {
	background:#F5F5F5;
}
/* END Homepage */

/* Blocks */
.content-block {	
	border:1px solid #F0F0F0;
	box-sizing:border-box;
	box-shadow: 2px 0 25px rgba(0,0,0,0.1);
	margin-bottom:30px;
	background:#FFFFFF;
	padding:15px;
}
.item-block {
	position:relative;
	float:left;
	box-sizing:border-box;
	box-shadow: 2px 0 10px rgba(0,0,0,0.15);
	padding:15px 0;
	/* Needs a margin to properly display the bottom box shadow */
	margin:15px 0; 
}
/* END Blocks */

/* Slides */
/*
Use it only when the slides are active
#slides-carousel {
	margin-bottom:50px;
}
*/
/* END Slides */

/*  Miscellaneous */
.statistic-block {
	border:1px solid #03CBEF;
	background:#03CBEF;
	text-shadow: 0px 1px 0px #999999;
}
.statistic-block:hover {
	border:1px solid #262626;
	background:#262626;
	color:#FFFFFF;
	text-shadow: 0px 1px 0px #666666;
	transition:background .5s;
}
.no-button {
	color:#262626;
}
.display-flex-center {
    display:flex;
    align-items:center;
}
/*  END Miscellaneous */

/* CUSTOM */
#homepage-services p {
	margin-bottom: 15px;
}
#homepage .parallax-container .h2-as-h1 {
	color:#FFFFFF;
}
.center {
	padding:30px 15px;
	margin-bottom:30px;
	background:#FFFFFF;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);
	border:1px solid #E4E4E4;
}
.testimonials-container h2,
.testimonials-container a,
.testimonials-container p,
.testimonials-container b,
.testimonials-container i {
	color:#FFFFFF;
}
/* Image zoom */
.image-zoom {
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:pointer;
	background:#FFFFFF;
}
.image-zoom .text-mask,
.image-zoom .content {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
}
.image-zoom img {
	display:block;
	position:relative;
}
.image-zoom h2 {
	text-transform:uppercase;
	color:#FFFFFF;
	text-align:center;
	position:relative;
	padding:10px;
	background:rgba(0, 0, 0, 0.8);
	margin:50px 0 0 0;
	font-weight:bold;
}
.image-zoom p {
	position:relative;
	color:#FFFFFF;
	padding:10px 20px 20px;
	text-align:center;
	margin:15px 0;
}
.image-zoom-first img {
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.image-zoom-first:hover img {
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.image-zoom-first:hover .text-mask {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	opacity:1;
}
/* END Image zoom */

@media screen and (max-width:767px) {
    body {
		padding-top:0px;
		font-size:14px;
	}
	.logo {
		margin:0;
	}
	h1,
	.h2-as-h1 {
		font-size:25px;
	}
	.search-form {
		margin:10px 0;
	}
	.homepage-block {
		margin-bottom:30px;
	}
	.responsive-heading {
		text-align:center;
	}	
	.homepage-container {
		padding:50px 0;
	}
	#homepage-services h3 {
		font-size:15px;
	}
	#homepage-services p {
		min-height:180px;
	}
	#homepage-services a {
		margin-bottom:15px;
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.logo {
		margin:0;
	}
	.search-form {
		margin:10px 0;
	}
	.homepage-block {
		padding-bottom:30px;
	}	   
}
@media screen and (min-width:992px) and (max-width:1199px) {
}