/*
Theme Name: WBA 2018
*/
/* Blue color: #287ac0 */
body {
	height: 100%;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 100;
	/*background: url(assets/images/bg.png) repeat-x;*/
}
#wrap {
	max-width: 2500px;
	height: auto;
	margin: 0 auto -200px; /* Negative indent footer by its height */
	padding: 150px 0 0; /* Padding bottom by footer height */
	background: url("assets/images/bg.png") repeat-x;
}
/* Set the fixed height of the footer here */
#footer {
	/*height: 270px;*/
	min-height: 200px;
}
h1, .h1 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif !important;
}
h1, h2, .h1, .h2 {
	font-size: 1.5vw;
}
h3, h4, .h3, .h4 {
	font-size: 1.2vw;
}
h5, h6, .h5, .h6 {
	font-size: 1.5vw;
}
h2, .h2 {
	font-weight: bold;
	color: #FFFFFF;
}
h3, .h3 {
	font-weight: bold;
	color: #000000;
}
h4, .h4 {
	font-weight: bold;
}
p, span, th, td {
	font-size: 1.2vw;
}
.span {
	font-size: 1.3vw;
	font-weight: normal;
}
ul, ol {
	font-size: 1.2vw;
}
.navbar-default .container {
	margin: 0 auto;
}
.nav-search {
	margin-top: 8px;
	max-width: 20%;
}
.container {
	width: 100%;
}
.jumbotron {
	width: 100%;
	margin: 0 auto;
	padding: 0px !important;
	border-radius: 0rem !important;
}
.featured-news {
	text-transform: uppercase !important;
	padding: 0;
	margin: 0 0 5px;
	border-bottom: 3px #777777 solid;
}
.big-title {
	font-size: 4.3vw;
	text-transform: uppercase !important;
}
.schedule-td-title {
	height: 7vw;
}
.h3-title {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #1f2223 !important;
}
.h3-title-top {
	margin-top: 5px;
}
.h4-title {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #1f2223 !important;
}
.h4-title-top {
	margin-top: 5px;
}
.h6-title {
	margin-top: 10px;
	margin-bottom: 0px;
}
/* Align Gutenberg embed blocks */
.wp-block-embed {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* End Align Gutenberg embed blocks */
.padding-top {
	padding-top: 30px !important;
}
.padding-bottom {
	padding-bottom: 30px !important;
}

.padding-bottom-15 {
	padding-bottom: 15px !important;
}

.padding-bottom-25 {
	padding-bottom: 25px !important;
}
/* SINGLE POST & PAGES */
.post {
	background-color: #FFFFFF;
}
.post-title {
	font-size: 3.5vw !important;
	color: #287ac0;
}
.post-category {
	color: #000000;
	font-size: 1.5vw;
}
.post-category a {
	color: #000000;
}
.post-autor {
	color: #000000;
	font-size: 1.5vw;
}
.post-autor a {
	color: #000000;
}
/* SINGLE IMAGE */
.single-image {
	/*height: 50% !important;
	width: 50% !important;*/
	margin: 0 auto;
}
.post-content-text p {
	color: #000000 !important;
	/*font-size: 18px !important;*/
	text-align: justify !important;
	/*line-height: 24px !important;*/
	max-width: 700px !important;
	margin: 10px auto 20px auto !important;
}
.post-content-text span {
	color: #000000 !important;
	/*font-size: 18px !important;*/
	text-align: justify !important;
	/*line-height: 24px !important;*/
	max-width: 700px !important;
	margin: 10px auto 20px auto !important;
}
.thumbnail {
	position: relative;
	border: none;
	padding: 0;
}
.wp-caption {
	width: 100%;
}
.wp-caption img {
	display: block;
	height: auto;
	width: 100%;
}
.wp-caption-text {
	font-size: 1.5vw;
	padding: 10px;
	border-bottom: 1px solid #ddd !important;
	margin-bottom: 10px;
}
.font-normal {
	font-weight: 400 !important;
}
.font-bold {
	font-weight: 700 !important;
}
.footer-menu {
	list-style: none !important;
	background-color: transparent !important;
}
.footer-menu > li {
	line-height: 200%;
}
.footer-menu > li > a {
	color: #777777 !important;
	font-weight: normal !important;
	font-size: 1.2vw;
	text-transform: uppercase;
}
.footer-logo {
	height: 70px;
	width: auto;
	float: none;
	margin: 0 auto;
}
.footer-icons {
	width: 5vh;
	height: auto;
	float: none;
	margin: 0 auto;
}
.img-latest-news {
	display: inline-block;
	height: auto;
	max-width: 150px;
	padding: 2px;
	line-height: 1.428571429;
	background-color: #484747;
}
.border-dark {
	border: 2px #0C0C0C solid;
}
.border-light {
	border: 1px #E9E9E9 solid;
}
.vertical-align {
	display: flex !important;
	align-items: center !important;
}
/* BACKGROUNDS */
.bg-gray {
	background-color: #484747 !important;
}
.bg-lightgray {
	background-color: #F7F7F7 !important;
	border-bottom: 1px #EAEAEA solid;
}
.bg-darkgray {
	background-color: #1f2223 !important;
}
.bg-blue {
	background-color: #287ac0 !important;
}
.bg-white {
	background-color: #FFFFFF !important;
}
.bg-black {
	background-color: #000000 !important;
}
.bg-secondary {
	color: #6c757d !important;
}
.bg-success {
	background-color: #5cb85c !important;
}
.bg-info {
	background-color: #5bc0de !important;
}
.bg-warning {
	background-color: #f0ad4e !important;
}
.bg-danger {
	background-color: #d9534f !important;
}
/* TEXT STYLES */
.text-uppercase {
	text-transform: uppercase !important;
}
/* COLORS */
.text-white {
	color: #FFFFFF !important;
}
.text-secondary {
	color: #6c757d !important;
}
.btn-secondary {
	background-color: #6c757d;
}
.text-blue {
	color: #287ac0 !important;
}
.bg-success {
	background-color: #dff0d8;
}
.bg-primary {
	background-color: #3071a9;
}
.bg-secondary {
	background-color: #6c757d;
}
.bg-warning {
	background-color: #8a6d3b;
}
.bg-danger {
	background-color: #a94442;
}
.bg-info {
	background-color: #31708f;
}
.brand-logo {
	display: block;
	height: auto;
	width: 100%;
}
/* Center Navbar */
.navbar-toggle {
	z-index: 3;
}
/* MENU */
.navbar-nav {
	width: 100% !important;
}
.dropdown a {
	color: #FFFFFF !important;
	font-weight: 700;
}
.navbar-default .navbar-toggle {
	border-color: #777777;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #777777;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-color: #777777;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #FFFFFF;
	background-color: transparent !important;
	border-bottom: medium #777777 solid;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #1f2223 !important;
	text-decoration: none;
	background-color: #777777;
	outline: 0;
}
.current-menu-parent a:first-child {
	border-bottom: medium #777777 solid;
}
/* SUB MENU */
.dropdown-menu li a {
	color: #1f2223 !important;
	/*text-align: left;*/
	border-bottom-width: 0 !important;
}
.navbar-default {
	border-bottom: 2px #0C0C0C solid;
}
.navbar-toggle {
	/*margin-top: 30px !important;*/
}
#menu_item_right {
	float: right;
	/*z-index: 1000;
	position: fixed;*/
	right: 80px;
}
#menu_item_right li {
	float: left;
}
#menu_item_right a {
	font-size: 2vw;
	top: -5px;
}
/* SOCIAL MEDIA BAR */
.social-media-bar {
	width: 100%;
	height: 30px;
	display: inline;
	text-align: center;
}
.social-media-bar a {
	float: right;
	padding: 0 5px;
	color: #FFFFFF;
}
.fa {
	width: 30px;
	height: 30px;
	transition: all 0.3s ease;
}
/* Add a hover effect */
.fa:hover {
	opacity: 0.5;
	background-color: #000;
}
/* Social networks */
/* Facebook */
.fa-facebook {
	/*background: #3B5998;*/
	background: url(assets/social-media/facebook.png) no-repeat center;
}
/* Twitter */
.fa-twitter {
	/*background: #55ACEE;*/
	background: url(assets/social-media/twitter.png) no-repeat center;
}
/* Instagram */
.fa-instagram {
	background: url(assets/social-media/instagram.png) no-repeat center;
}
/* Google 
.google {
	background: #dd4b39;
	color: white;
}

.linkedin {
	background: #007bb5;
	color: white;
}

.youtube {
	background: #bb0000;
	color: white;
}*/
.badge-circle {
	min-width: 40px;
	min-height: 40px;
	padding-top: 12px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	border-radius: 50%;
}
#canvas-holder {
	width: 50%;
	margin: 10px auto 0 auto;
}
.no-text {
	outline: none;
}
.table-borderless > tbody > tr > td, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > td, .table-borderless > tfoot > tr > th, .table-borderless > thead > tr > td, .table-borderless > thead > tr > th {
	border: none;
}
/* FEATURED BOUT */
.table-featured {
	width: 100%;
	border: none;
	margin: 0 auto;
}
.tr-featured {
	border-top: 2px #484747 solid;
	border-bottom: 2px #484747 solid;
}
.title-featured {
	color: #777777;
	font-weight: 600;
	margin: 0 10px 0 10px;
}
.text-record {
	font-size: 3vw;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #000000;
	margin: 0 5px;
}
.text-ko {
	font-size: 3vw;
	color: #287ac0;
	text-shadow: 1px 1px 3px #000000;
	margin: 0 5px;
}
.text-name {
	font-size: 2vw;
	color: #FFFFFF;
	float: none !important;
	text-shadow: 1px 1px 10px #000000;
	margin: 0 5px;
}
/* UPCOMING FIGHTS */
.table-upcoming td {
	border: none !important;
	padding: 0px !important;
}
.img-upcoming {
	display: inline-block;
	max-height: 110px;
	max-width: 110px;
	line-height: 1.428571429;
	background-color: #1f2223;
	border: double 2px transparent;
	border-radius: 80px;
	background-image: linear-gradient(#1f2223, #1f2223), radial-gradient(circle at top, #287ac0, #000);
	background-origin: border-box;
	background-clip: content-box, border-box;
}
.img-female-upcoming {
	display: inline-block;
	max-height: 110px;
	max-width: 110px;
	line-height: 1.428571429;
	background-color: #1f2223;
	border: double 2px transparent;
	border-radius: 80px;
	background-image: linear-gradient(#1f2223, #1f2223), radial-gradient(circle at top, #e62877, #000);
	background-origin: border-box;
	background-clip: content-box, border-box;
}
.text-upcoming {
	font-weight: 400;
	line-height: 12px;
	color: #FFFFFF;
	text-align: center;
	float: none;
}
.textvs-upcoming {
	vertical-align: middle !important;
}
.table-responsive .table {
	max-width: none;
	-webkit-overflow-scrolling: touch !important;
}
/* CARDS FROM BOOTSTRAP 4 */
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.card > hr {
	margin-right: 0;
	margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}
.card-title {
	margin-bottom: 0.75rem;
}
.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}
.card-text:last-child {
	margin-bottom: 0;
}
.card-link:hover {
	text-decoration: none;
}
.card-link + .card-link {
	margin-left: 1.25rem;
}
.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}
.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}
.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}
.card-img {
	width: 100%;
	border-radius: calc(0.25rem - 1px);
}
.card-img-top {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.card-deck .card {
	margin-bottom: 15px;
}
/* NAV-TABS */
.sidebar-tabs {
	width: 50% !important;
}
/*background-color: #287ac0 !important;
background-color: #1f2223 !important;*/
.nav-tabs {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	border: none;
	color: #FFFFFF;
	background-color: #287ac0;
}
.nav-tabs > li > a {
	width: 100%;
	color: #FFFFFF;
	border: none;
	border-radius: 0;
	text-align: center;
}
.nav-tabs > li > a:hover {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	border: none;
	color: #FFFFFF;
	background-color: #1f2223;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	border: none;
	color: #FFFFFF;
	background-color: #1f2223;
}
.tab-content {
	width: 100%;
	height: 100%;
	padding: 10px;
	background-color: #1f2223;
	margin-bottom: 20px;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding-bottom: 0px !important;
}
.table-pane {
	width: 100%;
	border: none;
}
.table-pane td {
	border-bottom: 1px #484747 solid;
}
.table-latest td {
	border-top: none;
	border-bottom: 1px #484747 solid;
}
.tab-pane h4 {
	color: #FFF !important;
	font-style: italic;
}
.table-pane h6 {
	color: #FFF !important;
}
.table-pane p {
	color: #CCC !important;
}
.table-pane .names {
	color: #287ac0 !important;
}
.table-pane .text-success {
	color: #3cbe2e !important;
}
/* POST */
.img-post {
	max-width: 100% !important;
}
.img-force-height {
	width: 100%;
	height: 15vw;
	object-fit: cover;
	object-position: top;
}
.img-force-height-featured {
	width: 100%;
	height: 15vw;
	object-fit: cover;
	object-position: top;
}
/*   RANKINGS & FIGHTER PROFILE   */
.custom-widget-header {
	margin: 0px;
	padding: 20px 0px;
	text-transform: uppercase;
	text-align: center;
	background: url(assets/images/striped-bg.png) center repeat;
}
.custom-widget-spacer {
	margin-bottom: 10px;
}
.profile-title {
	font-size: 3.0vw;
	color: #287ac0 !important;
}
/* RANKINGS END */
/* BLOCKQUOTE */
blockquote {
	font-size: 1.4em;
	max-width: 60%;
	margin: 50px auto;
	font-style: italic;
	color: #555555;
	padding: 1.2em 30px 1.2em 75px;
	border-left: 8px solid #287ac0;
	line-height: 1.6;
	position: relative;
	background: #EDEDED;
	display: block;
}
blockquote::before {
	content: "\201C";
	color: #287ac0;
	font-size: 4em;
	position: absolute;
	left: 10px;
	top: -10px;
}
blockquote::after {
	content: '';
}
blockquote span {
	display: block;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin-top: 1em;
}
.clearfix {
    display: block;
    content: "";
    clear: both;
}
/* BLOCKQUOTE END */
@media (min-width: 576px) {
	.card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.card-deck .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}
@media (min-width: 1401px) {
	#wrap {
		padding: 10vw 0 0;
	}
	
	/* SUB MENU */
	.dropdown .dropdown-menu {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		max-height: 0;
		display: block;
		overflow: hidden;
		opacity: 0;
	}
	.dropdown:hover .dropdown-menu {
		max-height: 250px;
		opacity: 1;
	}
}
/* Large devices (desktops) */
@media (max-width: 992px) {
	body {
		/*font-size: 3vw;*/
		padding-top: 50px !important;
	}
	#wrap {
		padding: 75px 0 0;
	}
	h1, h2, .h1, .h2 {
		font-size: 2.7vw;
	}
	h3, h4, .h3, .h4 {
		font-size: 2.4vw;
	}
	h5, h6, .h5, .h6 {
		font-size: 2.7vw;
	}
	p, span, th, td {
		font-size: 3vw;
		line-height: 4vw;
	}
	.span {
		font-size: 2.6vw;
		font-weight: normal;
	}
	ul, ol {
		font-size: 2.7vw;
		line-height: 4vw;
	}
	h7, .h7 {
		margin: 0;
	}
	.profile-title {
		font-size: 5.0vw;
	}
	#menu_item_right a {
		font-size: 3vw;
	}
	.brand-logo {
		width: 95%;
		margin: 0 auto;
	}
	.table-featured {
		margin-bottom: 20px;
	}
	.text-record {
		font-size: 3vw;
	}
	.text-ko {
		font-size: 3vw;
	}
	.text-vs {
		font-size: 3vw;
	}
	.text-name {
		font-size: 3vw;
	}
	/* POST CONTENTS */
	.vertical-align {
		display: block !important;
		align-items: baseline !important;
	}
	h1, .post-title {
		padding: 0px;
		margin: 0px;
	}
	.big-title {
		font-size: 8vw;
	}
	.schedule-td-title {
		height: 11.8vw;
	}
	.h6-title {
		margin-top: 0px;
	}
	.post-title {
		font-size: 2.5vw !important;
	}
	.post-category {
		font-size: 1.5vw;
	}
	.post-autor {
		font-size: 1.5vw;
	}
	header {
		margin-bottom: 10px;
	}
	.wp-caption-text {
		font-size: 1.5vw;
	}
	.img-force-height {
		width: 100%;
		height: auto;
	}
	#footer .footer-logo {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.footer-icons {
		width: 6vh;
		height: auto;
	}
	/* RANKINGS STATS*/
	#canvas-holder {
		width: 70%;
	}
}
/* Medium devices (tablets, 768px) */
@media (max-width: 768px) {
	#wrap {
		padding: 70px 0 0;
	}
	.img-force-height-featured {
		width: 100%;
		height: auto;
	}
	/* RANKINGS STATS*/
	#canvas-holder {
		width: 70%;
	}
}
/* Small devices (landscape phones, 576px) */
@media (max-width: 576px) {
	body {
		/*font-size: 3vw;*/
	}
	#wrap {
		padding: 50px 0 0;
	}
	h1, h2, .h1, .h2 {
		font-size: 4.5vw;
	}
	h3, h4, .h3, .h4 {
		font-size: 4.2vw;
	}
	h5, h6, .h5, .h6 {
		font-size: 4.5vw;
	}
	h3, .h3 {
		font-weight: 400;
	}
	.h3-title-top {
		margin: 10px 0 10px 0;
		padding-bottom: 20px;
		border-bottom: 2px #eeeeee solid;
	}
	h4, .h4 {
		font-weight: 400;
	}
	.h4-title-top {
		margin-top: 0px;
	}
	p, span, th, td {
		font-size: 5vw;
		line-height: 6vw;
	}
	.span {
		font-size: 4vw;
		font-weight: normal;
	}
	ul, ol {
		font-size: 4.7vw;
		line-height: 6vw;
	}
	.profile-title {
		font-size: 9.0vw;
	}
	#menu_item_right a {
		font-size: 3.8vw;
	}
	.brand-logo {
	}
	.text-record {
		font-size: 5vw;
	}
	.text-ko {
		font-size: 5vw;
	}
	.text-vs {
		font-size: 5vw;
	}
	.text-name {
		font-size: 5vw;
	}
	.post-title {
		font-size: 7vw !important;
	}
	.post-category {
		font-size: 3.5vw;
	}
	.post-autor {
		font-size: 3.5vw;
	}
	.wp-caption-text {
		font-size: 3.5vw;
	}
	.img-force-height-featured {
		width: 100%;
		height: auto;
	}
	.footer-icons {
		width: 5vh;
		height: auto;
	}
	/* RANKINGS STATS*/
	#canvas-holder {
		width: 100%;
	}
}
/* MENU BREAKPOINT */
@media (max-width: 1200px) {
	/* SINGLE IMAGE */
	.single-image {
		height: 100% !important;
		width: 100% !important;
	}
	.menu_item_right {
		right: 80px;
	}
	.dropdown-menu {
		background-color: #1f2223;
	}
	.dropdown-menu li a {
		color: #FFFFFF !important;
		border-bottom-width: 0 !important;
	}
	.dropdown-menu li a:hover {
		color: #1f2223 !important;
	}
	.dropdown:hover .dropdown-menu {
		max-height: 250px;
		opacity: 1;
	}
	/* MENU BORDER BOTTOM */
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		border-bottom: none;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border: 0;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		max-height: 100% !important; 
	}
	.navbar-toggle {
		border: 0;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
		display: inline !important;
		text-align: left !important;
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.collapsing {
		overflow: hidden !important;
	}
	.nav-search {
		margin-top: 8px;
		max-width: 70%;
	}
}
/* OLD */
.gallery-item {
	display: inline !important;
}
.landscape {
	display: inline !important;
}