/* ==========================================================================
	Project:   Car Advice Correspondent
	Assigned:  Oliver Benns (@oliverbenns), Sina Karimi (@creamycode)
	========================================================================== */
/* Imports
   ========================================================================== */
html,
body {
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  font-family: 'Oxygen', Arial, 'Helvetica', sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
  body h1 {
    font-size: 24px;
  }
  body h2 {
    font-size: 21px;
  }
  body h3 {
    font-size: 18px;
  }
  body h4 {
    font-size: 16px;
  }
  body h5 {
    font-size: 15px;
  }
  body h6 {
    font-size: 14px;
  }
}
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #333;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  outline: 0;
  border: 1px solid #d0d0d0;
  padding: 10px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: 'Oxygen', Arial, 'Helvetica', sans-serif;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  color: #333;
  height: auto !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: 0;
}
label {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
}
label + small {
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
}
.form-group {
  margin: 10px 0 30px 0;
}
textarea {
  min-height: 210px;
  resize: vertical;
}
form {
  padding-bottom: 80px;
}
.error {
  font-size: 12px;
  margin: 5px 0;
  color: #a22;
}
.u-color-primary {
  color: #fd9826;
}
.u-color-facebook {
  color: #3b5998;
}
.u-color-facebook:hover {
  color: #3b5998;
}
.u-color-twitter {
  color: #5ea9dd;
}
.u-color-twitter:hover {
  color: #5ea9dd;
}
@media (max-width: 767px) {
  .u-clear-mobile-float {
    float: none !important;
  }
}
.u-align-center {
  text-align: center;
}
.main {
  min-height: 100%;
  margin-bottom: -420px;
  overflow: hidden;
}
.main:after {
  content: "";
  display: block;
  height: 420px;
}
@media (max-width: 767px) {
  .main {
    min-height: 0;
    margin-bottom: 0;
  }
  .main:after {
    height: 0;
  }
}
#header {
  border-bottom: 3px solid #333;
}
#header .navbar {
  margin-bottom: 0;
  border: 0;
  height: 62px;
  line-height: 62px;
}
#header .login {
  background: #333;
  padding: 10px 0;
}
#header .login .logo img {
  display: block;
  float: left;
}
#header .login .logo span {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #header .login .logo span {
    display: none;
  }
}
#header .login .logged-in {
  float: right;
}
#header .login .logged-in img {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
#header .login .logged-in .name {
  float: left;
  line-height: 32px;
  font-size: 13px;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#header .login .logged-in .name i {
  margin-left: 10px;
  font-size: 14px;
}
#header .login .logged-in .dropdown {
  position: relative;
  float: left;
}
#header .login .logged-in .dropdown ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 135px;
  right: 0;
  border: 0 none;
  border-radius: 0;
  background: #333;
  min-width: 0;
  padding: 0;
  list-style: none;
  z-index: 1000;
  padding-top: 10px;
}
#header .login .logged-in .dropdown ul li {
  margin: 0;
  padding: 0;
}
#header .login .logged-in .dropdown ul li a {
  float: left;
  color: #fff;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  line-height: 40px;
  padding: 0 15px;
  width: 100%;
  text-decoration: none;
}
#header .login .logged-in .dropdown ul li a:hover {
  background: #202020;
  text-decoration: none;
}
#header .login .logged-in .dropdown:hover ul,
#header .login .logged-in .dropdown.open ul {
  display: block;
}
#header .login .logged-out a {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  background-color: #3b5998;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  z-index: 1000;
}
@media (max-width: 767px) {
  #header .login .logged-out a {
    float: right;
    width: 150px;
    height: 26px;
    line-height: 26px;
    font-size: 10px;
    padding: 0 10px 0 20px;
  }
}
#header .main-menu {
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  #header .main-menu {
    z-index: 500;
  }
}
#header ul.nav li {
  padding: 0 5px;
}
#header ul.nav li a {
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  background: #fff;
  text-decoration: none;
  line-height: 62px;
  padding: 0 10px;
}
#header ul.nav li a:hover,
#header ul.nav li a.active {
  background: #fff;
}
@media (max-width: 992px) and (min-width: 768px) {
  #header ul.nav li {
    padding: 0 5px;
    height: auto;
  }
  #header ul.nav li a {
    font-size: 11px;
    margin: 0;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #header ul.nav li {
    background: #fff;
    height: auto;
  }
  #header ul.nav li a {
    height: auto;
    padding: 5px;
  }
  #header ul.nav li:last-child {
    border-bottom: 3px solid #fd9826;
  }
  #header ul.nav li.enter {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .navbar-toggle {
    margin: 4px 5px 0 0;
    background: #fff;
    color: #fd9826;
    border: 1px solid #fd9826;
    outline: none;
    padding: 6px 10px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  #header .navbar-collapse {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  #header .navbar-collapse {
    position: absolute;
    left: -16px;
    right: -16px;
    top: 40px;
  }
  #header .navbar-collapse ul {
    margin: 0;
    border: 0 none;
  }
  #header .navbar-collapse ul li {
    padding: 0;
    border: 0 none;
    border-bottom: 1px solid #eee;
  }
  #header .navbar-collapse ul li a {
    display: block;
    font-size: 12px;
    margin: 0;
    color: #000;
    text-align: center;
  }
  #header .navbar-collapse ul li.active a {
    background: 0 none;
  }
}
@media (max-width: 767px) {
  #header .navbar {
    line-height: 40px;
    min-height: 0;
    height: 40px;
  }
  #header .navbar .navbar-toggle,
  #header .navbar .col-xs-3 {
    position: static;
  }
  #header .navbar li a {
    line-height: 32px !important;
  }
  #header .main-menu .container {
    padding: 0;
  }
}
.header-logo-desktop {
  display: inline-block;
}
@media (max-width: 767px) {
  .header-logo-desktop {
    display: none;
  }
}
.header-logo-mobile {
  display: none;
}
@media (max-width: 767px) {
  .header-logo-mobile {
    display: inline-block;
  }
}
#footer {
  background: #333;
  padding-top: 30px;
  padding-bottom: 80px;
  height: 420px;
}
#footer .logo {
  float: left;
  margin-top: 11px;
}
@media (max-width: 992px) and (min-width: 768px) {
  #footer .logo {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #footer .logo {
    float: none;
  }
  #footer .logo a {
    display: block;
    text-align: center;
  }
  #footer .logo a img {
    display: inline;
  }
}
#footer ul.footer-menu {
  float: left;
  list-style: none;
  margin: 0;
  margin-left: 10px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  #footer ul.footer-menu {
    width: 100%;
    padding-left: 0;
    margin: 15px 0;
    margin-left: 35px;
  }
}
@media (max-width: 767px) {
  #footer ul.footer-menu {
    margin-left: 0;
  }
}
#footer ul.footer-menu li {
  float: left;
  margin-right: 20px;
  line-height: 60px;
}
@media (max-width: 992px) and (min-width: 768px) {
  #footer ul.footer-menu li {
    margin-right: 10px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  #footer ul.footer-menu li {
    width: 100%;
    text-align: center;
    line-height: 30px;
  }
}
#footer ul.footer-menu li a {
  float: left;
  color: #fff;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
#footer ul.footer-menu li a:hover {
  text-decoration: none;
  color: #fd9826;
}
@media (max-width: 992px) and (min-width: 768px) {
  #footer ul.footer-menu li a {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  #footer ul.footer-menu li a {
    width: 100%;
  }
}
#footer .social-list {
  float: right;
}
#footer .social-list li {
  margin-top: 15px;
}
#footer .social-list li a {
  color: #fff;
}
@media (max-width: 767px) {
  #footer .social-list {
    float: none;
    text-align: center;
  }
}
#footer .conditions {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #footer .conditions {
    margin-top: 80px;
  }
}
#footer .conditions h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial, 'Helvetica', sans-serif;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media (max-width: 992px) and (min-width: 768px) {
  #footer .conditions h4 {
    font-size: 10px;
  }
}
#footer .conditions p {
  color: #fff;
  font-size: 11px;
}
@media (max-width: 992px) and (min-width: 768px) {
  #footer .conditions p {
    font-size: 10px;
  }
}
#footer .conditions p a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #footer {
    height: auto;
  }
}
.touch #footer .share ul {
  display: block;
}
.page-header {
  margin: 0;
  padding: 0;
  border: 0;
  padding-bottom: 30px;
}
.page-header h1 {
  font-size: 38px;
  font-family: 'Oxygen', Arial, 'Helvetica', sans-serif;
  text-transform: none;
  margin: 30px 0 0 0;
}
.page-header p {
  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  .page-header {
    padding-bottom: 20px;
  }
  .page-header h1 {
    margin: 20px 0 0 0;
    font-size: 27px;
  }
}
.page-header-only {
  margin-bottom: 200px;
}
@media (min-height: 900px) {
  .page-header-only {
    margin-bottom: 600px;
  }
}
.input-row {
  margin-bottom: 20px;
}
.input-row label {
  display: block;
  text-transform: uppercase;
  margin: 0;
  color: #666;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}
.modal-backdrop.fade.in {
  opacity: 0.85 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)" !important;
  filter: alpha(opacity=85) !important;
}
.modal-content {
  border-radius: 0;
  border: 0 none;
}
.modal-content form {
  padding: 0;
}
.modal-content .modal-header {
  border: 0 none;
  text-align: center;
}
.modal-content .modal-header .close {
  width: 24px;
  height: 24px;
  line-height: 32px;
  text-shadow: none;
  background: url("../img/icon-close-dark.png") center center no-repeat;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modal-content .modal-header p {
  padding: 15px 50px 0 50px;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 767px) {
  .modal-content .modal-header p {
    padding-top: 0;
    font-size: 16px;
  }
}
.modal-content .modal-body {
  padding: 0 20px;
}
.modal-content .modal-body ol {
  list-style: none;
}
@media (max-width: 767px) {
  .modal-content .modal-body ol {
    padding: 0;
  }
}
.modal-content .modal-body ol h5 {
  font-family: 'Oxygen', Arial, 'Helvetica', sans-serif;
  font-size: 17px;
  text-transform: none;
  float: left;
  margin: 5px 0 10px 0;
}
.modal-content .modal-body ol li > span {
  color: #fd9826;
  font-size: 24px;
  display: block;
  float: left;
  width: 40px;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
}
.modal-content .modal-body ol li:last-child {
  margin-left: 40px;
}
.modal-content .modal-body ol small {
  display: block;
  float: right;
  margin-top: 5px;
  font-size: 12px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .modal-content .modal-body ol small {
    float: none;
    clear: both;
  }
}
.modal-content .modal-body .form-group {
  margin: 20px 15px;
  overflow: hidden;
}
.modal-content .modal-body .social-list a {
  font-size: 68px;
}
.modal-content .modal-footer {
  border: 0 none;
}
@media (max-width: 767px) {
  .modal-content .modal-footer .btn {
    line-height: 36px;
    font-size: 16px;
  }
}
.modal-voted .modal-content .modal-body p,
.modal-remove .modal-content .modal-body p {
  font-size: 14px;
  width: 80%;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .modal-voted .modal-content .modal-body p,
  .modal-remove .modal-content .modal-body p {
    width: auto;
    margin: 20px auto;
  }
}
.btn {
  position: relative;
  border-radius: 0;
  background: #fd9826;
  color: #fff;
  line-height: 48px;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 24px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.btn i {
  margin-top: -0.2em;
  font-size: 1.2em;
  margin-right: 0.75em;
}
.btn:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .btn {
    line-height: 36px;
    font-size: 14px;
    padding: 0 18px;
  }
}
.btn-dark {
  background: #333;
}
.btn-label {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
}
.btn-hollow {
  background: transparent;
  border: 2px solid #fd9826;
  color: #333;
}
.btn-hollow:hover {
  color: #333;
}
.btn-hollow-faded {
  border-color: #e1e1e1;
  color: #e1e1e1;
}
.btn-hollow-faded:hover {
  border-color: #fd9826;
  color: #666;
}
.btn-facebook {
  background: #3b5998;
}
.btn-facebook:active,
.btn-facebook:focus {
  color: #fff;
}
.btn-grey {
  background: #666;
}
.btn-submit {
  margin-top: 20px;
}
.msg {
  margin-top: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 5px;
  clear: both;
  display: block;
}
.msg-error {
  background: #a22;
}
.video-js .vjs-poster {
  background-color: #202020;
}
.video-js .vjs-big-play-button {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  line-height: 100px;
  padding: 0;
  text-shadow: none;
  background-color: transparent;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.video-js .vjs-big-play-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: transparent;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.video-js .vjs-big-play-button:before {
  text-shadow: none;
  font-size: 50px;
  line-height: 100px;
}
.video-js .vjs-big-play-button span {
  display: none;
}
.video-js .vjs-loading-spinner {
  display: none !important;
}
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  background: #fd9826;
}
.video-js:hover .vjs-big-play-button {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: transparent;
}
.video-js:hover .vjs-big-play-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: transparent;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.carousel {
  background: #000;
  color: #fff;
}
.carousel h1 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .carousel h1 {
    font-size: 24px;
  }
}
.carousel p {
  color: #fff;
  font-size: 21px;
}
@media (max-width: 767px) {
  .carousel p {
    font-size: 18px;
  }
}
.carousel .btn {
  margin-top: 15px;
}
.carousel .btn i {
  font-size: 1.5em;
  margin-right: 0.4em;
  vertical-align: middle;
}
.carousel .carousel-inner {
  position: relative;
  height: 360px;
  overflow: visible;
}
@media (max-width: 992px) and (min-width: 768px) {
  .carousel .carousel-inner {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-inner {
    height: 240px;
  }
}
.carousel .carousel-inner .item {
  width: 100%;
  height: 360px;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.carousel .carousel-inner .item .container {
  position: relative;
  padding: 40px 60px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .carousel .carousel-inner .item {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item {
    height: 240px;
  }
  .carousel .carousel-inner .item .container {
    padding: 0 40px;
  }
}
.carousel .carousel-inner .item-one {
  background-image: url("../img/slide-staff.jpg");
}
.carousel .carousel-inner .item-two {
  background-image: url("../img/slide-man.jpg");
}
.carousel .carousel-controls {
  position: relative;
}
.carousel .carousel-controls a {
  position: absolute;
  margin-top: -210px;
  color: #fff;
  font-size: 54px;
  text-decoration: none;
}
.carousel .carousel-controls a.prev {
  left: 0;
}
.carousel .carousel-controls a.next {
  right: 0;
}
.carousel .carousel-controls a:hover {
  color: #fd9826;
  text-decoration: none;
}
@media (max-width: 992px) and (min-width: 768px) {
  .carousel .carousel-controls a {
    margin-top: -167px;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-controls a {
    font-size: 30px;
    margin-top: -135px;
  }
  .carousel .carousel-controls a.prev {
    left: 10px;
  }
  .carousel .carousel-controls a.next {
    right: 10px;
  }
}
.carousel iframe {
  height: 360px !important;
  width: 75% !important;
  margin: -40px auto;
  display: block;
}
@media (max-width: 992px) and (min-width: 768px) {
  .carousel iframe {
    height: 280px !important;
  }
}
@media (max-width: 767px) {
  .carousel iframe {
    height: 240px !important;
    margin: 0 auto;
  }
}
.prize-banner {
  background: #000;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .prize-banner .btn {
    margin-top: 20px;
  }
}
.prize-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
}
.prize-banner-body {
  background: url("../img/bg-chinese-lantern.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 40px 0;
}
.prize-banner-body h5 {
  color: #fd9826;
}
.prize-banner-body h3 {
  text-transform: none;
  font-family: 'Oxygen', Arial, 'Helvetica', sans-serif;
  font-size: 21px;
  margin: 0;
}
.prize-banner-body img {
  margin-top: 60px;
}
.prize-banner-footer {
  background: #000;
  padding: 24px 0;
}
.prize-banner-footer h6 {
  margin-top: 0;
  color: #fd9826;
  font-size: 14px;
}
.prize-banner-footer h4 {
  margin-bottom: 0;
}
.prize-banner-small .prize-banner-body {
  padding: 30px 0;
}
.prize-banner-car .prize-banner-body {
  background-image: url("../img/slide-convertible.jpg");
}
.ribbon {
  background: #333;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  height: 30px;
  padding: 4px 8px;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  text-transform: uppercase;
  z-index: 1;
}
.ribbon:after {
  left: 100%;
  top: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-left-color: #333;
  border-top-color: #333;
  border-width: 15px;
}
.ribbon i {
  font-size: 18px;
  margin-left: 8px;
  color: #e1e1e1;
}
.ribbon-light {
  background: #666;
}
.ribbon-light:after {
  border-left-color: #666;
  border-top-color: #666;
}
.ribbon-light i {
  color: #d0d0d0;
}
.ribbon-highlight {
  background: #fd9826;
  font-size: 18px;
  height: 34px;
  padding: 6px 10px;
}
.ribbon-highlight:after {
  border-left-color: #fd9826;
  border-top-color: #fd9826;
  border-width: 17px;
}
@media (max-width: 992px) {
  .ribbon-highlight {
    font-size: 14px;
    height: 25px;
    padding: 3px 6px;
  }
  .ribbon-highlight:after {
    border-width: 12px;
  }
}
.entries h2 {
  margin: 0 0 40px 0;
}
.entries #clear {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.entries #clear.open {
  clear: both;
  height: 720px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .entries #clear.open {
    height: 620px;
  }
}
.entries a.view-all {
  float: right;
}
@media (max-width: 767px) {
  .entries a.view-all {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
#recent-entries .entries {
  padding: 50px 0 20px 0;
}
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.breadcrumbs li {
  float: left;
  font-size: 12px;
  color: #333;
  line-height: 30px;
  margin-right: 3px;
}
.breadcrumbs li a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.video-details .vote {
  overflow: hidden;
  padding-bottom: 20px;
}
.video-details .vote .btn {
  float: right;
  margin-bottom: 15px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .video-details .vote .btn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .video-details .vote .btn {
    width: 100%;
  }
}
.video-details .vote .social-list {
  float: right;
  clear: both;
}
.video-details .vote .social-list li:first-child {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  color: #fff;
}
.video-details .vote .social-list a {
  color: #666;
}
.video-details .vote .social-list a:hover {
  color: #d0d0d0;
}
.video-details .details {
  margin-right: -15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.video-details .details .heading {
  margin-bottom: 10px;
  overflow: hidden;
}
.video-details .details .heading img {
  float: left;
  margin-right: 15px;
}
.video-details .details .heading h3 {
  margin-top: 0;
  font-size: 20px;
  text-transform: none;
  margin-bottom: 5px;
  color: #fff;
  font-family: 'Oxygen', Arial, 'Helvetica', sans-serif;
}
.video-details .details .heading p {
  font-size: 13px;
  color: #fff;
  line-height: 150%;
}
.video-details .details .heading p em {
  font-style: normal;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  font-style: 18px;
}
.video-details .details .heading span {
  margin-left: 20px;
  font-weight: bold;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
}
.video-details .details .heading span i {
  font-size: 150%;
  margin-right: 5px;
}
.video-details .details p {
  font-size: 13px;
  line-height: 1.3em;
  color: #fff;
  padding-right: 20px;
  color: #ddd;
}
.video-details .details p a {
  font-weight: bold;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  text-transform: uppercase;
}
.video-details p.conditions {
  font-size: 12px;
  color: #999;
  line-height: 1.3em;
}
.video-details .stats {
  overflow: hidden;
}
.video-details .stats .rank,
.video-details .stats .views,
.video-details .stats .votes {
  float: left;
  font-size: 15px;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  color: #fff;
  margin-right: 20px;
}
.video-details .stats .rank i,
.video-details .stats .views i,
.video-details .stats .votes i {
  font-size: 20px;
}
@media (max-width: 767px) {
  .video-details .comments {
    margin-top: 20px;
  }
}
.video-details .comments h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
.video-details .comments .fb-comments,
.video-details .comments .fb-comments iframe,
.video-details .comments .fb-comments span {
  width: 100% !important;
}
.video-details .entries {
  margin-top: 30px;
}
.video-home-row {
  margin-bottom: 50px;
}
.video-home {
  margin-top: 25px;
  margin-bottom: 40px;
}
.video-home h2 {
  color: #fd9826;
  margin-bottom: 5px;
}
.video-home .uploader {
  font-size: 24px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 20px;
}
.video-home .name {
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
}
.video-home video {
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 992px) and (min-width: 768px) {
  .video-home h2 {
    font-size: 24px;
  }
  .video-home .uploader {
    font-size: 21px;
  }
}
.video-thumbnail {
  margin-top: 32px;
}
.video-strap-img {
  margin: 2em 0;
}
@media (min-width: 768px) {
  .video-uploader {
    margin: 0 auto;
    overflow: hidden;
    width: 340px;
  }
}
.video-uploader-avatar {
  float: left;
  margin-right: 20px;
}
.video-uploader-title {
  color: #fd9826;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
.video-uploader-author {
  color: #666;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.line {
  height: 1px;
  background: #e1e1e1;
  width: 100%;
  margin: 15px 0;
}
.line-large-space {
  margin: 30px 0;
}
@media (max-width: 992px) {
  .line-large-space {
    margin: 15px 0;
  }
}
.upload-box {
  position: relative;
  display: block;
  width: 100%;
  height: 260px;
  background: #fff0d9 url("../img/icon-clapboard.png") center 70px no-repeat;
  border: 2px solid #fd9826;
  margin-bottom: 10px;
}
.upload-box img {
  display: none;
}
.upload-box img.processing,
.upload-box img.completed {
  display: block;
}
.upload-box .btn {
  font-size: 16px;
  margin: 0;
}
.upload-box .file-upload {
  position: absolute;
  width: 210px;
  left: 50%;
  bottom: 45px;
  margin-left: -105px;
  overflow: hidden;
}
.upload-box .file-upload input {
  position: absolute;
  height: 40px;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}
.upload-progress .progress {
  margin-top: 5px;
  margin-bottom: 15px;
  height: 20px;
  -webkit-transition: width 4s linear;
  -moz-transition: width 4s linear;
  -o-transition: width 4s linear;
  -ms-transition: width 4s linear;
  transition: width 4s linear;
  border-radius: 2px;
  text-transform: capitalize;
}
.upload-progress .progress.active {
  background-color: #fd9826;
}
.upload-progress .progress.errored {
  background-color: #a22;
}
.upload-progress .progress.completed {
  background-color: #fd9826;
  display: none;
}
.upload p.starting,
.upload p.uploading,
.upload p.processing {
  padding-left: 40px;
  line-height: 24px;
  background: url("../img/spinner.gif") left center no-repeat;
}
.upload p.completed {
  padding: 10px 0 10px 45px;
  line-height: 24px;
  background: #fd9826 url("../img/uploading-complete.png") 10px center no-repeat;
  color: #fff;
  font-weight: bold;
}
.upload-photo .upload-box {
  background-image: url("../img/icon-landscape.png");
}
.upload-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.custom-dropdown {
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 50%;
  border: 1px solid #d0d0d0;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  height: 40px;
}
.custom-dropdown select {
  display: block;
  color: #333;
  border: 0;
  padding: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-indent: 0.01px;
  -o-text-overflow: '';
  text-overflow: '';
  position: relative;
  z-index: 2;
  font-family: 'Oxygen', Arial, 'Helvetica', sans-serif;
  padding-right: 38px;
}
.custom-dropdown select:focus {
  outline: none;
}
.custom-dropdown select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.custom-dropdown select::-ms-expand {
  display: none;
}
.custom-dropdown-arrow {
  display: block;
  width: 36px;
  height: 36px;
  background: #d0d0d0;
  position: absolute;
  right: 1px;
  top: 1px;
  text-align: center;
  padding-top: 9px;
  color: #333;
  font-size: 14px;
  z-index: 1;
}
@-moz-document url-prefix() {
  .custom-dropdown select {
    width: 110%;
  }
}
.input-help {
  position: relative;
}
.input-help-tooltip {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  font-size: 14px;
  padding: 15px;
  background: #ffc875;
  margin-left: 15px;
}
.input-help-tooltip p:last-child {
  margin: 0;
}
@media (max-width: 992px) and (min-width: 768px) {
  .input-help-tooltip {
    width: 60%;
  }
}
.input-help-tooltip-arrow {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #ffc875;
  position: absolute;
  top: 10px;
  left: -14px;
}
.list-pro-con {
  list-style: none;
  padding: 15px 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .list-pro-con {
    font-size: 13px;
  }
}
.list-pro-con i {
  color: #383;
  float: left;
  font-size: 23px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .list-pro-con i {
    margin-right: 10px;
  }
}
.list-pro-con p {
  overflow: hidden;
}
.list-pro-con li {
  margin-bottom: 20px;
}
.list-pro-con li:last-child i {
  color: #a22;
}
@media (max-width: 767px) {
  .list-pro-con li {
    margin-bottom: 5px;
  }
}
.list-pro-con span {
  text-transform: lowercase;
}
.list-pro-con span:first-child {
  display: inline-block;
}
.list-pro-con span:first-child:first-letter {
  text-transform: uppercase;
}
.ui-progress {
  position: relative;
  height: 30px;
  margin-bottom: 30px;
}
.ui-progress-value {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  margin-left: -8px;
  font-weight: bold;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
}
.ui-progress-bar {
  width: 100%;
  height: 5px;
  background: #d0d0d0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ui-progress-bar-fill {
  background: #fd9826;
  width: 0;
  height: 6px;
  -webkit-transition: width 0.25s linear;
  -moz-transition: width 0.25s linear;
  -o-transition: width 0.25s linear;
  -ms-transition: width 0.25s linear;
  transition: width 0.25s linear;
}
.author {
  font-size: 20px;
}
.author img {
  float: left;
  margin-right: 20px;
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .author img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .author {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .author {
    font-size: 14px;
  }
}
.author span {
  display: block;
}
.author-body {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .author-body {
    padding-top: 0;
  }
}
.author-name {
  font-size: 20px;
}
.author-title {
  font-size: 20px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .author-title {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.author-date {
  font-size: 13px;
}
.author-date span {
  display: inline-block;
}
@media (max-width: 767px) {
  .author-date {
    font-size: 12px;
  }
}
.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-list li {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.social-list li:first-child {
  margin-left: 0;
}
.social-list li a {
  font-size: 32px;
  text-decoration: none !important;
}
.video-finished {
  position: absolute;
  background-color: #000;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-finished h2 {
  margin-top: 180px;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 992px) {
  .video-finished h2 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .video-finished h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.video-finished a {
  display: inline-block;
  color: #fff;
  margin: 0 10px;
}
.video-finished i {
  font-size: 68px;
}
@media (max-width: 767px) {
  .video-finished i {
    font-size: 42px;
  }
}
.checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox label {
  font-size: 12px;
}
.checkbox input {
  display: block;
  float: left;
  margin: 2px 10px 0 0;
}
.checkbox div {
  overflow: hidden;
}
.entry {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  -ms-transition: margin 0.3s;
  transition: margin 0.3s;
  display: block;
}
.entry > a {
  text-decoration: none;
  display: block;
}
.entry > a:hover {
  text-decoration: none;
}
.entry .ribbon {
  left: 15px;
}
.entry .overlay {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  cursor: pointer;
  background: #000 url("../img/overlay-close.png") center no-repeat;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.entry .overlay img {
  display: none;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
}
.entry.open .overlay {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  pointer-events: auto;
}
.entry.open .overlay img {
  display: block;
}
.entry .entry-thumb {
  position: relative;
  display: block;
  height: 160px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media (max-width: 992px) and (min-width: 768px) {
  .entry .entry-thumb {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .entry .entry-thumb {
    height: 300px;
  }
}
@media (max-width: 479px) {
  .entry .entry-thumb {
    height: 200px;
  }
}
.entry .details {
  background: #f3f3f3;
  padding: 10px;
}
.entry .details h3 {
  font-size: 12px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 2px;
  overflow: hidden;
  font-family: 'Oxygen', Arial, 'Helvetica', sans-serif;
  font-weight: bold;
}
.entry .details h3 a {
  text-decoration: none;
}
@media (max-width: 992px) and (min-width: 768px) {
  .entry .details h3 {
    font-size: 12px;
  }
}
.entry .details span.when {
  display: block;
  font-size: 10px;
  color: #666;
  margin-bottom: 5px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .entry .details span.when {
    font-size: 9px;
  }
}
.entry .details .user {
  font-size: 14px;
}
.entry .details .user img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.entry .stats {
  background: #f3f3f3;
  border-top: 1px solid #fff;
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  list-style: none;
  margin-bottom: 0;
}
@media (max-width: 992px) and (min-width: 768px) {
  .entry .stats {
    padding: 0 10px;
  }
}
.entry .stats li {
  float: left;
  width: 33.33333%;
  font-size: 12px;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  color: #333;
  text-align: center;
}
.entry .stats li i {
  font-size: 16px;
  margin-right: 5px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .entry .stats li i {
    font-size: 11px;
  }
}
.entry .stats li:first-child {
  text-align: left;
}
.entry .stats li:last-child {
  text-align: right;
}
@media (max-width: 992px) and (min-width: 768px) {
  .entry .stats li {
    font-size: 8px;
  }
}
.entry-written .details,
.entry-written .stats {
  background: #fcf1e1;
}
.like {
  clear: both;
}
.like iframe {
  width: 48px !important;
  height: 20px !important;
}
.like-img {
  float: left;
  margin-right: 10px;
}
.like-body {
  overflow: hidden;
}
.like-body span {
  display: block;
  margin-bottom: 3px;
}
.filter {
  margin-bottom: 30px;
  zoom: 1;
}
.filter:before,
.filter:after {
  content: "";
  display: table;
}
.filter:after {
  clear: both;
}
.filter ul {
  list-style: none;
  padding: 0;
}
.filter li {
  float: left;
  padding-right: 15px;
}
.filter li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .filter li {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .filter li {
    width: 100%;
    padding-right: 0;
  }
}
.filter-buttons {
  float: left;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .filter-buttons .btn {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .filter-buttons {
    clear: both;
    float: none;
  }
  .filter-buttons .btn {
    width: 100%;
  }
}
.filter-dropdowns {
  float: right;
}
@media (max-width: 767px) {
  .filter-dropdowns {
    clear: both;
    float: none;
  }
}
.filter-dropdowns .custom-dropdown {
  margin: 7px 0;
  min-width: 140px;
}
@media (max-width: 767px) {
  .filter-dropdowns .custom-dropdown {
    margin: 0;
  }
}
.home-cta {
  text-align: center;
  margin-bottom: 30px;
}
.home-visit-desktop {
  background: #fd9826;
  padding: 10px 0;
}
.home-visit-desktop p {
  color: #fff;
  margin: 0;
  font-size: 11px;
}
.home-visit-desktop p i {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.prize {
  padding: 30px 0;
}
.prize:nth-child(even) {
  background: #f3f3f3;
}
.prize p {
  margin-bottom: 20px;
}
.prize h2 {
  margin-top: 10px;
}
.prize img {
  width: 100%;
}
.prize .btn {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .prize {
    padding: 15px 0;
  }
  .prize img {
    margin-bottom: 20px;
  }
}
.prize:last-child {
  padding-bottom: 60px;
}
.prize-desc {
  margin: 40px 0 20px 0;
}
.prize-desc:first-child {
  margin-top: 0;
}
.terms {
  font-size: 14px;
  padding-bottom: 100px;
}
.terms h5 {
  font-family: 'Oxygen', Arial, 'Helvetica', sans-serif;
  text-transform: none;
  font-weight: bold;
  margin-top: 30px;
}
.terms ul,
.terms ol {
  list-style: none;
  padding: 0;
}
.terms ul ul,
.terms ol ul,
.terms ul ol,
.terms ol ol {
  margin-top: 10px;
  padding-left: 40px;
}
.terms li {
  margin-bottom: 1em;
}
#judges .judge {
  padding: 30px 0;
}
#judges .judge:nth-child(odd) {
  background: #f3f3f3;
}
#judges .judge h2 {
  font-size: 20px;
  color: #fff;
  background: #fd9826;
  padding: 12px;
  line-height: 1.25;
  margin-top: 10px;
  width: 90%;
}
#judges .judge p {
  font-size: 15px;
}
@media (max-width: 767px) {
  #judges .pull-right {
    float: none !important;
  }
  #judges .judge {
    padding: 15px 0;
  }
  #judges .judge h2 {
    font-size: 12px;
    width: 100%;
  }
  #judges .judge img {
    width: 100%;
  }
  #judges .judge p {
    font-size: 11px;
  }
}
#browse {
  padding-bottom: 30px;
}
#browse .large-entry {
  position: absolute;
  width: 100%;
  left: 0;
  background: #333;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s, height 0.3s;
  -moz-transition: opacity 0.3s, height 0.3s;
  -o-transition: opacity 0.3s, height 0.3s;
  -ms-transition: opacity 0.3s, height 0.3s;
  transition: opacity 0.3s, height 0.3s;
}
#browse .large-entry.open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  height: 700px;
  margin-bottom: 20px;
}
@media (max-width: 992px) and (min-width: 768px) {
  #browse .large-entry.open {
    height: 600px;
  }
}
#browse .large-entry .large-entry-cta {
  color: #fd9826;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}
#browse .large-entry .cover {
  width: 820px !important;
  height: 460px !important;
  margin: 20px auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media (max-width: 992px) and (min-width: 768px) {
  #browse .large-entry .cover {
    width: 600px !important;
    height: 338px !important;
  }
}
@media (max-width: 767px) {
  #browse .large-entry .cover {
    width: 100%;
    height: auto;
  }
}
#browse .large-entry .cover:hover .cover-overlay {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#browse .large-entry .cover-overlay {
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.25s opacity ease;
  -moz-transition: 0.25s opacity ease;
  -o-transition: 0.25s opacity ease;
  -ms-transition: 0.25s opacity ease;
  transition: 0.25s opacity ease;
}
#browse .large-entry .cover-overlay .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  border: 2px solid #fff;
  width: 170px;
  height: 50px;
  margin-left: -85px;
  margin-top: -25px;
}
#browse .large-entry .video {
  position: relative;
  margin: 20px 0;
}
#browse .large-entry .video #video_player,
#browse .large-entry .video .video-finished {
  position: absolute;
  width: 820px !important;
  height: 460px !important;
}
@media (max-width: 992px) and (min-width: 768px) {
  #browse .large-entry .video #video_player,
  #browse .large-entry .video .video-finished {
    width: 600px !important;
    height: 338px !important;
  }
}
@media (max-width: 767px) {
  #browse .large-entry .video #video_player,
  #browse .large-entry .video .video-finished {
    width: 100%;
    height: auto;
  }
}
#browse .large-entry .video #video_player.vjs-fullscreen,
#browse .large-entry .video .video-finished.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
}
#browse .large-entry .video .placeholder {
  position: relative;
  width: 820px;
  height: 460px;
  margin: 0 auto;
}
@media (max-width: 992px) and (min-width: 768px) {
  #browse .large-entry .video .placeholder {
    width: 600px;
    height: 335px;
  }
}
@media (max-width: 767px) {
  #browse .large-entry .video .placeholder {
    width: 100%;
    height: auto;
  }
}
#browse .large-entry .controls {
  position: relative;
}
#browse .large-entry a.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("../img/icon-close.png") 0 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#browse .large-entry a.left,
#browse .large-entry a.right {
  position: absolute;
  top: 50%;
  width: 17px;
  height: 32px;
  margin-top: -16px;
}
#browse .large-entry a.left {
  background: url("../img/icon-left.png");
  left: -5px;
}
#browse .large-entry a.right {
  background: url("../img/icon-right.png");
  right: -5px;
}
.view-video {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .view-video {
    margin-bottom: 15px;
  }
}
.view-video .container {
  position: relative;
  height: 550px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .view-video .container {
    width: 720px !important;
    height: 410px !important;
  }
}
@media (max-width: 767px) {
  .view-video .container {
    width: 100% !important;
    height: auto !important;
    min-height: 165px;
    margin: auto;
    padding: 0;
  }
}
.view-video #video_player {
  position: absolute;
  width: 820px !important;
  height: 460px !important;
}
@media (max-width: 767px) {
  .view-video #video_player {
    width: 100% !important;
    height: auto !important;
    min-height: 100px;
    margin: auto;
    padding: 0;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .view-video .video-js {
    width: 720px !important;
    height: 410px !important;
  }
}
@media (max-width: 767px) {
  .view-video .video-js {
    width: 100% !important;
    height: auto !important;
    min-height: 165px;
  }
}
.view-video-inner {
  position: relative;
}
.view-article {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .view-article {
    padding-bottom: 30px;
  }
}
.view-back {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  text-decoration: none;
}
.view-stats {
  list-style: none;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.view-stats li {
  display: inline-block;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  margin-right: 30px;
}
.view-stats li i {
  font-size: 24px;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .view-stats {
    font-size: 16px;
  }
  .view-stats i {
    font-size: 20px;
  }
}
.view-overall-rating {
  background: #fd9826;
  padding: 15px 10px;
  text-align: center;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  font-size: 24px;
}
.view-overall-rating h4 {
  font-size: 18px;
}
.view-overall-rating span {
  font-size: 54px;
}
.view-ratings h6 {
  margin: 0 0 5px 0;
  text-transform: none;
}
.view-ratings-featured h6 {
  color: #fd9826;
  font-size: 22px;
  font-weight: bold;
}
.view-ratings-featured .ui-progress-value {
  color: #fd9826;
  font-size: 18px;
  margin-left: -9px;
}
.view-sidebar .btn {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .view-sidebar .btn {
    width: 100%;
    line-height: 48px;
  }
}
.view-sidebar .social-list {
  float: right;
  clear: both;
  margin-bottom: 34px;
}
.view-sidebar .social-list a {
  color: #666;
}
.view-sidebar .social-list li:first-child {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
}
@media (max-width: 767px) {
  .view-sidebar .social-list {
    float: none;
    text-align: center;
  }
  .view-sidebar .social-list a {
    font-size: 42px;
  }
}
.view-img {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .view-img {
    margin-bottom: 15px;
  }
}
.view-comments {
  clear: both;
}
.view-comments iframe {
  margin: 10px 0 30px 0;
}
.view-body {
  padding: 45px 0;
}
@media (max-width: 767px) {
  .view-body {
    padding: 15px 0;
  }
}
.brief-banner {
  color: #fff;
  height: 480px;
  width: 100%;
  background: url("/assets/img/brief-banner.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 20px;
  position: relative;
}
.brief-banner iframe {
  height: 480px !important;
  width: 75% !important;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .brief-banner iframe {
    width: 100% !important;
  }
}
.brief-banner a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}
.brief-banner h1 {
  margin: 80px 0 20px 0;
}
@media (max-width: 767px) {
  .brief-banner h1 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .brief-banner {
    height: 320px;
  }
  .brief-banner iframe {
    height: 320px !important;
  }
}
.brief-banner-play {
  width: 115px;
  height: 115px;
  display: block;
  background: url("/assets/img/brief-play.png") center center no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -57.5px;
  margin-left: -57.5px;
}
@media (max-width: 767px) {
  .brief-banner-play {
    top: auto;
    bottom: 80px;
    width: 80px;
    height: 80px;
    margin-left: -40px;
  }
}
.faqs-accordion {
  padding-bottom: 10px;
}
.faqs-accordion > a {
  display: block;
  padding: 16px 22px;
  background: #fd9826;
  color: #fff;
  font-size: 18px;
  margin: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-family: 'Oswald', Arial, 'Helvetica', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.faqs-accordion > a i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 22px;
}
.faqs-accordion > a .fa-plus {
  display: none;
}
.faqs-accordion > a.collapsed .fa-plus {
  display: block;
}
.faqs-accordion > a.collapsed .fa-minus {
  display: none;
}
.faqs-accordion .accordion-body {
  padding: 30px 0 20px 0;
}
.faqs-accordion h6 {
  margin-top: 30px;
  text-transform: none;
  font-family: 'Oxygen', Arial, 'Helvetica', sans-serif;
  font-weight: bold;
}
.faqs-accordion h6:first-child {
  margin-top: 0;
}
/*
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format('embedded-opentype'), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format('woff2'), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format('woff'), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format('truetype'), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  -ms-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -webkit-animation: fa-spin 1s infinite steps(8);
  -moz-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
  -ms-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
@-moz-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Other / Misc / To Sort
   ========================================================================== */
.ng-hide {
  display: none !important;
}
