
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.front-header h1{padding:0  !important}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.front-header h1{padding:0  !important}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
.front-header h1{padding:0 !important}
}

html, body, body > .container-fluid >.row,body.ticketing-body > .container-fluid,body.ticketing-body > .container-fluid >.row>div, .col-lg-3.panel-col,.panel-col > .panel, .panel > .content,.content > .list-group {
	height: 100%;
	min-height: 100%;
}
body { 
	margin:0; 
	padding:0; 
 overflow-y: auto !important;
        font-family: 'Exo 2', sans-serif;
}
body.ticketing-body{
    overflow:hidden !important;
    
}
body.body-front{
    background-color: #fff;
}
body > .front-header, body > .container-fluid{
    margin-top:40px;
}
#map { 
	position:absolute; 
	top:0; 
	bottom:0; 
	width:97%; 
}
.bottom-panel {
	position: absolute;
	right: 0;
	left: 0;
	background: #fff;
	bottom: 0;
	padding: 0;
	/*line-height: 33px;*/
	height: 70px;
	border-top: 1px solid #ddd;
}
.navbar.navbar-inverse {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	background-color:#004B37;
}
.main {
/*	padding-top: 60px; */
}
.content .list-group-item {
	cursor:pointer;
	border-bottom:1px solid #ddd; 
	border-top: 1px solid #ddd;
}
.content .list-group-item > div {
        padding: 20px;
}
.content .list-group-item:hover, .list-group-item.active-item {
	background-color:#eee;
}
.content  .list-group-item i {
	margin-right:25px;
	margin-top: 3px;
}
.content .list-group-item .row-content .least-content {
	top:25%
}
.content .list-group-item .row-content{
	width: 100%; 
	min-height: 10px !important;
}
.content .list-group-item-heading {
	margin:0;
}
.content-panel{
	position: relative;
}
#content::-webkit-scrollbar {
	width: 7px;
}
#content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#content::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}
.toolbar {
	border-bottom: 1px solid #ddd;
	position: absolute;
	height: 35px;
	margin: 0;
	background: #fff;
	z-index: 20;
	top:0;
	right:0;
	left:0;
}
.toolbar.bottom {
	margin-top:35px !important;
}
.toolbar-content {
	position:relative;
}
.toolbar-content > .half {
	width:50%;
	float:left;
	border-right: 1px solid #ddd;
}
.toolbar-content > .full {
	width:100%;
	float:left;
}
.half > .btn-group {
	margin:0;
	width:100%;
}
.half > .btn-group a {
	text-transform:none;
	width:100% !important;
}
.half > .btn-group ul {
	min-width: 217px;
}
.btn.back{
	padding: 0;
	margin: 0;
	line-height: 33px;
}
.btn.back:hover{
	background-color:#f9f9f9 !important;
}
.navbar-inverse {
	box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}
.content {
	max-height: 100%;
	overflow-y: auto;
	overflow-x:hidden;
}
.list-group.rows-holder,.list-group.seats-holder {
	margin-top: 69px;
}
.cart-btn {
    min-width: 120px;
}
.cart-btn i{
   font-size: 17px;
    margin: 0 !important;
    margin: 0;
    padding: 0;
}
.seat-btn{
    position: absolute !important;
	right: 23px;
	top:10px;
	width: 89px;
}
.team-btn{
    background-color:#01402f !important;
   color:#fff !important;
}
.team-btn:hover,.team-btn.active{
    background-color:#003326 !important;
}
.price {
	position: absolute;
	font-size: 15px;
	top: 17px;
	right: 10px;
}
.seats-count {
	text-align: right; 
	font-size: 0.8em; 
	margin-top: 7px;
	float:right;
}
.navbar.navbar-inverse {
	margin:0;
}
.panel-col {
	padding:0;
}
h2.info-title {
	font-size: 16px;
	font-weight: 400;
	margin: 8px 0 0 0;
	text-align: center;
}
#cart  > .dropdown > .dropdown-menu li {
    border-bottom: 1px solid #ddd;
}
.remove-seat{
        position: absolute;
    right: 14px;
    top: 12px;
}

/* LOGIN CSS */
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.9);
    color: #999;
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.9);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #999;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

.checkout{
    margin-top:60px;
}
.checkout  .list-group > .list-group-item { 
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff; 
    border: 1px solid #ddd;
}
.checkout .list-group .list-group-item .btn-group{
    margin:0 !important;
}
.checkout .list-group .list-group-item .btn-group > a{
    text-transform: none !important;
    margin-top: -5px;   
}
.checkout .list-group .list-group-item{
    overflow: visible;
    padding-right: 28px;
     min-height: 55px;
}
.list-group-item>.badge {
    margin-right: 5px;
}
.checkout .list-group-item .badge {
        min-width: 70px;
}
.checkout .panel-body {
    margin:0;
    padding: 0;
}
.checkout .panel-body ul.list-group {
    margin: 0;
}
.checkout .panel-footer{
   text-align: right;
   padding: 10px 30px;
   font-weight: bold;
   font-size: 1.2em;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #01402f;

}
.remove-seat-checkout{
    position: absolute;
    right: 4px;
    top: 9px;
    cursor: pointer;
}
.remove-seat-checkout i{
        font-size: 20px;
}
.message{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 21;
    top: 40px;
    display:none;
}
.deal-item{
    border-bottom: 1px solid #ddd;
}
.deal-item .input-group{
    width:20%;
   float: right;
}
.deal-item:after {
  content: "";
  display: table;
  clear: both;
}
.deal-item a.btn i{
        font-size: 17px;
    margin: 0 !important;
    margin: 0;
    padding: 0;
}
.deal-item{
    padding: 15px;
        line-height: 32px;
}


/* callout */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.deal-item .deal-price{
    margin-right: 20px;
    font-size:16px;
}
.panel-col{
/*    padding-top: 20px; */
    padding-bottom: 20px;
}

/**/

.vs{
    float: left;
        background-color: #00684C;
    padding: 0 20px;
}
.vs .teams{
    float:left;
    padding:0 20px;
    font-size: 13px;
    color:#fff;
}
.vs .team-logo{
    float:left;
    max-height: 30px;
    display:block;
}
.navbar.navbar-inverse{
    position: relative;
     z-index: 2;
    width: 100%;
}
.navbar-collapse{
    width: 100%;
}
.navbar.top-nav{
    background: #f5f5f5;
    border-top: 4px solid #00684C;
    height: 40px;
        min-height: 40px;
    font-size: 14px;
    z-index:100;
}
.top-nav.navbar .navbar-nav>li>a{
    padding:8px;
}
.top-nav .navbar-nav>.open>a, .top-nav .navbar-nav>.open>a:focus, .top-nav .navbar-nav>.open>a:hover{
    color:#fff !important;
}
.navbar-header{
    height:35px;
}
.navbar-nav .dropdown{
    background-color: #00684C;
    margin-left: 5px;
    font-size:14px;
    font-weight: normal;
    color:#fff;
}
.navbar .navbar-brand{
    color: #00684c !important;
    margin: 0 25px;
    font-weight: bold;
    padding: 0;
    height:40px;
    
}
.navbar .navbar-brand:hover{
    text-decoration: underline;
}
.navbar-toggle,.navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover{
        background-color: #00684c;
        margin-top: 2px;
}
.front-header{
    min-height: 176px;
    background-image: url(https://www.fortunasittard.nl/files/1908/h365/02_vervolg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    transition: all 0.3s;
    -webkit-box-shadow: 0 5px 4px rgba(0,0,0, 0.10);
    box-shadow: 0 5px 4px rgba(0,0,0, 0.10);
    -o-background-size: cover;
    background-size: cover;
}
.front-header h1{
    text-align: center; color: #fff; font-size: 4em; font-weight: bold;  text-shadow: 0px 2px 3px #555; margin:0;
    padding-top: 40px;
    
}
.countdown{
    font-size: 16px;
    color: #00684c;
    font-weight: bold;
    padding: 5px 20px;
    float:left;
}
.qnt{
    width: 10px;
    display: block;
}
.order-table td{
    padding: 5px;
}



 .loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
    margin:0 auto;
  font-size: 4px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 104, 76, 0.2);
  border-right: 1.1em solid rgba(0, 104, 76, 0.2);
  border-bottom: 1.1em solid rgba(0, 104, 76, 0.2);
  border-left: 1.1em solid #00684c;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.content > .loader-holder{
    margin: 0 auto;
    margin-top:50px;
}
.loader-holder{
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.loader.large{
    font-size:5px;
}
.loader.medium{
    font-size:3px;
}
.loader.small{
    font-size:2px;
}
.seat-btn > .loader,.seat-btn > .loader-holder{
    float:right;
}
a.cart-btn-price  > .loader{
    float:right;
}
#products > .loader-holder{
    padding: 30px;
}
.add-deal{
    min-height:30px;
}
.add-deal > .loader-holder{
    margin-left:5px;
}
.logo-front{
    padding:13px;
}
.body-front{
    background-color: #fff;
}
.league-logo{
        width: 70px;
    display: block;
    margin: 0 auto;
   
}
.responsive-logo{
    display: block;
    max-width: 70%;
        margin: 0 auto;
    height: auto;
}
.match-row{
    padding: 30px 0;
     border-bottom: 1px dashed #ccc;
}
.login-container{
    margin-top: 100px;
    
}

.matches-container{
padding-top: 100px;
}
.checkout .match img{
    max-height: 75px;
}
.checkout .match .match-title > span{
    font-size: 1.2em;
}
.checkout .match .match-title{
    padding:10px;
}