@import 'bootstrap.min.css';
@import 'font-awesome.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html {
    font-family: "Open Sans", sans-serif !important;
}

body {
    /*font-family: Arial, Verdana, sans-serif !important;*/
    font-family: "Open Sans", sans-serif !important;
    color: #282C35;
    overflow-x: hidden;
}

hr {
    margin: 40px auto;
    max-width: 600px;
    border-top: 1px solid #ccc;
}

.h1, h1 {

}

.h3, h3 {

}

.h2, h2, .h2 {
    text-transform: uppercase;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.font-size-48 {
    font-size: 48px !important;
}

.font-size-64 {
    font-size: 64px;
}

.font-size-128 {
    font-size: 128px !important;
}

.btn {
    text-transform: uppercase;
    border-radius: 3px;
}

input.secret {
    height: 1px;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border: 0;
}

.display-none {
    display: none;
}

.media .media-left {
    width: 100px !important;
    min-width: 100px !important;
    text-align: center !important;
    padding: 0;
}

.media .media-left.btn-info,
.media .media-left.btn-primary,
.media .media-left.btn-success,
.media .media-left.btn-warning {
    border: none;
}

.media .media-body {
    padding-left: 15px;
}

.list-group-item {
    border-left: 0;
    border-right: 0;
    background: transparent;
}

.list-group-item:first-child {
    border-top: 0;
}

.list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item i {
    position: absolute;
    right: 0;
    top: 35px;
}

.list-group-item .btn {
    position: absolute !important;
    right: 0 !important;
    top: 28px !important;
}

.list-group-item p {
    padding-right: 20px;
}

.list-group-item .h3 {
    margin-top: 10px !important;
}

.navbar-default {
    border: 0 !important;
    background: transparent !important;
    transition: 0.5s !important;
}

.navbar-default.scrolling {
    background: #f8f8f8 !important;
    transition: 0.5s !important;
    border-bottom: 1px solid #ccc !important;
}

.navbar-default .nav {
    margin-top: 10px;
}

.navbar-default .navbar-brand {
    font-size: 0;
    background: url(/_assets/images/payportal-lowres.png) center no-repeat;
    height: 70px;
    width: 180px;
    background-size: 100%;
    margin-right: 20px;
}

table {
    margin: 0 auto;
}

table td, table th {
    padding: 10px;
    vertical-align: middle;
}

#cover {
    min-height: 680px;
    /*background-position: -200px center;*/
    /*background-size: 120%;*/
    /*-webkit-box-shadow: inset 0px -200px 185px 6px rgba(0, 0, 0, 0.75);*/
    /*-moz-box-shadow: inset 0px -200px 185px 6px rgba(0, 0, 0, 0.75);*/
    /*box-shadow: inset 0px -200px 185px 6px rgba(0, 0, 0, 0.75);*/
    margin-bottom: -80px;
    padding: 120px 0;
    background: #eeb886;
    color: #fff;
}

#cover h1 {
    font-size: 44px;
    text-transform: uppercase;
}

#cover p {
    margin: 0 auto;
    max-width: 600px;
    font-size: 28px;
}

#cover hr {
    border-top: 1px solid #282C35;
    opacity: 0.2;
    max-width: 900px;
}

#cover a {
    color: #f6682F;
}

#cover .btn {
    color: #fff;
}

#signup {
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 3px 0 #ccc;
    background: #f8f8f8;
}

/*#signup h1 {*/
/*position: absolute;*/
/*margin: 0;*/
/*padding: 0;*/
/*top: -95px;*/
/*left: 0;*/
/*width: 100%;*/
/*text-align: center;*/
/*color: #fff;*/
/*font-size: 63px;*/
/*}*/

#signup .h1 {
    margin: 0 0 5px 0;
    color: #f6682F;
    font-size: 34px;
}

#signup .h3 {
    margin: 0 0 10px 0 !important;
    padding: 0;
    color: #0278b8 !important;
}

#signup input {
    display: inline-block;
    max-width: 26%;
    margin: 0 -4px;
}

#signup button {
    margin-top: -2px;
    margin-left: -4px;
    border-radius-left-top: 0;
}

#signup .col-sm-2 {
    border-left: 1px solid #d4d4d4;
}

#signup .col-sm-2:first-child {
    border-left: 0;
}

#signup .col-sm-2 p {
    color: #8c8c8c;
}

#properties {
    padding: 30px 0 60px 0 !important;
}

#properties h2 {
    margin-bottom: 40px;
}

#properties strong {
    color: #f6682F;
}

#services {
    background: #666A73;
    padding: 30px 0 60px 0 !important;
    color: #fff;
}

#services h2 {
    margin-bottom: 40px;
}

#services .media {
    margin-top: 0;
}

#services .media .media-left {
    display: inline-block;
}

#services .list-group-item {
    border-top: 1px solid #5e5e5e;
}

#services .list-group-item:first-child {
    border-top: 0;
}

#services .list-group-item .ol {
    font-weight: bold !important;
    font-style: normal !important;
    color: #5cb85c !important;
}

#services hr {
    border-top: 1px solid #5e5e5e;
}

#logos {
    background: #d5d5d5;
    padding: 15px;
}

#logos img {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#logos img:hover {
    opacity: 1.0;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.terms {

}

.terms .content {
    padding-bottom: 60px;
    font-size: 16px;
}

.terms li {
    margin: 10px 0;
}

footer {
    padding: 50px 0 60px 0 !important;
    background: #282C35;
    color: #666A73;
}

footer .h4 {
    font-weight: bold;
}

footer .h5 {
    margin-bottom: 5px;
}

footer hr {
    opacity: 0.05;
    max-width: 100%;
}

footer img {
    display: inline-block;
    width: 150px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

footer .middle {
    padding-left: 120px;
}

footer form {
    padding-bottom: 30px;
    position: relative;
}

footer form input {
    width: 120% !important;
}

footer form input.secret {
    height: 1px !important;
    width: 1px !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border: 0;
    font-size: 0;
    text-ident: -9000px;
}

/*** LANDINGS ***/

.ticket nav a {
    color: #333 !important;
}

.ticket nav .btn-success {
    border-radius: 3px !important;
}

.ticket nav .btn-success a {
    color: #fff !important;
    font-weight: bold;
}

.ticket #cover {
    min-height: 680px;
    /*background-position: bottom center;*/
    /*background-size: 130%;*/
    /*background-image: url(/_assets/images/ticket-2.jpg) !important;*/
    /*-webkit-box-shadow: inset 0px -200px 185px 6px rgba(0, 0, 0, 0.75);*/
    /*-moz-box-shadow: inset 0px -200px 185px 6px rgba(0, 0, 0, 0.75);*/
    /*box-shadow: inset 0px -200px 185px 6px rgba(0, 0, 0, 0.75);*/
    box-shadow: none;
    background: #7dbfd5 !important;
    color: #fff;
    margin-bottom: -80px;
    padding: 120px 0;
}

.ticket #cover h1 {
    font-size: 44px;
    text-transform: uppercase;
    max-width: 600px;
    margin: 0 auto;
}

.ticket #cover h1 span {
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 15px;
}

.ticket #signup {
    padding-bottom: 23px;
}

.ticket #signup h1 {
    font-size: 25px;
}

.ticket #signup .h3 {
    margin-bottom: 0 !important;
}

.ticket #wristband {
    padding: 30px 0 60px 0 !important;
}

.ticket #wristband h2 {
    margin-bottom: 40px;
}

.ticket #wristband strong {
    color: #f6682F;
}

.ticket #prices {
    padding: 40px 0 60px;
    background: #eeb886;
    color: #fff;
}

.ticket #prices hr {
    border-top: 1px solid #fff;
    opacity: 0.5;
}

.ticket #prices tr {
    border-top: 1px solid #f6dbc2;
}

.ticket #prices tr:first-child {
    border-top: none;
}

.ticket #prices .thead th {
    width: 300px;
}

.ticket #prices th {
    font-size: 18px;
}

/*** RESFIX ***/

@media (max-width: 1024px) {

    nav.navbar-default {
        background: #f8f8f8 !important;
        border-bottom: 1px solid #ccc !important;
    }

    nav .navbar-header {
        margin-left: 0 !important;
        margin-right: 0 !important;

    }

    #cover {
        margin-bottom: 0;
        background-position: center;
        background-size: auto;
        -webkit-box-shadow: inset 0px -200px 185px 6px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: inset 0px -200px 185px 6px rgba(0, 0, 0, 0.35);
        box-shadow: inset 0px -200px 185px 6px rgba(0, 0, 0, 0.35);
    }

    #cover h1 {
        font-size: 34px;
    }

    #cover p {
        font-size: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #properties .row {
        margin-right: 0 !important;

    }

    #usage .list-group-item {
        border: 0;
    }

    #bootstrap-touch-slider .slide-text {
        top: 0;
    }

    #bootstrap-touch-slider .slide-text img {
        display: none;
    }

    footer .datas .col-sm-12:nth-child(2) {
        margin-top: 40px;
    }

    footer form input {
        max-width: 100% !important;
        margin-bottom: 15px;
    }

}

/*** PLUGINS ***/

.carousel-control {
    display: none;
}

.bs-slider {
    overflow: hidden;
    max-height: 680px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line > .carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line > .carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}

.indicators-line > .carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 5%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text > a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}

.slide-text > a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slide-text > p {

        font-size: 18px;
    }
}

/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }

    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .control-round .carousel-control {
        display: none;
    }

}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }

    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .slide-text > a.btn-default,
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }

    .indicators-line > .carousel-indicators {
        display: none;
    }

}

/* carousel */
.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}

/* Previous button  */
.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px
}

/* Next button  */
.media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px
}

/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
    background: #333333;
}

.media-carousel img {
    width: 250px;
    height: 100px
}