@charset "UTF-8";
.info .info-title, .form #filename, .border-effect:focus ~ label, .has-content.border-effect ~ label, .checklist li span, .mailto, .emailVote .voteBtn {
  color: #0186CD; }

header .banner .info-banner, .btn.btn-full, .menu ul li a, .info-card .month-num, .form .uploadPhoto, .form .button:hover, .imgDescription, .imageDetail .vote p, .imageDetail .share p, #winners .winner-title, .share-block span, .slider-text-winner, .burger-text, .burger-text a, nav a, #top-menu .navigator-menu li a, #top-menu .navigator-menu li .exp, .footer-block .footer-social ul li a {
  color: #ffffff; }

body, .info .info-text a {
  color: #2B2E31; }

.btn.btn-full.btn-arrow span:after, .form .uploadPhoto:after, .form .removeFile:after, .share-block ul li a:before {
  background: url(../img/sprite.png) no-repeat;
  content: " ";
  position: absolute; }

#emailVote {
  font-weight: 400; }

header .banner .info-banner h1, .btn, .menu ul, .info .info-title, .info-card .month-num, .filters li, .pagination li, .imageDetail .vote p, .imageDetail .share p, .emailVote .voteBtn, #winners .winner-title, .share-block span, .slider-text-winner .winner-month-title .winner-month-number, .slider-text-winner .winner-month-title .winner-month .about-month, .burger-text, nav a, .bold, strong, .dropdown-menu ul h3 {
  font-weight: 900; }

.menu ul li, .info, .galleryContainer .imgList .item, .filters li, .pagination li, .imageDetail .voteMobile a, .imageDetail .voteMobile li, .imageDetail .voteMobile p, .imageDetail .voteIcons a, .imageDetail .share, .imageDetail .share p, .imageDetail .share .shareSocial, .imageDetail .share .shareSocial li, .emailVote .emailVoteInput, .emailVote .emailVoteSubmission, .share-block ul li, .slider-image-winner, .slider-text-winner, .slider-text-winner .winner-month-title .winner-month-number, .slider-text-winner .winner-month-title .winner-month, .sp-section .slick-dots li, nav a, #top-menu .navigator-menu li, .dropdown-menu ul .first-level, .dropdown-menu .after-menu li, .footer-block .footer-social ul li, .footer-block .partnersList li, .footer-block .copyright span {
  display: inline-block;
  zoom: 1;
  *display: inline; }

/* ex: @include transition(all .8s ease); */
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

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; }

body {
  margin: 0;
  font: 1em "Lato", sans-serif;
  line-height: 1;
  background-color: #ffffff; }

.container {
  width: 1024px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1125px) {
    .container {
      max-width: 900px; } }
  @media screen and (max-width: 950px) {
    .container {
      max-width: 90%; } }

header {
  height: 100%;
  overflow: hidden; }
  header .banner {
    width: 100%;
    height: 100vh;
    margin: auto;
    /* background: url('../img/banner.jpg') no-repeat;
    background-size:cover; */
    position: relative; }
    header .banner .info-banner {
      text-align: center;
      right: 0;
      left: 0 !important;
      z-index: 10;
      position: relative; }
      @media screen and (max-width: 950px) {
        header .banner .info-banner {
          padding: 0px 20px 0; } }
      header .banner .info-banner h1 {
        font-size: 3.444em;
        padding: 25px 0 21px; }
      header .banner .info-banner p {
        font-size: 1.19em;
        padding-bottom: 40px; }

/* .logo{
  @media screen and (max-width: $break-xsmall) {
    display: none;
  }
} */
.logoappear {
  top: 130px;
  -webkit-animation: diagonal-slide 1s;
  animation: diagonal-slide 1s;
  position: relative;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }
  .logoappear div {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap; }
    .logoappear div:first-of-type {
      animation: showup 7s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards; }
    .logoappear div:last-of-type {
      width: 0px;
      animation: reveal 7s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards; }
      .logoappear div:last-of-type span {
        margin-left: -355px;
        animation: slidein 7s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards; }

@keyframes diagonal-slide {
  0% {
    top: 130px; }
  100% {
    top: 0px; } }
@keyframes showup {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes slidein {
  0% {
    margin-left: -800px; }
  20% {
    margin-left: -800px; }
  35% {
    margin-left: 0px; }
  100% {
    margin-left: 0px; } }
@keyframes reveal {
  0% {
    opacity: 0;
    width: 0px; }
  20% {
    opacity: 1;
    width: 0px; }
  30% {
    width: 162px; }
  80% {
    opacity: 1; }
  100% {
    opacity: 1;
    width: 162px; } }
.blockReveal {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  opacity: 0; }
  @media screen and (max-width: 950px) {
    .blockReveal {
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      -ms-animation-delay: 0s;
      animation-delay: 0s; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.btn {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.785em;
  letter-spacing: 0.1em;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px; }
  .btn.btn-full {
    padding: 18px 45px 16px 24px;
    background-color: #0186CD;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .btn.btn-full:active {
      box-shadow: 0 0 0 0 transparent;
      -webkit-transition: box-shadow 0.2s ease-in;
      -moz-transition: box-shadow 0.2s ease-in;
      -ms-transition: box-shadow 0.2s ease-in;
      -o-transition: box-shadow 0.2s ease-in;
      transition: box-shadow 0.2s ease-in; }
    .btn.btn-full.btn-arrow {
      padding: 19px 45px 16px 24px;
      display: block;
      width: 225px;
      margin: 0 auto; }
      .btn.btn-full.btn-arrow span {
        position: relative;
        padding: 0; }
        .btn.btn-full.btn-arrow span:after {
          width: 15px;
          height: 15px;
          background-position: -7px -8px;
          top: 0px;
          right: -24px; }

.button-over {
  overflow: hidden;
  border: none;
  cursor: pointer;
  font-family: "Lato", sans-serif !important; }
  .button-over::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #066ba0;
    -webkit-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 19px 0 16px 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .button-over > span {
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .button-over:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .button-over:hover > span {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0); }

.menu {
  background-color: #0186CD;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75px;
  z-index: 10; }
  .menu ul {
    text-align: center;
    font-size: 0.7em;
    padding: 32px 0; }
    .menu ul li {
      padding: 0 3px;
      letter-spacing: 0.07em; }
      @media screen and (max-width: 1125px) {
        .menu ul li {
          padding: 0; } }
      .menu ul li.active a {
        opacity: 1; }
      .menu ul li a {
        text-transform: uppercase;
        text-decoration: none;
        opacity: 0.7; }
        .menu ul li a:hover {
          opacity: 1; }
  @media screen and (max-width: 950px) {
    .menu {
      display: none; } }

#hero {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -2; }
  #hero:before {
    content: ' ';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#231f20+17,231f20+93&0.2+17,0.8+93 */
    background: -moz-linear-gradient(top, rgba(35, 31, 32, 0.2) 17%, rgba(35, 31, 32, 0.8) 93%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(35, 31, 32, 0.2) 17%, rgba(35, 31, 32, 0.8) 93%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(35, 31, 32, 0.2) 17%, rgba(35, 31, 32, 0.8) 93%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33231f20', endColorstr='#cc231f20',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    height: 100%;
    width: 100%; }

.layer {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: fixed;
  z-index: -1;
  height: 100%; }
  @media screen and (max-width: 950px) {
    .layer {
      position: absolute;
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -o-transition: none !important;
      -ms-transition: none !important;
      transition: none !important;
      -webkit-transform: none !important;
      -moz-transform: none !important;
      -o-transform: none !important;
      -ms-transform: none !important;
      transform: none !important; } }

#hero-ie {
  display: none; }

@media screen\0 {
  #hero-ie {
    display: block;
    background: url(../img/banner.jpg) no-repeat center bottom/cover;
    height: 100%;
    width: 100%;
    z-index: -2;
    position: absolute; }

  #hero {
    display: none; } }
@supports (-ms-ime-align: auto) {
  #hero-ie {
    display: block !important;
    background: url(../img/banner.jpg) no-repeat center bottom/cover !important;
    height: 100% !important;
    width: 100% !important;
    z-index: -2 !important;
    position: absolute !important; }

  #hero {
    display: none !important; } }
.floating {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
  position: fixed;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 950px) {
    .floating {
      position: absolute !important; } }

.layer-bg .inside-bg {
  background: url("../img/planobg.jpg") no-repeat top center;
  bottom: 0;
  background-size: cover;
  width: 110%;
  height: 108%;
  left: -5%;
  top: -105px;
  position: fixed; }
  @media screen and (max-width: 950px) {
    .layer-bg .inside-bg {
      position: absolute !important; } }

.layer-1 .floating {
  transform: translatey(0px);
  animation: float 8s ease-in-out infinite;
  position: fixed;
  width: 100%;
  height: 100%; }
.layer-1 .inside-1 {
  position: fixed;
  width: 110%;
  height: 108%;
  background: url("../img/plano4.png") no-repeat top center;
  top: 24%; }

.layer-2 .inside-2 {
  position: fixed;
  width: 110%;
  height: 108%;
  background: url("../img/plano3.png") no-repeat bottom left;
  bottom: 74px; }
  @media screen and (max-width: 950px) {
    .layer-2 .inside-2 {
      bottom: 50px;
      position: absolute !important; } }

.layer-3 .floating {
  transform: translatey(0px);
  animation: float 8s ease-in-out infinite;
  position: fixed;
  width: 100%;
  height: 100%; }
.layer-3 .inside-3 {
  position: fixed;
  width: 110%;
  height: 108%;
  background: url("../img/plano2.png") no-repeat left bottom;
  bottom: 54px; }

.layer-4 .floating {
  transform: translatey(0px);
  animation: float 8s ease-in-out infinite;
  position: fixed;
  width: 100%;
  height: 100%; }
.layer-4 .inside-4 {
  position: fixed;
  width: 110%;
  height: 108%;
  background: url("../img/plano1.png") no-repeat top center; }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-8px); }
  100% {
    transform: translatey(0px); } }
#getstuck {
  visibility: hidden;
  position: absolute;
  bottom: 0px;
  height: 75px; }
  @media screen and (max-width: 950px) {
    #getstuck {
      height: 50px; } }

/* .stuck{
  bottom:50px;
} */
.info {
  vertical-align: top; }
  .info.info-left {
    width: 467px; }
    @media screen and (max-width: 1125px) {
      .info.info-left {
        width: 387px; } }
    @media screen and (max-width: 950px) {
      .info.info-left {
        width: 100%; } }
  .info.info-right {
    float: right; }
    @media screen and (max-width: 950px) {
      .info.info-right {
        width: 48%; } }
    @media screen and (max-width: 950px) {
      .info.info-right {
        display: none; } }
  .info .info-title {
    font-size: 2.25em;
    line-height: 1.16em; }
  .info .info-subtitle {
    padding: 18px 0 13px;
    font-size: 1.375em;
    line-height: 1.4em; }
    @media screen and (max-width: 950px) {
      .info .info-subtitle {
        font-size: 1.2em; } }
  .info .info-text {
    line-height: 1.5em;
    padding-bottom: 24px; }
    @media screen and (max-width: 950px) {
      .info .info-text {
        font-size: 0.9em; } }
  .info .btn-info {
    display: block;
    margin-top: 15px;
    width: 160px;
    padding: 18px 20px 16px 23px; }
    @media screen and (max-width: 950px) {
      .info .btn-info {
        margin: 10px auto 0; } }

#howto {
  padding: 82px 0 123px; }
  @media screen and (max-width: 950px) {
    #howto {
      padding: 22px 0 10px; } }
  #howto .info-left {
    padding: 24px 0; }
    @media screen and (max-width: 950px) {
      #howto .info-left {
        padding: 24px 0 0; } }
  #howto .info-right {
    position: relative;
    height: 512px;
    width: 446px; }
    #howto .info-right .img-how {
      position: absolute;
      right: 0; }
    #howto .info-right .img-gopro {
      opacity: 0;
      position: absolute;
      left: -150px;
      bottom: -20px;
      animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards; }
      #howto .info-right .img-gopro.showgopro {
        -webkit-animation: showgopro 2s;
        animation: showgopro 2s;
        opacity: 1; }

@keyframes showgopro {
  0% {
    bottom: 220px;
    opacity: 0; }
  100% {
    bottom: -20px;
    opacity: 1; } }
#theme {
  width: 100%;
  height: 600px;
  background: url("../img/month-theme.jpg") no-repeat;
  position: relative;
  top: 0 !important; }
  #theme .fadeOver {
    content: ' ';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+17,ffffff+93&0.2+17,0.8+93 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 17%, rgba(255, 255, 255, 0.8) 93%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 17%, rgba(255, 255, 255, 0.8) 93%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 17%, rgba(255, 255, 255, 0.8) 93%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#ccffffff',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0; }
  #theme.zoom {
    overflow: hidden;
    background-size: 100% 100%;
    background-position: center center; }
    #theme.zoom .zoom-theme {
      /* position: fixed; */
      max-width: 200%;
      width: 100%; }
  @media screen and (max-width: 950px) {
    #theme {
      height: 300px;
      background-size: cover !important;
      background-position: 22% center !important; } }
  #theme .container {
    height: 100%; }

.zoom {
  overflow: hidden;
  background-size: 100% 100%;
  background-position: center center; }
  .zoom .zoom-theme {
    /* position: fixed; */
    max-width: 200%;
    width: 100%; }

.info-card {
  position: absolute;
  bottom: 16.6%;
  right: 0;
  background-color: #ffffff;
  width: 382px;
  padding: 41px 63px 24px 66px; }
  @media screen and (max-width: 950px) {
    .info-card {
      position: relative;
      bottom: auto;
      right: auto;
      background-color: #ffffff;
      width: 100%;
      padding: 20px 0 0px 0; } }
  .info-card .month-num {
    position: absolute;
    top: -132px;
    font-size: 7.6em; }
    @media screen and (max-width: 950px) {
      .info-card .month-num {
        top: -100px;
        font-size: 4em; } }
  .info-card .info-subtitle {
    padding: 4px 0 10px; }
    @media screen and (max-width: 950px) {
      .info-card .info-subtitle {
        padding: 15px 0 10px; } }

#participate {
  padding: 77px 0 86px; }
  @media screen and (max-width: 950px) {
    #participate {
      padding: 27px 0 86px; } }
  #participate .info-left {
    width: 441px; }
    @media screen and (max-width: 950px) {
      #participate .info-left {
        width: 100%; } }
  #participate .info-right {
    width: 445px;
    position: relative; }
    @media screen and (max-width: 1125px) {
      #participate .info-right {
        width: 405px; } }
    @media screen and (max-width: 950px) {
      #participate .info-right {
        width: 100%;
        display: block;
        float: none; } }
    #participate .info-right .info-title {
      visibility: hidden; }
      @media screen and (max-width: 950px) {
        #participate .info-right .info-title {
          display: none; } }
  #participate .info-subtitle {
    padding: 20px 0 7px; }
    #participate .info-subtitle.subcheck {
      padding: 9px 0 12px; }

@media screen and (max-width: 950px) {
  .hidethis {
    display: none !important; } }

@media screen and (max-width: 950px) {
  .invisithis {
    visibility: hidden;
    height: 0; } }

.showthis {
  display: none; }
  @media screen and (max-width: 950px) {
    .showthis {
      display: block; } }
  @media screen and (max-width: 950px) {
    .showthis.btn-full {
      width: 195px;
      margin: 0 auto;
      padding: 19px 24px 16px 24px; } }
  @media screen and (max-width: 950px) {
    .showthis.centerImg {
      display: flex;
      justify-content: center; } }
  @media screen and (max-width: 950px) {
    .showthis.centerImg img {
      flex: none; } }

.form {
  padding-top: 24px; }
  @media screen and (max-width: 950px) {
    .form {
      padding-top: 54px; } }
  .form input, .form textarea {
    font-family: "Lato", sans-serif;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 20px 13px 20px;
    border: 1px solid #a9a9a9;
    transition: 0.4s;
    background: transparent;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out; }
    .form input:focus, .form textarea:focus {
      border-color: #0186CD;
      padding: 14px 20px 11px 20px; }
    .form input.has-content, .form textarea.has-content {
      padding: 14px 20px 11px 20px; }
  .form textarea {
    resize: vertical; }
  .form .uploadPhotoHidden {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    width: 100%; }
  .form .uploadPhoto {
    background: #0186CD;
    display: block;
    border: 2px solid #0186CD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    padding: 14px 20px 13px 19px;
    font-size: 0.8em;
    cursor: pointer;
    position: relative; }
    .form .uploadPhoto:after {
      width: 15px;
      height: 15px;
      background-position: -66px -12px;
      top: 13px;
      right: 16px; }
  .form .inputField {
    position: relative;
    margin-bottom: 10px; }
  .form .error-display {
    font-size: 0.8em;
    padding: 6px 20px 7px 19px;
    color: #ffffff;
    background-color: #c71030;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 3px;
    margin-top: -15px;
    position: relative;
    /* display: block; */ }
    .form .error-display:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 10px 5px;
      border-color: transparent transparent #c71030 transparent;
      content: "";
      position: absolute;
      bottom: 20px;
      left: 16px; }
  .form .button {
    border: 2px solid #0186CD;
    display: block;
    color: #0186CD;
    background-color: #ffffff;
    padding: 13px 22px 13px 20px;
    margin: 26px auto 0;
    font-size: 0.78em;
    letter-spacing: 0.01em;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 48px; }
    .form .button:hover {
      display: block;
      background-color: #0186CD; }
  .form .removeFile {
    width: 15px;
    height: 13px;
    position: absolute;
    right: 16px;
    bottom: 0;
    display: block;
    cursor: pointer;
    display: none; }
    .form .removeFile:after {
      width: 15px;
      height: 15px;
      background-position: -45px -43px;
      top: 0;
      right: 0; }
  .form #filename {
    font-size: 0.8em; }
    .form #filename.hasfile {
      display: block;
      padding: 14px 20px 0px 19px; }
  .form label.error {
    font-size: 0.78em;
    padding: 6px 20px 7px 19px;
    color: #ffffff;
    background-color: #c71030;
    margin-top: -17px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 5px;
    position: relative;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
    .form label.error:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 10px 5px;
      border-color: transparent transparent #c71030 transparent;
      content: "";
      position: absolute;
      bottom: 20px;
      left: 16px; }
  .form label#age-error.error {
    z-index: 99;
    margin-top: -7px; }

#privacy-error, #resident-error {
  background-color: transparent;
  color: #c71030;
  margin: 0;
  padding-left: 27px; }
  #privacy-error:after, #resident-error:after {
    content: none; }

.clicked {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
  top: 0;
  background-color: #ffffffbd;
  z-index: 99; }
  .clicked #submit {
    pointer-events: none; }
  .clicked .ajax-button {
    position: relative;
    top: 280px; }
  .clicked .btn-svg {
    color: #ffffff;
    font-size: 18px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -8px;
    opacity: 0;
    pointer-events: none; }
    .clicked .btn-svg.done.finish:before {
      content: "Thank you for your participation";
      position: absolute;
      top: -60px;
      color: #0186cd;
      text-transform: uppercase;
      font-size: 0.8em;
      left: -70px;
      /* right: -220px; */
      width: 160px;
      line-height: 1.3em;
      font-weight: 700; }
    .clicked .btn-svg.failed {
      margin-left: -9px;
      margin-top: -8px;
      /* ~ button{
        border: 2px solid #cc0229;
      } */ }
      .clicked .btn-svg.failed.finish:before {
        content: "Something went wrong";
        position: absolute;
        top: -60px;
        color: #cc0229;
        text-transform: uppercase;
        font-size: 0.8em;
        left: -70px;
        /* right: -220px; */
        width: 160px;
        line-height: 1.3em;
        font-weight: 700; }

.details-block {
  position: relative; }

.marginT {
  margin-top: -418px;
  min-height: 420px;
  /* @media screen and (max-width: $break-spxgal) {
    margin-top: -997px;
  } */ }
  @media screen and (max-width: 1125px) {
    .marginT {
      margin-top: -368px; } }
  @media screen and (max-width: 950px) {
    .marginT {
      margin-top: -498px; } }
  @media screen and (max-width: 850px) {
    .marginT {
      margin-top: -622px; } }
  @media screen and (max-width: 583px) {
    .marginT {
      margin-top: -623px; } }
  @media screen and (max-width: 572px) {
    .marginT {
      margin-top: -747px; } }
  @media screen and (max-width: 433px) {
    .marginT {
      margin-top: -997px; } }
  .marginT.is_mobile {
    margin-top: -248px; }
    @media screen and (max-width: 1125px) {
      .marginT.is_mobile {
        margin-top: -223px; } }
    @media screen and (max-width: 950px) {
      .marginT.is_mobile {
        margin-top: -372px;
        min-height: auto; } }
    @media screen and (max-width: 772px) {
      .marginT.is_mobile {
        margin-top: -373px; } }
    @media screen and (max-width: 711px) {
      .marginT.is_mobile {
        margin-top: -497px; } }
    @media screen and (max-width: 583px) {
      .marginT.is_mobile {
        margin-top: -498px; } }
    @media screen and (max-width: 433px) {
      .marginT.is_mobile {
        margin-top: -623px; } }
    @media screen and (max-width: 394px) {
      .marginT.is_mobile {
        margin-top: -623px; } }

.uploadPhotoHidden.error ~ span {
  display: none !important; }

.block-reveal {
  position: absolute;
  z-index: 4;
  width: 0px;
  background: #0186cd;
  bottom: 0;
  top: 0;
  /* height: 405px; */
  margin-right: 100%;
  overflow: visible !important; }

.gallDet {
  position: relative;
  width: 100%;
  z-index: 5 !important;
  /* height: 420px; */ }

.hide-this {
  width: 0;
  visibility: hidden; }

.border-effect ~ label {
  position: absolute;
  left: 21px;
  width: 100%;
  top: 16px;
  color: #a9a9a9;
  transition: 0.3s;
  z-index: 1;
  pointer-events: none;
  font-size: 0.8em; }
.border-effect:focus ~ label {
  top: 4px;
  left: 5px;
  font-size: 0.6em;
  transition: 0.3s;
  opacity: 0.6; }

.has-content.border-effect ~ label {
  top: 4px;
  left: 5px;
  font-size: 0.6em;
  transition: 0.3s;
  opacity: 0.6; }

.checklist {
  list-style: none; }
  .checklist li {
    font-size: 0.934em;
    padding: 1px 0 0px 0px;
    line-height: 1.5em; }
    @media screen and (max-width: 950px) {
      .checklist li {
        font-size: 0.9em; } }
    .checklist li span {
      padding-right: 3px; }

.mailto {
  padding-top: 25px;
  display: block;
  font-size: 0.934em;
  line-height: 1.5em; }
  @media screen and (max-width: 950px) {
    .mailto {
      font-size: 0.8em; } }

.anchor {
  display: block; }

#gallerySection {
  background-color: #F7F7F7;
  padding: 77px 0 71px; }
  @media screen and (max-width: 950px) {
    #gallerySection {
      background-color: #ffffff;
      padding: 0; } }
  @media screen and (max-width: 950px) {
    #gallerySection .info-left {
      width: 140px; } }
  @media screen and (max-width: 950px) {
    #gallerySection .info-right {
      display: inline-block;
      width: 100px; } }

.galleryContainer {
  position: relative;
  z-index: 2; }
  .galleryContainer .appear-after {
    /* background: #0186CD; */ }
  .galleryContainer.no-background {
    background-color: #f7f7f7; }
  .galleryContainer .container-fluid {
    width: 1024px;
    margin: 0 auto; }
    @media screen and (max-width: 1125px) {
      .galleryContainer .container-fluid {
        max-width: 900px; } }
    @media screen and (max-width: 950px) {
      .galleryContainer .container-fluid {
        max-width: 90%;
        padding: 60px 0;
        margin-top: 50px; } }
  .galleryContainer .imgList {
    margin: 60px auto 0px;
    text-align: center;
    position: relative;
    list-style: none;
    font-size: 0; }
    @media screen and (max-width: 950px) {
      .galleryContainer .imgList {
        margin: 0; } }
    .galleryContainer .imgList .item {
      position: relative;
      width: 170px;
      overflow: hidden;
      cursor: pointer;
      height: 170px; }
      @media screen and (max-width: 1125px) {
        .galleryContainer .imgList .item {
          width: 145px;
          height: 145px; } }
      @media screen and (max-width: 950px) {
        .galleryContainer .imgList .item {
          width: 125px;
          height: 125px; } }
      .galleryContainer .imgList .item:hover {
        background: rgba(1, 134, 205, 0.8); }
        .galleryContainer .imgList .item:hover:before {
          content: "";
          width: 33px;
          height: 4px;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          position: absolute;
          background: #fff;
          z-index: 102;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          -ms-border-radius: 50px;
          border-radius: 50px;
          pointer-events: none; }
        .galleryContainer .imgList .item:hover:after {
          content: "";
          width: 4px;
          height: 33px;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          position: absolute;
          background: #fff;
          z-index: 102;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          -ms-border-radius: 50px;
          border-radius: 50px;
          pointer-events: none; }
      .galleryContainer .imgList .item .overlayImg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 101;
        background: transparent;
        transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease; }
        .galleryContainer .imgList .item .overlayImg:hover {
          background: rgba(1, 134, 205, 0.8); }
      .galleryContainer .imgList .item img {
        height: 100%;
        width: auto;
        max-width: auto; }
      .galleryContainer .imgList .item .image {
        height: 100%; }
      .galleryContainer .imgList .item a {
        padding: 0;
        height: 100%; }
    .galleryContainer .imgList .gridder-show {
      padding: 0;
      position: absolute;
      margin-bottom: 0;
      z-index: 102;
      left: 0;
      width: 100%;
      min-height: 426px;
      height: 100%;
      left: 0; }
      .galleryContainer .imgList .gridder-show .images {
        width: 100%;
        max-width: 435px; }
        .galleryContainer .imgList .gridder-show .images img {
          max-width: 432px;
          width: 100%; }
      .galleryContainer .imgList .gridder-show .navigation {
        text-align: right;
        overflow: hidden;
        position: absolute;
        top: -65px;
        right: 0;
        left: 0;
        margin-bottom: 0;
        max-width: 1026px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        height: 40px;
        align-items: center;
        justify-content: flex-end; }
        .galleryContainer .imgList .gridder-show .navigation a {
          display: inline-block;
          color: #000000; }
      .galleryContainer .imgList .gridder-show .closeModal {
        float: none;
        width: 40px;
        height: 40px;
        background: url("../img/closeM.png") no-repeat 0 0; }
      .galleryContainer .imgList .gridder-show .navArrows {
        display: inline-block;
        position: absolute;
        bottom: -40px;
        width: 100%; }
        .galleryContainer .imgList .gridder-show .navArrows a {
          color: #0186CD;
          font-size: 34px;
          padding: 0 15px;
          cursor: pointer; }
  .galleryContainer .imgVotes {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 100;
    color: #fff;
    text-align: center;
    font-family: "Lato-Bold", sans-serif;
    letter-spacing: 1px;
    background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.15) 21%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.15) 21%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.15) 21%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
    padding: 25px 0;
    display: none; }
    .galleryContainer .imgVotes img {
      margin-bottom: 3px;
      max-width: 22px;
      height: auto !important;
      min-height: initial !important; }
  .galleryContainer .imageDetail {
    padding: 70px 0;
    opacity: 0;
    /* display:none; */
    /* margin: 60px auto; */
    position: relative; }
    .galleryContainer .imageDetail .navigation {
      position: absolute;
      /* top: -87px; */
      right: 0;
      width: 23px;
      height: 23px; }
      .galleryContainer .imageDetail .navigation a {
        float: none;
        width: 23px;
        height: 23px;
        background: url(/assets/img/closeM.png) no-repeat 0 0;
        cursor: pointer;
        display: block;
        animation-duration: 1s;
        transform-origin: 50% 50%; }
        .galleryContainer .imageDetail .navigation a:hover {
          animation-name: ckw; }
    .galleryContainer .imageDetail .image1 {
      width: 100%; }
      .galleryContainer .imageDetail .image1 .imgDetail {
        overflow: hidden;
        width: 100%;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 950px) {
      .galleryContainer .imageDetail .info-left {
        width: 100% !important; } }
    .galleryContainer .imageDetail .info-right {
      float: right;
      width: calc(100% - 510px); }
      @media screen and (max-width: 1125px) {
        .galleryContainer .imageDetail .info-right {
          width: calc(100% - 430px); } }
      @media screen and (max-width: 950px) {
        .galleryContainer .imageDetail .info-right {
          width: 100% !important;
          float: none; } }
  .galleryContainer .container {
    position: relative; }

.gallreveal {
  position: relative; }

.filters {
  list-style: none; }
  .filters li {
    text-transform: uppercase;
    font-size: 0.65em;
    letter-spacing: 0.06em;
    color: #414042;
    padding: 12px 25px;
    margin: 4px 3px 0px 0px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer; }
    @media screen and (max-width: 950px) {
      .filters li {
        padding: 5px 0px 5px 25px;
        margin: 9px 3px 0px 0px; } }
    .filters li.active, .filters li:hover {
      background-color: #E6E7E8; }
      @media screen and (max-width: 950px) {
        .filters li.active, .filters li:hover {
          background-color: #ffffff !important; } }
    @media screen and (max-width: 950px) {
      .filters li .fil-text {
        display: none; } }
    .filters li .fil-img {
      display: none; }
      @media screen and (max-width: 950px) {
        .filters li .fil-img {
          display: block; } }

.pagination {
  margin: 0 auto;
  list-style: none;
  text-align: center;
  padding-top: 17px; }
  .pagination li {
    padding: 0 4px 0 8px;
    font-size: 1.05em; }
    .pagination li.active span {
      color: #0186CD; }
    .pagination li a {
      line-height: 1.5em;
      color: #58595B;
      text-decoration: none; }
  .pagination .disabled {
    display: none; }

.imgDescription {
  padding-left: 0;
  text-align: left; }
  .imgDescription #imgTitle {
    margin: 13px 0 15px;
    font-size: 1.3em; }
  .imgDescription .description {
    font-size: 0.9em;
    line-height: 1.5em;
    padding-bottom: 24px; }

.imageDetail {
  /* .voteShare {
  	@extend %black;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  } */ }
  .imageDetail .vote {
    background: #41A4DA;
    padding: 8px 15px 6px 20px;
    display: inline-flex;
    align-items: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    @media screen and (max-width: 950px) {
      .imageDetail .vote {
        display: none; } }
    .imageDetail .vote p {
      margin-bottom: 4px;
      font-size: 0.800em;
      letter-spacing: 0.8px; }
  .imageDetail .voteMobile {
    display: none; }
    @media screen and (max-width: 950px) {
      .imageDetail .voteMobile {
        display: inline-flex;
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        width: 148px;
        margin-left: auto;
        margin-right: auto; } }
  .imageDetail .voteIcons {
    margin-left: 10px;
    list-style: none; }
    .imageDetail .voteIcons li {
      background: #fff;
      margin: 0 3px;
      background: #fff url("../img/spriteSocial.png") no-repeat;
      border: 1px solid #fff;
      width: 25px;
      height: 25px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      border-radius: 15px;
      cursor: pointer;
      transition: background-color 0.5s ease;
      -webkit-transition: background-color 0.5s ease;
      -moz-transition: background-color 0.5s ease;
      -o-transition: background-color 0.5s ease;
      -ms-transition: background-color 0.5s ease; }
    .imageDetail .voteIcons .email {
      background-position: 2px -478px; }
      .imageDetail .voteIcons .email a {
        display: block;
        height: 100%; }
      .imageDetail .voteIcons .email:hover {
        background-position: 2px -516px;
        background-color: transparent; }
    .imageDetail .voteIcons .facebook {
      background-position: 4px 4px; }
      .imageDetail .voteIcons .facebook:hover {
        background-position: 4px -18px;
        background-color: transparent; }
    .imageDetail .voteIcons .twitter {
      background-position: 2px -108px; }
      .imageDetail .voteIcons .twitter:hover {
        background-position: 2px -131px;
        background-color: transparent; }
  .imageDetail .share {
    margin-top: 8px;
    float: right; }
    @media screen and (max-width: 950px) {
      .imageDetail .share {
        text-align: center;
        display: block;
        float: none; } }
    .imageDetail .share p {
      font-size: 0.800em;
      margin: 0;
      letter-spacing: 0.8px;
      opacity: 0.65;
      text-transform: uppercase; }
    @media screen and (max-width: 950px) {
      .imageDetail .share span {
        display: none; } }
    .imageDetail .share .shareSocial li {
      width: 15px;
      height: 20px;
      margin: 0 5px;
      background: url("../img/spriteSocial.png") no-repeat;
      cursor: pointer; }
    .imageDetail .share .shareSocial .facebook {
      background-position: 0 -16px;
      opacity: 0.65; }
      .imageDetail .share .shareSocial .facebook:hover {
        opacity: 1; }
    .imageDetail .share .shareSocial .twitter {
      background-position: -1px -129px;
      opacity: 0.65; }
      .imageDetail .share .shareSocial .twitter:hover {
        opacity: 1; }

.emailVote {
  margin-top: 20px;
  /* opacity: 0; */
  display: none; }
  .emailVote .emailVoteInput {
    width: 75%;
    vertical-align: top; }
  .emailVote .emailVoteSubmission {
    width: 20%;
    vertical-align: top;
    margin-top: -2px; }
  .emailVote input {
    width: 93%;
    background: transparent;
    border: 1px solid #F1F2F2;
    padding: 10px 20px;
    font-size: 0.800em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .emailVote .voteBtn {
    background: #fff;
    padding: 10px 25px;
    display: block;
    text-align: center;
    font-size: 0.7em;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border: 0;
    cursor: pointer; }

.emailVote.active {
  display: block; }

#emailVote {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.6em; }
  #emailVote::-webkit-input-placeholder {
    color: #ffffff;
    text-transform: uppercase; }
  #emailVote:-moz-placeholder {
    color: #ffffff;
    text-transform: uppercase; }
  #emailVote::-moz-placeholder {
    color: #ffffff;
    text-transform: uppercase; }
  #emailVote:-ms-input-placeholder {
    color: #ffffff;
    text-transform: uppercase; }

/* @media screen and (max-width: 1279px) {
	.galleryContainer {
		.container-fluid {
			width: 100%;
		}
		.imgList {
			.item {
				img {
					min-height: 240px;
				}
			}
		}
		.imageDetail {
			padding: 45px 0 80px;
		}
	}
} */
/* @media screen and (max-width: 991px) {
	.galleryContainer {
		.hasSelectedItem {
			min-height: 650px;
			height: 100%;
		}
		.imgList {
			.gridder-show {
				.images {
					max-width: 100%;
				}
			}
		}
		.imageDetail {
			height: auto;
			.container {
				max-width: 90%;
			}
		}
	}
	.imgDescription {
		padding-left: 15px;
	}
	.imageDetail {
		.voteDiv {
			width: 100%;
			right: 0;
			bottom: -20px;
			position: relative;
		}
		.share {
			margin-right: 0;
		}
	}
}
@media screen and (max-width: 1064px) {
	.galleryContainer {
		.imgList {
			max-width: 852px;
			display: block;
			width: 100%;
		}
	}
}
@media screen and (max-width: 851px) {
	.galleryContainer {
		.imgList {
			max-width: 639px;
			display: block;
			width: 100%;
		}
	}
}
@media screen and (max-width: 480px) {
	.galleryContainer {
		.imgList {
			width: 100%;
			.item {
				width: 80%;
				overflow: hidden;
				margin: 0 auto;
				float: none;
			}
			.gridder-show {
				padding: 0;
				position: relative;
				margin-bottom: 0;
				z-index: 102;
				left: 0;
				width: 100%;
				top: -6px;
				min-height: auto;
				.images {
					overflow: hidden;
				}
				.navArrows {
					bottom: 10px;
				}
			}
		}
	}
	.imgDescription {
		text-align: center;
	}
	.imageDetail {
		.vote {
			display: none;
		}
		.voteMobile {
			position: absolute;
			top: -70px;
			left: 0;
			right: 0;
			width: 240px;
			margin-left: auto;
			margin-right: auto;
			display: flex;
			p {
				font-size: 1em;
			}
		}
		.voteIcons {
			li {
				margin: 0 5px;
				width: 35px;
				height: 35px;
				-webkit-border-radius: 30px;
				-moz-border-radius: 30px;
				-ms-border-radius: 30px;
				border-radius: 30px;
			}
			.email {
				background-position: 6px -474px;
				margin-bottom: 5px;
				&:hover {
					background-position: 6px -512px;
				}
			}
			.facebook {
				background-position: 8px 6px;
				&:hover {
					background-position: 9px -16px;
				}
			}
			.twitter {
				background-position: 7px -105px;
				&:hover {
					background-position: 6px -127px;
				}
			}
		}
		.share {
			float: none;
			margin: 0 auto;
			display: flex;
			align-items: center;
			.mobile {
				display: none;
			}
			p {
				font-size: 1em;
			}
		}
	}
	.emailVote {
		.emailVoteInput {
			width: 100%;
		}
		.emailVoteSubmission {
			width: 100%;
			float: none;
		}
	}
}
@media screend and (max-width: 480px) {
	.imageDetail {
		.vote {
			p {
				font-size: 1.200em;
			}
		}
	}
}
@media screen and (max-width: 1024px) {
	.imageDetail {
		.share {
			margin-right: 10px;
		}
	}
} */
#winners {
  background-color: #414141;
  padding: 80px 0 149px; }
  #winners .container {
    width: 922px; }
    @media screen and (max-width: 950px) {
      #winners .container {
        max-width: 730px;
        width: 90%; } }
  #winners .winner-title {
    font-size: 2.25em;
    text-align: center;
    line-height: 1.16em;
    padding-bottom: 60px; }

@media screen and (max-width: 950px) {
  .share-block {
    text-align: center;
    margin-top: 20px; } }
.share-block span {
  text-transform: uppercase;
  font-size: 0.76em;
  display: block;
  padding: 8px 1px;
  letter-spacing: 0.1em; }
.share-block ul {
  list-style: none; }
  .share-block ul li {
    position: relative;
    width: 44px;
    height: 45px;
    padding-left: 3px; }
    .share-block ul li a:before {
      top: 0px;
      left: 0;
      width: 44px;
      height: 45px; }
    .share-block ul li.s-facebook a:before {
      background-position: -4px -77px; }
    .share-block ul li.s-twitter a:before {
      background-position: -54px -77px; }

.inputSelect .s-hidden {
  visibility: hidden;
  height: 0;
  position: absolute; }
.inputSelect .styledSelect {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 20px 13px 20px;
  border: 1px solid #a9a9a9;
  transition: 0.4s;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
  color: #a9a9a9;
  font-size: 0.8em;
  z-index: 10;
  position: relative;
  cursor: pointer; }
  .inputSelect .styledSelect:hover {
    color: #0186CD; }
  .inputSelect .styledSelect:after {
    content: "▾";
    position: absolute;
    right: 16px;
    font-size: 1.5em;
    top: 9px; }
.inputSelect .options {
  display: none;
  position: absolute;
  z-index: 9;
  background-color: white;
  width: 100%;
  border: 1px solid darkgray;
  border-radius: 4px;
  list-style: none;
  box-sizing: border-box;
  padding: 10px 0px 0px;
  top: 0px; }
  .inputSelect .options li {
    padding: 12px 20px 13px 20px;
    color: #a9a9a9;
    cursor: pointer;
    font-size: 0.8em; }
    .inputSelect .options li:first-child {
      padding-bottom: 3px; }
    .inputSelect .options li:hover {
      background-color: #0186cd;
      padding: 12px 20px 13px 20px;
      color: #ffffff; }

.privacc {
  color: #a9a9a9;
  font-size: 0.8em; }
  .privacc a {
    color: #0186CD; }
  .privacc input {
    display: inline-block;
    width: 20px; }

/* .slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
} */
.slider-image-winner {
  width: 441px;
  vertical-align: top; }
  @media screen and (max-width: 950px) {
    .slider-image-winner {
      display: none; } }
  @media screen and (max-width: 950px) {
    .slider-image-winner img {
      width: 100%; } }

.slider-social-winner {
  width: 441px;
  vertical-align: top;
  margin-left: 36px;
  margin-top: -70px;
  float: right; }
  @media screen and (max-width: 950px) {
    .slider-social-winner {
      width: 100%;
      float: none;
      margin: 0 auto; } }

.slider-text-winner {
  width: 441px;
  vertical-align: top;
  margin-left: 36px; }
  @media screen and (max-width: 1125px) {
    .slider-text-winner {
      width: 411px;
      margin-left: 26px; } }
  @media screen and (max-width: 950px) {
    .slider-text-winner {
      width: 100%;
      margin-left: 0px; } }
  @media screen and (max-width: 950px) {
    .slider-text-winner img {
      width: 100%; } }
  @media screen and (max-width: 950px) {
    .slider-text-winner .winner-month-title {
      text-align: center; } }
  .slider-text-winner .winner-month-title .winner-month-number {
    vertical-align: top;
    font-size: 3em;
    padding-right: 12px; }
  .slider-text-winner .winner-month-title .winner-month {
    vertical-align: top;
    padding-top: 7px;
    text-transform: uppercase; }
    @media screen and (max-width: 950px) {
      .slider-text-winner .winner-month-title .winner-month {
        text-align: left;
        padding-bottom: 25px; } }
    .slider-text-winner .winner-month-title .winner-month .about-month {
      font-size: 1.034em; }
    .slider-text-winner .winner-month-title .winner-month .about-category {
      padding-top: 4px;
      font-size: 0.97em; }
    .slider-text-winner .winner-month-title .winner-month span {
      display: block; }
  .slider-text-winner .winner-subtitle {
    padding: 19px 0 8px;
    font-size: 1.375em;
    line-height: 1.4em; }
  .slider-text-winner .winner-text {
    line-height: 1.4em;
    padding-bottom: 24px;
    font-style: italic; }
  .slider-text-winner .img-winner.showmob {
    display: none; }
    @media screen and (max-width: 950px) {
      .slider-text-winner .img-winner.showmob {
        display: block; } }

.slick-list.draggable {
  padding: 0 !important; }
.slick-list .slick-slide {
  outline: none; }

.sp-section {
  position: relative; }
  .sp-section .slick-dots {
    list-style: none;
    cursor: pointer;
    position: absolute;
    bottom: 73px;
    left: 0;
    right: 0;
    text-align: center; }
    .sp-section .slick-dots li.slick-active a {
      color: #58595B; }
    .sp-section .slick-dots li a {
      color: #808285;
      font-size: 1.8em;
      padding: 0 1.4px; }

/* Mobile menu  */
input.mob-menu {
  position: fixed;
  opacity: 0;
  display: none; }

.burger-text {
  text-transform: uppercase;
  font-size: 0.65em;
  display: block;
  letter-spacing: 0.06em; }
  .burger-text a {
    text-decoration: none;
    height: 50px;
    display: block;
    vertical-align: middle;
    line-height: 50px; }
  .burger-text i {
    font-style: normal; }
  .burger-text.burger-title {
    margin-left: 30px;
    margin-top: 2px; }
  .burger-text.subphoto {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 110;
    height: 50px;
    display: none;
    width: 120px;
    text-align: left; }
    @media screen and (max-width: 950px) {
      .burger-text.subphoto {
        display: block; } }
    .burger-text.subphoto.sticky {
      bottom: 0;
      top: 0px; }
    .burger-text.subphoto:hover svg {
      animation-name: ckw; }
  .burger-text svg {
    margin: 0 8px -2px 0;
    animation-duration: 1s;
    transform-origin: 50% 50%; }

@keyframes ckw {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
label.mob-menu {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #0186CD;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75px; }
  @media screen and (max-width: 950px) {
    label.mob-menu {
      height: 50px; } }
  label.mob-menu::before {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(18, 67, 100, 0.6);
    content: '';
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.burger, .navigator-burger {
  position: absolute;
  top: 18px;
  right: 70px;
  z-index: 3;
  width: 20px;
  height: 2em;
  margin: 0;
  padding: 0;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .burger::before,
  .burger .bar, .burger::after, .navigator-burger::before,
  .navigator-burger .bar, .navigator-burger::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    content: '';
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
  .burger .bar, .navigator-burger .bar {
    top: 6px; }
  .burger::before, .navigator-burger::before {
    top: 0;
    transform-origin: top left; }
  .burger::after, .navigator-burger::after {
    top: 12px;
    transform-origin: bottom left; }

input.mob-menu:focus + label .burger,
label.mob-menu:hover .burger {
  opacity: .75; }

nav {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateX(-100%);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  padding-top: 20px; }
  nav::before {
    position: absolute;
    top: 0px;
    bottom: -20px;
    z-index: -1;
    width: 100%;
    background: #0b5e8e;
    content: '';
    transform: scaleY(0) translateX(100%);
    transform-origin: top right;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-box-shadow: inset 0px 10px 13px -6px #005985;
    -moz-box-shadow: inset 0px 10px 13px -6px #005985;
    box-shadow: inset 0px 10px 13px -6px #005985; }
  nav a {
    letter-spacing: 0.07em;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
    transform: translateX(-100%);
    transition: color .15s, transform .5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.7;
    font-size: 0.7em; }
    nav a:nth-child(1) {
      transition-delay: 0s, 100ms; }
    nav a:nth-child(2) {
      transition-delay: 0s, 150ms; }
    nav a:nth-child(3) {
      transition-delay: 0s, 200ms; }
    nav a:nth-child(4) {
      transition-delay: 0s, 250ms; }
    nav a:nth-child(5) {
      transition-delay: 0s, 300ms; }
    nav a:nth-child(6) {
      transition-delay: 0s, 350ms; }
    nav a:hover, nav a:focus {
      opacity: 1; }
  nav.sticky {
    top: 75px !important; }
    @media screen and (max-width: 950px) {
      nav.sticky {
        top: 50px !important; } }

main {
  overflow: hidden;
  background-color: #ffffff; }
  main section {
    transform: translate3d(0, 0, 0);
    /* material acceleration */
    will-change: transform, filter;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

[id="navcheck"]:checked + label::before {
  opacity: 1;
  pointer-events: auto; }
[id="navcheck"]:checked + label .burger::before, [id="navcheck"]:checked + label .burger::after {
  width: 20px; }
[id="navcheck"]:checked + label .burger::before {
  transform: rotate(45deg) translateY(-50%); }
[id="navcheck"]:checked + label .burger::after {
  transform: rotate(-45deg) translateY(50%); }
[id="navcheck"]:checked + label .burger .bar {
  transform: scale(0.1); }
[id="navcheck"]:checked ~ nav {
  transform: translateX(0); }
  [id="navcheck"]:checked ~ nav::before {
    transform: scaleY(1) translateX(0); }
  [id="navcheck"]:checked ~ nav a {
    transform: translateX(0); }
[id="navcheck"]:checked ~ main section {
  transform: translateY(3em);
  transform-origin: left center;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  /* quite laggy :S */ }

/* /Mobile menu  */
.mob-menu {
  visibility: hidden; }
  @media screen and (max-width: 950px) {
    .mob-menu {
      visibility: visible; } }

/* Effect 1: Brackets */
.brackets a::before,
.brackets a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s; }

.brackets a::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px); }

.brackets a::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px); }

.brackets a:hover::before,
.brackets a:hover::after,
.brackets a:focus::before,
.brackets a:focus::after,
.brackets .active a::before,
.brackets .active a::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px); }

.sticky {
  position: fixed !important;
  top: 0;
  z-index: 99; }

.showmob {
  display: none; }
  @media screen and (max-width: 950px) {
    .showmob {
      display: block; } }

.hidemob {
  display: block; }
  @media screen and (max-width: 950px) {
    .hidemob {
      display: none; } }

.basic-text {
  font-size: 1.25em;
  line-height: 1.45em; }

.hidden {
  display: none; }

*:focus {
  outline: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .btn:before, .mini_logo:before, ul.basic-text li:before {
    /* Reference the @2x Sprite */
    background-image: url(../img/sprite@2x.png);
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 45px 161px; } }
.ajax-button {
  position: relative;
  text-align: center; }

.loading {
  font-size: 0 !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 100px !important;
  padding: 0 !important;
  border: 2px solid #0186CD !important;
  border-bottom: 2px solid rgba(1, 134, 205, 0.5) !important;
  border-left: 2px solid rgba(255, 255, 255, 0) !important;
  background-color: transparent !important;
  animation-name: rotateAnimation;
  -webkit-animation-name: wk-rotateAnimation;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes wk-rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
.btn-svg {
  color: #ffffff;
  font-size: 18px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -8px;
  opacity: 0;
  pointer-events: none; }
  .btn-svg.finish {
    opacity: 1; }

.hide-loading {
  opacity: 0;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important; }

#top-menu {
  background-color: #000;
  margin-bottom: 0;
  padding: 11px 35px;
  height: 84px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  z-index: 12; }
  @media screen and (max-width: 600px) {
    #top-menu {
      height: 68px; } }
  @media screen and (max-width: 600px) {
    #top-menu {
      padding: 11px 15px; } }
  #top-menu .info-left {
    width: 30%; }
    @media screen and (max-width: 950px) {
      #top-menu .info-left {
        width: 45%; } }
  @media screen and (max-width: 950px) {
    #top-menu .info-right {
      display: inline-block;
      width: 40%; } }
  #top-menu .navigator-logo {
    padding: 15px 15px; }
    @media screen and (max-width: 600px) {
      #top-menu .navigator-logo {
        padding: 15px 0;
        max-width: 100%;
        vertical-align: middle;
        height: auto; } }
  #top-menu .navigator-menu {
    list-style: none;
    padding: 8px 0; }
    @media screen and (max-width: 600px) {
      #top-menu .navigator-menu {
        padding: 0; } }
    #top-menu .navigator-menu li {
      cursor: pointer; }
      @media screen and (max-width: 950px) {
        #top-menu .navigator-menu li {
          display: none; } }
      #top-menu .navigator-menu li a, #top-menu .navigator-menu li .exp {
        padding: 15px;
        display: block;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        text-decoration: none;
        text-transform: uppercase; }
        #top-menu .navigator-menu li a:hover, #top-menu .navigator-menu li .exp:hover {
          color: #0186CD; }
      #top-menu .navigator-menu li .exp {
        display: inline;
        cursor: pointer;
        padding: 15px 0; }
      #top-menu .navigator-menu li.explore-btn {
        position: relative;
        background-color: #222222;
        padding: 15px 15px 15px 47px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        @media screen and (max-width: 950px) {
          #top-menu .navigator-menu li.explore-btn {
            display: block;
            width: 131px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            float: right; } }
        #top-menu .navigator-menu li.explore-btn .navigator-burger {
          top: 17px;
          right: 96px; }
        #top-menu .navigator-menu li.explore-btn:hover, #top-menu .navigator-menu li.explore-btn.opened {
          background-color: #000; }
          #top-menu .navigator-menu li.explore-btn:hover .exp, #top-menu .navigator-menu li.explore-btn.opened .exp {
            color: #0186CD; }
          #top-menu .navigator-menu li.explore-btn:hover .navigator-burger:before, #top-menu .navigator-menu li.explore-btn:hover .navigator-burger:after, #top-menu .navigator-menu li.explore-btn:hover .navigator-burger .bar, #top-menu .navigator-menu li.explore-btn.opened .navigator-burger:before, #top-menu .navigator-menu li.explore-btn.opened .navigator-burger:after, #top-menu .navigator-menu li.explore-btn.opened .navigator-burger .bar {
            background: #0186CD; }
      #top-menu .navigator-menu li.opened .navigator-burger::before, #top-menu .navigator-menu li.opened .navigator-burger::after {
        width: 20px; }
      #top-menu .navigator-menu li.opened .navigator-burger::before {
        transform: rotate(45deg) translateY(-50%); }
      #top-menu .navigator-menu li.opened .navigator-burger::after {
        transform: rotate(-45deg) translateY(50%); }
      #top-menu .navigator-menu li.opened .navigator-burger .bar {
        transform: scale(0.1); }
      #top-menu .navigator-menu li.opened .navigator-burger {
        top: 17px;
        right: auto;
        left: 15px; }

.dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  background: #f1f0f0;
  padding-bottom: 0;
  position: absolute;
  z-index: 200;
  display: none;
  top: 84px; }
  @media screen and (max-width: 950px) {
    .dropdown-menu {
      top: 68px;
      background: #222222; } }
  .dropdown-menu.open-menu {
    display: block; }
  .dropdown-menu .mega-menu {
    padding: 10px 50px; }
    @media screen and (max-width: 950px) {
      .dropdown-menu .mega-menu {
        padding: 10px 30px; } }
  .dropdown-menu ul {
    list-style: none; }
    .dropdown-menu ul.zero-level {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 950px) {
        .dropdown-menu ul.zero-level {
          display: block; } }
    .dropdown-menu ul .first-level {
      width: 25%;
      vertical-align: top; }
      @media screen and (max-width: 950px) {
        .dropdown-menu ul .first-level {
          display: block;
          width: 200px; } }
      .dropdown-menu ul .first-level a {
        color: #999;
        padding: 8px 0;
        text-decoration: none;
        font-size: 0.9em;
        display: block; }
        .dropdown-menu ul .first-level a:hover {
          color: #337ab7; }
    .dropdown-menu ul .mobile-level {
      display: none; }
      @media screen and (max-width: 950px) {
        .dropdown-menu ul .mobile-level {
          display: block; } }
    .dropdown-menu ul.second-level {
      padding-left: 15px; }
    .dropdown-menu ul h3 {
      color: #000;
      font-size: 1.067em;
      text-transform: uppercase;
      margin: 20px 0 10px; }
      @media screen and (max-width: 950px) {
        .dropdown-menu ul h3 {
          color: #ffffff; }
          .dropdown-menu ul h3 a {
            text-decoration: none;
            color: #ffffff; } }
  .dropdown-menu .after-menu {
    background: #dcdcdc;
    text-align: center;
    padding: 20px 0; }
    @media screen and (max-width: 950px) {
      .dropdown-menu .after-menu {
        background: #222222; } }
    .dropdown-menu .after-menu li {
      padding: 0 15px; }
      .dropdown-menu .after-menu li a {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .dropdown-menu .after-menu li a path {
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        .dropdown-menu .after-menu li a:hover {
          color: #0186CD; }
          .dropdown-menu .after-menu li a:hover path {
            fill: #0186CD !important; }
    .dropdown-menu .after-menu .m-title {
      color: #000;
      font-size: 0.9em;
      text-transform: uppercase;
      padding: 0; }
      @media screen and (max-width: 950px) {
        .dropdown-menu .after-menu .m-title {
          color: #ffffff; } }
    @media screen and (max-width: 950px) {
      .dropdown-menu .after-menu .hub-btn {
        margin-top: 5px; } }
    .dropdown-menu .after-menu .hub-btn a {
      font-size: 0.9em;
      text-transform: uppercase;
      padding: 0;
      border: 1px solid #0186CD;
      padding: 10px 35px 10px 15px;
      position: relative;
      margin-left: 15px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: block;
      color: #0186CD;
      text-decoration: none; }
      .dropdown-menu .after-menu .hub-btn a:hover {
        background-color: #0186CD;
        color: #ffffff; }
        .dropdown-menu .after-menu .hub-btn a:hover path {
          fill: #ffffff !important; }
    .dropdown-menu .after-menu .hub-btn svg {
      position: absolute;
      right: 15px;
      top: 11px; }

.footer-block .footer-social {
  background: #1a1a1a;
  color: #f2f2f2;
  padding: 20px 0 30px;
  text-align: center; }
  .footer-block .footer-social ul li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .footer-block .footer-social ul li a path {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .footer-block .footer-social ul li a:hover {
      color: #0186CD; }
      .footer-block .footer-social ul li a:hover path {
        fill: #0186CD !important; }
  .footer-block .footer-social ul.social-menu li {
    padding: 2px 10px;
    font-size: 0.8em;
    letter-spacing: 0.7px; }
  .footer-block .footer-social ul.social-icons {
    padding: 10px 0 0;
    font-size: 0.7em; }
    @media screen and (max-width: 950px) {
      .footer-block .footer-social ul.social-icons li {
        padding: 12px 10px; } }
    .footer-block .footer-social ul.social-icons a {
      color: #999;
      display: block;
      padding: 2px 16px 2px 24px;
      position: relative; }
      .footer-block .footer-social ul.social-icons a svg {
        position: absolute; }
      .footer-block .footer-social ul.social-icons a.fbFooter svg {
        left: 10px;
        top: 0px; }
      .footer-block .footer-social ul.social-icons a.twitFooter svg {
        left: 4px;
        top: 1px; }
      .footer-block .footer-social ul.social-icons a.youtubeFooter svg {
        left: 5px;
        top: 0px; }
      .footer-block .footer-social ul.social-icons a.instaFooter svg {
        left: 8px;
        top: 2px; }
.footer-block .footer-main {
  padding: 30px 0;
  background: #212121;
  text-align: center; }
.footer-block .partnersList {
  padding-bottom: 20px; }
  .footer-block .partnersList li {
    vertical-align: top;
    padding: 0 5px; }
.footer-block .copyright {
  width: 60%;
  margin: 0 auto;
  border-top: 1px solid #333;
  color: #7f8084;
  padding: 20px 0;
  font-size: 0.7em;
  text-transform: uppercase; }
  .footer-block .copyright span {
    vertical-align: middle; }
    @media screen and (max-width: 950px) {
      .footer-block .copyright span {
        margin: 10px 0;
        line-height: 1.3em; } }
  .footer-block .copyright a {
    color: #7f8084;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .footer-block .copyright a:hover {
      color: #0186CD; }
  .footer-block .copyright img {
    margin-right: 15px; }

.overlay {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  background: rgba(35, 31, 32, 0.79); }

.formSubscribe {
  position: fixed;
  width: 345px;
  background: #0186CD;
  max-height: 235px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
  padding: 28px 40px 40px; }
  .formSubscribe .email-sent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.45); }
    .formSubscribe .email-sent svg {
      position: absolute;
      top: 50%;
      left: 50%; }
  .formSubscribe .close {
    display: block;
    opacity: 1;
    margin-bottom: 20px;
    top: 7px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    animation-duration: 1s;
    transform-origin: 50% 50%; }
    .formSubscribe .close:hover {
      animation-name: ckw; }
  .formSubscribe .smallFont {
    text-align: left;
    padding-bottom: 8px; }
  .formSubscribe .subscribe {
    border: 2px solid #0186CD;
    display: block;
    color: #0186CD;
    background-color: #ffffff;
    padding: 13px 32px 13px 30px;
    margin: 26px auto 0;
    font-size: 0.78em;
    letter-spacing: 0.01em;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 48px; }
    .formSubscribe .subscribe:hover {
      display: block;
      background-color: #0186CD;
      border: 2px solid #ffffff;
      color: #ffffff; }
  .formSubscribe .check {
    display: block;
    height: 30px; }
    .formSubscribe .check .checkboxText {
      font-size: 0.9em;
      font-weight: 400;
      padding-top: 8px;
      position: relative;
      top: -2px; }
    .formSubscribe .check #terms {
      text-align: right;
      width: 20px;
      margin-top: 9px; }
  .formSubscribe .bigFont {
    font-size: 1.07em;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
    @media screen and (max-width: 480px) {
      .formSubscribe .bigFont {
        font-size: 1.02em; } }
  .formSubscribe .error-form {
    position: absolute;
    font-size: 0.7em;
    padding: 5px 0; }
  .formSubscribe input {
    font-family: "Lato", sans-serif;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 20px 13px 20px;
    border: 1px solid #a9a9a9;
    transition: 0.4s;
    background: transparent;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out; }
  @media screen and (max-width: 480px) {
    .formSubscribe {
      width: 230px;
      padding: 28px 25px 40px;
      max-height: 265px; } }

/*# sourceMappingURL=main.css.map */
