html, body {
	
	background: #113a4c;	
	height: 100%;
	
}

#container {
	
	height: 100vh;
	position: relative;
	
}

#main {

	padding: 0 10%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 80%;
	
}

@media (max-width: 1150px) and (max-height: 800px),
(max-width: 1150px),
(max-height: 600px) {

	#main {

		overflow: hidden;
		padding: 15% 10%;
		position: static;
		transform: none;
		
	}
	
}

.grey {
	
	color: #c9c7c1;
	
}

.orange {
	
	color: #ff9e1b;
	
}

#top img {
	
	width: 149px;
	
}

#left {
	
	clear: both;
	float: left;
	margin: 0 0 0 142px;
	overflow: hidden;
	width: 100%;
	
}

#left span {
	
	color: #ff9e1b;
	padding: 2px 10px 0 10px;
	
}

#left img {
	
	display: none;
	
}

/*@media screen and (max-width: 800px) {*/
@media (max-width: 1150px) and (max-height: 800px),
(max-width: 1150px),
(max-height: 600px) {

	#left {
		
		margin: 0 5px 0 36px;
		width: auto;

	}
	
	#left img {
		
		clear: both;
		display: block;
		float: left;
		margin: 80px 0 0 0;
		
	}

}

#social {
	
	margin: 60px 0 0 0;
	
}

#right {

	float: right;
	margin: 80px 0 0 0;
	text-align: right;
	width: 100%;
}

/*#right img, #left img {
	
	width: 113px;
	
}*/

#right p.grey {
	
	float: right;
	line-height: 31px;
	width: 490px;
	
}

/*@media screen and (max-width: 800px) {*/
@media (max-width: 1150px) and (max-height: 800px),
(max-width: 1150px),
(max-height: 600px) {

	#right {
		
		width: auto;
		
	}
	
	#right p.grey {

		line-height: 26px;
		width: auto;
		
	}
	
	#right img {
		
		display: none;
		
	}

}

/*@media screen and (max-width: 800px) {*/
@media (max-width: 1150px) and (max-height: 800px),
(max-width: 1150px),
(max-height: 600px) {

	#right {
		
		float: left;
		margin: 50px 5px 40px 36px;
		text-align: left;

	}

}

#right img {
	
	margin: 0 0 40px 0;
	
}

/* fonts */

p, a {
	
	color: #fff;
	display: block;
	font-family: arial;
	font-size: 21px;
	margin: 0 0 10px 0;
	text-decoration: none;
		
}

@media (max-width: 1150px) and (max-height: 800px),
(max-width: 1150px),
(max-height: 600px) {
	
	p, a {	
		
		font-size: 18px;	
		
	}

}

a {
	
	-o-transition: color .5s;
	-ms-transition: color .5s;
	-moz-transition: color .5s;
	-webkit-transition: color .5s;
	transition: color .5s;	
	
}

.tel {
	
	float: left;
	
}

a:hover {
	
	color: #ff9e1b;

}

p.address {
	
	clear: both;
	font-size: 15px;
		
}

@media (max-width: 800px) and (max-height: 800px),
(max-width: 1150px),
(max-height: 600px) {
	
	p.address {
	
		font-size: 13px;
		line-height: 18px;
		
	}
	
}

.bold {
	
	font-weight: bold;
	
}

/* ICONS */

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?pldj16');
  src:  url('fonts/icomoon.eot?pldj16#iefix') format('embedded-opentype'),
  url('fonts/icomoon.ttf?pldj16') format('truetype'),
  url('fonts/icomoon.woff?pldj16') format('woff'),
  url('fonts/icomoon.svg?pldj16#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  color: #fff;
  float: left;
  font-size: 25px;
  margin: 0 30px 0 0;
  
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;	
  
}

[class^="icon-"]:hover, [class*=" icon-"]:hover {
	
	color: #ff9e1b;
	
}

.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-pinterest:before {
  content: "\ead1";
}