/* === BASIC SETTINGS === */
.txt-white {
	color: #fff;
}
.txt-black {
	color: #000;
}
.txt-yellow {
	color: #fdc22e;
}
.main-color {
	color: #fdc22e;
}
.bg-dark {
	background-color: #3a3b38;
}
.bg-light {
	background-color: #f1f1f1;
}
.special-offers .bg-dark h2, .special-offers .bg-dark h5 {
	color: #fdc22e;
}
.bg-yellow {
	background-color: #fdc22e;
}
.special-offers .bg-yellow h2, .special-offers .bg-yellow h5 {
	color: #3a3b38;
}
.l-r-pad {
	padding-left: 15px;
	padding-right: 15px;
}
#slider .slider-txt-container h1 {
	font-size: 32px;
	font-weight: 600;
}
h1.default-size {
	font-size: 24px !important;
}
ul.bold, ol.bold, .text-bold {
	font-weight: 600;
}
.no-transform {
	text-transform: none !important;
}
.section-title .title.no-before {
	font-size: 24px;
}
.section-title .title.no-before:before {
	display: none;
}
p.lead {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 15px;
}
.page-section h2.title-alt {
	margin-bottom: 35px;
}
ul.disk {
	padding-left: 13px;
}
ul.disk li {
	padding-left: 10px;
	list-style: outside none disc;
}

/* === BASIC SETTINGS === */

ul.nav { text-transform: uppercase; font-size: 15px; font-weight: 700; }
.navbar  .navbar-nav li > a:active {
	color: #fdc22e !important;
}
.navbar  .navbar-nav li > a:hover {
	color: #fff !important;
}
.top-bar-section.top-logo-left .top-social-icon {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
}
.top-bar-section.top-logo-left a.btn.top-bar-button {
	line-height: 200% ;
	border-radius: 0px;
	background-color: transparent;
	border: 2px solid #fdc22e;
	font-weight: 600;
	font-size: 15px;
	padding-left: 1.3em;
	padding-right: 1.3em;
	margin: -2px 0.5em 0px 0.5em;
}
.top-bar-section.top-logo-left a.btn.top-bar-button:hover {
	color: #fdc22e;
}
.navbar-nav .dropdown-menu li > a,
.navbar-nav .dropdown-menu li > a:hover,
.navbar-nav .dropdown-menu li > a:active,
.navbar-nav .dropdown-menu li > a:focus {
	color: #3a3b38 !important;
}
#slider .slider-txt-container {
	background-color: #4e4f4b;
	padding: 1em 1.5em;
	border-top: 10px solid #fdc22e;
}
#slider .slider-txt-container,
#slider .slider-button-container {
	margin: 0px 8em;
}
#slider .slider-txt-container h1 {
	font-size: 32px;
	font-weight: 600;
    text-transform: none;
}
#slider .slider-txt-container h2 {
	margin-bottom: 0;
	text-transform: none;
	font-weight: 600;
}
#slider .slider-button-container a.btn {
	color: #fdc22e;
	background-color: #4e4f4b;
	font-weight: 600;
	font-size: 15px;
}

section.slider ul li h1 {
	padding: 0.5em;
	font-size: 45px;
	text-transform: none;
	border-top: 10px solid #fdc22e !important;
}
section.slider ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #fdc22e;
}

.panel-group > div .panel-default:before {
    float: left;
}

#footer .widget .social-icon .widget-social-icon {
	padding-top: 20px;
	border-top: 1px solid #707070;
  /*  font-family: Oswald,sans-serif;*/
}
#footer .widget .social-icon a {
	font-size: 26px;
}
#footer .widget .social-icon a .fa {
	width: 40px;
	height: 40px;
	/*padding: 0.2em;*/
    padding: 7px 0 0 5px;
}
#footer .widget .social-icon a .fa.fa-facebook {
	background-color: #3c5b9b;
}
#footer .widget .social-icon a .icon-txt-youtube {
	font-family: Oswald,sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
	width: 40px;
	height: 40px;
	background-color: #fe3432;
    text-align: center;
}
#footer .copyright .copyright-left {
	color: #000;
	font-weight: 600;
}
#footer .copyright .copyright-left a {
	font-weight: 500;
}
#footer #footer-menu {
	color: #7f7f7f;
}
/*#footer .footer-widget .widget {
	vertical-align: top;
	height: 100%;
	display: table-cell;
	float: none;
}
#footer .footer-widget .widget .widget-content {
	display: table;
	table-layout: fixed;
	height: 100%;
	float: none;
    position: relative;
    padding-bottom: 35px;
}*/
#footer .footer-widget .widget .widget-content.widget-contact p {
	line-height: 18px;
}
/*#footer .footer-widget .widget .social-icon {
	position: absolute;
	width: 100%;
	bottom: 0px;
}*/
#footer p {
	color: #7f7f7f;
}

.content-offer {
	overflow: hidden;
}
.content-offer-img {
	position: relative;
	height: 100%;
	float: right;
}
.content-offer-img img {
	position: absolute;
	width: 85%;
	margin-top: -10%;
	right: 0;
}
#features .image {
	margin-bottom: 1.5em;
}
.special-offers .content-offer .content-offer-txt {
	padding: 2em 1em 1em 0em;
    text-align:left;
}
.special-offers .content-offer .content-offer-txt h2 {
	/*margin-bottom: 15px;
    font-size: 2.5em;*/
    font-size: 2.2em;
    font-weight: bold;
}
.special-offers .content-offer .content-offer-txt h5 {
	font-size: 21px;
	margin-bottom: 0.7em;
   /* font-family: Oswald,sans-serif;*/
}
.special-offers .content-offer .content-offer-txt p {
	margin-bottom: 1.5em;
}
.special-offers .content-offer .content-offer-txt p .btn {
	font-weight: 600;
	padding-left: 2em;
	padding-right: 2em;
}
.special-offers .content-offer.bg-yellow .btn {
	background-color: #fff;
}
.special-feature .description a {
	font-weight: 600;
}

.owl-carousel .owl-item {
	min-height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#get-quote .cta-locator {
	border: 3px solid #3a3b38;
	/*padding: 15px 30px;*/
    padding: 15px;
    margin: 0 0 10px;
	background-color:#fff;
}
#get-quote .cta-locator label {
	float: left;
	font-size: 22px;
	font-family: "Arimo",sans-serif;
	color: #4e4f4b;
	margin-right: 1.5em;
}
#get-quote .cta-locator label {
	float: left;
	font-size: 22px;
	font-family: "Arimo",sans-serif;
	color: #4e4f4b;
	margin-right: 1.5em;
}
#get-quote .cta-locator .btn {
	padding-left: 40px;
	padding-right: 40px;
}
#get-quote .cta-register {
	background-color: #4e4f4b;
	float: left;
	width: 100%;
	position: relative;
	height: 100%;
    padding: 2px 15px;
}
#get-quote .cta-register image {
	display: flex;
	justify-content: left;
	align-items: center;
	height: 100%;
	min-height: 70px;
}
#get-quote .cta-register > div {
	padding-right: 0px;
}
#get-quote .cta-register .cta-reg-content {
	display: flex;
	justify-content: left;
	align-items: center;
	height: 100%;
	min-height: 70px;
}
#get-quote .cta-register label {
	font-size: 16px;
	font-family: "Arimo",sans-serif;
	text-align: left;
	width: 59%;
	line-height: 20px;
	padding: 0;
	float: left;
	margin: 0 2em 0 0;
	color: #fff;
}
#get-quote .cta-register .image {
	text-align: left;
}
#get-quote .cta-register .image img {
	vertical-align: top;
}
#get-quote .cta-register input[type='submit'] {
	width: 30%;
	float: right;
	vertical-align: middle;
}
#get-quote input[type="text"]  {
	background-color: #f1f1f1;
}

/*.navbar-brand-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}*/
#page #inner-banner-head {
height: 150px;
}
.navbar-brand-wrap a.navbar-brand {
	margin-right: 0.5em;
}
.navbar-brand-wrap h1 {
	margin-bottom: 0px;
	color: #fff;
}
.special-offers .special-offers-items .content-offer > div {
	display: flex;
    justify-content: flex-end;
}
.content-offer .content-offer-txt {
	float: left;
	width: 50%;
}
.special-offers .special-offers-items .content-offer .offer-thumb {
	float: right;
	width: 45%;
	background-repeat: no-repeat;
	background-size: 100% auto;
    background-position: center center;
}

#accordion .panel {
	display: inline-block;
	border-bottom: 1px solid #eee;
}
#fun-factor h6 {
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
}
#fun-factor .btn-default {
	font-weight: 600;
}
.page-section.inner-page .section-title h2.title {
/*	font-size: 42px;*/
	padding: 0;
	line-height: 42px;
	margin: 0;
    text-transform: capitalize;
}
/*.page-section.inner-page .section-title .title:before {
	display: none;
}*/
#fun-factor .pad.mixed-grid .img-overlay {
	margin: 8px 8px 0px 8px;
}
#fun-factor .pad.mixed-grid .masonry-grid .grid-item {
	max-height: 168px;
	overflow: hidden;
}
#fun-factor .pad.mixed-grid .nav.black li {
	color: #ffffff;
    border: 1px solid #fff;
}
.cs_item .cs_description .name {
	padding: 15px 0px 0px;
}
.cs_item .cs_description .name::before {
	display: none;
}
.cs_item .cs_image img {
	width: 100%;
}
.wad-section .wad-content-title .name {
	padding: 5px 0 10px !important;
}
.wad-section .wad-content-title .name::before {
	display: none;
}
.wad-section .section-title h2 {
	padding-top: 0;
	padding-bottom: 0;
}
.wad-section .section-title h2:before {
	display: none;
}
.wad-section .wad-content-body p {
	margin-bottom: 15px;
}
#get-quote .cta-member-join {
	display: flex;
	justify-content: center;
}
#get-quote .cta-member-join .cta-wrap {
	display: inline-block;
	width: 100%;
}
#get-quote .cta-member-join .cta-image {
	float: left;
	display: flex;
}
#get-quote .cta-member-join .cta-text {
	float: right;
	width: 65%;
	max-width: 365px;
	text-align: left;
}
#get-quote .cta-member-join .cta-text h6 {
	margin-bottom: 0px;
	padding: 0.7em 0.7em 0.7em 0px;
	text-transform: none;
	font-family: arimo;
	font-weight: 600;
	color: #f1f1f1;
}
#get-quote .cta-member-join .cta-text h6 a {
	margin-left: 2em;
	padding-left: 3em;
	padding-right: 3em;
	text-decoration: none;
	font-weight: 600;
}

#page.member-zone .inner-banner h1 {
	top: 50%;
	transform: translateY(-50%);
    font-weight: 600;
}
#inner-banner-head .rnd-arrow-d:before {
	content: " ";
	background: url('../img/banners/Members-header-icon.png') no-repeat;
	float: left;
	max-width: 65px;
	min-height: 65px;
	margin-right: 0.75em;
	background-size: 65px;
}
#inner-banner-head .rnd-arrow-d:before {
	content: " ";
	background: url('../img/banners/Suppliers-header-icon.png') no-repeat;
	float: left;
	max-width: 65px;
	min-height: 65px;
	margin-right: 0.75em;
	background-size: 65px;
}
/*#page.member-zone .inner-page .work-section {
	display: flex;
	justify-content: center;
}*/
#dynamic-login-form.frmWrap {
	padding: 2em 0;
}

#dynamic-login-form.frmWrap input[type='text'],
#dynamic-login-form.frmWrap input[type='password']{
	background-color: #fff;
}
#dynamic-login-form.frmWrap .form-group a {
	color: #18adee;
	font-weight: 600;
}
#dynamic-login-form.frmWrap button {
	padding-left: 5em;
	padding-right: 5em;
    font-weight: 600;
}

.col-centered {
  float: none;
  margin: 0 auto;
	max-width: 780px;
}
h2#header-bot-line:before {
	content: "";
    height: 2px;
    width: 10px;
}
#inner-banner-head h1.two-lines {
	text-align: left;
	margin-bottom: 0px;
	font-weight: 600;
}
#inner-banner-head .image-bg .container {
	position: relative;
	height: 100%;
}
#inner-banner-head .image-bg .container h1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.sidebar .widget .list-group a.list-group-item {
	font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.content-download-pdf .latest-posts {
	margin-top: 3em;
	border-top: 1px solid #f1f1f1;
}
.content-download-pdf .latest-posts li {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 2em;
	margin-top: 0.5em;
	padding-top: 1.5em;
    margin-bottom: 15px;
}
.content-download-pdf .latest-posts li .post-details h5.dload-title{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 24px;
}
.content-download-pdf .latest-posts .dload-items .post-thumb {
	margin-right: 20px;
}
.list-group.bg-gradient-yellow {
  background-color: #fdc22e;
  
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fef3d5), to(#fdc22e));
  background: -webkit-linear-gradient(top, #fdc22e, #fef3d5);
  background: -moz-linear-gradient(top, #fdc22e, #fef3d5);
  background: -ms-linear-gradient(top, #fdc22e, #fef3d5);
  background: -o-linear-gradient(top, #fdc22e, #fef3d5);
    
}
.list-group.bg-gradient-yellow .list-group-item {
	border-radius: 0px;
	border: 0px none;
    background-color: transparent;
    border-bottom: 8px solid #fff;
}
.list-group.bg-gradient-yellow .list-group-item:before {
	display: none;
}

.member-downloads-tabs .nav-tabs {
	padding-left: 1em;
	padding-right: 1em;
}
.member-downloads-tabs .nav-tabs > li > a {
	font-family: Oswald,sans-serif;
	font-size: 15px;
    color: #898a88;
	font-weight: 500;
	padding-left: 40px;
	padding-right: 40px;
}
.member-downloads-tabs .nav-tabs > li.active > a {
	color: #3a3b38;
}
.member-downloads-tabs .nav-tabs > .active > a:hover, 
.member-downloads-tabs .nav-tabs > .active > a:focus {
	font-weight: 500;
}

.tab-content .content-download-pdf .latest-posts {
	margin-top: 0px;
	border-top: none;
}
#SZ-unauthorized #dynamic-login-form {
	padding-left: 5em;
	padding-right: 5em;
}

.supplier-section.content-download-pdf .latest-posts {
	border-top: none;
}

#sz-supplier .widget a, #sz-supplier .widget a:visited {
	color: #9d9e9c;
}
#sz-supplier .widget .list-group-item:before {
	color: #4e4f4b;
}
#cta-supplier .video-container {
	padding-top: 0.5em;
}
.bull-great-thn {
	font-weight: 600;
}
.bull-great-thn:before {
	content: '\003e';
    margin-right: 5px;
}
ul.great-thn li {
	font-weight: 600;
    padding: 0.4em 0;
}
ul.great-thn li:before {
	content: '\003e';
	margin-right: 5px;
}

#inner-banner-head.page-events .container h1 {
	top: 40%;
	margin: 15px 0;
	font-size: 45px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 1px;
}
#inner-banner-head.page-events .container h1.event-banner-txt > span:nth-child(1) {
	margin-bottom: 5px;
}
h1.event-banner-txt span {
	display: flex;
}
h1.event-banner-txt span.txt-yellow {
    color: #fdc22e;
}
h1.event-banner-txt span i {
	font-style: normal;
}
h1.event-banner-txt span sup {
	text-transform: uppercase;
	font-size: 50%;
	width: 25%;
	line-height: 115%;
	padding-left: 10px;
	letter-spacing: 2.5px;
	top: 0;
	text-align: left;
}
.portfolio-grid .item-event {
	padding: 1.5em 0px 1em 0;
}
.portfolio-grid .item-event h5.event-title {
	font-weight: 600;
	margin-bottom: 15px;
}
.countdown-block.event-detail-page h1 {
	font-size: 44px;
	letter-spacing: 2px;
}

#call-to-action.events-page .btn-transparent-black {
	font-weight: 500;
	font-size: 20px;
	font-family: Oswald,sans-serif;
	letter-spacing: 1px;
	padding-left: 60px;
	padding-right: 60px;
    border-radius: 0;
}

.panel-custom {
    border: none;
	border-radius: 0;
	margin-bottom: 3.5em;
}
.panel-custom > .panel-heading {
    color:#fff;
    background-color:#3a3b38;
    border: none;
    border-radius: 0px;
}
.panel-custom > .panel-heading a:hover, .panel-custom > .panel-heading a {
	color: #fff;
}
.panel-custom > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}
.panel-custom > .panel-body {
	padding: 0px;
}
.panel-custom > .panel-heading .badge {
    color:#3a3b38;
    background-color:#fff;
}
.panel-custom > .panel-footer + .panel-collapse > .panel-body {
    border: none;
}
.panel-custom .panel-body .image {
	max-height: 400px;
	overflow: hidden;
}
.event-detail .panel-body .panel-txt { margin: 40px 0 0 0; }
#events-list-container h1.title { margin: 0 0 0 15px; text-transform: none; }
a.ico-play:before {
	content: "\f04b";
	display: block;
	font-family: FontAwesome;
	float: left;
	margin-right: 10px;
	color: #fdc22e;
}
.photo-items {
	margin: 15px 0px;
    overflow: hidden;
}
.photo-items img {
	width: 100%;
}
.special-offers-items .content-offer-txt a.btn {
	color: #3a3b38;
}
.dload-items .post-thumb, .dload-items .post-details { float:left; }
.dload-items { border-bottom: 1px solid #E1E1E1; padding: 10px 0; }

li.input-group-btn {
	width: auto;
}
li.input-group-txt {
	position: relative;
}
li.input-group-txt a.current.txt-page {
	line-height: 22px;
	padding: 9px 20px;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	background-color: #fff;
	color: #3a3b38;
	border-left: 1px solid #4e4f4b;
}
.sidebar .panel.panel-adrotator {
	border-radius: 0;
	border-width: 2px;
    margin-top: 5em;
}
.sidebar .list-group-item.active, 
.sidebar .list-group-item.active:focus, 
.sidebar .list-group-item.active:hover {
	background-color: transparent;
	color: #aeaeae;
}

#photo-gallery .portfolio-grid .grids {
	margin-bottom: 2em;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 0;
	margin-right: 0;
}
#photo-gallery .portfolio-grid .grid img {
	min-width: 100%;
}
#photo-gallery .portfolio-grid .grids .grid .image-bg {
    min-height: 175px;
}
#photo-gallery .filter-menu ul.nav li.filter {
	width: 143px;
	font-weight: 600;
	height: 100%;
}

#photo-gallery .filter-menu ul.nav li.filter a {
	background:transparent;
	color:#fff;
}
#photo-gallery .filter-menu ul.nav li.filter a:hover {
	background:transparent;
}
#photo-gallery .filter-menu ul.nav li.nav-all {
	height: 85px;
	vertical-align: top;
	padding: 30px;
	width: auto;
	border-radius: 0;
}

.nextprev {
	text-align:center;
	clear:both;
}

.nextprev a {
	display:inline-block;
	border: 1px solid #ffffff;
	border-radius:3px;
	padding: 6px 12px 5px;
	color:#fff;
	width:100px;
	text-align:center;
	margin:30px 14px 0;
}

.nextprev a:hover, .nextprev a:focus, .nextprev a:active {
	background:#fff; 
	color:#000;
}

.nextprev a.inactive {
	display:none;
}

/****************
*** RESPONSIVE **
*****************/
@media (min-width: 768px) {
    #footer .widget-content .widget-body {
        min-height: 255px;
    }
    #accordion .panel-body p {
        padding-left: 25px;
    }
    #accordion .panel-body.no-indent p {
        padding-left: 0;
    }
    #inner-banner-head .image-bg .container h1 {
        width: 50%;
    }
    #inner-banner-head .rnd-arrow-d:before {
        height: 100%;
        width: 100%;
    }
    .hidden-lg-up {
    	display: none;
    }
}
@media (max-width: 991px) {
	.hidden-md-down {
		display: none;
	}
}
@media (min-width: 981px) {
/*    .hidden-lg-up {
    	display: none;
    }*/
    section.slider ul li h1 {
        width: 555px;
    }
    #dynamic-login-form.frmWrap {
        padding-top: 2.75em;
        padding-bottom: 2.75em;
    }
    #photo-gallery .portfolio-grid .grids .grid {
        height: 175px;
    }
}
@media (max-width: 767px) {
	.hidden-sm-down {
		display: none;
	}
    #top-bar {
    	display:none;
    }
}
@media (max-width: 360px) {
	.navbar-brand-wrap {
		justify-content: left;
	}
	#get-quote .pulse > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
		margin-right: 0;
		margin-left: 0;
	}
    #get-quote .cta-register .image {
        text-align: center;
    }
    .navbar.navbar-bg-light .navbar-nav > li > a{
        color: #3a3b38;
    }
    .navbar .navbar-nav li > a:hover {
        color: #4e4f4b !important;
    }
    .navbar-nav ul.dropdown-menu li a {
        color: #f1f1f1 !important;
    }
    .navbar-nav ul.dropdown-menu li a:hover {
        color: #fff !important;
    }
    .navbar-nav > li > a {
        padding-bottom: 0;
        padding-top: 0;
        background-color: #f7f7f7;
        margin-bottom: 2px;
    }

}
/**
@media (max-width: 320px) {
    #photo-gallery-container.portfolio-grid .grids .grid .image-bg {
        background-size: 100% 100% !important;
    }
}**/

.further-contacts li {
    width: 10%;
    float: left;
    margin: 0 12.5% 0 0;
    min-height: 180px;
}
.further-contacts li:nth-child(5n) {
margin: 0;
}
.further-contacts { padding: 40px 0 0 0; }
.further-contacts ul { margin: 30px 0 0 0; }
.further-contacts li a, .further-contacts li a:hover { color: #00adee; text-decoration:none; font-weight:bold; }
#contact-us { padding-bottom: 0; }
.contact-info i.fa { font-size: 50px; }
.dload-items .post-thumb { width: 25%; padding: 10px 0 0 0; }
.dload-items .post-details { width: 65%; margin-left: 9%; }

.clearB { clear: both; }
.gallery-paganation { float: right; }
.gallery-paganation .grid { background-color: transparent; }
.gallery-paganation ul li { float: left; }
.gallery-paganation li.btn-paganation-prev .btn { border-radius: 4px 0 0 4px; }
.gallery-paganation li.btn-paganation-next .btn { border-radius: 0px 4px 4px 0; }
.gallery-paganation li.lbl-page-position { background-color: #f2f2f2; color: #7f7f7f; padding: 7px 10px; font-size: 14px; line-height: 26px; }

#inner-banner-head.wrap div.banner-txt {
	position: relative;
}
#inner-banner-head.wrap div.banner-txt h1 {
	padding: 2.05em 0;
}
#inner-banner-head.wrap div.banner-txt .event-banner-txt {
	font-size: 30px;
	font-weight: 600;
	padding: 1.2em;
}
#inner-banner-head.wrap div.banner-txt .event-banner-txt sup {
	display: flex;
	align-items: center;
    font-weight: 400;
}
#inner-banner-head.wrap .image-bg.content-in { min-height: 160px; }
#inner-banner-head.wrap.cs div.banner-txt h1 { text-align: center; color: #3a3b38; }
#inner-banner-head.wrap.cs div.banner-txt h1 span { color: #fff; }
.input-recaptcha label { font-weight: 400; color: #555; }

#sticker-sticky-wrapper {
	height: auto !important;
}
.navbar .navbar-header .top-tagline {
	width: 25%;
	float: right;
	padding: 20px 0;
    margin-right: 10px;
}
.navbar .navbar-header .top-social-icon {
	padding: 15px 20px 15px 0px;
	line-height: 1.2;
	float: right;
	width: auto;
}
.navbar .navbar-header .top-social-icon span {
	display: inline-block;
	width: 100%;
	font-weight: 600;
}
@media only screen and (max-width: 546px) {
    .hidden-sm { display: none; }
}
@media only screen and (max-width: 768px) {
	.navbar.navbar-bg-light {
		background-color: #fdb913;
	}
    .navbar .navbar-header .navbar-brand-wrap {
        display: inline-block;
        padding: 16px 0 10px 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
}