@font-face {
  font-family: Risque;
  src: url(../fonts/Risque-Regular.ttf);
}
@font-face {
  font-family: Beaufort-Bold;
  src: url(../fonts/Beaufort-Bold.ttf);
}

@font-face {
    font-family: 'Cambria';
    src: url('../fonts/Cambria.eot');
    src: url('../fonts/Cambria.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cambria.woff2') format('woff2'),
        url('../fonts/Cambria.woff') format('woff'),
        url('../fonts/Cambria.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CambriaBold';
    src: url('../fonts/Cambria-Bold.eot');
    src: url('../fonts/Cambria-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cambria-Bold.woff2') format('woff2'),
        url('../fonts/Cambria-Bold.woff') format('woff'),
        url('../fonts/Cambria-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu.eot');
    src: url('../fonts/Ubuntu.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu.woff2') format('woff2'),
        url('../fonts/Ubuntu.woff') format('woff'),
        url('../fonts/Ubuntu.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuMedium';
    src: url('../fonts/Ubuntu-Medium.eot');
    src: url('../fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Medium.woff2') format('woff2'),
        url('../fonts/Ubuntu-Medium.woff') format('woff'),
        url('../fonts/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css');
/*===================================
    Table of content

    01. General Styles
    	+Common
    	+Buttons
    	+Linearicons

    02. Typography
    03. Navigations
    04. Headers
====================================*/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  display: -ms-flexbox;
}

body {
  font-family: Beaufort-Bold, Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  background-color: #121212;
  display: flex;
  justify-content: center;
}

/*
.wrapper {
  background-color: white;
  justify-content: center;
  align-items: stretch;
display:grid;
  grid-gap: 21px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);

}*/

/* CUSTOM NAVIGATION*/

/*
 * Custom styles
 */


.navbar-brand {
  font-size: 24px;
}

.navbar-nav {
  align-items: center;
}



.navbar.navbar-fixed-top.fixed-theme {
  background-color: #121212;
  border-color: #121212;
  box-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.navbar-brand.fixed-theme {
  font-size: 1.2em;
}

.navbar-container.fixed-theme {
  padding: 0;
}

.nav-link, .dropdown-menu {
  font-weight: 800;
  color: #c0a265 !important;
  text-transform: uppercase;
  background-color: #121212;
}

.dropdown-item:hover {
  background-color: #c0a265;
  color: #121212!important;
}

.dropdown-divider {
  height: 0;
margin: .5rem 0;
overflow: hidden;
border-top: 1px solid #c0a265;
}

.nav-bg {
  background-color: #121212;
  color: #c0a265 !important;
  border-bottom: 3px solid #c0a265;
}

.logo {
  max-width: 300px;
  height: auto;
}

.about-logo-sm {
  max-width: 170px;
  margin-top: 30px;
  display: flex;
}

.cover {
  max-width: 224px;
  max-height: 320px;
}

.cover-subs {
  max-width: 378px;
  max-height: auto;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-dark .navbar-toggler {
  color: rgba(217, 78, 78, 0.7) !important;
  border-color: rgba(217, 78, 78, 0.7);
}

.navbar-toggler {
  padding: 0.95rem 0.95rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #c0a265;
  border-radius: 0;
}

#section_2.bg_pattern, #section_3.bg_pattern, #section_4.bg_pattern, #section_5.bg_pattern {
  background-image: url(../images/bh_section.jpg);
  background-repeat: repeat;
  color: #ffffff;
}

.book-center {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: inherit;
}

.carousel-indicators .active {
  background-color: #c0a265;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 6px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.fixed-top {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-brand.fixed-theme, .navbar-container.fixed-theme, .navbar.navbar-fixed-top.fixed-theme, .navbar-brand, .navbar-container {
  transition: 0.8s;
  -webkit-transition: 0.8s;
}

.panel {
  /* needed for the flex layout*/
  margin-left: 5px;
  margin-right: 5px;
  flex: 1 1 200px;
  color: #c0a265;
}

.header, .footer {
  margin-left: 5px;
  margin-right: 5px;
  flex: 0 1 100%;
  grid-column: 1 / -1;
}

.navbar-toggler-icon {
  display: contents;
}

.wrapper>* {
  background-color: #121212;
  color: #c0a265;
  border-radius: 5px;
  padding: 3px;
  margin: 3px;
  max-width: 1120px;
}

/* We need to set the margin used on flex items to 0 as we have gaps in grid.

@supports (display: grid) {
  .wrapper>* {
    margin: 0;
  }
}

col {
  padding: 0 5px;
}
*/



.card-body {
  /*padding: .25em;
    margin: .25em;
    border: 2px solid #18778C;*/
  height: 100%;
  justify-content: space-around;
  align-items: stretch;
  align-self: flex-start;
  padding: .25em;
  margin: .25em;
}

.rotate {
  background-color: #c0a265;
  height: auto;
  display: inherit;
  align-content: center;
  padding: 5px;
}

.event-book {
  min-width: 240px;
  text-transform: capitalize;
  color: #18778C;
}

.bookers {
  background-color: yellow;
}

.book-bottom {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#row {
  padding: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0.5rem;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
}


hr {
  width: inherit;
  margin-top: 30px;
  padding: 1px;
  width: 25%;
  justify-content: center;
  align-self: center;
  color: #029bba;
  background-color: #029bba;
}

a {
  color: #fff;
  font-weight: 800;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

h1 {
  color: #c0a265!important;
}



h3 {
  font-size: 1.1em;
}

h5 {
  color: #121212 !important;
}

p {
  font-size: 0.95em;
}

li {
  color: #121212;
}

small {
  font-size: 7.5px;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 200 !important;
}

section {
  padding: .5em 0.5em;
  margin: .5em 0em;
}

.btn-success {
  font-weight: 900;
  color: #121212;
  background-color: #b0d136;
}

.btn-success:hover {
  font-weight: 900;
  color: #b0d136;
  background-color: #121212;
}

.lead {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.lead:first-letter {
  float: left;
  margin-right: 12px;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
}

.quote {
  padding: 0 0.707em;
  text-indent: -0.707em;
}

a:hover {
  text-decoration: none;
}

.bg-default {
  background: #fbfbfb;
}

.bg-dark {
  background-color: #121212;
}

.no_left_pad {
  padding-left: 0;
}

.no_right_pad {
  padding-right: 0;
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark p {
  color: #c0a265;
  font-weight: 600;
}

.bg-light h1, .bg-light h2, .bg-light h3, .bg-light h4, .bg-light h5, .bg-light h6, .bg-light p {
  color: #18778C;
}

.header-white {
  color: #121212 !important;
}

.bg-light {
  background: #121212;
}

.pad-extra {
  padding: 100px 0px;
}

.pad-regular {
  padding: 40px 0;
}

.small-top-pad {
  padding-top: 45px;
  padding-bottom: 45px;
}

.featured-heading {
  position: relative;
  margin: 10px 0;
  text-transform: uppercase;
  color: black;
}

.btn-primary {
  color: #fff;
  background-color: #c0a265;
  border-color: #008cba;
}

.featured-heading h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}

p.featured-content {
  margin-bottom: 45px;
  color: #999;
}

.featured-heading h3 {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-weight: 900;
  line-height: 36px;
}

.bg-dark .featured-heading::after {
  color: rgba(23, 119, 140, 1.00);
  background-color: #121212;
}

.bg-light .featured-heading::after {
  background-color: #121212;
}

blockquote {
  margin: 85px 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
  border: 0;
  border-left: 10px solid #ccc;
}

blockquote p {
  display: inline;
  font-size: 21px;
  font-style: italic;
}

ul {
  padding-left: 0px;
}

ul li {
  list-style: none;
}

li {
  text-transform: capitalize;
}





#wrapper {
    padding-left: 70px;
    transition: all .4s ease 0s;
    height: 100%
}
/* SIDEBAR
#sidebar-wrapper {
    margin-left: -150px;
    left: 70px;
    width: 150px;
    background: #222;
    position: fixed;
    height: 100%;
    z-index: 10000;
    transition: all .4s ease 0s;
}

.sidebar-nav {
    display: block;
    float: left;
    width: 150px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}
#wrapper.active {
    padding-left: 150px;
}
#wrapper.active #sidebar-wrapper {
    left: 150px;
}

#page-content-wrapper {
  width: 100%;
}

#sidebar_menu li a, .sidebar-nav li a {
    color: #999;
    display: block;
    float: left;
    text-decoration: none;
    width: 150px;
    background: #252525;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #1A1A1A;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}
.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#main_icon
{
    float:right;
   padding-right: 65px;
   padding-top:20px;
}
.sub_icon
{
    float:right;
   padding-right: 65px;
   padding-top:10px;
}
.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

@media (max-width:767px) {
    #wrapper {
    padding-left: 70px;
    transition: all .4s ease 0s;
}
#sidebar-wrapper {
    left: 70px;
}
#wrapper.active {
    padding-left: 150px;
}
#wrapper.active #sidebar-wrapper {
    left: 150px;
    width: 150px;
    transition: all .4s ease 0s;
}
} */

/* Custom Carousel */

#custom_carousel .item {

    color:#000;
    background-color:#eee;
    padding:20px 0;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#ddd
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
#custom_carousel .controls li.active {
    background-color:#eee;
    border-top:3px solid orange;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}


.footermain{ text-align: center; font-family: 'Ubuntu'; font-size: 16px; color: #fff; position: relative; z-index: 33;
    background-color: #000000 !important; border-top: 0px none !important; height: 100% !important; padding: 0px 0px 30px !important;
}

.footermain:after{ background: #000;
    -moz-transform: rotate(2deg) skewX(2deg); -webkit-transform: rotate(2deg) skewX(2deg); -o-transform: rotate(2deg) skewX(2deg); -ms-transform: rotate(2deg) skewX(2deg); transform: rotate(2deg) skewX(2deg);
    position: absolute; left: 0px; right: 0px; top: -50px;  content: "";
    height: 80px; width: 100%; z-index: -1;
}


.footermain p{ margin: 0px; padding: 0px; }
.footermain a{ margin: 0px; padding: 0px; color: #b0d136; text-decoration: underline; }
.footermain a:hover{ text-decoration: none; }


footer { height: 210px; background-color: #121212; border-top: #262626 2px solid; padding-top: 40px; }
footer .copyright { text-align: center; color: #fefefe; text-transform: uppercase; font-size: 12px; opacity: 0.1; }
footer .footer-menu ul { list-style-type: none; padding: 0; }
footer .footer-menu ul li { margin-bottom: 22px; }
footer .footer-menu ul li a { font-family: Beaufort-Bold, Helvetica, Arial, sans-serif; font-weight: bold; color: #c0a265; text-transform: uppercase; font-size: 14px; text-decoration: none; }
