main, header, article, section, footer, nav, aside {
  display: block;
}

body {
  background: #f3f3f1;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

header {
  padding-left: 125px;
  height: 134px;
}
header .heading-wrapper {
  height: 134px;
  position: relative;
}
header .heading {
  padding-left: 40px;
}
header .heading .logo h1 {
  margin: 0;
}
header .heading .social {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 145px;
}
header .heading .social ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
}
header .heading .social li {
  display: inline-block;
  width: 80px;
  height: 88px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
header .heading .social a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 28px;
  padding: 30px;
  text-align: center;
  display: block;
}
header .heading .social a:hover {
  color: #ffffff;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
header .main-nav {
  box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
}
header .main-nav ul {
  margin: 0 0 0 40px;
  padding: 0;
  display: inline-block;
  color: #ffffff;
}
header .main-nav li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
header .main-nav a {
  color: #ffffff;
  text-decoration: none;
}
header .main-nav .login {
  float: right;
}
header .main-nav .login ul {
  margin-left: 0;
}
header .main-nav .login form {
  display: inline-block;
}
header .main-nav .login form ul {
  margin-left: 0;
}

.body-wrapper {
  background: #ffffff;
  margin: 50px 100px;
  padding: 45px 35px;
  position: relative;
}
.body-wrapper main {
  margin-right: 275px;
  line-height: 150%;
  min-height: 300px;
}
.body-wrapper main h1 {
  font-size: 26px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1em;
}
.body-wrapper main li {
  padding-bottom: 0.5em;
}
.body-wrapper main article h1 {
  font-size: 28px;
  font-weight: normal;
}
.body-wrapper main article section h1 {
  font-size: 20px;
  font-weight: normal;
}
.body-wrapper main article section h2 {
  font-size: 16px;
  font-weight: bold;
}
.body-wrapper .secondary-nav {
  width: 250px;
  position: absolute;
  top: 97px;
  right: 35px;
}
.body-wrapper .secondary-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.body-wrapper .secondary-nav li {
  display: block;
  margin-bottom: 10px;
}
.body-wrapper .secondary-nav a {
  display: block;
  padding: 15px 18px;
}

#Twitter, #Facebook {
  width: 150px;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  font-weight: bold;
  padding: 10px 0;
  cursor: pointer;
}

#Facebook {
  background: #3b5998;
}
#Facebook:hover {
  background: #4c70ba;
}

#Twitter {
  background: #00aced;
}
#Twitter:hover {
  background: #21c2ff;
}

.placeholder {
  color: #aaa;
}

.star-rating {
  color: gold;
}

.star-rating-chooser {
  float: left;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.star-rating-chooser + * {
  clear: both;
}
.star-rating-chooser:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.star-rating-chooser:not(:checked) > input:checked ~ label:before {
  content: '\f005';
  color: gold;
}
.star-rating-chooser:not(:checked) > input:checked ~ label:hover:before {
  content: '\f005';
  color: black;
}
.star-rating-chooser:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 .1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.2;
  color: transparent;
  font-family: FontAwesome;
}
.star-rating-chooser:not(:checked) > label:before {
  content: '\f006 ';
  color: gray;
}
.star-rating-chooser:not(:checked) > label:hover:before, .star-rating-chooser:not(:checked) > label:hover ~ label:before {
  content: '\f005';
  color: black;
}
.star-rating-chooser > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}
.star-rating-chooser > input:checked + label:hover:before, .star-rating-chooser > input:checked + label:hover ~ label:before, .star-rating-chooser > input:checked + label:hover ~ label:hover:before, .star-rating-chooser > input:checked + label:hover ~ label:hover ~ label:before, .star-rating-chooser > label:hover + label:hover:before, .star-rating-chooser > label:hover + label:hover ~ label:before, .star-rating-chooser > label:hover + label:hover ~ label:hover:before, .star-rating-chooser > label:hover + label:hover ~ label:hover ~ label:before {
  color: black;
}

.rating-full {
  background: #999999;
  color: #999999;
  overflow: hidden;
  height: 1em;
}

.rating-empty {
  background: #cccccc;
}

.rating-summary {
  width: 300px;
}
.rating-summary th {
  width: 5.5em;
  padding-bottom: 0.2em;
}

.ratings {
  list-style-type: none;
  padding-left: 0;
}
.ratings li:before {
  content: none !important;
}
.ratings header {
  height: auto;
  background: none;
  padding: 0;
}
.ratings article {
  position: relative;
  padding-left: 90px;
  margin-bottom: 2em;
  max-width: 40em;
  min-height: 5em;
}
.ratings article .avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.ratings article .avatar img {
  border-radius: 0.5em;
}
.ratings article .avatar p {
  text-align: center;
}
.ratings article .avatar span {
  cursor: pointer;
}
.ratings article footer {
  font-style: italic;
  margin-top: 0.5em;
  padding-top: 0.5em;
  color: #999999;
  border-top: 1px solid #999999;
}
.ratings article footer a {
  color: #999999;
  text-decoration: none;
}
.ratings article footer a:hover {
  color: #ff0000;
}
.ratings article .flagged {
  color: #ff0000;
}

.rating-form {
  width: 100%;
  max-width: 500px;
}
.rating-form form {
  margin-bottom: 1em;
}
.rating-form legend {
  display: none;
}
.rating-form fieldset {
  border: 0;
  padding: 0.25em 0;
}
.rating-form label {
  display: block;
}
.rating-form input, .rating-form textarea, .rating-form select {
  border: 1px solid #000000;
  width: 100%;
  max-width: 500px;
}
.rating-form input[type=radio], .rating-form input[type=checkbox] {
  width: auto;
  vertical-align: middle;
}
.rating-form textarea {
  height: 10em;
}
.rating-form input[type=submit] {
  background: #000000;
  color: #ffffff;
  padding: 0.5em;
  border: 0;
  border-radius: 0.5em;
  cursor: pointer;
}
.rating-form input[type=submit]:hover {
  background: #333333;
}

iframe {
  border: 0;
}
