/***********************************
************************************
CSS RESET   
************************************
***********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: tahoma;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-size: 15px;
	font-weight: 400;
    color: #626262;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover, a:focus{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans';
}
/***********************************
************************************
NavBar
************************************
***********************************/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
.menu-icon {
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
    cursor: pointer;
}
/***********************************
************************************
Banner
************************************
***********************************/
#banner {
    background: url(img/banner.jpg) no-repeat;
    background-size: cover;
    min-height: 630px;
}
.bg-color {
    background-color: RGBA(0, 0, 0, 0.61);
    min-height: 630px;
}
.white{
    color: #3f3f3f !important;
}
.dividerCenter {
    width: 40px;
    height: 2px;
    background-color: rgba(229,90,84,1);
    margin: 1.375rem 0;
    display: inline-block;
}
.heroIntro{
    padding: 160px 0px;
}
.banner-title{
    text-transform: uppercase;
}
.heroIntro h1 {
    font-size: 2.25rem;
}
.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: .85em 1em;
    margin: 0 0 1rem;
    font-size: 1rem;
    background-color: ##443e3b;
    color: #fefefe;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.button:hover, .button:focus, .button:active {
    background-color: #726f70;
    color: #fff;
}
.ctaBtns {
    margin-top: 40px;
}
/***********************************
************************************
About
************************************
***********************************/
.section-padding{
    padding: 80px 0px;
}
h2.section-title {
    font-size: 24px;
    text-transform: uppercase;
}
h2.section-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px !important;
    margin-bottom: 80px;
}
.sub-para {
    line-height: 24px;
    font-size: 15px;
}
.abt-wrapper h1 {
    font-weight: 700;
    line-height: 45px;
    font-size: 36px;
    margin-bottom: 15px;
}
.abt-txt{
    margin-bottom: 10px;
}
.abt-title{
    margin: 30px 0px 10px;
    color: #000;
    font-size: 18px;
}
.separator-line {
    height: 2px;
    margin: 0 auto;
    width: 30px;
    margin: 7% auto;
    display: inline-block;
}
/***********************************
************************************
Upcoming Event
************************************
***********************************/
.element-wrapper {
    height: 573px !important;
}
.element-wrapper > img {
    width: 110%;
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    padding: 0px;
}
.element-big-image-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3330;
    padding: 45px;
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.element-big-image-mask .mask-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 45px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}
.element-big-image-mask strong {
    font-style: regular;
    font-weight: 700;
}
.element-big-image-mask:hover {
    opacity: 0;
}
#event{
    background: url('img/event-banner01.jpg') no-repeat;
    background-size: cover;
}
.element-big-image-mask .mask-content-title {
    font-size: 32px;
    line-height: 1.2;
    font-style: regular;
    margin-bottom: 0;
    margin-bottom: 18px;
}
.content-holder{
    background-color: #cecdcc;
}
.no-padding{
    padding: 0px !important;
}
.content-holder{
    padding: 15px 15px 0px 15px;
}
.content-holder h2 {
    font-size: 24px;
    padding-bottom: 9px;
    font-family: 'tahoma', sans-serif;
    color: ##443e3b;
}
.content-holder{
    font-size: 14px;
}
.details-text p {
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 300;
}

.content-holder address strong {
    color: ##443e3b;
    padding: 10px 0px;
}
.content-holder address{
    margin-bottom: 20px;
    margin-top: 10px;
}
.element-services{
    margin-top: 15px;
}
.element-services .element-wrapper2 {
    min-height: 293px;
    position: relative;
}
.element-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #cecdcc;
    overflow: hidden;
}
.element-box-title {
    color: ##443e3b;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-style: regular;bold;
    opacity: .9;
    letter-spacing: 4px;
    font-weight: lighter;
    z-index: 2;
    font-family: Tahoma,sans-serif;
}
.service-item {
    font-family: Tahoma,sans-serif;
    text-align: left;
    padding-right: 40px;
    margin-top: 25px;
    color: #443e3b;
}
.service-title {
    font-size: 18px;
    font-style: regular;
    font-weight: 700;
    letter-spacing: -.5px;
    margin-top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #443e3b;
    font-family: 'Tahoma',serif;
    margin-bottom: 18px;
}
.service-description {
    margin-bottom: 0;
}
.hours-list {
    opacity: .9;
    font-size: 13px;
}
.dl-horizontal {
    padding-left: 0;
    margin: 0;
}
.dl-horizontal dt {
    float: left;
    width: 130px;
    text-align: left;
    margin-bottom: 2px;
}
.dl-horizontal dd {
    margin-left: 100px;
    font-style: regular;
    margin-bottom: 2px;
    width: 160px;
}
.no-padding-right{
    padding-right: 0px;
}
/***********************************
************************************
Menu List
************************************
***********************************/
#Container .mix {
    display: none;
}
.gallery-trigger ul li {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.gallery-trigger ul li a.active, .gallery-trigger ul li a:hover {
    background: ##443e3b;
    color: #fff;
    border: 1px solid ##443e3b;
}
.gallery-trigger ul li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #565656;
    border-radius: 0px;
    border: 1px solid ##443e3b;
    text-decoration: none;
    cursor: pointer;
}
.menu-restaurant {
    width: 50%;
    float: left;
    padding: 15px;
    position: relative;
}
.menu-restaurant span.clearfix {
    position: relative;
    display: block;
}
.menu-restaurant .menu-title {
    float: left;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: ##443e3b;
}
.menu-restaurant .menu-line {
    position: absolute;
    bottom: 6px;
    border-bottom: 1px dotted rgba(0,0,0,.3);
    margin-left: .6rem;
    margin-right: .6rem;
}
.menu-restaurant .menu-price {
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
}
.menu-restaurant .menu-subtitle {
    display: block;
    float: left;
    color: #B1B1B1;
    font-family: Satisfy,'Open Sans',arial;
    font-size: 1.2rem;
}
.divider{
    width: 40px;
    height: 2px;
    background-color: rgba(229,90,84,1);
    margin: 1.375rem 0;
}
.mar-15{
    margin-bottom: 15px !important;
}
/***********************************
************************************
Contact Form
************************************
***********************************/
.form-group .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: rgba(255,255,255,0.8);
    background-image: none;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
/***********************************
************************************
Footer
************************************
***********************************/
.footerWrapper {
    padding: 30px 40px;
    background: #efefef;
}
.footerSmall .socialIcons {
    float: right;
}
.footerSmall a {
    display: inline-block;
}
.socialIcons a {
    font-size: 1.125rem;
    color: ##443e3b;
    width: 42px;
    text-align: center;
    line-height: 27px;
}
#contact
{
    background-color: #ddd3;
}
/***********************************
************************************
Media Query
************************************
***********************************/
@media (min-width: 551px) and (max-width: 800px) {
.content-holder{
    margin-top: 163px;
}
.ext-pad{
    padding: 0px 15px !important;
}
.no-padd-sm {
    padding: 0px !important;
    margin-top: 20px;
}
}
@media (min-width: 100px) and (max-width: 320px) {
 .carousel-info {
    margin-bottom: 30px;
}
#contact p{
margin-bottom: 10px;
}
.element-wrapper {
    height: 270px !important;
}
.element-big-image-mask {
    padding: 20px;
}
.ext-pad{
    padding: 0px 15px !important;
}
.no-padding-right {
    padding: 0px;
}
.menu-restaurant {
    width: 100%;
}
.no-padd-sm {
    padding: 0px !important;
    margin-top: 20px;
}
.smallText{
    text-align: center;
}
.content-holder {
    margin-top: 37px;
}
.element-big-image-mask .mask-content {
    padding-bottom: 8px;
}
.element-big-image-mask .mask-content-title {
    font-size: 25px;
}
}
@media (min-width: 321px) and (max-width: 550px) {
.content-holder {
    margin-top: 77px;
}
 .carousel-info {
    margin-bottom: 30px;
}
#contact p{
margin-bottom: 10px;
}
.element-wrapper {
    height: 270px !important;
}
.element-big-image-mask {
    padding: 20px;
}
.ext-pad{
    padding: 0px 15px !important;
}
.no-padding-right {
    padding: 0px;
}
.menu-restaurant {
    width: 100%;
}
.no-padd-sm {
    padding: 0px !important;
    margin-top: 20px;
}
.smallText{
    text-align: center;
}
.element-big-image-mask .mask-content {
    padding-bottom: 8px;
}
.element-big-image-mask .mask-content-title {
    font-size: 25px;
}
}