body {
    font-family: open-sans, sans-serif;
    font-size: 14px;
    background: url(../images/header.jpg) no-repeat top center fixed #A0CC72;
    background-size: cover;
    color: #3A5A6B;
}

a, a:focus, a:visited, a:hover {
    color: #26201D;
}

h1 {
    font-family: pacifico, cursive;
    font-size: 3rem;
    line-height: 4rem;
    color: #fff;
    margin: 0;
    padding: 15px;
    width: 100%;
}

h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}

h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

p {
    color: #fff;
    margin: 0;
}

.no-cell-padding {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid {
    max-width: 960px;
    margin: 0 auto;
}

.margin-container {
    margin: 30px 0;
}

/*///// buttons ////*/
.btn {
    padding: .6rem 1rem;
    font-weight: 600;
}

.btn, .btn:focus, .btn:hover, .btn:visited, .btn:active {
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: url(../images/button-1.jpg) no-repeat center #D44642;
    background-size: cover;
}

.btn:hover {
    cursor: pointer;
}

/*//// Label //////*/
.label {

}

.label .btn {
    color: #fff;
    text-transform: uppercase;
    padding: 25px;
}

.label-item {
}

.label-h1 {
    height: 100%;
}

.label-img {
    padding: 16px;
}

.label-info {
    padding: 9px 8px 12px 16px;
    background-color: rgba(201, 201, 201, .6);
    width: 100%;
}

.label-item .label-title {
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.label-item .label-p {
    color: #fff;
    font-size: .8rem;
    line-height: .9rem;
    margin: 0;
}

.label-green .label-img {
    background-color: #A0CC72;
}

.label-green h3 {
    color: #A0CC72;
}

.label-red .label-h1, .label-red .label-img {
    background-color: #D44642;
}

.label-red h3 {
    color: #D44642;
}

.label-yellow .label-h1, .label-yellow .label-img {
    background-color: #EDDA61;
}

.label-yellow h3 {
    color: #EDDA61;
}

/*//// Card //////*/
.ticket {
    border-radius: 0;
}

.ticket-light {
    background-color: #3E9980;
}
.ticket-light .ticket-form {
    margin-top: 49px;
}

.ticket-dark {
    background-color: #3A5A6B;
}

.teardrop {
    width: 34%;
    background-color: #A0CC72;
    border-radius: 0 100px 100px 100px;
    padding-bottom: 29px;
    position: relative;
}

.teardrop p {
    font-family: lobster, serif;
    font-size: 3rem;
    position: relative;
    padding-top: 17%;
    text-align: center;

}

.teardrop-title {
    width: 60%;
    padding: 20px 20px 20px 40px;
}

.ticket-list {
    margin-top: 10px;
}

/* list  */
.list-group {

}

.list-group-item {
    font-size: .9rem;
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: #fff;
    padding: .5rem 1.25rem;
}

.list-group-item .fa {
    color: #A0CC72;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/* Forms */
.form-group {
    margin: 5px 0;
}

.form-control, textarea, .input-group-addon {
    border-radius: 0;
    border: none;
    color: #fff;
}

.form-control:focus {
    color: #fff;
    border: none;
    outline: 0;
}

.ticket-light .form-control, .ticket-light .form-control:focus {
    background-color: #4DBC9B;
}

.ticket-dark .form-control, .ticket-dark .form-control:focus, textarea, .input-group-addon {
    background-color: #487287;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, .6) !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, .6) !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, .6) !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, .6) !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: .9rem;
}

textarea {
    width: 100%;
    height: 150px;
    padding: .5rem .75rem;
}

/* Modal */
.modal-dialog {
    max-width: 800px;
    margin-top: 100px;
}

.modal-header {
    padding-right: 15px;
    border-bottom: none;
}

.modal-content {
    border: none;
    border-radius: 0;
    background-color: #3A5A6B;
}

button.close {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 100%;
}

.close {
    text-shadow: none;
}

.close, .close:hover, .close:focus, .close:active {
    opacity: 1;
    color: rgba(255, 255, 255, .75);
}

/* carousel */
#lineUpCarouselMobile {
    background-color: #fff;
}

.carousel-background {
    margin-bottom: 250px;
    padding: 0;
}


.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}
.carousel-caption {
    padding: 0;
    margin: 0 auto;
    position: inherit;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.carousel-caption img {
    width: 100%;
}

.carousel-textblock {
    position: relative;
    text-align: left;
    background-color: #D44742;
    padding: 25px 15px;
}

.carousel-textblock h3 {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.carousel-textblock p {
    padding-bottom: 45px;
}

.carousel-socialmedia .fa {
    color: #fff;
    opacity: .7;
    margin-left: 10px;
}

.carousel-socialmedia .fa:hover{
    opacity: 1;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
    opacity: .7;
    color: #fff;
}

#lineUpCarousel .carousel-control-prev {
    left: -78px;
}

#lineUpCarousel .carousel-control-next {
    right: -78px;
}

#StoryCarousel .carousel-control-prev {
    left: -78px;
}

#StoryCarousel .carousel-control-next {
    right: -78px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background: none;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
}

.carousel-control-prev .fa, .carousel-control-next .fa {
    font-size: 23px;
    line-height: 26px;
    color: #fff;
}

.carousel-control-prev .fa {
    margin-right: 3px;
}

.carousel-control-next .fa {
    margin-left: 3px;
}

/* modal */
.modal-open, .modal-open .modal {
    padding-right: 0 !important;
}
.modal-backdrop.show {
    opacity: .7;
}

.modal-content {
    background-color: transparent;
}

/* Carousel mobile */
#lineUpCarouselMobile .carousel-control-prev-icon, #lineUpCarouselMobile .carousel-control-next-icon {
    border-color: #000;
}

#lineUpCarouselMobile .carousel-control-prev-icon .fa, #lineUpCarouselMobile .carousel-control-next-icon .fa {
    color: #000;
}
#lineUpCarouselMobile {
    margin-top: 30px;
}
#lineUpCarouselMobile .carousel-caption {
    margin: 0 40px;
}

.embed-responsive{
	padding: 15px;
}
