/* FONTS
======================================= */

@font-face {
    font-family: 'OpenSansRegular';
    src: url('type/OpenSans-Regular-webfont.eot');
    src: url('type/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/OpenSans-Regular-webfont.woff') format('woff'),
         url('type/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('type/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoRegular';
    src: url('type/Roboto-Regular-webfont.eot');
    src: url('type/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/Roboto-Regular-webfont.woff') format('woff'),
         url('type/Roboto-Regular-webfont.ttf') format('truetype'),
         url('type/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('type/Roboto-Condensed-webfont.eot');
    src: url('type/Roboto-Condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/Roboto-Condensed-webfont.woff') format('woff'),
         url('type/Roboto-Condensed-webfont.ttf') format('truetype'),
         url('type/Roboto-Condensed-webfont.svg#RobotoCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'socialicoregular';
    src: url('type/socialico.eot');
    src: url('type/socialico.eot?#iefix') format('embedded-opentype'),
         url('type/socialico.woff') format('woff'),
         url('type/socialico.ttf') format('truetype'),
         url('type/socialico.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: "dripicons";
  src:url("type/dripicons.eot");
  src:url("type/dripicons.eot?#iefix") format("embedded-opentype"),
    url("type/dripicons.ttf") format("truetype"),
    url("type/dripicons.svg#dripicons") format("svg"),
    url("type/dripicons.woff") format("woff");
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'FontAwesome';
  src: url('type/fontawesome-webfont.eot?v=3.2.1');
  src: url('type/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
	url('type/fontawesome-webfont.woff?v=3.2.1') format('woff'),
	url('type/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
	url('type/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'capsuularegular';
    src: url('type/Capsuula-webfont.eot');
    src: url('type/Capsuula-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/Capsuula-webfont.woff') format('woff'),
         url('type/Capsuula-webfont.ttf') format('truetype'),
         url('type/Capsuula-webfont.svg#capsuularegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'england_hand_dbregular';
    src: url('type/england-webfont.eot');
    src: url('type/england-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/england-webfont.woff') format('woff'),
         url('type/england-webfont.ttf') format('truetype'),
         url('type/england-webfont.svg#england_hand_dbregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* MAIN
======================================= */

a, a:hover, a:focus {
  text-decoration: none;
}
ul {
  list-style: none;
}
.animate-25 {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.animate-50 {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.animate-75 {
  -webkit-transition: all .75s ease;
  -moz-transition: all .75s ease;
  -ms-transition: all .75s ease;
  -o-transition: all .75s ease;
  transition: all .75s ease;
}
.animate-100 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.divider {
  height: 1px;
  margin: 15px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.boxshadow {
  box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
}
.preload {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 20000;
}
.preload img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}

.content-header {
  text-align: center;
}
.content-header h2 {
  display: inline-block;
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 40px;
  color: #646464;
  position: relative;
  margin-bottom: 20px;
}
.content-header h2:after {
  content: '';
  position: absolute;
  width: 50%;
  left: 25%;
  bottom: -20px;
  border: 1px solid #3397dc;
}
.content-header h2 span {
  color: #3397dc;
}
.content-header p {
  font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #646464;
  margin-top: 20px;
  margin-bottom: 0;
}
.content-header p + p {
  margin-top: 0;
  margin-bottom: 50px;
  font-family: 'england_hand_dbregular', Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #646464;
}
.demo-page {
  text-align: center;
  margin-bottom: 70px;
}
.demo-page h2 {
  font-family: 'england_hand_dbregular', Arial, Helvetica, sans-serif;
  font-size: 50px;
}
.demo-page h3 {
  font-family: 'capsuularegular', Arial, Helvetica, sans-serif;
  font-size: 32px;
}
.demo-content {
  text-align: center;
}
.demo-content h4 {
  font-family: 'capsuularegular', Arial, Helvetica, sans-serif;
  font-size: 24px;
}
.demo-content img {
  width: 90%;
}

/* HEADER - BEGIN
======================================= */

#topmenu .current {
	color: #3397dc;
}

/* NAVIGATION - BEGIN
======================================= */
.navbar-one {
  background-color: rgba(0,0,0,0.2);
  border-color: #747474;
  z-index: 11001;
}
.navbar-onepage {
  background-color: #222222;
  border-color: none;
}
.navbar-two {
  background-color: #ffffff;
  border-color: #cccccc;
}

.navbar-brand-one {
  width: 170px;
  height: 80px;
  line-height: 80px;
  padding: 0;
  text-align: center;
}
.navbar-brand-one img {
  width: 80%;
  filter: invert(100%);
}
.navbar-brand-two {
  width: 120px;
  height: 50px;
  line-height: 50px;
}
.navbar-brand-two img {
  filter: invert(0%);
}
.nav-one {
  float: right;
}
.nav-one > li > a {
  line-height: 80px;
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #efefef;
  padding: 0 12px;
}
.nav-one > li > a:hover {
  background-color: rgba(0,0,0,0.4);
  color: #ffffff !important;
}
.nav-one > li > a:focus {
  background-color: transparent;
}
.nav-two > li > a {
  line-height: 50px;
  color: #222222;
}
.nav-two > li > a:hover {
  background-color: #222222;
}
.nav-two > li > a:focus {
  background-color: none;
}

.navbar-toggle-one {
  line-height: 50px;
}
.navbar-toggle-one .icon-bar{
  background: #ccc;
}

@media (max-width: 767px) {
  .navbar-one {
    background-color: #ffffff;
	position: relative;
	margin-bottom: 0;
  }
  .navbar-brand-one {
    width: 120px;
    height: 50px;
    line-height: 50px;
  }
  .nav-one {
    padding: 0;
	float: none;
  }
  .nav-one li a {
    line-height: 40px;
  }
}

/* BANNER
======================================= */
.banner-wrap {
}

/* CONTENT
======================================== */
.content {
  background-color: #efefef;
}

.kolreg {
  padding: 20px;
  margin: 0 0 20px 0;
  background-color: #efefef;
  border-radius: 5px;
  text-align: left;
}

.booking-wrap {
  position: relative;
}
.booking-box {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 1px 4px 4px #cccccc;
  -moz-box-shadow: 1px 2px 2px #cccccc;
  -webkit-box-shadow: 1px 2px 2px #cccccc;
  filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#cccccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#cccccc')";
  z-index: 10;
  margin-top: -20px;
}
.form-booking {
  line-height: 50px;
  text-align: center;
}
.form-booking h3 {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 20px;
  border-bottom: 3px solid #3397dc;
  padding-bottom: 10px;
  display: inline-block;
}
.bookinglabel {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #222222;
  font-weight: normal;
  margin-right: 10px;
}
.checkgroup {
  margin-right: 10px;
}

.page-wrap {
  padding: 20px 0;
}
.page-content {
  background-color: #ffffff;
  padding: 15px 0;
  text-align: center;
}
.page-content h2 {
  font-family: 'england_hand_dbregular', Arial, Helvetica, sans-serif;
  font-size: 36px;
  color: #222222;
  margin: 10px 0 25px 0;
}
.page-content img {
  width: 100%;
}
.eventtitle {
  font-family: 'capsuularegular', Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #000000;
  border-bottom: 1px solid #3397dc;
  display: inline-block;
  padding-bottom: 10px;
  margin: 0 0 5px 0;
}

.menudetail p {
  text-align: left !important;
}
.menudetail img {
  width: auto;
  max-width: 100%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.roomdetail h4 {
  text-align: left;
}
.roomdetail p {
  text-align: left !important;
}
.roomdetail img {
  width: auto;
  max-width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.ulroomdetail {
  text-align: left;
  padding-left: 10px;
}

.hargastrike {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #222222;
  text-decoration: line-through;
}

/* MEMBER AREA
======================================== */

.membermenu {
  display: inline-block;
  margin-bottom: 20px;
}
.membermenu li {
  float: left;
  padding: 0 20px;
  position: relative;
}
.membermenu li:after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #646464;
  content: '\f05b';
  right: -7px;
}
.membermenu li:last-child:after {
  content: none;
}
.membermenu li a {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #646464;
}
.membermenu li a:hover {
  color: #3397dc;
}

.checkroomsh3 {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #646464;
}
.checkroomsh4 {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #3397dc;
  background-color: #efefef;
  line-height: 40px;
}

/* Checkout table */
.table {
  width: 90%;
  margin: 0 auto;
}
.table td {
  border: none !important;
}
.tdtitle {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #646464;
  line-height: 30px;
  padding-left: 10px;
}
.tdcontent {
  font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #646464;
}
.rightinv {
  background-color: #efefef;
}

/* FOOTER
======================================== */

#footer {
  background-color: #222222;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

#footer p {
  color: #ffffff;
  margin-top: 30px;
}

.logo-bottom {
}

ul.footer-social {
  display: inline-block;
  margin: 0 auto;
  margin-top: 30px;
  margin-left: -40px;
}
ul.footer-social li {
  float: left;
  margin: 0 10px;
}
ul.footer-social li a {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #3397dc;
}
.footer-social li a:hover {
  color: #efefef;
}
.powered a {
  color: #efefef;
}

/* Media queries min 1200, min 992, min 768, max 767*/
@media (max-width: 767px) {
}

@media (max-width: 991px) {
.logo {text-align: center;}
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}