body {
    font-family: "Lato";
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: 0;
    color: #111;
}
* {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Lato";
    font-weight: 900;
    letter-spacing: 0.05em;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
a {
    color: #111;
    text-decoration: none;
    list-style-type: none;
}
a:hover {
    color: #ea683f;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
p {
    color: #666;
    font-weight: 300;
}
img {
    max-width: 100%;
}
blockquote {
    padding: 0;
    margin: 45px 0 50px 0;
    padding-left: 28px;
    font-family: "Lora";
    font-style: Italic;
    font-size: 15px;
    border-left: 2px solid #ea683f;
    letter-spacing: .02em;
}
ul {
    padding: 0;
}
li {
    list-style-type: none;
    text-decoration: none;
}
table {
    width: 100%;
}
input[type="time"], input[type="date"], input[type="month"], input[type="datetime-local"] {
    padding-top: 9px;
    padding-bottom: 9px;
}
input[type="file"], input[type="url"], input[type="number"], input[type="text"], input[type="email"], input[type="tel"], input[type="datetime"], input[type="password"] {
    border: solid 1px #eee;
    height: 44px;
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
    color: #222;
    outline: none;
}
input[type="file"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="datetime"]:focus, input[type="password"]:focus {
    border: 1px solid #ea683f;
}
.inp-border-none {
    border: none;
}
.inp-dark {
    border: none;
    line-height: 0.175;
    background-color: #f3f3f3;
    letter-spacing: 0;
}
input[type="search"], .search-form {
    height: 50px;
    line-height: 2.5;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    border: 1px solid #eee;
    display: block;
    box-sizing: border-box;
}
input[type="search"]:focus, .search-form:focus {
    border: 1px solid #ea683f;
    outline: none;
}
input[type="submit"], input[type="button"], input[type="reset"], button, .btn {
    display: inline-block;
    height: 44px;
    line-height: 42px;
    padding-left: 32px;
    padding-right: 32px;
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
    outline-offset: 0;
    text-shadow: none;
}
input[type="submit"].btn-light, input[type="button"].btn-light, input[type="reset"].btn-light, button.btn-light, .btn.btn-light {
    background-color: #fff;
    color: #111;
    border: solid 1px #111;
}
input[type="submit"].btn-border-2px, input[type="button"].btn-border-2px, input[type="reset"].btn-border-2px, button.btn-border-2px, .btn.btn-border-2px {
    border-width: 2px;
    line-height: 40px;
}
input[type="submit"].btn-theme-color, input[type="button"].btn-theme-color, input[type="reset"].btn-theme-color, button.btn-theme-color, .btn.btn-theme-color {
    background-color: #ea683f;
    border-color: #ea683f;
    color: #fff;
}
input[type="submit"].btn-small, input[type="button"].btn-small, input[type="reset"].btn-small, button.btn-small, .btn.btn-small {
    padding-left: 18px;
    padding-right: 18px;
}
input[type="submit"].btn-xsmall, input[type="button"].btn-xsmall, input[type="reset"].btn-xsmall, button.btn-xsmall, .btn.btn-xsmall {
    padding-left: 23px;
    padding-right: 23px;
}
input[type="submit"].btn-xlsmall, input[type="button"].btn-xlsmall, input[type="reset"].btn-xlsmall, button.btn-xlsmall, .btn.btn-xlsmall {
    padding-left: 25px;
    padding-right: 25px;
}
input[type="submit"].button-small, input[type="button"].button-small, input[type="reset"].button-small, button.button-small, .btn.button-small {
    padding: 0 17px;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
}
input[type="submit"].btn-large, input[type="button"].btn-large, input[type="reset"].btn-large, button.btn-large, .btn.btn-large {
    padding-left: 39px;
    padding-right: 39px;
}
input[type="submit"].btn-light-border, input[type="button"].btn-light-border, input[type="reset"].btn-light-border, button.btn-light-border, .btn.btn-light-border {
    border-color: #fff;
    color: #fff;
}
input[type="submit"].btn-readmore, input[type="button"].btn-readmore, input[type="reset"].btn-readmore, button.btn-readmore, .btn.btn-readmore {
    padding-left: 21px;
    padding-right: 21px;
    border: 2px solid #eee;
}
input[type="submit"].btn-readmore:after, input[type="button"].btn-readmore:after, input[type="reset"].btn-readmore:after, button.btn-readmore:after, .btn.btn-readmore:after {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 1.8;
    margin-left: 10px;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover, .btn:hover {
    border-color: #ea683f;
    background-color: #fff;
    color: #ea683f;

    transition: all .3s;
}
.above-footer-title a {
    border-radius: 14px;
    box-shadow: -19px 17px 84px #0d0909;
}
.above-footer-title a:hover {
    box-shadow: -2px 5px 45px #0d0909 !important;
}

@media screen and (max-width: 479px)  {
    input[type="submit"], input[type="button"], input[type="reset"], button, .btn {
    font-size: 11px;
}
}
.btn-full-form {
    width: 100%;
}
textarea {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    border: 1px solid #eee;
}
textarea:focus {
    outline: none;
    border: 1px solid #ea683f;
}
select {
    height: 44px;
    line-height: 44px;
    padding-left: 17px;
    padding-right: 17px;
    border: 1px solid #eee;
    outline: 0;
}
input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: auto;
}
input[type="checkbox"]:checked {
    font-size: 13px;
    display: none;
}
input[type="checkbox"]+label:before {
    content: "\f14a";
    font-family: FontAwesome;
    margin-right: 6px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
    color: #ea683f;
    cursor: pointer;
    display: none;
}
input[type="checkbox"]:checked+label:before {
    display: inline-block;
}
::-webkit-input-placeholder {
    color: #666;
    font-size: 14px;
}
::-moz-placeholder {
    color: #666;
    font-size: 14px;
}
:-ms-input-placeholder {
    color: #666;
    font-size: 14px;
}
:-moz-placeholder {
    color: #666;
    font-size: 14px;
}
@media (min-width: 1200px)  {
    .container {
    width: 1200px;
}
}
.content-wrapper {
    clear: both;
}
.container {
    position: relative;
}
.page-title {
    position: relative;
    padding: 205px 0 220px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}
.page-title span {
    display: block;
    font-family: "Lora";
    font-size: 22px;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #ea683f;
    text-transform: capitalize;
}
.page-title h1 {
    margin-top: 10px;
    font-size: 76px;
    font-weight: 900;
    letter-spacing: .05em;
    color: #fff;
    text-transform: uppercase;
}
.page-title:after, .slider:after, .custom-food:after, .above-footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.testimonial:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
}
@media screen and (max-width: 1200px)  {
    .page-title h1 {
    font-size: 60px;
}
}
@media screen and (max-width: 639px)  {
    .page-title h1 {
    font-size: 52px;
}
}
@media screen and (max-width: 479px)  {
    .page-title h1 {
    font-size: 48px;
}
}
.social-profiles {
    margin-bottom: 0;
}
.social-profiles li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}
.social-profiles li+li {
    margin-left: 16px;
}
.opening-hours span {
    margin: 0;
    font-size: 14px;
}
.opening-hours span.label {
    color: #aaa;
}
.account-profiles {
    margin-bottom: 0;
    letter-spacing: 0.02em;
}
.account-profiles li {
    display: inline-block;
}
.slider-wrap.owl-theme .owl-dots {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
}
.slider-wrap.owl-theme .owl-dots .owl-dot span {
    background: #cbc9c6;
    width: 15px;
    height: 15px;
}
.slider-wrap.owl-theme .owl-dots .owl-dot.active span, .slider-wrap.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    width: 16px;
    height: 16px;
}
.slider-wrap.owl-theme .owl-nav {
    margin-top: 0;
}
.slider-wrap.owl-theme .owl-nav .owl-next {
    position: absolute;
    background-color: transparent;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.slider-wrap.owl-theme .owl-nav .owl-next i:before {
    font-size: 36px;
}
.slider-wrap.owl-theme .owl-nav .owl-prev {
    position: absolute;
    background-color: transparent;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.slider-wrap.owl-theme .owl-nav .owl-prev i:before {
    font-size: 36px;
}
@media screen and (min-width: 1600px)  {
    .slider-wrap.owl-theme .owl-nav .owl-next {
    right: 90px;
}
.slider-wrap.owl-theme .owl-nav .owl-prev {
    left: 90px;
}
}
@media screen and (max-width: 1399px)  {
    .slider-wrap.owl-theme .owl-nav {
    opacity: 0;
}
}
.slider {
    position: relative;
    z-index: 1;
    padding: 242px 0;
}
.slider .sub-title {
    display: block;
    font-family: "Lora";
    font-size: 22px;
    line-height: 1.3;
    font-style: italic;
    color: #fff;
    letter-spacing: 0.02em;
}
.slider .title {
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 76px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.slider .description {
    max-width: 740px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.02em;
    font-weight: 300;
    line-height: 1.55;
}
@media screen and (max-width: 479px)  {
    .slider .title {
    font-size: 56px;
}
.slider .sub-title {
    font-size: 18px;
}
.slider .description {
    font-size: 14px;
}
}
.our-story {
    padding: 100px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.our-story .our-story-thumb {
    margin-top: 20px;
}
.menu-listing {
    margin-bottom: 50px;
    padding-top: 100px;
}
.menu-list-item {
    margin-bottom: 60px;
}
.menu-list-item .product-thumb {
    float: left;
    margin-right: 40px;
}
.menu-list-item .product-thumb img {
    max-width: 132px;
    max-height: 132px;
    border-radius: 50%;
}
.menu-list-item .product-thumb img:hover {
    opacity: 0.8;
    transition: .3s;
}
.menu-list-item .product-info {
    overflow: hidden;
}
.menu-list-item .product-info p {
    color: #666;
}
.menu-list-item .food-title {
    position: relative;
    padding-top: 17px;
    padding-bottom: 15px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.menu-list-item .food-title a.food-name {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: #fff;
    padding-right: 5px;
}
.menu-list-item .food-title span.price {
    color: #ea683f;
}
.menu-list-item .food-title span.price:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 35px;
    border-bottom: 2px dotted #eee;
}
.menu-list-item .food-title span.price span.amount {
    position: absolute;
    right: 15px;
    padding-left: 8px;
    background: #fff;
    z-index: 2;
}
.custom-food {
    position: relative;
    z-index: 1;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.custom-food .thumb-left {
    display: inline-block;
    margin-left: -150px;
    margin-top: -30px;
}
.custom-food .thumb-left+.headding-customfood {
    float: right;
    padding-top: 110px;
    padding-right: 90px;
    padding-bottom: 158px;
}
.custom-food .thumb-left+.headding-customfood .title {
    color: #fff;
}
.custom-food .thumb-left+.headding-customfood .sub-title {
    color: #fff;
}
.custom-food .thumb-left+.headding-customfood .description {
    max-width: 380px;
    color: #d5dbe1;
}
.custom-food .custom-food-right {
    height: 344px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.custom-food .custom-food-right:after {
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    background-color: rgba(0, 0, 0, 0.4);
}
.custom-food .custom-food-right .box-shadow {
    width: 196px;
    height: 196px;
}
.custom-food .custom-food-right .link-to-ourmenu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 196px;
    height: 196px;
    margin: auto;
    z-index: 1;
}
@media screen and (max-width: 1219px)  {
    .custom-food .thumb-left {
    display: none;
}
.custom-food .thumb-left+.headding-customfood {
    float: none;
    padding-right: 0;
}
.custom-food .custom-food-right:after {
    right: 0;
    left: 0;
}
}
@media screen and (max-width: 767px)  {
    .custom-food .custom-food-right {
    display: none;
}
}
.our-team {
    padding-top: 100px;
}
.our-team .heading .description {
    margin: 0 auto 61px;
}
.headding-menu {
    max-width: 770px;
    margin-top: -16px;
}
.headding-menu .title {
    margin-bottom: 5px;
}
.page-title-menu+.menu-listing {
    margin-bottom: 40px;
}
.product-thumb {
    position: relative;
    overflow: hidden;
}
.menu-filter ul {
    margin-top: 15px;
}
.menu-filter ul li {
    position: relative;
    margin-bottom: 25px;
}
.menu-filter ul li:before {
    top: 0;
    left: 0;
    margin-right: 10px;
}
.menu-filter ul li a.current {
    color: #ea683f;
    font-weight: bold;
    text-decoration: none;
}
.menu-food .menu-list-item {
    margin: 15px 0;
}
.double-icon {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    height: 35px;
}
.menu-food .menu-list-item {
    position: relative;
    overflow: hidden;
}
.menu-food .menu-list-item .mask {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    opacity: 0;
    border-radius: 50%;
}
.menu-food .menu-list-item .mask .double-icon {
    transition-delay: 0.5s;
    opacity: 0;
}
.menu-food .menu-list-item:hover .mask {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.menu-food .menu-list-item:hover .mask .double-icon {
    transition-delay: 0.5s;
    opacity: 1;
}
.menu-food .menu-list-item .mask h4 {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-transform: uppercase;
}
.menu-food .menu-list-item .mask a {
    display: inline-block;
    font-size: 15px;
    height: 35px;
    width: 35px;
    line-height: 38px;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
}
.menu-food .menu-list-item .mask a:last-child {
    left: 34%;
}
.menu-food .menu-list-item .mask a {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
}
.menu-food .menu-list-item .mask a:hover {
    background: #63A69F;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.list-menu ul {
    margin-top: 41px;
    padding-bottom: 50px;
}
.list-menu ul li {
    display: inline-block;
    border: 1px solid #eee;
    margin-right: 5px;
    height: 32px;
    padding: 0 15px;
    margin-top: 10px;
}
.list-menu ul li a {
    font-weight: 900;
    font-size: 12px;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.list-menu ul li:hover {
    background-color: #111;
    transition: .3s;
}
.list-menu ul li:hover a {
    color: #fff;
    transition: .3s;
}
.menu-details {
    padding-top: 100px;
    padding-bottom: 65px;
}
.menu-details h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    display: block;
    font-weight: 900;
    letter-spacing: 0.05em;
}
.menu-details h4.from-price {
    color: #ea683f;
}
.menu-details p {
    margin-bottom: 25px;
    color: #666;
}
.menu-details .menu-details-left .heading {
    text-align: left;
    padding-bottom: 18px;
}
.menu-details .menu-details-left .heading .title {
    margin-top: 5px;
    margin-bottom: 10px;
}
.menu-details .menu-details-left .heading h4 {
    color: #ea683f;
    margin-top: 0;
}
.menu-details .menu-details-left .sub-title {
    margin-left: -20px;
}
.menu-details .menu-details-left .items-right {
    text-align: right;
}
.menu-details .food-details {
    margin-top: 77px;
}
.menu-details .food-details p {
    margin-bottom: 29px;
}
.menu-details .the-content {
    margin-top: 166px;
    text-align: right;
}
.menu-details .the-content h4 {
    text-align: right;
}
@media screen and (max-width: 767px)  {
    .food-details {
    margin-top: 40px;
    text-align: left;
}
.the-content {
    margin-top: 40px;
}
.the-content h4 {
    text-align: left;
}
.the-content p {
    margin-top: 0;
}
}
.headding-shop .title {
    float: left;
    line-height: 1;
    text-align: left;
    margin-top: 103px;
    margin-bottom: 87px;
}
.headding-shop form {
    margin-top: 100px;
    margin-bottom: 78px;
    float: right;
}
.headding-shop form select.orderby {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    width: 270px;
    color: #666;
    font-weight: 300;
    letter-spacing: .02em;
}
.products-list {
    border-bottom: 2px solid #eee;
}
.product-item {
    padding-bottom: 53px;
    text-align: center;
}
.product-item .product-thumb {
    position: relative;
}
.product-item .product-thumb img {
    width: 100%;
}
.product-item .hover-product {
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    opacity: 0;
}
.product-item .hover-product a {
    float: left;
    width: 20%;  
    background: #111;
    color: #fff;
}
.product-item .hover-product a:hover {
    background: #1e1e1e;
    color: #ea683f;
    transition: .3s;
}
.product-item:hover .hover-product {
    opacity: 1;
    transition: 1s;
}
.product-item a.product-name {
    display: block;
    margin-top: 21px;
    margin-bottom: 5px;
    font-weight: 900;
    line-height: 1.875;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.product-item span.price {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
ul.pagination {
    text-align: center;
    padding: 60px 0 90px;
    margin-top: 0;
}
ul.pagination li {
    display: inline-block;
    margin: 0 2px;
}
ul.pagination li .page-numbers {
    display: block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    color: #666;
    background-color: #fff;
    border: 1px solid #ececec;
    text-align: center;
}
ul.pagination li .page-numbers.current {
    background: #ea683f;
    color: #fff;
}
ul.pagination li a.page-numbers:hover {
    background-color: #ea683f;
    opacity: 0.9;
}
.primary-image {
    margin-top: 110px;
}
.sub-thumbnails {
    margin-top: 15px;
}
.rating-product {
    color: #e8aa00;
    font-size: 13px;
    float: right;
    margin-right: 90px;
}
.rating-product ul li {
    display: inline-block;
    margin: 0;
    padding-right: 4px;
}
.sumary-product h2 {
    margin-top: 104px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
}
.sumary-product .product-sort-description p {
    padding-bottom: 30px;
    line-height: 1.75;
    color: #666;
    border-bottom: 1px solid #eee;
}
.sumary-product .featured-product {
    margin-bottom: 5px;
}
.sumary-product .featured-product p, .sumary-product .featured-product .star-rating {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .05em;
    color: #666;
    text-transform: uppercase;
}
.sumary-product .featured-product p span, .sumary-product .featured-product .star-rating span {
    color: #111;
}
.sumary-product .featured-product p.product-code {
    padding-right: 31px;
}
.sumary-product .featured-product p.product-stock-status {
    padding-right: 63px;
}
.sumary-product .price {
    font-weight: 700;
    letter-spacing: .1em;
}
.sumary-product .price del {
    font-size: 24px;
    color: #bdbdbd;
    margin-right: 10px;
}
.sumary-product .price ins {
    font-size: 36px;
    color: #ea683f;
    line-height: 1.67;
    text-decoration: none;
}
.sumary-product .product-select select {
    display: block;
    margin-bottom: 25px;
    width: 160px;
    font-size: 12px;
    color: #111;
    letter-spacing: .05em;
    font-weight: 700;
    border: none;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}
.sumary-product .quantity {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.sumary-product .quantity input.minus {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    padding: 0;
    background: none;
    color: #111;
    border: none;
    font-weight: 900;
}
.sumary-product .quantity input.qty {
    width: 140px;
    text-align: center;
    border: 2px solid #eee;
    color: #111;
    font-weight: 900;
}
.sumary-product .quantity input.plus {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    padding: 0;
    background: none;
    color: #111;
    border: none;
    font-weight: 900;
}
.sumary-product .quantity input[type="button"]:focus {
    outline: none;
}
.sumary-product .quantity input[type="button"]:hover {
    background: #ea683f;
}
.sumary-product .add-to-cart {
    display: inline-block;
}
.sumary-product .product-meta {
    margin-top: 32px;
    margin-bottom: 44px;
}
.sumary-product .product-meta li {
    margin-top: 9px;
    font-size: 12px;
    letter-spacing: .05em;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
}
.sumary-product .product-meta li span {
    color: #111;
}
.sumary-product .group-icon-social {
    padding-bottom: 85px;
}
.sumary-product .group-icon-social a {
    font-size: 18px;
    line-height: 1.6;
}
.sumary-product .group-icon-social a+a {
    margin-left: 35px;
}
.rate-us {
    margin-top: 23px;
}
.rate-us .lb-ratting {
    display: inline;
}
.btn-submit-review {
    float: right;
}
.cart-listing {
    padding-top: 100px;
}
.tbl-cart {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.tbl-cart tr.cart-title {
    height: 51px;
    line-height: 51px;
    border: 1px solid #eee;
    text-align: left;
}
.tbl-cart th {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    color: #666;
}
.tbl-cart th.cart-product-thumbnail {
    padding-left: 27px;
}
.tbl-cart .cart-product-thumbnail {
    width: 128px;
}
.tbl-cart .cart-product-name {
    padding-left: 10px;
}
.tbl-cart .cart-product-price {
    width: 125px;
    padding-left: 10px;
}
.tbl-cart .cart-product-quantity {
    width: 145px;
    padding-left: 10px;
}
.tbl-cart .cart-product-quantity input {
    float: left;
    text-align: center;
    width: 45px;
    height: 50px;
}
.tbl-cart .cart-product-quantity .up-down-value {
    float: left;
    height: 50px;
    width: 30px;
}
.tbl-cart .cart-product-quantity .up-down-value button {
    display: block;
    width: 30px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    background: none;
    color: #666;
    border: 1px solid #eee;
}
.tbl-cart .cart-product-quantity .up-down-value button:hover {
    background: #f7f8f9;
}
.tbl-cart .cart-product-subtotal {
    width: 90px;
    padding-left: 10px;
}
.tbl-cart .cart-product-remove {
    width: 55px;
    padding-left: 10px;
}
.tbl-cart .cart-product-remove i {
    color: #ea683f;
}
.tbl-cart .cart-item {
    padding: 50px 0;
    border-bottom: 1px solid #eee;
}
.tbl-cart .cart-item td {
    font-size: 16px;
    color: #111;
    font-weight: 700;
    vertical-align: middle;
    border-color: #eee;
    padding-top: 42px;
    padding-bottom: 42px;
}
.cart-action {
    padding-top: 48px;
    padding-bottom: 56px;
    border-bottom: 1px solid #eee;
}
.cart-action .coupon {
    float: left;
    vertical-align: middle;
    text-align: left;
}
.cart-action .coupon input[type="text"] {
    width: 270px;
    float: left;
    margin-right: 14px;
}
.cart-action .update-cart {
    text-align: right;
}
.cart-form {
    margin-bottom: 100px;
    padding-top: 45px;
}
.cart-form h4 {
    padding-bottom: 31px;
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: .05em;
    font-weight: 900;
    text-transform: uppercase;
}
.checkout-totals .cart-total-form {
    padding: 5px 25px 0;
    border: 1px solid #eee;
}
.checkout-totals .cart-total-form>label {
    border-bottom: 1px solid #eee;
    padding-top: 21px;
    padding-bottom: 11px;
}
.checkout-totals .cart-total-form span {
    float: right;
}
.checkout-totals .cart-total-form h4 {
    padding: 6px 0 27px;
}
.checkout-totals input.procceed-checkout {
    width: 100%;
    margin: 30px 0 100px;
    padding: 0;
}
.cart-totals h4, .checkout-totals h4 {
    border-bottom: 1px solid #eee;
}
.cart-totals label, .checkout-totals label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .02em;
    padding: 17px 0;
}
.cart-totals .cart-total-form .list-cart {
    padding: 8px 0 14px;
    border-bottom: 1px solid #eee;
}
.cart-totals .cart-total-form span {
    float: right;
}
.cart-totals .cart-total-form>h4 {
    padding-top: 15px;
    color: #ea683f;
    border-bottom: none;
}
.calculate-shipping {
    padding-right: 200px;
}
.calculate-shipping .cart-country, .calculate-shipping .cart-postcode, .calculate-shipping .cart-united-states {
    margin-bottom: 28px;
}
.calculate-shipping .cart-country .sm-form-control, .calculate-shipping .cart-postcode .sm-form-control, .calculate-shipping .cart-united-states .sm-form-control {
    width: 100%;
}
@media screen and (max-width: 1200px)  {
    .calculate-shipping {
    padding-right: 100px;
}
.cart-totals {
    padding-left: 50px;
}
}
@media screen and (max-width: 767px)  {
    .calculate-shipping, .cart-totals {
    padding: 0;
}
.calculate-shipping {
    margin-bottom: 50px;
}
.cart-action .coupon input[type="text"] {
    float: none;
    display: block;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 479px)  {
    .cart-action .coupon {
    float: none;
    margin-bottom: 15px;
}
.cart-action .coupon .btn, .cart-action .coupon input[type="text"] {
    width: 100%;
    text-align: center;
}
.cart-action .update-cart .btn {
    width: 100%;
    text-align: center;
}
}
.check-out-information h4 {
    padding-top: 85px;
    padding-bottom: 25px;
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: .05em;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}
.building-info form {
    margin: 43px -15px;
}
.building-info form input {
    width: 100%;
    margin-bottom: 32px;
}
.building-info form input[type="submit"] {
    margin-top: 6px;
    width: auto;
}
.building-info form input[type="checkbox"] {
    width: auto;
}
.building-info form .cb-create-account {
    padding-top: 18px;
    text-align: right;
}
.building-info form .cb-create-account input[type="checkbox"] {
    margin-bottom: 0;
}
.building-info form .cb-create-account label {
    display: inline-block;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 16px;
    text-transform: none;
    color: #666;
}
.checkout-totals h4 {
    border-bottom: none;
}
.post-wrap {
    padding-top: 100px;
}
.post-listing {
    border-bottom: 1px solid #eee;
}
.post {
    padding-bottom: 70px;
}
.post .post-thumbnail {
    margin-bottom: 24px;
}
.post .post-thumbnail img {
    width: 100%;
}
.post .post-content .post-date {
    float: left;
    padding: 12px 0;
    margin-right: 25px;
    width: 66px;
    height: 66px;
    text-align: center;
    line-height: 21px;
    background-color: #ea683f;
    letter-spacing: 0.15em;
    color: #fff;
}
.post .post-content .post-date .day {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .15em;
}
.post .post-content .post-date .month {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.3;
}
.post .post-content .post-info {
    overflow: hidden;
}
.post .post-content .post-info .post-title h3 {
    margin: 0;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 900;
    color: #111;
    letter-spacing: .05em;
    line-height: 1.875;
    text-transform: uppercase;
}
.post .post-content .post-info .post-meta {
    margin-top: 5px;
    color: #666;
    font-family: Lora;
    font-size: 14px;
}
.post .post-content .post-info .post-meta .author, .post .post-content .post-info .post-meta .comment, .post .post-content .post-info .post-meta .time-cmt {
    display: inline-block;
    margin-right: 30px;
}
.post .post-content .post-text-content p {
    margin-top: 31px;
    margin-bottom: 31px;
    color: #666;
}
.post .post-content .read-more .btn.btn-readmore:after {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 1.8;
    margin-left: 5px;
}
@media screen and (max-width: 1200px)  {
    .sidebar-right {
    display: none;
}
}
@media (max-width: 479px)  {
    .post-content .post-date {
    display: none;
}
}
.widget-title {
    padding-top: 65px;
}
.widget-title:before {
    display: inline-block;
    content: "";
    margin-right: 14px;
    width: 3px;
    height: 15px;
    background-color: #ea683f;
}
.widget-title h4 {
    display: inline-block;
    margin-bottom: 27px;
    font-size: 18px;
    font-weight: 900;
    color: #111;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.widget-box-search {
    position: relative;
    width: 100%;
    height: 50px;
}
.widget-box-search .search-form {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.widget-box-search i {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    font-size: 14px;
    line-height: 50px;
    color: #333;
    text-align: center;
}
.widget-box-search i:hover {
    color: #ea683f;
}
.widget-categories .categories-list {
    margin-bottom: -13px;
}
.widget-categories .categories-list a {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 45px;
    letter-spacing: .005em;
    color: #666;
    font-weight: 700;
}
.widget-categories .categories-list a .amount {
    float: right;
    color: #ea683f;
}
.widget-categories .categories-list a:hover {
    color: #ea683f;
}
.widget-latest-news h4 {
    margin-bottom: 44px;
}
.widget-latest-news .entry-thumbnail {
    max-width: 82px;
    max-height: 70px;
    margin-right: 15px;
    float: left;
    clear: both;
}
.widget-latest-news a.widget-post-link {
    display: block;
    margin: 0;
    margin-bottom: -5px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.85;
    letter-spacing: .02em;
}
.widget-latest-news span.widget-post-time {
    font-family: "Lora";
    color: #ea683f;
    font-size: 13px;
    letter-spacing: .02em;
}
.widget-latest-news ul li {
    padding-bottom: 26px;
}
.widget-tweets i {
    color: #ea683f;
    float: left;
    margin-top: 8px;
}
.widget-tweets .popular1 {
    overflow: hidden;
    margin-left: 25px;
}
.widget-tweets a {
    color: #ea683f;
    font-size: 16px;
    line-height: 1.75;
    word-break: break-all;
}
.widget-tweets p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    margin: 0;
}
.widget-tweets .time-tweets {
    color: #a8a8a8;
    font-size: 14px;
    line-height: 1.75;
}
.blog-single-wrap {
    padding-top: 100px;
}
.single-post {
    padding-bottom: 0;
}
.meta-tag-share {
    margin-top: 35px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 53px;
}
.meta-tag-share i {
    margin-right: 10px;
    color: #ea683f;
    font-size: 14px;
}
.meta-tag-share .entry-tag {
    float: left;
}
.meta-tag-share .entry-tag label {
    color: #111;
    font-size: 18px;
    letter-spacing: .15em;
    font-weight: 900;
    display: inline-block;
}
.meta-tag-share .entry-tag a {
    color: #666;
}
.meta-tag-share .entry-tag a:hover {
    color: #ea683f;
}
.meta-tag-share .entry-tag a+a:before {
    content: ', ';
    display: inline-block;
}
.meta-tag-share .social-share {
    text-align: right;
}
.meta-tag-share .social-share label {
    font-weight: 700;
}
.post-author-info {
    padding-top: 49px;
    padding-bottom: 49px;
    border-bottom: 1px solid #eee;
}
.post-author-avatar {
    float: left;
}
.post-author-avatar img {
    width: 137px;
    margin-right: 30px;
}
.post-author-inner {
    overflow: hidden;
}
.post-author-inner h5 {
    margin-top: 5px;
    color: #111;
    font-size: 18px;
    letter-spacing: .15em;
    font-weight: 900;
}
.post-author-inner p {
    margin-top: 10px;
    color: #666;
}
.post-author-inner li {
    display: inline-block;
}
.post-author-inner li+li {
    font-size: 18px;
    margin-left: 16px;
}
.list-comments {
    padding-bottom: 100px;
}
.list-comments .comment-title {
    padding-top: 37px;
    padding-bottom: 16px;
    margin-bottom: -48px;
}
.commentlist .avatar-commenter {
    float: left;
    margin-right: 20px;
}
.commentlist ul>li {
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
}
.commentlist ul>li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.commentlist ul>li:last-child .entry-comment {
    padding-bottom: 48px;
    border-bottom: 1px solid #eee;
}
.commentlist .comment {
    padding-top: 48px;
    padding-bottom: 48px;
}
.commentlist .comment .entry-comment {
    overflow: hidden;
}
.commentlist .comment h6 {
    display: inline-block;
    margin: 0;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .15em;
    font-weight: 900;
}
.commentlist .comment h6+.comment-meta:before {
    content: '|';
    display: inline-block;
    margin: 0 5px;
    color: #ddd;
}
.commentlist .comment .comment-meta {
    display: inline-block;
    color: #ea683f;
    font-size: 13px;
    font-weight: 400;
}
.commentlist .comment .comment-text {
    line-height: 1.75;
    color: #666;
}
.commentlist .comment .comment-meta-bottom {
    text-align: right;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .05em;
    font-weight: 700;
}
.commentlist .comment .comment-meta-bottom .comment-like {
    cursor: pointer;
}
.commentlist .comment .comment-meta-bottom .comment-like:hover {
    color: #ea683f;
}
.commentlist .comment .comment-meta-bottom .comment-like+.comment-reply-link:before {
    content: '|';
    display: inline-block;
    color: #ddd;
    margin: 0 18px 0 13px;
}
.commentlist .comment .comment-meta-bottom .comment-reply-link a {
    color: #ea683f;
}
.commentlist ol {
    list-style-type: none;
    padding-left: 100px;
}
.commentlist ol li {
    border-top: 1px solid #eee;
}
.commentlist ol>li:first-child {
    margin-top: 45px;
}
.commentlist ol>li:last-child {
    padding-bottom: 0;
}
.entry-comments-form input[type="submit"] {
    margin-top: 20px;
}
.entry-comments-form .comment-form-title {
    padding-top: 38px;
    padding-bottom: 22px;
}
@media screen and (max-width: 479px)  {
    .post-author-avatar {
    float: none;
    text-align: center;
    margin-bottom: 15px;
}
.post-author-avatar img {
    margin: 0;
}
.avatar-commenter {
    display: none;
}
.entry-tag {
    display: none;
}
.comment-text p {
    font-size: 14px;
}
.comment ol {
    padding-left: 20px;
}
}
.map-wrap {
    padding-top: 78px;
    padding-bottom: 86px;
}
.map-wrap .headding-contact .title {
    margin: 5px;
}
.map-wrap .headding-contact .description {
    margin-bottom: 42px;
    color: #666;
}
.local-office {
    padding-bottom: 82px;
    text-align: center;
}
.local-office h4 {
    margin-bottom: 23px;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.local-office p {
    max-width: 200px;
    margin: 0 auto 10px;
}
.local-office p span {
    color: #ea683f;
}
.contact-wrap {
    background-color: #f8f8f8;
    padding-top: 80px;
    padding-bottom: 100px;
}
.contact-wrap .headding-contact .description {
    margin-bottom: 31px;
}
.contact-wrap .contact-us {
    padding-top: 20px;
}
.contact-wrap .contact-us h4 {
    margin-bottom: 13px;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.contact-wrap .contact-us p {
    color: #666;
}
.contact-wrap .contact-us h5 {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 3.75;
    letter-spacing: 0.05em;
    margin-top: 23px;
    font-size: 16px;
}
.contact-wrap .contact-us h5 span {
    color: #ea683f;
}
.reservation-thumbnail {
    text-align: center;
    padding-top: 37px;
    padding-bottom: 55px;
}
.headding-reservation .title {
    margin-bottom: 5px;
}
.headding-reservation p.description {
    margin-bottom: 53px;
}
.entry-booktable {
    padding-top: 84px;
    padding-bottom: 132px;
}
.entry-booktable .submit-form {
    text-align: center;
    margin-top: 10px;
}
.entry-booktable input[type="datetime"]+input[type="datetime"] {
    border-left: none;
}
.entry-booktable input[type="datetime"]+input[type="datetime"]:focus {
    border: 1px solid #ea683f;
}
.entry-booktable textarea {
    height: 103px;
}
.entry-booktable input[type="submit"] {
    margin-top: 30px;
}
@media screen and (max-width: 1200px)  {
    .reservation-thumbnail {
    display: none;
}
}
.error-page {
    padding: 77px 0;
    text-align: center;
}
.error-page .title {
    margin-bottom: 20px;
    font-size: 140px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #ea683f;
    text-transform: uppercase;
}
.error-page .description {
    margin-bottom: 4px;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.19;
    color: #666;
    text-transform: capitalize;
}
.error-page p {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.9;
    font-weight: 400;
}
.error-page a {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .15em;
    color: #ea683f;
    text-transform: uppercase;
}
.error-page a:hover {
    color: #111;
    transition: .3s;
}
.box-search-error {
    padding: 127px;
    background: #f7f7f7;
    text-align: center;
}
.box-search-error form {
    display: inline-block;
    position: relative;
    width: 50%;
}
.box-search-error form input {
    width: 100%;
    height: 56px;
    border: none;
}
.box-search-error i {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    font-size: 16px;
    line-height: 56px;
    color: #666;
}
.box-search-error i:hover {
    color: #ea683f;
    transition: .3s;
}
@media screen and (max-width: 767px)  {
    .box-search-error form {
    width: 100%;
}
}
.top-bar {
    line-height: 24px;
    padding: 18px 0;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}
.top-bar-item {
    display: inline-block;
    position: relative;
}
.top-bar-item+.top-bar-item {
    margin-left: 40px;
}
.top-bar-item+.top-bar-item:before {
    content: '';
    height: 16px;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    border-left: solid 1px #111;
    margin: auto;
}
.navigation {
    background: #fff;
    z-index: 10!important;
}
.navigation .responsove-icon-menu {
    margin: 29px 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: 1px solid #eee;
    text-align: center;
    cursor: pointer;
}
.navigation .responsove-icon-menu i {
    line-height: 40px;
}
.navigation .logo {
    padding: 14px 0;
    display: inline-block;
	text-align: center;
}
nav.menu {
    text-align: right;
    /*float: right;*/
    padding: 27px 0;
}
nav.menu>ul {
    display: inline-block;
    margin-bottom: 0;
}
nav.menu>ul>li {
    display: inline-block;
    position: relative;
    text-align: left;
}
nav.menu>ul>li a {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: .05em;
    text-transform: uppercase;
}
nav.menu>ul>li+li {
    margin-left: 37px;
}
nav.menu .describe-menu {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: lowercase;
    color: #aaa;
}
nav.menu .feature-menu {
    display: inline-block;
    vertical-align: 0px;
}
nav.menu .feature-menu .top-cart, nav.menu .feature-menu .top-search {
    display: inline-block;
}
nav.menu .feature-menu a {
    font-size: 16px;
    padding-bottom: 50px;
    vertical-align: middle;
    
}
nav.menu .feature-menu .top-cart {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: left;
    margin-right: 13px;
}
nav.menu .feature-menu .top-cart span.total {
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #ea683f;
    color: #111;
    top: 0;
    right: 0;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content {
    display: block;
    transition: ease .3s;
    z-index: 10;
    position: absolute;
    width: 280px;
    background-color: #fff;
    box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    border-top: 2px solid #ea683f;
    top: 60px;
    right: -15px;
    left: auto;
    -webkit-transition: opacity .5s ease, top .4s ease;
    -o-transition: opacity .5s ease, top .4s ease;
    transition: opacity .5s ease, top .4s ease;
    color: #111;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content .top-cart-title {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content .top-cart-items {
    padding: 15px;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content .top-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content .top-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content .top-cart-item-image {
    float: left;
    margin-right: 15px;
    width: 48px!important;
    height: 48px!important;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content .top-cart-item-image img {
    display: block;
    width: 48px!important;
    height: 48px!important;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content .top-cart-item-desc {
    position: relative;
    overflow: hidden;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content .top-cart-item-desc a {
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 14px!important;
    text-align: center;
    font-weight: 600;
    color: #111;
    transition: .3s;
    text-transform: uppercase;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content .top-cart-item-desc a:hover {
    color: #ea683f;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content .top-cart-item-desc span.top-cart-item-price {
    display: block;
    line-height: 20px;
    font-size: 12px!important;
    color: #666;
    font-weight: 300;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content .top-cart-item-desc span.top-cart-item-quantity {
    position: absolute;
    top: 0;
    right: 0;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content .top-cart-action {
    padding: 15px;
    border-top: 1px solid #eee;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content .top-cart-action .top-checkout-price {
    font-size: 20px;
    font-weight: 400;
    color: #ea683f;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content .top-cart-action button {
    float: right;
}
.top-cart-content {
    display: none;
}
.sub-search-form {
    display: none;
}
.top-search-open .overlay {
    background: #000;
    opacity: 0.8;
    position: fixed;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
}
.top-search-open .sub-search-form {
    display: block;
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    padding: 80px 30px 60px;
    transition: ease .3s;
}
.top-search-open .sub-search-form form {
    max-width: 1170px;
    margin: auto;
}
.top-search-open .sub-search-form form input {
    background: transparent;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    width: 100%;
    border: none;
    border-bottom: 2px solid;
}
.top-search-open .sub-search-form form input::-webkit-input-placeholder {
    color: #ddd;
    font-size: 22px;
}
.top-search-open .sub-search-form form input::-moz-placeholder {
    color: #ddd;
    font-size: 22px;
}
.top-search-open .sub-search-form form input::-ms-input-placeholder {
    color: #ddd;
    font-size: 22px;
}
.top-search-open .sub-search-form form input::-moz-placeholder {
    color: #ddd;
    font-size: 22px;
}
.top-search-open .search-off i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-size: 26px;
}
@media screen and (max-width: 1200px)  {
    .top-search-open .sub-search-form {
	    display: block;
	    width: 100%;
	}

}
@media (min-width: 1201px)  {
    .sticky-wrapper.is-sticky .navigation {
    width: 100%;
    height: 67px!important;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
}


.sticky-wrapper.is-sticky .navigation .logo {
    padding: 5px 0;
}
.sticky-wrapper.is-sticky .navigation .logo img {
    width: 80%;
}
.sticky-wrapper.is-sticky .navigation .menu {
    padding: 9px 0;
}

.sticky-wrapper.is-sticky .navigation .auth-menu {

    padding: 6px 0;
    
}
.sticky-wrapper.is-sticky .navigation ul.menu-child {
    padding-top: 9px;
}
.sticky-wrapper.is-sticky .navigation .top-cart-content {
    top: 61px !important;
}
.sticky-wrapper.is-sticky .navigation .feature-menu a {
    padding-bottom: 40px;
}
nav.menu {
    display: inline-block;
}
nav.menu>ul {
    display: inline-block!important;
}
nav.menu>ul li i {
    margin-left: 5px;
}
nav.menu>ul li:hover ul {
    display: block!important;
}
nav.menu .menu-child {
    display: none;
    position: absolute;
    z-index: 11;
    background: #fff;
    padding-top: 33px;
    transition: .3s;
}
nav.menu .menu-child li {
    display: block;
    width: 200px;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
nav.menu .menu-child li:hover {
    background-color: #f5f5f5;
    padding-left: 30px;
}
nav.menu .menu-child li:first-child {
    border-top: 2px solid #ea683f;
}
.responsove-icon-menu {
    display: none;
}
}
@media (max-width: 1200px)  {
    .container {
    position: relative;
}

.top-bar {
    display: none;
}
.navigation {
    position: relative;
    transition: .3s;
}
.navigation .active:before {
    content: "\f00d";
    font-family: FontAwesome;
}
.navigation .active i {
    display: none;
}
.navigation .logo {
    display: table;
    position: absolute;
    right: 0;
    left: 0;
    top: 11px;
    margin: auto;
    width: 180px;
}
.navigation .menu {
    padding: 0;
    float: left;
    width: 100%;
    text-align: left;
}
nav.menu .feature-menu .top-cart:hover .top-cart-content {
	top: 61px; 
}
.navigation .menu>ul {
    display: none;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
    background: #eee;
}
.navigation .menu>ul li {
    display: block;
    width: 100%;
    padding: 5px 0;
    margin-left: 0;
    border-bottom: 1px solid #ddd;
}
.navigation .menu>ul li i {
    position: absolute;
    right: 0;
}
.navigation .menu>ul li ul {
    display: none;
    position: static;
    margin-top: 5px;
    padding: 0 25px;
}
.navigation .menu>ul li ul li {
    width: 100%;
}
.navigation .menu>ul li ul li:first-child {
    border-top: 1px solid #ddd;
}
.navigation .menu>ul li.menu-child:hover {
    background-color: transparent;
}
.navigation .feature-menu {
    position: absolute;
    top: 37px;
    right: 15px;
}
}
.above-footer {
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.above-footer .above-footer-title {
    padding-top: 194px;
    padding-bottom: 210px;
}
.above-footer .above-footer-title h3 {
    margin: 0;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}
.above-footer .above-footer-title span {
    display: block;
    font-family: "Lora";
    margin-bottom: 43px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #c3cbd2;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.main-footer {
    margin-top: 100px;
    margin-bottom: 77px;
}
.main-footer p.info {
    margin-top: 25px;
    margin-bottom: 21px;
}
.main-footer h5 {
    font-weight: 900;
    margin: 38px 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #111;
}
.main-footer .links ul {
    padding: 0;
}
.main-footer .links ul li {
    width: 50%;
    float: left;
}
.main-footer .group-icon a {
    color: #b1b1b1;
    margin-right: 25px;
}
.main-footer .group-icon a:hover {
    color: #ea683f;
}
.main-footer .col-md-2 li {
    padding-bottom: 5px;
}
.main-footer .col-md-2 li a {
    color: #666;
    font-size: 16px;
    line-height: 0.36;
}
.main-footer .col-md-2 li a:hover {
    color: #ea683f;
    text-decoration: none;
}
.main-footer p {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    margin-top: 35px;
    margin-bottom: 25px;
}
.main-footer input[type="email"] {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 15px;
    border: none;
    text-align: center;
    background-color: #f3f3f3;
}
.main-footer input[type="email"]:focus {
    border: 1px solid #ea683f;
}
.main-footer .btn-xlarge {
    width: 100%;
}
.bottom-bar {
    background-color: #1b2127;
    line-height: 64px;
}
.bottom-bar ul {
    margin: 0;
    padding: 0;
}
.bottom-bar ul li {
    display: inline-block;
    padding-left: 35px;
}
.bottom-bar .copyright {
    font-size: 16px;
    padding-top: 19px;
    padding-bottom: 18px;
    line-height: 1.7;
    color: #8997a5;
}
.bottom-bar .copyright a {
    color: #fff;
}
.bottom-bar .copyright a:hover {
    color: #ea683f;
    transition: .3s;
}
.bottom-bar .bottom-bar-right {
    text-align: right;
}
.bottom-bar .bottom-bar-right ul li a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 2.2;
    font-weight: 700;
}
.bottom-bar .bottom-bar-right ul li a:hover {
    color: #ea683f;
    transition: .3s;
}
@media (max-width: 1199px)  {
    .bottom-bar {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
.bottom-bar .bottom-bar-right {
    float: none;
}
.bottom-bar-right ul li+li {
    padding-left: 0;
}
.bottom-bar-right ul li {
    padding-left: 20px;
    padding-right: 20px;
}
}
@media (max-width: 800px)  {
    .bottom-bar .top-nav1 {
    text-align: center;
}
}
@media (max-width: 480px)  {
    .above-footer .above-footer-title {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.above-footer .above-footer-title h3 {
    font-size: 20px;
}
.above-footer .above-footer-title span {
    font-size: 10px;
}
.above-footer .above-footer-title .btn.btn-light.btn-xsmall {
    margin-right: 0;
}
.above-footer .above-footer-title .btn-xlarge .btn-theme-color {
    text-align: center;
    padding: 10px 20px;
}
.main-footer .col-xs-3 {
    width: 50%;
}
.main-footer .col-xs-6 {
    width: 100%;
}
}
@media (max-width: 390px)  {
    .btn.btn-light {
    margin-bottom: 10px;
}
}
.headding {
    text-align: center;
}
.headding .icon {
    margin-bottom: 15px;
}
.headding .title {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #111;
}
.headding .sub-title {
    display: block;
    margin-top: -6px;
    padding-bottom: 13px;
    font-family: "Lora";
    font-size: 22px;
    font-style: italic;
    text-transform: capitalize;
    color: #111;
    letter-spacing: .02em;
}
.headding .sub-title:before, .headding .sub-title:after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    margin: 0 20px;
    background: #d0d0d0;
    vertical-align: middle;
}
.headding .description {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.headding.style-1 .description {
    max-width: 570px;
}
.headding.style-2 .description {
    max-width: 527px;
}
@media screen and (max-width: 767px)  {
    .headding .title {
    font-size: 32px;
}
}
@media screen and (max-width: 479px)  {
    .headding .title {
    font-size: 26px;
}
.headding .sub-title {
    font-size: 18px;
}
.headding .sub-title:before, .headding .sub-title:after {
    width: 40px;
}
.headding .description {
    font-size: 14px;
}
}
.speci-call-action.style2 {
    padding-top: 95px;
    padding-bottom: 90px;
    width: 100%;
}
.speci-call-action.style2 .content-text {
    max-width: 66.666%;
    float: left;
}
.speci-call-action.style2 .content-text h3 {
    margin-top: 0;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #141414;
    text-transform: uppercase;
}
.speci-call-action.style2 .content-text p {
    margin-bottom: 0;
    line-height: 1.75;
    color: #666;
}
.speci-call-action.style2 a.btn {
    float: right;
    margin-top: 27px;
}
@media screen and (max-width: 1200px)  {
    .speci-call-action p {
    font-size: 14px;
}
}
@media screen and (max-width: 767px)  {
    .speci-call-action h3 {
    font-size: 22px;
}
}
@media screen and (max-width: 639px)  {
    .speci-call-action h3 {
    font-size: 20px;
}
.speci-call-action p {
    font-size: 13px;
}
}
@media screen and (max-width: 479px)  {
    .speci-call-action.style2 .content-text, .speci-call-action.style2 a.btn {
    float: none;
    max-width: 100%;
}
.speci-call-action.style2 h3 {
    font-size: 20px;
}
.speci-call-action.style2 p {
    font-size: 12px;
}
}
.ourteam-item {
    position: relative;
    margin: 0 15px;
}
.ourteam-item .ourteam-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-top: 7px;
    color: #fff;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.ourteam-item .ourteam-info h6 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.ourteam-item .ourteam-info span {
    display: block;
    font-family: "Lora";
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}
.testimonial {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
}
.testimonial .quote {
    margin-bottom: 159px;
}
.testimonial .quote p {
    max-width: 975px;
    margin: auto;
    font-size: 22px;
    line-height: 1.9;
    color: #fff;
}
.testimonial .quote p:before {
    content: "\f10d";
    display: block;
    font-family: FontAwesome;
    font-size: 35px;
    font-weight: 400;
    margin-top: 81px;
    margin-bottom: 21px;
    color: #ea683f;
}
.testimonial .quote h6 {
    display: inline-block;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}
.testimonial .quote h6:before {
    content: "";
    display: block;
    width: 52px;
    height: 1px;
    margin: auto;
    margin-top: 28px;
    margin-bottom: 34px;
    background: #ea683f;
}
.testimonial .quote span {
    display: block;
    font-family: "Lora";
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    text-transform: capitalize;
}
.testimonial .owl-theme .owl-dots {
    position: absolute;
    bottom: 37px;
    left: 0;
    right: 0;
}
.testimonial .owl-theme .owl-dots .owl-dot {
    font-size: 17px;
}
.testimonial .owl-theme .owl-dots .owl-dot span {
    background: #cbc9c6;
    width: 15px;
    height: 15px;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span, .testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    width: 16px;
    height: 16px;
}
@media screen and (max-width: 1200px)  {
    .testimonial .quote p {
    font-size: 20px;
}
}
@media screen and (max-width: 767px)  {
    .testimonial .quote p {
    font-size: 18px;
}
}
@media screen and (max-width: 479px)  {
    .testimonial .quote p {
    font-size: 16px;
}
}
.entry-contact-form label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .05em;
}
.entry-contact-form input {
    margin-bottom: 23px;
    width: 100%;
}
.entry-contact-form textarea {
    width: 100%;
    padding: 0 15px;
    border: 1px solid #eee;
}
.entry-contact-form textarea:focus {
    outline: none;
    border: 1px solid #ea683f;
}
.entry-contact-form input[type="submit"] {
    margin-top: 20px;
    width: auto;
}
.entry-contact-form.lb-l-color label {
    color: #666;
}
.entry-contact-form.lb-sm-font label {
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: .02em;
    font-weight: 700;
}
.reccent-news {
    padding-top: 90px;
    padding-bottom: 40px;
    background: #f7f7f7;
}
.reccent-news .headding {
    margin-bottom: 63px;
}
.reccent-news-item {
    margin-bottom: 60px;
    background: #fff;
}
.reccent-news-item .reccent-thumbnail {
    float: left;
    margin-right: 30px;
}
.reccent-news-item .reccent-thumbnail img {
    max-width: 133px;
    max-height: 133px;
}
.reccent-news-item .reccent-content {
    overflow: hidden;
}
.reccent-news-item .reccent-content .title-post {
    font-size: 16px;
    font-weight: 900;
    line-height: 3.75;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.reccent-news-item .reccent-content .new-info {
    margin-top: -10px;
    line-height: 1.75;
    color: #111;
}
.reccent-news-item .reccent-content a.readmore {
    font-size: 13px;
    font-weight: 900;
    margin-top: 5px;
    color: #666;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.reccent-news-item .reccent-content a.readmore:hover {
    color: #ea683f;
    transition: all .3s;
}
.reccent-news-item:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.69);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.69);
    transition: all 0.3s;
}
.tabs {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.tabs>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabs>ul>li {
    display: inline-block;
    padding: 0 20px;
    margin-right: 5px;
    background: #f7f8f9;
    color: #111;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}
.tabs>ul>li.tab-link:after {
    content: "\f067";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 65px;
}
.tabs>ul>li.current:after {
    content: "\f068";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 65px;
    line-height: 1.75;
}
.tabs .tab-content {
    display: none;
    padding: 20px 0 15px;
    max-width: 1075px;
    line-height: 1.75;
    background: #fff;
    color: #666;
}
.tabs .tab-content p {
    margin-bottom: 20px;
}
.tabs .tab-content.current {
    display: inherit;
}
.accordion {
    padding-bottom: 23px;
}
.accordion input[type="radio"] {
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
.accordion label {
    display: inline-block;
    padding-left: 5px;
}
.accordion p {
    display: none;
    margin: 17px 0 10px;
    font-size: 14px;
    font-family: "Relaway", sans-serif;
}
.accordion input~p {
    display: none;
}
.accordion input:checked~p {
    display: block;
}
.related-product {
    padding-bottom: 40px;
}
.related-product .title {
    margin-top: 62px;
    margin-bottom: 65px;
    line-height: 1;
}
.related-product .products-list {
    border-bottom: none;
}
.text-left {
    text-align: left!important;
}
.text-right {
    text-align: right!important;
}
.text-center {
    text-align: center!important;
}
@media screen and (max-width: 1200px)  {
    .text-left-md {
    text-align: left!important;
}
.text-right-md {
    text-align: right!important;
}
.text-center-md {
    text-align: center!important;
}
}
@media screen and (max-width: 767px)  {
    .text-left-sm {
    text-align: left!important;
}
.text-right-sm {
    text-align: right!important;
}
.text-center-sm {
    text-align: center!important;
}
}
@media screen and (max-width: 479px)  {
    .text-left-xs {
    text-align: left!important;
}
.text-right-xs {
    text-align: right!important;
}
.text-center-xs {
    text-align: center!important;
}
}
.nav-login-subses {
	display: none;
}
@media (max-width: 1200px) {
	
	.top-bar-item  {
		 
		display: none;
		
	}

	.nav-login-subses {

		display: block; 
		 
	}

}


.lg-view-fullScreen {
    
        /* padding: 0 !important; */
    border: 1px solid #ea683f;
    padding: 5px;
    border-radius: 5px;
    vertical-align: middle;
    color: #fff;
    background-color: #ea683f;
    font-weight: bold;
    padding: 5px;
    padding-bottom: 5px !important;
}
a.lg-view-fullScreen:hover {
    
    border-color: #b25437;
    background-color: #b25437;
    color: #fff;


}




.etol-cart-actions {
 
    right: 20px;
    
}

.fb-button {
    border-color: #3b5998;
    background-color: #3b5998;
    color: #fff;
}