
body, body.Design {
  font-family: "latoregular", "latobold";
  color:black;
  font-size:17px;
  max-width: 100%;
  overflow: hidden;
  background: #ffffff;
  background: url('/design/bg.jpg') no-repeat center center fixed; 
  background: url('/design/bg_repeat.jpg') repeat left top fixed;
/*  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  -webkit-overflow-scrolling: touch;
  position:relative;
}
body, body.Design, a {
  color:#ffffff;
}
a {
  color:#ffffff;
  cursor:pointer;
}
body, html {
  min-height:100%;
  max-width:100%;
  overflow-x:hidden;
}
p, a, span, div {
  font-family:inherit;
  font-size:inherit;
}
em, i {
  font-family: "latoitalic", "latoregular";
}
h1, h2, h3,h4,h5 {
  font-family: "oswald-regular", "latoblack", sans-serif;
  font-weight:normal;
  color:#ffffff;
  line-height: 120%;
   margin: 0 0 10px 0;
}
h1, #content h1 {
  font-size:64px;
  font-size:74px;
  text-align: center;
  text-transform: uppercase; 
  margin-bottom:30px;
}
h2, #content h2 {
  font-size:36px;
  margin-bottom:20px;
}
h3, #content h3 {
  font-size:32px;
}
h4 {
  font-size:26px;
  text-transform: none;
  line-height:1.1em;
}
b, strong {
  font-family: "latobold", "latoregular";
  font-weight: 500;
}
#wrapper {
  min-height:auto;
}
table {
  width:100%;
}
a:hover {
  text-decoration: none;
  /*color: #90a341;*/
  color: inherit;
}

a, a:visited, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}
.nopadsocial {
  cursor:pointer;
  color:#868584;
}

.maincontent, .leftcontent, .rightcontent {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}