.shop_container_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 0 7rem;
	margin: auto;
}

.ticket_detail_container .page_title {
    margin: 0 0 15px 0;
    padding: 0px 0 20px 0;
    font: bold 28px / 1em 'Open Sans', sans-serif;
    color: #000000;
    text-transform: none;
    /* border-bottom: 1px solid #ddd; */
    letter-spacing: -1.2px;
}

.ticket_item {
	position: relative;
	display: inline-table;
	width: calc((100% - 30px) / 5);
	height: 360px;
	overflow: hidden;
	padding: 12px;
	margin: 1px;
	cursor: pointer;
}

.ticket_item:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ticket_detail_container {
	margin: 5.25rem 0;
}

.user_index_container {
	margin-top: 5.25rem;
	
}

/* 
.user_content_container {
	width: 100%;
	padding: 0 150px;
}
 */

.user_content {
	background: #fff;
	padding: 2rem;
	margin: 2rem 0 4rem 0;
	min-height: 600px;
    box-sizing: border-box;
}

.user_content table th {
	border: none;
}

.profile-usermenu ul.nav li {
	width: 100%;
	padding: 7px 10px;
}

.profile-usermenu ul.nav li a {
	padding: 7px 10px;
	display: block;
}

.profile-usermenu .nav > li > a.active, .profile-usermenu .nav > li > a.active {
    background: #eee !important;
    width: 100%;
}

.shop_container {
	margin-top: 5.25rem;
}

.shop_container h2, .shop_container h3, .shop_container h4, .shop_container h5 {
	color: #000;
}

.order_steps {
	margin-top: 2rem;
}

.order_steps .row {
	margin-left:0;
	margin-right:0;
}

.order_steps a.active {
	background:#fff;
}

.order_steps a span {
	font-size:40px;
	/* margin-top:-50px */
}

.order_steps a {
	padding: 20px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.margin_bottom {
	margin-bottom: 2rem;
}

.order-content {
	min-height:350px;
	background:#fff;
	overflow: auto;
	zoom: 1;
	padding:30px 20px;
	margin-bottom: 3rem;
}

.order-buttons {
	padding-top:25px
}

.ticket_text {
	padding: 1.5rem 3rem;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    /* * vertical-align: middle; */
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    /* * overflow: visible; */
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, img {
    outline: none !important;
}

ul {
    margin: 0px;
}

a:focus {
    outline: 0;
    border: none;
    text-decoration: none;
}

a {
    border: none
}

* {
    outline: none
}

.hidden-desktop {
    display: none;
}

#wrapper {
    height: auto !important;
    margin: 0 auto ;
}

#push, #wrapper-footer {
    height: 82px;
}

html {
    height: 100%;
}

/*cart*/
table.cart thead {color:#6b6a6a}
table.cart tbody, table.cart thead th {border:none}
/* table.cart tbody tr td {border:none;} */
table.cart tr td {border-top: 1px dotted #ddd;line-height:40px}
table.cart tr td.no-border {border:none;line-height:15px}
table.cart tbody tr td.summary {border-top:1px solid #eee !important;font-size:16px}
table.cart tbody tr td.summary.price {font-weight:600}
table.cart .quantity {
width: 50px;
    height: 39px;
    display: inline-block;    margin: 0;
    padding: 0 10px 0 0;
    outline: none;
    text-align: center;
    border-radius: 0px;
    border: 1px #ddd solid;
    box-shadow: none;
}
table.cart a {font-size: 16px;}
table.cart a.remove:hover {color: #C70D23;}
table.cart a.remove {color: red;}

/* Disabled input */
input.disabled {
    opacity: .5;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="telephone"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: none;
}

input[type="submit"] {
    border-radius: 0;
}

select {
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: none;
    padding: 2px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

textarea {
    min-height: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    resize: vertical;
    border-radius: 0;
    box-shadow: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.table.cart p.cartDetailProductInfo {
	margin-top:-8px;color:#666;font-size:0.9em;line-height:0.9em
}

.add-to-cart-btn, .cms_btn {
	background: #0DC759;
	border: 1px solid #0DC759;
	padding: 1rem 3rem;
	border-radius: 0;
	color: #fff;
}

.cms_btn_default {
	background: #B5B5B5;
	border: 1px solid #A9A9A9;
	padding: 1rem 3rem;
	border-radius: 0;
	color: #fff;
}

.cms_btn_default_md {
	background: #B5B5B5;
	border: 1px solid #A9A9A9;
	padding: 0.5rem 1.5rem;
	border-radius: 0;
	color: #fff;
	font-size: 0.9rem
}

.cms_btn_default:hover, .cms_btn_default_md:hover {
	background: #A9A9A9;
	color: #fff;
}

.login_page {
	margin-top: 2rem;
}

table.accommodation {
	/* font-size:1.2em */
}
table.accommodation label {
	font-weight:normal
}

a.visa-confirm {text-decoration: underline}

#panel_relatedTickets img {
	width:120px
}


/*---------------------------*/			
        
.progress-bar {
	float:left;
	background-color: #ddd;
	height: 25px;
	padding: 5px;
	width: 150px;
	
	         
}

.progress-bar span {
	display: inline-block;
	height: 100%;
	background-color: #777;
	
}

.blue span {
	background-color: #34c2e3;   
}

.orange span {
	  background-color: #fecf23;
}	

.green span {
	  background-color: #a5df41;
}		

.red > span {
  background-color: #ee4242;
}

.graph {
	width: 100px; /* width and height are arbitrary, just make sure the #bar styles are changed accordingly */
	height: 18px;
	border: 2px solid #d0d0d0; 
	background: #ddd;
	
	position: relative;
}
#bar {
	height: 14px; /* Not 30px because the 1px top-border brings it up to 30px to match #graph */
	
}
#bar p { position: absolute; text-align: center; width: 100%; margin: 0; line-height: 15px; }

#bar.green {
	background: #50c41d;
}
#bar.orange {
	background: #fdd726;
}
#bar.red {
	background: #fd2626;
}

.product_availability span {
	font-weight: 800;
}

.tile_currency {
    float: right;
    width: 60px;
    padding-right: 20px;
    line-height: 24px;
    margin-right: 2px;
}

.tile_currency .select_wrap {
    overflow: hidden;
    position: relative;
}

.tile_currency i {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 0;
    z-index: 50;
}

.tile_currency select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    appearance: none;
    padding: 0px 0 0px 0px;
    background: none;
    border: none;
    font: normal 12px / 18px 'Roboto', sans-serif;
    position: relative;
    z-index: 100;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 55px;
}



.tile_search {
    margin-right: 10px;
   
}

.tile_search input {
    width: 100%;
    margin: auto;
    float: left;
    position: relative;
    font-family: 'Roboto', sans-serif;
    padding-left: 10px;
    border-radius: 0px;
    height: 30px;
    line-height: 30px;
}

.tile_search a {
    width: 56px;
    height: 60px;
    display: block;
    float: left;
    margin: 0 0 0 -56px;
    font-size: 33px;
    text-align: center;
    line-height: 59px;
}

.glyphicon-search:before {
    font-size: 12px;
    content: "\f002";
}

.search-btn-bg {
    cursor: pointer;
    display: inline-block;
    height: 28px;
    min-width: 20px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 25px;
    right: 10px;
    background: none;
    outline: none;
    border: none
}

.searchIconNew {
    background: url("../images/search-icon.png") no-repeat scroll center center;
    width: 25px;
    height: 30px;
    left: 4px;
    display: inline;
    position: absolute;
    top: 0px;
}

.assetBlock {
    text-align: center;
    margin: auto;
    padding: 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding-bottom: 8px;
}

#slideshow {
    text-align: right;
    background:red;
    
    
}
#slideshow a {
	font-size: 15px;
    color: #959595;
   
}
#slideshow a:hover {
    color: #fff;
}


.tickets_download_area p {margin-bottom:5px;font-size:14px;font-weight:600}
/************************************* PRODUCT VIEW *************************************/


.product_wrap {
    padding: 0px 0 0 0;
   
}
.product_image-wrap {
	align:center;
    overflow: hidden;
}

.product_image-wrap img.horizontal_image {
	height: 100%;
}
.product_image-wrap img.vertical_image {
	width: 100%;
}
.product_image-wrap img {
  width:100%;
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_image-wrap span.sold_out{
	position:absolute;
	background:red;
	padding:15px 35px;
	z-index:1;
	top:15px;
	left:-19px;
	color:#fff;
	font-weight:600;
	text-transform: uppercase;
	font-size:1.2em
}

.product_image-wrap span.product_sold_out{
	position:absolute;
	background:red;
	padding:15px 35px;
	z-index:1000;
	top:15px;
	color:#fff;
	font-weight:600;
	text-transform: uppercase;
	font-size:1.2em
}

.product_image-wrap:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#product_image-container {
    overflow: hidden;
}

div#product_price {
	float:left;
	line-height: 100px;
}

#product_price p{
    font: bold 20px / 1em 'Open Sans', sans-serif;
    padding: 0 0 10px 10px;
    color: #555555;
}

.old_price, .old_price2 {
    text-decoration: line-through;
    font-weight:normal;
    font-size:12px;
}

.product_price {margin:0 0 10px 10px}

.product_price .old_price {
	position:absolute;
	right:30px;
}

.money .old_price2 {
	/* position:absolute; */
	right:30px;
	top:-20px;
}

.product_price .sale {
	color:#fff;
    position: absolute;
    padding:9px 3px 3px 3px;
    top: 15px;
    left: 30px;
    font-size:14px;
    width: 40px;
	height: 40px;
	background: #00920A; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
}

.product .product_cart {
    padding: 0 10px 0 0;
}

.product .product_cart i {
    color: #db0066;
}

.product .product_title-wrap {
	
	font:  14px / 1em 'Open Sans', sans-serif;
    padding: 10px ;
    color: #555555;
 
}
.product .product_price .money {
    font: bold 20px / 1em 'Roboto', sans-serif;
    
}

.product_wrap .product-price .compare_at_price {
    color: #ccc !important;
    text-decoration: line-through;
    font: normal 28px / 1em 'Open Sans', sans-serif;
    margin-left: 20px
}

.product_wrap .variants-wrapper {
    padding: 15px 0 0 0;
}

.product_wrap .variants-wrapper label {
    margin-right: 10px;
    width: 45px;
}

.product_wrap #purchase {
    vertical-align: top;
}

.product_wrap #button {
    vertical-align: top;
    padding: 20px 0;
}

.product_wrap #button #add-to-cart {
	
    vertical-align: top;
    background: #187401;
    color: #ffffff;
    font-size: 14px;
    text-shadow: none;
    padding: 9px 20px;
    margin-top: 0px;
    font-weight: bold;
    transition: color 300ms ease-in-out 0s, 
    background-color 300ms ease-in-out 0s, 
    background-position 300ms ease-in-out 0s;
    border: none;
    font-family: 'Roboto', sans-serif;
}

.product_wrap #button #add-to-cart:hover {
    background: #000000;
}

.product_wrap #button #add-to-cart:before {
    /* 
content: "\f07a";
    font-family: 'FontAwesome';
 */
    margin-right: 8px;
}

.product_wrap #add {
    vertical-align: top;
    
    border-top: 1px #e5e5e5 solid;
}

.product_wrap .quantity {
	float:left;
    width: 50px;
    height: 39px;
    /* display: inline-block; */
    margin: 0;
    padding: 0 10px 0 0;
    outline: none;
    text-align: center;
    border-radius: 0px;
    border: 1px #ddd solid;
    box-shadow: none;
}

.product_wrap #select_option {
    height: 39px;
    /* display: inline-block; */
    margin: 0;
    padding: 0 10px 0 0;
    outline: none;
    text-align: center;
    border-radius: 0px;
    border: 1px #ddd solid;
    box-shadow: none;
}

.product_option label {
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #2C3555;
    
}

.product_wrap .product_option{
	border-top:1px dotted #eee;
	padding: 10px 0;
	
}

.product_wrap .product_details {
    margin: 0px 0 0 0;
    padding: 10px 0 15px 0;
}

.product_wrap .product_details > div {
    padding: 5px 0 0 0;
}

.product_wrap .product_details strong {
    display: inline-block;
    width: 80px;
}

.product_wrap #product_description {
    margin: 0px 0 0 0;
    padding: 15px 0 15px 0;
}

.product_wrap #product_description h3 {
    padding: 15px 0 10px 0;
    font-size: 16px;
    text-transform: none;
}

.product_wrap #product_description p {
    padding: 0px;
    font-size: 13px;
    margin: 0px;
    color: #777;
}

.product_wrap .addthis_toolbox {
    margin: 0px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #dddddd;
}

.product_image-additioanl a {
    display: block;
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6px;
}

.product_image-additioanl .active img {
    border: 5px #ddd solid;
}

.pro-reviews .spr-header-title {
    display: none;
}

.pro-reviews .spr-summary-actions {
    display: none;
}

.spr-container {
    border: none !important;
    padding: 0px !important;
}

.spr-icon-star-empty:before {
    content: '\f005' !important;
    font-family: FontAwesome !important;
    font-size: 11px !important;
    color: #bbb !important;
    margin-right: 3px !important;
}

.spr-icon-star:before {
    content: '\e800';
    color: #ffc50a;
    font-size: 11px !important;
    margin-right: 3px !important;
}

.product_image-additioanl a img {
    max-width: 100%
}



.product_wrap select {
    padding: 7px 10px 8px;
    width: 150px;
}

.product_wrap .spr-badge {
    margin-bottom: 15px
}

.spr-form input {
    padding: 7px;
}

.spr-form-input-textarea {
    padding: 7px;
    border: 1px #ddd solid;
}

.spr-button-primary {
    float: none
}

.swatch .swatch-element .crossed-out {
    display: none;
}

.swatch {
    position: relative;
    margin-top: 20px;
}

.swatch .header {
    display: none;
}

.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swatch label {
    float: left;
    min-width: 25px !important;
    height: 25px !important;
    margin: 0;
    border: 1px solid #cbcbcb;
    background-color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 25px;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0px !important;
    font-weight: bold

}

.swatch-element {
    margin-right: 10px;
    position: relative;
    display: inline-block;
}

.color.swatch-element label {
    padding: 0;
}

.swatch input {
    display: none;
}

/* Tooltips */
.swatch .tooltip {
    text-align: center;
    background: gray;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -23px;
    margin-bottom: 15px;
    /* Make it invisible by default */
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    /* Animations */
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS triangle */
.swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid gray 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.swatch .swatch-element:hover .tooltip {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.swatch input:checked + label, .swatch label:hover {
    border-color: #000;
    border-width: 2px;

}

.caption_title-1 span {
    color: #4a7699 !important;
}

.caption_title-2 span {
    color: #4a7699 !important;
}

.zoomWrapper, #elevatezoom_big {
    width: 470px !important;
    height: auto !important;
    position: relative !important;
}

.grid-item.pagination-border-top {
    display: inline-block;
    width: 100%;
}

#latest-products-slider .product_image-wrap a img {
    border: 2px solid #fff;
}

.product_wrap .bottom_block {
    border-top: 1px #e5e5e5 solid;
}

.product_wrap ul.social-links {
    margin-top: 20px;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    padding-left: 0px;
}

.product_wrap ul.social-links li {
    display: inline;
    border: none;
    float: left;
    width: auto;
    margin-right: 10px;
    border: 1px #eaeaea solid;
    border-radius: 20px;
}

.product_wrap ul.social-links li a {

    color: #888;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.product_wrap ul.social-links li:hover a {

    color: #fff;
}

ul.social-links li.tile_twi:hover {
    background: #359BED;
    border: 1px #359BED solid;
}

ul.social-links li.tile_gpl:hover {
    background: #E33729;
    border: 1px #E33729 solid;
}

ul.social-links li.tile_fcb:hover {
    background: #3C5B9B;
    border: 1px #3C5B9B solid;
}

ul.social-links li.tile_pin:hover {
    background: #cb2027;
    border: 1px #cb2027 solid;
}

ul.social-links li.tile_rss:hover {
    background: #fd9f13;
    border: 1px #fd9f13 solid;
}

ul.social-links li.tile_linkedin:hover {
    background: #027ba5;
    border: 1px #027ba5 solid;
}

ul.social-links li.tile_youtube:hover {
    background: #f03434;
    border: 1px #f03434 solid;
}

.product_images {
	margin-top: 2rem;
}

.product_images .large-image img {
    height: auto;
    width: 100%;
}

.product_images img {
    width: 100%;
}

.product_images .thumb-image img {
	display:inline-block;
    border: 1px solid #ddd;
    height: auto;
    padding: 1px;
    width: 100%;
}

.product_option {
	border-top: 1px solid #eee;
	padding: 10px 0;
}

.shop_categories {
	width: 100%;
	margin: 2rem; 
}

.shop_categories a {
	background: #ECECEC;
	padding: 10px 20px;
	border-left:5px solid #FFB901;
	margin-right:5px
}

.list_products {
	padding: 2rem 0;
	width: 100%;
}

.sold_out {
	background: red;
	color:#fff;
	padding:10px 25px;
	margin-left:20px;
	display: inline-block;
}

.related_services, .cart_related_services{
	margin-top:-10px;
}

.related_services p, .cart_related_services p {
	padding:0;
	margin:0;
	line-height:16px;
}

#order-action {
	margin-top:15px;
}
.voucher_panel {
	padding:15px 20px 25px 20px;
}
.voucher_panel h4 {
	margin-top:0;
}

.tickets_xchange div.myPrice {
	margin-top: 1.5rem;
}

.burza_item {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    margin: .5rem 0;
}

.burza_item.waiting {
    background-color: #F0ECD4;
}

.burza_item.open {
    background-color: #FFE6EA;
}

.burza_item.sold {
    background-color: #E2F6E8;
}

.burza_item.active {
    background-color: #D8D8D8;
}

.burza_item label {
	padding-top: .5rem;
    
    color: #001D42;
}

.burza_item p {
	margin: 0;
}

.burza_item label span.barcode {
	background: #0A2E5C;
	color: #fff;
	padding: .3rem .5rem;
	font-weight: 900;
	border-radius: .4rem;
}

.burza_item label p {
	margin-top: 5px;
}

.burza_item label p.ticket_name {
	font-weight: 900;
}

.xchange_seller_payment {
	padding: .75rem 1.25rem;
    margin-bottom: 0;
    background: #F8F6E6;
    margin: .5rem 0;
    border: 1px solid #F0ECD4;
}

.xchange_seller_payment {
    border-left: 15px solid #F0ECD4;
}

.xchange_seller_payment input[type='radio'] {
	margin-right: 5px;
}

.xchange_payment_info .order_payment_info {
	padding-right: 3rem;
}

.xchange_payment_info .order_payment_info p {
	margin: .2rem;
}

.filterBy_orderBy div.dropdown {
	float: left;
	margin-right: 10px;
}

.lock_limit_info {
	padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    background-color: #E0F3FE;
}

.btn-xs {
	padding: 3px 8px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 3px;
}

#behalfOf {
	background: red;
	position: fixed;
	top:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 1rem;
	margin: auto;
	z-index: 999;
	height: 3rem;
}

#behalfOf + #header {
	
	top: 3rem;	
}