/* 1.1 Defaults */
body {
  font-size: 12px;
  line-height: 1.5;
  color: #555555;
  font-family: sans-serif;
  /*text-shadow: 0 1px 0 #ffffff;*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #3b3b3b;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.8em;
}
p {
  margin: 0;
}
img {
  vertical-align: bottom;
}
hr {
  background-color: #e6e6e6;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}
input,
textarea {
  padding: 5px;
  border-color: #d2d2d2 #e6e6e6 #e6e6e6 #d2d2d2;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #555555;
}
/* 1.2 Hyperlinks */
a {
  color: #8aad2c;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #688b0a;
  text-decoration: underline;
}
/* =other+com
-------------------------------------------------------------- */
.center {
  text-align: center;
}
/* Clearfix or Group for All Browsers (IE6+) */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
/* =Responsive Images
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.ie8 img {
  height: auto;
  width: auto\9;
}
.ie8 img.size-large {
  max-width: 60%;
  width: auto;
}
/* =Responsive Videos
-------------------------------------------------------------- */
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
/* =Visibility
-------------------------------------------------------------- */
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.none {
  display: none;
}
.hide-desktop {
  display: none;
}
.show-desktop {
  display: block;
}
/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {
  .hide-desktop {
    display: block;
  }
  .show-desktop {
    display: none;
  }
  .hide-980 {
    display: none;
  }
  .show-980 {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .hide-650 {
    display: none;
  }
  .show-650 {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hide-480 {
    display: none;
  }
  .show-480 {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .hide-320 {
    display: none;
  }
  .show-320 {
    display: block;
  }
}
@media screen and (max-width: 240px) {
  .hide-240 {
    display: none;
  }
  .show-240 {
    display: block;
  }
}
