/* icons */

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

[class^="icon-"], [class*=" icon-"] {
	font-family: '2gether';
	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;
}

.icon-email:before {
	content: "\e600";
}
.icon-phone:before {
	content: "\e602";
}
.icon-facebook2:before {
	content: "\e603";
}
.icon-email2:before {
	content: "\e604";
}
.icon-arrow-right:before {
	content: "\e605";
}
.icon-youtube2:before {
	content: "\e60a";
}
.icon-youtube:before {
	content: "\e601";
}
.icon-facebook:before {
	content: "\e609";
}

/* general
   ------------------------- */

body {
	font-family: "Lato",Helvetica,Arial;
}

ul{
	list-style: none;
	padding-left: 0px;
}

h1{
	margin-top: 20px;
	text-transform: uppercase;
}

#navigation, h1, h2, h3, h4, #tagline h1 span {
	font-family: "Lato", Helvetica,Arial;
}

#wrapper {
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0px 0px 6px rgba(0,0,0,.1);
}

/* header
   ------------------------- */

#header {
	margin: 0px 0px 0px 0px;
	z-index: 1000;
	position: relative;
	background: rgba(255,255,255,.1);
}

#logo {
	text-align: left;
	float: left;
}

#contact-mini{
	margin: 0px;
	position: absolute;
	top: 230px;
	right: 11px;
}

#contact-mini, #contact-mini a {
	font-weight: 300;
}

#contact-mini a:hover {
	/*color: #CC0000;*/
}

#contact-mini i.icon-phone, #contact-mini i.icon-email2 {
	padding-left: 7px !important;
}

#contact-mini i.icon-phone{
	padding-left: 10px !important;
	padding-right: 1px;
}

#contact-mini .phone {
	font-size: 16px;
	margin-bottom: 0px;
}

#contact-m