* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	position: relative;
	word-wrap: break-word;
	/* background: #fff !important; */
}
body a {
	font-family: Roboto Condensed;
  margin-right: 20px;
  margin-left: 20px;
}
body a:hover {
	color: #ff8000;
}
body p, body div {
	/* font-family: Roboto Condensed; */
	/* color: #1668b1; */
}
body h3 {
	font-family: Roboto Condensed;
	text-transform: uppercase;
   font-weight: bold;
	font-size: 18px;
	padding-left: 10px;
  /*background-image: url("images/blockheader.jpg");
  background-repeat: no-repeat;
  float:: center;*/
  color: #ffffff;
  background: #1668b1;

}
#wrapper {
	font-family: roboto;
	min-height: 0 !important;
  backgroumd: #e0e0e0;

}
#wrapper_in {
	min-height: 0;

}
h1 {
	font-size: 44px;
	line-height: 44px;
	color: #000;
}
h2 {
	font-size: 18px;
	line-height: 28px;
	color: #000;
   text-transform: uppercase;
}
h3 {
	font-size: 36px;
	line-height: 36px;
	color: #000;
}
h4 {
	font-size: 28px;
	line-height: 28px;
	color: #000;
}
h5 {
	font-size: 22px;
	line-height: 22px;
	color: #000;
}
h6 {
	font-size: 16px;
	line-height: 16px;
	color: #000;
}
img {
	max-width: 100%;
}
p, blockquote {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 20px;
	color: #888;
}
ul li {
	  font-size: 16px;
	  /*line-height: 20px;*/
	  color: #888;
	  display: inline;
	  margin: 0px 0px 2px 0;
	  /* text-align: center; */
	  padding: 2px;
	  /* float: none; */
	  background: #f5f5f5;
}
.filter-search select {
	float: left;
	margin: 0 5px;
	width: 200px;
}
.filter-search, .filters .alert-info {
	background-color: transparent;
	border: medium none;
	height: auto;
}
input.invalid {
	border-color: #f00 !important;
}
.hideme {
	opacity: 0;
}
.visible {
	opacity: 1;
}
.modal-dialog {
	width: 600px;
	margin: auto;
	position: absolute;
	top: 30%;
	bottom: 0;
	left: 0;
	right: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
  backgroun: #ffffff;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
}
.iconsrow .fa-hover {
	float: left;
	font-size: 14px;
	padding: 3px 0 3px 9px;
	width: 225px;
}
.iconsrow .fa-hover:hover {
	background: #fff;
	padding: 3px 0 3px 9px;
}
.iconsrow .fa-hover i {
	color: #428bca;
	font-size: 16px;
	width: 25px;
}
.alert-info {
	color: #fff;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge, .btn-primary .badge {
	color: #2069a8;
}
code {
	background: transparent;
}
pre {
	padding: 10px;
}
.clear {
	clear: both;
}
label {
	font-weight: normal;
}
a:focus, a:active {
	color: #888;
	text-decoration: none;
	outline: none;
}
.input {
	background: #428bca;
	border: 1px #c8c8c8 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.input:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #2069a8;
}
.header {
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	width: 100%;
}
.header #logo {
	margin: 0;
	border: none;
	position: relative;
	z-index: 1;
}
.header #logo img {
	border: none;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
.header #logo {
	text-align: center;
	padding: 10px 0 20px;
}
}
.header .opening_times_title {
	color: #eee;
	font-size: 20px;
	margin: 0 0 2px 0;
}
.header .ot_desc {
	font-size: 12px;
	line-height: 14px;
	color: #eee;
	margin: 0;
}
.navbar-collapse.in {
	overflow-y: visible;
}
.navbar-header i {
	color: #333;
	font-size: 25px;
}
.navbar-collapse {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
  
}
.nav > li > a:hover {
	background: #ffffff;
}
.navbar-nav > li {
	float: none !important;
}
.navbar {
	min-height: 35px;
	margin-bottom: 0;
 

}
.navbar .nav > .active > a {
	background: #ddd;
}
.navbar .nav > .active > a:hover {
	box-shadow: none;
}
.top_menu ul.menu {
	float: left;
	margin: 0;
}
@media (max-width: 767px) {
.top_menu ul.menu {
	margin: 10px 0;
	float: none;
}
}
.top_menu ul.menu li {
	border-right: 1px solid #eee;
	float: left;
	list-style: none outside none;
	position: relative;
}
@media (max-width: 767px) {
.top_menu ul.menu li {
	list-style: none outside none;
	position: relative;
	border-right: medium none;
	float: none;
}
}
.top_menu ul.menu li a {
	font-size: 12px;
	margin: 0 10px;
	padding: 0;
	position: relative;
}
@media (max-width: 767px) {
.top_menu ul.menu li a {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 4px 9px 4px 10px;
	position: relative;
	color: #92999e;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.top_menu ul.menu li a:hover {
	padding: 4px 9px 4px 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
}
@media (max-width: 767px) {
.top_menu ul.menu li: first-child a {
	border-top: 1px solid #eee;
}
}
.top_menu ul.menu li:last-child {
	border-right: none;
}
.main_menu .navbar {
	margin: 20px;
	border: 0;
   background: #fff;

}
.main_menu ul.menu {
	float: none;
	text-align: left;
	/* margin: 30px 0 0; */
}
@media (max-width: 767px) {
.main_menu ul.menu {
	float: none;
	margin: 10px 0 0;
}
}
.main_menu ul.menu li {
	/* position: relative; */
	/* list-style: none; */
	/* display: block; */
	width: 100%;
}
@media (max-width: 767px) {
.main_menu ul.menu li {
	float: none;
	position: relative;
	list-style: none;
	display: block;
	border-top: 1px solid #eee;
}
}
.main_menu ul.menu li a {
	font-size: 15px;
	margin: 0 10px;
	padding: 15px;
	background-color: transparent;
	/* border-bottom: 0px; */
	text-transform: uppercase;
	font-family: Roboto Condensed;
	/* border-bottom: 1px solid #e1e1e4; */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/* font-weight: bold; */
}
@media (max-width: 992px) {
.main_menu ul.menu li a {
	padding: 0 3px 30px;
}
}
@media (max-width: 768px) {
.main_menu ul.menu li a {
	display: block;
	font-size: 15px;
	margin: 0;
	padding: 7px 20px 7px 10px;
	position: relative;
	white-space: nowrap;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	width: 100%;
}
}
@media (max-width: 767px) {
.main_menu ul.menu li a {
	border: none;
}
}
.main_menu ul.menu li a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 767px) {
.main_menu ul.menu li a: hover {
	border-bottom: 0px solid transparent;
	margin: 0;
	padding: 7px 10px 7px 10px;
}
}
@media (max-width: 767px) {
.main_menu ul.menu li.active a {
	display: block;
	background-color: transparent;
	border-bottom: medium none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-align: left;
}
}
@media (max-width: 767px) {
.main_menu ul.menu li.active a: hover {
	background-color: transparent;
	border-bottom: medium none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
}
.main_menu ul.menu li.parent:hover ul {
	display: block;
}
@media (max-width: 767px) {
.main_menu ul.menu li.parent a {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 7px 10px 7px 0;
	position: relative;
	text-transform: uppercase;
	float: left;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main_menu ul.menu li.parent a:hover {
	padding: 7px 10px 7px 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
}
.main_menu ul.menu li.parent a span.arrow {
	right: 2px;
	top: 20px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 8px 4px;
	border-color: transparent transparent transparent #92999e;
	line-height: 0;
	filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}
@media (max-width: 992px) {
.main_menu ul.menu li.parent a span.arrow {
	right: -8px;
	top: 9px;
}
}
@media (max-width: 768px) {
.main_menu ul.menu li.parent a span.arrow {
	right: 9px;
	top: 16px;
}
}
@media (max-width: 767px) {
.main_menu ul.menu li.parent a span.arrow {
	display: none;
}
}
.main_menu ul.menu li.parent ul {
	display: none;
	background: #fff;
	border-left: 1px solid #eee;
	list-style: none;
	position: absolute;
	float: left;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	min-width: 220px;
	z-index: 9999;
	right: -80%;
	top: 0;
	left: 0px;
	margin-left: 100%;
}
@media (max-width: 767px) {
.main_menu ul.menu li.parent ul {
	display: block;
	background-color: transparent;
	border-left: medium none;
	border-top: medium none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	float: none;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	right: 0;
	margin-left: 0;
}
}
.main_menu ul.menu li.parent ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
	clear: both;
	width: 100%;
	display: block;
	text-align: left;
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.05);
	-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.05);
	-o-box-shadow: 1px 1px 1px rgba(255,255,255,0.05);
	box-shadow: 1px 1px 1px rgba(255,255,255,0.05);
}
@media (max-width: 767px) {
.main_menu ul.menu li.parent ul li {
	float: left;
	border-bottom: 0px solid #eee;
}
}
.main_menu ul.menu li.parent ul li a {
	font-size: 13px;
	float: left;
	padding: 7px 10px 7px 0;
	margin: 0 15px 0 0;
	text-indent: 10px;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 767px) {
.main_menu ul.menu li.parent ul li a {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 7px 10px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
}
}
.main_menu ul.menu li.parent ul li a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 767px) {
.main_menu ul.menu li.parent ul li a: hover {
	padding: 7px 10px 7px 20px;
}
}
.main_menu ul.menu li.parent ul li a span.arrow {
	right: 6px;
	top: 14px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 8px 4px;
	border-color: transparent transparent transparent #888;
	line-height: 0px;
	_filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}
.main_menu ul.menu li.parent ul li ul.nav-child {
	right: 0;
	top: 0px;
	min-width: 220px;
	display: none;
	margin-right: -100%;
}
@media (max-width: 767px) {
.main_menu ul.menu li.parent ul li ul.nav-child {
	display: block;
	background-color: transparent;
	border-left: medium none;
	border-top: medium none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	float: none;
	position: relative;
	width: 100%;
	left: 0 !important;
	top: 0 !important;
}
}
@media (max-width: 767px) {
.main_menu ul.menu li.parent ul li ul.nav-child li {
	border-bottom: medium none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #eee;
}
}
.main_menu ul.menu li.parent ul li ul.nav-child li a {
	font-size: 13px;
	float: left;
	padding: 7px 0px 7px 0;
	margin: 0 0px 0 0;
	text-indent: 10px;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 767px) {
.main_menu ul.menu li.parent ul li ul.nav-child li a {
	color: #92999e;
	display: block;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
	float: none;
	margin: 0 15px 0 0;
	padding: 7px 10px 7px 15px;
	text-indent: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}
}
@media (max-width: 767px) {
.main_menu ul.menu li.parent ul li ul.nav-child li a: hover {
	color: #000;
	padding: 7px 10px 7px 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
}
.main_menu ul.menu li.parent ul li:hover ul {
	display: block;
}
.main_menu ul.menu li.parent ul li.active a {
	color: #92999e;
	font-weight: bold;
}
@media (max-width: 767px) {
.main_menu ul.menu li.parent ul li.active a {
	color: #92999e;
	font-weight: bold;
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 7px 10px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
}
.main_menu ul.menu li.parent ul li.active a:hover {
	color: #000;
}
@media (max-width: 767px) {
.main_menu ul.menu li.parent ul li.active a: hover {
	color: #000;
	padding: 7px 10px 7px 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
}
@media (max-width: 767px) {
.main_menu ul.menu li.parent ul li.active ul {
	display: block;
	background-color: transparent;
	border-left: medium none;
	border-top: medium none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	float: none;
	position: relative;
	width: 100%;
}
}
.main_menu ul.menu li.parent ul li.active ul li a {
	font-weight: bold;
}
@media (max-width: 767px) {
.main_menu ul.menu li.parent ul li.active ul li a {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 7px 10px;
	position: relative;
	text-transform: uppercase;
}
}
.main_menu ul.menu li.parent ul li.active ul .active a {
	font-weight: bold;
	color: #000;
}
@media (max-width: 767px) {
.main_menu ul.menu li.parent ul li.active ul .active a {
	color: #000;
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 7px 10px;
	position: relative;
	text-transform: uppercase;
}
}
.footer_menu ul.menu {
	float: left;
	margin: 0 0 15px 0;
}
@media (max-width: 767px) {
.footer_menu ul.menu {
	margin: 10px 0;
	float: none;
}
}
@media (max-width: 736px) {
.footer_menu ul.menu {
	margin: 0;
}
}
.footer_menu ul.menu li {
	list-style: none outside none;
	position: relative;
}
@media (max-width: 767px) {
.footer_menu ul.menu li {
	list-style: none outside none;
	position: relative;
	border-right: medium none;
	float: none;
}
}
.footer_menu ul.menu li a {
	font-size: 12px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: Roboto Condensed;
}
@media (max-width: 767px) {
.footer_menu ul.menu li a {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 4px 9px 4px 10px;
	position: relative;
	color: #92999e;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.footer_menu ul.menu li a:hover {
	background: transparent;
	padding: 4px 9px 4px 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
}
@media (max-width: 736px) {
.footer_menu ul.menu li a {
	background-color: #fff;
	border-bottom: none;
	font-size: 12px;
	margin-bottom: 1px;
	padding: 0;
}
.footer_menu ul.menu li a:hover {
	padding: 0;
	color: #000;
}
}
.footer_menu ul.menu li:last-child {
	border-right: none;
}
@media (max-width: 767px) {
.footer_menu ul.menu li: last-child a {
	border-top: 0px solid #eee;
}
.footer_menu ul.menu li:last-child a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
}
.breadcrumb {
	padding: 8px 15px 8px 0px;
}
.breadcrumb li a {
	padding: 5 5px;
}
.breadcrumb li .divider {
	padding: 0 5px 0 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	border-color: transparent transparent transparent #428bca;
	line-height: 0px;
	display: inline-block;
	_border-color: #000 #000 #000 #428bca;
	_filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}
.breadcrumb li span {
	display: block;
}
.breadcrumb .active .divider {
	display: none;
}
.breadcrumb li + li:before {
	padding: 0;
	content: "";
}
.form-horizontal .control-label {
	text-align: left;
}
.well {
	box-shadow: none;
}
.login input {
	padding: 10px 5px;
  
	font-size: 14px;
	color: #888;
	border: 1px #eaeaea solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.login .lab_rem label {
	float: left;
	margin-right: 5px;
	color: #888;
}
.login .block_login label {
	color: #888;
}
.login .block_login input {
	-webkit-box-shadow: inset 0 0 0 50px #fff !important;
	-webkit-text-fill-color: #888 !important;
	color: #888 !important;
}
.login button {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.login button:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.nav_bar_log {
	border-bottom: 0px solid #ddd;
}
ul.nav_bar_log li a {
	padding: 0;
	border: 0 solid;
}
.registration input {
	padding: 10px 5px;
	font-size: 14px;
	color: #888;
	border: 1px #eaeaea solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.registration label {
	color: #888;
}
legend {
	color: #888;
}
.reg {
	margin: 20px 0 0;
}
.reg a.btn {
	padding: 6px 5px;
	font-size: 14px;
	color: #fff;
	background: #428bca;
	border: 1px #eaeaea solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.reg a.btn:hover {
	background: #2069a8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.reg button {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.reg button:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.remind label, .reset label {
	color: #888;
}
.remind input, .reset input {
	padding: 10px 5px;
	font-size: 14px;
	color: #888;
	border: 1px #eaeaea solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
@media (max-width: 767px) {
.remind input, .reset input {
	margin-bottom: 10px;
}
}
.remind button, .reset button {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.remind button:hover, .reset button:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.chzn-results li.highlighted {
	background: #428bca !important;
}
.page-header {
	padding-bottom: 10px;
	margin: 20px 0;
	border-bottom: 1px solid #eee;
}
#limit option:hover {
	background: #428bca !important;
}
.contact-category .pull-right {
	float: none !important;
	text-align: left !important;
}
.contact-category .label-warning {
	background: #428bca;
	border: #2069a8 0 solid;
}
.contact-category label {
	display: block;
}
.contact-category input {
	padding: 10px 5px;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #888;
	border: 1px #eaeaea solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.contact-category span.label-warning {
	display: inline-block;
	padding: 10px 5px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin: 0 15px 15px 0;
}
.contact-category ul {
	list-style: none;
}
.category {
	width: 100%;
}
.map {
	width: 100% !important;
}
.contact-form input, .contact-form #jform_contact_message {
	width: 50%;
	padding: 10px 5px;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #888;
	border: 1px #eaeaea solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.contact-form legend, .contact-form label {
	color: #888;
}
.contact-form .send_co {
	margin: 0 0 15px 0;
}
.contact-form .send_co label {
	margin: 0px 7px 0 0;
}
.contact-form #jform_contact_email_copy {
	width: auto;
	padding: 0;
	margin: 0;
}
.contact-form button {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.contact-form button:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.contact-address dt {
	width: auto;
}
.contact-address dd {
	margin-left: 0px;
}
.snd_m label {
	float: left;
	padding: 0 5px 0 0;
}
.snd_m .controls input#jform_contact_email_copy {
	margin-top: 4px;
}
.archive button {
	padding: 1px 12px;
}
#footer {
	background-color: #fefefe;
	border-top: 1px solid #eaeaea;
	padding: 10px 0;
	margin: 40px 0 0 0;
	width: 100%;
}
@media (max-width: 414px) {
#footer {
	margin: 0;
}
}
#footer h3 {
	text-transform: uppercase;
	line-height: 18px;
	font-size: 19px;
	margin: 0px;
	padding: 25px 0px 20px;
	font-weight: 900;
	color: #000;
}
@media (max-width: 768px) {
#footer h3 {
	font-size: 15px;
}
}
@media (max-width: 320px) {
#footer h3 {
	font-size: 13px;
}
}
@media (max-width: 768px) {
#footer .navbar-collapse {
	padding: 0;
}
}
#footer .customfooter-category ul,
#footer .customfooter-info ul {
	margin: 0;
}
#footer .customfooter-category li,
#footer .customfooter-info li {
	list-style: none;
}
#footer .customfooter-category li a,
#footer .customfooter-info li a {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#footer .customfooter-category li a:hover,
#footer .customfooter-info li a:hover {
	color: #000;
}
#footer .customfooter-info .fa {
	color: #000;
	font-size: 18px;
	padding-right: 15px;
}
#footer .copyrights {
	text-align: center;
}
#footer .copyrights p {
	margin: 19px 0 0;
	font-size: 16px;
	line-height: 20px;
}
#footer .copyrights p a:hover {
	color: #ff8000;
}
#footer .soc_icons_box {
	text-align: center;
}
#footer .soc_icons_box ul {
	margin: 15px 0 0;
	display: -moz-inline-stack;
	display: inline-block;
	list-style: none;
}
#footer .soc_icons_box ul li {
	float: left;
	padding: 0;
}
#footer .soc_icons_box ul li a {
	font-size: 18px;
	margin: 7px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#footer .soc_icons_box ul li a:hover {
	color: #ff8000;
}
div#cust-navigation108 {
	top: 101%;
	right: 47%;
}
div#navigation108 {
	top: 46%;
}
.navbar .nav > .active > a {
	box-shadow: none;
}
.moduletablehous1 {
	background: #404040;
}
.moduletablehous1 h3 {
	color: #fff;
	font-weight: bold;
	margin-left: 2.3%;
	display: inline-block;
}
@media (max-width: 768px) {
.moduletablehous1 h3 {
	margin-left: 3%;
}
}
@media (max-width: 600px) {
.moduletablehous1 h3 {
	margin-left: 5%;
}
}
.moduletablehous1 .basictable-hous1.basictable {
	text-align: center;
}
.moduletablehous1 .basictable-hous1.basictable .featured_houses_line {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	text-align: left;
	border: none;
	margin: 0px 0px 10px;
	padding: 5px 15px 15px;
}
@media (max-width: 768px) {
.moduletablehous1 .basictable-hous1.basictable .featured_houses_line div: first-child {
	float: none !important;
}
.moduletablehous1 .basictable-hous1.basictable .featured_houses_line div:first-child img {
	width: 100% !important;
	height: auto !important;
}
}
@media (max-width: 768px) and (max-width: 384px) {
.moduletablehous1 .basictable-hous1.basictable .featured_houses_line div: first-child {
	margin-right: 0 !important;
}
}
@media (max-width: 384px) {
.moduletablehous1 .basictable-hous1.basictable .featured_houses_line {
	width: 100%;
}
}
.moduletablehous1 .basictable-hous1.basictable .featured_houses_line .featured_list_title {
	font-size: 14px;
	line-height: 20px;
}
@media (max-width: 768px) {
.moduletablehous1 .basictable-hous1.basictable .featured_houses_line .featured_list_title {
	display: block;
}
}
.moduletablehous1 .basictable-hous1.basictable .featured_houses_line .featured_list_title a {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	color: #92999e;
	font-weight: bold;
}
.moduletablehous1 .basictable-hous1.basictable .featured_houses_line .featured_list_title a:hover {
	color: #ff8000;
}
.moduletablehous1 .basictable-hous1.basictable .featured_houses_line .featured_list_description {
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
}
.moduletablehous1 .basictable-hous1.basictable .featured_houses_line .featured_list_viewlisting {
	background: #ff8000;
	float: left;
	padding: 5px 10px;
	margin-top: 20px;
	border-radius: 3px;
}
.moduletablehous1 .basictable-hous1.basictable .featured_houses_line .featured_list_viewlisting:hover {
	background: #7a7a7a;
}
.moduletablehous1 .basictable-hous1.basictable .featured_houses_line .featured_list_viewlisting a {
	color: #fff;
	text-transform: uppercase;
	font-family: Oswald;
	font-size: 13px;
}
.moduletablehous2 {
	background: #f7f4f8;
}
.moduletablehous2 h3 {
	color: #000;
	font-weight: bold;
	margin-left: 2.3%;
	display: inline-block;
}
@media (max-width: 768px) {
.moduletablehous2 h3 {
	margin-left: 3%;
}
}
@media (max-width: 600px) {
.moduletablehous2 h3 {
	margin-left: 5%;
}
}
.moduletablehous2 .basictable-hous2.basictable {
	text-align: center;
}
.moduletablehous2 .basictable-hous2.basictable .featured_houses_line {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	text-align: left;
	border: none;
	margin: 0px 0px 10px;
	padding: 5px 15px 15px;
}
@media (max-width: 384px) {
.moduletablehous2 .basictable-hous2.basictable .featured_houses_line {
	width: 100%;
}
}
@media (max-width: 768px) {
.moduletablehous2 .basictable-hous2.basictable .featured_houses_line div: first-child {
	float: none !important;
}
.moduletablehous2 .basictable-hous2.basictable .featured_houses_line div:first-child img {
	width: 100% !important;
	height: auto !important;
}
}
@media (max-width: 768px) and (max-width: 384px) {
.moduletablehous2 .basictable-hous2.basictable .featured_houses_line div: first-child {
	margin-right: 0 !important;
}
}
.moduletablehous2 .basictable-hous2.basictable .featured_houses_line .featured_list_title {
	font-size: 14px;
	line-height: 20px;
}
@media (max-width: 768px) {
.moduletablehous2 .basictable-hous2.basictable .featured_houses_line .featured_list_title {
	display: block;
}
}
.moduletablehous2 .basictable-hous2.basictable .featured_houses_line .featured_list_title a {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #92999e;
	font-weight: bold;
}
.moduletablehous2 .basictable-hous2.basictable .featured_houses_line .featured_list_title a:hover {
	color: #ff8000;
}
.moduletablehous2 .basictable-hous2.basictable .featured_houses_line .featured_list_viewlisting {
	background: #ff8000;
	float: left;
	padding: 5px 10px;
	margin-top: 20px;
	border-radius: 3px;
}
.moduletablehous2 .basictable-hous2.basictable .featured_houses_line .featured_list_viewlisting:hover {
	background: #7a7a7a;
}
.moduletablehous2 .basictable-hous2.basictable .featured_houses_line .featured_list_viewlisting a {
	color: #fff;
	text-transform: uppercase;
	font-family: "Oswald";
	font-size: 13px;
}
.home-content >.row {
	margin: 0;
}
.home-content >.row > .col-xs-12 {
	padding-left: 0px;
	/* background: black; */
	/* float: none; */
}
.home-content >.row > .col-xs-12 .span9 {
	width: 100%;
  background: #fff;
}
.home-content >.row > .col-xs-12 .span3 {
	width: 100%;
	margin-left: 0;
}
#logo {
	text-align: center;
	/*padding: 40px 0 35px;*/
}
@media (max-width: 768px) {
#logo {
	padding: 40px 15px 35px;
}
}
@media (max-width: 736px) {
.moduletablemore-detail {
	margin: 0 5%;
}
.moduletablemore-detail h3 {
	margin: 0 2%;
}
}
.moduletablemore-detail .first-item img {
	width: 30%;
	float: left;
	margin-right: 15px;
}
.moduletablemore-detail .first-item .title {
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	color: #313131;
}
.moduletablemore-detail .first-item p {
	padding-right: 10%;
	color: #9c9c9c;
	font-size: 12px;
	line-height: 21px;
}
.moduletablemore-detail .first-item p:last-child {
	margin-bottom: 16px;
}
.moduletablemore-detail .first-item:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.our-team {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding-right: 5%;
}
@media (max-width: 414px) {
.our-team {
	width: 100%;
}
}
.our-team h3 {
	text-transform: uppercase;
	line-height: 18px;
	font-size: 19px;
	font-weight: 400;
	margin: 40px 0px 23px;
	color: #000;
}
.our-team h5 {
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	color: #313131;
}
.our-team p {
	color: #9c9c9c;
	font-size: 12px;
	line-height: 21px;
}
.our-team p a {
	color: #ff8000;
}
.our-team p a:hover {
	color: #000;
}
.our-team button {
	border: none;
	background: #ff8000;
	padding: 0px 24px;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
	font-family: "Oswald";
	color: #fff;
	border-radius: 3px;
	font-size: 13px;
}
.our-team button:hover {
	background: #7a7a7a;
}
.more {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding-right: 5%;
}
@media (max-width: 414px) {
.more {
	width: 100%;
}
}
.more h3 {
	text-transform: uppercase;
	line-height: 18px;
	font-size: 19px;
	font-weight: 400;
	margin: 40px 0px 23px;
	color: #000;
}
.more h5 {
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	color: #313131;
}
.more ul {
	margin-left: 16px;
}
.more ul li {
	color: #ff8000;
	margin-bottom: 13px;
	font-size: 13px;
	line-height: 20px;
}
.sidebar-left-content h3 {
	font-size: 19px;
	margin: 7%;
	color: #000;
	font-weight: bold;
}
@media (max-width: 768px) {
.sidebar-left-content h3 {
	font-size: 15px;
	margin: 5% 8%;
}
}
@media (max-width: 736px) {
.sidebar-left-content h3 {
	display: none;
}
}
.sidebar-left-content .com_realestatemanager {
	margin: 0 15px;
}
@media (max-width: 736px) {
.sidebar-left-content .com_realestatemanager {
	margin: 0;
}
}
.sidebar-left-content .com_realestatemanager #rem_mod_search {
	background: #404040;
	margin-top: 25px;
}
.sidebar-left-content .com_realestatemanager #rem_mod_search form {
	margin: 7%;
}
.sidebar-left-content .com_realestatemanager #rem_mod_search form .search_title {
	color: #ababab;
}
@media (max-width: 667px) {
.sidebar-left-content .com_realestatemanager #rem_mod_search form {
	margin: 4%;
}
}
.sidebar-left-content .com_realestatemanager #rem_mod_search form span {
	color: #ababab;
}
.sidebar-left-content .com_realestatemanager #rem_mod_search form input, .sidebar-left-content .com_realestatemanager #rem_mod_search form select, .sidebar-left-content .com_realestatemanager #rem_mod_search form .ui-slider-range {
	background: #666;
	border: none;
}
@media (max-width: 768px) {
.sidebar-left-content .com_realestatemanager #rem_mod_search form input, .sidebar-left-content .com_realestatemanager #rem_mod_search form select, .sidebar-left-content .com_realestatemanager #rem_mod_search form .ui-slider-range {
	width: 125px;
}
}
.sidebar-left-content .further-information {
	margin: 0 30px;
}
@media (max-width: 768px) {
.sidebar-left-content .further-information {
	margin: 0 10%;
}
}
@media (max-width: 736px) {
.sidebar-left-content .further-information {
	display: none;
}
}
.sidebar-left-content .further-information ul li {
	color: #ff8000;
	margin-bottom: 13px;
	font-size: 13px;
	line-height: 20px;
}
.sidebar-left-content .further-information ul li a {
	color: #9c9c9c;
	font-size: 13px;
	font-family: Roboto Condensed;
}
.button {
	background: #ff8000 !important;
	text-transform: uppercase;
	padding: 9px 25px !important;
	font-family: "Oswald";
	font-size: 14px !important;
}
.button:hover {
	background: #7a7a7a !important;
}
.btn-default {
	background: #ff8000;
	border: 1px solid #ff8000;
	color: #fff;
}
.btn-default:hover {
	background: #7a7a7a;
	border: 1px solid #7a7a7a;
	color: #fff;
}
.control-group .controls .btn, .control-group .controls .btn-primary {
	background: #ff8000;
	border: 1px solid #ff8000;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
}
.control-group .controls .btn:hover, .control-group .controls .btn-primary:hover {
	background: #7a7a7a;
	border: 1px solid #7a7a7a;
	color: #fff;
}
.filter-search .btn-primary {
	background: #ff8000;
	border: 1px solid #ff8000;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
}
.filter-search .btn-primary:hover {
	background: #7a7a7a;
	border: 1px solid #7a7a7a;
	color: #fff;
}
.input-group input {
	padding: 0;
}
.form-actions .btn-primary {
	background: #ff8000;
	border: 1px solid #ff8000;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
}
.form-actions .btn-primary:hover {
	background: #7a7a7a;
	border: 1px solid #7a7a7a;
	color: #fff;
}
div.col_rent {
	background: #ff8000;
	border-top-right-radius: 4px;
	text-transform: uppercase;
	padding: 1px 7px;
}
.item-page {
	margin-top: 7%;
	padding: 0 3%;
}
.login, .registration, .remind, .reset, .archive, .categories-list, .blog, .content-category, .blog-featured, .contact-category, .map, .contact {
	margin-top: 3%;
	padding: 0 3%;
}
.nav_bar_log {
	padding: 0 3%;
}
#rem_house_galery {
	margin: 7% 2% 0% 2%;
}
#rem_house_galery .componentheading .col_text_2 {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
}
@media (max-width: 736px) {
#rem_house_galery {
	margin: 7% 0% 0% 0%;
}
}
#rem_house_property, .tabs_buttons,
#tabs {
	margin: 0 2% 0 2%;
}
@media (max-width: 736px) {
#rem_house_property, .tabs_buttons,
#tabs {
	margin: 0;
}
}
@media (max-width: 768px) {
div.tabs_buttons {
	width: inherit;
}
div.tabs_buttons .shadetabs {
	margin: 0;
}
}
.rem_buying_house {
	margin: 2% 2% 0% 2%;
}
.slide-title a {
	text-transform: uppercase;
	line-height: 18px;
	font-size: 18px;
	margin: 0px 0px 10px;
	display: block;
}
.slide-price, .slide-address, .slide-description {
	color: #fff;
}
.moduletable div:last-child a[href="http://ordasoft.com"], .moduletablehous1 div:last-child a[href="http://ordasoft.com"], .moduletablehous2 div:last-child a[href="http://ordasoft.com"] {
	display: none;
}
@media (max-width: 736px) {
#footer .container .row {
	margin: 0;
}
#footer .container .row .navbar-header {
	display: none;
}
#footer .container .row .collapse {
	display: block;
	overflow: inherit;
}
#footer .container .row .footer-content {
	width: 18%;
	padding: 0;
}
#footer .container .row .footer-info {
	width: 28%;
	padding: 0;
}
}
@media (max-width: 736px) and (max-width: 414px) {
#footer .container .row .footer-content {
	width: 32%;
	display: inline-block;
	float: none;
}
}
@media (max-width: 736px) and (max-width: 320px) {
#footer .container .row .footer-content {
	padding-left: 10px;
}
}
@media (max-width: 736px) and (max-width: 414px) {
#footer .container .row .footer-info {
	width: 66%;
}
}














.navbar {
  position: relative;
  min-height: @navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode)
  margin-bottom: @navbar-margin-bottom;
  border: 1px solid transparent;

  // Prevent floats from breaking the navbar
  &:extend(.clearfix all);

  @media (min-width: @grid-float-breakpoint) {
    border-radius: @navbar-border-radius;
  }
}


// Navbar heading
//
// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy
// styling of responsive aspects.

.navbar-header {
  &:extend(.clearfix all);

  @media (min-width: @grid-float-breakpoint) {
    float: left;
  }
}


// Navbar collapse (body)
//
// Group your navbar content into this for easy collapsing and expanding across
// various device sizes. By default, this content is collapsed when <768px, but
// will expand past that for a horizontal display.
//
// To start (on mobile devices) the navbar links, forms, and buttons are stacked
// vertically and include a `max-height` to overflow in case you have too much
// content for the user's viewport.

.navbar-collapse {
  overflow-x: visible;
  padding-right: @navbar-padding-horizontal;
  padding-left:  @navbar-padding-horizontal;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  &:extend(.clearfix all);
  -webkit-overflow-scrolling: touch;

  &.in {
    overflow-y: auto;
  }

  @media (min-width: @grid-float-breakpoint) {
    width: auto;
    border-top: 0;
    box-shadow: none;

    &.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0; // Override default setting
      overflow: visible !important;
    }

    &.in {
      overflow-y: visible;
    }

    // Undo the collapse side padding for navbars with containers to ensure
    // alignment of right-aligned contents.
    .navbar-fixed-top &,
    .navbar-static-top &,
    .navbar-fixed-bottom & {
      padding-left: 0;
      padding-right: 0;
    }
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  .navbar-collapse {
    max-height: @navbar-collapse-max-height;

    @media (max-width: @screen-xs-min) and (orientation: landscape) {
      max-height: 200px;
    }
  }
}


// Both navbar header and collapse
//
// When a container is present, change the behavior of the header and collapse.

.container,
.container-fluid {
  > .navbar-header,
  > .navbar-collapse {
    margin-right: -@navbar-padding-horizontal;
    margin-left:  -@navbar-padding-horizontal;

    @media (min-width: @grid-float-breakpoint) {
      margin-right: 0;
      margin-left:  0;
     
    }
  }
}


//
// Navbar alignment options
//
// Display the navbar across the entirety of the page or fixed it to the top or
// bottom of the page.

// Static top (unfixed, but 100% wide) navbar
.navbar-static-top {
  z-index: @zindex-navbar;
  border-width: 0 0 1px;

  @media (min-width: @grid-float-breakpoint) {
    border-radius: 0;
  }
}

// Fix the top/bottom navbars when screen real estate supports it
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: @zindex-navbar-fixed;
  .translate3d(0, 0, 0);

  // Undo the rounded corners
  @media (min-width: @grid-float-breakpoint) {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0; // override .navbar defaults
  border-width: 1px 0 0;
}


// Brand/project name

.navbar-brand {
  float: left;
  padding: @navbar-padding-vertical @navbar-padding-horizontal;
  font-size: @font-size-large;
  line-height: @line-height-computed;
  height: @navbar-height;

  &:hover,
  &:focus {
    text-decoration: none;
  }

  @media (min-width: @grid-float-breakpoint) {
    .navbar > .container &,
    .navbar > .container-fluid & {
      margin-left: -@navbar-padding-horizontal;
    }
  }
}


// Navbar toggle
//
// Custom button for toggling the `.navbar-collapse`, powered by the collapse
// JavaScript plugin.

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: @navbar-padding-horizontal;
  padding: 9px 10px;
  .navbar-vertical-align(34px);
  background-color: transparent;
  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
  border: 1px solid transparent;
  border-radius: @border-radius-base;

  // We remove the `outline` here, but later compensate by attaching `:hover`
  // styles to `:focus`.
  &:focus {
    outline: 0;
  }

  // Bars
  .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  @media (min-width: @grid-float-breakpoint) {
    display: none;
  }
}


// Navbar nav links
//
// Builds on top of the `.nav` components with its own modifier class to make
// the nav the full height of the horizontal nav (above 768px).

.navbar-nav {
  margin: (@navbar-padding-vertical / 2) -@navbar-padding-horizontal;
  margin: 20px;

  > li > a {
    padding-top:    10px;
    padding-bottom: 10px;
    line-height: @line-height-computed;
  }

  @media (max-width: @grid-float-breakpoint-max) {
    // Dropdowns get custom display when collapsed
    .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
      > li > a,
      .dropdown-header {
        padding: 5px 15px 5px 25px;
      }
      > li > a {
        line-height: @line-height-computed;
        &:hover,
        &:focus {
          background-image: none;
        }
      }
    }
  }

  // Uncollapse the nav
  @media (min-width: @grid-float-breakpoint) {
    float: left;
    margin: 20px;

    > li {
      float: left;
      > a {
        padding-top:    @navbar-padding-vertical;
        padding-bottom: @navbar-padding-vertical;
      }
    }

    &.navbar-right:last-child {
      margin-right: -@navbar-padding-horizontal;
    }
  }
}


// Component alignment
//
// Repurpose the pull utilities as their own navbar utilities to avoid specificity
// issues with parents and chaining. Only do this when the navbar is uncollapsed
// though so that navbar contents properly stack and align in mobile.

@media (min-width: @grid-float-breakpoint) {
  .navbar-left  { .pull-left(); margin: 20px; }
  .navbar-right { .pull-right();  margin: 20px; }
}


// Navbar form
//
// Extension of the `.form-inline` with some extra flavor for optimum display in
// our navbars.

.navbar-form {
  margin-left: -@navbar-padding-horizontal;
  margin-right: -@navbar-padding-horizontal;
  padding: 10px @navbar-padding-horizontal;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  @shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  .box-shadow(@shadow);

  // Mixin behavior for optimum display
  .form-inline();

  .form-group {
    @media (max-width: @grid-float-breakpoint-max) {
      margin-bottom: 5px;
    }
  }

  // Vertically center in expanded, horizontal navbar
  .navbar-vertical-align(@input-height-base);

  // Undo 100% width for pull classes
  @media (min-width: @grid-float-breakpoint) {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    .box-shadow(none);

    // Outdent the form if last child to line up with content down the page
    &.navbar-right:last-child {
      margin-right: -@navbar-padding-horizontal;
    }
  }
}


// Dropdown menus

// Menu position and menu carets
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  .border-top-radius(0);
}
// Menu position and menu caret support for dropups via extra dropup class
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  .border-bottom-radius(0);
}


// Buttons in navbars
//
// Vertically center a button within a navbar (when *not* in a form).

.navbar-btn {
  .navbar-vertical-align(@input-height-base);

  &.btn-sm {
    .navbar-vertical-align(@input-height-small);
  }
  &.btn-xs {
    .navbar-vertical-align(22);
  }
}


// Text in navbars
//
// Add a class to make any element properly align itself vertically within the navbars.

.navbar-text {
  .navbar-vertical-align(@line-height-computed);

  @media (min-width: @grid-float-breakpoint) {
    float: left;
    margin-left: @navbar-padding-horizontal;
    margin-right: @navbar-padding-horizontal;

    // Outdent the form if last child to line up with content down the page
    &.navbar-right:last-child {
      margin-right: 0;
    }
  }
}

// Alternate navbars
// --------------------------------------------------

// Default navbar
.navbar-default {
  background-color: @navbar-default-bg;
  border-color: @navbar-default-border;

  .navbar-brand {
    color: @navbar-default-brand-color;
    &:hover,
    &:focus {
      color: @navbar-default-brand-hover-color;
      background-color: @navbar-default-brand-hover-bg;
    }
  }

  .navbar-text {
    color: @navbar-default-color;
  }

  .navbar-nav {
    > li > a {
      color: @navbar-default-link-color;

      &:hover,
      &:focus {
        color: @navbar-default-link-hover-color;
        background-color: @navbar-default-link-hover-bg;
      }
    }
    > .active > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-default-link-active-color;
        background-color: @navbar-default-link-active-bg;
      }
    }
    > .disabled > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-default-link-disabled-color;
        background-color: @navbar-default-link-disabled-bg;
      }
    }
  }

  .navbar-toggle {
    border-color: @navbar-default-toggle-border-color;
    &:hover,
    &:focus {
      background-color: @navbar-default-toggle-hover-bg;
    }
    .icon-bar {
      background-color: @navbar-default-toggle-icon-bar-bg;
    }
  }

  .navbar-collapse,
  .navbar-form {
    border-color: @navbar-default-border;
  }

  // Dropdown menu items
  .navbar-nav {
    // Remove background color from open dropdown
    > .open > a {
      &,
      &:hover,
      &:focus {
        background-color: @navbar-default-link-active-bg;
        color: @navbar-default-link-active-color;
      }
    }

    @media (max-width: @grid-float-breakpoint-max) {
      // Dropdowns get custom display when collapsed
      .open .dropdown-menu {
        > li > a {
          color: @navbar-default-link-color;
          &:hover,
          &:focus {
            color: @navbar-default-link-hover-color;
            background-color: @navbar-default-link-hover-bg;
          }
        }
        > .active > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-default-link-active-color;
            background-color: @navbar-default-link-active-bg;
          }
        }
        > .disabled > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-default-link-disabled-color;
            background-color: @navbar-default-link-disabled-bg;
          }
        }
      }
    }
  }


  // Links in navbars
  //
  // Add a class to ensure links outside the navbar nav are colored correctly.

  .navbar-link {
    color: @navbar-default-link-color;
    &:hover {
      color: @navbar-default-link-hover-color;
    }
  }

  .btn-link {
    color: @navbar-default-link-color;
    &:hover,
    &:focus {
      color: @navbar-default-link-hover-color;
    }
    &[disabled],
    fieldset[disabled] & {
      &:hover,
      &:focus {
        color: @navbar-default-link-disabled-color;
      }
    }
  }
}

// Inverse navbar

.navbar-inverse {
  background-color: @navbar-inverse-bg;
  border-color: @navbar-inverse-border;

  .navbar-brand {
    color: @navbar-inverse-brand-color;
    &:hover,
    &:focus {
      color: @navbar-inverse-brand-hover-color;
      background-color: @navbar-inverse-brand-hover-bg;
    }
  }

  .navbar-text {
    color: #ffffff;
  }

  .navbar-nav {
    > li > a {
      color: @navbar-inverse-link-color;

      &:hover,
      &:focus {
        color: @navbar-inverse-link-hover-color;
        background-color: @navbar-inverse-link-hover-bg;
      }
    }
    > .active > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-inverse-link-active-color;
        background-color: @navbar-inverse-link-active-bg;
      }
    }
    > .disabled > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-inverse-link-disabled-color;
        background-color: @navbar-inverse-link-disabled-bg;
      }
    }
  }

  // Darken the responsive nav toggle
  .navbar-toggle {
    border-color: @navbar-inverse-toggle-border-color;
    &:hover,
    &:focus {
      background-color: @navbar-inverse-toggle-hover-bg;
    }
    .icon-bar {
      background-color: @navbar-inverse-toggle-icon-bar-bg;
    }
  }

  .navbar-collapse,
  .navbar-form {
    border-color: darken(@navbar-inverse-bg, 7%);
  }

  // Dropdowns
  .navbar-nav {
    > .open > a {
      &,
      &:hover,
      &:focus {
        background-color: @navbar-inverse-link-active-bg;
        color: @navbar-inverse-link-active-color;
      }
    }

    @media (max-width: @grid-float-breakpoint-max) {
      // Dropdowns get custom display
      .open .dropdown-menu {
        > .dropdown-header {
          border-color: @navbar-inverse-border;
        }
        .divider {
          background-color: @navbar-inverse-border;
        }
        > li > a {
          color: @navbar-inverse-link-color;
          &:hover,
          &:focus {
            color: @navbar-inverse-link-hover-color;
            background-color: @navbar-inverse-link-hover-bg;
          }
        }
        > .active > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-inverse-link-active-color;
            background-color: @navbar-inverse-link-active-bg;
          }
        }
        > .disabled > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-inverse-link-disabled-color;
            background-color: @navbar-inverse-link-disabled-bg;
          }
        }
      }
    }
  }

  .navbar-link {
    color: @navbar-inverse-link-color;
    &:hover {
      color: @navbar-inverse-link-hover-color;
    }
  }

  .btn-link {
    color: @navbar-inverse-link-color;
    &:hover,
    &:focus {
      color: @navbar-inverse-link-hover-color;
    }
    &[disabled],
    fieldset[disabled] & {
      &:hover,
      &:focus {
        color: @navbar-inverse-link-disabled-color;
      }
    }
  }
}

.breadcrumb-is {
	padding: 15px;
  margin: 15 px;
}
