/****
IMPORTANT - style.css is generated from style.scss file
*****/
@font-face {
  font-family: 'Open Sans';
  src: url(./fonts/OpenSans-SemiBold.ttf); }

@font-face {
  font-family: 'Open Sans Light';
  src: url(./fonts/OpenSans-Regular.ttf); }

@font-face {
  font-family: 'Open Sans Bold';
  src: url(./fonts/OpenSans-Bold.ttf); }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

p:empty {
  display: none; }

#wrapper {
  padding: 0; }
  #wrapper > .row {
    margin: 0; }

body {
  font-size: 1.3em;
  line-height: 1.4;
  background: #fff;
  padding: 0;
  margin: 0;
  color: #565656;
  font-family: 'Open Sans', sans-serif; }

h1 {
  font-size: 2.1em;
  color: #ff581f;
  text-transform: uppercase;
  font-weight: bold; }

h2 {
  font-size: 1.7em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.3em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em; }

a {
  color: #ff581f; }
  a:hover {
    color: #b82f00; }

.btn {
  border-radius: 0;
  padding: 1px 8px;
  height: auto; }
  .btn.btn-lg {
    padding: 5px 16px;
    font-size: 14px;
    text-transform: uppercase; }
  .btn.btn-primary {
    background: #ff581f;
    color: white;
    border: #eb3c00; }
    .btn.btn-primary:hover, .btn.btn-primary:active {
      background: #eb3c00; }
    .btn.btn-primary:focus {
      -webkit-box-shadow: 0 0 3px 0 #ff581f;
              box-shadow: 0 0 3px 0 #ff581f;
      outline: none; }

input {
  padding: 0 0 0 8px; }
  input:focus {
    outline-color: #ff581f; }
  input::-webkit-input-placeholder {
    color: #a3a3a3; }
  input:-ms-input-placeholder {
    color: #a3a3a3; }
  input::-ms-input-placeholder {
    color: #a3a3a3; }
  input::placeholder {
    color: #a3a3a3; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

blockquote {
  border-left: 5px solid #ff581f;
  background: white;
  font-size: 1.3em; }

.social-icons {
  text-align: right; }
  .social-icons a {
    color: transparent;
    text-decoration: none; }
  .social-icons i {
    position: relative;
    padding: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
    color: #ff581f;
    border: 1px solid #ffcab8; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.invisible {
  visibility: hidden; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

input.error,
textarea.error {
  border: 1px solid #FF0000 !important; }

strong {
  font-weight: 900;
  font-family: 'Open Sans Bold', sans-serif; }

b {
  color: #000;
  font-weight: 900;
  font-family: 'Open Sans Bold', sans-serif; }

.enter-awards-link {
  text-align: right; }
  .enter-awards-link a {
    font-size: 18px;
    color: white;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none; }

#header #logo {
  display: block;
  width: 337px;
  margin: 0;
  width: 100%;
  float: left;
  margin-top: 15px; }
  #header #logo img {
    float: left; }

#header {
  width: 100%;
  background: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* Homepage Slogan */ }
  #header #header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  #header h1.slogan {
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
    color: #ff581f;
    text-align: center;
    position: relative;
    top: -40px;
    font-family: 'Open Sans Light';
    font-weight: normal; }
  #header .desktop-logo {
    display: block; }
  #header .mobile-logo {
    display: none;
    margin-top: 10px; }

#logo {
  display: block;
  width: 337px;
  margin: 25px auto 0 auto;
  width: 337px; }

#logo img {
  display: block; }

#baseline {
  text-align: center;
  color: #969696;
  margin: 25px 0 25px 0; }

.search-row {
  margin: 20px 0 0 0;
  float: right; }
  .search-row .registration-btn {
    margin-bottom: 15px; }
  .search-row .assistive-text {
    display: none; }
  .search-row input {
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding: 5px 7px;
    font-size: 16px; }
  .search-row input[type="text"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 132px;
    padding: 0 0 0 8px; }
    .search-row input[type="text"]::-webkit-input-placeholder {
      color: #a3a3a3; }
    .search-row input[type="text"]:-ms-input-placeholder {
      color: #a3a3a3; }
    .search-row input[type="text"]::-ms-input-placeholder {
      color: #a3a3a3; }
    .search-row input[type="text"]::placeholder {
      color: #a3a3a3; }
  .search-row input:focus {
    outline-color: #ff581f; }
  .search-row .submit {
    float: left;
    text-align: center;
    border: none;
    background: #ff581f;
    color: white;
    font-size: 16px; }

#mobile-navigation-toggle {
  display: none; }

#navigation ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  #navigation ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    text-transform: uppercase;
    text-align: center; }
    #navigation ul li.menu-item > a {
      padding: 10px 0;
      display: block; }
    #navigation ul li.link-toggle .sub-menu {
      visibility: visible;
      opacity: 1;
      -webkit-transition: visibility .3s, opacity .3s;
      -o-transition: visibility .3s, opacity .3s;
      transition: visibility .3s, opacity .3s; }
    #navigation ul li .sub-menu {
      width: 180px;
      position: absolute;
      z-index: 2;
      left: -10px;
      top: 36px;
      background: rgba(255, 255, 255, 0.95);
      display: inline-block;
      padding: 10px;
      -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility .3s, opacity .3s;
      -o-transition: visibility .3s, opacity .3s;
      transition: visibility .3s, opacity .3s; }
      #navigation ul li .sub-menu li {
        text-align: left; }
        #navigation ul li .sub-menu li a {
          padding: 0; }
      #navigation ul li .sub-menu li:first-of-type {
        padding-top: 20px; }
      #navigation ul li .sub-menu li + li {
        margin-top: 10px; }

#navigation a,
#navigation a:visited {
  text-decoration: none;
  color: #565656; }

#navigation a:hover,
#navigation .current_page_item a {
  color: #ff581f; }

.page-child #page-page .container-jury {
  display: none; }

#page-page {
  margin-top: 25px;
  /* Breadcrumbs */
  /* Winners dropdown */
  /* Current Winners page */
  /* Prev Winners page */
  /* Jury page */
  /* Jury single page  */
  /* Shorlist page */
  /* Entry Fees page */
  /* Partners page */ }
  #page-page .breadcrumbs {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 25px;
    background: #565656;
    padding: 3px 3px 3px 10px; }
    #page-page .breadcrumbs a {
      text-decoration: none;
      color: white; }
      #page-page .breadcrumbs a:hover {
        color: #d9d9d9; }
    #page-page .breadcrumbs i {
      color: white;
      margin-left: 4px;
      font-size: 11px;
      margin-right: 4px; }
  #page-page .winners-dropdown span {
    font-size: 16px;
    margin-right: 10px; }
  #page-page .winners-dropdown .btn {
    background: #565656;
    border-radius: 0;
    color: white;
    outline: none;
    border-bottom: 1px solid #ff581f; }
    #page-page .winners-dropdown .btn i {
      margin-left: 4px; }
  #page-page .winners-dropdown .winners-dropdown-menu {
    background: #565656;
    min-width: auto;
    border-radius: 0;
    margin: 0; }
    #page-page .winners-dropdown .winners-dropdown-menu a {
      color: white;
      padding: 3px 14px; }
      #page-page .winners-dropdown .winners-dropdown-menu a:hover, #page-page .winners-dropdown .winners-dropdown-menu a:active, #page-page .winners-dropdown .winners-dropdown-menu a:focus {
        background: #ff581f; }
  #page-page .current-winner-page {
    padding: 15px; }
    #page-page .current-winner-page h3.header {
      padding: 6px;
      color: white;
      margin-bottom: 0;
      margin-top: 0; }
      #page-page .current-winner-page h3.header.first-prize {
        background: #C2963E; }
      #page-page .current-winner-page h3.header.second-prize {
        background: #BFBFBF; }
      #page-page .current-winner-page h3.header.Shortlist {
        background: #00a7c8; }
    #page-page .current-winner-page h4.sub-header {
      background: #cacaca;
      padding: 6px;
      margin-top: 0;
      margin-bottom: 0; }
    #page-page .current-winner-page h4.sub-header:nth-of-type(2) {
      padding-top: 0; }
    #page-page .current-winner-page .row-video-content {
      background: #cacaca;
      padding: 10px;
      margin: 0; }
      #page-page .current-winner-page .row-video-content .flowplayer {
        max-width: 100% !important;
        max-height: 100% !important;
        margin: 10px 0; }
        #page-page .current-winner-page .row-video-content .flowplayer > a:link {
          visibility: hidden !important; }
      #page-page .current-winner-page .row-video-content strong,
      #page-page .current-winner-page .row-video-content span {
        font-size: 18px;
        margin-top: 10px;
        color: #555555; }
      #page-page .current-winner-page .row-video-content p {
        line-height: 1em;
        font-size: 15px;
        margin-bottom: 0;
        color: #222222; }
    #page-page .current-winner-page .social-icons i {
      color: #565656;
      border-color: #565656; }
  #page-page .prev-winners-page {
    margin-left: 15px;
    margin-right: 15px; }
    #page-page .prev-winners-page .row-video {
      margin-bottom: 25px; }
      @media (max-width: 768px) {
        #page-page .prev-winners-page .row-video div[class*='col-'] {
          padding: 0;
          margin-bottom: 10px; } }
      #page-page .prev-winners-page .row-video div[class*='col-']:first-of-type {
        padding-left: 0; }
      #page-page .prev-winners-page .row-video div[class*='col-']:nth-of-type(2) {
        padding-left: 7.5px;
        padding-right: 7.5px; }
        @media (max-width: 768px) {
          #page-page .prev-winners-page .row-video div[class*='col-']:nth-of-type(2) {
            padding: 0; } }
      #page-page .prev-winners-page .row-video div[class*='col-']:last-of-type {
        padding-right: 0; }
      #page-page .prev-winners-page .row-video h3.header {
        padding: 6px;
        color: white;
        margin-bottom: 0;
        margin-top: 0; }
        #page-page .prev-winners-page .row-video h3.header strong {
          color: white; }
        #page-page .prev-winners-page .row-video h3.header.first-prize {
          background: #C2963E; }
        #page-page .prev-winners-page .row-video h3.header.second-prize {
          background: #BFBFBF; }
      #page-page .prev-winners-page .row-video h3.header.Shortlist {
        background: #00a7c8; }
      #page-page .prev-winners-page .row-video h4.sub-header {
        background: #ececec;
        padding: 6px 16px;
        margin-top: 0;
        margin-bottom: 0; }
      #page-page .prev-winners-page .row-video h4.sub-header:nth-of-type(2) {
        padding-top: 0; }
      #page-page .prev-winners-page .row-video .row-video-content {
        background: #ececec;
        padding: 10px 10px 10px;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        #page-page .prev-winners-page .row-video .row-video-content strong,
        #page-page .prev-winners-page .row-video .row-video-content span {
          font-size: 18px;
          position: relative;
          margin-top: 10px;
          left: 10px; }
        #page-page .prev-winners-page .row-video .row-video-content > div {
          margin-top: 10px; }
        #page-page .prev-winners-page .row-video .row-video-content p {
          margin-left: 10px;
          font-size: 15px;
          margin-bottom: 0;
          margin-top: 0; }
        #page-page .prev-winners-page .row-video .row-video-content br {
          display: none; }
        #page-page .prev-winners-page .row-video .row-video-content img {
          width: 100%; }
  #page-page .container-jury {
    margin-bottom: 25px;
    padding: 0; }
    #page-page .container-jury .jury-content {
      color: white; }
      #page-page .container-jury .jury-content:nth-of-type(3n + 1) {
        clear: both; }
      #page-page .container-jury .jury-content img {
        width: 100%;
        height: auto; }
      #page-page .container-jury .jury-content > p {
        display: none; }
      #page-page .container-jury .jury-content span {
        font-size: 13px; }
      #page-page .container-jury .jury-content:hover .jury-content-text {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
        transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
        will-change: opacity, visibility; }
        #page-page .container-jury .jury-content:hover .jury-content-text h2,
        #page-page .container-jury .jury-content:hover .jury-content-text p {
          -webkit-transform: translateY(0px);
              -ms-transform: translateY(0px);
                  transform: translateY(0px);
          opacity: 1;
          visibility: visible;
          -webkit-transition: opacity .1s ease-in-out, visibility .1s ease-in-out, -webkit-transform .3s ease-in-out;
          transition: opacity .1s ease-in-out, visibility .1s ease-in-out, -webkit-transform .3s ease-in-out;
          -o-transition: transform .3s ease-in-out, opacity .1s ease-in-out, visibility .1s ease-in-out;
          transition: transform .3s ease-in-out, opacity .1s ease-in-out, visibility .1s ease-in-out;
          transition: transform .3s ease-in-out, opacity .1s ease-in-out, visibility .1s ease-in-out, -webkit-transform .3s ease-in-out; }
      #page-page .container-jury .jury-content .jury-content-text {
        padding: 0 !important;
        background: rgba(255, 88, 31, 0.8);
        margin: 18px 15px 0 15px;
        position: absolute;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        height: -webkit-calc(100% - 18px);
        height: calc(100% - 18px);
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
        transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
        will-change: opacity, visibility; }
        #page-page .container-jury .jury-content .jury-content-text a {
          padding: 20px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 100%;
          text-decoration: none;
          color: white;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          font-size: 1.2em; }
          #page-page .container-jury .jury-content .jury-content-text a:hover {
            color: white; }
        #page-page .container-jury .jury-content .jury-content-text h2,
        #page-page .container-jury .jury-content .jury-content-text p {
          text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
          text-align: center;
          color: white;
          -webkit-transform: translateY(-15px);
              -ms-transform: translateY(-15px);
                  transform: translateY(-15px);
          opacity: 0;
          visibility: hidden;
          -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .3s ease-in-out;
          transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .3s ease-in-out;
          -o-transition: transform .3s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out;
          transition: transform .3s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out;
          transition: transform .3s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .3s ease-in-out; }
        #page-page .container-jury .jury-content .jury-content-text p {
          margin-bottom: 0; }
        #page-page .container-jury .jury-content .jury-content-text h2 span {
          font-size: 16px;
          margin-left: 3px;
          text-transform: capitalize; }
        #page-page .container-jury .jury-content .jury-content-text h2 {
          text-transform: capitalize;
          margin-top: -4px; }
  #page-page .container-jury-single {
    margin-bottom: 25px;
    background: white; }
    #page-page .container-jury-single .jury-content {
      padding-left: 0; }
      #page-page .container-jury-single .jury-content img {
        max-height: 300px; }
      #page-page .container-jury-single .jury-content > div {
        margin-bottom: 10px; }
        #page-page .container-jury-single .jury-content > div > div {
          background-position: top left !important; }
      #page-page .container-jury-single .jury-content .jury-content-text h2,
      #page-page .container-jury-single .jury-content .jury-content-text p {
        font-weight: bold;
        text-align: left;
        color: #565656; }
  #page-page .container-jury .jury-content {
    clear: none;
    padding: 4px;
    top: 16px; }
    #page-page .container-jury .jury-content > a {
      position: relative;
      top: -20px; }
      #page-page .container-jury .jury-content > a > br {
        display: none; }
    #page-page .container-jury .jury-content h2 {
      font-size: 1em;
      font-weight: bold; }
    #page-page .container-jury .jury-content p {
      font-size: 0.8em; }
    #page-page .container-jury .jury-content .jury-content-text {
      position: absolute;
      top: -16px;
      margin: 0 4px;
      width: -webkit-calc(100% - 8px);
      width: calc(100% - 8px);
      height: -webkit-calc(100% - 8px);
      height: calc(100% - 8px); }
  #page-page .container-shortlist {
    position: relative; }
    #page-page .container-shortlist label {
      font-size: 15px; }
    #page-page .container-shortlist .dt-buttons {
      position: absolute;
      top: 10px; }
    #page-page .container-shortlist #shortlist_table {
      display: none;
      margin-top: 30px !important;
      font-size: 15px; }
      #page-page .container-shortlist #shortlist_table img {
        width: 90%;
        float: left;
        padding: 10px;
        cursor: pointer; }
      #page-page .container-shortlist #shortlist_table .odd {
        background-color: #f9f9f9; }
      #page-page .container-shortlist #shortlist_table .even {
        background-color: #ffffff; }
      #page-page .container-shortlist #shortlist_table .sorting,
      #page-page .container-shortlist #shortlist_table .sorting_asc,
      #page-page .container-shortlist #shortlist_table .sorting_desc {
        padding-bottom: 10px;
        padding-top: 10px; }
        #page-page .container-shortlist #shortlist_table .sorting:after,
        #page-page .container-shortlist #shortlist_table .sorting_asc:after,
        #page-page .container-shortlist #shortlist_table .sorting_desc:after {
          font-size: 11px;
          bottom: 35%; }
      #page-page .container-shortlist #shortlist_table thead {
        margin-bottom: 25px;
        background: #ffffff; }
      #page-page .container-shortlist #shortlist_table td:not(:first-of-type),
      #page-page .container-shortlist #shortlist_table th:not(:first-of-type) {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 5px; }
      #page-page .container-shortlist #shortlist_table td:nth-of-type(2),
      #page-page .container-shortlist #shortlist_table th:nth-of-type(2) {
        border-left: none; }
      #page-page .container-shortlist #shortlist_table th:first-of-type {
        visibility: hidden; }
  #page-page .table-entry-fees thead th,
  #page-page .table-agenda thead th {
    background: #ff581f;
    color: white;
    font-weight: bold; }
  #page-page .table-entry-fees thead td,
  #page-page .table-agenda thead td {
    border-color: white; }
  #page-page .table-entry-fees tbody tr,
  #page-page .table-agenda tbody tr {
    font-weight: bold;
    color: black; }
    #page-page .table-entry-fees tbody tr:first-of-type,
    #page-page .table-agenda tbody tr:first-of-type {
      background: #efefef; }
    #page-page .table-entry-fees tbody tr:nth-of-type(2),
    #page-page .table-entry-fees tbody tr.middle-tr td,
    #page-page .table-agenda tbody tr:nth-of-type(2),
    #page-page .table-agenda tbody tr.middle-tr td {
      background: #ffd2c2; }
    #page-page .table-entry-fees tbody tr:last-of-type,
    #page-page .table-agenda tbody tr:last-of-type {
      background: #e2e2e2; }
    #page-page .table-entry-fees tbody tr td,
    #page-page .table-agenda tbody tr td {
      border-color: white; }
  #page-page .partners-page img {
    max-width: 100%; }

.hl {
  color: #ff581f; }

#dialog-video {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #dialog-video video,
  #dialog-video img {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80%; }
  #dialog-video .fa-times {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    cursor: pointer;
    color: #c80000;
    border: 2px solid white;
    border-radius: 50%;
    height: 40px;
    width: 40px; }
    #dialog-video .fa-times:before {
      position: absolute;
      top: 3px;
      left: 7px; }

.single-post .flowplayer {
  margin: 10px 0;
  max-width: 100% !important; }

.single-post iframe .player {
  max-width: 100% !important; }

.home .flowplayer,
.page-template-article .flowplayer {
  margin: 0 !important; }
  .home .flowplayer > a,
  .page-template-article .flowplayer > a {
    visibility: hidden; }

.home .home-slider .owl-carousel-main,
.page-template-article .home-slider .owl-carousel-main {
  display: none; }

.home h2,
.page-template-article h2 {
  font-size: 1.3em;
  font-weight: bold; }
  .home h2 a,
  .page-template-article h2 a {
    color: #565656; }

#page {
  background: #fff;
  margin-bottom: 25px;
  /* Homepage carousel */
  /* Homepage news section */
  /* Put image placeholder when loading carousel */
  /* Owl carousel custom styles */
  /* News page and article page */ }
  #page #mobile-navigation,
  #page #mobile-navigation-toggle {
    display: none; }
  #page .home-page-sponsors,
  #page .news-page-sponsors {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    margin-top: 20px;
    margin-bottom: 20px; }
    #page .home-page-sponsors .sponsors-carousel .item,
    #page .news-page-sponsors .sponsors-carousel .item {
      display: none; }
    #page .home-page-sponsors .sponsors-carousel .owl-item img,
    #page .news-page-sponsors .sponsors-carousel .owl-item img {
      padding: 0 40px; }
  #page .home-page-news img {
    max-width: 100%;
    height: 100%; }
  #page .home-page-news h2.title {
    font-size: 2.1em;
    color: #ff581f;
    text-transform: uppercase; }
  #page .home-page-news h3 a {
    color: #565656; }
  #page .home-page-news .home-page-news-item:first-of-type {
    padding-left: 0;
    padding-right: 20px; }
    @media (max-width: 768px) {
      #page .home-page-news .home-page-news-item:first-of-type {
        padding: 0;
        text-align: center;
        margin-bottom: 25px; } }
  #page .home-page-news .home-page-news-item:nth-of-type(2) {
    padding: 0 10px; }
    @media (max-width: 768px) {
      #page .home-page-news .home-page-news-item:nth-of-type(2) {
        padding: 0;
        text-align: center;
        margin-bottom: 25px; } }
  #page .home-page-news .home-page-news-item:last-of-type {
    padding-left: 20px;
    padding-right: 0; }
    @media (max-width: 768px) {
      #page .home-page-news .home-page-news-item:last-of-type {
        padding: 0;
        text-align: center;
        margin-bottom: 25px; } }
  #page .image-placeholder img {
    width: 100%;
    height: 600px; }
    @media (max-width: 1200px) {
      #page .image-placeholder img {
        height: 494px; } }
    @media (max-width: 992px) {
      #page .image-placeholder img {
        height: 378px; } }
    @media (max-width: 768px) {
      #page .image-placeholder img {
        height: 300px; } }
  #page .owl-wrapper {
    margin-bottom: 25px; }
    #page .owl-wrapper .owl-theme {
      position: relative; }
      #page .owl-wrapper .owl-theme:hover .owl-nav,
      #page .owl-wrapper .owl-theme:hover .owl-dots {
        opacity: 1;
        -webkit-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out; }
      #page .owl-wrapper .owl-theme .owl-nav {
        margin: 0;
        opacity: 0;
        -webkit-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out; }
        #page .owl-wrapper .owl-theme .owl-nav .owl-prev,
        #page .owl-wrapper .owl-theme .owl-nav .owl-next {
          position: absolute;
          color: white;
          background: transparent;
          cursor: pointer;
          border-radius: 0;
          margin: 0;
          height: 100%;
          top: 0;
          vertical-align: middle;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        #page .owl-wrapper .owl-theme .owl-nav .owl-prev {
          left: 0;
          padding-left: 20px;
          padding-right: 40px; }
          #page .owl-wrapper .owl-theme .owl-nav .owl-prev:hover {
            background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(transparent));
            background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3), transparent);
            background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3), transparent);
            background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent); }
        #page .owl-wrapper .owl-theme .owl-nav .owl-next {
          right: 0;
          padding-left: 40px;
          padding-right: 20px; }
          #page .owl-wrapper .owl-theme .owl-nav .owl-next:hover {
            background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
            background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.3), transparent);
            background: -o-linear-gradient(right, rgba(0, 0, 0, 0.3), transparent);
            background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent); }
      #page .owl-wrapper .owl-theme .owl-dots {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding-top: 20px;
        opacity: 0;
        -webkit-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out; }
        #page .owl-wrapper .owl-theme .owl-dots:hover {
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
          background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), transparent);
          background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), transparent);
          background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent); }
        #page .owl-wrapper .owl-theme .owl-dots .owl-dot span {
          width: 33px;
          height: 5px;
          margin: 5px 4px;
          border-radius: 0; }
        #page .owl-wrapper .owl-theme .owl-dots .owl-dot.active span {
          background: #ff581f; }
    #page .owl-wrapper .item--text {
      position: absolute;
      top: 160px;
      right: 60px;
      padding: 20px; }
      #page .owl-wrapper .item--text em {
        font-size: 14px;
        color: white; }
      @media (max-width: 992px) {
        #page .owl-wrapper .item--text {
          top: 0;
          right: 0; }
          #page .owl-wrapper .item--text h2 {
            font-size: 200%; } }
      #page .owl-wrapper .item--text h2 > div {
        position: relative;
        top: -10px; }
        #page .owl-wrapper .item--text h2 > div p {
          font-size: 50%;
          margin: 0; }
      #page .owl-wrapper .item--text h2 strong {
        font-size: 120%; }
      #page .owl-wrapper .item--text .winners-home-slider {
        top: 0; }
        #page .owl-wrapper .item--text .winners-home-slider p {
          margin-bottom: 5px;
          font-size: 15px;
          line-height: 17px; }
      #page .owl-wrapper .item--text h2,
      #page .owl-wrapper .item--text a,
      #page .owl-wrapper .item--text p {
        color: white; }
      #page .owl-wrapper .item--text p {
        font-size: 16px; }
        @media (max-width: 992px) {
          #page .owl-wrapper .item--text p {
            font-size: 150%; } }
    #page .owl-wrapper .black--text h2,
    #page .owl-wrapper .black--text a,
    #page .owl-wrapper .black--text p,
    #page .owl-wrapper .black--text em {
      color: #565656; }
    #page .owl-wrapper .shortlist--text {
      position: absolute;
      top: 51%;
      left: 62%;
      padding: 20px;
      font-size: 30px; }
      #page .owl-wrapper .shortlist--text i {
        color: white;
        font-size: 34px; }
  #page .news-wrapper {
    /* Main news page */
    /* Pagination */
    /* Main news content */ }
    #page .news-wrapper .review-content {
      margin-bottom: 30px; }
      #page .news-wrapper .review-content img {
        max-width: 100%;
        height: 100%;
        margin-bottom: 0; }
      #page .news-wrapper .review-content h3 {
        margin-bottom: 10px;
        font-size: 1.3em;
        font-weight: bold; }
        #page .news-wrapper .review-content h3 a {
          color: #565656; }
      #page .news-wrapper .review-content p {
        color: #565656; }
    #page .news-wrapper.news-page .row + .row .review-content {
      padding-top: 20px; }
      #page .news-wrapper.news-page .row + .row .review-content h3 a {
        color: black; }
    #page .news-wrapper.news-page .pagination-review {
      margin-top: 0px; }
      #page .news-wrapper.news-page .pagination-review .pagination {
        float: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      #page .news-wrapper.news-page .pagination-review:first-of-type .pagination {
        margin-bottom: 10px;
        margin-top: 0; }
      #page .news-wrapper.news-page .pagination-review:last-of-type .pagination {
        margin-bottom: 0;
        margin-top: 10px; }
      #page .news-wrapper.news-page .pagination-review p {
        float: left;
        font-size: 18px;
        margin: 0 60px 0 0; }
      #page .news-wrapper.news-page .pagination-review a {
        text-decoration: none;
        color: #000; }
        #page .news-wrapper.news-page .pagination-review a:hover {
          color: #ff581f; }
      #page .news-wrapper.news-page .pagination-review .page-numbers {
        font-size: 18px;
        color: #565656;
        text-decoration: none;
        border: none;
        padding: 10px; }
      #page .news-wrapper.news-page .pagination-review .page-numbers.current {
        color: #ff581f; }
    #page .news-wrapper .pagination-review {
      margin-top: 20px; }
      #page .news-wrapper .pagination-review .pagination {
        float: right; }
      #page .news-wrapper .pagination-review h2 {
        margin-top: 0;
        margin-bottom: 0; }
      #page .news-wrapper .pagination-review:first-of-type .pagination {
        margin-bottom: 10px;
        margin-top: 0; }
      #page .news-wrapper .pagination-review:last-of-type .pagination {
        margin-bottom: 0;
        margin-top: 10px; }
      #page .news-wrapper .pagination-review p {
        float: left;
        font-size: 18px;
        margin: 0 60px 0 0; }
      #page .news-wrapper .pagination-review a {
        text-decoration: none;
        color: #000; }
        #page .news-wrapper .pagination-review a:hover {
          color: #ff581f; }
      #page .news-wrapper .pagination-review .page-numbers {
        font-size: 15px;
        text-decoration: none;
        border: none;
        padding: 4px;
        color: #ff581f;
        font-weight: bold; }
      #page .news-wrapper .pagination-review .page-numbers.current {
        color: #000; }
    #page .news-wrapper .news-article {
      position: relative; }
      #page .news-wrapper .news-article:after {
        content: '';
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        height: 99%;
        position: absolute;
        width: 1px;
        top: 60px;
        right: -15px; }
      #page .news-wrapper .news-article img {
        max-width: 100%;
        height: 100%;
        margin-bottom: 20px; }
      #page .news-wrapper .news-article iframe {
        width: 100%; }
      #page .news-wrapper .news-article .vvqbox {
        width: 100% !important;
        height: 100% !important; }
      #page .news-wrapper .news-article h2 {
        margin-bottom: 0px;
        padding-right: 65px; }
      #page .news-wrapper .news-article .news-article-meta {
        font-size: 13px;
        margin-bottom: 10px; }
      #page .news-wrapper .news-article .social-icons {
        position: absolute;
        top: 10px;
        right: 0; }
  #page #content {
    position: relative;
    margin-top: 25px; }

/* Partners */
.page-template-archive-partners #page-page img {
  max-width: 100%; }

.page-template-archive-partners #page-page div[class*='col-'] {
  text-align: center; }

#footer {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  #footer .menu {
    list-style: none; }
  #footer .social-icons {
    float: left; }
    #footer .social-icons i {
      width: 25px;
      height: 25px;
      line-height: 25px;
      font-size: 12px; }
  #footer input[type="email"] {
    width: 55%;
    padding-bottom: 2px;
    padding-top: 2px; }
  #footer .btn {
    padding: 3px 8px;
    position: absolute;
    top: 0;
    right: 16px; }
  @media (max-width: 768px) {
    #footer form {
      text-align: center;
      margin-bottom: 10px; }
    #footer input[type="email"] {
      width: 100%; } }

@media (max-width: 1200px) {
  .search-row input[type="text"] {
    width: 109px; }
  #page .owl-wrapper .shortlist--text {
    font-size: 22px; }
    #page .owl-wrapper .shortlist--text i {
      font-size: 30px; }
  #header #baseline {
    font-size: 21px; }
  #header {
    /* Homepage Slogan */ }
    #header h1.slogan {
      font-size: 1.1em;
      top: -25px; }
  #page #content {
    position: relative; } }

@media (max-width: 992px) {
  #page .owl-wrapper .item--text:not(.shortlist--text) {
    font-size: 1em; }
  #page .owl-wrapper .shortlist--text {
    font-size: 20px;
    left: 61%; }
    #page .owl-wrapper .shortlist--text i {
      font-size: 22px; }
  #navigation #menu-navigation {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start; }
    #navigation #menu-navigation li {
      margin-right: 15px;
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
  #header #baseline {
    font-size: 21px;
    margin-left: 0; }
  #header {
    /* Homepage Slogan */ }
    #header h1.slogan {
      font-size: 0.9em;
      top: -10px;
      text-align: left; }
  .search-row {
    margin: 0; }
  #page-page .jury-page-single .container-jury-single {
    width: 100%; }
    #page-page .jury-page-single .container-jury-single .jury-bio {
      padding: 15px;
      margin: 0; }
  #page-page .jury-page-single .container-jury {
    width: 100%; }
  #page #content #review-right-column {
    position: static; }
  #page .page-bottom-part {
    display: block; }
  #page .page-bottom-part div[class*='col-'] div[class*='colonne'] {
    margin-right: 0;
    margin-bottom: 25px; } }

@media (max-width: 768px) {
  #header-content div[class*='col-'] {
    width: 100%; }
  .search-row input[type="text"] {
    width: 80%;
    padding-top: 2px;
    padding-bottom: 2px; }
  .search-row .submit {
    padding-top: 3px;
    padding-bottom: 3px; }
  #header {
    padding: 0;
    /* Homepage Slogan */ }
    #header #header-content {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: opacity .2s, visibility .2s, -webkit-transform .2s;
      transition: opacity .2s, visibility .2s, -webkit-transform .2s;
      -o-transition: opacity .2s, visibility .2s, transform .2s;
      transition: opacity .2s, visibility .2s, transform .2s;
      transition: opacity .2s, visibility .2s, transform .2s, -webkit-transform .2s;
      -webkit-transform: translateY(-50px);
          -ms-transform: translateY(-50px);
              transform: translateY(-50px);
      display: block;
      position: absolute;
      z-index: 999;
      background: white;
      width: 100%; }
      #header #header-content.mobile-toggle {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .5s, visibility .5s, -webkit-transform .5s;
        transition: opacity .5s, visibility .5s, -webkit-transform .5s;
        -o-transition: opacity .5s, visibility .5s, transform .5s;
        transition: opacity .5s, visibility .5s, transform .5s;
        transition: opacity .5s, visibility .5s, transform .5s, -webkit-transform .5s;
        -webkit-transform: translateY(45px);
            -ms-transform: translateY(45px);
                transform: translateY(45px); }
    #header h1.slogan {
      font-size: 1.5em;
      top: 0px;
      text-align: center;
      margin-top: 40px;
      margin-bottom: 40px; }
  #mobile-navigation-toggle {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
    padding-top: 10px; }
    #mobile-navigation-toggle.mobile-toggle .bar:first-of-type {
      -webkit-transform: rotate(-45deg) translate(-6px, 6px);
          -ms-transform: rotate(-45deg) translate(-6px, 6px);
              transform: rotate(-45deg) translate(-6px, 6px); }
    #mobile-navigation-toggle.mobile-toggle .bar:nth-of-type(2) {
      opacity: 0; }
    #mobile-navigation-toggle.mobile-toggle .bar:last-of-type {
      -webkit-transform: rotate(45deg) translate(-4px, -4px);
          -ms-transform: rotate(45deg) translate(-4px, -4px);
              transform: rotate(45deg) translate(-4px, -4px); }
    #mobile-navigation-toggle .bar {
      width: 35px;
      height: 3px;
      background: #ff581f;
      -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
      transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
      -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
      transition: transform .3s ease-in-out, opacity .3s ease-in-out;
      transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
      display: block;
      margin-top: 4px; }
  #page .home-page-sponsors .sponsors-carousel .owl-item img {
    padding: 0; }
  .home-page-news {
    padding: 15px; }
  #page .owl-wrapper .owl-dots {
    position: static; }
    #page .owl-wrapper .owl-dots .owl-dot span {
      width: 22px;
      height: 22px;
      margin: 7px 11px; }
  #page .owl-wrapper .shortlist--text {
    font-size: 17px;
    top: 53%;
    left: 63%; }
    #page .owl-wrapper .shortlist--text i {
      font-size: 14px; }
  #page .owl-wrapper .item--text:not(.shortlist--text) {
    font-size: 0.7em; }
    #page .owl-wrapper .item--text:not(.shortlist--text) h2 {
      font-size: 150%; }
    #page .owl-wrapper .item--text:not(.shortlist--text) p,
    #page .owl-wrapper .item--text:not(.shortlist--text) em,
    #page .owl-wrapper .item--text:not(.shortlist--text) span {
      font-size: 80%; }
    #page .owl-wrapper .item--text:not(.shortlist--text) p {
      margin: 0; }
  #wrapper h1 {
    font-size: 35px; }
  .menu-social-links-menu-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #header #logo {
    width: 80%;
    float: none;
    display: inline-block;
    text-align: center;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #header #baseline {
    margin: 10px auto;
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #header .desktop-logo {
    display: none; }
  #header .mobile-logo {
    display: block; }
  #header-content .pull-right {
    float: none !important; }
  #page-page .container-shortlist .dt-buttons {
    position: static; }
  .search-row {
    position: static;
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #page-page .container-jury .jury-content {
    width: 80%;
    margin: 0 auto; }
  #page-page .jury-page-single .container-jury-single {
    width: 100%;
    margin: 0 auto; }
    #page-page .jury-page-single .container-jury-single .jury-content {
      padding-right: 0; }
      #page-page .jury-page-single .container-jury-single .jury-content img {
        width: 100%;
        height: auto; }
    #page-page .jury-page-single .container-jury-single .jury-bio {
      padding: 15px; }
  #navigation ul {
    display: block; }
    #navigation ul li {
      margin-bottom: 10px;
      border-bottom: 1px solid #ff581f; }
      #navigation ul li .sub-menu {
        width: 100%;
        z-index: 9999; }
  #page {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    #page .owl-wrapper .item--text {
      padding: 0 5px; }
      #page .owl-wrapper .item--text h2 {
        font-size: 100%; }
        #page .owl-wrapper .item--text h2 div {
          top: 10px; }
          #page .owl-wrapper .item--text h2 div em {
            font-size: inherit; }
    #page .news-wrapper.news-page .pagination-review .pagination {
      display: none; }
  .search-result-excerpt h3 {
    margin: 0 0 0.5em 0;
    font-size: 16px; }
  #page #content #review-left-column .pagination-review:first-of-type .pagination {
    margin-bottom: 10px;
    margin-top: 20px; }
  #page-page .prev-winners-page .row-video {
    margin-bottom: 0px; } }

@media (max-width: 480px) {
  #page .owl-wrapper .shortlist--text {
    font-size: 13px;
    top: 53%;
    left: 63%; }
    #page .owl-wrapper .shortlist--text i {
      font-size: 11px; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.mc4wp-response {
  background: white;
  color: #565656;
  position: fixed;
  top: 20%;
  width: 60%;
  height: 60%;
  left: 20%;
  z-index: 999;
  text-align: left;
  padding: 4% 4%;
  -webkit-box-shadow: 0 0 5px 1px #565656;
          box-shadow: 0 0 5px 1px #565656;
  border: 5px solid #ff581f;
  display: none; }
  .mc4wp-response .mc4wp-error {
    color: #565656; }
    .mc4wp-response .mc4wp-error:before {
      content: 'Error';
      position: absolute;
      width: 100%;
      color: red;
      left: 0;
      padding-left: 4%;
      padding-bottom: 5px;
      top: 1%;
      font-size: 1.5em;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .mc4wp-response .mc4wp-success {
    color: #565656; }
    .mc4wp-response .mc4wp-success:before {
      content: 'Success';
      position: absolute;
      width: 100%;
      color: green;
      left: 0;
      padding-left: 4%;
      padding-bottom: 5px;
      top: 1%;
      font-size: 1.5em;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .mc4wp-response .fa-times {
    position: absolute;
    top: 1.2%;
    right: 2%;
    font-size: 2em;
    cursor: pointer;
    z-index: 9999; }

    #menu-item-8633 {
      display: none;
  } 

/*# sourceMappingURL=style.css.map */
