.navbar, navbar-default, yamm {
	border: none;
    box-shadow: none;
}
.navbar-header {
	width: 100%;
}
.nav, .navbar-nav, .navbar-right, .menuItems
{
	width: 100%;
    display: flex;
}
.navbar-form, .navbar-right {
	width: 50%;
}
.navbar-form {
	padding: 0 0 !important;
}
@media (min-width: 992px) {
.navbar .formOutline {
    margin-left: 0px !important;
}
}
@media (min-width: 768px){
.navbar-form {
    margin-top: 0px;
    padding-right: 5px;
    margin-top: 0px !important;
}
}
@media (min-width: 768px) {
  .navbar-left {
    float: none !important;
  }
  .navbar-right {
    float: none !important;
  }
}
@media (max-width: 768px) {
	#bRefine {
		display: none;
	}
	.main-content{
	z-index: 100000;
}
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px 10px 0;
    line-height: 30px;
    margin-right: calc(10px + 5vw);
    width: 100%;
}
.menuItems {
	width: 100%;
}
.container {
	padding-left: 0px !important;
}

.formOutline {
	width: 100%;
}
.form-group {
	width: 95% !important;
}
.glyphicon-list {
	display: none;
}
.bResultItemCol:nth-child(1n+1) {
	width: 50%;
	padding-right:15px;
	padding-left:0;
	padding-bottom: 15px;
	height: auto;
	border-radius: 30px; 
}
.bResultItemCol:nth-child(2n+2) {
	width: 50%;
	/*background-color: blue;*/
	padding-right:-15px;
	padding-left: 0; 
	height: auto;
}
.bResultItemContent {
	display: flex;
	height: auto;
	padding-top: 15px
}
.bResultItem {
	width:100%;
	padding: 0;
}
.bResultItem {
border-top: 4px solid black;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: black;
    margin: 0;
}
.bResultItemText {
	text-align: left
}
.bResultItemText > h5 {
	font-size: 10px;
}
/*.bResultItemContent {
	height: auto;
	display: flex;
	width: 100%;
}*/
.bResultItemImg{
	/*width: 50%;*/
}
.bResultItemImgPlaceholder {
	margin: 0;
}
.tile-S, .details {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    box-sizing: border-box;
    flex: 1 1 50%;
    font-family: 'SuisseIntl2024';
    justify-content: space-between;
}
.context-event {
    font-size: 80%;
    order: 1;
    /* color: rgba(255, 0, 0, 0.5); */
    opacity: .5;
}
.tile::after {
    content: "";
    height: 20px;
    width: 20px;
    background: none;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.fa-angle-left {
	/*transform :rotate(-45deg);*/
	color: white !important;
}
.fa-angle-right {
	/*transform :rotate(-45deg);*/
	color: white !important;
}

@media (min-width: 992px){
.nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
    font-size: 16.5px;
}

}
.borderlogo {
	content: "";
    height: 20px;
    width: 20px;
    background: url(img/corner.png) no-repeat bottom right;
    display: block;
    position: absolute;
    right: 0;
    bottom: 20;
}
.short {
    order: 11;
    font-size: 1.5em;
    /* text-transform: uppercase; */
    font-family: 'SuisseIntl2024';
    line-height: 1.5rem;
    margin: 30px 0;
}
.dates {
    color: #666;
    order: 22;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    border: none;
    font-size: 1em;
    margin-bottom: 10px;
}
.tile .dates {
	    text-transform: none !important;
}
.time {
    color: #666;
    order: 24;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    border: none;
    font-size: 1em;
    text-transform: lowercase;
    padding: 0;
}
#bRefine {
	background: none;
	border-top: 4px solid black;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: black;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    font-size: 2em;
    text-transform: lowercase;
    line-height: 1;
    padding-top: 20px;
    color: black;
}
#bRefine > h2 {
	font-family: 'SuisseIntl2024';
	font-size: 1em;
	color: black;
}
#bRefine > h3 {
	font-family: 'SuisseIntl2024';
	font-size: 0.5em;
	color: black;
	}
#bRefine > h3::before {
	content: "";
    /* background: url(img/black-corner-arrow.png) no-repeat center center;
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px; */

    background: url("img/black-south-east-arrow.png") no-repeat;
    background-size: 15px;
    display: block;
    min-width: 15px;
    min-height: 20px;
    margin-right: 8px;
    content: "";
    float: left;
}
.firstname, .medium-word {
    margin: 0;
    margin-right: 30px;
    font-size: 2.5rem;
    font-family: 'SuisseIntl2024';
    margin-top: 0;
    color: black;
}
.detailNavBgLeft, .detailNavBgRight {
	font-size: 2.5rem;
	width: 50%;
}
.detailNavBgRight {
	float: right;
}
.fa-angle-right, .fa-angle-left {
	font-size: 5rem;
	color: black;
}