<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearboth {
	clear: both;
}
.relative {
	position: relative;
}
.tooltip {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold
}
button, button:focus, input, input:focus, select, select:focus, img, a {
	outline: 0 !important;
}
a, .btn, button {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.shower {
	display: block;
}
.hider {
	display: none;
}
.dotted-title {}
.dotted-title:after {
	content: '';
	display: block;
	margin: 15px 0 13px;
	background: url("../images/sprite-1.png") no-repeat;
	width: 70px;
	height: 5px;
}
/* Toggle Button */

.navbar-header .navbar-toggle, .navbar-header .navbar-toggle[aria-expanded="false"] {
    width: 100%;
    float: none;
    text-align: center;
    border: 2px solid #d0981b;
    color: #fff;
    background: #d0981b;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 6px 0px 6px;
    font: 500 15px/18px 'Montserrat', 'Helvetica', sans-serif;
    border-radius: 2px;
}
.navbar-header .navbar-toggle[aria-expanded="true"] {
    background-color: #d0981b;
    border-color: #d0981b;
    color: #fff;
}
.navbar-header .navbar-toggle:hover {}
.navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar {
	background-color: #034c51;
}
.navbar-header .navbar-toggle .icon-bar, .navbar-header .navbar-toggle[aria-expanded="false"] .icon-bar {
	background-color: #fff;
}
.navbar-links.navbar-collapse {
	box-shadow: none;
	border-color: transparent;
	/*border-color: #fff;*/
	margin: 0;
	padding: 0;
}
.mb-0 {
	margin-bottom: 0 !important;
}
/************************/

/** Alert Messages**** **/

/************************/

.tf-alerts {
	margin-top: 15px;
	margin-bottom: 20px;
	display: block;
}
.tf-alerts .tf-alert {
	position: relative;
	border: 1px solid #ddd;
	color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 10px 9px 50px;
	font-family: 'Arima Madurai', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	display: block;
}
.tf-alerts .tf-alert:last-child {
	margin-bottom: 0;
}
.tf-alerts .tf-alert:before {
	content: '\f059';
	font-family: 'FontAwesome', sans-serif;
	background-color: #ddd;
	font-weight: normal;
	color: #fff;
	text-align: center;
	position: absolute;
	font-size: 20px;
	left: 0;
	padding-top: 10px;
	bottom: 0;
	width: 40px;
	height: 100%;
}
.tf-alerts .tf-alert.tf-error {
	border-color: #f83c3c;
	color: #f83c3c;
}
.tf-alerts .tf-alert.tf-error:before {
	content: '\f057';
	background-color: #f83c3c;
}
.tf-alerts .tf-alert.tf-success {
	border-color: #21be49;
	color: #098529;
}
.tf-alerts .tf-alert.tf-success:before {
	content: '\f058';
	background-color: #21be49;
}
.tf-alerts .tf-alert.tf-info {
	border-color: #36bcee;
	color: #1b83a9;
}
.tf-alerts .tf-alert.tf-info:before {
	content: '\f05a';
	background-color: #36bcee;
}
.tf-alerts .tf-alert.tf-warning {
	border-color: #c1bb7b;
	color: #b5af57;
}
.tf-alerts .tf-alert.tf-warning:before {
	content: '\f071';
	background-color: #c1bb7b;
}
.example img {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.example img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/************************/

/** General Typography **/

/************************/

/* All */</pre></body></html>