/* @group general */
@import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One|Rubik:300,400,700');

html {
    height: 100%;
}

body {
    height: 100%;
    font-size: 20px;
    /* font-family: Helvetica, Arial, Verdana, Sans-Serif; */
    font-family: 'Rubik', sans-serif;
}

/* @group structural */

#page-wrapper {
    height: 100%;
}

/* @group landing */

#landing {
    min-height: 100%;
    text-align: center;
    position: relative;
    background: #1f2041 url(../images/landing/background-2018.jpg) no-repeat center top;
    /* background: #1b0e42 url(/2018_03.jpg) no-repeat center top; */
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

#landing .calendar-spacer {
    height: 10px;
    /* 10 */
}

#landing .extra-game {
    font-size: .9em;
    margin-bottom: 0;
    padding-top: 2em;
    text-align: center;
    font-family: 'Rubik', sans-serif;
}

#landing .extra-extra-game {
    font-size: .999em;
    margin-bottom: 1em;
    text-align: center;
    font-family: 'Rubik', sans-serif;
}

#landing #meo-arena {
    right: 5em;
    bottom: 1.5em;
    position: absolute;
    display: none;
}

#landing #meo-arena img {
    width: 6.95em;
}

#landing #scroll-down {
    left: 0;
    right: 0;
    width: 2.5em;
    height: 2.5em;
    bottom: 1.5em;
    margin: 0 auto;
    position: absolute;
    background: url(../images/landing/scroll-down.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

#landing #top-nav {
    right: 5em;
    top: 2.25em;
    position: absolute;
}

#landing #top-nav ul {
    display: inline-block;
    vertical-align: middle;
}

#landing #top-nav>a {
    margin: 0 5px;
    /* color: #dfc6bb; */
    color: #f6c771;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Rubik', sans-serif;
}

#landing #top-nav>a:hover {
    /* color: #7a4bff; */
    color: #fef4e2;
}

/* #landing #intro {
    margin-bottom: 4em;
    background: url(../images/landing/logo-shadow.png) no-repeat center top;
} */

#landing h1 {
    font-size: 1em;
}

#landing h1 img {
    max-width: 13.5em;
    margin-bottom: 5em;
}

#landing h2 {
    max-width: 100%;
    width: 472px;
    margin: 0 auto;
}

#landing h2 {
    color: #fef4e2;
    /* margin-top: -.583em; */
    /* margin-top: -1em; */
    margin-bottom: 1em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 3em;
    line-height: 1em;
    text-shadow: -3px 3px 4px rgba(33, 35, 86, 0.4);
}

#landing h2 span.portimao-text {
    font-weight: normal;
    font-size: 0.56em;
    position: relative;
    top: -20px;
    line-height: 1em;
}

#landing h2 .special {
    color: #f6c771;
    font-size: 1.5em;
}

/* @group teams */

#teams {
    position: relative;
    margin-bottom: 2.5em;
}

#teams .lines {
    top: 50%;
    left: 5em;
    right: 5em;
    position: absolute;
}

#teams .lines .left,
#teams .lines .right {
    top: 0;
    height: 1px;
    position: absolute;
    background: #dfc6bb;
}

#teams .lines .left {
    left: 0;
}

#teams .lines .right {
    right: 0;
}

#teams .lines .center {
    height: 1px;
    display: table-cell;
}

#teams .logos {
    display: inline-block;
}

#teams .logos a {
    margin-right: 1.75em;
    display: inline-block;
}

#teams .logos a:last-child {
    margin-right: 0;
}

/* @group calendar */

#calendar {
    border: 2px solid #f6c771;
    border-radius: 2px;
    padding: 35px 25px;
}

#calendar,
#free-games {
    color: #dec6bb;
    text-align: left;
    text-transform: uppercase;
}

#calendar .left-col {
    border-right: 2px solid #f6c771;
    border-radius: 2px;
}

#free-games .right-col {
    border-left: 2px solid #f6c771;
    border-radius: 2px;
}

#free-games h3.subtitle {
    color: #fef4e2;
    font-size: 1em;
    margin-bottom: 3em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    display: block !important;
    float: none;
    text-align: center;
}

#calendar h3,
#free-games h3 {
    font-size: 1em;
    text-align: right;
    float: left;
    /* padding-right: 1em; */
    padding-right: 0.75em;
}


#calendar h3 .week-day ,
#free-games h3 .week-day {
    display: block;
    text-align: right;
    font-size: 1.15em;
    letter-spacing: 1px;
    font-family: 'Rubik', sans-serif;
    color: #f6c771;
}

#calendar h3 .month-day,
#free-games h3 .month-day {
    display: block;
    font-size: 1.375em;
    color: #f6c771;
    text-align: right;
    font-family: 'Rubik Mono One', sans-serif;
}

#calendar h3 .month ,
#free-games h3 .month {
    display: block;
    font-size: 0.925em;
    text-align: right;
    color: #f6c771;
    font-family: 'Rubik', sans-serif;
}

#calendar h3+div,
#free-games h3.calendar-day+div {
    float: left;
}

/* #free-games h3+div.logos-wrapper {
    display: block;
    float: none;
} */

#calendar p,
#free-games p{
    text-align: left;
    font-size: 1em;
    font-weight: 700;
    color: #f6c771;
    margin-bottom: 1em;
    font-family: 'Rubik', sans-serif;
}

#calendar p.game-bottom,
#free-games p.game-bottom {
    margin-bottom: 0.5em;
}

#calendar p:last-child,
#free-games p:last-child{
    margin-bottom: 0;
}

#calendar p .time,
#free-games p .time {
    display: block;
    color: #fef4e2;
    font-size: .9em;
    font-weight: normal;
    font-family: 'Rubik', sans-serif;
}

#free-games p .time.title{
    font-weight: 700;
    font-size: 1.1em;
}

#free-games p .time.text {
    font-size: 0.7em;
    text-transform: none;
}

#calendar p .versus,
#free-games p .versus {
    font-size: .9em;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

/* @group social-networks */

.social-networks {
    padding-left: .5em;
}

.social-networks li {
    float: left;
    margin: 0 5px;
}

.social-networks li a {
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}

.social-networks li a.facebook {
    background-image: url(../images/social-networks/facebook.png);
}

.social-networks li a.youtube {
    background-image: url(../images/social-networks/youtube.png);
}

.social-networks li a.twitter {
    background-image: url(../images/social-networks/twitter.png);
}

.social-networks li a.instagram {
    background-image: url(../images/social-networks/instagram.png);
}

.social-networks li a.facebook:hover {
    background-image: url(../images/social-networks/facebook_hover.png);
}

.social-networks li a.youtube:hover {
    background-image: url(../images/social-networks/youtube_hover.png);
}

.social-networks li a.twitter:hover {
    background-image: url(../images/social-networks/twitter_hover.png);
}

.social-networks li a.instagram:hover {
    background-image: url(../images/social-networks/instagram_hover.png);
}

/* @group supporters */

#supporters {
    min-height: 100%;
    padding-top: 2em;
    text-align: center;
    /* background: #f8efeb; */
    background: #fff;
}

#supporters .disclamer {
    color: #1d1d1b;
    font-size: 10px;
    padding: 4em 0;
    text-align: left;
    line-height: 1.2em;
    font-family: 'Rubik', sans-serif;
}

#supporters h3 {
    /* color: #4828a3; */
    color: #1f2041;
    font-size: 2.2em;
    padding-top: 1em;
    margin-bottom: 1.47em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

#supporters h4 {
    opacity: .7;
    /* color: #4828a3; */
    color: #1f2041;
    /* font-size: .9em; */
    font-size: 0.75em;
    letter-spacing: 1px;
    margin-bottom: 2em;
    font-family: 'Rubik', sans-serif;
}

#supporters .item-logo {
    min-height: 5em;
    display: inline-block;
}

#supporters-limiter {
    height: 1px;
    font-size: 0;
    line-height: 0;
}

.logos-wrapper a {
    margin: 0 1em;
    display: block;
}

.small-margin a {
    margin: 0 .25em;
}

/* @group contacts */

#contacts {
    min-height: 100%;
    /* background: #3e1e78; */
    background: #1f2041;
    /*
	background: #3e1e78 url(../images/contacts/background.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
}

#contacts h3 {
    /* color: #dfc6bb; */
    color: #f6c771;
    /* font-size: 2.2em; */
    font-size: 1.5em;
    padding-top: 1em;
    text-align: center;
    margin-bottom: 1.47em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

#contacts h4 {
    /* color: #dfc6bb; */
    color: #fef4e2;
    /* font-size: 1.4em; */
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

#contacts h5 {
    /* color: #dfc6bb; */
    color: #fef4e2;
    font-size: 0.75em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

#contacts p {
    /* color: #dfc6bb; */
    color: #fef4e2;
    /* font-size: .9em; */
    font-size: .75em;
    line-height: 1.667em;
    font-family: 'Rubik', sans-serif;
}

#contacts p a {
    /* color: #dfc6bb; */
    color: #fef4e2;
}

#contacts .contacts h3+.row {
    margin-bottom: 2em;
}

#map-block {
    height: 25em;
    margin: 2.5em 0;
    background: #fff;
}

form {
    margin-bottom: 2.5em;
}

.field {
    margin-bottom: 1em;
}

.field label {
    /* color: #dfc6bb; */
    color: #fef4e2;
    /* font-size: .9em; */
    font-size: .75em;
    line-height: 1.667em;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
}

.field input,
.field textarea {
    width: 100%;
    color: #dfc6bb;
    font-size: 1em;
    padding: .475em 1em;
    background: transparent;
    /* border: 1px solid #dfc6bb; */
    border: 1px solid #f6c771;
    font-family: 'Rubik', sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.field textarea {
    resize: none;
}

#contacts .actions p {
    float: right;
    font-size: .65em;
}

.success-message,
.error-message {
    color: #dfc6bb;
    font-size: .9em;
    line-height: 1.3em;
    font-family: 'Rubik', sans-serif;
}

.success-message {
    min-height: 20em;
}

.error-message {
    color: #f00;
    padding-top: 1em;
}

#contacts p.error {
    color: #f00;
    font-size: .7em;
}

/* @group footer */

footer {
    text-align: center;
    /* background: #392161; */
    background: #090925;
    padding-top: 2.33em;
    padding-bottom: 1.5em;
}

footer .title-link {
    /* color: #dfc6bb; */
    color: #f6c771;
    display: block;
    font-size: .8em;
    line-height: 1.33em;
    font-family: 'Rubik', sans-serif;
}

footer a.title-link:hover {
    /* color: #7a4bff; */
    color: #fef4e2;
}

footer .social-networks {
    padding-top: 10px;
    display: inline-block;
}

footer .tickets-icon {
    width: 28px;
    height: 27px;
    font-size: 0;
    line-height: 0;
    display: block;
    margin: 15px auto 0;
    background: url(../images/contacts/tickets-icon.png) no-repeat;
}

footer .title-link:hover .tickets-icon {
    background-position: left bottom;
}

footer .map-icon {
    width: 28px;
    height: 29px;
    font-size: 0;
    line-height: 0;
    display: block;
    margin: 15px auto 0;
    background: url(../images/contacts/map-icon.png) no-repeat;
}

footer .title-link:hover .map-icon {
    background-position: left bottom;
}

footer .symposium-icon {
    width: 28px;
    height: 26px;
    font-size: 0;
    line-height: 0;
    display: block;
    margin: 15px auto 0;
    background: url(../images/contacts/symposium-icon.png) no-repeat;
}

footer .title-link:hover .symposium-icon {
    background-position: left bottom;
}

footer .press-icon {
    width: 25px;
    height: 22px;
    font-size: 0;
    line-height: 0;
    display: block;
    margin: 15px auto 0;
    background: url(../images/contacts/press-icon.png) no-repeat;
}

footer .title-link:hover .press-icon {
    background-position: left bottom;
}

footer .row:first-child {
    margin-bottom: 2.5em;
}

footer .top-icon {
    width: 51px;
    height: 51px;
    font-size: 0;
    line-height: 0;
    display: block;
    margin: 0 auto 15px;
    background: url(../images/contacts/top-icon.png) no-repeat;
}

footer .title-link:hover .top-icon {
    background-position: left bottom;
}

#contacts footer .copy {
    color: #7a6480;
    font-size: .65em;
    text-align: right;
}

#contacts footer .copy img {
    padding-left: 5px;
}

.col-wrapper {
    text-align: center;
}

.col-wrapper .left-col,
.col-wrapper .right-col {
    width: 50%;
    text-align: left;
    float: left;
    padding-right: 0 !important;
}

.col-wrapper .left-col {
    padding-right: 2em;
    text-align: right;
}

.col-wrapper .right-col {
    float: right;
    padding-left: 2em;
}

/* @group lang */

#lang {
    padding-left: .5em;
    display: inline-block;
    vertical-align: middle;
}

#lang a {
    margin: 0 5px;
    color: #dfc6bb;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

#lang a:hover {
    color: #7a4bff;
}

#lang a.active {
    border-top: 1px solid #dfc6bb;
}

/* @group symposium */

#symposium {
    background: #2e1b4f;
}

#symposium h3 {
    color: #dfc6bb;
    font-size: 2.2em;
    padding-top: 1em;
    text-align: center;
    margin-bottom: .5em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

#symposium h3+p {
    color: #dfc6bb;
    font-size: 1.1em;
    text-align: center;
    font-family: 'Rubik', sans-serif;
}

#symposium .box {
    padding: 2em 0 0;
    max-width: 850px;
    margin: 2em auto .5em;
    border: 2px solid #dfc6bb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#symposium .box-col {
    position: relative;
}

#symposium .border {
    top: 0;
    right: -10%;
    bottom: 0;
    width: 2px;
    position: absolute;
    background: #dfc6bb;
}

#symposium h4 {
    color: #dfc6bb;
    font-size: 1em;
    margin-bottom: 2em;
    text-transform: uppercase;
}

#symposium h4 .week-day {
    opacity: .6;
    display: block;
    font-size: .833em;
    letter-spacing: 1px;
    font-family: 'Rubik', sans-serif;
}

#symposium h4 .month-day {
    opacity: 1;
    font-size: 2.1185em;
    font-family: 'Rubik', sans-serif;
}

#symposium h4 .month {
    opacity: .4;
    font-size: 2.1185em;
    font-family: 'Rubik', sans-serif;
}

#symposium .event-time {
    opacity: .4;
    color: #dfc6bb;
    font-size: .9em;
    margin-bottom: .5em;
    font-family: 'Rubik', sans-serif;
}

#symposium h5 {
    color: #dfc6bb;
    font-size: .9em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

#symposium h5+p {
    color: #dfc6bb;
    font-size: .9em;
    font-family: 'Rubik', sans-serif;
}

.random-text-00 {
    opacity: .3;
    color: #dfc6bb;
    font-size: .8em;
    text-align: center;
    margin-bottom: 2em;
    letter-spacing: 1px;
    font-family: 'Rubik', sans-serif;
}

.random-text-00 a,
.random-text-00 span {
    color: #dfc6bb;
    font-family: 'Rubik', sans-serif;
}

.random-text-01 {
    color: #6b3ba0;
    font-size: .9em;
    margin-bottom: 1em;
    font-family: 'Rubik', sans-serif;
}

.random-text-02 {
    color: #dfc6bb;
    font-size: 2em;
    font-family: 'Rubik', sans-serif;
}

.random-text-03 {
    color: #dfc6bb;
    font-size: .9em;
    margin-bottom: 3em;
    font-family: 'Rubik', sans-serif;
}

.random-text-04 {
    outline: none;
    color: #2f1c74;
    box-shadow: none;
    background: #dfc6bb;
    border: 1px solid #dfc6bb;
    margin-bottom: 2em;
}

.random-text-04:hover,
.random-text-04:focus,
.random-text-04:active {
    color: #dfc6bb !important;
    background: transparent !important;
    border-color: #dfc6bb !important;
}

/* @group press */

#press {
    padding: 6em 0;
    text-align: center;
    /* background: #4f2e87; */
    background: #1f2041;
}

#press h2 {
    /* color: #dfc6bb; */
    color: #f6c771;
    /* font-size: 2em; */
    font-size: 1.5em;
    text-align: center;
    margin-bottom: .25em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

#press h3 {
    /* color: #dfc6bb; */
    color: #fef4e2;
    font-size: 1em;
    margin-bottom: 2em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

/* @group gallery */

#gallery {
    position: relative;
    /* background: #241340; */
    background: #090925;
}

#gallery h3 {
    /* color: #dfc6bb; */
    color: #f6c771;
    /* font-size: 2.2em; */
    font-size: 1.5em;
    padding-top: 1em;
    text-align: center;
    margin-bottom: 1.1em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    position: static;
    z-index: 3;
}

#gallery .arrow-style span {
    height: 20px;
    width: 10px;
    background: url('../images/icons/arrow-gold.png') no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 10px;
    left: 12px;
}

#gallery .arrow-right span{
	transform: rotate(180deg);
	left: 15px !important;
}

#gallery .arrow-style {
    width: 40px;
    height: 40px;
    display: block;
    background: transparent;
    border-radius: 40px;
    /* border: 1px solid #dec6bb; */
    border: 1px solid #f6c771;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 15;
}

#gallery .arrow-style:hover {
    /* background: #dec6bb; */
    background: #f6c771;
}

#gallery .arrow-style:hover span{
	background: url('../images/icons/arrow-hover.png') no-repeat;
	background-size: cover;
}

#gallery .arrow-left {
	left: 5%;
}

#gallery .arrow-right {
	right: 5%;
}

#gallery .btn-wrapper {
    font-size: 0;
    line-height: 0;
    padding-left: 1px;
}

#gallery .nav.nav-pills {
    padding-left: 2px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#gallery .gallery-filter {
    text-align: center;
    padding: 0;
    line-height: 0;
    margin-bottom: 30px;
}

#gallery .nav-pills>li.active>a,
#gallery .nav-pills>li.active>a:hover,
#gallery .nav-pills>li.active>a:focus {
    /* background: #dfc6bb; */
    background: #f6c771;
    /* color: #2f1c74; */
    color: #090925;
}

#gallery .btn.filter-button {
    border-radius: 0;
    font-size: 0.7em;
    margin-left: -2px;
}

#gallery .gallery-wrapper {
    font-size: 0;
    line-height: 0;
}

#gallery .gallery-item {
    width: 12.5%;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    opacity: .3;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#gallery .gallery-item:hover {
    opacity: 1;
}

#gallery .gallery-item a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#gallery .gallery-item .overlay {
    display: none;
}

/* @group landing extras */

.subtitle {
    color: #dfc6bb;
    font-size: 2em;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.winner-logo {
    width: 6.85em;
    margin-top: -2.5em;
    margin-bottom: 1em;
}

/*
#landing {
	background: #1b0e42 url(../images/landing/background_winner.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/

#landing .second-edition {
    top: 0;
    left: 0;
    width: 250px;
    height: 250px;
    position: absolute;
    background: url(../images/selo.png) no-repeat;
}

.tickets {
    padding: 6em 0;
    text-align: center;
    background: #1f2041;
}

.tickets h2 {
    color: #f6c771;
    /* font-size: 2em; */
    font-size: 1.5em;
    text-align: center;
    margin-bottom: .5em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.tickets h6 {
    color: #f6c771;
    /* font-size: 1.2em; */
    font-size: 1em;
    margin-bottom: .3em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.tickets p {
    /* font-size: 1em; */
    font-size: .75em;
    margin-bottom: 1.2em;
    text-transform: uppercase;
    color: #fef4e2;
    font-family: 'Rubik', sans-serif;
}

.tickets p a {
    color: #fef4e2;
    text-decoration: underline;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default.active {
    color: #090925;
    background: #f6c771;
}

.tickets a.btn {
    margin-top: 20px;
}

.fly-form {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow-y: auto;
    padding-top: 60px;
    /* background: #2e1b4f; */
    background: #1f2041;
}

.fly-form>div {
    margin: 0 auto;
    max-width: 800px;
}

.fly-form>div>a {
    top: 20px;
    right: 20px;
    color: #f6c771;
    /* font-size: 30px; */
    position: absolute;
}

.fly-form>div>a .flaticon-error::before {
    margin: 0 !important;
    font-size: 30px;
}

.fly-form input {
    width: 100%;
}

.fly-form h5 {
    /* color: #dfc6bb; */
    color: #f6c771;
    font-size: 2.2em;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.fly-form .upload-label {
    /* color: #dfc6bb; */
    color: #fef4e2;
    font-size: 10px;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
}

.fly-form .disclamer {
    /* color: #dfc6bb; */
    color: #fef4e2;
    font-size: 10px;
    font-family: 'Rubik', sans-serif;
}

.fly-form #img-upload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.fly-form .field .upload-label-button {
    color: #090925;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    margin-right: 20px;
    padding: 10px 20px;
    background: #f6c771;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
}

.fly-form .field .upload-label-button:hover {
    background: transparent;
    color: #fef4e2;
}

.fly-form .actions {
    padding-top: 20px;
}

.fly-form .actions a {
    outline: none;
    /* color: #1f2041; */
    /* font-size: 1em; */
    box-shadow: none;
    /* padding: .5em 1.5em; */
    /* background: #f6c771; */
    display: inline-block;
    /* border: 1px solid #dfc6bb; */
}

.fly-form p.error {
    font-size: 12px;
    padding-top: 5px;
}

.fly-form .text {
    margin-bottom: 40px;
}

.fly-form .text h6 {
    /* color: #dfc6bb; */
    color: #f6c771;
    font-size: 1.2em;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.fly-form .text p {
    /* color: #dfc6bb; */
    color: #fef4e2;
    font-size: 12px;
    font-family: 'Rubik', sans-serif;
}

.fly-form .text p a {
    /* color: #dfc6bb; */
    color: #fef4e2;
    text-decoration: underline;
}

#free-games {
    padding: 6em 0;
    background: #090925;
}

#free-games h2 {
    color: #f6c771;
    /* font-size: 2em; */
    font-size: 1.5em;
    text-align: center;
    margin-bottom: .25em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.logo-wrapper {
    text-align: left;
    padding-top: 1em;
}

.top-datas {
    position: absolute;
    top: 2.75em;
    left: 5em;
}

.mobile-show {
	display: none;
}

#calendar h3.calendar-day,
#free-games h3.calendar-day {
    position: absolute;
}

.tab-pane {
    font-size: 0;
    line-height: 0;
}

/* .tab-pane {
    height: 500px;
}

.tab-pane .swiper-container {
    height: 500px;
}
 */
