@font-face {
  font-family:"LeviBrush";
  src:
    url("../fonts/LEVIBRUSH.eot?") format("eot"),
    url("../fonts/LEVIBRUSH.woff") format("woff"),
    url("../fonts/LEVIBRUSH.ttf") format("truetype"),
    url("../fonts/LEVIBRUSH.svg#LeviBrush") format("svg");
  font-weight:normal;
  font-style:normal;
}


html {
  /*font-family: "proxima-nova",sans-serif;*/
  font-family: 'Raleway', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  font-weight: 500;
  min-height: 100%;
}
body {
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 500;

  background-color: #1bc3e7;
  background-image: url("../imgs/fundo.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  color: inherit;
}
a:active,
a:hover {
  outline: 0;
  color: inherit;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  line-height: 1.1;
  color: inherit;
  overflow-y: hidden;
  margin-top: 0px;
  margin-bottom: 10px;
}

h1.subH,
h2.subH,
h3.subH,
h4.subH,
h5.subH,
h6.subH {
  font-weight: normal;
  line-height: 1;
  color: inherit;
  overflow-y: visible;
  height: auto;
}

.noHmargin h1, .noHmargin h2, .noHmargin h3, .noHmargin h4, .noHmargin h5, .noHmargin h6{
  margin-top: 5px;
  margin-bottom: 5px;
}
.noHmargin h1.subH, .noHmargin h2.subH, .noHmargin h3.subH, .noHmargin h4.subH, .noHmargin h5.subH, .noHmargin h6.subH{
  margin: 0px;
}

.centerDiv {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
.centerText {
  text-align: center;
}
.wordwrap { 
   /*white-space: pre-wrap;      /* CSS3 */   
   /*white-space: -moz-pre-wrap; /* Firefox */   
   /*white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
.noPadding{
  padding: 0px;
}
.noMargin{
  margin: 0px;
}


.topBar{
  position: fixed;
  background-color: rgba(248, 248, 248, 1);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  z-index: 9998;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.23);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.23);
  overflow:hidden; 
}

.topBar.showLogo, .home .topBar.showLogo{
  background-color: rgba(248, 248, 248, 0.95);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.23);
  box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.23);
}

.topBar.opened, .home .topBar.opened{
  background-color: rgba(248, 248, 248, 0.95);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.23);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.23);
}

.home .topBar.noTransparent{
  background-color: rgba(248, 248, 248, 0.95);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.23);
  box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.23);
}

@media (min-width: 645px) {
  .home .topBar{
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.23);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .home .topBar.noTransparent{
    background-color: rgba(248, 248, 248, 0.95);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.23);
  box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.23);
  }
}

.topBar .bar{
  position: relative;
  float: left;
  width: 100%;
  height: 80px;
}
.topBar .bar .in-bar{
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  width: 100%;
  height: 80px;
  max-width: 1400px;
}

.topBar .bar .logo{
  position: absolute;
  margin:0px;
  height: 80px;
  width: 175px;
  top: 0px;
  left: 13px;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}

.topBar .bar .logo:hover{
  color: #1bc3e7;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.topBar.showLogo .bar .logo, .topBar.opened .bar .logo, .home .topBar.showLogo .bar .logo, .home .topBar.opened .bar .logo{
  top: 0px;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media (min-width: 645px) {
  .home .topBar .bar .logo{
    top: -75px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}

@media (max-width: 1000px) {
  .home .topBar.noTransparent .bar .logo{
    top: 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}

@media (max-width: 800px) {
  .topBar .bar .logo{
    left: 20px;
  }
}

.topBar .bar .logo .title{
  font-size: 17px;
  font-weight: 800;
  font-style: normal;
  margin-top: 14px;
  margin-bottom:5px;
  text-align: left;
  text-transform: uppercase;
  line-height: 15px;
}
.topBar .bar .logo .title span{
  font-family: 'LeviBrush', sans-serif;
  font-size: 19px;
}

.topBar .bar .logo .subTitle{
  font-size: 9px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  line-height: 10px;
}

.topBar .bar .toggle{
  position: absolute;
  height: 80px;
  top: -80px;
  right: 0px;
  width:70px;  
  margin:0px;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  -webkit-transition: top 300ms ease-in-out;
  -moz-transition: top 300ms ease-in-out;
  -ms-transition: top 300ms ease-in-out;
  -o-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
}
.topBar .bar .toggle i{
  padding: 28px;
  padding-right: 21px;
  padding-left: 23px;
  font-size: 24px;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.topBar .bar .toggle:hover i{
  color: #1bc3e7;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.topBar .bar .toggle .toggleImages{
  display: none;
}

.ie67 .topBar .bar .toggle .toggleImages{
  display: block;
}

.topBar .bar .toggle .opened{
  display: none;
}
.topBar .bar .toggle .closed{
  display: block;
}

.topBar.opened .bar .toggle .opened{
  display: block;
}
.topBar.opened .bar .toggle .closed{
  display: none;
}


.topBar .bar ul.nav{ 
  position: absolute;
  height: 80px;
  top: 0px;
  right: 8px;
  width: -moz-calc(100% - 208px);
  width: calc(100% - 208px);
  overflow: hidden;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: flex-end;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;

  -webkit-transition: top 300ms ease-in-out;
  -moz-transition: top 300ms ease-in-out;
  -ms-transition: top 300ms ease-in-out;
  -o-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
}

.home .topBar .bar ul.nav{ 
  position: absolute;
  height: 80px;
  top: 0px;
  right: 0px;
  width: 100%;
  overflow: hidden;

  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;

  -webkit-transition: top 300ms ease-in-out, width 300ms ease-in-out, justify-content 300ms ease-in-out, right 300ms ease-in-out;
  -moz-transition: top 300ms ease-in-out, width 300ms ease-in-out, justify-content 300ms ease-in-out, right 300ms ease-in-out;
  -ms-transition: top 300ms ease-in-out, width 300ms ease-in-out, justify-content 300ms ease-in-out, right 300ms ease-in-out;
  -o-transition: top 300ms ease-in-out, width 300ms ease-in-out, justify-content 300ms ease-in-out, right 300ms ease-in-out;
  transition: top 300ms ease-in-out, width 300ms ease-in-out, justify-content 300ms ease-in-out, right 300ms ease-in-out;
}

.home .topBar.showLogo .bar ul.nav{
  height: 80px;
  right: 8px;
  width: -moz-calc(100% - 208px);
  width: calc(100% - 208px);
  overflow: hidden;

  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;

  -webkit-transition: top 300ms ease-in-out, width 300ms ease-in-out, justify-content 300ms ease-in-out, right 300ms ease-in-out;
  -moz-transition: top 300ms ease-in-out, width 300ms ease-in-out, justify-content 300ms ease-in-out, right 300ms ease-in-out;
  -ms-transition: top 300ms ease-in-out, width 300ms ease-in-out, justify-content 300ms ease-in-out, right 300ms ease-in-out;
  -o-transition: top 300ms ease-in-out, width 300ms ease-in-out, justify-content 300ms ease-in-out, right 300ms ease-in-out;
  transition: top 300ms ease-in-out, width 300ms ease-in-out, justify-content 300ms ease-in-out, right 300ms ease-in-out;
}

.topBar .bar ul.nav li{
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  align-content: center;
  -webkit-flex: 1, auto;
  -moz-flex: 1, auto;
  -ms-flex: 1, auto;
  flex: 1, auto;
}

.topBar .bar ul.nav li a{
  -webkit-transition: color 300ms ease-in-out, padding 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, padding 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out, padding 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, padding 300ms ease-in-out;
  transition: color 300ms ease-in-out, padding 300ms ease-in-out;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1250px) {
  .topBar .bar ul.nav li a{
    -webkit-transition: color 300ms ease-in-out, padding 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, padding 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out, padding 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, padding 300ms ease-in-out;
    transition: color 300ms ease-in-out, padding 300ms ease-in-out;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*.topBar .bar ul.nav li::after{
  content: "";
  background-color: #dedede;
  width: 1px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0%;
  margin-top: -20px;
}

.topBar .bar ul.nav li:last-child::after{
  width: 0px;
}*/

.topBar .bar ul.nav li.current a, .topBar .bar ul.nav li a:hover{
  color: #1bc3e7;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

/*.home .topBar .bar ul.nav{
  top: -80px;
  -webkit-transition: top 300ms ease-in-out;
  -moz-transition: top 300ms ease-in-out;
  -ms-transition: top 300ms ease-in-out;
  -o-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
}
.home .topBar .bar .toggle{
  top: 0px;
  -webkit-transition: top 300ms ease-in-out;
  -moz-transition: top 300ms ease-in-out;
  -ms-transition: top 300ms ease-in-out;
  -o-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
}*/

@media (max-width: 1000px) {
  .topBar .bar ul.nav, .home .topBar .bar ul.nav{
    top: -80px;
    -webkit-transition: top 300ms ease-in-out;
    -moz-transition: top 300ms ease-in-out;
    -ms-transition: top 300ms ease-in-out;
    -o-transition: top 300ms ease-in-out;
    transition: top 300ms ease-in-out;
  }
  .topBar .bar .toggle, .home .topBar .bar .toggle{
    top: 0px;
    -webkit-transition: top 300ms ease-in-out;
    -moz-transition: top 300ms ease-in-out;
    -ms-transition: top 300ms ease-in-out;
    -o-transition: top 300ms ease-in-out;
    transition: top 300ms ease-in-out;
  }
}




.theNav{
  position: fixed;
  width: 100%;
  top: 80px;
  left: 0px;
  height: -moz-calc(100% - 80px);
  height: calc(100% - 80px);
  background-color: rgba(248, 248, 248, 0.95);
  overflow: hidden;
  overflow-y:auto;
  display: none;
  z-index: 9999;
}

.theNav ul.nav{ 
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  width: 100%;
  height: auto;
  max-width: 1400px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;

  margin-top: 50px;
  margin-bottom: 50px;
}

.theNav ul.nav li{
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1, auto;
  -moz-flex: 1, auto;
  -ms-flex: 1, auto;
  flex: 1, auto;
  padding: 10px;
}

.theNav ul.nav li a{
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-weight: 800;
  font-size: 35px;
  text-decoration: none;
  text-transform: uppercase;
}

.theNav ul.nav li.current a, .theNav ul.nav li a:hover{
  color: #1bc3e7;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.theNav ul.nav li.current a{
  font-size: 40px;
}



.container{
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  /*width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);*/
  width: 100%;
  height: auto; 
  max-width: 1400px;
}

.container-smaller{
  max-width: 1000px;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  width: 100%;
  height: auto;
  -webkit-transition: max-width 300ms ease-in-out;
  -moz-transition: max-width 300ms ease-in-out;
  -ms-transition: max-width 300ms ease-in-out;
  -o-transition: max-width 300ms ease-in-out;
  transition: max-width 300ms ease-in-out;
}

@media (max-width: 1200px) {
  .container-smaller{
    max-width: 800px;
    -webkit-transition: max-width 300ms ease-in-out;
    -moz-transition: max-width 300ms ease-in-out;
    -ms-transition: max-width 300ms ease-in-out;
    -o-transition: max-width 300ms ease-in-out;
    transition: max-width 300ms ease-in-out;
  }
}

a{
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
  background-color: transparent;
}

.homeDiv{
  display: none;
  position: relative;
  float: left;
  background-color: #f8f7f7;
  height: 420px;
}
.homeDiv .bigTitle{
  font-size: 63px;
  font-weight: 800;
  font-style: normal;
  margin-top: 85px;
  margin-bottom:10px;
  padding-right: 0px;
  text-align: center;
  text-transform: uppercase;
  line-height: 57px;
}
.homeDiv .bigTitle span{
  font-family: 'LeviBrush', sans-serif;
  font-size: 71px;
}

.homeDiv .bigSubTitle{
  font-size: 31px;
  font-weight: 300;
  font-style: normal;
  margin-bottom:10px;
  padding-right: 0px;
  text-align: center;
  line-height: 36px;
}

.homeImg{
  display: none;
  position: relative;
  float: left;
  width: 100%;
  z-index: 50;
}

.homeImg img{
  max-width: 500px;
  width: 100%;
  margin-top: -90px;
}

.homeNotImg{
  display: none;
  position: relative;
  float: left;
  width: 100%;
}

.home .homeNotImg{
  display: block;
}

.home .homeNotImg div{
  width: 100%;
  height: 15px;
  background-color: #f8f7f7;
}

.homeNotImg img{
  max-width: 645px;
  width: 100%;
}

.homeNotImg img.img_ie{
  display: none;
}

.homeNot{
  position: relative;
  float: left;
  width: 100%;
  height: 80px;
}

.home .homeNot{
  background-color: #f8f7f7;
}

@media (min-width: 645px) {
  .home .homeImg, .home .homeDiv{
    display: block;
  }
  .home .homeNot, .home .homeNotImg{
    display: none;
  }
}


#content a:hover{
  background-color: yellow;
  color: #000000;
}

#content .pageTitle{
  font-size: 35px;
  font-weight: 800;
  font-style: normal;
  margin-bottom:8px;
  padding-right: 0px;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: font-size 300ms ease-in-out;
  -moz-transition: font-size 300ms ease-in-out;
  -ms-transition: font-size 300ms ease-in-out;
  -o-transition: font-size 300ms ease-in-out;
  transition: font-size 300ms ease-in-out;
}

#content .share, #content .pageTitle .share{
  font-size: 20px;
}

#content .pageTitle .share{
  float: right;
}


#content .share span, #content .pageTitle .share span{
  font-size: 15px;
  font-weight: 800;
  text-transform: none;
}

#content .pageTitle .share span{
  font-size: 13px;
  font-weight: 400;
}

#content .share a, #content .pageTitle .share a{
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
}

.smartnarrow #content .pageTitle .share{
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.smartwide #content .pageTitle .share span span{
  display: none;
}

.smartnarrow #content .pageTitle .share span, .smartnarrow #content .pageTitle .share span span{
  display: inline-block;
}


#content .pageSubTitle{
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  margin-bottom:12px;
  text-align: left;
  -webkit-transition: font-size 300ms ease-in-out;
  -moz-transition: font-size 300ms ease-in-out;
  -ms-transition: font-size 300ms ease-in-out;
  -o-transition: font-size 300ms ease-in-out;
  transition: font-size 300ms ease-in-out;
}

.home #content .pageTitle{
  font-weight: normal;
  font-style: normal;
  margin-bottom:8px;
  margin-top: 5px;
  text-align: center;
  text-transform: none;
  -webkit-transition: font-size 300ms ease-in-out;
  -moz-transition: font-size 300ms ease-in-out;
  -ms-transition: font-size 300ms ease-in-out;
  -o-transition: font-size 300ms ease-in-out;
  transition: font-size 300ms ease-in-out;
}

.home #content .keyNote{
  max-width:490px;
  width:100%;
  margin:30px auto;

}

#content{
  padding-top: 35px;
  padding-bottom: 30px;
  text-align: justify;
  position: relative;
  float: left;
  word-wrap: break-word;
}

#content img{
  width: 100%;
  max-width: 800px;
}

#content img.poster{
  width: 100%;
  max-width: 600px;
}

#content p{
  margin-top: 0px;
  margin-bottom: 10px;
}

#content p:last-child{
  margin-bottom: 0px;
}

#content .media{
  margin-top: 30px;
  margin-bottom: 30px;
}

#content .formWrapper{
  position: relative;
  float: left;
  height: auto;
  width: 100%;
  overflow-y:none;
  overflow-x:auto; 
}

#content .formRegistration{
  height: 1560px;
  width: 600px;
  background: none;
}

.footer{
  position: relative;
  float: left;
  /*border-top: 1px dotted #000000;*/
  padding-bottom: 20px;
}

.footer img{
  margin: 7px;
}

a:active, a:focus,input, input:active, input:focus,textarea:active, textarea:focus, button:active, button:focus{outline: 0;outline-style:none;outline-width:0;}  
a:active, a:focus,button::-moz-focus-inner,textarea:focus::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner{border: none;}

@media (max-width: 645px) {
  #content .media{
    margin-top: 25px;
    margin-bottom: 5px;
  }

  #content .pageTitle{
    margin-bottom:6px;
    font-size: 25px;
    -webkit-transition: font-size 300ms ease-in-out;
    -moz-transition: font-size 300ms ease-in-out;
    -ms-transition: font-size 300ms ease-in-out;
    -o-transition: font-size 300ms ease-in-out;
    transition: font-size 300ms ease-in-out;
  }

  .home #content .pageTitle{
    margin-bottom:18px;
    margin-top: 0px;
  }

  #content .pageSubTitle{
    font-size: 18px;
    -webkit-transition: font-size 300ms ease-in-out;
    -moz-transition: font-size 300ms ease-in-out;
    -ms-transition: font-size 300ms ease-in-out;
    -o-transition: font-size 300ms ease-in-out;
    transition: font-size 300ms ease-in-out;
  }

  .theNav ul.nav li a{
    font-size: 25px;
  }

  .theNav ul.nav li.current a{
    font-size: 28px;
  }

  .theNav ul.nav{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .theNav ul.nav li{
    padding: 5px;
  }

  #content{
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: left;
  }

  .home #content .keyNote{
    margin:10px auto;

  }
}


.tabs {
    width:100%;
    display:inline-block;
}
.tab-links {
  padding:0px;
  margin:0px;
}
/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
  display:block;
  clear:both;
  content:'';
}

.tab-links li {
  margin:0px 0px;
  float:left;
  list-style:none;
  margin-right: 5px;
}
 
.tab-links a {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;

  padding:9px 15px;
  display:inline-block;
  font-size:16px;
  font-weight:600;
  transition:all linear 0.15s;
  text-decoration: none;
}

#content .tab-links a:hover {
  background-color: #000;
  color: #1bc3e7;
  transition:all linear 0.15s;
}
 
#content li.active a, li.active a:hover {
  background-color: #000;
  color: #1bc3e7;
  transition:all linear 0.15s;
}

/*----- Content of Tabs -----*/
.tab-content {
    padding:15px;
    border: 1px solid #000;
}
 
.tab {
    display:none;
}

.tab.active {
    display:block;
}



.smartwide .tab-links li, .smartnarrow .tab-links li, .tabletnarrow .tab-links li {
  margin:0px;
  width: 100%;
  text-align: left;
}

.smartwide .tab-links a, .smartnarrow .tab-links a, .tabletnarrow .tab-links a, {
  border-bottom: 1px solid #000;
}


.formAnnouncement{  
  float: left;
  display: block;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom:2px solid #000000; 
}

.formAnnouncement .form, .formAnnouncement .savingForm{
  float: left;
  width: 100%;
  max-width: 300px;
  min-height: 266px;
}

.formAnnouncement .savingForm i{
  font-size: 20px;
}

.formAnnouncement .form, .formAnnouncement.adding .savingForm{
  display: block;
}
.formAnnouncement .savingForm, .formAnnouncement.adding .form{
  display: none;
}

.formAnnouncement .form input, .formAnnouncement .form textarea{
  background: #ffffff;
  border: 0px solid #000000;
  width: 100%;
  padding: 5px;
}
.formAnnouncement .form textarea{
  height: 100px;
  max-height: 100px;
  max-width: 100%;
}
.formAnnouncement .form .submit{
  background: #000000;
  padding: 10px;
  cursor: pointer;
  color: #ffffff;
  float: left;
  margin-top: 5px;
}
.formAnnouncement .form .legend{
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 2px;
  width: 100%;
}

.board{  
  float: left;
  display: block;
  width: 100%;
  height: auto;
  /*max-height: 800px;
  overflow-y:auto;*/ 
}

/*.board .pre-announcement{
  float: left;
  width: 100%;
}*/

.board .announcement, .board .noAnnouncements{  
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 10px;
  background-color:#000000;
  color: #ffffff;
  float: left;
  width: auto;
  max-width: 100%;
}

.board .announcement .name, .board .announcement .date, .board .announcement .text{  
  float: left;
  display: block;
  width: 100%;
  font-size: 14px;
}

.board .announcement .name{  
  font-weight: bold;
  font-size: 16px;  
  margin-bottom: 10px;
}

.board .announcement .date{
  font-size: 13px;
  font-style: italic;
  margin-bottom: 2px;
}




/* /////////////////////////////////////////////////////////// ie fallback */

.no-flexbox .topBar .bar ul.nav {
  display: block;
  float: right;
}

.no-flexbox .topBar .bar ul.nav li {
  width: auto;
  display: inline-block;
}

.no-flexbox.ie .topBar .bar ul.nav li {
  float: left;
}

.ie6789 .shadow1, .ie6789 .shadow2{
  display: none;
}

.ie678 .topBar{
  background-color: #f8f7f7;
}

.ie678 .topBar .bar ul.nav{
  top: -80px;
  color: #000000;
}

.ie678 .topBar .bar .toggle{
  top: 0px;
}

.ie678 .topBar .bar .logo{
  top: 0px;
  opacity: 1;
  color: #000000;
  text-decoration: none;
}

.ie678 .theNav{
  background-color: #f8f7f7;
  color: #000000;
}

.ie678 .theNav ul.nav li a{
  color: #000000;
}

.ie678 .theNav ul.nav li.current a, .ie678 .theNav ul.nav li a:hover{
  color: #1bc3e7;
}

.ie678 .homeNotImg img{
  display: none;
}

.ie678 .homeNotImg img.img_ie{
  display: block;
}

.ie678 body, .ie6789 body, .ie10 body, .ie11 body {
  background-color: #1bc3e7;
  background-image: none;
}