/* BASICS                                                                                        BASICS */
/* ---------------------------------------------------------------------------------------------------- */
/* XXS COLUMNS                                                                              XXS COLUMNS */
/* ---------------------------------------------------------------------------------------------------- */
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left; }

@media screen and (max-width: 480px) {
  .col-xxs-pull-12 {
    right: 100%; }

  .col-xxs-pull-11 {
    right: 91.66666667%; }

  .col-xxs-pull-10 {
    right: 83.33333333%; }

  .col-xxs-pull-9 {
    right: 75%; }

  .col-xxs-pull-8 {
    right: 66.66666667%; }

  .col-xxs-pull-7 {
    right: 58.33333333%; }

  .col-xxs-pull-6 {
    right: 50%; }

  .col-xxs-pull-5 {
    right: 41.66666667%; }

  .col-xxs-pull-4 {
    right: 33.33333333%; }

  .col-xxs-pull-3 {
    right: 25%; }

  .col-xxs-pull-2 {
    right: 16.66666667%; }

  .col-xxs-pull-1 {
    right: 8.33333333%; }

  .col-xxs-pull-0 {
    right: auto; }

  .col-xxs-push-12 {
    left: 100%; }

  .col-xxs-push-11 {
    left: 91.66666667%; }

  .col-xxs-push-10 {
    left: 83.33333333%; }

  .col-xxs-push-9 {
    left: 75%; }

  .col-xxs-push-8 {
    left: 66.66666667%; }

  .col-xxs-push-7 {
    left: 58.33333333%; }

  .col-xxs-push-6 {
    left: 50%; }

  .col-xxs-push-5 {
    left: 41.66666667%; }

  .col-xxs-push-4 {
    left: 33.33333333%; }

  .col-xxs-push-3 {
    left: 25%; }

  .col-xxs-push-2 {
    left: 16.66666667%; }

  .col-xxs-push-1 {
    left: 8.33333333%; }

  .col-xxs-push-0 {
    left: auto; }

  .col-xxs-offset-12 {
    margin-left: 100%; }

  .col-xxs-offset-11 {
    margin-left: 91.66666667%; }

  .col-xxs-offset-10 {
    margin-left: 83.33333333%; }

  .col-xxs-offset-9 {
    margin-left: 75%; }

  .col-xxs-offset-8 {
    margin-left: 66.66666667%; }

  .col-xxs-offset-7 {
    margin-left: 58.33333333%; }

  .col-xxs-offset-6 {
    margin-left: 50%; }

  .col-xxs-offset-5 {
    margin-left: 41.66666667%; }

  .col-xxs-offset-4 {
    margin-left: 33.33333333%; }

  .col-xxs-offset-3 {
    margin-left: 25%; }

  .col-xxs-offset-2 {
    margin-left: 16.66666667%; }

  .col-xxs-offset-1 {
    margin-left: 8.33333333%; }

  .col-xxs-offset-0 {
    margin-left: 0; }

  .col-xxs-1 {
    width: 8.33333333%; }

  .col-xxs-2 {
    width: 16.66666667%; }

  .col-xxs-3 {
    width: 25%; }

  .col-xxs-4 {
    width: 33.33333333%; }

  .col-xxs-5 {
    width: 41.66666667%; }

  .col-xxs-6 {
    width: 50%; }

  .col-xxs-7 {
    width: 58.33333333%; }

  .col-xxs-8 {
    width: 66.66666667%; }

  .col-xxs-9 {
    width: 75%; }

  .col-xxs-10 {
    width: 83.33333333%; }

  .col-xxs-11 {
    width: 91.66666667%; }

  .col-xxs-12 {
    width: 100%; } }
/* RESPONSIVE ALIGNMENT                                                            RESPONSIVE ALIGNMENT */
/* ---------------------------------------------------------------------------------------------------- */
.text-xxs-left {
  text-align: left; }

.text-xxs-right {
  text-align: right; }

.text-xxs-center {
  text-align: center; }

.text-xxs-justify {
  text-align: justify; }

@media (min-width: 481px) {
  .text-xs-left {
    text-align: left; }

  .text-xs-right {
    text-align: right; }

  .text-xs-center {
    text-align: center; }

  .text-xs-justify {
    text-align: justify; } }
@media (min-width: 769px) {
  .text-sm-left {
    text-align: left; }

  .text-sm-right {
    text-align: right; }

  .text-sm-center {
    text-align: center; }

  .text-sm-justify {
    text-align: justify; } }
@media (min-width: 993px) {
  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .text-md-center {
    text-align: center; }

  .text-md-justify {
    text-align: justify; } }
@media (min-width: 1201px) {
  .text-lg-left {
    text-align: left; }

  .text-lg-right {
    text-align: right; }

  .text-lg-center {
    text-align: center; }

  .text-lg-justify {
    text-align: justify; } }
/* RESPONSIVE ALIGNMENT                                                            RESPONSIVE ALIGNMENT */
/* ---------------------------------------------------------------------------------------------------- */
.visible-xxs {
  display: none; }

@media (max-width: 480px) {
  .visible-xxs {
    display: inherit; }

  .hidden-xxs {
    display: none; } }
/* COLORS                                                                                        COLORS */
/* ---------------------------------------------------------------------------------------------------- */
/* CONTENT                                                                                      CONTENT */
/* ---------------------------------------------------------------------------------------------------- */
/* COVER IMAGE                                                                              COVER IMAGE */
/* ---------------------------------------------------------------------------------------------------- */
.cover {
  position: relative; }
  .cover h1 {
    position: absolute;
    left: -5px;
    bottom: 20px;
    padding: 15px 35px;
    color: #fff;
    background-color: rgba(16, 116, 192, 0.9); }
  @media only screen and (max-width: 767px) {
    .cover h1 {
      position: relative;
      left: 0;
      padding: 15px 35px;
      color: #fff;
      background-color: #1074c0; } }

.main-content h4 {
  margin-bottom: -15px; }
.main-content .iframe-responsive {
  width: 100%;
  min-height: 400px;
  border: none;
  border: 1px solid #ccc; }

.contacts-well {
  margin-top: 45px; }

.google-maps {
  position: relative;
  margin-top: 20px;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  @media only screen and (max-width: 767px) {
    .google-maps {
      margin-top: 0; } }
  @media only screen and (max-width: 479px) {
    .google-maps {
      margin-top: 20px; } }

/* BUTTONS                                                                                      BUTTONS */
/* ---------------------------------------------------------------------------------------------------- */
.btn {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) ;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) ;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) ; }
  .btn:active, .btn:focus {
    outline: none;
    border: none; }

.btn-lg {
  font-size: 20px;
  padding: 10px 25px; }

.btn-action {
  color: #fff;
  background-color: #1074c0; }
  .btn-action:hover, .btn-action:active, .btn-action:focus {
    color: #fff;
    background-color: #1074c0; }

.btn-soft {
  color: #1074c0;
  background-color: rgba(16, 116, 192, 0.3);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .btn-soft:hover, .btn-soft:active, .btn-soft:focus {
    color: #fff;
    background-color: #1074c0; }

/* WELL                                                                                            WELL */
/* ---------------------------------------------------------------------------------------------------- */
.well {
  background-color: rgba(16, 116, 192, 0.1);
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box; }
  .well h4 {
    margin-bottom: 0; }
    .well h4:first-child {
      margin-top: 0; }

/* PANELS                                                                                        PANELS */
/* ---------------------------------------------------------------------------------------------------- */
.panel > a div span {
  margin-right: 10px;
  line-height: 1; }
  .panel > a div span:before {
    font-family: 'Ionicons';
    content: '\f126'; }
.panel > a.collapsed div span:before {
  font-family: 'Ionicons';
  content: '\f123'; }
.panel > a:hover, .panel > a:active, .panel > a:focus {
  text-decoration: none; }

.panel-shadow {
  margin-bottom: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) ;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) ;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) ; }

/* BODY                                                                                            BODY */
/* ---------------------------------------------------------------------------------------------------- */
html, body {
  height: 100%; }

body {
  padding-top: 150px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333; }

a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

h1, h2, h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }

h1 {
  margin: 20px 0 0 0;
  font-size: 40px;
  letter-spacing: -1px; }

h4 {
  margin-top: 25px;
  margin-bottom: 0; }

p, ul {
  margin-top: 25px;
  margin-bottom: 0; }

hr {
  margin-top: 40px;
  margin-bottom: 40px; }

.vcenter {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media only screen and (max-width: 991px) {
  body {
    padding-top: 80px; } }
form {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 100%; }
  form .form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box; }
  form .form-group {
    position: relative; }
    form .form-group.required .control-label:after {
      position: absolute;
      top: -4px;
      margin-left: 4px;
      font-family: 'Arial', 'Helvetica', sans-serif;
      font-size: 22px;
      font-weight: bold;
      content: "*";
      color: red; }
    form .form-group .text-danger {
      margin: 0 11px;
      padding: 2px 10px;
      font-size: 14px;
      color: aa0000;
      background-color: #ffc4c4;
      -moz-border-radius: 0 0 5px 5px;
      -webkit-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px;
      background-clip: padding-box; }
    form .form-group.rrequired {
      height: 0 !important;
      overflow: hidden; }
  form .waiting, form .form-ok, form .form-not-ok {
    position: absolute;
    top: -2%;
    left: -2%;
    width: 104%;
    height: 104%;
    text-align: center;
    background-color: #fff;
    display: none; }
  form button[type='submit']:active, form button[type='submit']:focus {
    outline: none;
    border: none; }

/* PAGINATION                                                                                PAGINATION */
/* ---------------------------------------------------------------------------------------------------- */
.pagination-area {
  margin-top: 20px;
  text-align: center; }
  .pagination-area .pagination li a {
    margin-left: 1px;
    color: #1074c0;
    background-color: rgba(16, 116, 192, 0.3);
    border: none; }
    .pagination-area .pagination li a.active {
      background-color: rgba(16, 116, 192, 0.5); }
    .pagination-area .pagination li a:hover, .pagination-area .pagination li a:active, .pagination-area .pagination li a:focus {
      color: #fff;
      background-color: #1074c0; }

/* AJAX                                                                                            AJAX */
/* ---------------------------------------------------------------------------------------------------- */
.waiting .spinner, .form-ok .spinner, .form-not-ok .spinner {
  display: inline-block;
  border-bottom: 8px solid rgba(16, 116, 192, 0.1);
  border-left: 8px solid rgba(16, 116, 192, 0.1);
  border-right: 8px solid rgba(16, 116, 192, 0.1);
  border-top: 8px solid #1074c0;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  animation: rot .4s infinite linear;
  position: relative; }
@keyframes rot {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
/* PARTS                                                                                          PARTS */
/* ---------------------------------------------------------------------------------------------------- */
/* NAVIGATION                                                                                NAVIGATION */
/* ---------------------------------------------------------------------------------------------------- */
#site-top {
  background-color: #1074c0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) ;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) ;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) ;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  #site-top .container {
    position: relative; }
  #site-top #top-logo {
    margin: 10px 0 15px 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    #site-top #top-logo img {
      max-height: 125px; }
    #site-top #top-logo.small-logo {
      height: 40px;
      margin: 5px 15px; }
      #site-top #top-logo.small-logo img {
        height: 100%; }
  #site-top #top-features {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.5rem 1rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    #site-top #top-features a {
      display: inline-block;
      padding: 0.4rem 1rem;
      margin: 0 1rem;
      text-decoration: none;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.2); }
      #site-top #top-features a:visited, #site-top #top-features a:hover, #site-top #top-features a:active {
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.4); }
      #site-top #top-features a .icon {
        display: inline-block;
        float: left;
        width: 38px;
        height: 38px;
        margin-right: 1rem; }
      #site-top #top-features a .top-label {
        display: inline-block;
        float: left; }
  #site-top #top-navigation {
    margin-top: 100px; }
    #site-top #top-navigation.small-navigation {
      margin-top: 0; }
  #site-top ul.navbar-nav li a {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #cde9ff; }
    #site-top ul.navbar-nav li a:hover {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.5); }
  #site-top .navbar-toggle {
    border: 1px solid rgba(255, 255, 255, 0.34);
    z-index: 10000; }
    #site-top .navbar-toggle .icon-bar {
      background-color: #fff; }

#site-top.small-nav #top-features {
  margin-top: -6rem; }

@media only screen and (max-width: 991px) {
  #site-top #top-logo img {
    height: 55px; }
  #site-top #top-navigation {
    margin-top: 80px; } }
@media only screen and (max-width: 991px) {
  #site-top #top-logo img {
    height: 55px; }
  #site-top #top-navigation {
    margin-top: 80px; } }
@media (max-width: 767.98px) {
  #site-top #top-features {
    left: 11rem;
    width: 275px; } }
@media (max-width: 490px) {
  #site-top #top-features {
    width: 160px; }
    #site-top #top-features a .icon {
      margin-right: 0rem !important; }
    #site-top #top-features a .top-label {
      display: none; } }
/* NAVIGATION                                                                                NAVIGATION */
/* ---------------------------------------------------------------------------------------------------- */
#event-top {
  background-color: #000;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) ;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) ;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) ;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  #event-top #event-title {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: -3px; }
    #event-top #event-title h1 {
      margin: 13px 0 0 0; }
      #event-top #event-title h1 a {
        color: #eee; }
        #event-top #event-title h1 a:hover, #event-top #event-title h1 a:active, #event-top #event-title h1 a:focus {
          color: #eee;
          text-decoration: none; }
  #event-top #top-navigation {
    margin: 0; }
    #event-top #top-navigation.small-navigation {
      margin-top: 0; }
  #event-top ul.navbar-nav li a {
    padding: 25px 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    color: #eee; }
    #event-top ul.navbar-nav li a:hover {
      color: #eee;
      background-color: rgba(255, 255, 255, 0.3); }
  #event-top .navbar-toggle .icon-bar {
    background-color: #eee; }
  #event-top .by {
    color: #eee; }
    #event-top .by .by-text {
      vertical-align: top;
      margin-left: 0px; }
    #event-top .by img {
      padding-top: 3px; }
    #event-top .by .wetiming-little-logo {
      margin-top: -5px; }
  @media only screen and (max-width: 767px) {
    #event-top .by .by-text {
      margin-left: 15px; } }

/* CAROUSEL                                                                                    CAROUSEL */
/* ---------------------------------------------------------------------------------------------------- */
#home-carousel {
  height: 70%; }
  #home-carousel .item .fill {
    position: absolute; }
  #home-carousel .container {
    height: 100%; }
  #home-carousel .carousel-caption {
    position: relative;
    width: 400px;
    height: 445px;
    left: 90px;
    top: 0;
    padding: 30px 45px 30px;
    font-size: 18px;
    line-height: 1.4;
    text-shadow: none;
    background-color: rgba(16, 116, 192, 0.7); }
    #home-carousel .carousel-caption h2 {
      font-size: 40px; }
    #home-carousel .carousel-caption .btn-primary {
      margin-top: 30px;
      color: #1074c0;
      background-color: #fff; }
      #home-carousel .carousel-caption .btn-primary:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.5); }
    @media only screen and (max-width: 1199px) {
      #home-carousel .carousel-caption {
        width: 350px;
        font-size: 16px; }
        #home-carousel .carousel-caption h2 {
          font-size: 30px; } }
    @media only screen and (max-width: 991px) {
      #home-carousel .carousel-caption {
        width: 515px;
        padding-top: 60px;
        font-size: 17px; } }
    @media (max-width: 767px) {
      #home-carousel .carousel-caption {
        width: 100%;
        height: 445px;
        left: 0; } }
  #home-carousel .carousel-control {
    width: 90px; }
    #home-carousel .carousel-control .icon-next, #home-carousel .carousel-control .icon-prev {
      margin-top: -50px;
      font-size: 100px;
      opacity: 1;
      filter: alpha(opacity=100); }
    @media (max-width: 767px) {
      #home-carousel .carousel-control {
        display: none; } }
  #home-carousel .carousel-indicators {
    bottom: 10px; }
    #home-carousel .carousel-indicators li {
      width: 20px;
      height: 20px;
      margin: 0 5px;
      border-width: 2px;
      opacity: 0.4;
      filter: alpha(opacity=40); }

/* OWL CAROUSEL                                                                            OWL CAROUSEL */
/* ---------------------------------------------------------------------------------------------------- */
header.carousel {
  height: 50%; }

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
  height: 100%; }

header.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }

.carousel-content {
  margin-top: 0;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .carousel-content {
      padding-left: 0;
      padding-right: 0; } }

.owl-carousel {
  margin-bottom: 0;
  background-color: pink; }

.owl-item > div {
  position: relative;
  height: 100%; }
  .owl-item > div a {
    display: block;
    overflow: hidden; }
.owl-item .carousel-caption {
  position: absolute;
  left: 12%;
  right: 12%;
  margin-bottom: 17px;
  padding: 20px 30px 6px 30px;
  text-shadow: none;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer; }
  .owl-item .carousel-caption.transparent {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .owl-item .carousel-caption h2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 35px;
    letter-spacing: -2px; }
  .owl-item .carousel-caption .slide-body {
    color: #606060;
    font-size: 18px; }
  .owl-item .carousel-caption .slide-action {
    margin-top: 25px;
    margin-bottom: 20px; }

.owl-controls .owl-pagination {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center; }
  .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    width: 40px;
    height: 7px;
    margin: 0 6px;
    background-color: rgba(255, 192, 203, 0.3);
    border: none;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .owl-controls .owl-pagination .owl-page.active {
      background-color: rgba(255, 192, 203, 0.9); }
.owl-controls .owl-buttons div {
  width: 0;
  background: none;
  background-color: rgba(255, 192, 203, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s 0.3s ease-out;
  -moz-transition: 0.2s 0.3s ease-out;
  -ms-transition: 0.2s 0.3s ease-out;
  -o-transition: 0.2s 0.3s ease-out;
  transition: 0.2s 0.3s ease-out; }
  .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
.owl-controls .owl-buttons .fa {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -30px;
  font-size: 60px;
  text-align: center;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.9);
  z-index: 5; }

.owl-carousel:hover .owl-buttons div {
  width: 10%;
  background-color: rgba(255, 192, 203, 0.3);
  opacity: 1;
  filter: alpha(opacity=100); }

@media only screen and (max-width: 992px) {
  .owl-carousel .owl-item {
    height: 350px;
    overflow: hidden; }
    .owl-carousel .owl-item a > img {
      max-width: none;
      height: 100%; }
    .owl-carousel .owl-item .carousel-caption h2 {
      font-size: 33px; } }
@media only screen and (max-width: 768px) {
  .owl-carousel .owl-item {
    height: 400px;
    overflow: hidden; }
    .owl-carousel .owl-item a > img {
      max-width: none;
      height: 100%; }
    .owl-carousel .owl-item .carousel-caption {
      right: 10%;
      left: 10%; }
  .owl-carousel .owl-buttons div {
    display: none; } }
@media only screen and (max-width: 480px) {
  .owl-carousel .owl-item {
    height: 400px;
    overflow: hidden; }
    .owl-carousel .owl-item a > img {
      max-width: none;
      height: 100%; }
    .owl-carousel .owl-item .carousel-caption {
      right: 5%;
      left: 5%; } }
/* HOME                                                                                            HOME */
/* ---------------------------------------------------------------------------------------------------- */
.slider-support {
  background-image: url("/site/templates/images/slider-back.jpg");
  background-position: top center;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .slider-support {
      width: 100%;
      height: 445px;
      left: 0; }
      .slider-support .container {
        padding-right: 0;
        padding-left: 0; } }

.company-info h2 {
  margin-top: 0; }
.company-info img {
  max-width: 100%; }

.event-image {
  display: block;
  position: relative;
  overflow: hidden; }
  .event-image .poster {
    position: absolute;
    width: 50%;
    top: 8px;
    right: -12px;
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-box-shadow: -1px -2px 6px rgba(0, 0, 0, 0.5) ;
    -moz-box-shadow: -1px -2px 6px rgba(0, 0, 0, 0.5) ;
    box-shadow: -1px -2px 6px rgba(0, 0, 0, 0.5) ; }

/* EVENTS                                                                                        EVENTS */
/* ---------------------------------------------------------------------------------------------------- */
.events-list {
  margin-top: 0; }

.event-listing {
  position: relative; }
  .event-listing .panel-body {
    padding: 0;
    overflow: hidden; }
    .event-listing .panel-body .banner-area {
      position: absolute;
      top: -1px;
      right: -1px;
      overflow: hidden;
      width: 200px;
      height: 200px; }
      .event-listing .panel-body .banner-area .banner {
        position: absolute;
        top: 38px;
        right: -57px;
        padding: 5px 50px;
        transform: rotate(45deg);
        font-family: "Roboto Condensed", sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #f7ae1a;
        background-color: #2f1947;
        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) ;
        -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) ;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) ; }
  .event-listing img {
    margin: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .event-listing .event-limit {
    height: 160px;
    overflow: hidden; }
    .event-listing .event-limit h3 {
      margin: 0;
      padding: 10px 15px;
      background-color: #1074c0;
      color: #cde9ff; }
    .event-listing .event-limit .event-description {
      padding: 10px 15px 0; }
  .event-listing .event-buttons {
    position: relative;
    padding: 0;
    border-top: 1px solid #eee;
    -webkit-box-shadow: 0 -20px 30px #fafafa ;
    -moz-box-shadow: 0 -20px 30px #fafafa ;
    box-shadow: 0 -20px 30px #fafafa ; }
    .event-listing .event-buttons .event-button {
      display: block;
      padding: 10px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      font-size: 26px;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: -1.2px;
      color: #1074c0; }
      .event-listing .event-buttons .event-button:hover {
        text-decoration: none;
        background-color: #1074c0;
        color: #cde9ff; }
  .event-listing .event-date {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 80px;
    height: 80px;
    padding: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    line-height: 0.9;
    text-align: center;
    color: #fff;
    background-color: #1074c0;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    background-clip: padding-box; }
    .event-listing .event-date .day {
      font-size: 35px; }
    .event-listing .event-date .month {
      font-size: 20px;
      font-weight: 300;
      text-transform: uppercase; }
  .event-listing .event-soon {
    position: absolute;
    top: 15px;
    left: -5px;
    height: 50px;
    padding: 8px 15px 8px 20px;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    background-color: #1074c0; }
    .event-listing .event-soon:after {
      position: absolute;
      right: -20px;
      top: 0;
      width: 0;
      height: 0;
      content: '';
      border-top: 25px solid #1074c0;
      border-right: 20px solid transparent;
      border-bottom: 25px solid #1074c0; }

/* RESULTS                                                                                      RESULTS */
/* ---------------------------------------------------------------------------------------------------- */
.results-header-event {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  border-top: 1px solid #ccc; }

.results-header-date {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-size: 17px;
  border-top: 1px solid #ccc; }

.results-header-options {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-size: 17px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .results-header-options .btn-command {
    margin: 0 4px;
    position: relative;
    padding-bottom: 5px;
    padding-left: 44px; }
    .results-header-options .btn-command:first-child {
      margin-left: 0; }
    .results-header-options .btn-command .command-icon {
      position: absolute;
      top: 0px;
      left: 14px;
      font-size: 23px; }
      .results-header-options .btn-command .command-icon.fa {
        font-size: 18px;
        top: 6px; }

.results-search {
  text-align: center;
  padding: 10px 0 33px;
  border-bottom: 1px solid #ccc; }
  .results-search input {
    display: inline-block;
    width: 350px !important; }
  .results-search button {
    display: inline-block;
    position: relative;
    top: 0px;
    left: -5px;
    float: none !important;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .results-search button i {
      margin-left: 10px;
      font-size: 18px;
      position: relative;
      top: 1px;
      line-height: 0; }
  @media only screen and (max-width: 767px) {
    .results-search button {
      top: -1px; }
    .results-search input {
      width: auto !important; } }

.results-table {
  margin-top: 20px; }
  .results-table.line-top {
    border-top: 1px solid #ccc; }
  .results-table.old {
    margin-top: 0; }
    .results-table.old .year {
      color: #fff;
      background-color: #1074c0; }
      .results-table.old .year i {
        margin-left: 10px; }
      .results-table.old .year:hover, .results-table.old .year:active, .results-table.old .year:focus {
        color: #fff;
        background-color: #0c5891; }
  .results-table > .row, .results-table > .old-results > .row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .results-table > .row.link, .results-table > .old-results > .row.link {
      cursor: pointer; }
    .results-table > .row a, .results-table > .old-results > .row a {
      color: #606060; }
      .results-table > .row a:hover, .results-table > .row a:active, .results-table > .row a:focus, .results-table > .old-results > .row a:hover, .results-table > .old-results > .row a:active, .results-table > .old-results > .row a:focus {
        text-decoration: none;
        color: #1074c0; }
    .results-table > .row:hover, .results-table > .row:active, .results-table > .row:focus, .results-table > .old-results > .row:hover, .results-table > .old-results > .row:active, .results-table > .old-results > .row:focus {
      background-color: rgba(204, 204, 204, 0.3); }
  .results-table .head-row > div > .row {
    border: none; }
    .results-table .head-row > div > .row > div {
      font-size: 10px; }
  .results-table.no-top-margin {
    margin-top: 0; }
  .results-table .additional-info {
    padding: 35px 15px 10px; }
    .results-table .additional-info .info-label {
      font-size: 11px; }
    .results-table .additional-info .buttons {
      padding: 0 15px; }
      .results-table .additional-info .buttons .btn {
        position: relative;
        margin-right: 15px; }
      .results-table .additional-info .buttons .icon-right {
        padding-right: 42px; }
        .results-table .additional-info .buttons .icon-right i {
          position: absolute;
          right: 12px;
          top: -2px;
          font-size: 25px; }
      .results-table .additional-info .buttons .btn-soft {
        color: #1074c0;
        background-color: rgba(16, 116, 192, 0.3);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .results-table .additional-info .buttons .btn-soft:hover, .results-table .additional-info .buttons .btn-soft:active, .results-table .additional-info .buttons .btn-soft:focus {
          color: #fff;
          background-color: #1074c0; }
  .results-table .btn-action {
    padding: 2px 10px;
    position: relative;
    top: -1px;
    font-size: 18px;
    line-height: 0; }

@media only screen and (max-width: 991px) {
  .additional-info .buttons .btn {
    margin-top: 10px; } }
/* TEAM                                                                                            TEAM */
/* ---------------------------------------------------------------------------------------------------- */
.team-member {
  margin-top: 30px; }
  .team-member h2 {
    margin-top: 0px; }
  .team-member h3 {
    margin-top: -8px;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 600;
    text-transform: none; }
  .team-member .member-id {
    display: inline-block;
    max-width: 270px;
    border-radius: 250px;
    overflow: hidden; }
  @media only screen and (max-width: 480px) {
    .team-member .member-id {
      margin-bottom: 15px; } }

/* FOOTER                                                                                        FOOTER */
/* ---------------------------------------------------------------------------------------------------- */
.partners {
  margin-top: 100px;
  padding: 0;
  border-top: 1px solid #eee; }
  .partners .container {
    padding-top: 0;
    padding-bottom: 20px; }
  .partners h3 {
    display: inline-block;
    position: relative;
    top: -15px;
    margin: 0;
    padding: 0 20px;
    color: #c7c7c7;
    background-color: #fff; }
  .partners .logos {
    padding: 20px 0; }
  .partners .partner {
    margin: 10px 20px; }

footer {
  margin: 0;
  padding: 0;
  color: #cde9ff;
  background-color: #1074c0; }
  footer .footer-body {
    padding-top: 0;
    padding-bottom: 30px; }
    footer .footer-body .row > div {
      margin-top: 30px; }
      @media only screen and (max-width: 991px) {
        footer .footer-body .row > div {
          text-align: center; } }
    footer .footer-body h4 {
      margin-bottom: 10px; }
      footer .footer-body h4:first-child {
        margin-top: 0; }
    footer .footer-body a {
      color: rgba(255, 255, 255, 0.5); }
      footer .footer-body a:hover {
        text-decoration: none;
        color: white; }
    footer .footer-body .social-icons {
      margin-top: 10px; }
      footer .footer-body .social-icons li {
        display: inline-block; }
        footer .footer-body .social-icons li .fa {
          margin: 5px;
          font-size: 25px; }
    footer .footer-body .page-list {
      margin-top: 10px; }
  footer .copyright {
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    footer .copyright a {
      color: rgba(255, 255, 255, 0.5); }
      footer .copyright a:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.9); }

/* EVENT                                                                                          EVENT */
/* ---------------------------------------------------------------------------------------------------- */
body.event {
  padding-top: 128px; }

/* COVER IMAGE                                                                              COVER IMAGE */
/* ---------------------------------------------------------------------------------------------------- */
.event-cover {
  position: relative;
  height: 430px;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center; }
  .event-cover .container {
    padding-top: 20px; }
    .event-cover .container .event-poster {
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) ;
      -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) ;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) ; }
    .event-cover .container .event-button {
      display: block;
      padding: 17px 20px;
      background-color: #fff;
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) ;
      -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) ;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) ; }
      .event-cover .container .event-button .event-date {
        text-align: center; }
        .event-cover .container .event-button .event-date .day {
          display: inline-block;
          font-size: 52px;
          font-weight: 800;
          letter-spacing: -2px;
          text-align: center;
          line-height: 1; }
        .event-cover .container .event-button .event-date .month {
          display: inline-block;
          font-size: 32px;
          font-weight: 800;
          letter-spacing: -2px;
          text-align: center;
          line-height: 1; }
      .event-cover .container .event-button .event-soon {
        text-align: center;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 300;
        font-size: 25px; }
      .event-cover .container .event-button .local {
        margin-top: 17px;
        padding-top: 10px;
        font-size: 18px;
        text-align: center;
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .event-cover .container .event-button .button {
        margin-top: 20px; }
        .event-cover .container .event-button .button .btn-action {
          color: #eee;
          background-color: #000; }
  .event-cover h1 {
    position: absolute;
    left: -5px;
    bottom: 20px;
    padding: 15px 35px;
    color: #fff;
    background-color: rgba(16, 116, 192, 0.9); }
  @media only screen and (max-width: 767px) {
    .event-cover h1 {
      position: relative;
      left: 0;
      padding: 15px 35px;
      color: #fff;
      background-color: #1074c0; } }

.event-content {
  margin-top: 108px;
  font-size: 17px; }
  .event-content p {
    margin-top: 20px;
    margin-bottom: 0; }
    .event-content p:first-child {
      margin-top: 0; }
  .event-content img {
    max-width: 100%; }
  .event-content .organization {
    margin-top: 30px;
    padding: 10px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black; }
    .event-content .organization h2 {
      margin-top: 0;
      margin-bottom: 3px; }

/* PANELS                                                                                        PANELS */
/* ---------------------------------------------------------------------------------------------------- */
.panel {
  margin-top: 25px;
  margin-bottom: 0;
  border: none;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .panel .panel-heading {
    color: #000;
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box; }
  .panel .panel-body {
    background-color: #fafafa; }

/* RESERVATION                                                                              RESERVATION */
/* ---------------------------------------------------------------------------------------------------- */
.event-reservation {
  margin-top: 30px; }
  .event-reservation .closed-reservations {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -1px; }

.reservation-button .btn-action {
  margin-top: 50px;
  padding: 10px 50px;
  font-size: 24px;
  color: #fff;
  background-color: #000; }

/* RESULTS                                                                                      RESULTS */
/* ---------------------------------------------------------------------------------------------------- */
.event-results {
  margin-top: 60px;
  text-align: center; }

/* FOOTER                                                                                        FOOTER */
/* ---------------------------------------------------------------------------------------------------- */
.supporter {
  display: inline-block;
  margin: 0 10px; }

footer.event-footer {
  color: #eee;
  background-color: #000; }

/* NEWSLETTER                                                                                NEWSLETTER */
/* ---------------------------------------------------------------------------------------------------- */
footer.event-footer form input {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: none; }
footer.event-footer form .waiting, footer.event-footer form .form-ok, footer.event-footer form .form-not-ok {
  background-color: #000; }
  footer.event-footer form .waiting .spinner, footer.event-footer form .form-ok .spinner, footer.event-footer form .form-not-ok .spinner {
    border-bottom: 8px solid rgba(170, 170, 170, 0.1);
    border-left: 8px solid rgba(170, 170, 170, 0.1);
    border-right: 8px solid rgba(170, 170, 170, 0.1);
    border-top: 8px solid #aaaaaa; }
footer.event-footer form #signup_button {
  background-color: rgba(170, 170, 170, 0.4); }

/* EU COOKIE LAW                                                                          EU COOKIE LAW */
/* ---------------------------------------------------------------------------------------------------- */
#eu_cookie {
  position: fixed;
  width: 100%;
  top: 0px;
  padding: 10px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 2.5;
  color: #ccc;
  background-color: #333;
  display: none;
  z-index: 10000; }
  #eu_cookie a {
    font-size: 15px;
    font-weight: normal;
    color: #ccc;
    text-decoration: none; }
    #eu_cookie a:hover {
      font-size: 15px;
      font-weight: normal;
      color: #ccc;
      text-decoration: underline; }
  #eu_cookie a.cookie-button {
    padding: 5px 25px;
    text-decoration: none;
    color: #333;
    background-color: #ccc;
    border-bottom: 1px solid #000;
    border-radius: 4px; }
    #eu_cookie a.cookie-button:hover {
      text-decoration: none;
      background-color: #fff; }

/* NEWSLETTER SUBSCRIPTION                                                      NEWSLETTER SUBSCRIPTION */
/* ---------------------------------------------------------------------------------------------------- */
/* HOME NEWSLETTER                                                                      HOME NEWSLETTER */
/* ---------------------------------------------------------------------------------------------------- */
.home-newsletter h3 {
  margin-top: 0;
  margin-bottom: 0; }
.home-newsletter p {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px; }
.home-newsletter form {
  margin-top: 0; }
  .home-newsletter form #signup_status {
    margin-bottom: 17px;
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: none; }
  .home-newsletter form .rrequired {
    margin-top: 0;
    margin-bottom: 0; }
  .home-newsletter form .form-buttons {
    margin-bottom: 0; }
  .home-newsletter form .signup-form-hide {
    background-color: #e7f1f9; }

/* FOOTER NEWSLETTER                                                                  FOOTER NEWSLETTER */
/* ---------------------------------------------------------------------------------------------------- */
.footer-newsletter form {
  margin-top: 0; }
  .footer-newsletter form #signup_status {
    padding: 10px;
    margin-bottom: 13px;
    display: none; }
  .footer-newsletter form .signup-form-hide {
    background-color: #1074c0; }
    .footer-newsletter form .signup-form-hide .spinner {
      border-bottom: 8px solid rgba(255, 255, 255, 0.1);
      border-left: 8px solid rgba(255, 255, 255, 0.1);
      border-right: 8px solid rgba(255, 255, 255, 0.1);
      border-top: 8px solid white; }

.main-content {
  margin-top: 6rem; }

#Inputfield_nome, #Inputfield_data_de_nascimento, #Inputfield_equipa, #Inputfield_telefone {
  border: 1.5px solid #1074c0;
  width: 48%;
  padding-left: 1rem;
  border-radius: 5px;
  height: 4rem;
  font-family: 'Open Sans', sans-serif;
  width: 100%; }

#Inputfield_morada {
  height: 15rem;
  border: 1.5px solid #1074c0;
  padding-left: 1rem;
  width: 48%;
  border-radius: 5px;
  width: 100%;
  font-family: 'Open Sans', sans-serif; }

label {
  margin-top: 2rem !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500; }

button[type=submit] {
  border: 1.5px solid #1074c0;
  border-radius: 5px;
  margin-top: 0rem;
  height: 4rem;
  width: 20rem;
  background-color: #1074c0;
  color: #fff;
  text-transform: uppercase; }

.col-12 p, .col-md-6 p {
  margin-top: 4rem; }

body.real-time {
  padding: 0; }
  body.real-time header.real-time {
    display: inline-block;
    width: 100%;
    height: 19%;
    padding: 1rem 2rem 1.5rem;
    color: #fff;
    background-color: #1074c0; }
    body.real-time header.real-time h1 {
      margin-top: 3.7; }
    body.real-time header.real-time h2 {
      margin-top: 0;
      font-size: 6rem; }
  body.real-time section.results {
    display: inline-block;
    width: 100%;
    height: 81%;
    padding: 0; }
    body.real-time section.results .results-table {
      display: inline-block;
      width: 100%;
      height: 100%;
      margin-top: 0; }
      body.real-time section.results .results-table .header {
        display: flex;
        width: 100%;
        height: 7%; }
        body.real-time section.results .results-table .header h4 {
          float: left;
          margin: 0;
          padding: 1rem 2rem;
          text-align: center;
          font-size: 3rem;
          color: #fff;
          background-color: #0c5891; }
          body.real-time section.results .results-table .header h4:nth-child(2n) {
            background-color: #0a4979; }
      body.real-time section.results .results-table .results-column {
        position: relative;
        display: inline-block;
        float: left;
        height: 93%;
        overflow-y: scroll; }
        body.real-time section.results .results-table .results-column::-webkit-scrollbar {
          width: 8px; }
        body.real-time section.results .results-table .results-column::-webkit-scrollbar-track {
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          border-radius: 10px; }
        body.real-time section.results .results-table .results-column::-webkit-scrollbar-thumb {
          border-radius: 10px;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
        body.real-time section.results .results-table .results-column .line {
          display: block;
          padding: 0;
          font-size: 2rem;
          line-height: 1.2;
          border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
          body.real-time section.results .results-table .results-column .line .result .position {
            width: 10rem;
            height: 100%;
            float: left;
            font-size: 4rem;
            font-weight: bold;
            text-align: center;
            display: none; }
          body.real-time section.results .results-table .results-column .line .result .info {
            position: relative;
            padding: 0.3rem 0.5rem;
            letter-spacing: -0.1rem; }
            body.real-time section.results .results-table .results-column .line .result .info .name {
              font-weight: bold; }
            body.real-time section.results .results-table .results-column .line .result .info .bib {
              position: absolute;
              top: 0.3rem;
              right: 0.4rem;
              padding: 0.2rem 0.5rem;
              font-size: 1.5rem;
              background-color: #fff;
              border: 1px solid #aaa;
              -moz-border-radius: 0.5rem;
              -webkit-border-radius: 0.5rem;
              border-radius: 0.5rem;
              background-clip: padding-box; }
            body.real-time section.results .results-table .results-column .line .result .info .time {
              font-size: 1.8rem; }
          body.real-time section.results .results-table .results-column .line .result.flash {
            animation: flashresult 2s; }
          body.real-time section.results .results-table .results-column .line li:nth-child(-n+5) {
            position: fixed; }
          body.real-time section.results .results-table .results-column .line:nth-child(2n) {
            background-color: rgba(0, 0, 0, 0.1); }

@keyframes flashresult {
  0% {
    color: #fff;
    background-color: #1074c0; }
  100% {
    color: #333;
    background-color: rgba(16, 116, 192, 0); } }
.img-portfolio {
  margin-bottom: 30px; }

.img-hover:hover {
  opacity: 0.8; }

/* 404 Page Styles */
.error-404 {
  font-size: 100px; }

/* Pricing Page Styles */
.price {
  display: block;
  font-size: 50px;
  line-height: 50px; }

.price sup {
  top: -20px;
  left: 2px;
  font-size: 20px; }

.period {
  display: block;
  font-style: italic; }

/* Responsive Styles */
@media (max-width: 991px) {
  .customer-img,
  .img-related {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .img-portfolio {
    margin-bottom: 15px; } }

/*# sourceMappingURL=style.css.map */
