/*
This file brings together all of the CSS assets into one 'Core' file, include custom styles below.	
*/
/* - VARIABLES
------------------------------------------ */
/* - BASE STYLES
------------------------------------------ */
.container,
.constraint {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 3vw;
}
.container.narrow,
.constraint.narrow {
  max-width: 768px;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 499px) {
  .container,
  .constraint {
    padding: 0 10vw;
  }
}
@media (min-width: 1900px) {
  .container,
  .constraint {
    padding: 0 3vw;
  }
}
/*
@media (max-width: @sm){
	.container,
	.constraint{	
		padding:0 @spacing-lg;
	}
}
*/
/* - SPACING
------------------------------------------ */
button,
.button {
  margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}
figure {
  margin: 0 0 2.5rem 0;
}
/* - GRID / COLUMNS
------------------------------------------ */
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
/* For devices larger than 550px */
@media (min-width: 800px) {
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0 !important;
  }
  .one.column,
  .one.columns {
    width: 4.66666667%;
  }
  .two.columns {
    width: 13.33333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.66666667%;
  }
  .five.columns {
    width: 39.33333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.66666667%;
  }
  .eight.columns {
    width: 65.33333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.66666667%;
  }
  .eleven.columns {
    width: 91.33333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.66666667%;
  }
  .two-thirds.column {
    width: 65.33333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
@media (min-width: 800px) and (max-width: 400px) {
  .xs-one.columns {
    width: 4.66666666667%;
  }
  .xs-two.columns {
    width: 13.3333333333%;
  }
  .xs-three.columns {
    width: 22%;
  }
  .xs-four.columns {
    width: 30.6666666667%;
  }
  .xs-five.columns {
    width: 39.3333333333%;
  }
  .xs-six.columns {
    width: 48%;
  }
  .xs-seven.columns {
    width: 56.6666666667%;
  }
  .xs-eight.columns {
    width: 65.3333333333%;
  }
  .xs-nine.columns {
    width: 74.0%;
  }
  .xs-ten.columns {
    width: 82.6666666667%;
  }
  .xs-eleven.columns {
    width: 91.3333333333%;
  }
  .xs-twelve.columns {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 800px) and (max-width: 544px) {
  .sm-one.columns {
    width: 4.66666667%;
  }
  .sm-two.columns {
    width: 13.3333333333%;
  }
  .sm-three.columns {
    width: 22%;
  }
  .sm-four.columns {
    width: 30.6666666667%;
  }
  .sm-five.columns {
    width: 39.3333333333%;
  }
  .sm-six.columns {
    width: 48%;
  }
  .sm-seven.columns {
    width: 56.6666666667%;
  }
  .sm-eight.columns {
    width: 65.3333333333%;
  }
  .sm-nine.columns {
    width: 74.0%;
  }
  .sm-ten.columns {
    width: 82.6666666667%;
  }
  .sm-eleven.columns {
    width: 91.3333333333%;
  }
  .sm-twelve.columns {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 800px) and (max-width: 768px) {
  .md-one.columns {
    width: 4.66666667%;
  }
  .md-two.columns {
    width: 13.3333333333%;
  }
  .md-three.columns {
    width: 22%;
  }
  .md-four.columns {
    width: 30.6666666667%;
  }
  .md-five.columns {
    width: 39.3333333333%;
  }
  .md-six.columns {
    width: 48%;
  }
  .md-seven.columns {
    width: 56.6666666667%;
  }
  .md-eight.columns {
    width: 65.3333333333%;
  }
  .md-nine.columns {
    width: 74.0%;
  }
  .md-ten.columns {
    width: 82.6666666667%;
  }
  .md-eleven.columns {
    width: 91.3333333333%;
  }
  .md-twelve.columns {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 800px) and (max-width: 992px) {
  .lg-one.columns {
    width: 4.66666667%;
  }
  .lg-two.columns {
    width: 13.3333333333%;
  }
  .lg-three.columns {
    width: 22%;
  }
  .lg-four.columns {
    width: 30.6666666667%;
  }
  .lg-five.columns {
    width: 39.3333333333%;
  }
  .lg-six.columns {
    width: 48%;
  }
  .lg-seven.columns {
    width: 56.6666666667%;
  }
  .lg-eight.columns {
    width: 65.3333333333%;
  }
  .lg-nine.columns {
    width: 74.0%;
  }
  .lg-ten.columns {
    width: 82.6666666667%;
  }
  .lg-eleven.columns {
    width: 91.3333333333%;
  }
  .lg-twelve.columns {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  .xl-one.columns {
    width: 4.66666667%;
  }
  .xl-two.columns {
    width: 13.3333333333%;
  }
  .xl-three.columns {
    width: 22%;
  }
  .xl-four.columns {
    width: 30.6666666667%;
  }
  .xl-five.columns {
    width: 39.3333333333%;
  }
  .xl-six.columns {
    width: 48%;
  }
  .xl-seven.columns {
    width: 56.6666666667%;
  }
  .xl-eight.columns {
    width: 65.3333333333%;
  }
  .xl-nine.columns {
    width: 74.0%;
  }
  .xl-ten.columns {
    width: 82.6666666667%;
  }
  .xl-eleven.columns {
    width: 91.3333333333%;
  }
  .xl-twelve.columns {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .snap-xs {
    clear: both!important;
    float: none !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 544px) {
  .snap-sm {
    clear: both!important;
    float: none !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .snap-md {
    clear: both!important;
    float: none !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .snap-lg {
    clear: both!important;
    float: none !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.hidden-xs-up {
  display: none !important;
}
@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media (max-width: 399px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (max-width: 543px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .hidden-lg-down {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
/*
	.sm-one.columns,
	.md-one.columns,
	.lg-one.columns,
	.xl-one.columns{
		width:4.66666666667%
	}
}
@media (max-width: @sm){
	.xs-two.columns,
	.sm-two.columns,
	.md-two.columns,
	.lg-two.columns,
	.xl-two.columns{
		width:13.3333333333%;
	}
}
@media (max-width: @sm){
	.xs-three.columns,
	.sm-three.columns,
	.md-three.columns,
	.lg-three.columns,
	.xl-three.columns{
		width:22%;
	}
	.xs-four.columns,
	.sm-four.columns,
	.md-four.columns,
	.lg-four.columns,
	.xl-four.columns{
		width:30.6666666667%;
	}
	.xs-five.columns,
	.sm-five.columns,
	.md-five.columns,
	.lg-five.columns,
	.xl-five.columns{
		width:39.3333333333%;
	}
	.xs-six.columns,
	.sm-six.columns,
	.md-six.columns,
	.lg-six.columns,
	.xl-six.columns{
		width:48%;
	}
	.xs-seven.columns,
	.sm-seven.columns,
	.md-seven.columns,
	.lg-seven.columns,
	.xl-seven.columns{
		width:56.6666666667%;
	}
	.xs-eight.columns,
	.sm-eight.columns,
	.md-eight.columns,
	.lg-eight.columns,
	.xl-eight.columns{
		width:65.3333333333%;
	}
	.xs-nine.columns,
	.sm-nine.columns,
	.md-nine.columns,
	.lg-nine.columns,
	.xl-nine.columns{
		width:74.0%;
	}
	.xs-ten.columns,
	.sm-ten.columns,
	.md-ten.columns,
	.lg-ten.columns,
	.xl-ten.columns{
		width:82.6666666667%;
	}
	.xs-evelen.columns,
	.sm-evelen.columns,
	.md-evelen.columns,
	.lg-evelen.columns,
	.xl-evelen.columns{
		width:91.3333333333%;
	}
	.xs-twelve.columns,
	.sm-twelve.columns,
	.md-twelve.columns,
	.lg-twelve.columns,
	.xl-twelve.columns{
		width:100%;margin-left:0;
	}
	
*/
/* - TYPOGRAPHY & CONTENT ELremENTS
------------------------------------------ */
html {
  font-size: 62.5%;
}
@media (max-width: 1400px) {
  html {
    font-size: 60%;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 57%;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 53%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
}
body {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 2rem;
  color: #40454b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
  margin-top: 5rem;
}
h1 {
  font-size: 5.0rem;
  line-height: 1.25;
}
h2 {
  font-size: 4.6rem;
  line-height: 1.25;
}
h3 {
  font-size: 3rem;
  line-height: 1.3;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
}
@media (max-width: 992px) {
  h1 {
    font-size: 4.8rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 4.4rem;
  }
  h2 {
    font-size: 3.8rem;
  }
  h3 {
    font-size: 3.2rem;
  }
  h4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 544px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.4rem;
  }
  h3 {
    font-size: 2.8rem;
  }
  h4 {
    font-size: 2rem;
  }
}
strong,
b,
rem {
  font-weight: 500;
}
rem {
  font-style: italic;
}
p {
  margin-top: 0;
}
input,
select,
textarea {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
p input {
  margin-bottom: 0;
}
dl dt {
  float: left;
  clear: left;
  font-weight: 500;
}
dl dd {
  float: left;
  margin: 0 0 0 1rem;
}
dl dd p {
  margin: 0;
}
del,
del span {
  text-decoration: line-through;
  color: #999;
}
ins {
  text-decoration: none;
}
.wp-caption-text {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 1rem 0 0 0;
  width: 100%;
  max-width: 100%;
}
blockquote {
  border-left: 0.3rem solid rgba(0, 0, 0, 0.1);
  padding-left: 2rem;
  margin-left: 2rem;
}
hr {
  margin-top: 7.5%;
  margin-bottom: 7.5%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
}
img {
  width: auto;
  height: auto !important;
  max-width: 100%;
  display: block;
}
.fa-angle-left {
  position: relative;
  padding-right: 5px;
}
.fa-angle-right {
  position: relative;
  top: 1px;
  padding-left: 5px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c0c5ca;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #c0c5ca;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #c0c5ca;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #c0c5ca;
}
/* - LINKS
------------------------------------------ */
a {
  color: #f0534f;
  text-decoration: none;
}
a:hover {
  color: #c81611;
  text-decoration: underline;
  cursor: pointer;
}
a p,
a h2,
a h3,
a h4,
a li {
  color: #40454b;
  text-decoration: none !important;
  display: inline-block;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form fieldset:last-child {
  margin-bottom: 0;
}
form fieldset p:last-child {
  margin-bottom: 0;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 50px;
  line-height: 50px;
  padding: 0 1.5rem;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
}
select {
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/icon-arrow-down.svg) no-repeat 95% center #ffffff;
  background-size: 22px;
}
/* removes awkward default styles on some inputs for iOS */
input[type="remail"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
input[type="remail"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 2px solid #f0534f;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 0px;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}
/* - LISTS
------------------------------------------ */
ul {
  list-style: disc inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  margin-top: 0;
  margin-left: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 2rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
  list-style-position: outside;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* - CODE
------------------------------------------ */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
/* - TABLES
------------------------------------------ */
table {
  width: 100%;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: rgba(64, 69, 75, 0.0015);
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/* - UTILITIES
------------------------------------------ */
.full-width {
  width: 100%;
  box-sizing: border-box;
}
.max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.display-table,
.table {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.display-cell,
.cell {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
}
.rounded {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* - CLEARING
------------------------------------------ */
.container:after,
.row:after,
.clearfix {
  content: "";
  display: table;
  clear: both;
}
.row {
  clear: both;
}
/* - BUTTONS
------------------------------------------ */
.button,
button,
input[type=submit] {
  color: #fff !important;
  background: #f0534f;
  text-transform: none;
  border: none;
  line-height: 1rem;
  outline: none;
  padding: 2rem;
  margin: 0;
  width: auto;
  font-weight: 600;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.button,
button,
input[type=submit] {
  color: #fff !important;
  background: #f0534f;
}
.button:hover,
button:hover,
input[type=submit]:hover {
  background: #ee3c38;
}
.button.outline {
  background: none !important;
  border: 2px solid #cc3333;
  color: #cc3333 !important;
}
.button.outline:hover {
  background: #cc3333;
  color: #fff !important;
}
.button.faded {
  opacity: 0.5;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.button.faded:hover {
  opacity: 1;
}
/* - MEDIA QUERIES
------------------------------------------ */
/* - NORMALIZE CSS
------------------------------------------ */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
/* - TYPOGRAPHY
------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
/* - MISC
------------------------------------------ */
html,
body {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
}
* {
  box-sizing: border-box;
}
.site-container {
  width: 100%;
  height: 100%;
}
/* - SIDEBAR ACCORDION
------------------------------------------ */
.accordion {
  border-bottom: 1px solid rgba(64, 69, 75, 0.15);
  overflow-x: visible;
}
.accordion:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.accordion-tab {
  position: relative;
  padding: 1.5rem 0;
}
.accordion-content {
  overflow: visible;
  display: none;
  padding-bottom: 1.5rem;
}
.accordion.active .accordion-content {
  display: block;
}
.accordion-tab i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
/* - MODAL BOX
------------------------------------------ */
.modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.modal {
  max-width: 700px;
  width: 100%;
  /*
	border:1px solid fade(@color-base-font,15%);
	padding:5rem;
	.border-radius(@border-radius);
*/
}
.modal .logo {
  max-width: 200px;
  display: block;
  width: 100%;
  margin: 0 0 2rem 0;
}
.modal * {
  font-size: 1.6rem;
}
.modal h2 {
  font-size: 2rem;
  font-weight: 600;
}
.modal label {
  font-weight: 400;
  opacity: 0.5;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.modal form {
  margin: 0;
}
.modal p.note {
  opacity: 0.5;
}
.modal p:last-of-type {
  margin-bottom: 0;
}
.form-group {
  margin-bottom: 2rem;
}
.errors {
  margin: 0 0 2rem 0;
  padding: 0;
}
.errors li {
  margin: 0;
  padding: 0;
  color: red;
  list-style: none;
}
/* - SHARE BUTTONS
------------------------------------------ */
.share-options {
  float: right;
}
.share-options a {
  display: inline-block;
  margin: 0 1rem 0 0;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.share-options a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.share-options a.share-facebook {
  background: #3b5998;
  color: #fff;
}
.share-options a.share-twitter {
  background: #38A1F3;
  color: #fff;
}
.share-options a.share-email {
  background: rgba(64, 69, 75, 0.1);
  color: #40454b;
}
/* - STICKY SIDEBAR
------------------------------------------ */
aside.sidebar {
  padding: 5rem 0;
  height: 100vh;
  /*
	box-sizing:initial;
	-webkit-box-sizing:initial;
	-moz-box-sizing:initial;
	*/
  position: relative;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  float: left;
  min-height: 1px;
  overflow-y: scroll;
}
aside.sidebar *,
aside.sidebar *:focus,
aside.sidebar *:active {
  outline: none;
}
aside.sidebar select {
  color: #40454b;
  text-decoration: none;
  font-size: 1.7rem;
  position: relative;
  padding: 0.6rem 1.5rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  font-weight: 500;
  background: rgba(64, 69, 75, 0.15);
  height: auto;
  line-height: 1.7;
  background-image: url(../images/icon-arrow-down.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
  ouline: none;
  border: none;
}
aside.sidebar select:hover,
aside.sidebar select:focus {
  background-color: rgba(64, 69, 75, 0.2);
  border: none;
  outline: none;
}
aside.sidebar,
aside.sidebar * {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
aside.sidebar::-webkit-scrollbar,
aside.sidebar *::-webkit-scrollbar {
  width: 0;
  height: 0;
}
aside.sidebar h3 {
  font-size: 1.8rem;
  margin: 0;
}
aside.sidebar a,
aside.sidebar label {
  display: block;
  text-decoration: none;
  color: rgba(64, 69, 75, 0.75);
  font-size: 1.6rem;
}
@media (max-width: 800px) {
  aside.sidebar {
    display: none;
  }
}
aside.sidebar.mobile {
  background: #fff;
  position: fixed;
  width: 80%;
  height: 100%;
  max-width: 500px;
  left: -81%;
  z-index: 99;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-box-shadow: 5px 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 0px 0px rgba(0, 0, 0, 0.05);
  overflow-y: scroll;
  top: 0;
  display: block;
  left: 0;
  padding: 4vw 5vw;
}
main.content {
  padding: 5rem 0;
}
@media (min-width: 0px) and (max-width: 499px) {
  main.content {
    padding: 2.5rem 0;
  }
}
@media (min-width: 500px) and (max-width: 799px) {
  main.content {
    padding: 3rem 0;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  main.content {
    padding: 3.5rem 0;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  main.content {
    padding: 4rem 0;
  }
}
@media (min-width: 1500px) and (max-width: 1899px) {
  main.content {
    padding: 4.5rem 0;
  }
}
@media (min-width: 1900px) {
  main.content {
    padding: 5rem 0;
  }
}
main.content form {
  float: none;
  padding: 0;
  display: block;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 11;
}
main.content form .results {
  top: 50%;
  transform: translate(0, -50%);
  color: rgba(64, 69, 75, 0.5);
  font-size: 1.3rem;
  position: absolute;
  right: 2rem;
}
@media (max-width: 500px) {
  main.content form .results {
    display: none;
  }
}
main.content form input {
  margin: 0;
  background: rgba(64, 69, 75, 0.06);
  display: block;
  border: none;
  height: 55px;
  font-size: 1.6rem;
}
main.content form input:focus {
  border: none;
  background: rgba(64, 69, 75, 0.1);
}
@media (max-width: 992px) {
  main.content form input {
    height: 45px;
  }
}
main.content form input.open {
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
@media (min-width: 0px) and (max-width: 499px) {
  main.content form {
    margin: 0 0 2.5rem 0;
  }
}
@media (min-width: 500px) and (max-width: 799px) {
  main.content form {
    margin: 0 0 3rem 0;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  main.content form {
    margin: 0 0 3.5rem 0;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  main.content form {
    margin: 0 0 4rem 0;
  }
}
@media (min-width: 1500px) and (max-width: 1899px) {
  main.content form {
    margin: 0 0 4.5rem 0;
  }
}
@media (min-width: 1900px) {
  main.content form {
    margin: 0 0 5rem 0;
  }
}
.search-container {
  position: relative;
}
.search-menu {
  display: none;
  position: absolute;
  top: 55px;
  z-index: 10;
  background: #fff;
  border: 2px solid rgba(64, 69, 75, 0.06);
  border-top: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem 0;
  max-height: 75vh;
  overflow-y: scroll;
}
.search-menu a,
.search-menu span {
  font-size: 1.6rem;
  color: #40454b;
  display: block;
  padding: 0.3rem 2rem 0.3rem 2rem;
}
.search-menu a.selection {
  background: rgba(64, 69, 75, 0.05);
}
.search-menu span {
  color: rgba(64, 69, 75, 0.5);
}
@media (max-width: 768px) {
  .search-menu {
    left: 0 !important;
  }
}
nav.main {
  position: relative;
  z-index: 1;
}
nav.main a {
  color: #40454b;
  text-decoration: none;
  height: 55px;
  display: inline-block;
  line-height: 55px;
  font-size: 1.8rem;
}
nav.main a:first-letter {
  text-transform: capitalize;
}
nav.main div.nav-item {
  float: right;
  margin: 0 0 0 2.5rem;
  position: relative;
}
nav.main div.settings {
  font-size: 2.5rem;
}
nav.main .account img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 55px;
  height: 55px;
  display: block;
  float: right;
  margin: 0 0 0 10px;
}
@media (max-width: 992px) {
  nav.main .account img {
    display: none;
  }
}
nav.main .submenu {
  display: none;
  position: absolute;
  z-index: 10;
  background: #fff;
  width: 250px;
  right: 0;
  top: 65px;
  padding: 2rem;
  border: 2px solid rgba(64, 69, 75, 0.1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
nav.main .submenu a {
  height: auto;
  display: block;
  line-height: normal;
  padding: 1rem 0;
}
/* - STYLE OF INDIVIDUAL ITEMS
------------------------------------------ */
.item {
  display: block;
  background: rgba(64, 69, 75, 0.15);
  height: auto;
  overflow: hidden;
  float: left;
  margin: 0 2% 2% 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.item:before {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "";
  position: absolute;
  top: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #40454b);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #40454b);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #40454b);
  opacity: 0.7;
  z-index: 2;
}
.item:after {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "";
  position: absolute;
  top: 0;
  bottom: 60%;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #40454b);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #40454b);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #40454b);
  opacity: 0.7;
  z-index: 2;
}
.item img.cover-art {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  z-index: 1;
}
.item .fa-play {
  z-index: 3;
  display: none;
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f0534f;
  color: #fff;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  width: 50px;
  height: 50px;
  letter-spacing: -4px;
  line-height: 50px;
}
.item .rating {
  opacity: 0.8;
  position: absolute;
  top: 2rem;
  left: 2rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fdd449;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 0;
  z-index: 3;
  line-height: 1;
}
.item .rating img.imdb {
  float: left;
  width: 30px;
  margin: 0 5px 0 0;
}
.item .release-year {
  opacity: 0.8;
  position: absolute;
  top: 2rem;
  right: 2rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 0;
  z-index: 3;
  line-height: 1;
}
.item .title {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  z-index: 3;
  left: 0;
  text-shadow: 0px 0px 25px #40454b;
}
@media (min-width: 0px) and (max-width: 499px) {
  .item .title {
    font-size: 2rem;
  }
}
@media (min-width: 500px) and (max-width: 799px) {
  .item .title {
    font-size: 1.8rem;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .item .title {
    font-size: 1.6rem;
  }
}
/* - STYLE OF ITEMS IN A GRID LIST
------------------------------------------ */
.item-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 499px) {
  .item-list .item {
    width: 49%;
  }
  .item-list .item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (min-width: 500px) and (max-width: 799px) {
  .item-list .item {
    width: 31.9%;
  }
  .item-list .item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .item-list .item {
    width: 23.5%;
  }
  .item-list .item:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .item-list .item {
    width: 18.4%;
  }
  .item-list .item:nth-child(5n+5) {
    margin-right: 0;
  }
}
@media (min-width: 1500px) and (max-width: 1899px) {
  .item-list .item {
    width: 15%;
  }
  .item-list .item:nth-child(6n+6) {
    margin-right: 0;
  }
}
@media (min-width: 1900px) {
  .item-list .item {
    width: 12.55%;
  }
  .item-list .item:nth-child(7n+7) {
    margin-right: 0;
  }
}
/*
@media (min-width: @xl){
	.item-list .item{width:12.55%;}
	.item-list .item:nth-child(7n+7){margin-right:0;}
}
*/
/* - STYLE OF ITEMS IN A PLAYLIST
------------------------------------------ */
.playlist {
  z-index: 13;
  opacity: 1;
  overflow: scroll;
  transition: all 0.1s;
  transition: max-height 0.15s ease-in;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.playlist:hover {
  /*
	max-height: 1000px;
	transition: max-height 0.25s ease-in;
*/
}
.playlist:hover .item {
  /*	 opacity: 0.9; */
}
.playlist .item-container {
  display: block;
  overflow: scroll;
  display: -webkit-inline-flex;
  /* Safari */
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.playlist .item {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  float: left;
  width: 150px;
  margin: 0 30px 0 0;
  transition: all 0.1s;
}
.playlist .item:first-child {
  margin-left: 30px;
}
.playlist .item:last-child {
  margin-right: 0;
}
.playlist .item:hover,
.playlist .item.playing {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.playlist,
.playlist .item-container {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.playlist::-webkit-scrollbar,
.playlist .item-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.playlist-details {
  margin-bottom: 5rem;
}
.playlist-details h2 {
  font-size: 4rem;
}
.playlist-details p {
  color: rgba(64, 69, 75, 0.75);
}
@media (max-width: 800px) {
  .playlist {
    display: none;
  }
  .playlist-details {
    display: none;
  }
}
/* - PLAYLIST / POPUP / DETAIL VIEW
------------------------------------------ */
ul.tags {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
ul.tags li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.tags li a {
  font-size: 1.4rem;
  background: rgba(64, 69, 75, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.4rem 0.8rem 0.6rem;
  position: relative;
  margin: 0 5px 10px 5px;
  color: rgba(64, 69, 75, 0.75);
  text-decoration: none;
  display: block;
}
ul.tags li a:hover {
  background: rgba(64, 69, 75, 0.2);
}
#item-details {
  text-align: left;
  scroll-behavior: smooth;
}
#item-details .container {
  max-width: 1000px;
  margin: 0 auto;
}
#item-details h1 {
  font-size: 4.6rem;
  margin: -1.5rem 0 3rem 0;
  float: left;
  max-width: 750px;
}
#item-details h1 .date {
  font-size: 1.8rem;
  background: rgba(64, 69, 75, 0.1);
  padding: 0.4rem 0.8rem 0.6rem;
  display: inline-block;
  position: relative;
  top: -1rem;
  right: -2rem;
}
#item-details .stats {
  float: right;
}
#item-details .stats .rating {
  line-height: 1;
  text-decoration: none !important;
}
#item-details .stats .rating img {
  width: 65px;
  float: left;
  margin: 0 10px 0 0;
}
#item-details .stats .rating .value,
#item-details .stats .rating .count {
  font-weight: 500;
  font-size: 3rem;
}
#item-details .stats .rating .value {
  color: #40454b;
}
#item-details .stats .rating .count {
  color: rgba(64, 69, 75, 0.3);
}
#item-details .actions {
  margin: 0 0 5rem 0;
  overflow: hidden;
}
#item-details .actions .left {
  float: left;
}
#item-details .actions .left a {
  margin: 0 1rem 0 0;
  width: auto;
  padding: 13px 17px;
}
#item-details .actions .right {
  float: right;
}
#item-details .actions .right a {
  margin: 0 0 0 1rem;
}
#item-details .actions a {
  margin: 0;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(64, 69, 75, 0.1);
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  color: #40454b;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-align: center;
}
#item-details .actions a img {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#item-details .actions a.netflix {
  background: #141414;
  color: #E50914;
}
#item-details .actions a.prime {
  background: #1a2129;
  color: #146EB4;
}
#item-details .actions a.amazon {
  background: #232f3e;
  color: #FF9900;
}
#item-details .actions a.google {
  color: #4285F4;
}
#item-details .video-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 0 0 5rem 0;
}
#item-details .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#item-details a.toggle-details {
  margin-bottom: 2.5rem;
  display: block;
}
#item-details .overview {
  margin: 0;
  clear: both;
}
#item-details .overview .toggle {
  display: none;
}
#item-details .overview .toggle.active {
  display: block;
}
#item-details .overview .title-label {
  letter-spacing: 0.1rem;
  color: rgba(64, 69, 75, 0.5);
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 3rem 0 1rem 0;
}
#item-details .overview .summary,
#item-details .overview .cast,
#item-details .overview .director,
#item-details .overview .tags {
  margin-bottom: 2.5rem;
}
#item-details .tags,
#item-details .cast,
#item-details .director {
  overflow: hidden;
}
#item-details .tags a,
#item-details .director a,
#item-details .cast a {
  color: #40454b;
  background: rgba(64, 69, 75, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  text-decoration: none;
  float: left;
  font-size: 1.4rem;
  margin: 0 5px 5px 0;
  color: rgba(64, 69, 75, 0.5);
  padding: 0.1rem 0.7rem 0.2rem;
}
#item-details .tags a:hover,
#item-details .director a:hover,
#item-details .cast a:hover {
  color: #40454b;
}
@media (max-width: 800px) {
  #item-details h1 {
    float: none;
    max-width: none;
  }
  #item-details .stats {
    float: none;
    clear: both;
    display: block;
    margin: 2.5rem 0 2.5rem 0;
  }
  #item-details .overview {
    margin: 0 0 2.5rem 0;
  }
}
@media (max-width: 800px) {
  #item-details .actions .left,
  #item-details .actions .right {
    margin: 0;
    float: none;
    overflow: hidden;
  }
  #item-details .actions .right a,
  #item-details .actions .left a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 1.5rem 0 0 0;
  }
  #item-details .actions .left a {
    width: 48%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* - SHOW MORE / LESS TEXT STYLING
------------------------------------------ */
a.morelink {
  text-decoration: none;
  outline: none;
}
.morecontent span {
  display: none;
}
/* - SLIDER STYLES
------------------------------------------ */
.noUi-horizontal {
  height: 20px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  top: 0px;
  right: -11px !important;
}
.noUi-target {
  background: rgba(64, 69, 75, 0.15);
  border-radius: 999px;
  border: none;
  box-shadow: none;
}
.noUi-target:hover {
  background: rgba(64, 69, 75, 0.2);
}
.noUi-handle {
  border: 1px solid rgba(64, 69, 75, 0.2);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0px 0px 2px rgba(64, 69, 75, 0.2);
  box-shadow: none;
}
.noUi-handle:before,
.noUi-handle:after {
  display: none;
}
.noUi-handle.noUi-handle-upper {
  /* 	right:0 !important */
}
.noUi-handle.noUi-handle-lower {
  /* 	right:-20px !important; */
}
.noUi-connect {
  background: rgba(64, 69, 75, 0.4);
  border-radius: 999px;
}
/* - MISC UI
---------------------------------- */
@media (min-width: 0px) and (max-width: 499px) {
  .site-container {
    padding: 0 2.5rem;
  }
}
@media (min-width: 500px) and (max-width: 799px) {
  .site-container {
    padding: 0 3rem;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .site-container {
    padding: 0 3.5rem;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .site-container {
    padding: 0 4rem;
  }
}
@media (min-width: 1500px) and (max-width: 1899px) {
  .site-container {
    padding: 0 4.5rem;
  }
}
@media (min-width: 1900px) {
  .site-container {
    padding: 0 5rem;
  }
}
.search-notification {
  font-size: 3rem;
  text-align: center;
  color: #aaa;
  margin: 5rem 0;
}
/* - NOTIFICATION
------------------------------------------ */
.notification {
  border: 2px solid rgba(64, 69, 75, 0.15);
  color: rgba(64, 69, 75, 0.5);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  margin: 0 0 2.5rem 0;
  padding: 1rem 1.5rem;
  font-weight: 400;
  font-size: 1.8rem;
}
.notification.success {
  border-color: #00c599;
  color: #00c599;
}
.notification.error {
  border-color: #f0534f;
  color: #f0534f;
}
/* - GOOGLE BUTTON
---------------------------------- */
.abcRioButton {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 1.8rem !important;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  -webkit-user-select: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  background: none !important;
  color: #40454b;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: auto !important;
  height: auto !important;
}
.abcRioButtonContents {
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  color: #40454b !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: inherit !important;
  width: auto !important;
  height: auto !important;
}
.abcRioButtonIcon {
  padding: 0 !important;
  float: right !important;
  display: block !important;
  margin: 19px 0 0 10px !important;
}
.abcRioButtonContentWrapper {
  line-height: 55px !important;
  height: 55px !important;
}
/* - SIDEBAR & FILTERS
---------------------------------- */
#header {
  position: relative;
  z-index: 100;
  overflow: hidden;
}
#header a:hover {
  opacity: 0.6;
}
#header .logo {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0;
  z-index: 100;
  float: left;
  padding: 12px 40px 8px 0;
}
#header .logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 0 10px;
}
@media (min-width: 0px) and (max-width: 499px) {
  #header {
    margin: 0 0 2.5rem 0;
  }
}
@media (min-width: 500px) and (max-width: 799px) {
  #header {
    margin: 0 0 3rem 0;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  #header {
    margin: 0 0 3.5rem 0;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  #header {
    margin: 0 0 4rem 0;
  }
}
@media (min-width: 1500px) and (max-width: 1899px) {
  #header {
    margin: 0 0 4.5rem 0;
  }
}
@media (min-width: 1900px) {
  #header {
    margin: 0 0 5rem 0;
  }
}
.filtering.eras .to,
.filtering.eras .from {
  font-size: 1.5rem;
  color: rgba(64, 69, 75, 0.5);
  display: block;
  margin-bottom: 1rem;
}
.filtering.eras .from {
  float: left;
}
.filtering.eras .to {
  float: right;
}
.filtering.eras #era-range,
.filtering.rating #minimum_ratings,
.filtering.rating #lowest-rating {
  margin-bottom: 1rem;
}
.filtering span {
  font-size: 1.5rem;
  color: rgba(64, 69, 75, 0.5);
  display: block;
}
/* - TOOLBAR
---------------------------------- */
.toolbar {
  margin: 0 0 5rem 0;
  display: block;
  overflow-y: auto;
}
.toolbar div {
  float: left;
}
.toolbar div a {
  display: inline-block;
  color: #40454b;
  opacity: 0.5;
  text-decoration: none;
  font-size: 1.7rem;
  position: relative;
  padding: 0.6rem 1.5rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-right: 2rem;
}
.toolbar div a.active {
  opacity: 1;
  font-weight: 500;
  background: rgba(64, 69, 75, 0.1);
}
.toolbar div a:hover {
  opacity: 1;
}
.toolbar div a.watchlist-only {
  display: none;
}
.toolbar div a.cta {
  opacity: 1;
  color: #f0534f;
}
.toolbar div a.cta i {
  font-size: 1.4rem;
  position: relative;
  top: -1px;
  margin: 0 3px 0 0;
}
.toolbar form {
  margin: 3vw 0 3vw 0;
}
.toolbar form select {
  margin: 0;
}
.toolbar .button {
  float: right;
  position: relative;
  padding: 1.6rem 1.75rem 1.5rem 1.75rem;
  font-size: 1.5rem;
  top: 35px;
}
.toolbar .button .fa {
  font-size: 1.4rem;
  padding-right: 5px;
  position: relative;
  top: -1px;
}
.toolbar div.ordering {
  float: right;
  white-space: nowrap;
}
.toolbar div.ordering a {
  text-decoration: none;
  font-size: 1.8rem;
  padding: 0.5rem 2rem;
  color: rgba(64, 69, 75, 0.75);
  margin: 0;
}
.toolbar div.ordering a:hover {
  color: #40454b;
}
.toolbar div.ordering a.fa-redo {
  display: none;
}
.toolbar div.ordering select {
  border: none;
  outline: none;
  margin: 0;
  color: #40454b;
  text-decoration: none;
  font-size: 1.7rem;
  position: relative;
  padding: 0.6rem 1.5rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  font-weight: 500;
  background: rgba(64, 69, 75, 0.15);
  height: auto;
  width: 175px;
  line-height: 1.7;
  background-image: url(../images/icon-arrow-down.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
}
.toolbar div.ordering select:hover {
  background-color: rgba(64, 69, 75, 0.2);
}
.toolbar div.filtering {
  float: left;
  white-space: nowrap;
}
.toolbar div.filtering a {
  margin: 0 2rem 0 0;
}
@media (min-width: 0px) and (max-width: 499px) {
  .toolbar {
    margin: 0 0 2.5rem 0;
  }
  .toolbar div.ordering {
    clear: both;
    width: 100%;
    margin-top: 2.5rem;
  }
}
@media (min-width: 500px) and (max-width: 799px) {
  .toolbar {
    margin: 0 0 3rem 0;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .toolbar {
    margin: 0 0 3.5rem 0;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .toolbar {
    margin: 0 0 4rem 0;
  }
}
@media (min-width: 1500px) and (max-width: 1899px) {
  .toolbar {
    margin: 0 0 4.5rem 0;
  }
}
@media (min-width: 1900px) {
  .toolbar {
    margin: 0 0 5rem 0;
  }
}
aside.sidebar a.reset-filters {
  margin: 0 0 7.5% 0;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(64, 69, 75, 0.1);
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  color: #40454b;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-align: center;
  display: none;
}
aside.sidebar a.reset-filters:hover {
  background: rgba(64, 69, 75, 0.15);
}
/* - MENU-ICON
---------------------------------- */
.menu-icon {
  display: none;
  text-decoration: none !important;
  outline: none !important;
  color: #40454b;
  float: left;
  font-size: 2.8rem;
  padding: 1.5rem 2.5rem 1.5rem 0;
  margin: 0;
}
@media (max-width: 800px) {
  .menu-icon {
    display: block;
  }
}
/* - POPUPS
---------------------------------- */
.popup-box {
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  overflow: hidden;
  padding: 5vw 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}
@media (min-width: 0px) and (max-width: 499px) {
  .popup-box {
    padding: 10vw 0;
  }
}
@media (min-width: 1900px) {
  .popup-box {
    padding: 5vw 0;
  }
}
.popup-box .close-button {
  position: absolute;
  top: 5rem;
  right: 5rem;
  display: block;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  background: rgba(64, 69, 75, 0.1);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  z-index: 999;
  text-decoration: none !important;
  color: #40454b !important;
}
.popup-box .close-button:hover {
  background: rgba(64, 69, 75, 0.2);
}
/* - MENU
---------------------------------- */
.menu {
  background: #fff;
  position: fixed;
  width: 80%;
  height: 100%;
  max-width: 500px;
  left: -81%;
  z-index: 99;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-box-shadow: 5px 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 0px 0px rgba(0, 0, 0, 0.05);
  overflow-y: scroll;
  top: 0;
}
.menu.open {
  left: 0;
  display: block;
}
.menu .account {
  background: #40454b;
  padding: 3rem;
}
.menu nav a {
  display: block;
  font-weight: 600;
  padding: 1rem 3rem;
  color: #40454b;
  font-size: 3rem;
  text-align: center;
}
.menu nav a:active {
  background: rgba(64, 69, 75, 0.1);
}
.menu nav a i {
  margin-right: 1rem;
  display: none;
}
.menu nav a:first-child {
  margin-top: 2.5rem;
}
.menu nav a:last-child {
  margin-bottom: 2.5rem;
}
.overlay {
  background: rgba(64, 69, 75, 0.2);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 52;
  display: none;
}
