@charset "UTF-8";
/* CSS Document */
body {
	padding:0;
	margin:0;
}
h1 {
	font-size:20px;
	color:#2bdcd2;
	font-family: 'Oxygen', sans-serif;
	font-weight:400;
}
h2 {
	font-size:18px;
	color:#2bdcd2;
	font-family: 'Oxygen', sans-serif;
	font-weight:300;
}
h3 {
	font-size:20px;
	color:#e96324;
	font-family: 'Oxygen', sans-serif;
	font-weight:600;
	margin:0;
}
h4 {
	font-size:20px;
	color:#e96324;
	font-family: 'Oxygen', sans-serif;
	font-weight:600;
	margin:0;
}
p {
	font-size:1em;
	color:#fff;
	font-family: 'Oxygen', sans-serif;
	font-weight:300;
	line-height:26px;
}
#managedContent a {
	text-decoration:none;
	color:#FFF;
}
	#managedContent a:hover {
		text-decoration:none;
		color:#ccc;
	}
a {
	text-decoration:none;
}
hr {
	margin:20px 0;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
#menuContainer {
	height:40px;
	width:100%;
	  /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	text-align:right;
}
.menu {
	font-family: 'Oxygen', sans-serif;
	margin-right:50px;
	float:right;
}
.menu a{
	color:#fff;
}
.menu a:hover{
	color:#2bdcd2;
}
.menu li {
	list-style:none;
	padding-right:15px;
	margin-right:15px;
	float:left;
	border-right: 1px solid #fff;
	letter-spacing:.1em;
	font-size:16px;
}
.menuLast{
	border-right:none !important;
}
#homeHeader {
	background: #000 url(images/15-06_homeMainBG.jpg) no-repeat;
	background-position:right;
	height:552px;
}
#contentArea {
	background-color:#444;
	width:100%;
	overflow:hidden;
}
.contentBox {
	width:auto;
	min-height:350px;
	padding:0 3% 20px 3%;
	border-right: 2px dotted #fff;
	overflow:hidden;
}
.contentBoxfull {
	width:auto;
	min-height:350px;
	padding:0 3% 20px 3%;
	overflow:hidden;
}
.socialBox {
	width:300px;
	padding:0 3% 20px 3%;
	float:right;
	height:400px;
}
.socialBox iframe{
	height:315px;
}
#footer {
	background-color:#FFF;
	width:100%;
}
.footerSocialContact {
	text-align:right;
	width:320px;
	float:right;
}
.footerSocialContact img{
	float:left;
	margin:40px 20px;
	border:0;
}
.footerContact{
	width:auto;
	overflow:hidden;
	padding:15px 0 25px 30px;
}
.footerContact p{
	color:#35a49c;
	font-family: 'Oxygen', sans-serif;
	letter-spacing:.1em;
}
.contact1 {
	font-size:18px;
	font-weight:600;
	line-height:15px;
}
.contact2 {
	font-size:15px;
	line-height:3px;
}
.contact4 {
	font-size:23px;
	line-height:0px;
}
.clear {
	clear:both;
}
.socialBox iframe{
	display:block;
	height:0;
}
.links{
	text-decoration:none;
	font-size:.8em;
	color:#2bdcd2;
}
@media only screen and (max-width:770px) and (min-width:0) {
#homeHeader {
	background: #000 url(images/15-06_homeMainBGmobile.jpg) no-repeat;
	background-position:center;
	height:440px;
}
.socialBox {
	visibility:hidden;
	display:none;
	height:0;
}
.socialBox iframe{
	visibility:hidden !important;
	display:none;
	height:0;
}
.contentBox {
	width:90%;
	min-height:100px;
	padding:0 5% 20px 5%;
	border-right:none;
	overflow:hidden;
}
.footerSocialContact {
	text-align:right;
	width:100%;
	float:none;
}
.footerContact{
	width:100%;
}
}