html, body {
	color: #424242;
	font-family: 'Lato';
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	color: #303336;
	font-style: normal;
	line-height: 1.17em;
	margin: 0 0 15px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 45px;
}

a {
	color: #FFF;
	text-decoration: none;
}
section {
	display: block;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.wrapper {
	background: #FFF;
	height: 100%;
	width: 100%;
}

#header {
	position: fixed;
	width: 100%;
	box-shadow: 0 -3px 10px #000;
	z-index: 2;
	left: 0;
	top: 0;
	background: #FFF;
}

#header-inner {
	height: 100%;
	width: 80%;
	margin: auto;
}

#header #logo {
	width: 19%;
	padding: 10px 0;
	display: inline-block;
	vertical-align: middle;
}

#header #logo img {
	width: 300px;
}

#header nav  {
	display: inline-block;
	width: 79%;
	padding: 10px;
	text-align: right;
	vertical-align: middle;

}

#header nav ul li{
	display: inline-block;
}

#header nav ul li a{
	color: #0097CD;
	font-size: 18px;
}

#header nav ul li img{
	width: 32px;
	margin: 10px;
}

[id$="-page"] {
	margin: auto;
	text-align: center;
	width: 80%;
}


#home {
	width: 100%;
	position: relative;
}

#home-page {
	background: rgba(0,0,0,.4);
	height:100%;
	position: relative;
	width: 100%;
	z-index: 2
}

#home-page img {
	bottom:0;
	left: 0;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
}

.next-page {
	bottom: 5%;
	border: 1px solid #FFF;
	border-radius: 50px;
	color: #FFF;
	display: block;
	height: 50px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 50px;
}

#services, #contacts {
	position: relative;
	width: 100%;
}

#contacts {
	padding-top: 0;
}

#services #inner-services {
	color: #FFF;
	display: table;
	padding: 20px 0;
	background: #626263;
	height: 100%;
	position: relative;
	text-align: center;
}

#contact-data #contact-logo {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#contact-data #contact-logo img {
	width: 250px;
	margin-right: 23px;
}

#services #inner-services {
	padding-top: 150px;
}

#inner-services ul {
	margin: 0 10%;
	width: 80%;
	vertical-align: middle;
	position: relative;
}

#inner-services ul li {
	display: inline-block;
	padding: 0 1.5%;
	vertical-align: top;
	width: 23.8%;
}

#inner-services ul li h3 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
}

#services #inner-services ul li p {
	text-align: justify;
	font-weight: 300;
}

#inner-services h3 {
	color: #FFF;
}

#inner-services h2 {
	color: #FFF;
	margin-left: 10%;
	margin-bottom: 50px;
	text-align: left;
}

#services #inner-services ul li:first-child {
	padding-left: 0;
}

#services #inner-services ul li:last-child {
	padding-right: 0;
}

#services #inner-services ul li img {
	width: 164px;
}

#contact-map {
	width: 100%;
	height: 250px;
	margin-bottom: 10px;
	box-shadow: 0 0 10px #000;
}


#contact-page #left,
#contact-page #right {
	display: inline-block;
	width: 49%;
	width: calc(50% - 2px);
	width: -moz-calc(50% - 2px);
	width: -webkit-calc(50% - 2px);
}


#contact-page #left {
	margin-bottom: 100px;	
	vertical-align: top;
}

#contact-page #right {
	vertical-align: bottom;
	margin-bottom: 65px;
}

#contact-page form {
	text-align: left;
}

#contact-page img {
	width: 455px;
}

.subtitle {
	border-bottom: 1px solid #e0e0dd;
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 20px;
}

.form-field label {
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 12px;
	text-align: left;
}

.form-field input, .form-field textarea {
	background: #fff;
	border: 1px solid #e0e0dd;
	border-radius: 4px;
	color: #aaaaaa;
	margin-bottom: 25px;
	outline: none;
	padding: 12px 18px;
	transition: border 0.25s linear;
	width: 100%;
}

.form-field input, .form-field textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: border 0.25s linear;
	-moz-transition: border 0.25s linear;
}

.form-field textarea {
	height: 180px;
}

#contact-data {
	background: url('../images/contacts.jpg');
	background-position: center;
	background-size: cover;
	color: #FFF;
	width: 100%;
	display: table;
	margin-bottom: 20px;
	padding: 40px 10% 20px 10%;
	position: relative;
	text-align: center;
	height: 480px;
}

#contact-data:before {
	content: '';
	background: rgba(0,0,0,.35);
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
}

#contact-data ul {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
}

#contact-data ul li {
	display: block;
	font-weight: 300;
	margin-left: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	position: relative;
	text-align: left;
	border-left: 2px solid #FFF;
}

#contact-data ul li p {
	margin-bottom: 10px;
	margin-top: 0;
}

#contact-data ul li:last-child {
	padding-bottom: 0;
}

#contact-data li p {
	line-height: 10px;
	margin-bottom: 2px;
}

#footer {
	width: 100%;
	border-top: 1px solid #ddd;
	position: fixed;
	bottom: 0;
	background: #333;
	color: #FFF; 
	box-shadow: 0 4px 10px #000;
}

#footer-inner {
	width: 80%;
	max-height: 85px;
	padding: 15px 0;
	margin: 0 10%;
	display: inline-block;
}

#footer-left, #footer-right {
	width: 50%;
	float: left;
}

#footer-left {
	padding-top: 15px;
}

#footer-right {
	text-align: right;
}

#footer-right span {
	margin-right: 10px;
}

#footer-right img {
	height: 40px;
	vertical-align: middle;
} 

[class$="-icon"]:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	left: 0;
	position: absolute;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.btn {
	padding: 10px 30px;
	background: #0097CD;
	color: #FFF;
	border: 0;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 15px;
	position: relative;
}

.btn:hover {
	background: #6CC049;
}

.circle-icon:before {
	content: "\f103";
	font-size: 30px;
	margin-top: 10px;
	position: relative;
}

.address-icon:before {
	content: "\f041";
	
}

.phone-icon:before {
	content: "\f095";
	
}

.mobile-icon:before {
	content: "\f10b";
}

.email-icon:before {
	content: "\f003";
	font-size: 16px;
}

.web-icon:before {
	content: "\f0ac";
	
}

.size-1, .size-2, .size-3, .size-4, .size-5, .size-6, .size-7, .size-8, .size-9, .size-10, .size-11, .size-12 {
	padding: 0 15px;
	position: relative;
	display: inline-block;
}

.size-1 {
	width: 8.33%
}

.size-2 {
	width: 16.66%
}

.size-3 {
	width: 25%
}

.size-4 {
	width: 33.33%
}

.size-5 {
	width: 41.66%
}

.size-6 {
	width: 49%;
	width: calc(50% - 2px);
	width: -moz-calc(50% - 2px);
	width: -webkit-calc(50% - 2px);
}

.size-7 {
	width: 58.33%
}

.size-8 {
	width: 66.66%
}

.size-9 {
	width: 75%
}

.size-10 {
	width: 83.33%
}

.size-11 {
	width: 91.66%
}

.size-12 {
	width: 100%
}

@media (max-width:959px) {

	[id$="-page"],
	#header-inner,
	#footer-inner {
		width: 95%;
	}

	#services #inner-services ul li {
		width: 43.8%;
		margin-top: 10px;
	}

	#services #inner-services ul li img {
		width: 50%;
	}

	#footer-inner {
		padding: 15px 0;
		margin: auto;
		display: block;
	}

	#footer-inner #footer-right {
		padding-bottom: 15px;
	}

	#contact-page #left {
		width: 100%
	}

	#contact-page #right {
		display: none;
	}
}


@media (max-width:600px) {
	h2 {
		font-size: 40px;
	}

	#header #logo, #header nav {
		width: 100%;
		padding: 5px;
		text-align:center;
	}

	#header nav ul li img {
		margin: 0 5px
	}

	#services #inner-services h2 {
		top: 28%;
	}

	#contact-page #left {
		margin-bottom: 120px;
	}

	#footer-left, #footer-right {
		width: 100%;
		padding-bottom: 10px;
		text-align: center;
	}

	.size-6 {
		width: 100%;
	}
}

@media (max-width:501px) {
	h2 {
		font-size: 30px;
	}

	#services #inner-services {
		padding-top: 85px;
	}

	#header nav ul li img {
		margin: 0 2px
	}

	#header #logo img {
		width: 150px;
	}

	#header #logo, #header nav {
		width: 49%;
	}

	#header nav ul li img {
		width: 50px;
	}

	#home-page img {
		width: 75%;
	}

	#header nav ul li img {
		width: 22px;
	}

	#contact-data #contact-logo,
	#contact-data ul {
		display: block;
	}

	#contact-data ul {
		margin-top: 10px;
	}
	
	#contact-data ul li {
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
		text-align: center;
	}

	#contact-data ul li:first-child {
		border-top: 2px solid #FFF;
		padding-top: 20px;
	}

	#contact-data #contact-logo img {
		width: 200px;
	}
	#inner-services h2 {
		margin-bottom: 10px;
	}

	#services #inner-services h2 {
		top: 30%;
		left: 5%;
	}

	#services #inner-services ul li {
		width: 100%;
		margin-top: 10px;
		text-align: left;
	}

	#services #inner-services ul li img {
		display: inline-block;
		width: 10%;
		vertical-align: middle;
	}

	#services #inner-services h3 {
		font-size: 12px;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
		margin-left: 10px;
	}

	#footer-left {
		padding-top: 0;
	}

	#footer-left, #footer-right {
		width: 50%;
		font-size: 12px;
	}

	#footer-right img {
		height: 20px;
	}