@font-face {
    font-family: 'Perpetua';
    src: url('../fonts/Perpetua.eot');
    src: url('../fonts/Perpetua.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Perpetua.woff2') format('woff2'),
        url('../fonts/Perpetua.woff') format('woff'),
        url('../fonts/Perpetua.ttf') format('truetype'),
        url('../fonts/Perpetua.svg#Perpetua') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Perpetua';
    src: url('../fonts/Perpetua-Bold.eot');
    src: url('../fonts/Perpetua-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Perpetua-Bold.woff2') format('woff2'),
        url('../fonts/Perpetua-Bold.woff') format('woff'),
        url('../fonts/Perpetua-Bold.ttf') format('truetype'),
        url('../fonts/Perpetua-Bold.svg#Perpetua-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{
     margin:0;
     padding:0;
     font-size:16px;
    font-family: "Jost", sans-serif;
     color: #000000;
     font-weight: 400;
}
p {
    font-family: "Jost", sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Perpetua';
    color: #000;
    font-weight: bold;
}
a:focus, a:hover{
    text-decoration:none;
}
.navpart{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
}
.logo-block {
    position: relative;
    z-index: 8;
    padding-top: 25px;
}
.logo {
    display: block;
    padding: 0px;
    text-align: right;
}
.logo img {
    width: 350px;
}
.inner-pages .logo img {
    padding: 20px 0px;
}
.only-mobile {
    display: none;
}
.only-mobile img {
    width: 300px;
    display: block;
    margin: 0px auto;
}
.wrap-sticky nav.navbar.bootsnav.sticked .only-mobile {
    display: block;
    margin-bottom: 10px;
}
.donate-btn .btn-primary {
    background-color: inherit;
    border-color: #8d8d8d;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 0px;
    transition: all 0.3s linear;
    letter-spacing: 1px;
    font-weight: 500;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
}
.donate-btn .btn-primary:hover{
    background-color: #0b9444;
    border-color: #0b9444;
    color: #fff;
}
.inner-pages .donate-btn .btn-primary:hover{
    background-color: #4b3020;
    border-color: #4b3020;
    color: #fff;
}
.donate-btn {
    margin-top: 20px;
    float: right;
}
.inner-pages .donate-btn {
    margin-top: 35px;
}
.inner-pages .wrap-sticky nav.navbar.bootsnav.sticked .donate-btn {
    margin-top: 18px;
}
.top-header {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 10px;
}
.header-address p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0px;
}
.header-right {
    float: right;
}
.header-right{
    margin: 0px;
}
.header-right a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
}
.header-right a:hover{
    color: #0b9444;
}
.inner-pages .top-header {
    background-color: #000;
}
.inner-pages nav.navbar.bootsnav {
    background-color: #0b9444;
}
.inner-pages .wrap-sticky nav.navbar.bootsnav.sticked{
    padding: 0px;
}
.inner-pages {
    position: static;
}
.inner-pages .donate-btn .btn-primary {
    border-color: #fff;
}
.inner-pages .top-header{
    margin-bottom: 0px;
}
/*Navbar-sticky-menu-list*/
nav.navbar.bootsnav {
    background-color: inherit;
    border-bottom: 1px solid #ffffff63;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #fff;
    padding: 14px 9px;
    font-weight: 500 !important;
    margin: 0px 0px;
    font-size: 15px;
}
nav.navbar.bootsnav .navbar-brand{
    padding: 0px;
    height: auto;
    float: none;
    margin: 0px;
}
ul.nav.navbar-nav.navbar-right {
    float: right !important;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #cd3610;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #200f7c;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a, nav.navbar ul.nav > li.active > a:hover, 
nav.navbar ul.nav li.active > a, nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
      color: #e93236;
}  
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
    cursor: pointer;
    background: #000000;
    padding: 6px 10px 5px;
    top: 0px;
    z-index: 9;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.navbar-header .attr-nav {
    display: none;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    background: #fff;
    padding-top: 0px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .nav > li > a {
    color: #4a2e20;
}
.wrap-sticky nav.navbar.bootsnav.sticked .logo img {
    width: 250px;
    padding: 15px 0px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .attr-nav {
    margin-top: 20px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .donate-btn .btn-primary{
    border-color: #fff;
}
.wrap-sticky nav.navbar.bootsnav.sticked .donate-btn .btn-primary:hover {
    border-color: #4b3020;
    background: #4b3020;
}
.nav.navbar-nav {
    text-align: center;
    width: 100%;
}
/*end-navbar*/
.carousel-control.right, .carousel-control.left{
    background-image: inherit;
}
.carousel-caption h1 {
    color: #fff;
    text-shadow: 1px 1px #0b9444;
    padding: 0px;
}
.carousel-caption {
    background-color: transparent;
    width: 65%;
    text-align: center;
    top: 40%;
}
.carousel-inner>.item img {
    width: 100%;
}
.carousel-indicators{
    z-index: 5;
    display: none;
}
.carousel-inner>.item:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
}
.banner{
    position: relative;
}
.banner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
}
.carousel-caption a:hover{
    background-color: #42ad96
}
.carousel-caption p {
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0b9444;
    text-shadow: none;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .carousel-fade .carousel-inner .item,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    opacity: 0;
  }
  .carousel-fade .carousel-inner .active,
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  .carousel-fade .carousel-inner .next,
  .carousel-fade .carousel-inner .prev,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-control {
    z-index: 2;
  }
/*carusel-end*/
.reservation-block {
    background-color: #056739;
    padding: 30px 0px;
}
.reserve-col {
    width: 20%;
}
.reserve-content .form-group {
    position: relative;
    margin: 0px;
}
.reserve-content label {
    position: absolute;
    top: 11px;
    left: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin: 0px;
}
.reserve-content .form-control {
    text-align: right;
    background-color: transparent;
    border: 1px solid #b99d75;
    border-radius: 0px;
    color: #fff;
    height: 45px;
    padding-right: 10px;
    font-style: normal;
}
.reserve-content .btn-primary {
    background-color: #4d3323;
    border-color: #4d3323;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0px;
    height: 45px;
}
.reserve-content .form-control option {
    color: #000;
}
.about-us-block {
    padding-top: 65px;
    padding-bottom: 65px;
}
.about-col{
    padding: 0px;
}
.about-content{
    padding-left: 30px;
}
.about-content h2 {
    font-size: 48px;
    margin: 0px;
    padding-bottom: 20px;
}
.about-content .btn-primary {
    background-color: transparent;
    border:2px solid #0b9444;
    color: #0b9444;
    font-size: 16px;
    padding: 10px 25px;
    letter-spacing: 1px;
    margin-top: 20px;
    border-radius: 0px;
    transition: all 0.3s linear;
}
.about-content .btn-primary:hover{
    background-color: #0b9444;
    border-color: #0b9444;
    color: #ffffff;
}
.about_left img{
    width: 100%;
}
.sparta-content {
    padding: 100px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.sparta-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.10);
}
.video-block {
    text-align: center;
    font-size: 100px;
    color: rgb(255 255 255);
}
.essential-block{
    padding: 80px 0px;
}
.discover-text {
    font-size: 14px;
    color: #0b9444;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.essen-right h3 {
    margin-top: 10px;
    font-size: 36px;
    padding-bottom: 35px;
}
.essen-left img {
    width: 100%;
}
.essen-right {
    padding-left: 30px;
}
.essential-list .essen-icon {
    float: left;
    font-size: 36px;
    color: #0b9444;
}
.essential-list .essen-info {
    display: table-cell;
    padding-left: 15px;
}
.essential-list {
    margin-bottom: 30px;
}
.essen-info h4 {
    font-size: 24px;
    margin-top: 0px;
}
.testmonial-block {
    padding: 100px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.testmonial-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
}
.testmonial-list {
    position: relative;
}
.del-space {
    display: none;
}
.star-list .fa-star {
    color: #ffc006;
}
.star-list li {
    padding: 0px;
}
.star-list {
    margin-bottom: 25px;
}
.testmonial-list-content h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}
.testmonial-list-content {
    text-align: center;
    margin: 0px 10%;
}
.testmonial-list-content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.client-info h5 {
    color: #0b9444;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 0px;
}
.testmonial-list-content .client-info p {
    font-size: 15px;
    margin: 0px;
}
.events-block{
    padding: 60px 0px;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
    max-width: 100%;
    width: 100%;
	max-height: 360px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    font-size: 16px;
    opacity: 0;
    position: static;
    color: #fff;
    text-transform: capitalize;
}

.grid figure h2 {
    color: #fff;
    font-size: 36px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
    color: #fff;
}
/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #000;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	opacity: 0;
    padding: 20px 0px 10px 0px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}


figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p, figure.effect-bubba:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.inntown-title {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 48px;
}
.skill-content {
    padding: 100px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}
.skill-content:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.55);
}
.skills-col{
    padding: 0px;
}
.skill-content h3 {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    margin: 0px;
    padding-bottom: 20px;
    padding-top: 5px;
}
.skill-content h5 {
    color: #0b9444;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    letter-spacing: 2px;
    font-size: 15px;
    margin: 0px;
    padding-bottom: 10px;
}
.skill-content p {
    color: #ffffff;
    position: relative;
    line-height: 30px;
    font-size: 16px;
}
.skill-content a{
    color: #fff;
}
.skill-content .join-us-btn{
    position: relative;
    margin-top: 30px;
}
.skill-content .join-us-btn .readmore-btn {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 6px 20px;
    transition: all 0.3s linear;
}
.skill-content .join-us-btn .readmore-btn:hover{
    background-color: #0b9444;
    border-color: #0b9444;
    color: #fff;
}
footer{
    border: none;
    background-color: #000;
}
.top-footer {
    padding-top: 65px;
    padding-bottom: 50px;
    display: none;
}
.newsletter-left h3 {
    color: #fff;
    font-size: 36px;
    line-height: 1.35;
}
.newsletter-left {
    padding-right: 80px;
}
.newsletter-right .input-group {
    display: block;
    width: 100%;
}
#newsletterForm .form-control {
    height: 45px;
    display: block;
    border-radius: 0px;
    width: 60%;
    margin: 0px auto;
    text-align: center;
    float: none;
}
.newsletter-right .input-group-btn {
    display: block;
    width: 100%;
    float: left;
    margin-top: 25px;
    text-align: center;
}
.newsletter-right .input-group-btn .btn.btn-primary {
    border-radius: 0px;
    width: 200px;
    padding: 12px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #0b9444;
    border-color: #0b9444;
}
.newsletter-right .fa-envelope {
    margin-right: 6px;
}
.newsletter-right {
    width: 100%;
    float: left;
    margin-top: 45px;
}
.bottom-footer {
    text-align: left;
    padding: 25px 0px;
    border-top: 1px solid #3e3e3e;
}
.copy p, .power p {
    margin: 0px;
    color: #fff;
}
.social-icons {
    margin: 0px;
    text-align: center;
}
.social-icons li a {
    color: #fff;
    font-size: 18px;
}
.social-icons li a:hover{
    color: #0b9444;
}
.social-icons li {
    margin: 0px 2px;
}
.power{
    float: right;
}
.social-icons li img {
    position: relative;
    bottom: 3px;
}
.power p {
    text-align: right;
}
.power p a{
    color: #0b9444;
}
.img_back_color img {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.owl-theme .owl-controls .owl-page span{
    background: #0b9444;
}
.skills-row {
    display: flex;
}
.skills-col {
    display: flex;
    flex-direction: inherit;
}
.page-section {
    padding-top: 20px;
}
.tab-main-block .tab-pane h6 {
    font-size: 30px;
    margin-top: 15px;
}
.dining-content h3 {
    font-size: 30px;
    margin-top: 0px;
}
.dining-content {
    margin-left: 30px;
}
.dining-page .row {
    padding: 50px 15px;
    width: 90%;
    margin-left: 80px;
    border: 5px solid #e3e3e3;
}
.ament-row {
    margin-bottom: 35px;
}
.dining-profile-pic {
    margin-left: -100px;
}
.dining-profile-pic-right {
    margin-right: -100px;
}
.dining-page {
    margin-top: 35px;
}
.page-section h6{
    font-size: 30px;
}
.dining-content h6 {
    font-size: 18px;
    margin-bottom: 0px;
}
.dining-profile-pic img {
    width: 100%;
}
.pages-title {
  padding-left: 0px;
}
.pages-logo {
  text-align: center;
}
.pages-logo img {
  width: 205px;
}
.front-info {
    padding-top: 20px;
}
.contact_heading_title h3{
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 0px;
}

@media (min-width: 1200px){
    .carousel-caption h1{
        font-size: 72px;
    }
    .carousel-caption p{
        font-size: 20px;
    }
    .about-content{
        padding: 15px 40px 60px 80px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        font-size: 14px;
        padding: 14px 6px;
    }
    .sparta-content{
        padding: 150px 0px;
    }
    .essen-right {
        padding-left: 50px;
        padding-right: 50px;
    }
    .essen-right h3{
        font-size: 42px;
        line-height: 1.3;
    }
    .testmonial-list-content {
        margin: 0px 20%;
    }
    .inner-pages .wrap-sticky {
        height: 115px !important;
    }
    #navbar-menu {
        padding: 0px;
    }
    .meet-faci-info {
        margin-top: 20px;
    }
}
@media (min-width: 1500px){
    .container{
        width: 1320px;
    }
    .about-content h2 {
        font-size: 60px;
        line-height: 0.9;
    }
    .carousel-caption {
        width: 45%;
    }
    .skill-content{
        padding: 150px 100px;
    }
    .carousel-caption h1{
        font-size: 90px;
    }
     nav.navbar.bootsnav .navbar-nav > li > a{
        font-size: 15px;
        padding: 14px 10px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .carousel-caption{
        top: 50%;
    }
    .carousel-caption h1{
        font-size: 60px;
    }
    .skill-content{
        padding: 50px;
    }
    .reserve-col {
        width: 33%;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 14px 7px;
        font-size: 14px;
    }
    .logo-block{
        padding-top: 15px;
    }
    .logo img, .only-mobile img {
        width: 250px;
    }
    .header-address p, .header-right a {
        letter-spacing: 0.5px;
    }
    .carousel-caption h1 {
        padding: 0px;
        font-size: 42px;
    }
    .carousel-caption{
        top: 55%;
    }
    .reserve-col {
        width: 30.3%;
        margin-bottom: 30px;
    }
    .about-content h2{
        font-size: 36px;
    }
    figure.effect-bubba p{
        display: none;
    }
    #newsletterForm .form-control{
        width: 100%;
    }
    .skill-content{
        min-height: 420px;
        padding: 50px 20px 30px;
    }
    .power p {
        text-align: center;
    }
    .social-icons {
        margin: 15px 0px;
    }
    .inner-pages .donate-btn {
        margin-top: 15px;
    }
    .inner-pages .attr-nav {
        margin-top: 15px;
    }
    .attr-nav > ul > li > a{
        font-size: 30px;
    }
    .donate-btn .btn-primary {
      font-size: 14px;
      padding: 10px 10px;
      letter-spacing: 0px;
    }
    
}
@media (max-width: 767px) and (min-width: 320px){
    .wrap-sticky {
        height: 100px !important;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        color: #4b3020;
        padding: 10px;
    }
    .navpart {
        position: static;
    }
    .header-address p, .header-right a {
        text-align: center;
    }
    .inner-pages .header-address p, .inner-pages .header-right a{
        color: #fff;
    }
    .header-right {
        float: none;
        text-align: center;
    }
    .top-header {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: none;
        margin-bottom: 0px;
        background-color: #000;
    }
    nav.navbar.bootsnav {
        background-color: #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .only-mobile img{
        width: 250px;
    }
    .only-mobile {
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
    }
    .logo {
        display: none;
    }
    .attr-nav {
        z-index: 2;
        left: 10px;
        margin: 5px;
        width: 25px;
        height: 30px;
    }
    .attr-nav > ul > li > a {
        font-size: 24px;
    }
    .donate-btn {
        padding-top: 20px;
        float: none;
        padding-bottom: 20px;
        text-align: center;
        margin: 0px;
    }
    .donate-btn .btn-primary{
        border-color: #fff;
    }
    .reserve-col {
        width: 100%;
        margin-bottom: 20px;
    }
    .about-content h2, .inntown-title{
        font-size: 36px;
    }
    .essen-right, .about-content {
        padding-left: 0px;
        padding-top: 30px;
    }
    .testmonial-list-content{
        margin: 0px;
    }
    figure.effect-bubba h2{
        padding-top: 15%;
    }
    .newsletter-left {
        padding-right: 0px;
        text-align: center;
    }
    .newsletter-right{
        margin-top: 20px;
    }
    .about-col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .power p {
        text-align: center;
    }
    .social-icons {
        margin: 15px 0px;
    }
    .logo-block{
        background-color: #0b9444;
        padding-top: 0px;
    }
    ul.nav.navbar-nav.navbar-right {
        float: none !important;
    }
    /*#navbar-menu{
        display: block !important;
        padding-left: 15px !important;
        box-shadow: none;
    }*/
    .inner-pages nav.navbar.bootsnav{
        padding: 0px;
    }
    .inner-pages .donate-btn {
        margin-top: 0px;
    }
    .inner-pages .attr-nav {
        margin-top: 5px;
    }
    .inner-pages .wrap-sticky nav.navbar.bootsnav.sticked .donate-btn {
        margin-top: 0px;
    }
    figure.effect-bubba img {
        width: 100%;
    }
    .skills-row {
        display: block;
    }
    .dining-profile-pic {
        margin-left: 0px;
    }
    .dining-profile-pic-right {
        margin-right: 0px;
    }
    .dining-page .row{
        margin-left: 0px;
        width: 100%;
        padding: 15px;
    }
    .dining-content {
        margin-left: 0px;
        margin-top: 20px;
    }
    .dining-page{
        margin-top: 20px;
    }

}
@media (max-width: 540px) and (min-width: 320px){
    .logo img {
        width: 200px;
        display: block;
        margin: 0px auto;
    }
    .inner-pages .logo img {
        padding: 10px 0px 0px;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked .logo img {
        width: 200px;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .donate-btn .btn-primary {
        font-size: 14px;
        padding: 6px 10px;
    }
    .side.on{
        width: 100%;
    }
    .carousel-caption{
        display: none;
    }
    .carousel-inner>.item:before{
        background-color: inherit;
    }
    .video-block{
        font-size: 60px;
    }
    figure.effect-bubba h2{
        padding-bottom: 20px;
    }
    .about-us-block, .essential-block, .events-block{
        padding: 30px 0px;
    }
    .essen-right h3 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    figure.effect-bubba p{
        display: none;
    }
    .skill-content{
        padding: 20px;
    }
    .newsletter-left h3{
        font-size: 24px;
    }
    #newsletterForm .form-control{
        width: 100%;
    }
    .page-section {
        padding-top: 20px;
    }
    .only-mobile img{
        width: 200px;
    }
}
