body
{
	font-family:'Helvetica LT W01 Light';
	font-size:14px;
	font-weight:normal;
	color:#666;
}
	
a
{
	color:inherit;
	text-decoration: none;
}

*
{
	box-sizing: border-box;
}

#container
{
	width:960px;
	margin:auto;
	margin-top:80px;
	margin-bottom:80px;
}

.section
{
	margin-bottom: 30px;	
}

/*
.section>h1
{
	text-transform: uppercase;
	font-weight:400;
	font-size:1.5em;
	letter-spacing: 2px;
	display:inline-block;	
	border-bottom: 3px solid #00789f;
	padding-bottom: 3px;
	color:#000;
	margin-bottom: 20px;
	font-variant-ligatures: none;
	display:none;
}
*/

.section>img
{
	margin-bottom: 40px;
}

.section p
{
	font-size:1.25rem;	
	line-height: 1.4;
	margin-bottom: 20px;
}

.section small
{
	font-size:1.1rem;
}

.section p:last-of-type
{
	margin-bottom: 0px !important;
}


.section p img
{
	height:2rem;
	display: inline-block;
	vertical-align: top;
	display:;
}

.section p span
{
 	color:#00789f;
	font-family:"Helvetica LT W01 Roman";

}

.section p.center
{
	text-align: center;
}


.section>h1, .section p strong
{
	color:#000;
	font-size:2rem;
	display:block;
	font-family:"Helvetica LT W01 Light";
	margin-bottom: 20px;
	line-height: 1;
	letter-spacing: -0rem;
}

.section p em
{
	display:inline-block;
	border-bottom: 1px dotted #000;

}

 .section p a
 {
	font-family:"Helvetica LT W01 Roman";
 	color:#00789f;
 	/*font-size:0.8em;*/
	border-bottom: 1px dotted #00789f;
    /*white-space: nowrap;*/

 }

 #logo
 {


 }

 #top
 {
  	position: fixed;
 	left:20px;
 	top:20px;
 	width:;
 	padding:0px;
 	display:none;
 	background-color:;
 }

#top_left
{
	width:50%;
	display:inline-block;
	vertical-align: middle;
}

#top_right
{
	width:50%;
	display:inline-block;
	vertical-align: middle;
	text-align: right;
	display:none;
}

 #top img
 {
 	height:50px;
 	display:inline-block;
 	margin:auto;
 	margin-right: 30px;
 	vertical-align: middle;
 }

#menu
{
	text-align: left;
	margin:auto;
 	vertical-align: middle;
 	display:inline-block;
}

 #menu a
 {
 	display:inline-block;
 	vertical-align: middle;
 	font-size:1em;
	/*font-family: 'PT Sans', sans-serif;*/
	font-weight: 400;
 	color:#000;
 	margin-left:10px;
 	text-transform: uppercase;
 	letter-spacing: 1px;
 }

 .display_item
 {
 	width:33.333%;
 	border:10px solid #fff;
}

 .display_item h1
 {
 	color:#00789f;
 	font-size:1.5em;
 	margin-top: 20px;
 	height: 2em;

 }

 .display_item h1
 {
	display:inline-block;
 }

.display_item_image
{
 	background-position: center;
 	height:100%;
 	width:100%;
 	padding-bottom: calc(66.66% - 2px);
 	border:1px solid #ccc;
 	background-size: cover;	
}

 .display
 {
 	margin-top: 40px;
 }

 .display_item.tall
 {
 	padding-bottom: calc(25% - 20px);
 }

 .display_item.wide
 {
 	width:25%;
 }

 #clients_list
 {
 	width:100%;
 	margin:auto;
 	margin-top:40px;
 }

 .clients_item
 {
 	width:25%;
 	padding-bottom: calc(15% - 50px);
 	display:inline-block;
 	border:25px solid #fff;
 	background-position: center;
 	background-size:contain;
 	background-repeat: no-repeat;
 }

#map
{
	height:400px;
}


.section_icon
{
	width:200px;
	height:200px;
	float:left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	margin-right:40px;
	margin-bottom:40px;
}

.section_icon.right
{
	float:right;
	margin:auto;
	margin-left: 40px;
	background-position: center right;
	margin-bottom: 40px;
}

#main
{
	margin-bottom: 80px;
}

.section_image
{
	position: relative;
	margin-bottom: 20px;
	/*background-color:#00789f;*/

}

.section_image>img
{
	opacity:0.05;
}

.section_image_icon
{
	/*top:50%;*/
	/*width:100%;*/
	/*color:#fff;*/
	/*text-align: center;*/
	padding-left:0px;
	font-size:3em;
	/*padding-top:40px;*/
	/*padding-bottom:40px;*/
	opacity:1;
}

@media screen and (max-width: 1000px)
{

	#container
	{
		width:640px;
	}

	 .clients_item
	 {
	 	width:25%;
	 	border: 20px solid #fff;
	 	padding-bottom: calc(15% - 40px);
	 }


	 .display_item
	 {
	 	width:50%;
	 	border:10px solid #fff;
	}

	.section_image_icon
	{
		/*font-size:2em;*/
		/*padding-top:25px;*/
		/*padding-bottom:25px;*/
	}

	.section p
	{
		/*font-size:1.5rem;*/
	}

	.section p img
	{
		height:1.5rem;
	}

	.section>h1, .section p strong
	{
		/*font-size:2rem;*/
	}


}



 @media screen and (max-width: 720px) {

	#container
	{
		/*width:320px;*/
		width:100%;
		margin-top:40px;
		margin-bottom:40px;
		padding-left:30px;
		padding-right:30px;

	}

	.section p strong br
	{
		display:none;
	}

	.section>h1, .section p strong
	{
		margin-bottom: 20px;
	}

	.section p
	{
		font-size:1.3rem;
	}

	.display_item h1
	{
	}


	.clients_item
	{
		width:50%;
		border: 20px solid #fff;
		padding-bottom: calc(40% - 40px);
	}

	.section
	{
		margin-bottom: 40px;	
	}

	.display_item
	{
		width:100%;
		border:10px solid #fff;
	}

	.section small
	{
		display:block;
		width: 100%;
		margin-bottom: 15px;
	}

	.section small:last-child
	{
		margin-bottom: 0 !important
	}

	.section br
	{
		display:none;
	}


 }

@media screen and (max-width: 480px) {

	.section>h1, .section p strong
	{
		font-size:1.2em;
	}

}