@charset "UTF-8";
/* CSS Document */

/* Extra small devices (phones, <768px) */
@media only screen and (max-width: 767px) { 

div.payment {
	max-width:100% !important;
	}
	
h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 20px;
  font-weight:normal;
}

h5, .h5 {
  font-size: 12px;
}

h6, .h6 {
  font-size: 11px;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
  
}

.login { 
 margin:20px !important;
}

.navbar-brand {
  text-align:left;
  padding: 13px 0px 0 0;
  }
  
  .btn-centered {
  text-align:center;
  margin-bottom:15px;
  }
  
  #imageHide {
  display:none;
  }
  
  .colHide {
  display:none;
  }
  
  .table {
   font-size: 12px;	  
  }

  .main {
   font-size: 12px;	  
  }
  
}


/* Small devices (tablets, 768px thru 991px) */
@media (min-width: 768px) and (max-width: 991px) { 

div.payment {
	max-width:100% !important;
	}

h2, .h2 {
  font-size: 24px;
  font-weight:normal;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

.navbar-brand {
  text-align:left;
  padding: 13px 0px 0 0;
  }

 .navbar-nav > li > a {
  margin: 0 !important;
  padding: 18px 6px 0px 6px !important;
  border-radius: 0;
  border-top: transparent 1px solid;
  color: #FFFFFF;  
  font-weight: normal !important;
  font-size: 13px !important;
  /*font-family: 'Titillium Web', sans-serif;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);*/
}

.login { 
 margin:20px !important;
}

}


/* Medium devices (desktops, 992px thru 1999px) */
@media (min-width: 992px) and (max-width: 1199px) {

/*payment form width*/
    div.payment {
     max-width:65% !important;
    }

h2, .h2 {
  font-size: 26px;
  font-weight:normal;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

.sb-search {
  margin-right: 15px;
}

.navbar-inverse .navbar-nav > li > a {
  font-family: 'novecento_sans_widedemibold';
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-header {
 text-align:left;
 padding: 4px 0px 2px 0px !important;
 }
 
 .navbar-nav > li > a {
  margin: 0 !important;
  padding: 22px 15px 0px 15px !important;
  border-radius: 0;
  border-top: transparent 1px solid;
  color: #FFFFFF;  
  font-weight: normal !important;
  font-size: 16px !important;
  /*font-family: 'Titillium Web', sans-serif;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);*/
}



}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
	/*payment form width*/
    div.payment {
     max-width:60% !important;
    }
	
    h2, .h2 {
    font-size: 26px;
    font-weight:normal;
    }
       
    h6, .h6 {
    font-size: 14px;
    }
     
     h5, .h5 {
     font-size: 16px;
     }

        
	.event-preview { height: 130px; border-bottom: 30px #fff solid !important; overflow: hidden; }
}

/*global settings*/

.error { 
color:red;
}

/*
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-family: 'novecento_sans_widemedium';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color:#d93800;
}



.btn-default {
  color: #ffffff;
  background-color:#b33a34;
  border-color: #FFF;
}


*/