/* Lush Prize presentational styles */
/* Variables */
/* Mixins */
/* Base styles */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 0px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

user agent stylesheetdiv {
  display: block; }

video {
  max-width: 100%;
  height: auto; }

iframe,
embed,
object {
  max-width: 100%; }

body {
  background: #fff;
  color: #333;
  font-family: Helvetica, Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #545454; }

.offscreen {
  left: -9999px;
  margin: 0;
  padding: 0;
  position: absolute; }

h1 {
  font-family: "Arial Black", Arial;
  text-transform: uppercase;
  margin: 0 0 20px 0; }

h2, h3 {
  text-transform: uppercase; }

a {
  color: #56864a;
  text-decoration: none; }

a:visited {
  color: #56864a;
  text-decoration: none; }

a:hover {
  text-decoration: underline;
  color: #f58233;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a.btn {
  color: #fff; }

/* Header */
#header {
  background: #000;
  padding: 20px 0 0px 0;
  color: #fff; }

#header #topbar {
  height: 40px;
  margin-bottom: 20px; }

#header #topbar ul {
  margin: 0; }

#header #logo {
  margin-bottom: 10px; }

#header #ec-logo {
  margin-right: 35px; }

/* Flags selector  */
/* Add language styles */
#header-language-dropdown label {
  display: inline-block;
  margin-right: 5px;
  padding-bottom: 5px;
  font-family: "Arial Black";
  text-transform: uppercase;
  font-size: 10px; }

#header-language-dropdown select {
  margin-bottom: 0; }

#flags_language_selector {
  margin-bottom: 5px;
  font-size: 11px;
  padding-bottom: 25px; }

#flags_language_selector li {
  list-style-type: none;
  display: inline;
  float: left;
  margin-right: 10px; }

#flags_language_selector img {
  margin: 0 5px 0 0;
  border: 1px solid #ccc;
  padding: 2px;
  vertical-align: middle; }

#flags_language_selector a:hover img {
  border: 1px solid #777; }

#header-language-dropdown {
  margin-top: 5px; }

/* Socialinks */
#sociallinks {
  float: right;
  width: 215px; }

#sociallinks ul {
  list-style-type: none; }

#sociallinks ul li {
  float: left;
  margin-right: 3px; }

#sociallinks ul li.youtube, #sociallinks ul li.linkedin {
  margin-right: 0px; }

#sociallinks h4, #sociallinks p {
  float: left;
  font-family: "Arial Black", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.625em;
  /* 10 / 16 */
  padding-right: 10px; }

#sociallinks ul li a span {
  display: none; }

#sociallinks ul li.twitter a {
  display: block;
  height: 32px;
  width: 32px;
  background: url("../img/32-twitter.png") no-repeat top left; }

#sociallinks ul li.facebook a {
  display: block;
  height: 32px;
  width: 32px;
  background: url("../img/32-facebook.png") no-repeat top left; }

#sociallinks ul li.youtube a {
  display: block;
  height: 32px;
  width: 32px;
  background: url("../img/32-youtube-2.png") no-repeat top left; }

#sociallinks ul li.vimeo a {
  display: block;
  height: 32px;
  width: 32px;
  background: url("../img/32-vimeo.png") no-repeat top left; }

#sociallinks ul li.linkedin a {
  display: block;
  height: 32px;
  width: 32px;
  background: url("../img/32-linkedin.png") no-repeat top left; }

#sociallinks ul li a:hover {
  opacity: 0.9; }

/* email signup form */
#mc_embed_signup h4 {
  font-family: "Arial Black", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.625em;
  /* 10 / 16 */
  margin-bottom: 10px;
  margin-right: 5px; }

#mc_embed_signup {
  padding-top: 15px;
  text-align: right;
  clear: both; }

#mc_embed_signup .form-horizontal .control-group {
  margin-bottom: 10px; }

/* Navigation */
#navigation {
  background: #000;
  margin-bottom: 40px; }

#navigation .navbar {
  margin-bottom: 0; }

#navigation .navbar-inner {
  min-height: 25px;
  padding-right: 0px;
  padding-left: 0px;
  /* background-color: #2c2c2c; */
  background-image: -moz-linear-gradient(top, #000, #000);
  background-image: -ms-linear-gradient(top, #000, #000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#000));
  background-image: -webkit-linear-gradient(top, #000, #000);
  background-image: -o-linear-gradient(top, #000, #000);
  background-image: linear-gradient(top, #000, #000);
  background-repeat: repeat-x;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), inset 0 0px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), inset 0 0px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), inset 0 0px 0 rgba(0, 0, 0, 0.1); }

#navigation .navbar .nav a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 20px 5px 20px; }

#navigation .navbar .nav a:hover {
  background: #000;
  color: #56864a; }

#navigation .navbar .nav .current-menu-item > a,
#navigation .navbar .nav .current-menu-item > a:hover,
#navigation .navbar .nav .current-page-parent > a {
  color: #000;
  text-decoration: none;
  background-color: #fff; }

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
  margin: 0; }

ul.nav li.dropdown > ul.dropdown-menu {
  margin: 0; }

.dropdown-menu {
  background-color: #f1f5e5;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

#navigation .navbar .nav .dropdown-menu li {
  border-bottom: dotted 1px #ccc; }

#navigation .navbar .nav .dropdown-menu li a {
  font-size: 14px;
  text-transform: none;
  color: #000; }

#navigation .navbar .nav .dropdown-menu li a:hover {
  color: #fff;
  background: #56864a; }

.navbar .btn-navbar {
  float: left;
  font-size: 16px; }

.navbar .btn-navbar.signup {
  padding: 4px 10px; }

.navbar .btn-navbar.signup i {
  color: #fff; }

.section-links {
  margin: 20px 0;
  padding: 0; }

.section-links li {
  list-style-type: none;
  padding: 5px !important;
  margin: 0 !important; }

.section-links li a {
  display: block;
  background: url("../img/circle-arrow-right-16x16-alt3.png") no-repeat center left;
  padding: 5px;
  clear: both;
  padding-left: 24px; }

.section-links li.current_page_item, .section-links li.current-menu-item {
  background: #f6f6f6; }

.section-links li.current_page_item a, .section-links li.current-menu-item a {
  background: url("../img/circle-arrow-right-16x16-alt.png") no-repeat center left;
  color: #f58233; }

.section-links li a:hover {
  background: url("../img/circle-arrow-right-16x16-alt.png") no-repeat center left;
  text-decoration: none; }

#navigation .caret {
  border-top: 4px solid #fff;
  opacity: 1.0; }

#navigation .current-menu-item .caret,
#navigation .current-menu-ancestor .caret,
#navigation .current-page-parent .caret {
  border-top: 4px solid #333; }

#navigation a:hover .caret {
  border-top: 4px solid #56864a;
  opacity: 1.0; }

/* Standard content elements */
.post-content p {
  margin-bottom: 20px;
  line-height: 1.5; }

.post-content h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px; }

.post-content h3 {
  text-transform: none; }

.post-content h4 {
  margin-bottom: 5px; }

.post-content ul li, .post-content ol li {
  line-height: 1.5; }

.post-content blockquote {
  font-style: italic; }

.post-content blockquote cite {
  font-style: normal;
  font-weight: bold;
  font-size: 12px; }

.menu-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #ccc;
  clear: both;
  float: left; }

.box.feature {
  background: #f6f6f6; }

.box.feature h3 {
  padding-bottom: 5px; }

.content .box#sidebar {
  margin: 0px 0; }

.box .more, .video-gallery .more {
  display: block;
  min-height: 30px;
  background: url("../img/circle-arrow-right-24x24.png") no-repeat center right;
  line-height: 30px;
  border-top: dotted 1px #ccc;
  padding-top: 3px;
  margin-top: 3px;
  clear: both;
  text-align: right;
  padding-right: 35px; }

.box .more-alt {
  display: block;
  min-height: 30px;
  background: url("../img/circle-arrow-right-24x24-alt2.png") no-repeat center right;
  line-height: 30px;
  border-top: dotted 1px #ccc;
  padding-top: 3px;
  margin-top: 3px;
  clear: both;
  text-align: right;
  padding-right: 35px; }

.box .more:hover {
  background: url("../img/circle-arrow-right-24x24-alt.png") no-repeat center right; }

.box {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px; }

.video-gallery {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 10px;
  text-align: center; }

.video-gallery .wplightbox {
  display: block;
  text-align: center; }

.video-gallery .wplightbox p {
  padding-top: 10px; }

.video-gallery ul {
  margin: 0;
  padding: 0; }

.video-gallery ul li {
  list-style-type: none;
  display: inline-block;
  width: 23%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-bottom: 20px;
  padding: 5px 0;
  border-top: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc; }

.mediacontainer {
  padding: 10px 0;
  margin: 10px 0;
  border-top: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc; }

#breadcrumbs {
  color: #999;
  font-size: 11px;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 2px;
  margin-bottom: 15px; }

.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.aligncenter {
  text-align: center; }

.photo {
  border: solid 1px #ccc;
  padding: 2px; }

.wp-caption-text {
  color: #999;
  font-size: 12px;
  padding: 5px 2px 5px 2px;
  border-bottom: solid 1px #ececec; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.home h2 {
  font-family: "Arial Black";
  margin-bottom: 20px; }

.home section {
  margin-bottom: 0px; }

.hp-intro {
  padding: 0 0 20px 0;
  margin-bottom: 40px;
  clear: both;
  font-size: 18px;
  line-height: 1.25; }

.hp-intro:first-of-type {
  border-bottom: dotted 1px #ccc; }

.hp-intro p {
  margin-bottom: 20px; }

#hp-features .hp-intro .box.feature {
  font-size: 14px; }

#latest-news {
  padding: 40px 0;
  background: #f6f6f6;
  margin-bottom: 40px; }

#latest-news ul {
  margin: 0;
  padding: 0; }

#latest-news ul li {
  list-style-type: none;
  width: 22%;
  margin-right: 3%;
  float: left;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 10px; }

#latest-news h4 {
  margin-top: 10px;
  margin-bottom: 10px; }

#latest-news .signup {
  margin-right: 0%;
  width: 25%; }

#latest-news #mc_embed_signup {
  text-align: left;
  padding: 20px 20px 60px 20px;
  background: #ececec;
  border: solid 2px #999; }

#latest-news #mc_embed_signup h4 {
  font-size: 16px; }

#latest-news .signup input[type='submit'] {
  display: block;
  width: 100%; }

#latest-news .signup input[type='text'] {
  display: block;
  width: 95%; }

#video-tabs {
  padding: 0 0 40px 0; }

#video-tabs .hp-intro {
  border-bottom: none;
  margin-bottom: 0px; }

#video-tabs .video-gallery {
  text-align: left;
  background: #f1f5e5; }

#video-tabs .video-gallery .tab-intro {
  margin-bottom: 20px; }

#video-tabs .video-gallery h4 {
  text-align: center;
  margin-top: 5px; }

#video-tabs .video-gallery ul li {
  vertical-align: top; }

#video-tabs .nav-tabs {
  margin-bottom: 0; }

#video-tabs .tab-content {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 20px;
  background: #f1f5e5; }

#video-tabs .nav-tabs > li > a {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 30px;
  background: #f6f6f6;
  border-bottom: solid 1px #ddd;
  color: #545454; }

#video-tabs .nav-tabs > li > a:hover {
  color: #f58233; }

#video-tabs .nav-tabs > .active > a {
  background: #f1f5e5;
  border-bottom: solid 1px #f1f5e5; }

.landing-intro, .content {
  background: #fff;
  margin-bottom: 20px; }

.landing-promo-box {
  margin: 30px 0;
  border-left: dotted 1px #ccc; }

.landing-promo-box .promo-more {
  display: block;
  min-height: 40px;
  background: url("../img/circle-arrow-right-24x24-alt2.png") no-repeat center right;
  line-height: 40px;
  clear: both;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 35px 10px 10px;
  color: #fff; }

.landing-promo-box .promo-more:hover {
  background: url("../img/circle-arrow-right-24x24-alt2.png") no-repeat center right;
  text-decoration: none;
  color: #fff; }

.landing-promo-box.box {
  padding: 0 20px 20px 20px; }

ul.promo-links {
  margin: 10px 0;
  padding: 0; }

.promo-links li {
  list-style-type: none;
  padding: 0 15px;
  background: #56864a;
  border-top: solid 3px #fff; }

.promo-links li:hover {
  background: #f58233; }

/* Archive page layout styles */
.category-blog .menu-page-item {
  padding: 20px; }

.category-blog .menu-page-item .box {
  border-bottom: dotted 1px #ccc;
  padding: 0 0 20px 0; }

.category-blog .menu-page-item h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px; }

.prize-category h2 {
  font-size: 16px; }

.prize-category {
  min-height: 235px;
  position: relative; }

.prize-category p.subtitle, .widget.dark p.subtitle, #pagecontent p.subtitle, #sidebar .widget.dark p.subtitle {
  font-size: 1em;
  /* 16px / 16px */
  font-family: Times, serif;
  text-transform: uppercase;
  margin-bottom: 10px; }

.prize-category.wildcard {
  background: #231F20;
  color: #fff;
  padding: 20px; }

.prize-category.wildcard p.cta-button {
  position: absolute;
  bottom: 10px;
  left: 90px;
  text-align: right;
  margin-top: 30px;
  margin-right: 0px; }

.prize-category.wildcard h2, .prize-category.wildcard h2 a, .prize-category.wildcard h2 a:visited {
  color: #fff; }

/* Search page styles */
.search .post-content ol {
  padding: 0;
  margin: 0; }

.search .post-content ol li {
  border-bottom: dotted 1px #ccc;
  margin-bottom: 20px;
  list-style-type: none; }

.search-excerpt {
  color: #f58233; }

/* Sidebar elements */
.widget.box.blog {
  padding-bottom: 12px;
  float: left; }

.widget h3.widget-title {
  margin-bottom: 10px;
  color: #545454;
  text-transform: uppercase; }

.widget ul {
  margin: 0;
  padding: 0; }

.widget ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: dotted 1px #ccc;
  width: 100%; }

.widget.blog ul li {
  float: left; }

.widget ul li h4 {
  margin-bottom: 5px; }

.widget ul li img {
  max-width: 100%;
  float: none;
  border: solid 1px #ccc;
  padding: 2px;
  margin: 0 0 5px 0px; }

/* Buttons */
.btn-ec {
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #51a351;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #56864A, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#56864A), to(#51a351));
  background-image: -webkit-linear-gradient(top, #56864A, #51a351);
  background-image: -o-linear-gradient(top, #56864A, #51a351);
  background-image: linear-gradient(to bottom, #56864A, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56864A', endColorstr='#51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.btn-ec:hover,
.btn-ec:focus,
.btn-ec:active,
.btn-ec.active,
.btn-ec.disabled,
.btn-ec[disabled] {
  color: #FFFFFF;
  background-color: #51a351;
  *background-color: #003bb3; }

/* Footer */
#footer {
  background: #222;
  margin-top: 50px;
  padding: 20px 10px 60px 10px;
  font-size: 12px; }

#footer a {
  color: #fff; }

#footer h4 {
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 20px; }

#footer ul {
  margin: 0;
  padding: 0; }

#footer ul li {
  list-style-type: none;
  padding: 5px 0;
  border-top: dotted 1px #545454; }

.rtl #maincontent, .rtl #navigation {
  direction: rtl !important; }

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0 !important; }

/* Responsive stuff */
@media all and (max-width: 767px) {
  .video-gallery ul li {
    width: 100%;
    margin-bottom: 10px; }
  #video-tabs .nav-tabs > li > a {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px; }
  body {
    padding-left: 0;
    padding-right: 0; }
  #header, #footer {
    padding: 0 20px; }
  #navigation .navbar .nav .dropdown-menu li a {
    font-size: 14px;
    text-transform: none;
    color: #fff; }
  .alignright, alignleft {
    float: none;
    display: block;
    margin: 0 0 20px 0; }
  .wp-caption {
    width: auto !important; }
  .hp-intro {
    padding: 0 10px; }
  #latest-news {
    padding: 10px; }
  #video-tabs {
    padding: 10px; }
  #latest-news ul li {
    list-style-type: none;
    width: 100%;
    margin-right: 0;
    float: none;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 10px; }
  #latest-news ul li.signup {
    list-style-type: none;
    width: 100%;
    margin-right: 0;
    float: none;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  #latest-news .signup input[type='submit'] {
    display: block;
    width: 100%; }
  #latest-news .signup input[type='text'] {
    display: block;
    width: 100%; } }

@media all and (max-width: 979px) {
  #navigation .navbar .nav .dropdown-menu li a {
    font-size: 14px;
    text-transform: none;
    color: #fff; } }
