@import 'reset.css';
@import 'typo.css';
@import 'global.css';

@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

a:-webkit-any-link{
...
text-decoration: none;
}

body {
	background: #FFF;
	font-family:'overpassregular';
	color:#000;
}


h1 {
	font-family: 'league_gothicregular';
	text-transform:uppercase;
	font-size:48px;
	color:#000;	
	margin-bottom: 0.5em;
}

h1.slogan {
	font-family:'league_gothicregular';
	font-size:100px;
	text-transform:uppercase;
	color:#000;
	margin:0 auto;
	text-align:center;
	margin-top: 48px;
	margin-bottom: 48px;
}

h1.footer {
	font-family:'league_gothicregular';
	text-transform:uppercase;
	text-align:right;
	font-size:48px;
	color:#fff200;	
}

h2 {
	font-family:'league_gothicregular';
	text-transform:uppercase;
	font-size:48px;
	color:#000;	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h2.blog {
	font-family:'league_gothicregular';
	font-size:32px;
	color:#000;	
	margin-top: 0.0em;		
}

h3 {
	font-family:'league_gothicregular';
	color:#000;
	font-size:42px;
	margin-bottom: 0.5em;
}

p {
	font-family:'overpassregular';
	color:#000000;
	font-weight:bold;
	font-size:14px;
	margin-bottom: 1.5em;
	line-height:24px;
}

#top {
	height:115px;
	background:#000;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	width:100%;
	position:fixed;
	top:0px;
	z-index:100;
}

#top-inner {
	height:115px;	
	margin:0 auto;
	width:1024px;	
}

#header {
	height:487px;
	width:100%;
	top:115px;
	margin:0 auto;
	position:relative;
	overflow:hidden;	
}


#content {
	width:1024px;	
	position:relative;
	overflow:hidden;
	margin:0 auto;
	display:block;	
}

#boxes {
	width:100%;	
	position:relative;
	margin:0 auto;
	margin-top:120px;
	overflow:hidden;
	display:block;
}

#left-box {
	width:33%;
	float:left;
	margin-right:10px;
	display:block;
	position:relative;	
}

#center-box {
	width:33%;
	float:left;
	margin-right:10px;
	display:block;
	position:relative;	
}


#right-box {
	width:32.9%;
	float:left;	
	display:block;
	position:relative;	
}

.container {
	width:1024px;
	margin:0 auto;
	position:relative;
}

.ref-container {
	text-align:center; 
	width:1024px;
	font-family: 'overpassregular';
	font-size:14px;
	color:#fff; 
	float:left;
	padding-bottom:40px;
}

.left {
	width:380px;
	margin-top:40px;
	float:left;	
	display:block;
	position:relative;
}


#large {
	width:620px;
	float:left;
	margin-top:40px;
	margin-left:20px;
	display:block;
	position:relative;
}


.right {
	width:270px;
	margin-top:40px;
	float:right;	
	text-align:left;
	color:#fff;
	display:block;
	position:relative;
}

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { width: 100%; top:0px; height:491px; z-index:-9999; margin:0 auto; padding: 0; position: relative;
 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block; z-index:-9999;
}

.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	display:none;
}
.navicon-line {
	display:none;
}

.nav {
	margin-top:50px;
	text-align:right;
	height:35px;
	width:764px;	
	left: 0px;
	position:relative;
	float:right;
}

.body {
	font-family:'overpassregular';
	color:#000000;
	font-weight:bold
	font-size:14px;
	margin-bottom: 1.5em;
	line-height:24px;	
}
.meta {
	font-family:'overpassregular';
	color:#000000;
	font-weight:bold
	font-size:14px;
	margin-bottom: 1.5em;
	line-height:24px;	
}
.post {
	font-family:'overpassregular';
	color:#000000;
	font-weight:bold
	font-size:14px;
	margin-bottom: 1.5em;
	line-height:24px;	
}

@media all and (max-width: 1365px) and (min-width: 1279px) {
 #right-box {
	width:32.4% ;
	float:left;	
	display:block;
	position:relative;	
}
#header {
	height:332px;
	min-height:332px;
	max-height:487px;
	width:100%;
	top:115px;
	margin:0 auto;
	position:relative;
	overflow:hidden;	
}
}

@media all and (max-width: 1440px) and (min-width: 1366px) {
	 #right-box {
	width:32.4% ;
	float:left;	
	display:block;
	position:relative;	
}

#header {
	height:364px;
	min-height:332px;
	max-height:487px;
	width:100%;
	top:115px;
	margin:0 auto;
	position:relative;
	overflow:hidden;	
}
}

@media all and (max-width: 1680px) and (min-width: 1441px) {
	 #right-box {
	width:32.4% ;
	float:left;	
	display:block;
	position:relative;	
}

#header {
	height:366px;
	min-height:332px;
	max-height:487px;
	width:100%;
	top:115px;
	margin:0 auto;
	position:relative;
	overflow:hidden;	
}
}

@media all and (max-width: 1831px) and (min-width: 1681px) {
	 #right-box {
	width:32.8% ;
	float:left;	
	display:block;
	position:relative;	
}

#header {
	height:425px;
	min-height:332px;
	max-height:487px;
	width:100%;
	top:115px;
	margin:0 auto;
	position:relative;
	overflow:hidden;	
}
}

@media all and (max-width: 1278px) and (min-width: 320px) {
	#header {
	height:110px;
	min-height:110px;
	max-height:300px;
	width:100%;
	top:115px;
	margin:0 auto;
	position:relative;
	overflow:hidden;	
}
 #left-box {
	width:100%;
	float:left;
	margin-right:10px;
	margin-top:10px;
	display:block;
	position:relative;	
}

#center-box {
	width:100%;
	float:left;
	margin-top:10px;
	margin-right:10px;
	display:block;
	position:relative;	
}

.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
	float: right;
	display: block;
	margin-right: 20px;
	margin-top:20px;
	position: relative;
}
.navicon-line {
	width: 44px;
	height: 8px;
	display:block;
	border-radius: 1px;
	margin-bottom: 3px;
	background-color: #fff;
}

#head-nav {
	display:none;
}
h1.footer {
	font-family:'league_gothicregular';
	text-transform:uppercase;
	text-align:left;
	margin-top:20px;
	font-size:48px;
	color:#fff200;	
}

#top {
	height:115px;
	background:#000;
	width:100%;
	position:fixed;
	top:0px;
	z-index:100;
}

#top-inner {
	height:115px;	
	margin:0 auto;
	width:80%;	
}

.nav {
	margin-top: 50px;
	text-align: right;
	height: 35px;
	width: 10%;
	left: 0px;
	position: relative;
	float: right;
}

#right-box {
	width:100%;
	float:left;	
	margin-top:10px;
	display:block;
	position:relative;	
}
#content {
	width:80%;	
	overflow:hidden;
	position:relative;
	margin:0 auto;
	display:block;	
}

.container {
	width:80%;
	margin:0 auto;
	position:relative;
}

.ref-container {
	text-align:center; 
	width:80%;
	font-family: 'overpassregular';
	font-size:14px;
	color:#fff; 
	float:left;
	padding-bottom:40px;
}

.left {
	width:100%;
	margin-top:40px;
	float:left;	
	display:block;
	position:relative;
}


#large {
	width:100%;
	float:left;
	margin-top:40px;
	margin-left:20px;
	display:block;
	position:relative;
}


.right {
	width:270px;
	margin-top:40px;
	float:left;	
	margin-top:20px;
	text-align:left;
	color:#fff;
	display:block;
	position:relative;
}
}


	
#footer {
	width:100%;
	background:#000;
	margin-top:80px;
	padding-top:40px;
	position:relative;
	float:left;
}


#header-nav a { background:url(../img/header-nav.png);  width:11px; height:11px; display:inline-block;  }
#header-nav a.activeSlide { background:url(../img/header-nav-active.png);  width:11px; height:11px; display:inline-block;}
#header-nav a:focus { outline: none; }


/*classes*/


.blog-post {	
	border-bottom:1px solid #000;
	float:left;
	width:100%;
	margin-bottom:20px;
}
.blog-post p {
	float:right;
	width:86%;	
}
	
	
.logo {
	background:#000;
	width:235px;
	padding:0px 10px 0px 10px;
	background-repeat:no-repeat;
	height:115px;
	float:left;
}

.social-footer {
	width:120px;
	margin:0 auto;
	display:block;
	padding-top:70px;
	padding-bottom:20px;
}

.social-sidebar {
	margin-top:20px;
	margin-bottom:20px;
}


.social-buttons {
	margin-top: 5px;
	margin-right:5px;
	width: 20px;
	height: 20px;
	display: inline-block;
}

 
ol li {  
   
	list-style-type:none;
   	font-family:'league_gothicregular';
	font-size:24px;
	color:#FFF;
	text-align:center;
	text-decoration:none !important;
	display:inline;
}  

.header-nav {
	bottom:-20px;
	position:absolute;
	z-index:99;	
	margin:0 auto;
}
.map {
	width:273px;
	height:auto;
}

.contact-icon {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

span.blog-label {
	float:left;
	width:75px;
	height:48px;
	font-family: 'overpassregular';
	font-weight:bold;
	margin-right:10px;
	background:url(../img/blog-label.png);
	background-repeat:no-repeat;
	text-align:center;	
	padding-top:30px;
	font-size:18px;
	color:#000;
}



/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.cycle-pager { 
    text-align:center; display:inline-table; width: 1024px; z-index: 500; position: relative; margin-bottom:-10px; top: 0px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #000; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #026185;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}

 

/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}

a.button:link, a.button:visited {
	font-family:'league_gothicregular';
	color:#FFF;
	background-color:#65d2e7;
	font-size:12px;
	text-align:center;
	padding-top:21px;
	padding:5px 25px;
	text-decoration:none;
	margin-top:-20px;
}

a.button:hover, a.button:active {
	font-family: 'overpassregular';
	color:#FFF;
	background-color:#65d2e7;
	font-size:12px;
	text-align:center;
	padding-top:21px;
	padding:5px 25px;
	text-decoration:underline;
	margin-top:-20px;
}

a.footer:link, a.footer:visited {
	font-family: 'overpassregular';
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

a.footer:hover, a.footer:active {
	font-family: 'overpassregular';
	color:#fff200;
	font-size:14px;
	text-decoration:none;
}

a.logo:link, a.logo:visited, a.logo:hover, a.logo:active {
	background-image:url(../img/logo.png);
	width:225px;
	height:89px;
	margin-top:13px;
	display:block;	
	position:relative;	
	text-decoration:none;	
}

a.facebook:link, a.facebook:visited {
	background-image:url(../img/facebook.png);
	width:36px;
	height:36px;
	display:inline-block;
	margin-right:10px;
	top:-20px;
	position:relative;
	text-decoration:none;	
}

a.facebook:hover, a.facebook:active {
	background-image:url(../img/facebook-hover.png);
}

a.twitter:link, a.twitter:visited {
	background-image:url(../img/twitter.png);
	width:37px;
	height:37px;
	top:-20px;
	display:inline-block;	
	margin-left:10px;
	position:relative;
	text-decoration:none;	
}

a.twitter:hover, a.twitter:active {
	background-image:url(../img/twitter-hover.png);
}

a.linkedin:link, a.linkedin:visited {
	background-image:url(../img/linkedin.png);
	width:36px;
	height:36px;
	top:-20px;
	margin-left:10px;
	display:inline-block;
	position:relative;
	text-decoration:none;	
}
a.linkedin:hover, a.linkedin:active {
	background-image:url(../img/linkedin-hover.png);
	width:36px;
	height:36px;
	display:inline-block;
	position:relative;
	text-decoration:none;	
}

a.box-left:link, a.box-left:visited {
	background-image:url(../img/box-left.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:152px;
	padding-top:243px;
	text-align:center;
	color:#fff;
	font-family:'league_gothicregular';
	font-size:70px;
	text-transform:uppercase;
	letter-spacing:100;
	display:inline-block;
	margin-right:10px;
	position:relative;
	text-decoration:none;	
}

a.box-left:hover, a.box-left:active {	
	width:100%;
	height:152px;
	padding-top:243px;
	color:#fff200;
	font-family:'league_gothicregular';
	font-size:70px;
	text-transform:uppercase;
	letter-spacing:100;
	text-align:center;
	display:inline-block;
	margin-right:10px;
	position:relative;
	text-decoration:none;	
	-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

a.box-center:link, a.box-center:visited {
	background-image:url(../img/box-center.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:152px;
	padding-top:243px;
	color:#fff;
	text-align:center;
	font-family:'league_gothicregular';
	font-size:70px;
	text-transform:uppercase;
	letter-spacing:100;
	display:inline-block;
	margin-right:10px;
	position:relative;
	text-decoration:none;	
}

a.box-center:hover, a.box-center:active {	
	width:100%;
	height:152px;
	padding-top:243px;
	color:#fff200;
	font-family:'league_gothicregular';
	font-size:70px;
	text-transform:uppercase;
	letter-spacing:100;
	text-align:center;
	display:inline-block;
	margin-right:10px;
	position:relative;
	text-decoration:none;
	-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;	
}

a.box-right:link, a.box-right:visited {
	background-image:url(../img/box-right.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:152px;
	padding-top:243px;
	color:#fff;
	font-family:'league_gothicregular';
	font-size:70px;
	text-transform:uppercase;
	letter-spacing:100;
	display:inline-block;
	text-align:center;
	margin-right:10px;
	position:relative;
	text-decoration:none;	
}

a.box-right:hover, a.box-right:active {
	width:100%;
	height:152px;
	padding-top:243px;
	color:#fff200;
	font-family:'league_gothicregular';
	font-size:70px;
	text-transform:uppercase;
	letter-spacing:100;
	display:inline-block;
	text-align:center;
	margin-right:10px;
	position:relative;
	text-decoration:none;
	-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;	
}

a:link, a:visited {
	color: #000;
	text-decoration: none;	
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}
a.blog-link:link, a.blog-link:visited {
	color: #000;
	text-decoration: none;
	font-weight:bold;		
}

a.blog-link:hover, a.blog-link:active {
	color: #000;
	text-decoration: underline;
	font-weight:bold;	
}
a.contact-link:link, a.contact-link:visited {
	color: #fff;
	text-decoration: none;	
	
}

a.contact-link:hover, a.contact-link:active {
	color: #fff200;
	text-decoration: none;	
	
}
span.contact {
	color: #fff; 
    font-size: 14px;
    margin-bottom: 10px;
	display:inline-block;
}