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


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

::-moz-selection {
  text-shadow: none;
}

::-webkit-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

.mobile {
  display: none;
}

#mobile {
  display: none;
}



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

.menu main {
  border: 0!important;
}
.navibar ul {
  list-style: none;
  color: #9f9f9f;
  margin:0;
  padding-top:20px!important;
	padding-bottom:20px!important;
}


.navibar ul ul {
  display: none;
}

.navibar ul li:hover > ul {
  display: none;
}

.navibar ul ul li {
  display: none;
}

.navibar ul ul li:hover {
  display: none;
}
.navibar {
  text-transform: uppercase;
  width:80%;
  min-width:1000px;
  margin-top:-30px;
}

.navibar ul li {
  display:inline;
  list-style: none;
}

.navibar li+li:before {
    content:"/\00a0";
}

.navibar a:link,
.navibar a:visited,
.navibar a:active {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  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;
  padding:10px!important;
}

.navibar a:hover {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  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;
  padding:10px!important;
}


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

.social {
  margin:0;
  position:relative;
  top:258px;
  left:380px;
  width:40%;
}

.socialwrap {
  display: inline-block;
}

.social a:link {
  font-size:12px;
  padding-top:15px;
  padding-left:15px;
  padding-bottom:15px;
  padding-right:15px;
  width:15px;
  display:inline-block;
  text-align:center;
}



/* TopBar
   ========================================================================== */
.n3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 70%;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

.n4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 80%;
  letter-spacing: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.site-wrapper {
  position: relative;
  top: 100px;
  left: 180px;
  width: 500px;
}

#bar {
  width: 100%;
}

/* 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:0 auto;
    width: 1200px;
}

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

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

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

h5 {
        text-transform:uppercase;
        text-align:center;
        padding-left:0px;
        padding-right:0px;
        padding-top:15px;
        padding-bottom:15px;
        margin-top:-5px;
        width:80%;
        min-width:1000px;
}



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: underline;
        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 {
  font-family: 'Open Sans';
  font-weight: 600;
  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;
}

#footer ul li+li:before {
  padding: 8px;
  content: "/\00a0";
}

#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;
}

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

.clear {
  clear: both;
}