@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Maven+Pro);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.row-inside-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 1080px;
  margin: 0 auto;
}
.row-inside-flex.row {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row-inside-flex.column {
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}

[class*="flex-"] {
  margin-right: 12px;
}

[class*="flex-"]:last-child {
  margin-right: 0;
}

.flex-1 {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-2 {
  -webkit-box-flex: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 2;
  /* OLD - Firefox 19- */
  -webkit-flex: 2;
  /* Chrome */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-3 {
  -webkit-box-flex: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 3;
  /* OLD - Firefox 19- */
  -webkit-flex: 3;
  /* Chrome */
  -ms-flex: 3;
  /* IE 10 */
  flex: 3;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-4 {
  -webkit-box-flex: 4;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 4;
  /* OLD - Firefox 19- */
  -webkit-flex: 4;
  /* Chrome */
  -ms-flex: 4;
  /* IE 10 */
  flex: 4;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-5 {
  -webkit-box-flex: 5;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 5;
  /* OLD - Firefox 19- */
  -webkit-flex: 5;
  /* Chrome */
  -ms-flex: 5;
  /* IE 10 */
  flex: 5;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-6 {
  -webkit-box-flex: 6;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 6;
  /* OLD - Firefox 19- */
  -webkit-flex: 6;
  /* Chrome */
  -ms-flex: 6;
  /* IE 10 */
  flex: 6;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-7 {
  -webkit-box-flex: 7;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 7;
  /* OLD - Firefox 19- */
  -webkit-flex: 7;
  /* Chrome */
  -ms-flex: 7;
  /* IE 10 */
  flex: 7;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-8 {
  -webkit-box-flex: 8;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 8;
  /* OLD - Firefox 19- */
  -webkit-flex: 8;
  /* Chrome */
  -ms-flex: 8;
  /* IE 10 */
  flex: 8;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-9 {
  -webkit-box-flex: 9;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 9;
  /* OLD - Firefox 19- */
  -webkit-flex: 9;
  /* Chrome */
  -ms-flex: 9;
  /* IE 10 */
  flex: 9;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-10 {
  -webkit-box-flex: 10;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 10;
  /* OLD - Firefox 19- */
  -webkit-flex: 10;
  /* Chrome */
  -ms-flex: 10;
  /* IE 10 */
  flex: 10;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-11 {
  -webkit-box-flex: 11;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 11;
  /* OLD - Firefox 19- */
  -webkit-flex: 11;
  /* Chrome */
  -ms-flex: 11;
  /* IE 10 */
  flex: 11;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-12 {
  -webkit-box-flex: 12;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 12;
  /* OLD - Firefox 19- */
  -webkit-flex: 12;
  /* Chrome */
  -ms-flex: 12;
  /* IE 10 */
  flex: 12;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-screen {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100%;
}

.flex-screen-content {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 500px) {
  .ribbon {
    width: 100% !important;
  }
  .ribbon:before, .ribbon:after {
    display: none !important;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.row-inside-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 1080px;
  margin: 0 auto;
}
.row-inside-flex.row {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row-inside-flex.column {
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}

[class*="flex-"] {
  margin-right: 12px;
}

[class*="flex-"]:last-child {
  margin-right: 0;
}

.flex-1 {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-2 {
  -webkit-box-flex: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 2;
  /* OLD - Firefox 19- */
  -webkit-flex: 2;
  /* Chrome */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-3 {
  -webkit-box-flex: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 3;
  /* OLD - Firefox 19- */
  -webkit-flex: 3;
  /* Chrome */
  -ms-flex: 3;
  /* IE 10 */
  flex: 3;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-4 {
  -webkit-box-flex: 4;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 4;
  /* OLD - Firefox 19- */
  -webkit-flex: 4;
  /* Chrome */
  -ms-flex: 4;
  /* IE 10 */
  flex: 4;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-5 {
  -webkit-box-flex: 5;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 5;
  /* OLD - Firefox 19- */
  -webkit-flex: 5;
  /* Chrome */
  -ms-flex: 5;
  /* IE 10 */
  flex: 5;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-6 {
  -webkit-box-flex: 6;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 6;
  /* OLD - Firefox 19- */
  -webkit-flex: 6;
  /* Chrome */
  -ms-flex: 6;
  /* IE 10 */
  flex: 6;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-7 {
  -webkit-box-flex: 7;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 7;
  /* OLD - Firefox 19- */
  -webkit-flex: 7;
  /* Chrome */
  -ms-flex: 7;
  /* IE 10 */
  flex: 7;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-8 {
  -webkit-box-flex: 8;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 8;
  /* OLD - Firefox 19- */
  -webkit-flex: 8;
  /* Chrome */
  -ms-flex: 8;
  /* IE 10 */
  flex: 8;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-9 {
  -webkit-box-flex: 9;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 9;
  /* OLD - Firefox 19- */
  -webkit-flex: 9;
  /* Chrome */
  -ms-flex: 9;
  /* IE 10 */
  flex: 9;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-10 {
  -webkit-box-flex: 10;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 10;
  /* OLD - Firefox 19- */
  -webkit-flex: 10;
  /* Chrome */
  -ms-flex: 10;
  /* IE 10 */
  flex: 10;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-11 {
  -webkit-box-flex: 11;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 11;
  /* OLD - Firefox 19- */
  -webkit-flex: 11;
  /* Chrome */
  -ms-flex: 11;
  /* IE 10 */
  flex: 11;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-12 {
  -webkit-box-flex: 12;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 12;
  /* OLD - Firefox 19- */
  -webkit-flex: 12;
  /* Chrome */
  -ms-flex: 12;
  /* IE 10 */
  flex: 12;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-screen {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100%;
}

.flex-screen-content {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 500px) {
  .ribbon {
    width: 100% !important;
  }
  .ribbon:before, .ribbon:after {
    display: none !important;
  }
}
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/cocina/flaticon.eot");
  src: url("../fonts/cocina/flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/cocina/flaticon.woff") format("woff"), url("../fonts/cocina/flaticon.ttf") format("truetype"), url("../fonts/cocina/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-arrow483:before {
  content: "\e000";
}

.flaticon-calendar68:before {
  content: "\e001";
}

.flaticon-chef18:before {
  content: "\e002";
}

.flaticon-chef20:before {
  content: "\e003";
}

.flaticon-clock96:before {
  content: "\e004";
}

.flaticon-like82:before {
  content: "\e005";
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.block {
  display: block !important;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.margin-sides {
  margin: 0 10px;
}

.col-1of2 {
  float: left;
  width: 49.375%;
  margin-right: 1.25%;
}

.col-1of3 {
  float: left;
  width: 32.5%;
  margin-right: 1.25%;
}

.col-1of4 {
  float: left;
  width: 24.0625%;
  margin-right: 1.25%;
}

.col-1 {
  float: left;
  width: 7.1875%;
  margin-right: 1.25%;
}

.col-2 {
  float: left;
  width: 15.625%;
  margin-right: 1.25%;
}

.col-3 {
  float: left;
  width: 24.0625%;
  margin-right: 1.25%;
}

.col-4 {
  float: left;
  width: 32.5%;
  margin-right: 1.25%;
}

.col-5 {
  float: left;
  width: 40.9375%;
  margin-right: 1.25%;
}

.col-6 {
  float: left;
  width: 49.375%;
  margin-right: 1.25%;
}

.col-7 {
  float: left;
  width: 57.8125%;
  margin-right: 1.25%;
}

.col-8 {
  float: left;
  width: 66.25%;
  margin-right: 1.25%;
}

.col-9 {
  float: left;
  width: 74.6875%;
  margin-right: 1.25%;
}

.col-10 {
  float: left;
  width: 83.125%;
  margin-right: 1.25%;
}

.col-11 {
  float: left;
  width: 91.5625%;
  margin-right: 1.25%;
}

.col-full {
  float: left;
  width: 100%;
  margin-right: 0;
}

@font-face {
  font-family: 'gotham';
  src: url("../fonts/gotham-light.eot");
  src: url("../fonts/gotham-light.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-light.woff") format("woff"), url("../fonts/gotham-light.ttf") format("truetype"), url("../fonts/gotham-light.svg#gotham_light_ultraregular") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url("../fonts/gotham-book.eot");
  src: url("../fonts/gotham-book.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-book.woff") format("woff"), url("../fonts/gotham-book.ttf") format("truetype"), url("../fonts/gotham-book.svg#gotham_book_ultraregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url("../fonts/gotham-medium.eot");
  src: url("../fonts/gotham-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-medium.woff") format("woff"), url("../fonts/gotham-medium.ttf") format("truetype"), url("../fonts/gotham-medium.svg#gotham_medium_ultraregular") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url("../fonts/gotham-bold.eot");
  src: url("../fonts/gotham-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bold.woff") format("woff"), url("../fonts/gotham-bold.ttf") format("truetype"), url("../fonts/gotham-bold.svg#gotham_bold_ultraregular") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url("../fonts/gotham-ultra-webfont.eot");
  src: url("../fonts/gotham-ultra-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-ultra-webfont.woff") format("woff"), url("../fonts/gotham-ultra-webfont.ttf") format("truetype"), url("../fonts/gotham-ultra-webfont.svg#gotham_htf_ultraregular") format("svg");
  font-weight: bold;
  font-style: normal;
}
strong {
  font-weight: 500;
}

::selection {
  background: #ffbe00;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: #ffbe00;
  color: white;
  text-shadow: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #474747;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #ffbe00;
}

.row {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}
.row .row-inside {
  max-width: 1080px;
  width: 100%;
  display: table;
  margin: 0 auto;
}
.row .row-center {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.row .content-left {
  float: left;
  width: 74.6875%;
  margin-right: 1.25%;
}

.last {
  margin-right: 0 !important;
}

.description {
  padding: 10px;
}
.description p {
  margin-bottom: 10px;
  text-align: justify;
}
.description a {
  color: #ffbe00;
}
.description a:hover {
  color: #474747;
}

h1, h2 {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  color: #474747;
}

h3 {
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 15px;
}

h4 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 12px;
}

.title-mini {
  padding: 0.5em;
  color: #7c7c7c;
  font-size: 1.3em;
}

.underline {
  border-bottom: 3px dashed #efefef;
  padding: 30px 0 15px 0;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

h1.underline {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  color: #474747;
}

h3.ribbon {
  background-color: #ffbe00;
  width: 90% !important;
  text-align: center;
  color: white;
  position: relative;
  margin: 15px auto;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: white;
}
h3.ribbon:before, h3.ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  border: 1em solid #cc9800;
  z-index: -1;
  color: white;
}
h3.ribbon:before {
  left: -5%;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
h3.ribbon:after {
  right: -5%;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

.searcher ~ ul h3.ribbon {
  margin-top: 20px;
}

.title-inside-big, .title-inside-small {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-weight: bold;
  font-size: 2.5em;
  text-transform: uppercase;
  width: 100%;
  padding: 1.6% 3%;
  line-height: 1.2;
}
.title-inside-big a, .title-inside-small a {
  color: white;
}
.title-inside-big a:hover, .title-inside-small a:hover {
  color: #ffbe00;
}

.title-inside-small {
  font-size: 1.4em;
  font-weight: 200;
  text-transform: none;
}

.list-grey {
  background-color: #efefef;
  color: #474747;
  padding: 12px;
}

.list-yellow {
  margin-right: 0 !important;
  background-color: #ffbe00;
  color: #474747;
  padding: 12px;
}
.list-yellow h3 {
  color: white;
}
.list-yellow a:hover {
  color: #fff;
}

.list-grey h3, .list-yellow h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8em;
}
.list-grey ul li, .list-yellow ul li {
  padding: 1% 0;
}
.list-grey ul li:before, .list-yellow ul li:before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 10px;
}
.list-grey ul li span, .list-yellow ul li span {
  font-weight: 500;
}
.list-grey ul li span.likes, .list-yellow ul li span.likes {
  padding: 7px 10px;
  background-color: #474747;
  color: white;
}

input[type="text"], input[type="date"], input[type="number"], input[type="tel"], input[type="email"], input[type="url"] {
  font-size: 1.2em;
  font-family: 'gotham', sans-serif;
  padding: 12px;
  margin: 0;
  border: 2px solid #efefef;
  outline: 0;
}
input[type="text"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder {
  font-weight: 100;
}
input[type="text"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder {
  font-weight: 100;
}
input[type="text"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder {
  font-weight: 100;
}
input[type="text"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder {
  font-weight: 100;
}
input[type="text"]:focus, input[type="date"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus {
  border-color: #ffbe00;
}
input[type="text"]:focus::-webkit-input-placeholder, input[type="date"]:focus::-webkit-input-placeholder, input[type="number"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder, input[type="url"]:focus::-webkit-input-placeholder {
  color: #ffbe00;
}
input[type="text"]:focus:-moz-placeholder, input[type="date"]:focus:-moz-placeholder, input[type="number"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder, input[type="url"]:focus:-moz-placeholder {
  color: #ffbe00;
}
input[type="text"]:focus::-moz-placeholder, input[type="date"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder, input[type="url"]:focus::-moz-placeholder {
  color: #ffbe00;
}
input[type="text"]:focus:-ms-input-placeholder, input[type="date"]:focus:-ms-input-placeholder, input[type="number"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder, input[type="url"]:focus:-ms-input-placeholder {
  color: #ffbe00;
}

.title-ribbon {
  padding: 0 20px;
  background: #ffbe00;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 190, 0, 0);
  border-top: 30px solid #ffbe00;
  border-bottom: 30px solid #ffbe00;
  border-right: 15px solid rgba(255, 190, 0, 0);
  line-height: 0;
}

.arrow-ribbon {
  padding: 0 20px;
  background: #ffbe00;
  display: inline-block;
  color: #fff;
  position: relative;
  float: right;
  margin: 15px;
  background-color: rgba(255, 190, 0, 0);
  border-top: 30px solid #ffbe00;
  border-bottom: 30px solid #ffbe00;
  border-left: 15px solid rgba(255, 190, 0, 0);
  line-height: 0;
}
.arrow-ribbon:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 15px solid #ffbe00;
  position: absolute;
  right: -15px;
  top: -30px;
}
.arrow-ribbon:hover {
  color: #474747;
  padding: 0 15px;
}

.button-ribbon {
  padding: 0 20px;
  font-size: 1.2em;
  display: table;
  color: #fff;
  position: relative;
  margin: 15px auto;
  background-color: #ffbe00;
  width: 90% !important;
  text-align: center;
  color: #efefef;
  position: relative;
  margin: 15px auto;
  padding: 10px;
}
.button-ribbon:before, .button-ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  border: 1em solid #cc9800;
  z-index: -1;
  color: #efefef;
}
.button-ribbon:before {
  left: -5%;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
.button-ribbon:after {
  right: -5%;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
.button-ribbon:hover {
  background-color: #474747;
  width: 90% !important;
  text-align: center;
  color: #efefef;
  position: relative;
  margin: 15px auto;
  padding: 10px;
}
.button-ribbon:hover:before, .button-ribbon:hover:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  border: 1em solid #2e2e2e;
  z-index: -1;
  color: #efefef;
}
.button-ribbon:hover:before {
  left: -5%;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
.button-ribbon:hover:after {
  right: -5%;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

.highlight {
  position: relative;
}
.highlight * {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.highlight div {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
}
.highlight div span {
  font-weight: 500;
  font-size: 1.5em;
  text-transform: uppercase;
}
.highlight div p {
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  color: #474747;
}
.highlight:hover img {
  opacity: 0.7;
}
.highlight:hover span {
  color: #474747;
}

.btn-plus {
  float: right;
  background: #efefef;
  color: #ffbe00;
  font-size: 2.3em;
  width: 38px;
  height: 38px;
  padding: 0;
  text-align: center;
  line-height: 1;
  border: 0;
}
.btn-plus:hover {
  background-color: #ffbe00;
  color: white;
}

.btn {
  -webkit-transition: all 100ms linear 0s;
  -moz-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
  box-shadow: 0px 4px 0px #d2d2d2;
  background: #fff;
  color: #474747;
  margin: 0 0 0 0;
  display: inline-block;
  position: relative;
  user-select: none;
  padding: 15px 20px;
  font-family: 'gotham', sans-serif;
  text-align: center;
  font-size: 1.3em;
  cursor: pointer;
  border: none;
}
.btn:hover {
  box-shadow: 0 1px 0 #d2d2d2;
  margin: 0 0 0 0;
  -webkit-transform: translate(0px, 4px);
  -moz-transform: translate(0px, 4px);
  -o-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
  color: #474747;
}
.btn.btn-gray {
  box-shadow: 0px 4px 0px #d2d2d2;
  background: #efefef;
  color: #474747;
  margin: 0 0 0 0;
}
.btn.btn-gray:hover {
  box-shadow: 0 1px 0 #d2d2d2;
  margin: 0 0 0 0;
}
.btn.btn-yellow {
  box-shadow: 0px 4px 0px #e0a700;
  background: #ffbe00;
  color: #fff;
  margin: 0 0 0 0;
}
.btn.btn-yellow:hover {
  box-shadow: 0 1px 0 #e0a700;
  margin: 0 0 0 0;
}
.btn.btn-light-yellow {
  box-shadow: 0px 4px 0px #e0a700;
  background: #ffe599;
  color: #474747;
  margin: 0 0 0 0;
}
.btn.btn-light-yellow:hover {
  box-shadow: 0 1px 0 #ffbe00;
  margin: 0 0 0 0;
}
.btn.btn-red {
  box-shadow: 0px 4px 0px #ab303f;
  background: #d05866;
  color: #fff;
  margin: 0 0 0 0;
}
.btn.btn-red:hover {
  box-shadow: 0 1px 0 #832530;
  margin: 0 0 0 0;
}
.btn.btn-green {
  box-shadow: 0px 4px 0px #8aab30;
  background: #b0d058;
  color: #fff;
  margin: 0 0 0 0;
}
.btn.btn-green:hover {
  box-shadow: 0 1px 0 #6a8325;
  margin: 0 0 0 0;
}
.btn.btn-blue {
  box-shadow: 0px 4px 0px #4fa6cd;
  background: #8bc4de;
  color: #fff;
  margin: 0 0 0 0;
}
.btn.btn-blue:hover {
  box-shadow: 0 1px 0 #348db6;
  margin: 0 0 0 0;
  height: 57px;
  border-bottom: 1px solid #4fa6cd;
}

.btn-OLD {
  display: inline-block;
  position: relative;
  user-select: none;
  padding: 15px 20px;
  margin: 6px 0 6px 0;
  font-family: 'gotham', sans-serif;
  color: #474747;
  text-align: center;
  background-color: white;
  font-size: 1.3em;
  cursor: pointer;
  border: none;
  border-bottom: 4px solid #d2d2d2;
  -webkit-transition: all 100ms linear 0s;
  -moz-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
}
.btn-OLD:hover {
  border-bottom: 1px solid #d2d2d2;
  -webkit-transform: translate(0px, 4px);
  -moz-transform: translate(0px, 4px);
  -o-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
  margin: 6px 0 9px 0;
  color: #474747;
}
.btn-OLD.btn-mini {
  padding: 10px 14px;
  font-size: 1em;
}
.btn-OLD.btn-white {
  background-color: #fff;
  border-bottom: 4px solid #d2d2d2;
  color: #474747;
  height: 60px;
}
.btn-OLD.btn-white:hover {
  height: 57px;
  border-bottom: 1px solid #d2d2d2;
}
.btn-OLD.btn-gray {
  background-color: #efefef;
  border-bottom: 4px solid #d2d2d2;
  color: #474747;
  height: 60px;
}
.btn-OLD.btn-gray:hover {
  height: 57px;
  border-bottom: 1px solid #d2d2d2;
}
.btn-OLD.btn-yellow {
  background-color: #ffbe00;
  color: white;
  border-bottom: 4px solid #e0a700;
  height: 60px;
}
.btn-OLD.btn-yellow:hover {
  height: 57px;
  border-bottom: 1px solid #e0a700;
}
.btn-OLD.btn-red {
  background-color: #d05866;
  color: white;
  border-bottom: 4px solid #ab303f;
  height: 60px;
}
.btn-OLD.btn-red:hover {
  height: 57px;
  border-bottom: 1px solid #ab303f;
}
.btn-OLD.btn-green {
  background-color: #b0d058;
  color: white;
  border-bottom: 4px solid #8aab30;
  height: 60px;
}
.btn-OLD.btn-green:hover {
  height: 57px;
  border-bottom: 1px solid #8aab30;
}
.btn-OLD.btn-blue {
  background-color: #8bc4de;
  color: white;
  border-bottom: 4px solid #4fa6cd;
  height: 60px;
}
.btn-OLD.btn-blue:hover {
  height: 57px;
  border-bottom: 1px solid #4fa6cd;
}

.poll {
  text-align: right;
}
.poll a {
  background: #ffe599;
  border-bottom: 5px solid #e0a700;
  color: #474747;
}
.poll a:before {
  color: #fff;
}
.poll a:hover {
  background: #ffbe00;
  color: #fff;
}

.share-bar {
  display: block;
  width: 100%;
  margin-top: 40px;
}
.share-bar a {
  color: white;
  display: inline-block;
  padding: 10px 12px;
  font-size: 1.5em;
  line-height: 1;
}
.share-bar a.facebook {
  background-color: #3b5998;
}
.share-bar a.twitter {
  background-color: #00aced;
}
.share-bar a.googleplus {
  background-color: #dd4b39;
}
.share-bar a.pinterest {
  background-color: #cb2027;
}
.share-bar a.instagram {
  background-color: #517fa4;
}
.share-bar a.linkedin {
  background-color: #007bb6;
}
.share-bar a.youtube {
  background-color: #bb0000;
}
.share-bar a.vimeo {
  background-color: #aad450;
}
.share-bar a.mail, .share-bar a.print {
  background-color: #7c7c7c;
}
.share-bar a.like {
  background-color: #474747;
}
.share-bar a:hover {
  background-color: #ffbe00;
}
.share-bar a.text {
  font-size: 0.8em;
  color: #7c7c7c;
}
.share-bar a.text:hover {
  background-color: transparent;
}

.check-icon {
  min-width: 65px;
  width: 13%;
  height: 80px;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
  text-align: center;
  background-color: white !important;
  opacity: .99;
}
.check-icon label {
  width: 100%;
  height: 100%;
  font-size: 3.5em;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.check-icon label span {
  font-size: 0.21em;
  position: absolute;
  top: 62%;
  left: 0;
  text-align: center;
  width: 100%;
}
.check-icon input[type="radio"] {
  visibility: hidden;
}
.check-icon input[type="radio"]:checked + label {
  color: #474747;
  background-color: #efefef;
}

.animated-check {
  float: right;
  position: relative;
  display: block;
  width: 17%;
  height: 50px;
  text-align: right;
}
.animated-check label {
  padding: 0.8em 0.5em;
  cursor: pointer;
  position: absolute;
  background: #ffbe00;
  left: 0;
  top: 0;
  width: 100%;
  color: white;
}
.animated-check label:after {
  filter: alpha(opacity=30);
  opacity: 0.3;
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: transparent;
  top: 38%;
  left: 8px;
  border: 2px solid white;
}
.animated-check label:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.animated-check input[type=checkbox]:checked + label:after {
  filter: alpha(opacity=100);
  opacity: 1;
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  background: transparent;
  top: 38%;
  left: 8px;
  border: 3px solid white;
  border-top: none;
  border-right: none;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.animated-check input[type="checkbox"] {
  visibility: hidden;
}

.check-word {
  display: inline-block;
  word-spacing: nowrap;
  position: relative;
  min-width: 65px;
  float: left;
  width: 32.5%;
  margin-right: 1.25%;
  height: 55px;
  text-align: center;
  padding: 6px;
  background-color: white !important;
}
.check-word label {
  color: #7c7c7c;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 4px solid white;
  height: 100%;
  background: #efefef;
}
.check-word input[type="radio"] {
  visibility: hidden;
}
.check-word input[type="radio"]:checked + label {
  color: #474747;
  background-color: #efefef;
  border-color: #d0d0d0;
}

.check-pic {
  min-width: 100px;
  float: left;
  width: 24.0625%;
  margin-right: 1.25%;
  height: 130px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: white !important;
}
.check-pic label {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.check-pic label span {
  font-size: 0.9em;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 38px;
  line-height: 18px;
  color: #7c7c7c;
}
.check-pic label img {
  width: 90px !important;
  height: 90px;
  border: 3px solid #efefef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block !important;
}
.check-pic input[type="radio"] {
  visibility: hidden;
}
.check-pic input[type="radio"]:checked + label {
  color: #474747;
}
.check-pic input[type="radio"]:checked + label img {
  border-color: #ffbe00;
}

.social {
  padding: 15px 0;
}
.social a {
  padding: 1em;
  margin: 0;
  color: white;
  border-bottom: 5px solid #8e8e8e;
  cursor: pointer;
}
.social a:hover {
  border-bottom: 5px solid #939393;
}
.social a:nth-child(1) {
  border-left: none;
}
.social a:nth-child(5) {
  border-right: none;
}
.social a:nth-child(1) {
  background: #96abd6;
  border-bottom: 5px solid #4c70ba;
}
.social a:nth-child(1):hover {
  background: #3b5998;
}
.social a:nth-child(2) {
  background: #6bdcff;
  border-bottom: 5px solid #05c4ff;
}
.social a:nth-child(2):hover {
  background: #00a0d1;
}
.social a:nth-child(3) {
  background: #f3c0ba;
  border-bottom: 5px solid #e37164;
}
.social a:nth-child(3):hover {
  background: #db4a39;
}
.social a:nth-child(4) {
  background: #ed979c;
  border-bottom: 5px solid #de4049;
}
.social a:nth-child(4):hover {
  background: #c8232c;
}
.social.poll {
  text-align: right;
}
.social.poll a {
  background: #ffe599;
  border-bottom: 5px solid #e0a700;
  color: #474747;
}
.social.poll a:before {
  color: #fff;
}
.social.poll a:hover {
  background: #ffbe00;
  color: #fff;
}
.social.poll a.flaticon-like82 {
  position: relative;
  bottom: 2px;
}

.tabs {
  position: relative;
  min-height: 130px;
  clear: both;
  margin: 25px 0;
}
.tabs .tab {
  float: left;
}
.tabs .tab label {
  background: #eee;
  padding: 10px 8.5px;
  margin-left: 4px;
  position: relative;
  left: -4px;
  cursor: pointer;
}
.tabs .tab label:hover {
  color: #ffbe00;
  background: #f2f2f2;
}
.tabs .tab [type=radio] {
  display: none;
}
.tabs .box {
  position: absolute;
  top: 29px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  margin: 0px;
  overflow: hidden;
}
.tabs .box > * {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transition: all 0.4s easy 0s;
  -moz-transition: all 0.4s easy 0s;
  -o-transition: all 0.4s easy 0s;
  transition: all 0.4s easy 0s;
}
.tabs .box .subtitle {
  font-size: 1.4em;
}
.tabs .box .subtitle i {
  font-size: 1.8em;
  position: relative;
  top: 4px;
  color: #ffbe00;
  margin-right: 10px;
}
.tabs [type=radio]:checked ~ label {
  background: #ffbe00;
  color: #fff;
  font-size: 1em;
  z-index: 2;
}
.tabs [type=radio]:checked ~ label ~ .box {
  z-index: 1;
  border-top: 3px solid #ffbe00;
}
.tabs [type=radio]:checked ~ label ~ .box > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.msg {
  display: none;
  /* remove for view message */
  position: fixed;
  top: 0;
  padding: 15px 20px;
  margin: 0;
  width: 100%;
  font-family: 'gotham', sans-serif;
  color: #474747;
  text-align: center;
  background-color: white;
  font-size: 1em;
  border-bottom: 4px solid #d2d2d2;
  z-index: 999;
}
.msg h3, .msg p {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.msg i {
  float: right;
  font-size: 1.4em;
  cursor: pointer;
}
.msg i:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.msg.msg-gray {
  color: #474747;
  background-color: white;
  border-bottom: 4px solid #d2d2d2;
}
.msg.msg-red {
  color: white;
  background-color: #d05866;
  border-bottom: 4px solid #ab303f;
}
.msg.msg-green {
  color: white;
  background-color: #b0d058;
  border-bottom: 4px solid #8aab30;
}
.msg.msg-blue {
  color: white;
  background-color: #8bc4de;
  border-bottom: 4px solid #4fa6cd;
}
.msg.msg-yellow {
  color: white;
  background-color: #ffbe00;
  border-bottom: 4px solid #b38500;
}

.bg-lightgray {
  background-color: #efefef;
}

.bg-mediumgray {
  background-color: #7c7c7c;
}

.bg-darkgray {
  background-color: #474747;
}

.bg-white {
  background-color: white;
}

.bg-yellow {
  background-color: #ffbe00;
}

.bg-pearlgray {
  background: #d2d2d2;
}
.bg-pearlgray.dashed {
  padding: 30px 0;
  border-bottom: 3px dashed #efefef;
}
.bg-pearlgray.dashed h2 {
  margin-bottom: 40px;
}
.bg-pearlgray .card {
  border-bottom: 5px solid #fff;
}

.title-darkgray {
  color: #474747;
}

.title-yellow {
  color: #ffbe00;
}

.title-white {
  color: white;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 0;
  color: #FFF;
  background: #ffbe00;
  font-size: 2em;
  padding: 10px;
  border-radius: 100%;
  display: none;
}
.back-to-top:hover {
  background-color: rgba(135, 135, 135, 0.5);
}

.dashed {
  border-bottom: 3px dashed #d2d2d2;
}

.translate-3d-menu {
  -webkit-transform: translate3d(-70%, 0, 0);
  -moz-transform: translate3d(-70%, 0, 0);
  -o-transform: translate3d(-70%, 0, 0);
  -ms-transform: translate3d(-70%, 0, 0);
  transform: translate3d(-70%, 0, 0);
}

.checkbox {
  position: absolute;
  cursor: pointer;
}
.checkbox:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 25px;
  height: 25px;
  border: 2px solid #ffbe00;
}
.checkbox:checked:before {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  height: 9px;
  width: 18px;
  margin: 6px 3px;
  border-color: #ffbe00;
  border-top-style: none;
  border-right-style: none;
}
.checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: #fff;
  cursor: pointer;
}

.pagination .pag-left:before {
  font-family: "flexslider-icon";
  font-size: 15px;
  display: inline-block;
  content: '\f001';
}
.pagination .pag-right:after {
  font-family: "flexslider-icon";
  font-size: 15px;
  display: inline-block;
  content: '\f002';
}

.arrow-ribbon.show-mobile {
  display: none;
}

.brightcove-player-outer-container {
  position: relative;
  padding-bottom: 56.25%;
}

.BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hack-ios {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .left {
    width: 100%;
    float: none;
  }

  .right {
    float: none;
  }

  .col-1of2, .col-1of3 {
    width: 100%;
    float: none;
  }

  .msg i {
    float: none;
    font-size: 2em;
  }
}
@media screen and (max-width: 600px) {
  .slider-home .card {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .col-1of4 {
    width: 100%;
    float: none;
  }

  .title-inside-big, .title-inside-small {
    font-size: 1.8em;
  }

  .title-inside-small {
    font-size: 1em;
  }

  .btn {
    width: 90%;
  }

  .share-bar a {
    padding: 6px 8px;
  }
}
@media screen and (max-width: 320px) {
  .share-bar a {
    padding: 5px 7px;
    font-size: 1.4em;
  }
}
/*CSS Table of Contents: 
--------------------------
#1: Line 12: Declare Variables
#2: Line 20: Original CSS with minor style changes (color and position) - lots of animation css can be deleted (five different animation options)
#3: Line 931: Additional CSS added to original
#4: Line 945: CSS for styling the menu

*/
/* #1: Declare variables 
--------------------------------------------------------- */
/* width to begin showing full menu */
/* #2: Original CSS from Codrops article 
--------------------------------------------------------- */
/* Common styles of menus */
.dl-menuwrapper {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  -moz-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}

.dl-menuwrapper button {
  border: none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li a {
  display: block;
  position: relative;
  outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back > a {
  background: rgba(0, 0, 0, 0.2);
  color: #7c7c7c;
}

.dl-menuwrapper li > .focus {
  color: #ffbe00;
}

.dl-menuwrapper li.dl-back > a:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  content: '>';
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.dl-menuwrapper li.dl-back > a:after {
  left: 10px;
  right: auto;
  color: white;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
  right: 10px;
  color: white;
}

.dl-menuwrapper .dl-menu {
  margin: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview .view li {
  display: block;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}
.dl-menuwrapper > .dl-submenu ul {
  width: 450px;
  position: absolute;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  -moz-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  -moz-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  -moz-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  -moz-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  -moz-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut1 {
  50% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -moz-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut2 {
  100% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut3 {
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut4 {
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut5 {
  100% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  -moz-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  -moz-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  -moz-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  -moz-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  -moz-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn1 {
  0% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn2 {
  0% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn3 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn4 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn5 {
  0% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  -moz-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  -moz-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  -moz-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  -moz-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn1 {
  0% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn2 {
  0% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn3 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn4 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn5 {
  0% {
    -moz-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  -moz-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  -moz-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  -moz-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  -moz-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut1 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut2 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut3 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut4 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut5 {
  0% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}

/* #3: CSS added for override at widths above mobile menu
--------------------------------------------------------- */
@media only screen and (min-width: 801px) {
  .dl-menuwrapper .dl-menu {
    opacity: 1;
    pointer-events: initial;
  }

  .dl-menuwrapper li > a:not(:only-child):after {
    display: none;
  }
}
/* #4: CSS Styling for Menu 
--------------------------------------------------------- */
div:after, .nav-main:after, .nav-main-list:after, .image-thumb-list:after, .nav-footer-list:after, .contact-info-list:after, aside:after, .special-offer:after, .page-footer:after, .buttons:after {
  content: "";
  display: table;
  clear: both;
}

a {
  text-decoration: none;
}

/* #Navigation
================================================== */
/* Main nav menu */
.nav-main {
  width: 96.91358%;
  position: absolute;
  right: 1.54321%;
  top: 50px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  font-size: 1em;
  z-index: 11;
}

.nav-main-list, .nav-sub-list {
  list-style: none;
  padding: 0;
}

.nav-sub-list li {
  background: #474747;
}

.nav-main-list {
  max-width: 1080px;
  margin: 0 auto;
  background: #d2d2d2;
  top: -10px;
}

.nav-main-item {
  display: block;
  width: 100%;
}
.nav-main-item a.current {
  background: #7c7c7c;
  color: #fff !important;
}

.nav-main-item > a {
  display: block;
  color: #474747;
  padding: 9px 0;
}

.nav-main-item > a:hover {
  background: #ffbe00;
}

/* nav icon */
.nav-handle {
  position: absolute;
  right: 0;
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 5px;
  background: #d2d2d2;
  color: white;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
}

.nav-handle:hover {
  background: #ffbe00;
}

.nav-sub-list {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background: #474747;
  white-space: nowrap;
}

.nav-main-item:last-child > .nav-sub-list {
  left: auto;
  right: 0;
}

.nav-sub-item, .dl-back {
  border-bottom: 1px solid #565656;
}

.nav-sub-item:first-child, .dl-back {
  border-top: 1px solid #565656;
}

.nav-sub-item > a, .dl-back > a {
  color: white;
  display: block;
  padding: 8px 10px;
}

.nav-sub-item > a:hover {
  background: #ffbe00;
}

.nav-sub-item.center img {
  max-height: 208px;
  width: auto !important;
}

.list-gray-plus.row-smartphone:first-child {
  margin-top: 15px;
}
.list-gray-plus.row-smartphone:last-child {
  margin-top: 0;
}
.list-gray-plus.row-smartphone {
  background-color: #616161;
  text-align: left;
  margin-bottom: 10px;
  height: 52px;
  line-height: 52px;
}
.list-gray-plus.row-smartphone.dl-back {
  display: none;
}
.list-gray-plus.row-smartphone > a {
  padding: 0;
  height: 52px;
}
.list-gray-plus.row-smartphone span {
  color: #fff;
  text-transform: capitalize;
  font-weight: lighter;
  margin-right: 0;
}
.list-gray-plus.row-smartphone span:first-child {
  text-align: center;
  font-weight: bold;
}
.list-gray-plus.row-smartphone .btn {
  float: right;
  background: white;
  color: #ffbe00;
  font-size: 2.3em;
  width: 38px;
  height: 38px;
  padding: 0;
  text-align: center;
  line-height: 1;
  border: 0;
  font-weight: 500;
  top: 0;
}
.list-gray-plus.row-smartphone .btn:hover {
  background-color: #ffbe00;
  color: white;
}
.list-gray-plus.row-smartphone.show {
  background: #515151;
  text-align: right;
  border: 0;
}
.list-gray-plus.row-smartphone.show a {
  padding: 0 10px;
  display: inline-block;
}

.animated-checked {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
}
.animated-checked label {
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 0;
  width: 100%;
  color: white;
  font-weight: lighter;
  font-size: 1em;
}
.animated-checked label:after {
  filter: alpha(opacity=30);
  opacity: 0.3;
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: transparent;
  top: 38%;
  left: 0;
  border: 2px solid white;
}
.animated-checked label:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.animated-checked input[type=checkbox]:checked + label:after {
  filter: alpha(opacity=100);
  opacity: 1;
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  background: transparent;
  top: 38%;
  left: 8px;
  border: 3px solid white;
  border-top: none;
  border-right: none;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.animated-checked input[type="checkbox"] {
  visibility: hidden;
}

@media only screen and (max-width: 800px) {
  .nav-sub-item.col-4 {
    width: 100%;
  }

  .nav-sub-item.col-4.dl-subviewopen > .focus {
    display: none;
  }

  .mobile-main-item a:first-child {
    display: none;
  }

  .animated-checked label:after {
    top: 17% !important;
  }
  .animated-checked input[type=checkbox]:checked + label:after {
    top: 17% !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 800px) {
  header .dl-menuwrapper button {
    top: -45px;
  }
}
@media only screen and (min-width: 801px) {
  .nav-main {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    margin: 0 auto;
    max-width: 1080px;
    background: #d2d2d2;
    height: 58px;
  }

  .nav-main-item {
    float: left;
    width: calc(11.6% - 1px);
    border-bottom: none;
    text-align: center;
    line-height: 40px;
  }
  .nav-main-item.small {
    position: relative;
  }
  .nav-main-item.nav-home {
    font-size: 1.5em;
  }

  .nav-main-item:first-child {
    width: calc(5% - 2px);
  }

  .nav-main-item > a {
    display: block;
  }

  .nav-main-item {
    font-size: 12.25px;
    font-size: 0.875rem;
  }

  .nav-main-item {
    font-size: 14px;
    font-size: 1rem;
  }

  .nav-handle {
    display: none;
  }

  .nav-sub-list {
    display: block;
    max-height: 0;
    width: auto;
    overflow: hidden;
    text-align: left;
    min-width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .nav-sub-list.large {
    width: 1080px;
  }

  ul.view {
    padding: 0 1em;
  }

  .nav-sub-item.col-4 {
    margin-right: 0;
  }
  .nav-sub-item.col-4 .focus {
    color: #ffbe00;
    padding: 8px 10px;
    text-align: center;
  }

  .nav-sub-item i {
    font-size: 2em;
    position: relative;
    top: 5px;
  }
  .nav-sub-item i.icon-principal {
    font-size: 3em;
    top: -7px;
  }

  .nav-main-item:hover > .nav-sub-list {
    height: auto;
    max-height: 1000px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }

  .dl-back {
    display: none;
  }

  .mobile-main-item {
    display: none;
  }

  .dl-subview {
    opacity: 1 !important;
  }
}
@keyframes zoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.menu-slide {
  opacity: 0;
  transform: translateY(100%);
  transition: all 400ms ease-in;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-slide #menu-wrapper {
  width: 100%;
}
.menu-slide ul {
  list-style: none;
}
.menu-slide ul.nav1 {
  background: #efefef;
  white-space: nowrap;
}
.menu-slide ul.nav1 li {
  border-bottom: 2px solid #ffbe00;
  font-size: 1.3em;
}
.menu-slide ul.nav1 li:last-child {
  border-bottom: 0;
}
.menu-slide ul.nav1 li a {
  color: #7f7f7f;
  display: flex;
  align-items: center;
}
.menu-slide ul.nav1 li a img {
  display:none;
  width: 35px;
  margin-right: 15px;
  float: left;
}
.menu-slide ul.nav1 .selected {
  background: white;
}
.menu-slide ul.nav1 .selected a {
  color: #1a1a1a;
}
.menu-slide ul.nav2 {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100%;
}
.menu-slide ul.nav2 li {
  border-bottom: 1px dashed #c9c9c9;
  /* margin: 0 30%; */
  font-size: 1em;
  padding: 0.6em;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
}
.menu-slide ul.nav2 li a {
  font-weight: 100;
  display: flex;
  align-items: center;
}
.menu-slide ul.nav2 li a img {
  display:none;
  width: 40px;
  margin-right: 15px;
}
.menu-slide ul.nav2 li:last-child {
  border-bottom: 3px solid white;
}
.menu-slide ul.nav2 li:last-child:after {
  visibility: hidden;
}
.menu-slide .footer-rrss {
  border-top: 2px solid #ffbe00;
  width: 100%;
  text-align: center;
  float: left;
}
.menu-slide .footer-rrss ul {
  text-align: center;
  display: inline-block;
}
.menu-slide .footer-rrss ul li {
  padding: 0.3em 0.5em;
  font-size: 2em;
  float: left;
}
.menu-slide .footer-rrss ul li a {
  color: #1a1a1a;
}
.menu-slide li {
  color: #7c7c7c;
  opacity: 0;
  transform: translateY(2%);
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1em;
}
.menu-slide li:hover:after {
  width: 100%;
}
.menu-slide.active {
  transform: translateY(0%);
  opacity: 1;
  z-index: 0;
  background: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
}
.menu-slide.active li {
  opacity: 1;
  transform: translateX(0%);
}

.hamburguer {
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  cursor: pointer;
  position: relative;
  bottom: 5px;
}
.hamburguer:hover {
  animation: zoom 300ms ease-in;
}

.lines {
  background-color: #ffbe00;
  width: 100%;
  height: 5px;
  margin: 5px 0;
  transition: all 450ms ease-in;
}

.close-hamburguer .lines {
  cursor: pointer;
}
.close-hamburguer .line-top {
  transform: translateY(200%) rotate(45deg);
}
.close-hamburguer .line-mid {
  opacity: 0;
}
.close-hamburguer .line-bottom {
  transform: translateY(-200%) rotate(135deg);
}

.header-line {
  background: #1a1a1a;
}
.header-line > section {
  padding: 0 1%;
}
.header-line .row-inside-flex {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-liso img {
  width: initial;
}

.search-line > div {
  display: inline-flex;
  width: 100%;
}
.search-line input {
  font-size: 1em;
  padding: 0.7em;
  width: 100%;
  border: 0;
  height: 40px;
}
.search-line a {
  background: #ffbe00;
  color: white;
  padding: 0.6em 0.8em;
  height: 40px;
}

.header-button {
  border: 0;
  background: #f2f2f2;
  font-weight: bold;
  font-size: 1.2em;
  height: 40px;
}
.header-button a {
  color: #1a1a1a;
  font-family: "gotham";
  white-space: nowrap;
}

.header-button-yel {
  border: 0;
  background: #ffbe00;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  height: 40px;
}
.header-button-yel a {
  color: white;
  font-family: "gotham";
  white-space: nowrap;
}

.user-start {
  text-align: center;
}
.user-start a {
  color: #ffbe00;
}
.user-start a:first-child {
  border-bottom: 1px solid white;
  display: block;
}
.user-start a .icon-gorro:before {
  font-size: 30px;
  bottom: 0;
}
.user-start .login-user a {
  border-bottom: 0;
}

@media screen and (min-width: 600px) {
  .deskhidden {
    display: none;
  }
}
@media screen and (min-width: 866px) {
  .menu-slide .footer-rrss ul li {
    padding: 0.3em 1.5em;
  }
}
@media screen and (min-width: 600px) and (max-width: 866px) {
  .search-line input {
    height: initial;
  }
  .search-line a {
    height: initial;
  }

  .menu-slide ul.nav2 li {
    margin: 0 10%;
  }
}
@media screen and (max-width: 600px) {
  .mobilehidden {
    display: none;
  }

  .header-line {
    padding: 0 5px;
  }

  .search-line {
    margin: 0 0 5px;
    min-width: initial;
    display: inline-flex;
    align-items: center;
    min-width: 23em;
  }
  .search-line a {
    padding: 0.9em 1em;
  }

  .logo-liso {
    text-align: center;
  }

  .menu-slide ul.nav2 li {
    margin: 0;
  }
  .menu-slide ul.nav2 li a img {
    display: none;
  }

  .menu-slide ul.nav1 li {
    font-weight: 500;
    font-size: 1.1em;
  }
  .menu-slide ul.nav1 li a img {
    display: none;
  }

  .menu-slide .footer-rrss ul li {
    padding: 0.3em 0.4em;
  }

  .hamburguer, .logo-liso, .search-line, .header-button, .header-button-yel, .user-start {
    padding: 0;
    margin: 0;
  }

  .hamburguer {
    order: 1;
  }

  .logo-liso {
    order: 3;
  }

  .search-line {
    order: 6;
    margin-bottom: 10px;
  }

  .header-button:nth-of-type(1) {
    order: 2;
    background: transparent;
  }

  .header-button:nth-of-type(2) {
    order: 4;
    background: transparent;
  }
  
  .header-button:nth-of-type(3) {
    order: 4;
    background: transparent;
  }

  .user-start {
    order: 5;
  }
  .user-start a:first-child {
    border-bottom: 0;
  }

  .deskhidden i {
    font-size: 25px;
    color: white;
  }
}
@media screen and (max-width: 320px) {
  .user-start {
    order: 5;
  }
  .user-start a:first-child {
    border-bottom: 0;
    position: relative;
    top: 2px;
  }

  .deskhidden i {
    font-size: 20px;
    color: white;
  }

  .menu-slide .footer-rrss ul li {
    padding: 0.2em;
  }
}
.microsite.semana-santa {
  background: url("../images/micro-semana-santa.jpg") 50% 0 repeat fixed;
}
.microsite.de-puerto-en-puerto {
  background: url("../images/microsite/gallery/De_Puerto_En_Puerto15a.jpg") 50% 0 repeat fixed;
}
.microsite.apple-watch {
  background: url("https://canalcocina.es/apple-watch/images/apple-watch-canalcocina.jpg") 50% 0 no-repeat fixed;
  background-size: 100%;
}
.microsite.apple-watch .appstore {
  text-align: center;
  display: block;
  margin: 20px;
}
.microsite.apple-watch .appstore img {
  margin-top: 10px;
}
.microsite.apple-watch img[src*="appstore"] {
  width: initial;
}
.microsite.apple-watch .title-principal h1 {
  font-size: 2.4em;
  white-space: nowrap;
}
.microsite.apple-watch .title-principal * {
  color: white;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}
.microsite.apple-watch .title-principal ~ a {
  color: white;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}
.microsite.apple-watch .social a.applestore {
  background: #000;
  border-bottom: 5px solid #333;
  white-space: nowrap;
}
@media only screen and (max-width: 500px) {
  .microsite.apple-watch img[src*="cocinar"], .microsite.apple-watch img[src*="favoritas"] {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .microsite.apple-watch.microsite {
    background-size: cover !important;
    background-position: 42% 0;
  }
  .microsite.apple-watch .title-principal h1 {
    font-size: 1.4em;
    white-space: initial;
  }
  .microsite.apple-watch img[src*="watch-canalcocina"] {
    width: 100%;
  }
}
@media only screen and (min-width: 801px) {
  .microsite.apple-watch .nav-main-item {
    width: calc(22.9% - 1px);
  }
}
@media screen and (max-width: 820px) {
  .microsite.apple-watch header .dl-menuwrapper button {
    top: -45px !important;
  }
}
@media screen and (max-width: 820px) {
  .microsite.apple-watch .social a {
    margin-left: 106px !important;
  }
}
@media screen and (max-width: 400px) {
  .microsite.apple-watch header .dl-menuwrapper .dl-menu.dl-menuopen {
    top: 19px;
    z-index: 9999;
    position: relative;
  }
}
.microsite header {
  margin-top: 20px;
}
.microsite header .main-logo {
  height: 120px;
}
.microsite .nav-container {
  float: right;
}
.microsite .nav-container .nav-main, .microsite .nav-container .nav-main-list {
  background: transparent;
}
.microsite .nav-container .nav-main-item a {
  color: #fff;
}
.microsite .nav-container .nav-handle:after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  top: 22px;
  left: 13px;
  position: absolute;
  background: white;
  -webkit-box-shadow: 0 8px 0 0 white, 0 16px 0 0 white;
  box-shadow: 0 8px 0 0 white, 0 16px 0 0 white;
}
.microsite .title-principal {
  text-align: center;
  max-height: 650px;
  padding: 10% 0 !important;
}
.microsite .title-principal img {
  max-width: 400px;
}
.microsite .title-principal img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.microsite .title-principal .title-home {
  width: 55%;
  color: white;
  margin: 0px auto 21px;
}
.microsite.semana-santa .nav-main-item {
  width: calc(16.7% - 1px);
}
.microsite.de-puerto-en-puerto .nav-main-item {
  width: calc(20% - 1px);
}
.microsite .nav-main-item a {
  color: #474747 !important;
  text-shadow: 0 0 5px white;
  white-space: nowrap;
}
.microsite .nav-main-item a:hover {
  background: #ffbe00;
}
.microsite .row-inside {
  padding: 0 20px;
}
.microsite .dashed.row {
  padding: 2% 0;
}
.microsite .function {
  background: white;
  margin-bottom: 20px;
}
.microsite .function span {
  background: #474747;
  color: white;
  padding: 20px;
  height: 130px;
  text-align: center;
}
.microsite .function p {
  padding: 10px;
}
.microsite .function i {
  display: block;
  font-size: 3em;
}
.microsite .col-narrow {
  max-width: 900px;
  margin: 0 auto;
}
.microsite p {
  margin-bottom: 10px;
  text-align: justify;
}
.microsite p a {
  color: #ffbe00;
  font-weight: 300;
}
.microsite p a:hover {
  color: #474747;
}
.microsite .underline-white {
  border-bottom: 3px dashed white;
  padding: 0 0 15px 0;
  width: 100%;
  margin-bottom: 15px;
}
.microsite .deco-title {
  margin-bottom: 40px;
  text-align: center;
}
.microsite .deco-title:before {
  content: '';
  background: url("../images/deco-title.png") no-repeat center;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.microsite .deco-subtitle {
  margin: 40px 0;
  text-align: center;
  font-size: 1.8em;
  font-weight: lighter;
  color: #ffbe00;
}
.microsite .deco-subtitle:after {
  content: '';
  background: url("../images/deco-subtitle.png") no-repeat center;
  width: 80px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.microsite .deco-separator {
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.microsite .list:before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffbe00;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
}
.microsite header .f-nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffbe00;
  margin: 0;
  max-width: 100%;
  text-align: center;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.microsite header .f-nav li a {
  color: white;
}
.microsite .menu {
  background: #d2d2d2;
}
.microsite .menu.dashed {
  border-bottom: 3px dashed #efefef;
}
.microsite .menu .card-box {
  min-height: initial;
  border-bottom: 5px solid #474747;
}
.microsite video#bgvideo {
  top: 0;
  left: 0;
  position: fixed;
  z-index: -1;
  min-height: 755px;
  min-width: 100%;
}
.microsite .overlay {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../images/smalldots.png");
  background-repeat: repeat;
  z-index: 0;
}
.microsite .list-episode .hour, .microsite .list-episode .episode-name {
  padding: 10px;
  font-size: 1.2em;
}

@media screen and (min-width: 753px) {
.microsite .social {
  position: fixed;
  right: 0;
  top: 32% !important;
  width: 150px;
  z-index: 20;
}

}
.microsite .social a {
  margin: 5px auto;
  display: list-item;
  display: -ms-flexbox;
  list-style: none;
  margin-left: 96px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.microsite .social a > i {
  padding-right: 17px;
  padding-left: 5px;
}
.microsite .social a.twitter:hover, .microsite .social a.facebook:hover, .microsite .social a.googleplus:hover, .microsite .social a.applestore:hover {
  padding-right: 4em;
  margin-left: 0;
}
.microsite .icon-arrow-down {
  display: block;
  font-size: 2em;
}
@media screen and (max-width: 1130px) {
  .microsite .button-ribbon {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .microsite iframe.col-6 {
    margin-right: 1%;
  }
  .microsite .overlay {
    background-image: url("../images/ie-bg.jpg");
    background-repeat: repeat;
    background-position: center -80px;
  }
  .microsite video#bg-video {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .microsite .button-ribbon {
    line-height: initial;
  }
  .microsite .social a {
    margin-left: 106px !important;
  }
  .microsite header .dl-menuwrapper button {
    top: -45px !important;
  }
}
.microsite body header .dl-menuwrapper .dl-menu.dl-menuopen {
  top: 5px !important;
  z-index: 9999999;
}

.outbrain {
  background: white;
}
.outbrain h4 {
  margin: 10px;
  font-size: 1em;
  min-height: 120px;
}
@media screen and (max-width: 800px) {
  .outbrain .card-box {
    float: left;
    width: 32.5%;
    margin-right: 1.25%;
    margin-right: 0.80%;
  }
  .outbrain .card-box h4 {
    min-height: 75px;
  }
}
@media screen and (max-width: 500px) {
  .outbrain .card-box {
    float: left;
    width: 49.375%;
    margin-right: 1.25%;
    margin-right: 0.5%;
  }
  .outbrain .card-box h4 {
    min-height: 55px;
  }
}

.print .cooker {
  text-align: right;
}
.print .cooking {
  padding: 0 10px;
}
.print .cooking.gray p:before {
  background: #d2d2d2;
}
.print .cooking.gray .underline {
  border-bottom: 3px dashed #d2d2d2;
}
.print .cooking.yellow p:before {
  background: #ffbe00;
}
.print .cooking.yellow .underline {
  border-bottom: 3px dashed #ffbe00;
}
.print .cooking:first-child {
  border-right: 3px solid #d2d2d2;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after,
.btn,
.arrow-ribbon,
.box-details,
.tabs * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

i:before,
i:after,
.title {
  -webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}

body {
  line-height: 1.5;
  font-family: 'gotham', sans-serif;
  color: #7c7c7c;
  background: url("../images/bg-home.jpg") repeat center top white;
}

.megabanner .row-inside {
  padding: 5px 0;
  text-align: center;
}
.megabanner .row-inside img {
  max-width: 1001px;
  max-height: 90px;
}

header {
  width: 100%;
  float: left;
}
header.dashed .row.nav-container {
  background: #d2d2d2;
  z-index: 1;
}
header .main-logo {
  position: absolute;
  right: 70%;
  max-width: 1000px;
  width: 100%;
  max-height: 120px;
  height: 100%;
  background-image: url("../images/main-logo.gif");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 12;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
header .main-logo:hover {
  right: 69%;
}
header .main-logo a h1 {
  width: 100%;
  height: 100%;
  text-indent: -1000em;
}
header .main-logo a figure {
  width: 100%;
  height: 100%;
  text-indent: -1000em;
}
header ul.social-mod {
  float: left;
  width: 49.375%;
  margin-right: 1.25%;
  margin-right: 0 !important;
  min-width: 290px;
  margin: 10px 0;
  float: right;
  text-align: right;
  height: 53px;
}
header ul.social-mod li {
  display: inline-block;
  margin: 0 1%;
}
header ul.social-mod li a {
  color: #7c7c7c;
  font-size: 1.8em;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
header ul.social-mod li a:hover {
  color: #7c7c7c;
  text-shadow: none;
}
header ul.social-mod li a i.icon-facebook2:hover {
  color: #3b5998;
}
header ul.social-mod li a i.icon-twitter2:hover {
  color: #00aced;
}
header ul.social-mod li a i.icon-googleplus2:hover {
  color: #dd4b39;
}
header ul.social-mod li a i.icon-instagram:hover {
  color: #517fa4;
}
header ul.social-mod li a i.icon-youtube:hover {
  color: #bb0000;
}
header ul.social-mod li a i.icon-pinterest2:hover {
  color: #cb2027;
}
header .search {
  background-color: #efefef;
}
header .search input.search-input {
  font-size: 1.2em;
  font-family: 'gotham', sans-serif;
  padding: 12px;
  margin: 0;
  border: 0;
  outline: 0;
  float: left;
  width: 74.6875%;
  margin-right: 1.25%;
  margin-right: 0 !important;
  float: right;
}
header .search input.search-input::-webkit-input-placeholder {
  font-weight: 100;
}
header .search input.search-input:-moz-placeholder {
  font-weight: 100;
}
header .search input.search-input::-moz-placeholder {
  font-weight: 100;
}
header .search input.search-input:-ms-input-placeholder {
  font-weight: 100;
}
header .search input.search-input:focus::-webkit-input-placeholder {
  color: #ffbe00;
}
header .search input.search-input:focus:-moz-placeholder {
  color: #ffbe00;
}
header .search input.search-input:focus::-moz-placeholder {
  color: #ffbe00;
}
header .search input.search-input:focus:-ms-input-placeholder {
  color: #ffbe00;
}
header .search .search-btn {
  margin: 5px;
  border: 3px solid #ffbe00;
  background-color: #fff;
  color: #7C7C7C;
  padding: 5px 0 5px 10px;
  font-size: 1.1em;
  cursor: pointer;
  display: inline-block;
  width: 184px;
  position: relative;
}
header .search .search-btn:hover .icon-search {
  background: #d2d2d2;
}
header .search .search-btn input {
  font-size: 1em;
  font-family: 'gotham', sans-serif;
  border: 0;
  padding: 0;
  width: 72%;
}
header .search .search-btn.search-recipe {
  width: 333px;
}
header .search .search-btn.search-recipe input {
  width: 85%;
}
header .search .search-btn .icon-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  background: #ffbe00;
}
header .login-user img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
header .login-user a {
  font-size: 1.2em !important;
}

.col-dashed {
  border-left: dashed 3px #565656;
  border-right: dashed 3px #565656;
}
.col-dashed a {
  color: white;
}

.home {
  padding: 20px 0;
}
.home .home-highlight {
  background-color: #ffbe00;
  position: relative;
  float: left;
  width: 74.6875%;
  margin-right: 1.25%;
}
.home .home-highlight img {
  display: block;
}
.home .home-highlight img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.high-slider {
  float: left;
  clear: both;
  width: 100%;
  margin: 15px 0;
}
.high-slider ul li {
  position: relative;
  background-color: #ffbe00;
}
.high-slider ul li img {
  display: block;
}
.high-slider ul li img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.high-slider.date .current .day {
  color: #ffbe00;
  background: #474747;
}
.high-slider.date a {
  text-align: center;
  color: #fff;
}
.high-slider.date a:hover .day {
  background: #474747;
}
.high-slider.date p {
  background: #7c7c7c;
}
.high-slider.date p span:first-child {
  font-size: 1.5em;
  color: #474747;
  display: block;
  background: #d2d2d2;
  font-weight: 300;
}
.high-slider.date .day {
  background: #ffbe00;
  font-size: 4em;
  font-weight: bold;
}

.three-sections {
  text-align: center;
  padding: 20px;
}
.three-sections a {
  font-size: 1.5em;
  font-weight: 300;
}
.three-sections .col-4:nth-child(2) {
  border-left: 5px solid #ffbe00;
  border-right: 5px solid #ffbe00;
}

.banner-mod {
  background-color: #d2d2d2;
  float: left;
  width: 24.0625%;
  margin-right: 1.25%;
  margin-right: 0 !important;
  padding: 0.4%;
}
.banner-mod p {
  color: white;
  text-align: center;
  font-size: 0.8em;
}

.bg-lightgray.dashed, .dashed.container {
  padding: 30px 0;
}
.bg-lightgray.dashed h2, .dashed.container h2 {
  margin-bottom: 40px;
}

.box-details {
  margin-top: 10px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.box-details:last-child {
  border-bottom: 0;
}
.box-details:hover .subtitle {
  color: #474747;
}
.box-details:hover .title {
  background: #ffbe00;
  color: #fff;
}
.box-details:hover .title i {
  color: #fff;
}
.box-details:hover p:first-child {
  background: #ffbe00;
  color: #fff;
}
.box-details > .col-3 {
  position: relative;
}
.box-details p.hour {
  background: #ffbe00 !important;
  font-weight: 500;
  font-size: 2em;
  text-align: center;
  margin: 0;
  color: #fff;
}
.box-details p {
  padding: 5px;
}
.box-details .title {
  font-size: 1.6em;
  font-weight: bold;
  padding: 5px 40px 5px 10px;
  background: #efefef;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.box-details .title.btn-plus {
  font-weight: 300;
  font-size: 1.7em;
}
.box-details .title i {
  font-size: 1.6em;
  position: absolute;
  top: 0;
  right: 4px;
  color: #9f9f9f;
}
.box-details p:first-child {
  font-size: 1.6em;
  line-height: 36px;
  background: #d2d2d2;
}
.box-details p:first-child span {
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 5px;
}
.box-details p:first-child span ~ .btn-plus {
  font-weight: 500;
  font-size: 1.7em;
}
.box-details p.subtitle {
  color: #7c7c7c;
}
.box-details p.subtitle i {
  color: #ffbe00;
  font-size: 1.4em;
}
.box-details .definition {
  max-height: 82px;
}

p.date {
  text-align: right;
  color: #ffbe00;
}

.highlight-second {
  padding: 20px 0;
}
.highlight-second > div {
  margin-bottom: 20px;
}
.highlight-second figure {
  border: 1px solid #d2d2d2;
  margin: 0 10px;
  text-align: center;
}
.highlight-second figure .logo-tv img {
  width: 80px;
  height: 60px;
  margin: 30px 0;
}
.highlight-second figcaption {
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  background: #ffbe00;
  color: #fff;
  padding: 10px 5px;
  margin-top: -7px;
  height: 90px;
}
.highlight-second figcaption .hd {
  font-size: 0.8em;
  text-transform: initial;
  font-weight: 100;
}

.highlight-second.special-show figcaption {
  height: 160px;
}

.list-episode {
  background-color: #efefef;
  color: #474747;
  padding: 12px;
  margin-top: 10px;
}
.list-episode li {
  background: #fff;
  margin-bottom: 5px;
}
.list-episode li a {
  width: 100%;
  display: table;
}
.list-episode li * {
  display: inline-block;
}
.list-episode li i {
  width: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
}
.list-episode li i:before {
  font-size: 1.3em;
  color: #ffbe00;
  top: 3px;
  position: relative;
}
.list-episode li .hour {
  background: #ffbe00;
  color: #fff;
  width: 100%;
  font-size: 1.2em;
}
.list-episode li .episode-name {
  padding: 9px 0 0 5px;
  font-size: 1.2em;
}

.list-grey.favourite.highlight-second {
  padding: 20px;
  font-size: 0.8em;
}
.list-grey.favourite.highlight-second a:hover figcaption span, .list-grey.favourite.highlight-second a:hover figcaption p {
  color: #fff;
}
.list-grey.favourite.highlight-second figcaption {
  height: initial;
  font-size: 1.2em;
  padding: 10px;
  color: #474747;
}
.list-grey.favourite.highlight-second figure {
  width: 19%;
  float: left;
  margin: 0 1.25% 0 0;
}
.list-grey.favourite.highlight-second figure .container-image {
  position: relative;
}
.list-grey.favourite.highlight-second figure span {
  height: 90px;
  overflow: hidden;
}
.list-grey.favourite.highlight-second figure p {
  color: #474747;
  text-transform: capitalize;
}

.list-grey.highlight-second {
  padding: 20px;
  font-size: 0.8em;
}
.list-grey.highlight-second figure {
  float: left;
  width: 24.0625%;
  margin-right: 1.25%;
}
.list-grey.highlight-second figure span {
  height: 70px;
  display: block;
}
.list-grey.highlight-second figure p {
  color: #474747;
  text-transform: capitalize;
}

.more-info {
  padding: 15px 0;
  border-top: 3px dashed #efefef;
}
.more-info p {
  color: #ffbe00;
  font-weight: 300;
  font-size: 1.3em;
}
.more-info .social {
  margin: 10px 0;
}

.flexslider-full ~ .more-info {
  margin-top: 15px;
}

.cooking h2 {
  margin-bottom: 15px;
}
.cooking p {
  line-height: 30px;
}
.cooking p:before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #ffbe00;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 10px;
}
.cooking a {
  color: #ffbe00;
}
.cooking a:hover {
  color: #474747;
}

.menu .col-4 {
  position: relative;
}

.recipe-menu {
  padding: 15px;
  background: #efefef;
  margin-bottom: 20px;
}
.recipe-menu > img {
  max-height: 479px;
}
.recipe-menu h2 {
  border-bottom: 3px dashed #d2d2d2;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.recipe-menu h2 i {
  font-size: 1.3em;
}

h2.ribbon {
  background-color: #ffbe00;
  width: 90% !important;
  text-align: center;
  color: white;
  position: relative;
  margin: 15px auto;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: white;
}
h2.ribbon:before, h2.ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  border: 1em solid #cc9800;
  z-index: -1;
  color: white;
}
h2.ribbon:before {
  left: -5%;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
h2.ribbon:after {
  right: -5%;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

h2.text-large-ribbon {
  border: 0;
  line-height: normal;
  padding: 15px 0;
}

h1.ribbon {
  background-color: #ffbe00;
  width: 90% !important;
  text-align: center;
  color: white;
  position: relative;
  margin: 15px auto;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: white;
  margin-bottom: 15px;
}
h1.ribbon:before, h1.ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  border: 1em solid #cc9800;
  z-index: -1;
  color: white;
}
h1.ribbon:before {
  left: -5%;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
h1.ribbon:after {
  right: -5%;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

h1.text-large-ribbon {
  border: 0;
  line-height: normal;
  padding: 15px 0;
}

.card-box {
  background: #fff;
  border-bottom: 5px solid #d2d2d2;
  text-align: center;
  margin-bottom: 20px;
}
.card-box .card-img {
  position: relative;
}
.card-box .card-img .bigger + i {
  position: absolute;
  bottom: 0;
  background: #ffbe00;
  color: #fff;
  padding: 3px 5px;
  font-size: 3em;
  border-radius: 100%;
  bottom: -29px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.card-box .text {
  padding-top: 20px;
  height: 210px;
  overflow: hidden;
}
.card-box .text > a {
  color: #949494;
  padding: 10px;
}
.card-box .text h4 {
  padding: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.card-box .text .chef {
  color: #949494;
  padding: 10px;
}
.card-box.prominent-chef {
  background: #474747 !important;
  position: relative;
}
.card-box.prominent-chef .text {
  padding-top: 10px;
}
.card-box.prominent-chef h4 {
  color: #fff;
  padding: 0 10px;
}
.card-box.prominent-chef .chef {
  background: #efefef;
  color: #474747;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card-box.prominent-chef .chef img {
  width: 60px;
  border-radius: 100%;
}
.card-box.prominent-chef .ribbon {
  background-color: #ffbe00;
  width: 90% !important;
  text-align: center;
  color: white;
  position: relative;
  margin: 15px auto;
  padding: 10px;
  position: absolute;
  top: 7px;
  width: 105%;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  left: -8px;
  z-index: 3;
}
.card-box.prominent-chef .ribbon:before, .card-box.prominent-chef .ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  border: 1em solid #cc9800;
  z-index: -1;
  color: white;
}
.card-box.prominent-chef .ribbon:before {
  left: -5%;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
.card-box.prominent-chef .ribbon:after {
  right: -5%;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

.bigger {
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.bigger img {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.play {
  position: absolute;
  font-size: 4em;
  color: rgba(255, 255, 255, 0.8);
  top: 50%;
  left: 50%;
  background: transparent;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.card-box:hover .card-img img {
  opacity: 0.7;
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  -moz-transform: scale(1.25);
  /* Firefox */
  -ms-transform: scale(1.25);
  /* IE 9 */
  -o-transform: scale(1.25);
  /* Opera */
  transform: scale(1.25);
}

.cooker {
  line-height: 0;
  padding: 10px 0;
}
.cooker img {
  border-radius: 100%;
  width: 60px;
  height: 60px;
}
.cooker h4 {
  display: inline-block;
  bottom: 22px;
  position: relative;
  font-size: 1.4em;
  left: 2%;
}

.cooker ~ h2.underline {
  padding-top: 0;
}

.cooker ~ h1.underline {
  padding-top: 0;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  color: #474747;
}

.searcher .filter ul {
  margin-bottom: 20px;
}
.searcher .filter li {
  padding: 10px;
  background: #fff;
  border: 1px solid #efefef;
  margin: 5px 0.2em;
  position: relative;
  opacity: .99;
}
.searcher .filter li:hover {
  background: #fff;
}
.searcher .filter li .checkbox {
  right: 20px;
  bottom: 20px;
}

.option-selected {
  text-transform: capitalize;
  font-size: 1em;
  font-weight: lighter;
}

.space-top-bottom {
  margin: 10px 0;
}

h3.title {
  color: #ffbe00;
  margin-top: 10px;
}
h3.title i {
  color: #d2d2d2;
}

h1.title {
  color: #ffbe00;
  margin-top: 10px;
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: inherit;
}
h1.title i {
  color: #d2d2d2;
}

.banner_contest {
  padding: 10px;
  border: 5px solid #efefef;
  margin-bottom: 10px;
}
.banner_contest a:hover img {
  opacity: 0.5;
}
.banner_contest a:hover p {
  color: #474747;
}
.banner_contest p {
  padding: 5px;
  color: #ffbe00;
}
.banner_contest p i {
  color: #fff;
  font-size: 1.5em;
  position: relative;
  top: 3px;
  background: #ffbe00;
  padding: 6px;
  left: -4px;
}
.banner_contest ~ .description object, .banner_contest ~ .description iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.banner_contest ~ .description ul {
  background: #efefef !important;
  border-left: 0 !important;
  height: initial !important;
}
.banner_contest ~ #mainQuestionsArea {
  background: #efefef;
  padding: 20px;
  text-align: center;
}
.banner_contest ~ #mainQuestionsArea *:not(.btn) {
  padding: 5px 0;
}

.slider-home .title-ribbon {
  font-size: 2em;
  top: 10px;
  position: absolute;
}
.slider-home h4 {
  padding: 10px;
  margin: 0;
  text-align: center;
}
.slider-home .card {
  min-height: 300px;
  background: #efefef;
}
.slider-home .card .img-card {
  max-height: 163px;
  overflow: hidden;
}

.user-recipe h2 {
  margin-bottom: 40px;
}
.user-recipe .card-box {
  background: #efefef;
}

.text-container {
  background: #efefef;
  margin-top: -10px;
  margin-bottom: 14px;
  text-align: center;
  padding: 18px 10px;
  border-bottom: 5px solid #d2d2d2;
}
.text-container h3 {
  color: #474747;
  font-weight: bold;
  text-transform: uppercase;
}

.text-container-link:hover .text-container {
  background: #ffbe00;
  border-bottom-color: #e0a700;
}
.text-container-link:hover * {
  color: #fff;
}

.card {
  float: left;
  width: 24.0625%;
  margin-right: 1.25%;
  display: block;
  margin-bottom: 15px;
  min-height: 430px;
  background-color: #fff;
  border-bottom: 5px solid #d2d2d2;
}
.card .card-content {
  float: left;
  width: 100%;
  max-height: 400px;
  height: 100%;
}
.card .card-content .card-img {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.card .card-content .card-img img {
  float: left;
  max-height: 290px;
  z-index: 900;
}
.card .card-content .card-img .card-icon {
  float: left;
  width: 90px;
  height: 90px;
  margin: -45px 0 0 35%;
  background-color: #ffbe00;
  font-size: 4.8em;
  text-align: center;
  line-height: 1.4;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 990;
}
.card .card-content .card-img .play {
  color: white;
  filter: alpha(opacity=80);
  opacity: 0.8;
  font-size: 6em;
  position: absolute;
  top: 18%;
  left: 34%;
}
.card .card-content .card-img .play:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.card .card-content h3 {
  float: left;
  width: 100%;
  font-size: 1.2em;
  padding: 12px 15px 15px 15px;
  color: #474747;
  text-align: center;
}
.card .card-content .card-chef {
  float: left;
  width: 100%;
  font-size: 0.8em;
  color: #a2a2a2;
  margin: 8px 0 0 0;
  text-align: center;
}
.card .card-hover {
  display: none;
  position: absolute;
  background-color: #ffbe00;
  height: 100%;
  max-height: 430px;
  width: 100%;
  max-width: 300px;
  color: white;
}
.card .card-hover h3, .card .card-hover p {
  padding: 15px;
  text-align: center;
}
.card .card-hover .btn-card {
  font-size: 1em;
  font-weight: 500;
  display: inline-block;
  padding: 12px 15px;
  text-align: center;
  color: white;
  background-color: #ffbe00;
  border: 2px solid white;
  margin: 10px 0 0 25%;
}
.card .card-hover .btn-card:hover {
  background-color: white;
  color: #ffbe00;
}

.card-gray {
  background-color: #efefef;
}

.card-highlight {
  background-color: #ffbe00;
  color: white;
  border-bottom: 5px solid #e0a700;
}
.card-highlight .card-content .card-img .card-icon {
  background-color: white;
  color: #ffbe00;
  line-height: 1.3;
}
.card-highlight .card-content h3 {
  color: white;
}

.banner-mod {
  min-height: 430px;
}

.recipe {
  position: relative;
}
.recipe .recipe-img {
  z-index: 1;
  float: left;
}
.recipe .recipe-video {
  margin: 20px auto;
  max-width: 1000px;
}
.recipe .recipe-info {
  position: absolute;
  max-width: 480px;
  width: 100%;
  height: auto;
  margin: 2% 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  color: #474747;
}
.recipe .recipe-info .cooker-info {
  display: block;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.recipe .recipe-info .cooker-info img {
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.recipe .recipe-info .cooker-info img:hover {
  border: 2px solid white;
}
.recipe .recipe-info .cooker-info h3 {
  display: inline-block;
  font-weight: 100;
  font-size: 1.2em;
  padding-left: 8px;
  color: #474747;
}
.recipe .recipe-info .cooker-info h3:hover {
  color: white;
}
.recipe .recipe-info .cooker-info .recipe-like {
  float: right;
  background-color: #474747;
  padding: 20px 10px 12px 10px;
  margin-top: -20px;
  line-height: 1;
  color: white;
  font-size: 2.2em;
  text-align: center;
  cursor: pointer;
}
.recipe .recipe-info h1 {
  font-size: 2.4em;
  font-weight: bold;
}

.content {
  padding: 30px 0;
  background-color: white;
}

.recipe-content {
  float: left;
  width: 71%;
  margin-right: 1%;
}
.recipe-content .video-recipe-info {
  display: block;
  margin: 0 0 2% 0;
  padding: 0 0 20px 0;
  color: #474747;
  border-bottom: 3px dashed #efefef;
}
.recipe-content .video-recipe-info .cooker-info {
  display: inline-block;
  width: 49%;
}
.recipe-content .video-recipe-info .cooker-info img {
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.recipe-content .video-recipe-info .cooker-info img:hover {
  border: 2px solid #ffbe00;
}
.recipe-content .video-recipe-info .cooker-info h3 {
  display: inline-block;
  padding-left: 10px;
  font-weight: 100;
  font-size: 1.2em;
  color: #474747;
}
.recipe-content .video-recipe-info .cooker-info h3:hover {
  color: #ffbe00;
}
.recipe-content .video-recipe-info .cooker-info .recipe-like {
  float: right;
  background-color: #474747;
  padding: 20px 10px 12px 10px;
  margin-top: -20px;
  line-height: 1;
  color: white;
  font-size: 2.2em;
  text-align: center;
  cursor: pointer;
}
.recipe-content .video-recipe-info .share-bar {
  width: 49%;
  display: inline-block;
  margin: 0;
  text-align: right;
}
.recipe-content .video-recipe-info h1 {
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 15px;
}
.recipe-content .recipe-rating {
  padding: 30px 0 15px 0;
  float: left;
  display: inline-block;
  width: 100%;
  border-bottom: 3px dashed #efefef;
}
.recipe-content .recipe-rating h2 {
  float: left;
  width: 66.25%;
  margin-right: 1.25%;
  font-weight: bold;
  color: #474747;
}
.recipe-content .recipe-rating .rating {
  max-width: 200px;
  width: 100%;
  float: right;
  color: #d2d2d2;
}
.recipe-content .recipe-rating .rating li {
  cursor: pointer;
  font-size: 2.5em;
  display: inline-block;
  margin-right: -5px;
}
.recipe-content .recipe-rating .rating li:hover, .recipe-content .recipe-rating .rating li.huevo-on {
  color: #ffbe00;
}
.recipe-content .recipe-summary {
  display: inline-block;
  margin: 20px 0;
}
.recipe-content .recipe-summary p {
  margin-bottom: 15px;
  text-align: justify;
}
.recipe-content .recipe-actions {
  width: 100%;
  display: inline-block;
  margin: 25px 0;
}
.recipe-content .recipe-actions .share-bar {
  max-width: 480px;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.recipe-content .recipe-actions .btn {
  float: right;
  margin-left: 5px;
}
.recipe-content .related-recipes {
  width: 100%;
  display: inline-block;
  border-bottom: 3px dashed #d2d2d2;
  border-top: 3px dashed #d2d2d2;
  background-color: #efefef;
  padding: 22px 0;
}
.recipe-content .related-recipes h3 {
  color: #474747;
  text-align: center;
  font-weight: bold;
}
.recipe-content .related-recipes ul {
  width: 100%;
  display: block;
  margin: 20px 0;
}
.recipe-content .related-recipes ul li {
  display: inline-block;
  position: relative;
  width: 31%;
  margin: 0 0.9%;
  background-color: #ffbe00;
}
.recipe-content .related-recipes ul li img {
  float: left;
}
.recipe-content .related-recipes ul li img:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.recipe-content .related-recipes .btn {
  margin-left: 38%;
}
.recipe-content .recommend {
  width: 100%;
  display: inline-block;
  padding: 22px 0;
}
.recipe-content .recommend h3 {
  color: #474747;
  text-align: center;
  font-weight: bold;
}
.recipe-content .recommend ul {
  width: 100%;
  display: block;
  margin: 20px 0;
}
.recipe-content .recommend ul li {
  display: inline-block;
  position: relative;
  width: 23.9%;
  margin: 0 0.3%;
  background-color: #ffbe00;
  font-size: 0.8em;
}
.recipe-content .recommend ul li img {
  float: left;
}
.recipe-content .recommend ul li img:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.recipe-content .comments {
  display: block;
  width: 100%;
}
.recipe-content .comments h3.ribbon {
  display: inline-block;
  font-weight: bold;
  width: 100%;
  height: 0;
  text-align: center;
  color: #474747;
  background-color: #efefef;
  border-top: 40px solid #efefef;
  border-bottom: 40px solid #efefef;
  border-left: 20px solid white;
  border-right: 20px solid white;
  line-height: 0;
}
.recipe-content .comments h1.ribbon {
  display: inline-block;
  font-weight: bold;
  width: 100%;
  height: 0;
  text-align: center;
  color: #474747;
  background-color: #efefef;
  border-top: 40px solid #efefef;
  border-bottom: 40px solid #efefef;
  border-left: 20px solid white;
  border-right: 20px solid white;
  line-height: 0;
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 15px;
}
.recipe-content .comments .comments-body {
  display: block;
  width: 100%;
}
.recipe-content .comments .comments-body .single-comment {
  width: 100%;
  padding: 25px 15px;
  border-bottom: 1px solid #efefef;
}
.recipe-content .comments .comments-body .single-comment .user-avatar {
  display: inline-block;
  width: 100px;
  height: 100px;
  vertical-align: top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.recipe-content .comments .comments-body .single-comment .user-avatar:hover {
  color: #ffbe00;
}
.recipe-content .comments .comments-body .single-comment .comment-meta {
  display: inline-block;
  width: 80%;
  padding: 20px 0 20px 15px;
}
.recipe-content .comments .comments-body .single-comment .comment-meta .user-nick {
  display: inline-block;
  color: #474747;
  font-size: 1.4em;
  font-weight: 300;
  margin-right: 10px;
}
.recipe-content .comments .comments-body .single-comment .comment-meta .user-date {
  display: inline-block;
  color: #d2d2d2;
}
.recipe-content .comments .comments-body .single-comment .comment-meta .rating {
  max-width: 200px;
  width: 100%;
  float: right;
  color: #d2d2d2;
  margin-top: -40px;
}
.recipe-content .comments .comments-body .single-comment .comment-meta .rating li {
  cursor: pointer;
  font-size: 2.5em;
  display: inline-block;
  margin-right: -5px;
}
.recipe-content .comments .comments-body .single-comment .comment-meta .rating li:hover, .recipe-content .comments .comments-body .single-comment .comment-meta .rating li.huevo-on {
  color: #ffbe00;
}
.recipe-content .comments .comments-body .single-comment .comment-text {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 120px;
  text-align: justify;
}
.recipe-content .comments .comments-body .comment-form {
  display: block;
  float: left;
  width: 100%;
  background-color: #efefef;
  padding: 20px;
}
.recipe-content .comments .comments-body .comment-form h3 {
  display: block;
  width: 100;
  text-align: center;
  color: #474747;
  font-weight: bold;
  padding: 5px 0 20px 0;
}
.recipe-content .comments .comments-body .comment-form .comment-form-left {
  float: left;
  width: 74.6875%;
  margin-right: 1.25%;
}
.recipe-content .comments .comments-body .comment-form .comment-form-left input.text-box {
  font-size: 1em;
  font-weight: 200;
  outline: 0;
  padding: 15px;
  width: 100%;
  font-family: 'gotham', sans-serif;
  border: none;
  background-color: white;
}
.recipe-content .comments .comments-body .comment-form .comment-form-left input.text-box:focus::-webkit-input-placeholder {
  color: #ffbe00;
}
.recipe-content .comments .comments-body .comment-form .comment-form-left input.text-box:focus:-moz-placeholder {
  color: #ffbe00;
}
.recipe-content .comments .comments-body .comment-form .comment-form-left input.text-box:focus::-moz-placeholder {
  color: #ffbe00;
}
.recipe-content .comments .comments-body .comment-form .comment-form-left input.text-box:focus:-ms-input-placeholder {
  color: #ffbe00;
}
.recipe-content .comments .comments-body .comment-form .comment-form-left textarea.textarea-box {
  font-size: 1em;
  font-weight: 200;
  outline: 0;
  padding: 15px;
  width: 100%;
  font-family: 'gotham', sans-serif;
  border: none;
  background-color: white;
}
.recipe-content .comments .comments-body .comment-form .comment-form-left textarea.textarea-box:focus::-webkit-input-placeholder {
  color: #ffbe00;
}
.recipe-content .comments .comments-body .comment-form .comment-form-left textarea.textarea-box:focus:-moz-placeholder {
  color: #ffbe00;
}
.recipe-content .comments .comments-body .comment-form .comment-form-left textarea.textarea-box:focus::-moz-placeholder {
  color: #ffbe00;
}
.recipe-content .comments .comments-body .comment-form .comment-form-left textarea.textarea-box:focus:-ms-input-placeholder {
  color: #ffbe00;
}
.recipe-content .comments .comments-body .comment-form .comment-form-right {
  float: left;
  width: 24.0625%;
  margin-right: 1.25%;
  margin-right: 0 !important;
}
.recipe-content .comments .comments-body .comment-form .comment-form-right .rating {
  width: 100%;
  float: right;
  color: #acacac;
}
.recipe-content .comments .comments-body .comment-form .comment-form-right .rating li {
  cursor: pointer;
  font-size: 2.5em;
  display: inline-block;
  margin-right: -5px;
  vertical-align: middle;
}
.recipe-content .comments .comments-body .comment-form .comment-form-right .rating li:hover, .recipe-content .comments .comments-body .comment-form .comment-form-right .rating li.huevo-on {
  color: #ffbe00;
}
.recipe-content .comments .comments-body .comment-form .comment-form-right .rating li:first-child {
  font-size: 1em;
  margin-right: 10px;
}
.recipe-content .comments .comments-body .comment-form .comment-form-right .btn {
  width: 100%;
}

.content-inside {
  padding-top: 12px;
}

.content-left {
  padding: 0.6em;
}

.searcher-result {
  width: 100%;
  display: block;
  text-align: center;
}
.searcher-result h4 {
  color: #474747;
  font-weight: 300;
  margin: 0;
  font-size: 1em;
}
.searcher-result h2 {
  font-size: 2.5em;
  color: #ffbe00;
}

.searcher {
  float: left;
  background: white;
  width: 100%;
}
.searcher .search-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
.searcher .search-box input[type="text"] {
  width: 100%;
  border: 5px solid #ffbe00;
}
.searcher .search-box .icon-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
  font-size: 1.5em;
  color: #fff;
  background: #ffbe00;
}
.searcher .search-box .icon-search:hover {
  color: #ffbe00;
  background: #fff;
  border: 5px solid #ffbe00;
  padding: 11px;
}
.searcher .poll {
  text-align: left;
  margin: 7px 0 10px 0;
}
.searcher .poll span {
  padding: 0.5em;
}
.searcher .poll a {
  padding: 0.5em;
  text-align: center;
  font-size: 1em;
  border-bottom: 0;
}
.searcher ul li {
  background-color: #efefef;
  color: #c9c9c9;
}
.searcher ul li:hover {
  background-color: #d6d6d6;
}
.searcher ul li h3 {
  font-size: 1.3em;
  margin: 0 0 3px 0;
  padding: 0.6em;
  cursor: pointer;
  font-weight: 300;
  text-transform: uppercase;
  color: #7c7c7c;
}
.searcher ul li h3:hover {
  color: #474747;
}
.searcher ul li h3::after {
  content: '+';
  background-color: #ffbe00;
  color: white;
  float: right;
  font-size: 1.9em;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 1;
}
.searcher ul li.search-checkbox {
  border-bottom: 3px solid white;
  position: relative;
}
.searcher ul li.search-checkbox h4 {
  font-size: 1.3em;
  margin: 0;
  padding: 0.6em;
  font-weight: 300;
  text-transform: uppercase;
  color: #7c7c7c;
  display: inline-block;
}
.searcher ul li.search-checkbox .checkbox {
  top: 12px;
  right: 27px;
}
.searcher ul li > ul {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: none;
  border: 6px solid #ffbe00;
  background-color: white;
}
.searcher ul li > ul .letter-filter {
  font-size: 1.2em;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}
.searcher ul li > ul .letter-filter a {
  padding: 8px 5px;
}
.searcher ul li > ul .letter-filter a.current {
  color: #ffbe00;
}
.searcher ul li > ul li {
  display: inline-block;
  margin: 0 0.2em;
}
.searcher ul li.current {
  background-color: #ffbe00;
}
.searcher ul li.current h3 {
  color: white;
  margin-bottom: 0;
}
.searcher ul li.current h3::after {
  content: '-';
  background-color: white;
  color: #7c7c7c;
  line-height: 0.9;
}
.searcher ul li#ambiente > ul {
  padding: 0.5em;
}
.searcher ul li#tipo-de-cocina > ul {
  padding: 0.5em;
}
.searcher ul li#cocinero > ul, .searcher ul li#programa > ul {
  padding: 0.5em;
  overflow: hidden;
}

.result {
  width: 100%;
  display: inline-block;
  margin-top: 0.7em;
  padding: 1em 0;
}
.result h3 {
  background-color: #ffbe00;
  width: 90% !important;
  text-align: center;
  color: white;
  position: relative;
  margin: 15px auto;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: white;
}
.result h3:before, .result h3:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  border: 1em solid #cc9800;
  z-index: -1;
  color: white;
}
.result h3:before {
  left: -5%;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
.result h3:after {
  right: -5%;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
.result .row-recipe {
  position: relative;
  margin-top: 0.5em;
  padding: 0.6em;
}
.result .row-recipe img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 130px;
}
.result .row-recipe .recipe-info {
  display: inline-block;
  width: 100%;
  min-height: 120px;
  vertical-align: top;
  padding: 5px 5px 5px 210px;
  height: 100%;
  font-size: 0.7em;
}
.result .row-recipe .recipe-info .cooker {
  margin-top: 10px;
  font-size: 1.3em;
}

.main-sidebar {
  width: 300px;
  float: right;
  margin-right: 0 !important;
}
.main-sidebar.first-sidebar {
  overflow: hidden;
  max-height: 979px;
}
.main-sidebar.second-sidebar {
  padding-top: 87px;
}
.main-sidebar.second-sidebar .banners-separation {
  margin-top: 4px;
}
.main-sidebar.second-sidebar .banners-separation img {
  margin-bottom: 21px;
}
.main-sidebar.third-sidebar {
  padding-top: 78px;
}
.main-sidebar.third-sidebar > a img {
  margin-bottom: 21px;
}
.main-sidebar.third-sidebar > ins {
  top: -7px;
}
.main-sidebar .banner-mod-sidebar {
  display: block;
  background-color: #d2d2d2;
  margin-bottom: 13px;
}
.main-sidebar .banner-mod-sidebar p {
  color: white;
  text-align: center;
  font-size: 0.8em;
}
.main-sidebar .banner-mod-sidebar img {
  display: block;
}
.main-sidebar .banner-sidebar {
  display: block;
  margin-bottom: 12px;
}
.main-sidebar .lo-mas-leido {
  background: #d2d2d2;
  margin: 6px 0 10px 0;
  height: 344px;
  width: 300px;
}
.main-sidebar .tab-title {
  background: #d2d2d2;
  padding: 5px;
  text-align: center;
  margin: 0;
}
.main-sidebar .tab-list {
  margin: 0;
  min-height: 327px;
}
.main-sidebar .tab-list .tab label {
  padding: 10px 12.8px;
  left: 0;
}
.main-sidebar .tab-list .box {
  background: #efefef;
  padding: 5px;
  margin-bottom: 20px;
}
.main-sidebar .tab-list .box li {
  padding: 5px;
  margin-bottom: 5px;
  height: 49px;
  background: #fff;
  line-height: 20px;
  overflow: hidden;
}
.main-sidebar .tab-list .box a {
  font-size: 14px;
}
.main-sidebar .tab-list .box a:before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffbe00;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
}

.guide {
  background: #fff;
}

.slider-guide li {
  text-align: center;
  font-size: 1.5em;
}
.slider-guide li span {
  border-radius: 100%;
  background: #ffbe00;
  padding: 0.4em 0.25em;
  font-size: 3em;
}
.slider-guide li span:hover {
  color: #fff;
}
.slider-guide li .text-date {
  margin-bottom: 20px;
  background: #1a1a1a;
  color: #fff;
}
.slider-guide li .text-date p:last-child {
  font-size: 0.8em;
}
.slider-guide .flex-viewport {
  height: 220px;
}
.slider-guide .flex-direction-nav a {
  color: #1a1a1a;
}

.guide-tv {
  padding: 1% 0;
}
.guide-tv article.row:nth-child(2n+0) {
  background: #efefef;
}
.guide-tv article.row:nth-child(2n+1) {
  background: #fff;
}
.guide-tv .hour {
  text-align: center;
  background: #7c7c7c;
  margin-top: 20px;
  font-size: 2.5em;
  color: #fff;
}
.guide-tv .row-inside div {
  margin-top: 20px;
}
.guide-tv .icon-plus {
  float: right;
}

.photo-list li .mask-circle {
  border-radius: 100%;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.photo-list li .mask-circle img {
  height: 100%;
}
.photo-list li span {
  height: 50px;
  display: block;
  text-align: center;
}
.photo-list.square li img {
  border-radius: 0;
}

h3.letter {
  font-size: 2em;
}

.letter-filter.cube {
  text-align: center;
  padding: 20px 0;
}
.letter-filter.cube a {
  padding: 8px;
  color: #ffbe00;
  background: #efefef;
  line-height: 50px;
}
.letter-filter.cube a.no-results {
  background: #d2d2d2;
  color: #efefef;
  cursor: default;
}
.letter-filter.cube a.no-results:hover {
  background: #d2d2d2;
  color: #efefef;
}
.letter-filter.cube a:hover {
  color: #fff;
  background: #d2d2d2;
}
.letter-filter.cube a.current {
  color: #fff;
  background: #ffbe00;
}

.shop h4 {
  padding: 10px 5px;
  margin: 0;
  text-align: center;
  font-weight: 300;
  min-height: 120px;
}
.shop .card-box {
  min-height: 244px;
  background: #fff;
}
.shop .card-box .price {
  background: #ffbe00;
  color: #fff;
  padding: 5px 0;
}

.by-cooking {
  font-weight: 100;
  text-transform: initial;
  font-size: 0.8em;
}
.by-cooking img {
  width: 127px;
  top: 6px;
  position: relative;
}

.main-footer {
  background-color: #474747;
  padding: 40px 0;
  text-align: center;
}
.main-footer p {
  font-size: 0.8em;
  color: #7c7c7c;
  margin: 15px 0;
}
.main-footer p a {
  color: #7c7c7c;
}
.main-footer p a:hover {
  color: #efefef;
}
.main-footer .logo-company {
  max-width: 430px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  text-indent: -1000em;
}
.main-footer .logo-company a {
  display: block;
  background-image: url("https://canalcocina.es/default/images/logo-amc_footer3.png");
  background-repeat: no-repeat;
  /*background-size: 100%;*/
  width: 100%;
  height: 100%;
  filter: alpha(opacity=60);
  opacity: 0.6;
  background-position: 50%;
}
.main-footer .logo-company a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-footer .footer-logos {
  margin: 0 auto;
}
.main-footer .footer-logos ul li {
  display: inline-block;
  text-indent: -1000em;
}
.main-footer .footer-logos ul li a {
  display: block;
  background-image: url("https://amcnetworks.es/wp-content/themes/temaprincipal/images/footer_logos.png");
  background-repeat: no-repeat;
  height: 64px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.main-footer .footer-logos ul li a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-footer .footer-logos ul li a.logo01 {
  width: 112px;
  background-position: -13px -64px;
}
.main-footer .footer-logos ul li a.logo02 {
  width: 92px;
  background-position: -934px -64px;
}
.main-footer .footer-logos ul li a.logo03 {
  width: 92px;
  background-position: -1036px -64px;
}
.main-footer .footer-logos ul li a.logo04 {
  width: 100px;
  background-position: -1141px -64px;
}
.main-footer .footer-logos ul li a.logo05 {
  width: 104px;
  background-position: -1255px -64px;
}
.main-footer .footer-logos ul li a.logo06 {
  width: 90px;
  background-position: -832px -64px;
}
.main-footer .footer-logos ul li a.logo07 {
  width: 100px;
  background-position: -270px -64px;
}
.main-footer .footer-logos ul li a.logo08 {
  width: 108px;
  background-position: -370px -64px;
}
.main-footer .footer-logos ul li a.logo09 {
  width: 84px;
  background-position: -186px -64px;
}
.main-footer .footer-logos ul li a.logo10 {
    width: 64px;
    background-position: -844px -64px;
}
.main-footer .footer-logos ul li a.logo11 {
  width: 130px;
  background-position: -1359px -64px;
}
.main-footer .footer-logos ul li a.logo12 {
  width: 67px;
  background-position: -478px -64px;
}
.main-footer .footer-logos ul li a.logo13 {
  width: 80px;
  background-position: -545px -64px;
}
.main-footer .footer-logos ul li a.logo14 {
  width: 110px;
  background-position: -1474px -64px;
}
.main-footer .footer-logos ul li a.logo15 {
  width: 126px;
  background-position: -625px -64px;
}
.main-footer .footer-logos ul li a.logo16 {
  width: 90px;
  background-position: -740px -64px;
}
.main-footer .footer-logos ul li a.logo17 {
  width: 95px;
  background-position: -1578px -64px;
}
.main-footer .footer-logos ul li a.logo18 {
  width: 95px;
  background-position: -1800px -64px;
}
.main-footer .footer-logos ul li a.logo19 {
  width: 95px;
  background-position: -1694px -64px;
}
.main-footer .footer-logos ul li a.logo20 {
  width: 95px;
  background-position: -1694px -64px;
}
.main-footer .footer-logos ul li a.logo21 {
  width: 85px;
  background-position: -1396px -64px;
}

.prg-footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #ffbe00;
  border-top: 3px solid #ffbe00;
  z-index: 9999;
}
.prg-footer .hoy-tv-action {
  position: absolute;
  right: 12%;
  color: white;
  cursor: pointer;
  margin: -40px;
  background-color: #ffbe00;
  padding: 8px 10px;
}
.prg-footer .hoy-tv-action:hover {
  color: #b38500;
}
.prg-footer .prg-footer-inside {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: none;
  max-width: 1080px;
  width: 100%;
  margin: 8px auto;
}
.prg-footer .prg-footer-inside ul li {
  max-width: 236px;
  width: 100%;
  min-height: 115px;
  display: inline-block;
  background-color: white;
  padding: 8px;
}
.prg-footer .prg-footer-inside ul li .prg-time {
  font-weight: bold;
  font-size: 1.8em;
}
.prg-footer .prg-footer-inside ul li .emision {
  float: right;
  background-color: #ffbe00;
  color: white;
  font-size: 0.9em;
  padding: 2px 6px;
}
.prg-footer .prg-footer-inside ul li .prg-title {
  width: 100%;
  font-size: 1.1em;
  color: #7c7c7c;
  float: left;
  clear: both;
}
.prg-footer .prg-footer-inside ul li .prg-title:hover {
  color: #ffbe00;
}
.prg-footer .prg-footer-inside .prg-btn {
  display: block;
  padding: 8px 5px;
  margin-top: 6px;
  color: #7c7c7c;
  background-color: white;
  width: 100%;
  text-align: center;
}
.prg-footer .prg-footer-inside .prg-btn:hover {
  color: #ffbe00;
  background-color: #474747;
}

label.custom-select {
  position: relative;
  display: inline-block;
  margin: 20px;
}

.custom-select select {
  display: inline-block;
  border: 3px solid #ffbe00;
  padding: 10px 5px 8px 10px;
  margin: 0;
  font: inherit;
  outline: none;
  /* remove focus ring from Webkit */
  line-height: 1.2;
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  /* remove the strong OSX influence from Webkit */
  width: 100%;
}
.custom-select select:focus {
  /* -webkit-box-shadow: 0 0 3px 1px #c00;
  -moz-box-shadow: 0 0 3px 1px #c00;
  box-shadow: 0 0 3px 1px #c00; */
}
.custom-select:after {
  content: "▼";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 70%;
  line-height: 40px;
  padding: 0 15px;
  background: #ffbe00;
  color: white;
  pointer-events: none;
}

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .custom-select select {
    padding-right: 30px;
  }
}
/* Since we removed the default focus styles, we have to add our own */
/* Select arrow styling */
.no-pointer-events .custom-select:after {
  content: none;
}

body[style*="1080"] .social.poll.col-7.last {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 1650px) {
  header .main-logo {
    left: -750px;
  }
  header .main-logo:hover {
    left: -740px;
  }
}
@media screen and (max-width: 1215px) {
  header .main-nav nav ul {
    width: 1100px;
  }
  header .main-nav nav ul li a {
    padding: 10px 12px;
  }
  header .nav-sub .nav-tv, header .nav-sub .nav-recipies {
    width: 1050px;
  }
  header .nav-sub .nav-tv {
    left: -60px;
  }
  header .nav-sub .nav-recipies {
    left: -215px;
  }
  header .nav-sub .nav-recipies .menu-mod ul li .menu-mod-recipie {
    width: 60%;
  }
  header .search input.search-input {
    width: 60%;
  }

  .prg-footer .prg-footer-inside ul li {
    max-width: 19.5%;
  }

  a.title-menu.last {
    float: left;
    width: 66.25%;
    margin-right: 1.25%;
    color: #ffbe00;
    font-weight: bold;
    font-size: 1.5em;
    margin: -10px 0 0 5px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1215px) {
  .recipe-content {
    width: 70.5%;
  }
}
@media screen and (min-width: 1079px) and (max-width: 1140px) {
  .recipe-content {
    width: 70%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1140px) {
  .more-info .social a {
    padding: 0.5em;
  }
}
@media screen and (min-width: 900px) and (max-width: 1030px) {
  .more-info .social {
    margin: 10px 0;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 977px) and (max-width: 1078px) {
  .recipe-content {
    width: 69%;
  }

  header ul.social-mod {
    white-space: nowrap;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 977px) and (max-width: 1029px) {
  .recipe-content {
    width: 66.5%;
  }
}
@media screen and (min-width: 900px) and (max-width: 976px) {
  .recipe-content {
    width: 65.1%;
  }

  .card-box.prominent-chef .chef {
    padding: 8px;
  }
  .card-box.prominent-chef .chef img {
    width: 40px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1235px) {
  .recipe-content {
    padding-left: 1%;
  }
  .recipe-content h3.ribbon {
    font-size: 1.2em;
  }
  .recipe-content h1.ribbon {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1030px) {
  header .main-logo {
    left: -756px;
  }
  header .main-logo:hover {
    left: -750px;
  }
  header .main-nav nav ul {
    width: 870px;
  }
  header .main-nav nav ul li a {
    padding: 8px 12px;
    font-size: 0.9em;
  }
  header .nav-sub .nav-tv, header .nav-sub .nav-recipies {
    width: 900px;
  }
  header .nav-sub .nav-tv {
    left: -70px;
  }
  header .nav-sub .nav-recipies {
    left: -200px;
  }
  header .nav-sub .nav-recipies .menu-mod ul li .menu-mod-recipie {
    width: 60%;
  }

  .prg-footer .prg-footer-inside ul li .prg-title {
    font-size: 1em;
  }
  .prg-footer .prg-footer-inside ul li .emision {
    display: none;
  }

  .card .card-content .card-img .play {
    top: 10%;
    left: 33%;
  }

  .content-inside .content-left {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .main-sidebar.first-sidebar {
    max-height: 943px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 0.8em;
  }

  .main-sidebar {
    display: none;
  }

  .recipe-content {
    width: 100%;
    padding: 0 10px;
  }

  .row .row-inside {
    padding: 0 1%;
  }

  header .main-logo {
    left: -580px;
    height: 105px;
    background-size: 852px 105px;
    background-position: top right;
  }
  header .main-logo:hover {
    left: -572px;
  }
  header .main-nav nav {
    display: none;
  }
  header .main-nav .nav-res-btn {
    display: block;
  }
  header .search {
    margin-top: 5px;
  }
  header .search input.search-input {
    font-size: 1.6em;
  }
  header .search .search-btn {
    font-size: 1.5em;
    padding: 0 0 5px 10px;
    margin: 5px 0;
    float: left;
    width: 32.5%;
    margin-right: 1.25%;
  }
  header .search .search-btn.search-recipe {
    float: left;
    width: 32.5%;
    margin-right: 1.25%;
  }
  header .search .search-btn.search-recipe input {
    width: 80%;
  }
  header .search .search-btn input {
    width: 80%;
  }
  header .search .search-btn .icon-search {
    padding: 7px;
  }

  .btn {
    padding: 10px;
    font-size: 1.1em;
  }

  .prg-footer {
    display: none;
  }

  .home .banner-mod {
    display: none;
  }
  .home .home-highlight {
    width: 100%;
    margin-right: 0;
  }

  .row-home .card {
    min-height: 350px;
  }
  .row-home .card .card-content .card-img .card-icon {
    width: 80px;
    height: 80px;
    margin-left: 30%;
  }
  .row-home .card .card-content .card-img .play {
    top: 8%;
    left: 31%;
  }
  .row-home .card .card-hover .btn-card {
    margin-left: 17%;
  }
  .row-home .card .card-hover p {
    font-size: 0.9em;
  }
  .row-home .card .card-hover h3 {
    font-size: 1.2em;
  }
  .row-home .banner-mod {
    min-height: 350px;
  }

  .content-inside .content-left .searcher > ul > li > h3::after {
    width: 30px;
    height: 30px;
  }

  .searcher ul li.search-checkbox .checkbox {
    top: 6px;
    right: 23px;
  }
  .searcher .filter li .checkbox {
    right: 18px;
    bottom: 17px;
  }
  .searcher ul li h3::after {
    width: 28px;
    height: 28px;
  }

  h3.ribbon, h1.ribbon {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    line-height: initial;
    padding: 1%;
  }

  .recipe-content .recommend {
    display: none;
  }

  .roba-mobile {
    width: 300px;
    text-align: center;
    margin: 0px auto 20px;
    clear: both;
  }
}
@media screen and (min-width: 601px) {
  .roba-mobile {
    width: 300px;
    text-align: center;
    margin: 0px auto 20px;
    clear: both;
    display:none;
  }
}
@media screen and (max-width: 875px) {
  ul.social-mod {
    height: initial;
  }
}
@media screen and (max-width: 780px) {
  header .main-logo {
    left: -420px;
  }
  header .main-logo:hover {
    left: -412px;
  }
  header .search input.search-input {
    width: 50%;
  }

  .row-home .card {
    min-height: 475px;
    margin: 1.25%;
    width: 47%;
    font-size: 1.3em;
  }
  .row-home .card .card-content .card-img .card-icon {
    width: 90px;
    height: 90px;
    margin-left: 38%;
    font-size: 4.4em;
    line-height: 1.4;
  }
  .row-home .card .card-content .card-img .play {
    top: 14%;
    left: 34%;
  }
  .row-home .card .card-hover {
    max-height: 470px;
    max-width: 364px;
  }
  .row-home .card .card-hover .btn-card {
    margin-left: 28%;
  }
  .row-home .card .card-hover p {
    font-size: 0.9em;
  }
  .row-home .card .card-hover h3 {
    font-size: 1.2em;
  }
  .row-home .banner-mod {
    min-height: 475px;
    width: 47%;
    margin: 1.25%;
    padding: 0.4% 2.5%;
  }

  .recipe .recipe-info {
    position: relative;
    max-width: 100%;
    float: left;
  }
  .recipe .recipe-info .cooker-info h3 {
    font-size: 1.5em;
  }
  .recipe .recipe-info .cooker-info h1 {
    font-size: 1.5em;
  }

  .content .recipe-content .list-grey {
    width: 100%;
    margin-right: 0;
  }
  .content .recipe-content .list-yellow {
    width: 100%;
  }
  .content .recipe-content .list-grey h3, .content .recipe-content .list-yellow h3 {
    font-size: 1.4em;
  }
  .content .recipe-content .recipe-actions .btn {
    width: 48%;
    float: none;
  }
  .content .recipe-content .recipe-actions .share-bar {
    max-width: 100%;
    text-align: center;
  }
  .content .recipe-content .recipe-summary p {
    font-size: 1.2em;
  }

  a.title-menu.last {
    float: left;
    width: 49.375%;
    margin-right: 1.25%;
    font-weight: 300;
    font-size: 1.2em;
    margin: 0 0 0 5px;
  }

  .social, .social.poll {
    width: 100%;
    text-align: center;
  }

  .card-box .text {
    max-height: 150px;
  }
  .card-box .card-img .bigger {
    max-height: initial;
  }

  .microsite .nav-main-list {
    background: #ffbe00 !important;
  }
  .microsite .nav-main-list .nav-main-item {
    width: auto;
  }
  .microsite .nav-handle {
    background: #ffbe00;
  }
}
@media screen and (min-width: 500px) and (max-width: 760px) {
  header ul.social-mod {
    height: 65px;
  }
}
@media screen and (max-width: 700px) {
  .favourite figure {
    width: 48.7% !important;
    margin-right: 0;
    margin-bottom: 5px !important;
  }
  .favourite figure span {
    height: 60px !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 780px) {
  .card-box.prominent-chef .chef {
    padding: 8px;
  }
  .card-box.prominent-chef .chef img {
    width: 40px;
  }

  .card-box .text h4 {
    font-size: 1em;
  }

  header .main-logo {
    background-size: 686px 76px;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .dl-menuwrapper li a {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 692px) and (max-width: 900px) {
  header .main-logo {
    background-size: 686px 76px;
  }
}
@media screen and (max-width: 620px) {
  header .main-logo {
    left: -320px;
  }
  header .main-logo:hover {
    left: -320px;
  }
  header .main-nav .nav-res .icon-egg {
    width: 80px;
    height: 80px;
    font-size: 5em;
    line-height: 1.1;
  }
  header .main-nav .nav-res ul li {
    font-size: 1em;
  }
  header .main-nav .nav-res ul li a {
    padding: 12px 15px;
  }
  header .main-nav .nav-res ul li ul.social-mod-res li {
    font-size: 0.9em;
    width: 7%;
  }
  header .search .search-btn {
    font-size: 1.3em;
    padding: 0 0 5px 5px;
  }
  header .search .search-btn.search-recipe input {
    width: 75%;
  }
  header .search .search-btn input {
    width: 75%;
  }

  .row-home .card .card-content .card-img .card-icon {
    margin-left: 34%;
  }
  .row-home .card .card-hover .btn-card {
    margin-left: 22%;
  }

  .content .recipe-content .video-recipe-info h1 {
    text-align: center;
  }
  .content .recipe-content .video-recipe-info .cooker-info {
    width: 100%;
    text-align: center;
  }
  .content .recipe-content .video-recipe-info .cooker-info h3 {
    font-size: 1.6em;
  }
  .content .recipe-content .video-recipe-info .cooker-info h1 {
    font-size: 1.6em;
  }
  .content .recipe-content .video-recipe-info .share-bar {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .content .recipe-content .recipe-rating h2 {
    width: 100%;
    text-align: center;
  }
  .content .recipe-content .recipe-rating h1 {
    width: 100%;
    text-align: center;
  }
  .content .recipe-content .recipe-rating .rating {
    max-width: 100%;
    text-align: center;
  }
  .content .recipe-content .list-grey {
    width: 100%;
    margin-right: 0;
  }
  .content .recipe-content .list-yellow {
    width: 100%;
  }
  .content .recipe-content .list-grey h3, .content .recipe-content .list-yellow h3 {
    font-size: 1.8em;
  }
  .content .recipe-content .recipe-actions .btn {
    width: 100%;
  }
  .content .recipe-content .recipe-actions .share-bar {
    max-width: 100%;
    text-align: center;
  }
  .content .recipe-content .related-recipes {
    padding: 5%;
  }
  .content .recipe-content .related-recipes ul li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .content .recipe-content .related-recipes .btn {
    width: 100%;
    margin: 0;
  }
  .content .recipe-content .recommend {
    padding: 5%;
  }
  .content .recipe-content .recommend ul li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .content .recipe-content .recommend .btn {
    width: 100%;
    margin: 0;
  }
  .content .recipe-content .comments .comments-body .single-comment .comment-meta {
    width: 68%;
  }
  .content .recipe-content .comments .comments-body .single-comment .comment-meta .rating {
    margin: 0;
    max-width: 100%;
  }
  .content .recipe-content .comments .comments-body .single-comment .comment-meta .user-nick {
    width: 100%;
  }
  .content .recipe-content .comments .comments-body .single-comment .user-avatar {
    width: 80px;
    height: 80px;
  }
  .content .recipe-content .comments .comments-body .single-comment .comment-text {
    padding: 0;
  }
  .content .recipe-content .comments .comments-body .comment-form .comment-form-left, .content .recipe-content .comments .comments-body .comment-form .comment-form-right {
    width: 100%;
    float: none;
  }
  .content .recipe-content .comments .comments-body .comment-form .rating {
    float: none;
    text-align: center;
  }

  .content-inside .content-left .searcher .search-box input[type="text"] {
    width: 100%;
  }
  .content-inside .content-left .searcher .check-word {
    width: 40%;
  }
  .content-inside .content-left .result .row-recipe img {
    width: 150px;
    height: 100px;
  }
  .content-inside .content-left .result .row-recipe .recipe-info {
    min-height: 90px;
    padding: 3px 3px 3px 160px;
  }

  .animated-check {
    width: 100%;
  }

  .assessment p {
    position: initial;
  }
  .assessment p span {
    display: block;
  }
  .assessment p i {
    font-size: 1.9em;
  }

  .list-grey.highlight-second figure {
    width: 100%;
  }
  .list-grey.highlight-second figure span {
    height: auto;
  }

  .searcher .filter li {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
    width: 100%;
  }

  .row-smartphone .col-1 {
    float: left;
    width: 7.1875%;
    margin-right: 1.25%;
    margin: 0;
  }
  .row-smartphone .col-2 {
    float: left;
    width: 15.625%;
    margin-right: 1.25%;
    margin: 0;
  }
  .row-smartphone .col-3 {
    float: left;
    width: 24.0625%;
    margin-right: 1.25%;
    margin: 0;
  }
  .row-smartphone .col-4 {
    float: left;
    width: 32.5%;
    margin-right: 1.25%;
    margin: 0;
  }
  .row-smartphone .col-5 {
    float: left;
    width: 40.9375%;
    margin-right: 1.25%;
    margin: 0;
  }
  .row-smartphone .col-6 {
    float: left;
    width: 49.375%;
    margin-right: 1.25%;
    margin: 0;
  }
  .row-smartphone .col-7 {
    float: left;
    width: 57.8125%;
    margin-right: 1.25%;
    margin: 0;
  }
  .row-smartphone .col-8 {
    float: left;
    width: 66.25%;
    margin-right: 1.25%;
    margin: 0;
  }
  .row-smartphone .col-9 {
    float: left;
    width: 74.6875%;
    margin-right: 1.25%;
    margin: 0;
  }
  .row-smartphone .col-10 {
    float: left;
    width: 83.125%;
    margin-right: 1.25%;
    margin: 0;
  }
  .row-smartphone .col-11 {
    float: left;
    width: 91.5625%;
    margin-right: 1.25%;
    margin: 0;
  }
  .row-smartphone .col-full {
    float: left;
    width: 100%;
    margin-right: 0;
    margin: 0;
  }

  header .main-logo {
    position: relative;
    left: 0px;
    background-position: -535px -18px;
    background-size: 700px 84px;
    height: 50px;
    width: 160px;
    margin-bottom: 10px;
  }
  header .main-logo:hover {
    left: 0;
  }
  header .search input.search-input {
    width: 90%;
  }
  header ul.social-mod {
    text-align: center;
    margin: 0;
    width: 100%;
  }
  header ul.social-mod .login-user a {
    height: 31px;
    display: inline-block;
    line-height: 31px;
  }
  header .dl-menuwrapper {
    position: inherit;
  }
  header .dl-menuwrapper button {
    top: -167px;
  }
  header .dl-menuwrapper .dl-menu.dl-menuopen {
    top: -107px;
    z-index: 9999;
  }

  .row-home .card {
    min-height: 490px;
    margin: 3% 5%;
    width: 90%;
    font-size: 1.3em;
  }
  .row-home .card .card-content .card-img .card-icon {
    width: 90px;
    height: 90px;
    margin-left: 38%;
    font-size: 4.4em;
    line-height: 1.4;
  }
  .row-home .card .card-content .card-img .play {
    top: 16%;
    left: 36%;
  }
  .row-home .card .card-hover {
    max-height: 490px;
    max-width: 435px;
  }
  .row-home .card .card-hover .btn-card {
    margin-left: 28%;
    font-size: 1.4em;
  }
  .row-home .card .card-hover p {
    font-size: 1.2em;
  }
  .row-home .card .card-hover h3 {
    font-size: 1.5em;
  }
  .row-home .banner-mod {
    min-height: 490px;
    width: 90%;
    margin: 3% 5%;
  }

  .recipe-actions .share-bar a {
    font-size: 1.3em;
  }

  .content-inside .content-left .result .row-recipe {
    padding: 0;
  }
  .content-inside .content-left .result .row-recipe img {
    width: 110px;
    height: 70px;
  }
  .content-inside .content-left .result .row-recipe .recipe-info {
    min-height: 75px;
    padding: 2px 2px 2px 120px;
    font-size: 0.6em;
  }

  .photo-list {
    text-align: center;
  }
  .photo-list img {
    width: 70%;
  }
  .photo-list span {
    font-weight: 500;
    font-size: 2em;
  }

  .list-episode li {
    height: auto;
  }
  .list-episode li .hour {
    width: 100%;
  }
  .list-episode li .episode-name {
    padding: 9px 0 5px 50px;
  }

  footer {
    font-size: 1.2em;
  }
  footer .footer-logos {
    display: none;
  }

  .tabs {
    min-height: 375px;
  }

  .microsite header .main-logo {
    left: 0px;
    top: 0;
    background-position: -535px -10px;
    background-size: 700px 84px;
    height: 70px;
    width: 160px;
  }
  .microsite header .main-logo:hover {
    left: 0;
  }

  .highlight div {
    position: initial;
  }

  .title-ribbon {
    border: 0;
    line-height: initial;
    padding: 10px;
    background: #ffbe00;
    line-height: initial;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  header .main-logo {
    background-position: -535px -18px;
    background-size: 700px 84px;
    height: 50px;
    width: 160px;
  }
  header .search input.search-input {
    width: 86%;
  }
  header .search .search-btn {
    font-size: 1.3em;
    padding: 0 0 5px 5px;
    width: 100%;
  }
  header .search .search-btn.search-recipe {
    width: 100%;
  }
  header .search .search-btn.search-recipe input {
    width: 87%;
  }
  header .search .search-btn input {
    width: 87%;
  }
  header .dl-menuwrapper button {
    top: -276px;
  }
  header .dl-menuwrapper .dl-menu.dl-menuopen {
    top: -199px;
  }

  .row-home .card .card-hover .btn-card {
    margin-left: 23%;
  }

  .content-inside .content-left .result .row-recipe {
    padding: 0;
  }
  .content-inside .content-left .result .row-recipe img {
    width: 90px;
    height: 60px;
  }
  .content-inside .content-left .result .row-recipe .recipe-info {
    min-height: 70px;
    padding: 2px 2px 2px 100px;
    font-size: 0.52em;
  }
  .content-inside .content-left .result .row-recipe .recipe-info .cooker {
    margin-top: 6px;
  }

  .highlight div {
    position: inherit;
  }

  .assessment p {
    position: absolute;
  }
  .assessment p span {
    display: initial;
  }
  .assessment p i {
    font-size: 2em;
  }

  .btn-mini.btn-yellow {
    width: 100%;
  }

  .tabs {
    min-height: 358px;
  }

  a.title-menu.last {
    width: 100%;
    font-weight: 300;
    font-size: 1.2em;
    position: absolute;
  }

  .arrow-ribbon.show-mobile {
    display: block;
  }

  .favourite figure {
    width: 100% !important;
    margin-right: 0;
  }
  .favourite figure span {
    height: auto !important;
  }

  header ul.social-mod {
    height: 72px;
  }

  .more-info .social.poll a {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 980px) {
  .row.search.dashed{
    margin-top:44px;
  }
}
/*# sourceMappingURL=style.css.map */
