/**
 * Mobile only
 */
@media (max-width: 767px) {
	.widget-page-links > .container {
		margin: 0;
		padding: 0;
	}
	.widget-page-links .btn-group > .btn {
		border-radius: 0;
	    height: auto;
		margin: 0 !important;
	    max-width: 49%;
	    white-space: normal;
		text-align: right
	}
	.widget-page-links .btn-group > .btn:first-child:not(:last-child) {
		border-bottom-right-radius: 4px;
	}
	.widget-page-links .btn-group > .btn:last-child:not(:first-child) {
		border-bottom-left-radius: 4px;
		text-align: left
	}

	.breadcrumbs { display: none }

	.carousel-caption.col-2 { top: 26%; right: 10% }
}

/* CUSTOM */
@media (min-width: 540px) {
	.header-logo {
		display: inline;
	    float: left;
	}
	.logo-text {
		border-bottom: none
	}

	.header-tagline {
		border-left: 1px solid #f2f2f2;
	    clear: none;
	    display: inline;
	    float: left;
	    margin: 40px 0 0 0;
	    padding: 2px 0 2px 12px;
	}

	/*
	.header-tagline > br {
		display: block
	}
	*/
	.header-logo {
		/* border-bottom: 1px solid #f2f2f2; */
	}
		.header-logo > img {
			width: 80px
		}


	.header-tagline > br {
	    display: none
	}


}
