@media (max-width: 380px){ /* 0 - 380 */
	.ticket.col-xs-6 {
		width: 100% !important;
	}
	.panel-group {
		width : 100%;
	}
	
	/*Partie texte*/
	h3 {
		font-size: 1rem;
	}
	
	.ticket-highlights{
		font-size: 18px;
	}
	
	.ticket-description {
		font-size: 15px;
	}
	
	.valide {
		font-size: 15px;
		font-weight: light;
	}
	
	/* Partie  prix */
	.ticket-price{
		font-size: 12px;
		margin-top: 10px;
	}

	.ticket-discountedPrice {
		font-size: 15px
	}
	
	.button-buy {
		width: 90%;
		font-size: 10px;
	}
}

@media (min-width: 381px){ /* 381 - 460 */
	.ticket.col-xs-6 {
		width: 100% !important;
	}
	.panel-group {
		width : 100%;
	}
	
	/*Partie texte*/
	h3 {
		font-size: 1.2rem;
	}
	
	.ticket-highlights{
		font-size: 20px;
	}
	
	.ticket-description {
		font-size: 16px;
	}
	
	.valide {
		font-size: 16px;
		font-weight: light;
	}
	
	/* Partie  prix */
	.ticket-price{
		font-size: 14px;
		margin-top: 10px;
	}

	.ticket-discountedPrice {
		font-size: 18px
	}
	
	.button-buy {
		width: 90%;
		font-size: 12px;
	}
}

@media (min-width: 461px){ /* 461 - 550 */
	.ticket.col-xs-6 {
		width: 100% !important;
	}
	.panel-group {
		width : 100%;
	}
	
	/*Partie texte*/
	h3 {
		font-size: 1.2rem;
	}
	
	.ticket-highlights{
		font-size: 22px;
	}
	
	.ticket-description {
		font-size: 18px;
	}
	
	.valide {
		font-size: 18px;
		font-weight: light;
	}
	
	/* Partie  prix */
	.ticket-price{
		font-size: 16px;
		margin-top: 0px;
	}

	.ticket-discountedPrice {
		font-size: 22px
	}
	
	.button-buy {
		width: 90%;
		font-size: 14px;
	}
}

@media (min-width: 551px){ /* 551 - 767 */
	.ticket.col-xs-6 {
		width: 100% !important;
	}
	.panel-group {
		width : 100%;
	}
	
	/*Partie texte*/
	h3 {
		font-size: 1.6rem;
	}
	
	.ticket-highlights{
		font-size: 24px;
	}
	
	.ticket-description {
		font-size: 18px;
	}
	
	.valide {
		font-size: 18px;
		font-weight: light;
	}
	
	/* Partie  prix */
	.ticket-price{
		font-size: 18px;
		margin-top: 0px;
	}

	.ticket-discountedPrice {
		font-size: 24px
	}
	
	.button-buy {
		width: 90%;
		font-size: 16px;
	}
}

@media (min-width: 768px){ /* 768 - 991 */
	.ticket.col-xs-6 {
		width: 100% !important;
	}
	
	.panel-group {
		width : 25%;
	}
	
	/*Partie texte*/
	h3 {
		font-size: 1.6rem;
	}
	
	.ticket-highlights{
		font-size: 24px;
	}
	
	.ticket-description {
		font-size: 18px;
	}
	
	.valide {
		font-size: 18px;
		font-weight: light;
	}
	
	/* Partie  prix */
	.ticket-price{
		font-size: 18px;
		margin-top: 0px;
	}

	.ticket-discountedPrice {
		font-size: 24px
	}
	
	.button-buy {
		width: 90%;
		font-size: 16px;
	}	
}

@media (min-width: 992px){ /* 992 - 1199 */
	.ticket.col-xs-6 {
		width: 50% !important;
	}
	
	.panel-group {
		width : 25%;
	}
	
	/*Partie texte*/
	h3 {
		font-size: 1.2rem;
	}
	
	.ticket-highlights{
		font-size: 16px;
	}
	
	.ticket-description {
		font-size: 14px;
	}
	
	.valide {
		font-size: 14px;
		font-weight: light;
	}
	
	/* Partie  prix */
	.ticket-price{
		font-size: 14px;
		margin-top: 10px;
	}

	.ticket-discountedPrice {
		font-size: 16px;
	}
	
	.button-buy {
		width: 90%;
		font-size: 12px;
	}
}

@media (min-width: 1200px){ /* over 1200 */
	.ticket.col-xs-6 {
		width: 50% !important;
	}
	
	.panel-group {
		width : 25%;
	}
	
	/*Partie texte*/
	h3 {
		font-size: 1.4rem;
	}
	
	.ticket-highlights{
		font-size: 22px;
	}
	
	.ticket-description {
		font-size: 15px;
	}
	
	.valide {
		font-size: 15px;
		font-weight: light;
	}
	
	/* Partie  prix */
	.ticket-price{
		font-size: 15px;
		margin-top: 0px;
	}

	.ticket-discountedPrice {
		font-size: 22px
	}
	
	.button-buy {
		width: 90%;
		font-size: 14px;
	}	
}

/*------GENERAL----------*/
/* Classe pour enlever le padding des col- */
.no-gutter{
    padding-right:0 !important;
    padding-left:0 !important;
}

/* ticket gÃ©nÃ©ral*/
.ticket {
	height: 330px;
}

.inner-box-ticket {
	height: 310px;
	margin: 10px;
	background-color: white;
}

/* Effet sur le site principal pour contrer le bug avec la navbar */
#main {
	overflow-x: visible !important;
	background-color: #efefef;
}

.page-header {
	margin: 0;
}

/* Message de aucun billet disponible */
/* pour ne pas overflow sur le menu */
#notickets {
	float:right;
}

/*style gÃ©nÃ©ral du p notickets */
.notickets {
	text-align: center;
	font-size: 30px;
	width: 100%;
}


/*-------PARTIE TICKET IMAGE----------*/
/* Container image dans les tickets */
.ticket-img-container {
	height: 310px;
	width: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;	
}

/* triangle jaune + discount tag en haut de l'image du ticket */
.img-tag {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	border-style: solid;
	border-width: 100px 115px 0 0;
	border-color: rgba(233, 105, 0, 0.60) transparent transparent transparent;
}

.discount-ticket {
	position: absolute;
	left: 10px;
	top: 3px;
	font-size: 34px;
	font-family: 'Roboto Condensed',sans-serif;
	color: white;
	font-weight: lighter;
}


/*-----PARTIE FILTRES ----- */
/* label pour chacune des lignes des filtres/options*/
label {
	display: block;
	padding-left: 15px;
	font-weight: 400;
}

.filtres-padding {
	height: 10px;
}

/* petit carrÃ© Ã  gauche des titres des panels */
.panel-title [aria-expanded=true]:before{
    content: "\f077 ";
    font-family: FontAwesome;
    margin-right: 5px;
	color: #959595;
}
	
.panel-title [aria-expanded=false]:before {
	content: "\f078";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #959595;
}

.panel {
	background-color: #efefef;
}

.panel-collapse {
	background-color: white;
}

/* CSS Title du filtre chef */
.main-panel {
	text-decoration: underline;
	text-align: center;
	font-size: 28px;
	font-family: "Montserrat";
	font-weight: 400;
	color: #707070;
}

/* Couleur des panneaux avec les titres des filtres */
.panel-heading {
	background-color: white !important;
    border-radius: 0px !important;

}

.panel-title>a {
	color: #959595;
	font-size: 16px;
	font-family: "Montserrat";
	
}


/*-----PARTIE TEXTE DU TICKET------ */
.ticket-details {
	height: 100%;
	padding: 10px;

}

.top-details {
	height: 80%;
}
.bottom-details {
	height: 20%;
}

.clubName {
	color: #404040;
	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0.15em;
}

hr.line-under-name {
	border: none;
    height: 1px;
	margin-top: 0px !important;
	margin-bottom: 10px;
    color: rgb(80,80,80); /* old IE */
    background-color: rgb(80,80,80); /* Modern Browsers */
}
hr.line-before-price {
	border: none;
    height: 1px;
	margin-top: 0px !important;
	margin-bottom: 5px !important;
    color: rgb(200,200,200); /* old IE */
    background-color: rgb(200,200,200); /* Modern Browsers */
}

.button-container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.price-container {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.ticket-price{
	height: 40%;
	text-align: left;
	color: rgb(233, 105, 0);
	text-decoration: line-through;
	font-family: 'Montserrat',sans-serif;	
}

.ticket-discountedPrice {
	height: 60%;
	color: #404040;
	text-align: left;
	font-family: 'Montserrat',sans-serif;
}
	
.button-buy {
	background-color: #2ba84a;
	color: white;
	height: 50%;
	font-family: 'Montserrat',sans-serif;
	border-width: 0px;
	margin: auto;
	
	-webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

.button-buy:hover{
	background-color: #10ded3;
	color: white;
	
}

.ticket-highlights {
	margin-bottom: 5px;
}


/*-----PARTIE ORDRE------*/
.order-menu-container {
	width: 100%;
	float: right;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 5px 0px;
}

.order-menu {
	float: right;
	width: 300px;
	height: 40px;
	font-size: 16px;
	font-family: "Montserrat";
	color: #959595;
	padding: 5px;
}

/********* Spinners ************/
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid rgba(236,114,14,0.9);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/********* Popup details ************/
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 380px) {
    gg-tickets .ticket.col-xs-6 {
        width: 100% !important
    }

    gg-tickets .panel-group {
        width: 100%
    }

    gg-tickets h3 {
        font-size: 1rem
    }

    gg-tickets .ticket-highlights {
        font-size: 18px
    }

    gg-tickets .ticket-description {
        font-size: 15px
    }

    gg-tickets .valide {
        font-size: 15px;
        font-weight: light
    }

    gg-tickets .ticket-price {
        font-size: 12px;
        margin-top: 10px
    }

    gg-tickets .ticket-discountedPrice {
        font-size: 15px
    }

    gg-tickets .button-buy {
        width: 90%;
        font-size: 10px
    }
}

@media (min-width: 381px) {
    gg-tickets .ticket.col-xs-6 {
        width: 100% !important
    }

    gg-tickets .panel-group {
        width: 100%
    }

    gg-tickets h3 {
        font-size: 1.2rem
    }

    gg-tickets .ticket-highlights {
        font-size: 20px
    }

    gg-tickets .ticket-description {
        font-size: 14px
    }

    gg-tickets .valide {
        font-size: 12px;
        font-weight: light
    }

    gg-tickets .ticket-price {
        font-size: 14px;
        margin-top: 10px
    }

    gg-tickets .ticket-discountedPrice {
        font-size: 18px
    }

    gg-tickets .button-buy {
        width: 90%;
        font-size: 12px
    }
}

@media (min-width: 461px) {
    gg-tickets .ticket.col-xs-6 {
        width: 100% !important
    }

    gg-tickets .panel-group {
        width: 100%
    }

    gg-tickets h3 {
        font-size: 1.2rem
    }

    gg-tickets .ticket-highlights {
        font-size: 22px
    }

    gg-tickets .ticket-description {
        font-size: 18px
    }

    gg-tickets .valide {
        font-size: 18px;
        font-weight: light
    }

    gg-tickets .ticket-price {
        font-size: 16px;
        margin-top: 0px
    }

    gg-tickets .ticket-discountedPrice {
        font-size: 22px
    }

    gg-tickets .button-buy {
        width: 90%;
        font-size: 14px
    }
}

@media (min-width: 551px) {
    gg-tickets .ticket.col-xs-6 {
        width: 100% !important
    }

    gg-tickets .panel-group {
        width: 100%
    }

    gg-tickets h3 {
        font-size: 1.6rem
    }

    gg-tickets .ticket-highlights {
        font-size: 24px
    }

    gg-tickets .ticket-description {
        font-size: 18px
    }

    gg-tickets .valide {
        font-size: 18px;
        font-weight: light
    }

    gg-tickets .ticket-price {
        font-size: 18px;
        margin-top: 0px
    }

    gg-tickets .ticket-discountedPrice {
        font-size: 24px
    }

    gg-tickets .button-buy {
        width: 90%;
        font-size: 16px
    }
}

@media (min-width: 768px) {
    gg-tickets .ticket.col-xs-6 {
        width: 100% !important
    }

    gg-tickets .panel-group {
        width: 25%
    }

    gg-tickets h3 {
        font-size: 1.6rem
    }

    gg-tickets .ticket-highlights {
        font-size: 24px
    }

    gg-tickets .ticket-description {
        font-size: 18px
    }

    gg-tickets .valide {
        font-size: 18px;
        font-weight: light
    }

    gg-tickets .ticket-price {
        font-size: 18px;
        margin-top: 0px
    }

    gg-tickets .ticket-discountedPrice {
        font-size: 24px
    }

    gg-tickets .button-buy {
        width: 90%;
        font-size: 16px
    }
}

@media (min-width: 992px) {
    gg-tickets .ticket.col-xs-6 {
        width: 50% !important
    }

    gg-tickets .panel-group {
        width: 25%
    }

    gg-tickets h3 {
        font-size: 1.2rem
    }

    gg-tickets .ticket-highlights {
        font-size: 16px
    }

    gg-tickets .ticket-description {
        font-size: 14px
    }

    gg-tickets .valide {
        font-size: 14px;
        font-weight: light
    }

    gg-tickets .ticket-price {
        font-size: 14px;
        margin-top: 10px
    }

    gg-tickets .ticket-discountedPrice {
        font-size: 16px
    }

    gg-tickets .button-buy {
        width: 90%;
        font-size: 12px
    }
}

@media (min-width: 1200px) {
    gg-tickets .ticket.col-xs-6 {
        width: 50% !important
    }

    gg-tickets .panel-group {
        width: 25%
    }

    gg-tickets h3 {
        font-size: 1.4rem
    }

    gg-tickets .ticket-highlights {
        font-size: 22px
    }

    gg-tickets .ticket-description {
        font-size: 15px
    }

    gg-tickets .valide {
        font-size: 13px;
        font-weight: light
    }

    gg-tickets .ticket-price {
        font-size: 12px;
        margin-top: 0px
    }

    gg-tickets .ticket-discountedPrice {
        font-size: 22px
    }

    gg-tickets .button-buy {
        width: 90%;
        font-size: 14px
    }
}

gg-tickets .no-gutter {
    padding-right: 0 !important;
    padding-left: 0 !important
}

gg-tickets .ticket {
    height: 330px
}

gg-tickets .inner-box-ticket {
    height: 310px;
    margin: 10px;
    background-color: white
}

gg-tickets #main {
    overflow-x: visible !important;
    background-color: #efefef
}

gg-tickets .page-header {
    margin: 0
}

gg-tickets #notickets {
    float: right
}

gg-tickets .notickets {
    text-align: center;
    font-size: 30px;
    width: 100%
}

gg-tickets .ticket-img-container {
    height: 310px;
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden
}

gg-tickets .img-tag {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    border-style: solid;
    border-width: 93px 148px 0 0;
    border-color: rgb(92, 182, 56) transparent transparent transparent;
}

gg-tickets .discount-ticket {
    position: absolute;
    left: 10px;
    top: 3px;
    font-size: 34px;
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    font-weight: lighter
}

gg-tickets label {
    display: block;
    padding-left: 15px;
    font-weight: 400
}

gg-tickets .filtres-padding {
    height: 10px
}

gg-tickets .panel-title [aria-expanded=true]:before {
    content: "\f077 ";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #959595
}

gg-tickets .panel-title [aria-expanded=false]:before {
    content: "\f078";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #959595
}

gg-tickets .panel {
    background-color: #efefef
}

gg-tickets .panel-collapse {
    background-color: white
}

gg-tickets .main-panel {
    text-decoration: underline;
    text-align: center;
    font-size: 28px;
    font-family: "Montserrat";
    font-weight: 400;
    color: #707070
}

gg-tickets .panel-heading {
    background-color: white !important;
    border-radius: 0px !important
}

gg-tickets .panel-title>a {
    color: #959595;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: normal;
}

gg-tickets .ticket-details {
    height: 100%;
    padding: 10px
}

gg-tickets .top-details {
    height: 80%
}

gg-tickets .bottom-details {
    height: 20%
}

gg-tickets .clubName {
    color: #404040;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.15em
}

gg-tickets hr.line-under-name {
    border: none;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 10px;
    color: #505050;
    background-color: #505050
}

gg-tickets hr.line-before-price {
    border: none;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    color: #c8c8c8;
    background-color: #c8c8c8
}

gg-tickets .button-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px
}

gg-tickets .price-container {
    height: 100%;
    display: flex;
    flex-direction: column
}

gg-tickets .ticket-price {
    height: 40%;
    text-align: left;
    color: #2ba84a;
    text-decoration: line-through;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: .4em;
}

gg-tickets .ticket-discountedPrice {
    height: 60%;
    color: #404040;
    text-align: left;
    font-family: 'Montserrat', sans-serif
}

gg-tickets .button-buy {
    background-color: #2ba84a;
    color: white;
    height: 50%;
    font-family: 'Montserrat', sans-serif;
    border-width: 0px;
    margin: auto;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}

gg-tickets .button-buy:hover {
    background-color: #32bf55;
    color: white
}

gg-tickets .ticket-highlights {
    margin-bottom: 5px
}

gg-tickets .order-menu-container {
    width: 100%;
    float: right;
    padding: 0px 10px 0px 10px;
    margin: 5px 0px 5px 0px
}

gg-tickets .order-menu {
    float: right;
    width: 300px;
    height: 40px;
    font-size: 16px;
    font-family: "Montserrat";
    color: #959595;
    padding: 5px
}

.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid rgb(43, 168, 74);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    margin: auto
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.invoicewithpayment.container {
    background: #efefef
}

.invoicewithpayment-invoice {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px
}

.invoice-sellerblock {
    margin: 0;
    padding: 0
}

.invoice-sellerblock .invoice-seller {
    background: rgb(43, 168, 74);
    padding: 15px 25px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin: 0;
    border-radius: 10px 10px 0px 0px;
    font-size: 20px;
}

.invoice-headerrow.row {
    background: #efefef;
    padding: 15px 25px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    color: #101010;
    margin: 0px;
}

.invoice-headerrow.row .invoice-header-remove {
    padding-left: 0px
}

.invoice-headerrow.row .invoice-header-quantity,
.invoice-headerrow.row .invoice-header-description {
    padding-left: 5px
}

.invoice-lineblock {
    padding: 10px 0px;
    border-bottom: 1px solid #efefef
}

.invoice-summaryblock .invoice-subtotalblock {
    padding-right: 0px;
    margin-right: 0px
}

.invoice-summaryblock .invoice-subtotalblock .invoice-subtotaltaxlabel {
    border-top: 4px solid #efefef;
    padding: 10px 0px 0 2px
}

.invoice-summaryblock .invoice-subtotalblock .invoice-subtotaltaxamount {
    border-top: 4px solid #efefef;
    padding: 10px 15px 0 2px
}

.invoice-summaryblock .invoice-taxblock {
    padding-right: 0px;
    margin-right: 0px
}

.invoice-summaryblock .invoice-taxblock .invoice-taxlabel {
    padding: 10px 0px 0 2px
}

.invoice-summaryblock .invoice-taxblock .invoice-taxvalue {
    padding: 10px 15px 0 2px
}

.invoice-summaryblock .invoice-totalblock {
    padding-right: 0px;
    margin-right: 0px
}

.invoice-summaryblock .invoice-totalblock .invoice-totallabel,
.invoice-summaryblock .invoice-totalblock .invoice-totalvalue {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    border-top: 5px solid #efefef;
    margin-top: 10px
}

.invoice-summaryblock .invoice-totalblock .invoice-totallabel {
    padding: 10px 0px 0 2px
}

.invoice-summaryblock .invoice-totalblock .invoice-totalvalue {
    padding: 10px 15px 0 2px
}

.invoicewithpayment.container input[type="button"] {
    background-color: #2ba84a;
    color: white;
    height: 50%;
    font-family: 'Montserrat', sans-serif;
    border-width: 0px;
    margin: 10px 25px 0px 0px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}

.invoicewithpayment.container input[type="button"]:hover {
    background-color: #34c357;
    color: white
}

.invoicewithpayment-invoice input[type="text"] {
    text-align: center
}

.invoicewithpayment-invoice input[type="button"] {
    background-color: #34c357;
    color: white;
    height: 50%;
    font-family: 'Montserrat', sans-serif;
    border-width: 0px;
    margin: 10px 25px 0px 0px;
    float: right;
    padding: 10px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}

.invoicewithpayment-invoice input[type="button"]:hover {
    background-color: #34c357;
    color: white
}

.invoice input[type="button"] {
    background-color: #2ba84a;
    color: white;
    height: 50%;
    font-family: 'Montserrat', sans-serif;
    border-width: 0px;
    float: left;
    padding: 10px;
    margin: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}

.invoice input[type="button"]:hover {
    background-color: #34c357;
    color: white
}

.invoicewithpayment-payment.row {
    text-align: right;
    padding: 0px 0 20px 0
}

button.gg_autoinvoice_paypalsubmit {
    background: #2ba84a;
    border: none;
    color: #fff;
    padding: 14px;
    font-size: 18px
}

button.gg_autoinvoice_paypalsubmit:hover {
    background: #34c357
}

button.gg_autoinvoice_paypalsubmit:before {
    content: "Accepter les termes et procéder au paiement / Accept the terms and proceed to payment";
    display: block;
    padding-bottom: 5px
}

button.gg_autoinvoice_paypalsubmit img {
    display: none
}

#gg-mytickets .mytickets_results {
    background: #fff;
    border-radius: 15px
}

#gg-mytickets .mytickets_results-headerblock {
    background: rgb(43, 168, 74);
    padding: 15px 25px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin: 0 0 15px 0;
    border-radius: 10px 10px 0px 0px;
    font-weight: 300;
}


#gg-mytickets .teetimes_results-lineblock.row {
    margin: 0;
    padding: 10px 0 0 0;
    width: 100%;
}

#gg-mytickets .teetimes_results-lineblock.row:last-child {
    border-bottom: none
}

#gg-mytickets .teetimes_results-lineblock:hover {
    background: transparent;
    cursor: auto
}.gg-pdo-table {
    background: white;
}

.gg-pdo-row {
    border-bottom: 3px solid #60b0a569;
}

button.gg-pdo-discount-button {
    background: #efefef;
}
button.btn.btn-primary.gg-pdo-regionfilter-button {
    margin-bottom: 5px;
}
.home .item-page div h3 {
    margin-top: 90px;
}

.gg-module.club .details {
    margin-top: -110px;
}
.teetimes_confirm_terms_global.teetimes_confirm_terms_payment.well.well-terms {
    background: #2ba84a2e;
    border-radius: 5px;
    font-size: 20px;
    color: #231200;
    border: 1px solid #2ba84a;
}


.wrapper-bottom .details {
    float: right;
}

/********* Popup details ************/
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-header .close {
    margin-top: -30px;
}

.modal-header {
    background: rgb(43, 168, 74);
    border-radius: 5px 5px 0 0;
}

h5.modal-title {
    font-weight: 400;
    font-size: 26px;
    font-family: Montserrat;
    color: white;
}

.hiddenPrice {
  display:none;
}

/*.ticket_promoted .inner-box-ticket {
    box-shadow: 0px 0px 8px 3px #636363;
}

.ticket_promoted h3.clubName, .ticket_promoted .ticket-highlights {
    font-weight: 600;
}*/
#price-range-slider {
    margin: 0px 15px;
}


.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #2ba84a38;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
    background: #2ba84a;
    border: 1px solid #269040;
    width: 1em;
    height: 1em;
    top: -3px;
}

.article-intro-image.float-left img {
    border-radius: 10px 10px 0px 0px;
    width: calc(100% - 10px);
}
