body {
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-size: 14px;
    margin:0px;
    padding: 0px;
    color: #525252;
}
/* Layout */
ul, ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
a, a:hover { text-decoration: none; color: #643f27; font-weight: 500;}
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Slab', sans-serif;}
h1, h2{
    font-size: 2.5em;
    margin: 12px 0 25px;
    font-weight: 400;
}
h3{
	font-size: 1.5em;
	margin: 12px 0 25px;
    font-weight: 400;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
p { margin: 10px 0px 15px; }
.no-padding {
    padding: 0px;
}
.no-padding-top {
    padding-top: 0px !important;
}
.no-padding-bottom {
    padding-bottom: 0px !important;
}
.no-padding-left {
    padding-left: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}
.margin-bottom {
    margin-bottom: 10px;
}

/* Sidebar */
.region-sidebar-left {
    float: left;
}
.region-sidebar-left .fModule {
    background-color: #efefef;
    margin-bottom: 30px;
    padding: 30px 30px;
}
.region-sidebar-left .fModule:last-of-type {
    margin-bottom: 0;
}
.region-sidebar-left .fModuleTitle {
    margin-bottom: 12px;
}
.region-sidebar-left .fModuleTitle h3 {
    color: #f09604;
    font-size: 18px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.region-sidebar-left .fPagesUpdate .fReadmore {
    display: none;
}

/*Background */
.fBgDark {
    background:#000000;
    color: #ffffff;
}
.fBgDark a {color: #ffffff; }
.fBgDark a:hover {}
.fBgLight {
    background: #F9F8F6;
    color: #000000;
}
.fBgLight a {color: #643f27;}
.fBgLight a:hover { color: #643f27;}
.fBgWhite {
    background: #ffffff;
    color: #000000;
}
.fBgWhite a, .fBgWhite a:hover {color: #5A431E;}
.fBgColor {
    background: #d34344;
    color: #ffffff;
}
.fBgColor a {color: #ffffff; }
.fBgColor a:hover {}

/* Button */
a.fButton,
input.fButton {
    padding:15px 15px;
    margin: 10px 0px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    color: #000;
    border:1px solid #000;
    font-size: 1.1em;
    font-weight: 400;
    text-align: center;
    background: transparent;
}
a.fButton:hover,
input.fButton:hover {
    background: #000;
    color: #fff;
}
a.fButtonWhite,
input.fButtonWhite {
    border: 1px solid #fff;
    color: #fff;
}
a.fButtonWhite:hover,
input.fButtonWhite:hover {
    background: #fff;
    color: #000;
}

/* Column */
#fMatter .fCol5 .fGalleryImages .fGalleryItem,
#fContentPost .fCol5 .fGalleryImages .fGalleryItem,
.fCol5 .fGalleryImages .fGalleryItem {
    width: 20%;
    float: left;
    padding: 2em;
}

/* Common CSS */ 
#fMatter,
.fModule.fModulePadded {
    padding: 70px 0 80px;
}

body.is-home #fMatter h1,
.fModule h3 {
    font-size: 4em;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
body.is-home #fMatter h1 span,
.fModule h3 span {
    color:#643f27;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 17px;
    display: block;
    padding: 8px 0px;
}
.fModule h4 {
    color: #000;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 15px;
}
.fModuleWhite h3 {
    color: #fff;
}
body.is-home #fMatter h1,
.fModuleIcon .fModuleTitle h3 {
    background: url(../images/icon.png) no-repeat bottom center;
    display: block;
    padding-bottom: 20px;
    display:none;
}
body.is-home #fMatter {
    display:none;
}

/* Module */
.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
    margin: 0 auto;
}   
@media (max-width : 319px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 280px;
    }  
}
@media (min-width : 320px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 300px;
    }        
}
@media (min-width : 480px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 470px;
    }
}
@media (min-width: 768px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 1170px;
    }
}

/* Header */
.fModuleLogo {
    margin-top: 6px;
}
.fModuleLogo .fModuleContent p {
    margin: 0;
    text-align: left;
}
.fModuleLogo .fModuleContent img {
    display: inline-block;
    height: 88px;
    width: auto;
}
header,.header {
    border-bottom: 1px solid #eee;
    box-shadow: 0 5px 12px rgba(0,0,0,.2);
    height: 126px;
    width: 100%;
    background: #fff;
}
body.not-at-top header {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 500;
}
.header {
    position: relative;
    z-index: 0;
}

header h1 {
    margin: 12px 0px 7px;
}
/* Navigation - Header */
.fModuleMainMenuSwitch {
    margin-top: 12px;
}
.fModuleMainMenuSwitch .fModuleContent a {
    display: inline-block;
    font-size: 20px;
}
.fModuleMainMenuSwitch .fModuleContent a span {
    display: none;
}
header nav {
    margin-top: 20px;
}
nav ul, nav ul li {
    margin: 0px 0 0; padding: 0;
    list-style: none;
    overflow: hidden;
}
header nav li {
    display: inline-block;
    list-style: none;
    padding-left: 4px;
    padding-right: 4px;
}
header nav li a {
    font-size: 1.2em;
    padding: 15px 14px;
    font-weight: 500;
    display: block;
    border-radius: 5px;
    border: 1px solid transparent;
}
header nav li.menuitem-focused > a {
    background-color: #eee;
    text-decoration: none;
    color: #000;
}
header nav li.menuitem-expandable.menuitem-focused > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
header nav ul ul {
    position: absolute;
    background: #eee;
    z-index: 20;
    color: #000000;
    display: none;
    width: 200px;
}
header nav ul li.menuitem-focused > ul {
    display: block !important;
}
header nav ul ul li {
    display: block;
    float: none;
    border-bottom: none;
    padding: 0px;
}
header nav ul li ul li a {
    border-radius: 0;
    font-size: .94em;
    color: #666;
    padding: 9px 10px;
    border-top: 1px dotted #ccc;
    text-align: left;
}
header nav ul li.highlight a{
	background:#5e0200;
	color:#fff;
}
header nav ul ul li.menuitem-focused > a {
    background: #666;
    color: #fff;
}
header nav ul ul ul {
    left: 180px; 
    top: 5px;
}
.navbar-toggle {
    margin: 30px 30px 0px;
    background: #000000;
    border:1px solid #000000;
    color: #ffffff;
}
@media (max-width : 480px) {
    header h1.fLogo,
    header img {
        width: 55%;
        margin: 5px;
    }
    .navbar-toggle {
        margin: 15px 15px 10px 0px;
        float: right;
    }
}
@media (min-width: 481px) and (max-width : 768px) {
    header img {
        width: 60%;
    }
    .navbar-toggle {
        margin: 20px 20px 0px 0px;
    }
    header h1 {
        margin:0px;
    }
}
@media (max-width : 768px) {
    #fModule-1390 {
        margin: 0;
        left: 0; right: 0 !important;
    }	
    .fHead p {
        font-size: .85em;
    }
    header nav {
        text-align: right;
        margin:0px;
    }
    header.sticky nav {margin-top: 0px;}
    header nav ul.fMenu {
        width: 100%;
        background: #000;
    }
    header nav li {
        float: none;
        padding: 0px;
        background: #000000;
        width: 100%;
        margin: 0px;
        display: inline-block;
    }		
    header nav li a {
        text-align: right;
        color: #ffffff !important;
        padding: 8px 15px;
        font-size: .8em;
        margin: 0px;
        border: 0px;
        border-radius: 0px;
        border:0px;
    }		
    header nav li a:hover,
    header nav li:nth-last-child(1) a:hover {
        border-radius: 0px;
        border:0px;
        background: #fff;
        color: #000 !important;
        border: 0px;
    }
    header nav ul ul {
        width: 100%;
        position: relative;
        box-shadow: 0px 0px 0px;
        left: 0;
        margin: 0px;
        border-left: 0px none;
        border-right: 0px none;
    }
    header nav li li {
        float: none;
        width: 100%;
        margin:0px;
        text-align: right;
    }
    header nav li:nth-last-child(1) a {
        border: 0px;
    }
}
@media (min-width: 321px) and (max-width : 480px) {
}
@media (min-width: 481px) and (max-width : 768px) {
}
@media (min-width: 769px) and (max-width : 992px) {
    header h1 a img {
        width: 75%; margin-top:5px;
    }
    nav {margin-top: 5px;}
    header nav li { padding: 0px 3px;}
    header nav li a {font-size: .9em;}
}
@media (min-width: 993px) and (max-width : 1200px) {
    header h1 a img {
        width: 90%; margin-top:5px;
    }
    header nav li {
        padding: 0px;
    }
    header.sticky nav li a {
        padding: 15px;
    }
    header nav li a {
        padding: 15px 10px;
    }
}


/* Banner */
#fBanner {
    padding:0px;
    z-index: 1;
    position: relative;
    overflow: hidden;
	width:100%;
}
#fBanner .fBanner {
    overflow: hidden;
}
#fBanner .fBanner .fGalleryImages .fGalleryItem a.fGalleryImage img {
    margin: 0px auto;
    width: 100%;
}
#fBanner .fGalleryImages {}
#fBanner .fGalleryImages .fGalleryItem {}
#fBanner .fGalleryImages .fGalleryItem .fGalleryText {
    position: absolute;
    color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: 38%;
    text-align: center;
}
#fBanner .fGalleryImages .fGalleryItem .fGalleryText h3,
#fBanner .fGalleryImages .fGalleryItem .fGalleryText h3 a {
    font-size: 2.2em;
    line-height: 130%;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
}
#fBanner .fGalleryImages .fGalleryItem .fGalleryText h4,
#fBanner .fGalleryImages .fGalleryItem .fGalleryText p {
    font-size: 1.3em;
    line-height: 120%;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}
.fBanner .has-dots {
    position: relative;
}
.fBanner ol.dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: center;
}
.fBanner ol.dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
    float: none !important;
}
.fBanner ol.dots li.active {
    background: #fff;
    opacity: 1;
}

/* Matter */
#fMatter {
    float: right;
}
#fMatter p {
    color:#525252;
    font-size: 1.2em;
    line-height: 150%;
    font-weight: 300;
}
body.is-home #fMatter p {
    text-align: center;
}

/* Best Product List - Homepage */
.fProductList {
    background: url(../images/wood.jpg) center center;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    padding: 0px !important;
    overflow: hidden;
}
.fProductList .fGalleryImages li.fGalleryItem {
    padding: 0px;
    text-align: center;
    background:url(../images/bg-alter.png) top left;
    overflow: hidden;
}
.fProductList .fGalleryImages li.fGalleryItem a.fGalleryImage,
.fProductList .fGalleryImages li.fGalleryItem .fGalleryText {
    width: 50%;
    float: left;
}
.fProductList .fGalleryImages li.fGalleryItem:nth-child(1) {
    background: #FDFDE0;
}
.fProductList .fGalleryImages li.fGalleryItem:nth-child(1) .fGalleryText {
    padding: 60px 30px;
    background: #FDFDE0;
}
.fProductList .fGalleryImages li.fGalleryItem:nth-last-child(2) {
    background: #F6E2E1;
}
.fProductList .fGalleryImages li.fGalleryItem:nth-child(3n) .fGalleryImage {
    float: right;
}
.fProductList .fGalleryImages li.fGalleryItem .fGalleryText {
    padding: 45px 30px;
}
.fProductList .fGalleryImages .fGalleryItem  .fGalleryImage img {
}
.fProductList .fGalleryImages li.fGalleryItem .fGalleryText h3,
.fProductList .fGalleryImages li.fGalleryItem .fGalleryText h3 a {
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 40px
}
.fProductList .fGalleryImages li.fGalleryItem .fGalleryText h3::after {
    content: "____";
    display: block;
    text-align: center;
    margin: 5px auto;
    color: #643f27;
}
.fProductList .fGalleryImages li.fGalleryItem .fGalleryText h4,
.fProductList .fGalleryImages li.fGalleryItem .fGalleryText h4 a {
    font-size: 1.3em;
    color: #000;
}
.fProductList .fGalleryImages li.fGalleryItem .fGalleryText p {
    font-size: 1em;
    font-weight: 300;
}
.fGalleryList .fGalleryImage img {
    display: block;
    width: 100%;
    max-width: 100%;
}
@media (max-width: 767px) {
    .fGalleryListBoxed .fGalleryImages {
        max-width: 320px;
        margin: 0 auto;
    }
    .fGalleryListBoxed .fGalleryImages > li {
        width: 100%;
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .fGalleryWrapper .fGalleryList {
        overflow: hidden;
    }
    .fGalleryWrapper .fGalleryList .fGalleryItem {
        float: left;
        margin-left: 2%;
        width: 23.5%;
    }
    .fGalleryWrapper .fGalleryList .fGalleryItem:nth-of-type(4n+1) {
        clear: left;
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .fGalleryItem-11690 {
        margin-top: -215px !important;
    }
}
@media (min-width: 1200px) {
    .fGalleryItem-11690 {
        margin-top: -260px !important;
    }
}
/*  Testimonial */
.fTestimonial {
    overflow: hidden;
    color: #505050;
    background: url("../images/bg-left.png") bottom left no-repeat, url("../images/bg-right.png") bottom right no-repeat;
}
.fTestimonial .fGalleryImages .fGalleryItem {
    width: 70%;
    margin: 0px auto;
    text-align: center;
}
.fTestimonial .fGalleryImages .fGalleryItem .fGalleryImage img {
    border-radius: 50%;
    border:5px solid #ffffff;
    margin:0px auto;
    box-shadow:0px 0px 0px 2px #643f27;
}
.fTestimonial .fGalleryImages .fGalleryItem .fGalleryText h3,
.fTestimonial .fGalleryImages .fGalleryItem .fGalleryText h3 a {
    color: #000000;
    font-size: 1.7em;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}
.fTestimonial .fGalleryImages .fGalleryItem .fGalleryText h5 {
    color: #643f27;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.fTestimonial .fGalleryImages .fGalleryItem .fGalleryText p {
    font-size: 1em;
    line-height: 130%;
    text-align: center;
    font-style: italic;
    font-weight: 300;
}
/* Services - Homepage */
.fCategoryList {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    background-size: cover;
}
.fCategoryList .fGalleryImages {overflow: hidden;}
.fCategoryList .fGalleryImages .fGalleryItem {
    background:url(../images/servicebg.png) top center no-repeat;
    padding: 50px 0px;
    background-size: contain;
}
.fCategoryList .fGalleryImages .fGalleryItem .fGalleryImage img {
    margin: 20px auto;
    display:none;
}
.fCategoryList .fGalleryImages .fGalleryItem .fGalleryText {
    text-align: center;
    width: 80%;
    margin: 0px auto;
}
.fCategoryList .fGalleryImages .fGalleryItem .fGalleryText h3,
.fCategoryList .fGalleryImages .fGalleryItem .fGalleryText h3 a {
    color:#000000;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 700;
    margin: 5px 0px 11px;
    text-transform: capitalize;
}
.fCategoryList .fGalleryImages .fGalleryItem .fGalleryText a.fButton {
    border-radius: 0px;
    padding:8px 15px;
    text-transform: uppercase;
    display: inline-block;
    margin:15px auto;
    font-size: 1em;
}
.fCategoryList .fGalleryImages .fGalleryItem .fGalleryText p {
    font-size: 1em;
    line-height: 160%;
    font-weight: 300;
}
/* Latest Post - Homepage */
.fPosts {
    background-color: #FCEDA7;
    background-image: url(../images/bg-alter.png);
    background-position: left bottom;
    background-repeat: repeat-x
}
.fPosts .fGalleryImages .fGalleryItem .fGalleryText {
    background:#fff;
    padding: 20px 25px;
    text-align: left;
}
.fPosts .fGalleryImages .fGalleryItem .fGalleryText h3,
.fPosts .fGalleryImages .fGalleryItem .fGalleryText h3 a {
    color: #000;
    font-size: 1.2em;
    font-weight: 700;
    margin: 15px 0px;
    text-align: left;
}
.fPosts .fGalleryImages .fGalleryItem .fGalleryText p {
    font-size: 1em;
    line-height: 140%;
    font-weight: 300;
}

/* Reservation - Homepage */
.fReservation {
    background: #632323 center center;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0;
    overflow: hidden;
}
.fReservation .fModuleContent .form {
    background: url(../images/formbg.png) top center no-repeat;
    color: #fff;
    padding: 60px 50px;
    background-size: contain;
}
.fReservation .fModuleContent .form h3 {
    font-size: 2.3em;
    margin: 30px 0px 30px;
}
.fReservation .fModuleContent .form .form-control {
    border-radius: 0px;
    height: 50px;
    padding: 20px 15px;
    background: transparent;
    color: #fff !important;
    border: 0px;
    font-size: 1.2em;
    border-bottom: 2px solid #fff;
    width: 75%;
    margin: 0px auto 15px;
}
.fReservation .fModuleContent .form input {color: #fff;}
.fReservation .fModuleContent .form input.fButton {
    padding: 12px 18px;
    font-size: 1.2em;
    display: table;
    margin: 25px auto;
    border: 1px solid #fff;
}
.fReservation .fModuleContent .form input.fButton:hover {
    color: #000;
}
/* Footer Head */
.fFooterHead h4 {
    font-size: 1.6em;
    color: #632323;
}
.fFooterHead p {
    font-weight: 300;
}
/* Footer */
#fFooter {
    overflow: hidden;
    padding: 40px 0px;
    background:#403833 top center no-repeat;
}
#fContentPost {
    clear: both;

}
#fContentPost .fFooterHead {
    padding: 30px 0px;
    background:url(../images/bg-alter.png) top left;
}
#fFooter a,
#fFooter p {
    color: #888888;
    margin: 15px 0px;
}
#fFooter h3 {
    font-size: 2.6em;
    text-align: left;
}
#fFooter nav ul {
    margin: 0px;
    padding-left: 40px;
}
#fFooter nav ul li {
    list-style: disc;
}
#fFooter .fSocial {
    overflow: hidden;
    margin: 0px auto;
    width: 80%;
}
#fFooter .fSocial ul {margin: 0px auto; display: inline-block;}
#fFooter .fSocial li {
    margin: 0px auto;
    padding:5px 5px;
}
#fFooter .fSocial li a {
    margin: 0px;
}
/* Responsive Homepage */
@media (min-width: 993px) and (max-width : 1200px) {
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText {
        padding: 24px 10px;
    }
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText h3, .fProductList .fGalleryImages li.fGalleryItem .fGalleryText h3 a {
        margin-bottom: 10px;
    }
    .fCategoryList .fGalleryImages .fGalleryItem {
        padding: 20px 0px;
    }
    .fReservation .fModuleContent .form {
        padding: 50px 0px;
    }
}
@media (min-width: 769px) and (max-width : 992px) {
}    
@media (max-width : 768px) {
    h1, h2, h3 {
        font-size: 2em;
        margin-bottom: 20px;
    }
    .fModuleWhite h3, .fModuleBlack h3,
    body.is-home #fMatter h1,
    .fModule h3 {
        font-size: 2.2em;
        margin-bottom: 35px;
    }
    #fContentPost .fModule, #fMatter, #fContentPre .fModule {
        padding: 10px 0 30px;
        overflow: hidden;
    }
    #fBanner .fGalleryImages .fGalleryItem .fGalleryText {
        width: 80%;
        margin: 0px auto;
    }
    #fBanner .fGalleryImages .fGalleryItem .fGalleryText h3, 
    #fBanner .fGalleryImages .fGalleryItem .fGalleryText h3 a {
        font-size: 1.5em;
    }
    #fBanner .fGalleryImages .fGalleryItem .fGalleryText h4, 
    #fBanner .fGalleryImages .fGalleryItem .fGalleryText p {
        display: none;
    }
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText,
    .fProductList .fGalleryImages li.fGalleryItem:nth-child(1) .fGalleryText {
        padding: 10px 5px;
    }
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText h3, 
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText h3 a {
        font-size: 1em;
        margin:5px 0px 6px;
    }
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText h3::after {
        margin: 2px auto;
    }
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText h2, 
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText h4,
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText h4 a {
        font-size: .75em;
        font-weight: 300;
        margin:2px auto;
    }
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText p {
        font-size: .8em;
        margin-bottom: 1px;
    }
    .fTestimonial .fGalleryImages .fGalleryItem {
        width: 100%;
    }
    .fTestimonial {
        background: #fff;
        background-image: none;
    }
    .fCategoryList .fGalleryImages .fGalleryItem {padding: 20px 0px;}
    .fCategoryList .fGalleryImages .fGalleryItem {margin-bottom: 10px;}
    .fCategoryList .fGalleryImages .fGalleryItem .fGalleryImage img {
        margin: 5px auto;
    }
    .fCategoryList .fGalleryImages .fGalleryItem .fGalleryText h3, 
    .fCategoryList .fGalleryImages .fGalleryItem .fGalleryText h3 a {
        margin-bottom: 10px;
    }
    .fPosts .fGalleryImages .fGalleryItem {
        margin-bottom: 10px;
    }
    .fReservation .fModuleContent .form {
        padding: 25px 0px;
    }
    .fReservation .fModuleContent .form h3 {
        margin: 10px 0px;
        font-size: 2em;
    }
    .fReservation .fModuleContent .form .form-control {
        padding: 10px;
        font-size: 1.2em;
        margin: 0px auto 5px;
    }
    .fReservation .fModuleContent .form input.fButton {
        padding: 6px 18px;
        font-size: 1.2em;
        margin: 5px auto;
    }
    .fFooterHead h4 {
        margin-top: 20px;
    }
    #fFooter p {text-align: center !important;}
    #fFooter p.pull-left {float:none !important;}
    #fFooter p.pull-right {float:none !important;}
    footer .fSocial li {
        padding: 5px 0px;
        margin: 0 10px;
    }
}
@media (min-width: 481px) and (max-width : 768px) {
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText, 
    .fProductList .fGalleryImages li.fGalleryItem:nth-child(1) .fGalleryText {
        padding:20px;
    }
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText h3, 
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText h3 a {
        font-size: 1.3em;
    }
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText p {
        font-size: 1.1em;
    }
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText h2, 
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText h4, 
    .fProductList .fGalleryImages li.fGalleryItem .fGalleryText h4 a{
        font-size: 1.4em;
        font-weight: 400;
    }
    #fFooter p.pull-left {float:none !important;}
    #fFooter p.pull-right {float:none !important;}

}

/* ECommerce */ 
ul.store-category-list > li {
    padding: 8px;
    width: 33%;
    float: left;
    overflow: hidden;
}
ul.store-product-list > li  .prop-image,
ul.store-product-list > li  .prop-image { 
    width: 100%;
    float: none;
}
ul.store-product-list > li {
    width: 33%;
    padding: 20px;
    float: left;
    position: relative;
}
ul.store-category-list > li .model-store-category {
    border:1px solid #ccc;
    padding:14px;
}
.store-category-list img { width: 100%;}
.store-product-image img {
    border:4px solid #fff;
    border-radius: 2px;
}
.store-product-image img {
    width: 100%;
}
.store-category-list-container .content h3 {
    margin-bottom: 20px;
    font-size: 2em;
}
ul.f-list-grid > li .model-object .content h3 a,
h3.store-product-subtitle {
    font-size: 1.1em;
    margin-bottom: 5px;
    font-weight: 500;
}
.prop-price {
    font-size: 1.3em;
    margin-bottom: 10px;
}
.f-button, input.f-button,
.buttons input {
    background: #DD4F45;
    text-align: center;
    border-radius: 2px;
    color: #fff !important;
    padding: 9px 15px;
    font-size: 1.2em;
}
.f-button:hover {
    background: #A80712;
}
.add2cart {
    float: right;
}
.f-table-border-all, .f-table-border-outer, tfoot, tr.overline {
    border: 1px solid #F8F7F5;
}
.f-table th {
    background:#000;
}
.form-item-coupon {
    margin-bottom: 20px;
}
.form-item-coupon label {
}
.form-item-coupon .field-coupon-code {
    padding:10px 5px !important;
    margin-right: 0px;
}
#f-notifications {
    right: 0;
    left: inherit;
    width: 260px;
}
#f-notifications .message {
    background: #DD4F45;
    padding:10px 15px;
    border: 1px solid #DD4F45;
    border-radius: 2px;
    color: #fff;
    font-size: 1.1em;
}
.item-price label {
    font-size: 1.2em;
    margin-top: 5px;
}
.zoomImg {
    top: -300px !important;
    z-index: 2;
    border: 2px solid #fff !important;
    display: none !important;
}
.value, .unit {
    font-size: 1.2em;
    margin: 7px 0px;
    display: inherit;
}
.item-quantity label,
.item-price label,
.item-price,
.value {
    text-align: left;
}
.fForm fieldset legend {
    padding: 10px;
    border: 0px;
    width: inherit;
}
.view-details {
    display: none !important;
}
.model-store-product:hover .view-details {
    position: absolute;
    top: 24px;
    display: block;
    right: 24px;
    border-radius: 0px;
    padding: 4px 10px!important;
    font-size: 1em !important;
}
.view-details:hover {
    background: #ffffff;
}
.view-details::before {
    content: "+";
    margin-right: 7px;
    font-size: 1.3em;
}

/* Store product options form */
.fForm label {
    text-align: left;
}
input[type=number] {
    text-align: left;
    font-family: Arial;
}
.fForm fieldset {
    border: 1px solid #aaa;
    padding: 1em;
    margin: .75em 0 1em;
}
.fForm .buttons input {
    margin: 10px 5px;
    border:0px;
}
.store-product-options-form legend {
    margin-bottom: 10px;
    width: auto;
}
.store-product-options-form .form-item {
    padding: 0 6px;
    display: inline-block;
    width: 100%;
    font-size: 1.1em;
}
.store-menu-list h3,
.store-menu-list h3 a {
    font-size: 1.1em;
    padding: 0px 0px 0px;
    margin: 5px 0px 10px;
    color: #444;
}
.store-menu-list a {color: #444;}
.store-menu-list .category-thumbnail {
    display: none;
}
.f-table th,
.f-table td {
    border-color: #F8F7F5;
    vertical-align: middle;
}
.f-table th.image {
    width: 75px;
}
.f-table .prop-image img {
    max-width: 100%;
    width: 70px;
    float: left;
    display:none;
}
.f-table th,
.f-table tr.thead td {
    background-color: #F8F7F5 !important;
}
.f-table tr:hover a,
.f-table tr:hover .description {
    color: #DD4F45;
}

@media  (max-width : 480px) {
    .item-quantity input, .fForm select {
        width: 100%;
    }
    .fForm input, .fForm select, .fForm textarea {
        width:290px;
    }
    .store-product-options-form .buttons {
        padding-left: 0px;
    }
    .store-product-description p,
    fieldset legend {
        text-align: center;
    }
    .prop-price::before {
        display: none;
    }
    .fForm .buttons input {
        margin:10px auto;
        display: block;
    }
    .store-menu-list .prop-description {
        display: none;
    }
    .store-menu-list .f-button {
        padding:7px;
        font-size: 1em;
    }
    .store-menu-list h3, .store-menu-list h3 a {
        font-size: 1em;
    }
}
@media (max-width : 992px) {
    ul.store-product-list > li,
    ul.store-category-list > li {
        width: 100%;
        padding: 15px;
        float: none;
    }
    .prop-image img {
        text-align: center;
        margin: 0px auto;
    }
    #fMatter h1 {
        text-align: center;
        margin-bottom:0px;
    }
    ul.store-category-list > li .f-button,
    ul.store-product-list > li .f-button {
        margin: 0px auto 6px;
        width: 150px;
        display: block;
        font-size: 1em !important;
    }
    .prop-price,
    .add2cart {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
}
@media (min-width: 769px) and (max-width : 992px) {
    ul.f-list-grid > li .model-object .content h3 a {
        font-size: 1em;
    }
    .f-button {
        font-size: 1em;
        padding:8px;
    }
}
@media (min-width: 993px) and (max-width : 1200px) {
}



/* Store Cart Module */
#store-cart-flyout {
    background-color: #F04124;
    color: #fff;
    display: none;
    min-width: 400px;
    overflow-y: auto;
    overflow-x: visible;
    height: 300px;
    padding: 10px;
    color: #fff !important;
}
#store-cart-flyout a {
    color: #fff;
}
#store-cart-flyout .f-table th {
    color: #000;
}
#store-cart-flyout .f-table-striped tbody tr:nth-child(even) {
    background-color: rgba(0,0,0,.2);
    color: #fff;
}
#store-cart-flyout .f-table-striped tbody tr:nth-child(even) a {
    color: #fff !important;
}
#store-cart-flyout .f-table-striped tbody tr:hover {
    background-color: rgba(0,0,0,.5);
}
#store-cart-flyout .f-table th.col-thumbnail {
    width: 70px;
}
@media screen and (max-width: 768px) {
    #store-cart-flyout {
        display: none;
    }
    .store-category-list-container .content h3 {
        text-align: center;
    }
}


/* Store */
.store-product-images {
    overflow: hidden;
}
.store-product-images .item {
    float: left;
    height: auto;
    margin-left: 2%;
    width: 23.25%;
}
.store-product-images .item:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
}
.store-product-images .item img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.store-product-full .store-product-image {
    display: block;
    margin-bottom: 12px;
}
.store-product-full .store-product-image img {
    max-width: 100%;
}
.store-product-options-form .item {
    margin-bottom: 4px;
    padding: 4px 0;
}
.store-product-options-form .item label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 2px;
    width: 150px;
}
.store-product-options-form .item input,
.store-product-options-form .item select,
.store-product-options-form .item textarea {
    padding: 4px 2px;
    width: 150px;
}

.store-product-options-form .item.buttons {
    margin-left: 150px;
}
.store-product-options-form .item.buttons input {
    padding: 8px 12px;
    width: auto;
}
@media screen and (max-width: 768px) {
    .store-product-options-form .item label {
        width: 100%;
    }
    .store-product-options-form .item input,
    .store-product-options-form .item select,
    .store-product-options-form .item textarea {
        width: 100%;
    }
    .store-product-options-form .item.buttons {
        margin-left: 0px;
    }
    .store-product-options-form .item.buttons input {
        display: block;
        margin-bottom: 6px;
        width: 100%;
    }
    .store-cartentry-form textarea,
    .fForm input.small, .fForm select.small {
        width: 100%;
    }
    .form-item-coupon label {}
    .form-item-coupon .f-button { float: right; margin-top: 5px;}
}
.model-store-product.view-teaser .prop-price {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    margin-right: 6px;
}

/* Cartentry management page */
.f-table tr .title {
    font-weight: bold;
}
.store-menu-list th {
    font-size: 1.4em;
    font-weight: bold;
    color: #000;
}
.store-menu-list .prop-description {
    font-size: .9em;
    line-height: 110%;
    color: #aaa;
}
.store-menu-list th.image {
    width: 72px;
}
.store-menu-list img.prop-image,
.store-cartentry-list img.product-thumbnail {
    max-width: 70px;
    display:none;
}
.store-menu-list .category-thumbnail {
    display: none;
}
.store-menu-list .prop-price {
    font-size: 1.2em;
    font-weight: bold;
}
.store-menu-list .f-button {
    word-break: keep-all;
}

/* Product review */
.store-productreview-list > li {
    border-bottom: 2px solid #eee;
    margin-bottom: 6px;
    padding: 0 0 6px;
}
.store-productreview-list > li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
.f-model-store-productreview .authoring-info {
    font-size: 12px;
}
.f-model-store-productreview .authoring-info .creator-fullname {
    font-size: 16px;
    font-weight: bold;
}

.filter-form .form-item {
    color: #000;
}
.fModuleYourCart .store-cart-trigger {
}
.form-item {
    overflow: hidden;
}
.f-table-striped tbody tr:hover {
    background-color: #efefef;
}
.f-table-striped tbody tr:nth-child(even) {
    background: #EAEFff;
}
.ui-button-text-only .ui-button-text,
table tr.underline td, table.ui-list thead tr:last-of-type th {
    color: #000;
}
@media (max-width : 480px) {
    .store-menu-list img.prop-image {
        max-width: 50px;
    }
    .fForm .buttons {
        padding-left: 0;
    }
}
@media (min-width: 321px) and (max-width : 992px) {
}
@media (min-width: 769px) and (max-width : 992px) {
}
@media (min-width: 993px) and (max-width : 1200px) {
}
@media (min-width: 992px) {
    .fModuleMainMenu .fModuleContent {
        text-align: right;
    }
    .fModuleLogo .fModuleContent p {
        text-align: center;
    }
}

.fGalleryImages {
    height: 100%; overflow: hidden;
}

.fModulefTicker{
	background-color:#000;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
}
.fModulefTicker p{
	color:#fff;
	font-weight: bold;
    margin: 0;
}