@font-face {
  font-family: 'MongolianBaiti';
  src: url('../fonts/MongolianBaiti.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/MongolianBaiti.woff') format('woff'), 
  url('../fonts/MongolianBaiti.ttf')  format('truetype'), 
  url('../fonts/MongolianBaiti.svg#MongolianBaiti') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	font-family: 'Raleway', sans-serif;
	padding-bottom: 245px;
}

body#page{
	padding-bottom: 250px;
}

.directions{
	margin-top: 45px;
}


header{
	background: #333;
	background: #483E2F;
	background: #000;
	/*background: #AE552D;*/
	color: #fff;
}

header h4{
	font-size: 14px;
}

header h4 a,
header h4 a:hover{
	color: #fff;
}

header form{
	margin-bottom: 15px;
}

h1,
.site-title{
	font-family: 'Merriweather', serif;
	font-family: 'EB Garamond', serif;
	font-family: 'MongolianBaiti', serif;
	text-transform: uppercase;
	margin-bottom: 0;
}

h1.homepage{
	text-transform: none;
}

header .site-title{
	margin-top: 60px;
	font-size: 36px;
	display: block;
}

span.slogan{
	font-size: 24px;
	font-family: 'EB Garamond', serif;
	font-family: 'MongolianBaiti', serif;
}
span.discount{
	font-size: 24px;
	font-family: 'EB Garamond', serif;
	font-family: 'MongolianBaiti', serif;
}
span.discount p{
	display: inline;
	background:#ffffff;
	color:#000000;
	padding:4px;
}

h2{
	font-size: 18px;
}

#home h2{
	font-size: 30px;
}

h3{
	font-size: 18px;
	margin-top:10px;
}

.slider-wrapper,
.slider-wrapper > .container{
	position: relative;
}

.navbar-default{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 500;
}

.navbar{
	background: #7F7373;
	background: #AE552D;
	background: #000;
	/*width: 50%;*/
	margin: 0 auto;
	left: 0;
	right: 0;

	/*border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;*/
	border: 0px solid #000000;
}

.navbar-default .navbar-nav>li>a{
	color: #fff;
	margin-top: 10px;
}

.navbar-default .navbar-nav>.active>a{
	color: #996E5C;
	background: #eee;
}

.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-nav li a:hover{
	color:white!important;
	text-decoration: underline;
}

.navbar-toggle,
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active{
	color: #fff;
	background-color: #333;
}

.navbar-toggle{
	float:left;
	margin-left:15px;
}

/* CENTER NAV */

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
	padding-bottom: 56px;
    text-align: center;
}

#lang_selector{
	display: inline-flex;
	float: right;
	margin-right: 25px;
	margin-top: 15px;
	list-style: none;
}

#lang_selector li{
	margin-right: 3px;
}

#lang_selector a{
	color: #ffffff;
}

#lang_selector .selected{
	text-decoration: underline;
}

.datepicker-wrapper{
	/*width: 50%;*/
    display: inline-block;
    margin: 0 auto;
}

/* -- */

input[type=text]{
	padding: 20px;
}

.btn-default{
	padding: 10px;
}

.slider{
	position: relative;
}

.main-content-wrapper{
	position: relative;
}

.main-content{
	position: absolute;
	top:-80px;
	z-index: 200;
	margin: 0 auto;
	margin-bottom: 100px;
	padding: 20px;
	left: 0;
	right: 0;
	background: #FFF;
	background:  rgb(1,138,163);
	color: #FFF;
	/*border: 6px solid #CCA266; /* GOLD */*/

	-webkit-box-shadow: 0px 0px 13px 6px rgba(66,66,66,0.43);
	-moz-box-shadow: 0px 0px 13px 6px rgba(66,66,66,0.43);
	box-shadow: 0px 0px 13px 6px rgba(66,66,66,0.43);
}

.main-content h2{
	font-family: 'EB Garamond', serif;
}

/* PAGE */

.page-wrapper{
	padding-left: 0;
}

.img-collage .collage-item{
	padding: 0;
	margin: 0;
}

.collage-item img{
	margin-bottom: 5px;
}

.collage-item .info-block a{
	color: #fff;
}

.collage-item .info-block a:hover{
	color:white;
}

.page-images,
.page-images .page-image{
	padding: 0;
}

.page-images .page-image{
	padding-right: 4px;
	margin-bottom: 4px;
}

.page-content{
	padding: 35px;
}

.page-content h1{
	margin-bottom: 20px;
}

.info-block{
	background: rgb(1,138,163);
	padding: 20px;
	color: #fff;
	margin: 15px 0;
	margin-top: 60px;
}

.icon-list li{
    list-style: none;
    /*margin-bottom: 10px;*/
}

.icon-list li:before{
   font-family: FontAwesome; /* FontAwesome or whatever */
   font-weight: 100;
   font-style: normal;
   display: inline-block;
   width: 0em; /* same as padding-left set on li */
   margin-right: 32px;
   color: #fff;
   font-size: 18px;
   text-align: center;
}

.panel-group{
	padding: 10px 2px 10px 10px;
}

.panel-heading{
	padding: 3px 10px;
}

.panel-body{
	margin-right: 13px;
	margin-left: 8px;
}

.panel-body span{
	font-size: 14px !important;
}

.panel-group,
.panel,
.panel-default>.panel-heading{
	background: rgb(1,138,163);
	border:none;
	color: #fff;
	-webkit-box-shadow: none; 
	box-shadow: none; 
}

.panel-default>.panel-heading+.panel-collapse>.panel-body{
	border:none;
	background: #00abca;
}

/*li.clock:before{
    content: "\f017";
}

li.home:before{
    content:  "\f015";
}

li.user:before{
    content:  "\f007";
}

li.info:before{
    content:  "\f129";
}

li.euro:before {
  content: "\f153"; 
}​*/

a.btn-primary{
	background:  !important;
}

.btn-primary {
    color: #fff;
    background-color: #AE552D;
    border-color: #AE552D;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
	background: #fff;
	color: #AE552D;
	border-color: #AE552D;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

span.more-info{
	background: #fff;
	color: rgb(1,138,163);
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 3px;
	margin:5px;
	display: inline-block;
	float: right;
}

a.more-info:hover,
a.more-info:focus,
a.more-info:active{
	text-decoration: none;
}

.well{
	background: none;
	border: none;
	padding-left: 0;
	box-shadow: none;
}

#page .well{
	margin-top: 15px;
	margin-left: -40px;
	background: #00abca;
	padding-left: 15px;
}

#page .well ul{
	padding-left: 32px;
	margin-bottom: 15px;
}

#page .well ul li{
	list-style: circle;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    left: 10px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 75px;
    right: 10px;
}

a.top-link{
	padding: 15px;
	border-radius: 90px;
	color: #fff;
	background: #333;
}


/* PINBOOT */

.white-panel {
  position: absolute;
  background: white;
  box-shadow: 0px 1px 2px rgba(163, 151, 99, 0.3);
  /*padding: 10px;*/
}
/*
stylize any heading tags withing white-panel below
*/

.white-panel h1 {
  font-size: 1em;
}
.white-panel h1 a {
  color: #A92733;
}
.white-panel:hover {
/*  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;*/
  
}

.overlay{
  /*display: none;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  /*background: rgba(163,151,99,0.45);*/
  /*background: rgba(167,105,143,0.75);*/
}

#page .overlay{
  background: none;
}

.overlay:hover{
  background: rgba(0,0,0,0.65);
}

#page .overlay:hover{
  background: none;
}

.overlay .overlay-inside{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#page .overlay .overlay-inside{
  top: 20px;
}

.overlay .icon{
  display: none;
  width: 30%;
  margin: 0 auto;
  display: block;
}

.overlay img{
  display: none;
}

.overlay .content{
  display: none;
  font-size: 14px;
  color: #fff;
  width: 80%;
  margin: 0 auto;
}

.overlay span{
  color: #fff;
  font-size: 24px;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 15px;
}

.overlay:hover{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay:hover .icon{
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay:hover .content{
  display: block;
  /*overflow: scroll;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
