@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
.muted {
	display: none;
}
body {
	background: #090909;
	margin: 0 auto;
    color: #f5f5f5;
	padding-top: 70px;
}
body.itemid-101 {
    
}
.device-desktop .ismobile {
	display: none !important;
}
.device-mobile .ismobile {
	display: block !important;
}

/******** Header ********/
header {
}
header#wrapper-header .container {
	position: relative;
}
header #header-top {
    background: #090909;
    line-height: 30px;
}
header #header {
}
header #header-bottom {
}
/******** /Header ********/
/******** Site Logo ********/
.navbar-brand .brand {
	padding: 10px;
	position: absolute;
	width: 170px;
	top: -30px;
	background: rgba(0,0,0,1);
	transition: all 0.5s;
}
.fixed-top.down .navbar-brand .brand {
	width: 80px;
    top:0;
    background: none;
}
.navbar-brand img {
	/*height: calc(60px - 4px);*/
}
.navbar > .container .navbar-brand {
	margin-left: 0;
}
/******** Site Logo ********/
/******** Navigation ********/
#mainmenu {
	min-height: 60px;
	margin: 0;
	border-radius: 0;
	background: #090909;
    background: rgba(9,9,9,.9);
	border: none;
}
#mainmenu.affix {
	top: 0;
	width: 100%;
	z-index: 99999;
}
.fixed-top.down #mainmenu {
    transition: background 2s ease;
    background: rgba(9,9,9,1);
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin: 0;
}
.navbar-fixed-top .container .navbar-brand {
	display: block;
}
.navbar > .container .navbar-brand h2 {
	font: 1.5rem/1rem 'Roboto', Arial, Helvetica, sans-serif;;
	color: #FFF;
}
.navbar > .container .navbar-brand a {
	color: #FFF;
	text-decoration: none;
}
.navbar .navbar-message {
	display: none;
	color: #FFF;
	float: left;
	padding-right: 10px;
}
.navbar .navbar-message p {
	margin: 0;
}
#mainmenu .navbar-nav .nav-link {
	font-weight: 400;
    line-height: 70px;
	text-shadow: none;
	box-shadow: none;
	text-decoration: none;
    text-transform: uppercase;
    padding: 0 1.5rem;
}
.navbar-nav > li > .nav-link {
	color: #fff;
    font-size: 1.1rem;
}
.navbar-nav > li > .nav-link:focus, .navbar-nav > li > .nav-link:hover {
    color: #3c91ce; 
}
.navbar-toggler-icon {
   background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#mainmenu .navbar-nav .dropdown-menu .nav-link {
    padding: .5rem 1rem;
    line-height: 1.3rem;
}
.nav > li > a > img {
	position: relative;
}
.dropdown-menu {
	padding: 0;
	border-radius: 0;
	min-width: 100%;
    background: #090909;
    background: rgba(9,9,9,.9);
    margin-top: 0; 
}
.dropdown-menu > li > a {
}
.dropdown-menu > li > a:hover {
	background: transparent;
	color: #FFF;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: -3px;
	left: 100%;
	margin-left: -1px;
	border-radius: 0;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin: 5px -10px 0 0;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #FFF;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #000;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: transparent;
	color: #fff;
}
.navbar .navbar-nav > .active > .dropdown-toggle {
    color: #3c91ce; 
}
.navbar .navbar-nav > li > .dropdown-toggle, 
.navbar .navbar-nav > li > .dropdown-toggle:hover {
	/*background-image: url(../images/layout/chevron.png);
	background-position: calc(100% - 10px) 50%;
	background-repeat: no-repeat;
	padding: 0 25px 0 10px;*/
}
/******** /Navigation ********/

/******* Social Menu ********/
.moduletable_socialmenu img { width: 25px; }
ul#socialmenu-nav { margin-top: 10px; }
.moduletable_site-logo-footer { text-align:center; }
ul#socialmenu-nav {
	display: inline-block;
	float: none;
}
ul#socialmenu-nav > li > a:hover, ul#socialmenu-nav > li > a:focus { background:none; }
/******* /Social Menu ********/

/******** Forms ********/
.grecaptcha-badge {
    box-shadow:none !important;
}
.formResponsive input[type="submit"], .btn-primary, .button {
	color: #fff;
    font-family: 'Alfa Slab One', 'Roboto', Arial, Helvetica, sans-serif; 
    text-transform:uppercase;
	padding: 10px 20px;
	background: #3c91ce;
	border: none;
    border-radius: 5px;
    font-size: 1.3em; 
    line-height: 1em; 
}
a.btn {
	color: #fff;
}
.gallery-page .btn-secondary {
    background: transparent;
}
.formResponsive input[type="submit"]:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .button:hover {
	color: #fff;
	background: #48a6ea;
}
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
}
.rsform-block-submit { text-align:right; }
.formResponsive .formHorizontal .formControlLabel {
}
.formResponsive .formHorizontal .rsform-block {
	margin-bottom: .5em;
}
.formRequired {
	color: #c00;
	font-weight: 400;
}
.formRed, .formError {
    color: #b54f4f !important;
}
.alert-error { display:none; }
/******** /Forms ********/
/******** Banner ********/
#banner, #banner-full {
    position: relative;
    background: #12171b;
}
#banner-full .container { padding: 0; }
#banner-full img { width: 100%; }
.carousel-caption {
    max-width: 100%;
    padding: 0;
    color: #1d1b1b; 
    font-family: 'Alfa Slab One', 'Roboto', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.carousel-caption .carousel-caption-background {
    padding: 15px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
/*    background: #3f4245;
    background: rgba(63,66,69,.7);*/
}
/** Standard Marketing Message **/
.carousel-caption.top-left, .carousel-caption.top-center, .carousel-caption.top-right {
	top:15%;
	left:0;
	right:0;
	bottom:auto;
}
.carousel-caption.bottom-left, .carousel-caption.bottom-center, .carousel-caption.bottom-right {
	top:auto;
	left:0;
	right:0;
	bottom:5%;
}
.carousel-caption.top-right, .carousel-caption.bottom-right {
    right: 2%;
}
.carousel-caption.top-left, .carousel-caption.bottom-left {
    left: 2%;
}
/** Vertical Center Marketing Message **/
/*
.carousel-caption.top-left, .carousel-caption.bottom-left, .carousel-caption.top-center, .carousel-caption.bottom-center, .carousel-caption.top-right, .carousel-caption.bottom-right { 
	top: 35%;
	bottom: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 60%;
    max-width: 60%;
}
 */
.carousel-caption.top-left, .carousel-caption.bottom-left {
	text-align:left;
	/*right: auto;*/
}
.carousel-caption.top-center, .carousel-caption.bottom-center {
	text-align:center;
}
.carousel-caption.top-right, .carousel-caption.bottom-right {
	text-align:right;
	/*left: auto;*/
}
.carousel-caption h3 {
    color: #FFF;
	margin-bottom:0;
	font-size: 3rem;
}
.white-title, .white-banner-text {
    color: #fff;
}
.carousel-caption-message {
    font-size: 1.3rem;
	color: #FFF;
}
.carousel-caption p {
	margin: 0;
}
.carousel-indicators {
	bottom: 0;
	margin-bottom: 0;
}
.carousel-indicators li {
	height: 20px;
	width: 20px;
	border: 1px solid #777;
}
.carousel-indicators .active {
	height: 22px;
	width: 22px;
	background: #CCC;
	border: 1px solid #FFF;
}
.carousel-control .glyphicon {
	color: #FFF;
}
/*** /Banner ***/
/******** Content ********/
#wrapper-content {
}
hr { 
    border-top: 1px solid rgba(255,255,255,.3);
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h4, .community h4 > a { color: #fff; }
ul, ol {
	list-style-position: outside;
	padding-left: 20px;
}
.device-mobile #wrapper-content {
}
.page-header {
	margin: 0;
	padding: 0;
	border: none;
}
#page-content {
	min-height: 50px;
}
#top-section {
}
#content-left {
}
#content-right {
}
#bottom-section {
    background: #fff url(../images/layout/quality-exteriors-building.png) no-repeat 100% 100% / cover;
}
#bottom-section, #bottom-section p, #bottom-section h1, #bottom-section h2, #bottom-section h3, #bottom-section h4, #bottom-section h5, #bottom-section h6 {
    color: #090909;
}
#bottom-section-2 {
    background: #12171b;
}
.breadcrumb { 
    background: transparent;
    margin-bottom: 0; 
}
.item-page {
}
.googlemap, .map {
	color: #000;
}
.map img {
	width: auto !important;
	max-width: none !important;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
}
.gallery-categories .gallery-category {
	position: relative;
}
/**** Pagination ****/
/* Real Estate Pagination */
.pagination-list:before, .pagination-list:after {
	clear: both;
	display: block;
	content: "";
}
.pagination-list {
	border: 1px solid #eee;
	margin: 1em 0;
	padding: 10px 15px;
	border-radius: 6px;
}
.pagination-list .pager-results {
	float: right;
	color: #555;
}
.pagination-list .pager-results .browse_tool_num {
}
.pagination-list .pager {
	text-align: left;
	float: left;
	margin: 0;
}
.pagination-list .pager .pager-current, .pagination-list .pager .bt_pages {
	border-radius: 12px;
	padding: 0 4px;
	display: inline-block;
	min-width: 24px;
	height: 24px;
	text-align: center;
}
.pagination-list .pager .bt_pages:hover {
	background: #eee;
	text-decoration: none;
}
/* /Real Estate Pagination */
/* Blog Pagination */
.pagination:before, .pagination:after {
	clear: both;
	display: block;
	content: "";
}
.pagination {
	border: 1px solid #eee;
	margin: 1em 0;
	padding: 10px 15px;
	border-radius: 6px;
	display: block;
}
.pagination .counter {
	margin: 0;
}
.pagination ul.pagination-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}
.pagination ul.pagination-list li {
	float: left;
}
.pagination ul.pagination-list li a {
	border-radius: 12px;
	padding: 0;
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
}
.pagination ul.pagination-list li a:hover {
	background: #eee;
	text-decoration: none;
}
.pagination ul.pagination-list li [class*="icon-"] {
	background: url(../images/glyphicons-halflings.png) 0 0 no-repeat;
	width: 24px;
	height: 24px;
	display: block;
}
.pagination ul.pagination-list li.disabled {
	opacity: .5;
}
.pagination ul.pagination-list li i.icon-first {
	background-position: -189px -68px;
}
.pagination ul.pagination-list li i.icon-previous {
	background-position: -238px -68px;
}
.pagination ul.pagination-list li i.icon-next {
	background-position: -331px -68px;
}
.pagination ul.pagination-list li i.icon-last {
	background-position: -380px -68px;
}
/* /Blog Pagination */
/**** /Pagination ****/
.multicolumn ul {
	list-style: none;
	-moz-column-count: 3;
	-moz-column-gap: 1;
	-webkit-column-count: 3;
	-webkit-column-gap: 1;
	column-count: 3;
	column-gap: 1;
}
.multicolumn ul li {
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
	page-break-inside: avoid; /* Theoretically FF 20+ */
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/******** /Content ********/
/******* Modules ********/
#wrapper-content [class*="moduletable"] {
	margin-bottom: 1em;
}
/******* /Modules ********/

/******* FL Items********/
.qualification .glyphicons { 
    color: #3c91ce;
    border-radius: 50%;
    border:1px solid #3c91ce;
    padding: 10px; 
    font-size: 3rem;
}
.moduletable_featured-testimonial {
    text-align:center;
}
.more-testimonials {
    text-transform:uppercase;
    font-weight:bold;
}
.more-testimonials a {
    border: 1px solid #3c91ce;
    padding: 6px 10px;
}
.featured-testimonial .testimonial { 
    font-size: 1.2rem;
    line-height: 2rem;
    font-style: italic;
}
.testimonials-list .testimonial {
    font-size: 1rem; 
}
.moduletable_suppliers {
    text-align:center;
}
.moduletable_suppliers h3 {
    margin-bottom: 1.5rem;
}
.careers h4 { 
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-transform: none;
    font-weight: bold;
}
.careers hr:last-child {
    display:none;
} 
/*.gallery-details h4 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}*/
.gallery-details strong {
/*    font-size: 80%;
    color: #ccc;*/
    text-transform: uppercase;
    font-weight: bold;
}
.gallery-page .gallery-details {
/*    border: 1px solid #ccc;*/
    padding: 5px 10px;
    display: inline-block;
    background: #222;
    margin-bottom:15px; 
}
.gallery-page .gallery-details:empty {
	display: none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background: #425562;
}
.gallery-type-tag {
	margin-top: 8px;
	display: inline-block;
	padding: .25rem 1rem;
	border-radius: 0;
/*	background: #425562;*/
	font-size: 0.8rem;
    font-weight: bold;
}
.gallery-filter-tabs .btn-secondary {
	padding: .5rem 1rem;
	cursor: pointer;
	font-weight: bold;
    border: 1px solid #4c6372;
    border-radius: 0;
}
.gallery-filter-tabs .btn-secondary.active {
	border-color: #fff !important;
	box-shadow: 0 0 10px rgba(255,255,255,0.5) inset;
}
.gallery-filter-tabs .btn-secondary.filter-btn-9, .gallery-filter-tabs .btn-secondary.filter-btn-9.active, .gallery-type-tag.tag-9 {
	background: #0a3f62;
}
.gallery-filter-tabs .btn-secondary.filter-btn-10, .gallery-filter-tabs .btn-secondary.filter-btn-10.active, .gallery-type-tag.tag-10 {
	background: #0a5b62;
}
.gallery-filter-tabs .btn-secondary.filter-btn-11, .gallery-filter-tabs .btn-secondary.filter-btn-11.active, .gallery-type-tag.tag-11 {
	background: #0a6248;
}
.gallery-label { 
    font-weight: bold;
}
/******* /FL Items********/

/******** Footer ********/
#footer::before, #wrapper-content::before {
    width: 100%;
    content: '';
    height: 37px;
    background: url(../images/layout/shingles-pattern.png) repeat-x 0 0 / 500px 37px;
    position:absolute;
}
#footer {
	min-height: 150px;
    border-top:1px solid #272d2e;
    background: url(../images/layout/logo-isolated.png) no-repeat 96% 75% / 355px 225px;
}
#footer-top {
}
#footer-middle {
}
#footer-bottom {
}
.footer-inner {
    padding-top: calc(60px + 37px);
    padding-bottom: 30px;
}
/******** /Footer ********/
/**** Site by Fine Line Websites ****/
#credits {
	font: .7rem/1rem 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #ccc;
}
.copyright {
	color: #6d6c6c;
    margin-bottom: 3px; 
}
#sitebyfineline {
	/*float: left;*/
    display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
	background: #000;
	background: rgba(0,0,0,.8);
}
#sitebyfineline a {
	color: #FFF;
	border: none;
}
#sitebyfineline a .flFine {
	color: #3FBCED;
}
#sitebyfineline a .flLine {
	color: #8DC63F;
}
/**** /Site by Fine Line Websites ****/

/******* 404 Page ********/
.view-qlue404 #banner, .view-qlue404 #banner-full, .view-qlue404 #content-top, .view-qlue404 #content-bottom {
	display: none;
}
.view-qlue404 #page-content {
    padding-top: 180px;
}
.view-qlue404 .custom-error {
    text-align:center;
}
.view-qlue404 .mainlevel.dropdown-toggle {
	display: block !important;
}
/******* /404 Page ********/

/******** Print CSS ********/
@media print {
	* {
		background: none;
		color: #000;
	}
	#content-top, #content-left, #content-right, #content-bottom {
		display: none;
	}
	a[href]:after {
		content: none;
	}
}
/******** /Print CSS ********/

@media screen and (max-width: 1440px) {
	[id*="g-recaptcha-"], .rsform-block-captcha  iframe, [id*="g-recaptcha-"] div {
		max-width: 100%;
		width: 100% !important;
	}
}
@media (min-width: 1441px) {
	.container-fluid {
	}
	.container {
		width: 85%;
		max-width: 85%;
	}
}
/* Large desktop */
@media (min-width: 1200px) {
    #page-content {
        padding-top: calc(90px + 37px);
        padding-bottom: 90px;
    }
    #bottom-section, #bottom-section-2 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    #below-content {
        padding-top: 90px;
    }
}
@media (max-width: 1199px) {
    .navbar-nav > li > .nav-link {
        font-size: 1rem;
    }
    #mainmenu .navbar-nav .nav-link {
        padding: 0 1.3rem;
    }
    #mainmenu .navbar-nav .dropdown-menu .nav-link {
        padding: .5rem 1rem;
        line-height: 1.2rem;
    }
    #page-content {
        padding-top: calc(60px + 37px);
        padding-bottom: 60px;
    }
    #bottom-section, #bottom-section-2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #below-content {
        padding-top: 60px;
    }
    .carousel-caption.top-left, .carousel-caption.top-center, .carousel-caption.top-right {
        top:19%;
    }
    .carousel-caption.bottom-left, .carousel-caption.bottom-center, .carousel-caption.bottom-right {
        bottom:3%;
    }
    .carousel-caption h3, .white-title {
        font-size: 2.4rem;
    }
    .carousel-caption-message {
        font-size: 1.1rem;
    }
    .featured-testimonial .testimonial {
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .view-qlue404 #page-content {
        padding-top: 150px;
    }
    .gallery-filter-tabs .btn-secondary {
        padding: .25rem .5rem;
    }
}
@media (min-width: 992px) {
    .gallery-details .item-property {
        display: inline-block;
        padding:10px;
    }
}
@media (max-width: 991px) {
    .carousel-caption.top-left, .carousel-caption.top-center, .carousel-caption.top-right {
        top:24%;
    }
    .carousel-caption h3, .white-title {
        font-size: 2rem;
    }
    .carousel-caption-message {
        font-size: 1rem;
    }
    #mainmenu .navbar-nav .nav-link {
        padding: 0 .8rem;
    }
    .navbar-nav > li > .nav-link {
        font-size: .8rem;
    }
    #mainmenu .navbar-nav .dropdown-menu .nav-link {
        font-size: .8rem;
    }
    h1 {font-size: 2rem;}
    h2, .moduletable_contact h3 {font-size: 1.6rem;}
    h3 {font-size: 1.4rem;}
    h4 {font-size: 1.2rem;}
    h5 {font-size: 1rem;}
    .gallery-filter {
        display: block; 
    }
    .gallery-filter-tabs { 
        text-align: center; 
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.ismobile {
		display: block !important;
	}
}
@media (min-width: 768px) {
	#mainmenu .navbar-collapse {
	}
	.ismobile {
		display: none !important;
	}
    .navbar { padding: 0; }
    #mainmenu .navbar-nav .dropdown-menu .nav-link {
       white-space: nowrap;
    }
}
@media (max-width: 767px) {
	body {padding-top: 60px;}
	#banner-full .main_images_wrapper .main_slideshow_buttons {
		display: none;
	}
	.formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
		width: 95% !important;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		/*color: #FFF;*/
	}
	.navbar .nav > li > a.mainlevel.dropdown-toggle, .navbar .nav > li > a.mainlevel.dropdown-toggle:hover {
	}
	.carousel-caption.top-left, .carousel-caption.bottom-left, .carousel-caption.top-right, .carousel-caption.bottom-right, .carousel-caption.top-center, .carousel-caption.bottom-center {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
		display: block;
		clear: both;
		text-align: left;
	}
	.navbar-nav .nav-link {
		padding: .5rem 1rem;
        line-height: 1.3rem;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #080808;
		color: #fff;
	}
    .moduletable_estimates img {
        width: 150px; 
    }
    .carousel-caption h3, .carousel-caption-message { color:#fff; }
    .navbar-brand .brand {
        width: 140px;
    }
    #mainmenu-nav {
        margin-top: 45px; 
    }
    #mainmenu .navbar-nav .nav-link {
        padding: 0; 
        line-height: 55px; 
    }
    .dropdown-menu {
        background: none;
    }
    .navbar-nav > li > .nav-link, #mainmenu .navbar-nav .dropdown-menu .nav-link {
        font-size: 1rem; 
    }
    #mainmenu .navbar-nav .dropdown-menu .nav-link {
        padding: 1rem;
    }
    .fixed-top.down .navbar-brand .brand {
        width: 110px;
        top: -33px;
    }
    .gallery-page .btn-secondary {
        width: 100%;
    }
    .qualification .glyphicons {
        font-size: 2.5rem;
    }
    .breadcrumb { font-size: .8rem; }
}
@media (min-width: 576px) {
    .qualification-icon {
        text-align: right;
    }
}
@media (max-width: 575px) {
    #page-content {
        padding-top: calc(45px + 37px);
        padding-bottom: 45px;
    }
    #bottom-section, #bottom-section-2 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    #below-content {
        padding-top: 45px;
    }
    .qualifications {
        text-align:center;
    }
    .navbar > .container, .navbar > .container-fluid {
        justify-content: flex-end;
    }
    .navbar-brand .brand { 
        width: 110px;
        top: -33px;
        left: 0;
        background: none; 
    } 
    .navbar .navbar-message, .navbar > .container .navbar-brand {
		display: block;
	}
    #mainmenu-nav {
        margin-top: 15px;
    }
}
/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    .qualification .glyphicons {
        font-size: 2.3rem;
        padding: 5px;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 480px) and (max-width: 767px) {
}
/* Landscape phones and down */
@media (max-width: 480px) and (orientation: landscape) {
}