/*-----------------------------------------------------------------------------
-------------------------------------------------------------------------------
Stylesheet
-------------------------------------------------------------------------------
-----------------------------------------------------------------------------*/


/* Main
   ========================================================================== */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400!important;
  font-size: 100%;
  margin: 0;
  word-wrap: break-word!important;
}

.mobile {
  display: none;
}

#mobile {
  display: none;
}



/* Navigation
   ========================================================================== */

.menu main {
  border: 0!important;
}

#menu ul {
  list-style: none;
  margin:0;
}


#menu ul ul {
  display: none;
}

#menu ul li:hover > ul {
  display: none;
}

#menu ul ul li {
  display: none;
}

#menu ul ul li:hover {
  display: none;
}

.navibar {
  text-transform: uppercase;
  width:80%;
  text-align:left;
  margin-bottom:-20px;
}

.navibar i {
  height:20px;
  width:20px;
  color:inherit;
}

.navibar i:hover {
  height:20px;
  width:20px;
  color:inherit;
}

.navibar ul li {
  display:inline;
}

.navibar a:link,
.navibar a:visited,
.navibar a:active {
  font-family: 'Lato', sans-serif;
  font-weight: 400!important;
  font-size: 13px;
  letter-spacing:1px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-decoration: none;
  text-transform: uppercase;
}

.navibar a:hover {
  font-family: 'Lato', sans-serif;
  font-weight: 400!important;
  font-size: 13px;
  letter-spacing:1px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-decoration: none;
  text-transform: uppercase;
}

/* Top Bar
   ========================================================================== */

.alignsl {
  position:relative;
  top:148px;
  left:-165px;
}

.sitetitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900!important;
  letter-spacing: 0px;
  font-size: 28px;
  text-transform: none;
  margin-top:18px;
  margin-bottom:-15px;
}

.siteslogan {
  padding:5px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0px!important;
  font-weight: 400!important;
  font-size: 11px!important;
  text-transform: uppercase;
}

/* Social Network Icons
   ========================================================================== */

.social i {
  color:inherit;
}

.social a:link {
  background-color: rgba(234, 234, 234, 0.1)!important;
  font-size:12px;
  color:#ffffff;
  padding-top:5px;
  padding-left:5px;
  padding-bottom:5px;
  padding-right:5px;
  display:inline-block;
  text-align:center;
}

.social a:hover{
  background-color: rgba(234, 234, 234, 0.2)!important;
  color:#eeeeee;
}

/* Regular Link Class
   ========================================================================== */

a:link {
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:visited {
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:active {
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:hover {
  text-decoration: underline;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* Wrapper/Container
   ========================================================================== */
#wrapper {
  margin-top: 0px;
  width: 1200px;
}

#container {
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}

#box {
  width: 1200px;
}


/* ContentSize
   ========================================================================== */
#content {
    width:99.2%;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:12px;
    font-size:100%;
    margin-top:-10px;
}

/* H5 Class
   ========================================================================== */

h5 {
        text-transform:uppercase;
        text-align:center;
        margin-top:20px;
        margin-bottom:-36px;
        width:80%;
}



h5 a:link {
        padding:5px;
        margin-bottom:1px;
	font-size: 11px;
        letter-spacing:0px;
        text-decoration: none;
        text-transform:uppercase;
        -webkit-transition: opacity 0.3s linear;
        -webkit-transition: all 0.3s ease-out; 
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}

h5 a:hover {
        padding:5px;
        margin-bottom:1px;
	font-size: 11px;
        letter-spacing:0px;
        text-decoration: none;
        text-transform:uppercase;
        -webkit-transition: opacity 0.3s linear;
        -webkit-transition: all 0.3s ease-out; 
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}


h5 a:active {
        padding:5px;
        margin-bottom:1px;
	font-size: 11px;
        letter-spacing:0px;
        text-decoration: none;
        text-transform:uppercase;
        -webkit-transition: opacity 0.3s linear;
        -webkit-transition: all 0.3s ease-out; 
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}

h5 a:visited {
        padding:5px;
        margin-bottom:1px;
	font-size: 11px;
        letter-spacing:0px;
        text-decoration: none;
        text-transform:uppercase;
        -webkit-transition: opacity 0.3s linear;
        -webkit-transition: all 0.3s ease-out; 
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}

/* Footer
   ========================================================================== */

#footer {
  font-family: 'Lato';
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-size: 70%;
  padding: 5px;
  text-decoration: none;
}

#footer ul {
  padding: 8px 16px;
  list-style: none;
}

#footer ul li {
  display: inline-block;
  padding:5px;
}

#footer a:link {
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

#footer a:hover {
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

#footer a:visited {
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

#footer i {
    font-size: 8px;
    margin: 0 10px;
    opacity: 0.5;
    vertical-align: middle;
}

.clearfooter {
  height: 5px;
  clear: both;
}

.clear {
  clear: both;
}