@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,400italic|PT+Sans:400,700|Cinzel:400,700);
body {
	overflow-x: hidden;
	font-size: 14px!important;
    line-height: 1.6!important;
}

h1, h2, h3, h4, h5, h6{
	text-transform:uppercase;
	color: #253360;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 1em 0;
}

h1 {
	font-size:25px;
}

a {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

a:hover {
	text-decoration: none;
}

hr {
	border-top: 1px solid #e1ded9;
}

article {
	padding-bottom: 30px;
}

article a {
	color: #549CB4;
}

.btn-primary {
	background: #D9DACC;
	border: 0;
	font-family: 'Droid Sans', sans-serif;
	text-transform: uppercase;
}

.btn-primary:hover {
	background: #B7AEA3; 
}

/* MENU
=========================================================================================*/

header {
	background: #E6E6E6;
	display: block;
	height: 50px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.logo {
	box-shadow: 0 0 10px rgba(0,0,0,0.1), inset 0 0 55px rgba(0,0,0,0.1);
	margin-left: -76.5px;
	left: 50%;
	position: fixed;
	text-align: center;
	top: 0;
	width: 153px;
	z-index: 2000;
}

.logo-small {
	display: none;
}

.navbar {
	background: rgba(255, 255, 255,0.9);
	font-family: 'Droid Sans', sans-serif;
	text-transform: uppercase;
	top: 50px;
}

.nav > li > a {
	color: #000000;
	padding: 10px 11px;
    font-size: 14px;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a {
	background: none;
	color: #000000;
}

/* Dropdown Menu Level 1
-----------------------------------------------------------------------------------------*/

.nav > li ul {
	background: #5F5C57;
	display: none;
	left: 0;
	list-style: none;
	padding: 0;
	position: absolute;
	top: 0;
	width: 200px;
}

.nav > li:hover ul {
	display: block;
	top: 100%;
}

.nav > li ul li {
	display: block;
	float: none;
}

.nav > li ul li a {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	display: block;
	font-family: 'Droid Sans', sans-serif;
	padding: 7px 15px;
	text-transform: none;
	background: #539DB8;
}

.nav > li ul li a:hover {
	background: #539DB8;
}

/* Dropdown Menu Level 2
-----------------------------------------------------------------------------------------*/

.nav > li ul li ul,
.nav > li:hover ul li ul {
	background: #330d00;
	display: none;
	left: 100%;
	list-style: none;
	padding: 0;
	position: absolute;
	top: 0;
	width: 200px;
}

.nav > li ul li:hover ul,
.nav > li:hover ul li:hover ul {
	display: block;
}

/* SUBMENU
=========================================================================================*/

.submenu ul {
	font-family: 'Droid Sans', sans-serif;
	list-style: none;
	padding: 30px 0;
	text-transform: uppercase;
}

.submenu a {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: #888888;
	display: block;
	padding: 10px 43px 10px 20px;
	position: relative;
	font-size: 14px;
}

.submenu a:hover {
	background: rgba(0,0,0,0.05);
	color:#011751;
}

.submenu .active a {
	color:#011751;
}
.submenu a i {
	color: #011751;
	right: 20px;
	position: absolute;
	top: 9px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-weight: bold;
    font-size: 22px;
}

.submenu a:hover i {
	right: 10px;
}

/* Submenu Level 2
-----------------------------------------------------------------------------------------*/

.submenu ul > li > ul {
	font-family: 'Droid Sans', sans-serif;
	padding: 0 0 15px 15px;
	text-transform: none;
}

.submenu ul > li > ul a {
	color: #A2988C;
}

.submenu ul > li > ul a i {
	color: #3E3728;
}

/* LANGUAGES
=========================================================================================*/

.languages {
	left: 50%;
	list-style: none;
	margin-bottom: 0;
	margin-left: -455px;
	padding: 0;
	position: fixed;
	top: 10px;
	z-index: 2000;
	width: 50%;
}

.languages li {
  display: inline;
}

.languages li > a {
  font-size: 0;
  padding: 12px;
  z-index: 0;
}

.english {
  background: url("/files/images/flag-en.png") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 11px;
}
.german {
  background: url("/files/images/flag-de.png") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 11px;
}

.french {
  background: url("/files/images/flag-fr.png") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 11px;
}

.spanish {
  background: url("/files/images/flag-es.png") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 11px;
}

.italian {
  background: url("/files/images/flag-it.png") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 11px;
}

.russian {
  background: url("/files/images/flag-ru.png") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 11px;
}

.chinese {
  background: url("/files/images/flag-cn.png") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 11px;
}



/* BANNER
=========================================================================================*/

.banner {
	left: 0;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
}

.scroll-wrapper {
      width: 100%;
      text-align: center; 
      height:50px;
}
      
.scroll-wrapper .scroll {
   color: #fff;
   text-transform: uppercase;
   font-size: 10px;
   width: 40px;
   margin: 10px 0 10px;
   cursor: pointer;
   display: inline-block;
   text-decoration: none;
}

.scroll-wrapper .scroll i {
   font-size: 30px;
   clear: both;
   display: block;
   margin-bottom: -5px; }

/* SEARCHBOX
=========================================================================================*/

.searchbox-container {
	margin-right: -455px;
	position: fixed;
	right: 50%;
	top: 90px;
	width: 260px;
	z-index: 100;
}

.searchbox {
	background: #539BB4;
	color: #fff;
	
	padding: 20px;
	width: 100%;
}
@media (max-width: 768px){
	.searchbox {
		display:block;
	}
	.searchbox-trigger{
		display:none;
	}
}

.searchbox .form-group {
	display: table;
	margin-bottom: 5px;
	width: 100%;
}

.searchbox label {
	display: block;
	font-weight: normal;
	padding: 5px 0;
	width: 50px;
}

.searchbox label,
.searchbox input,
.searchbox select {
	float: left;
}

.searchbox input {
	padding: 6px 7px;
}

.searchbox select {
	padding: 5px;
}

.searchbox #arrival-date {
	width: 170px;
	cursor: pointer;
}
.searchbox .hasDatepicker {
  background: #fff url(../images/calendar.png) no-repeat center right !important;
}
.searchbox select {
	width: 60px;
}

.searchbox .bke_drop {
	margin-left: 5px;
	width: 105px;
}

.text.visible{
	display:compact;
}

.text.hidden{
	display:none;
}

/* CALENDAR
=============================================================================================================*/

.ui-datepicker {
	background: #FAF9F8;
	border: 1px solid #E1DED9;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	display: none;
	padding: 10px;
	position: absolute;
	text-align: center;
	z-index: 9999 !important;
}

.ui-datepicker td,
.ui-datepicker th {
	background: #fff;
	border: 1px solid #E1DED9;
	text-align: center;
}

.ui-datepicker th,
.ui-datepicker td a,
.ui-datepicker .ui-state-disabled {
	padding: 0.5em 0;
	width: 35px;
}

.ui-datepicker td a {
	display: block;
	color: #292929;
}

.ui-datepicker td a:hover {
	background: #3E3728;
	color: #fff;
}

.ui-datepicker .ui-datepicker-current {
	display: none;
}

.ui-datepicker .ui-datepicker-close {
	background: #A2988C;
	border: 0;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	margin-top: 15px;
	padding: 6px 12px;
	text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-close:hover {
	background: #3E3728;
}

.ui-datepicker .ui-datepicker-current-day {
	background: #3E3728;
}

.ui-datepicker .ui-state-active {
	color: #fff;
	font-weight: bold;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	cursor: pointer;
	display: block;
	height: 20px;
	opacity: .8;
	position: absolute;
	text-indent: -9999px;
	top: 10px;
	width: 20px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	opacity: 1;
}

.ui-datepicker-prev {
	background: url(../images/prev.png) no-repeat left top;
	left: 10px;
}

.ui-datepicker-next {
	background: url(../images/next.png) no-repeat left top;
	right: 10px;
}

.ui-state-disabled {
	cursor: default;
	opacity: .2;
}

.ui-datepicker-title {
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.ui-datepicker-week-end,
.ui-datepicker-week-end a {
	color: #3E3728;
}

/* FEATURED OFFERS
=========================================================================================*/

.featured-offers {
	bottom: 40px;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	z-index: 1000;
}

.featured-offers ul,
.featured-offers li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.featured-offers h2,
.featured-offers h4,
.featured-offers p {
	margin: 0;
}

.featured-offers span {
	display: inline-block;
	padding: 15px 20px;
}

.featured-offers h2 span {
	background: #539BB4;
	color: #fff;
	font-size: 30px;
}

.featured-offers h4 span {
	background: #BBD3DD;
	color: #3E3629;
}

/* REVIEWS
=========================================================================================*/

.content {
	background: #f8f8f8;
	position: relative;
	z-index: 1000;
}

.reviews blockquote {
	border: 0;
	color: #001937;
	font-family: 'Droid Sans', sans-serif;
	font-size: 22px;
	font-style: italic;
	margin: 30px 0 0;
	padding: 0;
	overflow: hidden;
	display: box;
    line-clamp: 3;
    box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
}

.reviews .stars {
	color: #539BB4;
	margin-bottom: 40px;
}

.btn-shadow {
	position: relative;
}

.btn-shadow:before {
	content: url('../images/shadow.png');
	display: block;
	height: 15px;
	left: 50%;
	line-height: 15px;
	margin-left: -150px;
	position: absolute;
	top: 0;
	width: 300px;
	z-index: 100;
}

/* SPECIAL OFFERS
=========================================================================================*/

.special-offers {
	padding: 30px 0;
	position: relative;
	background: #F2F2F2;
}

.special-offers .owl-item div {
	padding: 0 15px;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 110px;
}

.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}


.special-offers .btn {
	font-size: 30px;
	margin-top: 20px;
	padding: 10px 36px 10px 16px;
	width: 170px;
	text-align: center;
	background:#BBD3DD;
	color:#022754;
}

.special-offers .btn:before {
	top: -4px;
}

.special-offers .btn span {
	/*display: block;*/
	font-size: 12px;
}

.special-offers .btn i {
	background: #549CB5;
	bottom: 0;
	float: right;
	font-size: 18px;
	padding: 25px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	color:#022754;
	width: 20px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/* WELCOME
=========================================================================================*/

.welcome {
	background: #F2F2F2;
	color: #ffffff;
	padding-top: 1px;
	padding-bottom: 15px;
	position: relative;
}

.welcome h1 {
	color: #fff;
}

.welcome article {
	display: none;
	color: #888;
}

.welcome .shadow {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.welcome-trigger .close-article,
.welcome-trigger .active-article .open-article {
	display: none;
}

.welcome-trigger .open-article,
.welcome-trigger .active-article .close-article {
	display: block;
}
.welcome-trigger .btn{
	background:#A7AB90;
	box-shadow:none;
	padding:15px 40px;
	min-width: 180px;
}

.welcome-trigger .btn:hover{
	background:#A7AB90;
}



/* HIGHLIGHT
=========================================================================================*/

.highlights {
	background: #faf9f8;
	border-bottom: 1px solid #e1ded9;
	border-top: 1px solid #e1ded9;
	padding: 30px 0;
}

.highlights .item {
	padding: 0 10px;
}

.highlights .item p {
	color: #001937;
	margin: 5px 0 0;
	font-size:16px;
	font-family: 'Droid Sans', sans-serif;
}

/* REVIEWS
=========================================================================================*/

.reviews {
	padding: 30px 0;
	background-color: #F2F2F2;
}

.reviews .btn-primary { color:#3C3D2C ;}

/* SIDEBAR GALLERY
=========================================================================================*/

.sidebargallery,
.maingallery {
	list-style: none;
	padding: 0;
}

.sidebargallery li,
.maingallery li {
	padding: 2px;
}

/* LOCATIONS
=========================================================================================*/

 #map {
	height: 100%;
	margin-top: 90px;
	width: 100%;
}

/* FORMS
=========================================================================================*/

.frm-bldr ul {
	list-style: none;
	max-width: 500px;
	padding: 0;
}

.frm-bldr li {
	display: table;
	padding-bottom: 5px;
	width: 100%;
}

.frm-bldr .label-wrapper {
	float: left;
	width: 30%;
}

.frm-bldr .field-wrapper {
	float: right;
	width: 70%;
}

.frm-bldr .btn-submit {
	padding-top: 10px;
	text-align: center;
}

label {
	font-weight: normal;
	padding-top: 0.5em;
}

input, select, textarea {
	background: #fff;
	border: 1px solid #E1DED9;
	color: #7B756A;
	padding: 0.5em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=submit] {
	background: #A2988C;
	border: 0;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #fff;
	cursor: pointer;
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	padding: 5px 16px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	width: auto;
	position: relative;
	bottom: 2px;
}

input[type=submit]:hover {
	background: #666;
}

/* FOOTER
=========================================================================================*/

footer {
	background: #539BB4;
	padding: 30px 0 10px 0;
	color:#ffffff;
}
footer ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

footer li {
	display: inline;
	padding: 0;
}

.footer-nav a {
	color: #ffffff;
	display: inline-block;
	padding: 0 10px;
	text-transform: uppercase;
	font-size:14px;
}

.footer-nav a:hover {
	color: #ffffff;
}

.footer-logos {
	margin-top: 20px;
}

.address {
	color: #ffffff;
	font-size:14px;
}

.address a {
	color: #ffffff;
}

.address a:hover {
	color: #ffffff;
}



/* social media-icons
=========================================================================================*/

.social-icons li {
  color: #3E3629;
  font-size: 28px;
  padding-right: 10px;
}

.social-icons li > a {
  color: #bbd3dd;
  font-size: 16px;
  height: 46px;
 margin: -14px -23px -29px;
  overflow: hidden;
  padding-right: 25px;
  width: 46px;
  outline: none;
  
}
/* RESPONSIVE STYLES
=========================================================================================*/

/* Large desktops
-----------------------------------------------------------------------------------------*/

@media (min-width: 1200px) {

	.logo {
		margin-left: -143px;
		width: 287px;
	}

	.searchbox-container {
		margin-right: -555px;
	}

	.languages {
		margin-left: -555px;
	}

}

/* Tablets
-----------------------------------------------------------------------------------------*/

@media (max-width: 991px) {

	.logo {
		background: none;
		border: 0;
		box-shadow: none;
		margin-left: -90px;
		padding: 10px 0;
		width: 153px;
	}

	.logo-big {
		display: none;
	}

	.logo-small {
		display: inline;
		    margin-left: -40px;
	}

	.nav > li > a {
		    padding: 10px 7px;
	}

	.searchbox-container {
		margin-right: -345px;
	}

	.languages {
		margin-left: -340px;
	}

	.btn-shadow:before {
		display: none;
	}

}

/* Smartphones
-----------------------------------------------------------------------------------------*/

@media (max-width: 767px) {

	header {
		display: none;
	}

	.navbar {
		background: #fff;
		top: 0;
	}

	.navbar-toggle {
		margin-bottom: 8px;
		margin-top: 8px;
	}

	.navbar-toggle .icon-bar {
		background: #3E3728;
	}

	.nav.pull-left,
	.nav.pull-right {
		float: none !important;
		margin: 0;
	}

	.nav > li > a {
		padding: 10px 0;
	}

	.nav > li ul li a { display: none;}

	.searchbox-container {
		left: 50%;
		margin-left: -130px;
		margin-right: 0;
		right: auto;
		top: 51px;
	}

	.searchbox-trigger.pull-right {
		margin-right: 55px;
	}

	.featured-offers {
		display: none;
	}

	.reviews blockquote {
		font-size: 16px;
	}

	.footer-nav li {
		display: block;
	}

	.languages {
		background: rgba(255,255,255,0.8);
		display: block;
		left: 0;
		margin-left: 0;
		padding: 10px 20px;
		text-align: center;
		top: 51px;
		width: 100%;
		z-index: 100;
	}

	.frm-bldr .label-wrapper,
	.frm-bldr .field-wrapper {
		float: none;
		width: 100%;
	}

}

/* TABLE
=========================================================================================*/

table.table {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	width: 100%;
}	

.table th {
	background: linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
  font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}

.table th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

.table th:first-child {
	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;
}

.table th:last-child {
	box-shadow: inset -1px 1px 0 #999;
}

.table td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	transition: all 300ms;
}

.table td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

.table td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}	

.table tr:nth-child(odd) td {
	background: #f1f1f1;	
}

.table tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

.table tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

.table tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}	

.table tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
}

.table tbody:hover tr:hover td {
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

/* FLOATING BANNER
------------------------------------------------------------------------------- */
#flbanner-wrapper {
  position: absolute;
  top: 20%;
  width: 420px;
  z-index: 100;
  padding-bottom: 20px;
  overflow: hidden;
}
.flbanner {
	width: 400px;
	background: #111;
	text-align: center;
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.4);
	position: relative;
	left: -400px;
	color: #999;
	}

.flbanner p {
	font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #7b756a;
}

.flbanner .content{
	padding: 15px 15px 25px;
	margin-top:0px!important;
}
.flbanner img{
	border-bottom: 3px solid #fff;
	}
.flbanner h1,
.flbanner h2{
	font-family: 'Droid Sans', sans-serif;
	text-transform: uppercase;
	color: #022754;
	font-size: 20px;
	padding: 10px 0px;
	margin: 0px;
	font-weight: bold;
	}
.flbanner .btn,
.flbanner .btn:hover{
	background: #539BB4;
    color: #FFF;
    text-transform: uppercase;
}
.flbanner .bt-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #111;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  opacity: 0.7;
  cursor: pointer;
  transform:rotate(45deg);
-ms-transform:rotate(45deg); /* IE 9 */
-webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
}
.flbanner .flprice{
	color: #330D00;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 20px;
	font-size: 16px;
}
.ie8 .flbanner .bt-close,
.ie9 .flbanner .bt-close {
	display: none;
	}

.flbanner .bt-close {
  background: 0 0 #111;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: pointer;
  height: 25px;
  opacity: 0.7;
  position: absolute;
  right: 10px;
  top: 10px;
   transform:rotate(45deg);
-ms-transform:rotate(45deg); /* IE 9 */
-webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
  width: 24px;
  font-size: 18px;
  font-family: Arial;
  color: #fff;
}

.navbar-brand, .navbar-nav>li>a {
	text-shadow: none!important;
}

.searchbox-trigger {
	background-color: #539DB8;
}
.searchbox-trigger:hover {
	background-color: #539DB8;
}

.searchbox-trigger:active {
	background-color: #539DB8;
}

.searchbox-trigger:focus {
	background-color: #539DB8;
}

.featured-offers .btn-primary {
	background-color: #022754;
}

.special-offers h2 {
	color: #001937;
}

#bke_searchbox_wrapper .btn-primary {
    background: #022754;
}

.phone-ne.pull-right {
    padding-right: 16px;
    padding-top: 11px;
    font-size: 17px;
}

@media (max-width: 992px) {
.phone-ne.pull-right {
	display:none;
}
}



/* TABLES */
.tables table {
  margin: 20px 0;
  width: 100%;
  border: 1px solid #ececec;
}
@media (max-width: 425px) {
  .tables table {
    font-size: 9px;
  }
}
.tables table thead tr th {
  background: #539DB8;
  color: #ffffff;
  padding: 10px;
  text-align: center;
}
.tables table thead tr th:first-child {
  text-align: left;
}
.tables table tbody tr td {
  padding: 10px;
  text-align: center;
}
.tables table tbody tr td:first-child {
  text-align: left;
}
.tables table tbody tr:nth-child(even) td {
  background: #ffffff;
}
