body {
	background: #111;
    font-family: 'Oswald', "Arial Narrow", sans-serif;
	color: #ddd;
}

div.top-nav{
    margin:40px 0px 0px 0px;
    float:right;
}

.panel hgroup h3{
    color: #2edbfd !important;
   font-family: 'Oswald'; 
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.panel hgroup h4{
    color:#167c95 !important;
/*    font-family: 'Oswald'; */
    font-size: 20px;
    text-transform: uppercase;
}

hr.accent {
    margin:28px 0px 28px 0px;
    border:1px solid #111;
}


/*
**************************************************************
* Reusables
**************************************************************
*/

.txtcenter{text-align:center;}
.txtleft{text-align:left;}
.txtright{text-align:right;}
.smaller {font-size:75%;}
.smallest {font-size:65%;}
.rounded{border-radius:4px;}
.upper{text-transform:uppercase;}
.nopad{padding:0px;}
.shadow {
  -moz-box-shadow:    3px 3px 5px 0px #000;
  -webkit-box-shadow: 3px 3px 5px 0px #000;
  box-shadow:         3px 3px 5px 0px #000;
}
.indent{padding:0px 0px 0px 16px;}


/*
**************************************************************
* Accent Colors
**************************************************************
*/

.accent{color:#ce2635;}

/*
**************************************************************
* Foundation Buttons
**************************************************************
*/


.button{
    width:100%;
    background:#167c95;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:none;
}
.button:hover{
    background:#2edbfd;
}
.button:focus{
    background:#2edbfd;
}


/*
**************************************************************
* Structure
**************************************************************
*/

#header{
    margin:4px 0px 0px 0px;
}


div.header{

}

/*
################################################################
# Foundation 4 Top Bar
################################################################
*/

.top-bar{
    background:#000000;
    margin-bottom:0;
    height:80px;
    line-height:80px;
}

.top-bar .name, .top-bar .name h1 {
    background: #000000;
    height: 80px;
    line-height: 80px;
}


.top-bar-section li a:not(.button) {
    font-size: 16px;
    font-family:"Oswald";
    background: #000000;
    color: #ffffff;
    height:80px;
    line-height:80px;
}

.top-bar-section li a:not(.button):hover {
    font-size: 16px;
    font-family:"Oswald";
    background: #000000;
    color: #ffffff;
}
@media only screen and (min-width: 40.063em){
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-left: none;
    border-right: solid 1px #222;
    border-top: none;
    border-bottom: solid 1px #222;
    height:80px;
}
}
.top-bar-section a.flag {
    display: inline;
}

.top-bar-section ul.right {
    background: #000000;
    color:#ffffff;
}

.top-bar-section ul li:hover > a {
    background:#000000;
}



/*
################################################################
# Foundation 4 Panels
################################################################
*/

.panel{margin:0px; border:none; background:#000;}
.panel.striped{border-bottom: 2px solid #167c95;}


