div.preloader
{
	cursor: wait;
    background: rgba(5, 5, 5, 0.6);
    z-index: 1;
    width: 100vw;
    height: 200vh;
	position: absolute;
}
input
{
	background-color:#fff;
	color:#000;
	width:75px;
	border:none;
	font-family:sans-serif, Arial;
	font-size:14px; /*12px*/
	/**font-weight:bold;**/
}

div.button
{
	color:#000;
	width:100px;
	font-family:sans-serif, Arial;
	font-size:14px; /*12px*/
	font-weight:bold;
	cursor:pointer;
}

.main_table
{
	width:90%;
    height:100%;
	vertical-align:top;
}

.main_table_1 { width: 1024px; margin: 0 auto; height: 100%; min-height: 100%; background-color:#666; } /* width: 974px; */

td.main_table
{
	width:100%;
	height:100%;
	vertical-align:top;
	border:green thin solid;
}

.menu_table_top
{
	vertical-align:middle;
	font-size:16px;
	border-collapse:collapse;
	z-index:250;
	font-family:sans-serif;
	padding:5px;
	width:100%;
}
/*table tr:last-child td.menu {border-bottom: 0;}
table tr td.menu:first-child{border-left: 0;}
table tr td.menu:last-child{border-right: 0;}
*/
.menu
{
	width:25%;
	height:35%;
	cursor:pointer;
	color:#000;	
	text-align: center;
	background-color:#FFF;
	border:#CCC 1px solid;
	border-collapse:collapse;
}
.menu:hover{color:#FFF; background-color:#CCC;}

.content_table{width:100%; height:100%; padding:3px;}
.content_table td{padding:3px; border-spacing:3px;}
.content
{
	width:100%;
	height:100%;
	min-height:600px;
	/*max-width:750px;*/
	vertical-align:top;
	overflow:auto;
	overflow-x: hidden;
	text-align:left;
}

.content_access
{
	width:100%;
	height:700px;
	vertical-align:top;
	overflow:auto;
	/*overflow-x: hidden;*/
	text-align:left;
	font-size:14px;		
}

.spacer{height: 10px;}

.ad
{
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	min-height:250px;
	height:15%;
	width:100%;
}

.faded90
{
	/* smaller number = lighter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";/* IE 8 */
	filter: alpha(opacity=90);/* IE 5-7 */
	-moz-opacity: 0.90;       /* Netscape */
	-khtml-opacity: 0.90;     /* Safari 1.x */
	opacity: 0.90;            /* Good browsers */
}

.faded80
{
	/* smaller number = lighter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";/* IE 8 */
	filter: alpha(opacity=80);/* IE 5-7 */
	-moz-opacity: 0.80;       /* Netscape */
	-khtml-opacity: 0.80;     /* Safari 1.x */
	opacity: 0.80;            /* Good browsers */
}

.faded70
{
	/* smaller number = lighter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 */
	filter: alpha(opacity=70);/* IE 5-7 */
	-moz-opacity: 0.70;       /* Netscape */
	-khtml-opacity: 0.70;     /* Safari 1.x */
	opacity: 0.70;            /* Good browsers */
}

.faded60
{
	/* smaller number = lighter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";/* IE 8 */
	filter: alpha(opacity=60);/* IE 5-7 */
	-moz-opacity: 0.60;       /* Netscape */
	-khtml-opacity: 0.60;     /* Safari 1.x */
	opacity: 0.60;            /* Good browsers */
}

.faded50
{
	/* smaller number = lighter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* IE 8 */
	filter: alpha(opacity=50);/* IE 5-7 */
	-moz-opacity: 0.50;       /* Netscape */
	-khtml-opacity: 0.50;     /* Safari 1.x */
	opacity: 0.50;            /* Good browsers */
}

.rounded
{
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.link{cursor:pointer}

.top_bar
{
	width: 100%;
	/*height: 100px;230px;*/
	z-index:10;	
}

iframe.youtube
{
	width: 100%;
	height: 85vh;
	border: 3px #000000 solid;
}

iframe.pdf
{
	width: 100%;
	height: 125vh;
	border: 3px #000000 solid;
}

/*
.col1{background-color:#182a5c;}
.col2{background-color:#752212;}
.col3{background-color:#827f22;}
*/
.col1{background-color:#9868b9;} /*purple*/
.col2{background-color:#49c8f5;} /*blue #49c8f5  #90c3d3*/
.col3{background-color:#000;} /* pink #eb278d */
.col4{background-color:#6d7cd4;} /*yellow #6d7cd4*/
.col5{background-color:#000;}

.visible{display:block;}
.invisible{display:none;}
.tr_visible{display:table-row;}
.tr_hidden{display:none;}

.off_screen
{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:200;
	background-color:#FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 */
	filter: alpha(opacity=70);/* IE 5-7 */
	-moz-opacity: 0.70;       /* Netscape */
	-khtml-opacity: 0.70;     /* Safari 1.x */
	opacity: 0.70;            /* Good browsers */
	visibility:hidden;	
}

td.brdr
{
	height:100%;
	border:#333 thin solid;
	text-align:left;
	color:#fff;	
	vertical-align:top;
	border-collapse:collapse;
}

td.header
{
	width:100%; 
	text-align:center;
	border-spacing: 0;
	padding:0;
	height:35px;
	font-size:24px;
	/*
	background-color:#333;
	color:#fff;
	*/
	background-color:#6d7cd4;
	color:#333;
}

.bold
{
	font-weight:bold;
	text-align:left;
	color:#000;
	vertical-align:top;
}

.output
{
	text-align:left;
	color:#333;
	vertical-align:top;
}

.sched_table
{
	border:#333 thin solid;
	height:100%
}

.attention_text{font-weight:bold; font-size:20px;}

.page_head
{
	width:75%;
	padding-top:10px;
	font-weight:bold;
	font-size:30px;
	text-align:center;
	vertical-align:middle;
	/*height:27px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

.top_panel
{
	background-color:#000;
	position:relative;
	/* Jorge
	-moz-border-radius: 20px;
	border-radius: 20px;	 */
}

.popup
{
	position:fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 350;
	color: #000;
	background-color:#000;
	text-align:center;
	vertical-align:middle;
	/*overflow:hidden;*/
	border:#fff 2px solid;
}

.popup_bg
{
	border:#fff 5px solid;
	background-color:#054491;
}

.select-style > .textbox
{
	width:100%;
	color:#000;
	border:none;
	font-family:sans-serif, Arial;
	font-size:14px;	
	font-weight:normal;
	padding: 0 0 0 8px;
}

.select-style_ > .select_
{
	width:100%;
	color:#000;
	background-color: white;
	border:none;
	font-family:sans-serif, Arial;
	font-size:14px;	
	font-weight:normal;
	border-radius:0;
}

.short{width: 10%;}
.medium{width: 40%;}

.textarea
{
	outline: none;
    border: 2px solid #000000;
    font-size:14px;
    padding: 0.7em 0.5em;
    width: 100%;
	-webkit-appearance:none;
	resize:none;
	min-height:10em;
	font-family:sans-serif, Arial;
}

#captcha
{
	width:100%;
	height:135px;
	color:#000;
	font-weight:normal;
	font-size:12px;	
	border:#999 thin solid;
}

#map_canvas
{
	float:top;
	width:100%;
	height:100%;
	border:none;
}

#ajax_div{height:64px;}

.data_table
{
	width:100%;
	height:100%;
	padding:0px;
	border-spacing:0px;
	font-family:sans-serif;
	font-size:16px;
}

.read_only{background-color:#999}
.jona{font-size: 14px; text-align:right}

.imgClose{font-size: 16px; font-weight:bold;}
.imageNo{font-size: 14px; font-weight:bold;}
.imageUploaded
{
	position:relative;
	border: #666 thin solid;
	border-collapse:collapse;
	margin-left:0;
	margin-top:0;
	padding:0px;
	background-image:url(/media/images/imgloader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	width:20%;
	height:20%;
	max-width:150px;
}
.imageSelected{border:medium #ff0000 solid;}
.imageOrderDiv
{
	position:absolute;
	bottom:1px;
	right:1px;
	background-color:#bbb;
	color:#6d7cd4;
	z-index:60;
	cursor:pointer;
	width: 32px;
	height:32px;
	text-align:center;
	align-content:center;
	
}
.featuredImage
{
	border:medium red double;
}
.imageOrderSelectedDiv
{
	position:absolute;
	bottom:1px;
	right:1px;
	color:#6d7cd4;
	z-index:120;
	cursor:pointer;
	width: 32px;
	height:32px;
	text-align:center;
	align-content:center;
	background-color:#2CDD46;
	font-size: 10px;
}
.imageCloseDiv
{
	position:absolute;
	top:-4px;
	right:1px;
	background-color:transparent;
	color:#ff0000;
	z-index:50;
	cursor:pointer;
	font-size: 10px;
}
/*-- contact --*/
.forms h3.header {text-align: left;}
.forms-grids p {margin: 1em 0;}

.forms-grid iframe 
{
    width: 100%;
    min-height: 500px;
    border: none;
}
.container.forms-grids input[type="text"], 
.container.forms-grids input[type="email"], 
.container.forms-grids input[type="password"], 
.container.forms-grids select, 
.container.forms-grids input[type="tel"], 
.container.forms-grids input[type="number"], 
.container.forms-grids input[type="image"], 
.container.forms-grids input[type="date"],
.container.forms-grids input[type="datetime-local"]
{
    outline: none;
    border: thin solid #000000;
    font-size: 1em;
    padding: 0.7em 1em;
    width: 100%;
	-moz-appearance: none;
	-webkit-appearance:none;
	font-family:sans-serif;
}
.container.forms-grids input[type="text"].searchTextBox
{
	position: relative;
	font-family:sans-serif, "Font Awesome 5 Pro" !important;
	font-weight:300
}

.container.forms-grids input[type="checkbox"]
{
    height: 22px;
    width: 22px;
    accent-color: #6d7cd4;
}

.container.forms-grids .checkbox-container
{
	display: inline-flex;
    align-items: flex-start;
	margin:0;
}

.container.forms-grids .checkbox-container label
{
	margin: 5px;
}

span.searchTextClear
{
    font-family: sans-serif, "Font Awesome 5 Pro" !important;
    font-weight: 300;
    position: absolute;
    right: 24px;
    top: 25%;
    border-radius: 100% 100%;
    background-color: transparent;
    width: 24px;
    height: 24px;
	cursor:pointer;
	text-align: center;
}

span.highlight
{
	font-weight: bold;
	font-style: normal;
    color: black;
    background: none;
    padding: 3px;
    border-radius: 3px;
}
/**
span.highlight.error
{
    color: green;
}
span.highlight.error
{
    color: red;
}
**/
span.searchTextClear i
{
	position: absolute;
	top:4px;
	left:6.5px;
}

.forms-grid .input-mdl {margin: 1em 0;}
.container.forms-grids textarea
{
	outline: none;
    border: thin solid #000000;
    font-size: 1em;
    padding: 0.7em 1em;
    width: 100%;
	-webkit-appearance:none;
	resize:none;
	min-height:10em;
	font-family:sans-serif;
/*	margin: 1em 0;*/
}
/**#enquiryFields .forms-grids input[type="submit"], #enquiryFields .forms-grids input[type="button"] {background-color: white; color: #000000;}**/
.forms-grids input[type="submit"], .forms-grids input[type="button"]
{
    outline: none;
	background-color: #000000;
    /**border: 2px solid #000000;**/
    padding: 0.8em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    -webkit-appearance: none;
	text-transform:uppercase;
	font-family:sans-serif;
}
.forms-grids input[type="submit"]:hover, .forms-grids input[type="button"]:hover{background:#6d7cd4; color:#000;}

.forms-grids button[type="button"] 
{
    outline: none;
	background-color: #000000;
    border: thin grey solid;
	color: #fff;
	border-radius:4px;
    padding: 0.8em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
	font-weight:bold;
    -webkit-appearance: none;
	text-transform:uppercase;
	font-family:sans-serif;
}
.forms-grids button[type="button"]:hover
{
	background:#6d7cd4; color:#000;
}

.forms-grids button[type="button"] i
{
	color: #fff !important;
}
.forms-grids button[type="button"]:hover i{color:#000 !important;}

.forms-grids button.commit[type="button"] 
{
    outline: none;
	background-color: orangered;
    border: thin grey solid;
	color: #fff;
	border-radius:4px;
    padding: 0.8em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
	font-weight:bold;
    -webkit-appearance: none;
	text-transform:uppercase;
	font-family:sans-serif;
}
.forms-grids button.commit[type="button"]:hover
{
	background-color:dodgerblue; 
	color:#000;
}

.forms-grids button.reverse[type="button"] 
{
    outline: none;
	background-color: tomato;
    border: thin grey solid;
	color: #fff;
	border-radius:4px;
    padding: 0.8em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
	font-weight:bold;
    -webkit-appearance: none;
	text-transform:uppercase;
	font-family:sans-serif;
}
.forms-grids button.reverse[type="button"]:hover
{
	background-color:#6d7cd4; 
	color:#fff;
}

#airtime:checked:checked ~ .airtime,
#data:checked:checked ~ .data
{
	border-color: #6d7cd4;
	background: #6d7cd4;
}
#airtime:checked:checked ~ .airtime .rb-dot,
#data:checked:checked ~ .data .rb-dot
{
 	background: #fff;
}
#airtime:checked:checked ~ .airtime .rb-dot::before,
#data:checked:checked ~ .data .rb-dot::before
{
	opacity: 1;
	transform: scale(1);
}
#airtime:checked:checked ~ .airtime span,
#data:checked:checked ~ .data span
{
	color: #fff;
}

.shop-option:checked ~ .shop-option
{
 	background: #6d7cd4;
	color: #fff;
}

.shop-option:checked ~ .shop-option span
{
	background: #6d7cd4;
	color: #fff;
}

td .email-invite
{
	/*border:thin #eb008b solid; border-radius:5%; background-color:#00adee; */
	color: #fff; font-family:sans-serif; text-align:center; vertical-align:middle;
	border-radius: 40px; background: #000; width:30%; height:5%; border:thin #fff solid;
	font-size: 16px;
}

span.ocr_text
{
    font-family: system-ui;
    font-size: 16px;
}

.minimalize-styl-gc 
{
    padding: 4px 12px;
    margin: 12px 5px 5px 20px;
    font-size: 10px;
    float: left;
    background-color: #505050;
    color: white;
    border: none;
}
a.minimalize-styl-gc > i.fa:hover
{
	color: #6d7cd4;
}

.faq__item {
	margin: 0 0 6px
}
.faq__expander {
	font-size: 20px;
	color: #6d7cd4;
	text-decoration: none;
	padding-left: 48px;
	position: relative;
	display: block;
	border: none;
	background: 0 0;
	outline: 0 !important;
	font-weight: 600
}
.faq__expander:before {
	font-size: 14px;
	font-family: "Font Awesome 5 Pro";
	content: "";
	border: 1px solid #6d7cd4;
	color: #6d7cd4;
	display: inline-block;
	margin: 1px 24px 0 0;
	font-weight: 400;
	text-align: center;
	width: 24px;
	line-height: 24px;
	height: 24px;
	position: absolute;
	top: 4px;
	left: 0;
	text-decoration: none
}
.faq__expander:focus, .faq__expander:hover {
	text-decoration: none
}
.faq__expander.collapsed {
	color: #000
}
.faq__expander.collapsed:before {
	content: "\f067";
	border: 1px solid #000;
	color: #000
}

div.gallery
{
	position: relative;
	display: inline-flex;
    width: 100%;
    overflow: auto;
	/**
    border: thin #ccc solid;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
	**/
}

div.gallery-images
{
	position: relative;
	display: inline-flex;
    width: 100%;
    overflow: auto;
    border: thin #ccc solid;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
}

div.gallery div.gallery-buttons
{
	position:absolute;
	top:2px;
	left: 2px;
	z-index:999;
	
}

div.gallery div.gallery-buttons button
{
	border-radius:100%;
	border: 2px #ccc solid;
    font-size: 18px;
    /* padding: 10px 20px 0px 0px; */
    width: 32px;
    height: 32px;	
}

table.sableWidgetContainer
{
	width: 100%;
	padding: 8px;
	border: none; /*thin solid #bbb;*/
	margin: auto;
	display: table;
}

table.sableWidgetContainer tr.sableWidgetRow
{
	position: relative;
	display: table;
	margin-bottom: 10px;
	width: 100% !important;
	border: thin #ddd solid;
}

table.sableWidgetContainer tr.sableWidgetRow td.sableWidgetCol
{
	position: relative;
	padding: 4px;
	border: none;
	margin: auto;
}

table.sableWidgetHeader
{
	display: table;
}

table.sableWidgetContainer tr.sableWidgetRow td.sableWidgetCol div.addedItem
{
    position: absolute;
    display: inline-block;
    border: thin #aaa solid;
    top: 0px;
    padding: 0px 4px 0px 0px;
    left: 0px;
    transform: translateY(75%) translateX(10%);
    height: 40%;
    border-radius: 25px;
    text-align: center !important;
    margin-right: auto;
    background-color: white !important;
}

table.sableWidgetContainer tr.sableWidgetRow td.sableWidgetCol div.addedItem:not(.readOnly):before
{
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 700;
    content: "\f057";
    text-align: right;
    padding: 5px;
    color: red;
}

table.sableWidgetContainer tr.sableWidgetRow td.sableWidgetCol div.addedItem.readOnly
{
    background-color: #ccc;
}

table.sableWidgetContainer tr.sableWidgetRow div.sableWidgetRowNumber
{
isplay: block;
    position: absolute;
    border: thin #eee solid;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background: #6d7cd4;
    text-align: center;
    vertical-align: middle;
    left: -10px;
    top: -10px;
    font-size: 1em !important;
    color: white;
    font-weight: bold;
    line-height: 1.35em;
    cursor: move;
}

table.sableWidgetContainer tr.sableWidgetRow div.sableWidgetRowRemove
{
    display: block !important;
    position: absolute;
    border: thin #eee solid;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background: red;
    color: white;
    text-align: center;
    vertical-align: middle;
    right: -10px;
    top: -10px;
    font-size: 0.75em !important;
    font-weight: bold;
    line-height: 1.9em;
    cursor: pointer;
}
table.sableWidgetContainer tr.sableWidgetRow div.sableWidgetRowRemove i
{
	color: white !important;	
    text-align: center;
    vertical-align: middle;
	margin: 0px 0px 1px 1px;
}

/** Inputs in Sable Widget Container **/
table.sableWidgetContainer input.searchInput 
{
	position: relative;
	text-align: right;
}
table.sableWidgetContainer input::placeholder
{
	font-size: 11px;
}
table.sableWidgetContainer input::-ms-input-placeholder
{
	font-size: 11px;
}
table.sableWidgetContainer input[type="text"], 
table.sableWidgetContainer input[type="email"], 
table.sableWidgetContainer input[type="password"], 
table.sableWidgetContainer select, 
table.sableWidgetContainer input[type="tel"], 
table.sableWidgetContainer input[type="number"], 
table.sableWidgetContainer input[type="image"], 
table.sableWidgetContainer input[type="date"],
table.sableWidgetContainer input[type="datetime-local"]
{
    outline: none !important;
    border: thin solid #bbb !important;
    font-size: 1em !important;
    padding: 0.7em 1em;
    width: 100%;
	-moz-appearance: none !important;
	-webkit-appearance:none !important;
	height: 30px;
}
table.sableWidgetContainer input[type="checkbox"]
{
    height: 22px;
    width: 22px;
    border: 2px cornflowerblue solid !important;
    appearance: none;
}
.container.forms-grids input[type="text"].searchTextBox
{
	position: relative;
	font-family:sans-serif, "Font Awesome 5 Pro" !important;
	font-weight:300
}
.fieldHint, .error, .success
{
	vertical-align:middle;
	text-align:left;
	margin-top:0.6em;
	font-size:0.8em; font-weight:normal; padding-left:0.45em;
}

.fieldHint.hintUnder
{
    vertical-align: middle;
    text-align: left;
    margin: -1em 0px 1em 0;
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 0;
}
table.sableWidgetContainer .fieldHint
{
	font-size: 11px;
}
div.sableModalBackground
{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 300vw;
    height: 300vh;
    overflow: hidden;
	z-index: 9999990;
}
div.sableModalWindow
{
	top: 0;
    width: 80vw;
    background-color: #fff;
    border: 3px solid rgba(0, 0, 0, 0.85);
    margin: auto;
    display: block;
    position: fixed;
    left: 0%;
    z-index: 9999999;
    transform: translateX(10%) translateY(10%);
    padding: 8px 0 12px 0;
    box-shadow: rgba(255, 255, 255, 0.45) 0px 3px 10px;
	/**box-shadow: rgba(255, 255, 255, 0.35) 4px 4px 36px 10px; **/
}
div.sableModalWindow div.container
{
	height:65vh;
}
.sableModalHeader h1
{
    align-content: center;
    margin: auto;
}
div.sableModalHeader
{
	position: relative;
	text-align: center;
	max-height: 60px;
	padding: 5px 0;
	background-color: #ccc;
}
div.sableModalInner
{
	position: relative;
	text-align: center;
	min-height: 100%;
	padding: 15px 0;
	background-color: #fff;
}
div.sableModalFooter
{
	position: relative;
	text-align: center;
	max-height: 60px;
	padding: 5px 0;
	background-color: #ccc;
}
@media (max-width:767px) {
	.faq__expander {
		padding-left: 35px
	}
}
.faq__body {
	margin: 0 0 0 50px;
	padding: 5px 5px;
	background: #fff;
	border: 1px solid #eee
}
@media (max-width:767px) {
	.faq__body {
		margin: 6px 0 0 35px;
		padding: 15px
	}
}
.faq__footer {
	margin: 0 0 6px 50px;
	padding: 5px 5px;
	background: #fff;
	text-align: center;
	border: 1px solid #eee;
	border-top: none
}
@media (max-width:767px) {
	.faq__footer {
		margin-left: 35px
	}
}
.faq__close {
	background: 0 0;
	border: none;
	outline: 0;
	color: #000
}
.faq__close:before {
	font-size: 14px;
	font-family: "Font Awesome 5 Pro";
	content: "";
	/*
	border: 1px solid #000;
	margin: 0 10px 0 0;
	*/
	color: #000;
	padding: 0 5px;
	display: inline-block;
	
	font-weight: 400;
	text-align: center;
	width: 24px;
	height: 24px
}

@media screen and (max-width: 768px)
{
	/*This section is for mobile device display*/
	.desktop-only{display:none !important;}
	iframe.youtube
	{
		width: 100%;
		height: 20vh;
	}
	iframe.pdf
	{
		width: 100%;
		height: 105vh;
	}
	.ibox > .assist-button, .ibox > .collapse-expand-button
	{
		right: 14px;
	}	
/**
	div#videoBlock > button#btnOk
	{
		bottom: 8%;
	}
**/
	#desktop-spacer
	{
		display:none;
	}	
}

@media screen and (min-width: 769px)	
{
	/*This section is for larger device display*/
	.mobile-only{display:none !important;}	
	.navbar-fixed-top, .navbar-static-top
	{
		top:0;
		border-bottom: 1px solid #000000 !important;
		border-top: none !important;		
	}
	#desktop-spacer
	{
		height:52px;

	}
}