/*
Scorilo 1.0.1 - HTML Template by WowThemes.net
Visit: https://www.wowthemes.net
================================================== */

body {
    font-family: Roboto;
    font-weight: 300;
    font-size: 12px;
    color: #777;
    line-height: 1.36;
    background: #f8eddb;
}

.resimg {
    height: 217px;
}

.inicon {
    width: 160px;
}

.contactFontSize {
    font-size: 14px;
}

.messageEditor {
    height: 250px;
}

#topBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 8px; /* Place the button at the bo ttom of the page */
    right: 8px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #481f14; /* Set a background color */
    color: #f8eddb; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding-right: 12px; /* Some padding */
    padding-left: 12px; /* Some padding */
    padding-top: 8px; /* Some padding */
    padding-bottom: 8px; /* Some padding */
    border-radius: 8px; /* Rounded corners */
    font-size: 14px; /* Increase font size */
}
  
#topBtn:hover {
background-color: #555; /* Add a dark-grey background on hover */
}

#backBtn {
    display: block; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    top: 8px; /* Place the button at the bottom of the page */
    right: 8px; /* Place the button 30px from the right */
    z-index: 2000; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #481f14; /* Set a background color */
    color: #f8eddb; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding-right: 8px; /* Some padding */
    padding-left: 8px; /* Some padding */
    padding-top: 8px; /* Some padding */
    padding-bottom: 8px; /* Some padding */
    border-radius: 8px; /* Rounded corners */
    font-size: 14px; /* Increase font size */
}
  
#backBtn:hover {
background-color: #555; /* Add a dark-grey background on hover */
}

.up {
    top: -60px;
    position: relative;
}

.doc {
    color: #6B2E1D;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 700;
    padding-top: 72px;
}

.success {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    background-color: #00bba7;
    width: 100%;
    height: 40px;
    color: white;
    padding: 2px;
}

.fullsize {
    height: 100vh;
    width: 100%;
}

.success-message {
    padding: 8px;
}

.sel {
    padding: 5px 2px;
    border-width: 2px;
    border-style: inset;
}

.checkbox input {
    position: absolute;
    opacity: 0;
}
  
.checkbox .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 21px;
    width: 21px;
    background-color: transparent;
    border-radius: 7px;
    border: 2px solid #6B2E1D;
    transform: rotate(-90deg);
    transition: all 0.3s;
}
  
.checkbox .icon {
    color: #f8eddb;
    display: none;
}
  
.checkbox input:checked ~ .overlay {
    background-color: #6B2E1D;
    border-radius: 7px;
    transform: rotate(0deg);
    opacity: 1;
    border: 2px solid #6B2E1D;
}
  
.checkbox input:checked ~ .overlay .icon {
    display: block;
}

.anc {
    font-size: 6pt;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.float-left {
    float: left;
}

.justified {
    text-align: justify;
}

.contact-grid-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 16px;
}

.mini-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.saints {
    float: left;
    margin-right: 32px;
    padding-right: 32px;
    padding-left: 4px;
    border-left: 1px solid black;
}

.col-50 {
    width: 50%
}

.col-25 {
    min-width: 25%;
    width: 25%;
}

.col-30 {
    min-width: 30%;
    width: 30%;
}

.col-33 {
    min-width: 33%;
    width: 33%;
}

.h-100 {
    height: 100%;
}

.navSelected {
    color: rgb(26, 26, 26);
    background: #e8dbc5;
}

.padding-left-20 {
    padding-left: 16px;
}

.padding-20 {
    padding-left: 16px;
    padding-right: 16px;
}

hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border-style: inset;
    border-width: 1px;
}

.float-right {
    float: right;
}

.inline {
    display: inline;
}

.fm {
    width: 100%;
    height: calc(100vh - 232px)
}

.fm2 {
    width: 100%;
    height: calc(100vh - 288px)
}

.main-content {
    min-height: calc(100vh - 132px)
}

.contact-content {
    min-height: calc(100vh - 102px)
}

.pointer {
    cursor: pointer;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 32px;
    padding-left: 9px;
}

.w90 {
    width: 90%;
}

.w75 {
    width: 75%;
}

.w60 {
    width: 60%;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.w15 {
    width: 15%;
}

.h25 {
    height: 25%;
}

.h15 {
    height: 15%;
}

.modal-content {
    display: inline-block;
    background: #f8eddb;
    padding: 8px;
    margin: 0;
    text-align: center;
    left: 10%;
}

.center {
    margin: auto;
}

.header-spacer {
    height: 32px;
}

.content-spacer {
    height: 32px;
}

.divider {
    height: 120px;
}

.dividerLit {
    height: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto;
    font-weight: 700;
}

.unstyle ul li,
.unstyle ol li,
ul.unstyle li,
ol.unstyle li {
    list-style: none;
    line-height: inherit;
}

.text-left {
    text-align: left !Important;
}

a:hover {
    text-decoration: none;
}

.content-block {
    padding: 40px 0;
    margin-top: 40px;
}

.navbar-lg {
    min-height: 60px;
}

.navbar-lg .navbar-brand {
    line-height: 1;
    padding-top: 22px;
    font-size: 12px;
}

.navbar-toggle:before {
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
}

.navbar-brand-img {
    float: left;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 20px;
    height: 52px;
}

header .navbar-white a {
    color: #6B2E1D;
    font-weight: 700;
}

.item.content,
.item.portfolio,
.item.team,
.item.pricing,
.item.contact {
    padding-top: 32px;
    padding-bottom: 0px;
}

.padding-top-100 {
    padding-top: 144px !important;
}

.padding-bottom-40 {
    padding-bottom: 32px !important;
}

header .navbar-white {
    background: #f8eddb;
    box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
}

.item.header {
    background-image: url(../images/banner1.jpg);
    background-repeat: no-repeat;
    background-position: 0% -1px;
    background-size: cover;
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
}

.containerHead {
    width: 95%;
}

.navbar-nav,
.navbar>.container .navbar-brand {
    font-family: Dosis;
    text-transform: uppercase;
}

.navbar-nav,
.navbar>.containerHead .navbar-brand {
    font-family: Dosis;
    text-transform: uppercase;
}

.text-homeimage {
    text-align: center;
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 40px;
    line-height: 72px;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #6B2E1D, 2px -2px 0 #6B2E1D, -2px 2px 0 #6B2E1D, -2px -2px 0 #6B2E1D, 2px 0px 0 #6B2E1D, 0px 2px 0 #6B2E1D, -2px 0px 0 #6B2E1D, 0px -2px 0 #6B2E1D;
    padding-top: 152px;
    padding-bottom: 176px;
    font-weight: 700;
    font-family: Dosis;
}

.reza {
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    color: #6B2E1D;
    text-transform: uppercase;
    display: block;
    position: relative;
    top: -8px;
}

.maintext-image {
    text-align: center;
    color: #fff;
    z-index: 3;
    position: relative;
    top: -48px;
    font-size: 24px;
    line-height: 24px;
    text-shadow: 2px 2px 0 #6B2E1D, 2px -2px 0 #6B2E1D, -2px 2px 0 #6B2E1D, -2px -2px 0 #6B2E1D, 2px 0px 0 #6B2E1D, 0px 2px 0 #6B2E1D, -2px 0px 0 #6B2E1D, 0px -2px 0 #6B2E1D;
    font-weight: 600;
    overflow: hidden;
}

.text-pageheader {
    text-align: center;
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 36px;
    line-height: 72px;
    text-transform: uppercase;
    padding-top: 80px;
    padding-bottom: 80px;
    font-weight: 700;
    font-family: Dosis;
}

.subtext-image {
    text-transform: none;
    font-weight: 100 !Important;
}

.toparea {
    background: #f7f7f7;
    padding-top: 24px;
    box-shadow: 0px 0px 10px rgba(114, 114, 113, 0.5);
}

.numbertext {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #6B2E1D;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.numbertext2 {
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    color: #6B2E1D;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.numberstep {
    background-color: #00bba7;
    border-radius: 50%;
    color: #fff;
    margin-right: 3px;
    text-align: center;
    height: 48px;
    width: 48px;
    line-height: 48px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 16px;
}

h1.latestitems {
    font-size: 17px;
    line-height: 22px;
    color: #6B2E1D;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0;
}

.wow-hr {
    position: relative;
    font-size: 0;
    text-align: center;
    height: 19px;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 3%;
    width: 50%;
    padding: 2px 0;
    overflow: hidden;
    clear: both;
}

.wow-hr-h:before {
    left: -10px;
    margin-left: -50%;
    background: #f7f7f7;
}

.wow-hr-h:after {
    left: 10px;
    margin-right: -50%;
}

.wow-hr-h:before,
.wow-hr-h:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 50%;
    margin-top: 7px;
    vertical-align: top;
    position: relative;
    background-color: #e4e4e4;
}

.wow-hr-h i {
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    width: 16px;
    vertical-align: top;
    text-align: center;
    color: #777;
}

.paddingtop0 {
    padding-top: 0 !Important;
}

.paddingbottom20 {
    padding-bottom: 16px !Important;
}

.homebrowseitems {
    text-decoration: none;
    background-color: #00bba7;
    font-weight: 700;
    font-size: 16px;
    border: 0;
    padding: 10px 31px;
    letter-spacing: 1px;
    margin-top: -16px;
    display: inline-block;
    color: #fff;
    margin-bottom: 0px;
}

.homebrowseitemsicon {
    color: #fff;
    display: inline-block;
    padding: 10px 16px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-right: -31px;
    margin-left: 12px;
    background: rgba(0, 0, 0, 0.2);
}

a.homebrowseitems:hover {
    color: #fff;
    opacity: 0.8;
}


.lit_ul {
    list-style-type: none;
    margin: 0;
    padding-left: 20px;
    overflow: hidden;
    border: 1px solid black;
    border-radius: 12px;
    background: #d5c3a4;
    max-width: 40%;
}
  
.lit_li {
    float: left;
}
  
.lit_li_a {
    display: block;
    color: #6B2E1D;
    text-align: center;
    padding: 11px 12px;
    text-decoration: none;
}
  
.lit_li_a:hover {
    background: rgba(255, 255, 255, 0.562);
    color: #281900;
}

.contact_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}
  
.contact_li {
    float: left;
    text-align: center;
    border: 1px solid black;
    padding: 4px 12px 12px 12px;
    margin: 16px;
    color: #6B2E1D;
    box-shadow: 0px 8px 8px 0px rgba(72, 72, 72, 0.5);
    width: 22%;
}

.contact_li a {
    color: #6B2E1D !important;
    text-decoration: none;
}

.contact_li a:hover {
    color: #281900 !important;
    text-decoration: none;
}
  
.contact_li:hover {
    background: rgba(255, 255, 255, 0.562);
    color: #281900;
}

/*==============================================* Swiper *===============================================*/

/*html, body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}*/

/*body {
    background: #000;
    color: #000;
}*/

.swiper-nav {
    color: #6B2E1D;
    -webkit-text-stroke-width: 1px;   
    -webkit-text-stroke-color: white;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 14px;
    /*background: #fff;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 8px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*==============================================* Tabelas *===============================================*/

.table_background {
    /*display: flex;*/
    background-color: white;
    /*margin-left: 3vw;
    margin-right: 3vw;
    margin-bottom: 10vh;
    margin-top: 5vh;*/
    box-shadow: 0px 0px 8px rgba(114, 114, 113, 0.5);
    border-radius: 12px;
}

.table-50 {
    width: 50%;
}

.table-70 {
    width: 70%;
}

table {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    border-collapse: collapse;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

th {
    font-size: 14px;
    text-align: left;
    padding: 16px 16px 16px 16px;
}

table,
td {
    padding: 6px 6px 6px 16px;
}

tr:nth-child(even) {
    background-color: #eff2f5;
}

tr:not(:first-child):hover {
    background-color: rgba(114, 114, 113, 0.2);
}

tfoot {
    display: table-footer-group;
    vertical-align: middle;
    border-color: inherit;
}


/*==============================================* SHOP *===============================================*/

img {
    max-width: 100%;
}


/*Product Box*/

.maxproduct {
    max-height: 300px;
    overflow: hidden;
    display: inline-block;
}

.productbox {
    background: #fff;
    padding: 13px;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
}

.latest-items .productbox {
    margin-bottom: 30px;
}

.productbox h1 {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 15px;
    border-bottom: double medium #eee;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
}

.product-details {
    padding: 6px 0 0 0;
    text-align: center;
    color: #444;
}

.productbox .price {
    font-weight: 400;
}

.shopsection .productbox {
    margin-bottom: 30px;
}

.captionshop {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00bba7;
    width: 100%;
    height: 100%;
}

.captionshop h3,
.captionshop p {
    color: #fff;
    margin: 20px;
}

.captionshop h3 {
    margin: 30px 20px 10px;
}

.captionshop p {
    font-size: 15px;
    margin: 0 20px 15px;
}

.captionshop a.learn-more {
    padding: 8px 12px;
    background: transparent;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid;
    display: inline-block;
    min-width: 120px;
    text-transform: uppercase;
    font-size: 16px;
}

.captionshop a.learn-more.detailslearn {
    margin-left: -1px;
}

.captionshop a.learn-more:hover {
    background: #fff;
    color: #00bba7;
    display: inline-block;
    border: 1px solid #fff;
}

.fadeshop {
    position: relative;
    max-height: 300px;
}

.properties-box {
    padding: 20px 20px 15px 20px;
    border: 1px solid #e4e4e4;
    margin-top: 25px;
    clear: both;
    float: none;
    line-height: 1.7;
}

.slide-text {
    position: relative;
    color: #666;
    overflow: hidden;
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    max-width: 75%;
    margin: 0px auto;
    margin-top: 0px;
}

.edd-submit.button {
    font-size: 20px;
    border: 0px;
    padding: 7px 20px;
    text-decoration: none;
    color: #444;
    text-align: center;
    font-weight: 400;
    background: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    background-color: #00bba7;
    color: #fff;
}

.edd-submit.button,
.edd-submit.button:visited {
    background-color: #00bba7;
    color: #fff;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}

.edd-submit.button:hover {
    opacity: 0.8;
}

.rightarea-price .edd-submit.button {
    font-size: 25px;
    padding: 14px 25px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: 400;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    border-radius: 0;
}

.rightarea-price .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js,
.rightarea-price .edd-submit.button {
    display: block;
}

.edd-submit.button.active,
.edd-submit.button:focus,
.edd-submit.button:hover {
    color: #fff;
}

#edd-purchase-button,
.edd-submit,
input[type=submit].edd-submit {
    background-color: #00bba7;
    color: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    font-size: 17px;
    font-weight: 700;
}

#edd_checkout_cart a.edd-cart-saving-button,
th input[type=submit].edd-submit {
    text-decoration: none;
    padding: 4px 10px;
    text-transform: none;
    font-size: 14px;
    background: #fff;
    color: #444;
    border: 1px solid #eee;
    font-weight: 500;
}

#edd_checkout_cart input.edd-item-quantity {
    padding-left: 10px;
}

.edd-cart-added-alert {
    border: 2px solid green;
    padding: 7px 10px;
    margin-bottom: 30px;
    float: right;
    display: inline;
    margin-left: 20px;
}

.btn-buynow {
    font-size: 25px;
    padding: 14px 25px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: 400;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    border-radius: 0;
    display: block;
    background: #33c9b9;
}

.rightarea-price .edd-cart-ajax-alert {
    display: inline;
}

.rightarea-price .edd-cart-added-alert {
    border: 2px solid green;
    padding: 16px 10px;
    top: 2px;
    position: absolute;
    margin-left: 20px;
    clear: both;
    float: none;
    margin-bottom: 0px;
}

.rightarea-price .edd_download_purchase_form {
    margin-bottom: 0;
}

.rightarea-price .edd_go_to_checkout {
    clear: both;
    float: none;
    margin-bottom: 0px;
}

.rightarea-price .edd-submit.button {
    display: block;
    clear: both;
    float: none;
    margin-bottom: 0px;
}

.edd_empty_cart {
    padding: 20px;
    display: block;
    background-color: #fcf8e3;
    border: #faebcc 1px solid;
    color: #8a6d3b;
    text-align: center;
    margin-bottom: 200px;
}

.headercart {
    color: #fff;
    font-size: 21px;
    display: block;
    padding-top: 45px;
    font-weight: 300;
    letter-spacing: 1px;
    z-index: 2;
    position: relative;
}

.headercart a {
    z-index: 2;
    position: relative;
    color: #fff;
}

.filtertagscats a {
    color: #999;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 13px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px !Important;
}

table#edd_purchase_receipt td,
table#edd_purchase_receipt th,
table#edd_purchase_receipt_products td,
table#edd_purchase_receipt_products th {
    text-align: left;
    border: 1px solid #eee;
    padding: 10px;
}

#edd_checkout_cart {
    text-align: left;
    width: 100%;
    border: none;
    margin: 0 0 21px;
    table-layout: auto;
}

#edd_checkout_cart .edd_cart_header_row th {
    background: #fafafa;
    padding: 1.387em;
}

#edd_checkout_cart td,
#edd_checkout_cart th {
    text-align: left;
    border: 1px solid #eee;
    color: #666;
    padding: .5em 1.387em;
}

#edd_checkout_form_wrap fieldset {
    border: 1px solid #eee;
    padding: 1.387em;
    margin: 0 0 21px;
}

legend {
    display: inline-block !Important;
}

#edd_checkout_form_wrap label {
    font-weight: 700;
    display: block;
    position: relative;
    line-height: 100%;
    font-size: 95%;
    margin: 0 0 5px;
}

#edd_checkout_form_wrap input[type=text],
#edd_checkout_form_wrap input[type=email],
#edd_checkout_form_wrap input[type=password],
#edd_checkout_form_wrap input[type=tel],
#edd_checkout_form_wrap textarea {
    padding: 4px 6px;
}

#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input {
    display: inline-block;
    width: 100%;
    border: 1px solid #eee;
}

.myaccountsection legend {
    -webkit-padding-start: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    display: block;
}

.myaccountsection #edd_login_form {
    margin-top: 20px;
}

.myaccountsection #edd_login_form input,
.myaccountsection #edd_login_form select {
    margin-bottom: 0;
    margin-left: 10px;
}

.myaccountsection #edd_login_form input[type="submit"] {
    margin-left: 0px;
}

.myaccountsection input,
.myaccountsection select {
    margin-bottom: 20px;
    padding: 7px 5px;
}

.myaccountsection input[type="submit"] {
    background: #333;
    padding: 7px 20px;
    color: #fff;
    border: 0px;
    margin-left: 0px;
}


/* WOW Fancy Box 3================================================== */

.infoarea .maintitle,
.maintitle {
    font-size: 17px;
    line-height: 22px;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 32px;
    letter-spacing: 1px;
}

.infoareaicon {
    font-size: 32px;
    position: absolute;
    top: -14px;
    left: 43%;
    background: #fff;
    padding-left: 8px;
    padding-right: 8px;
    color: #00bba7;
}

.infoareawrap {
    border: 1px solid #eee;
    padding: 16px;
}

.infoareawrap h1.subtitle {
    margin-top: 16px;
    color: #444;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}


/* the text box */

.slide-text {
    position: relative;
    color: #6B2E1D;
    overflow: hidden;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
    max-width: 75%;
    margin: 0px auto;
}

.slide-text img {
    max-width: 150px;
    margin: 20px 0;
}

.slide-text p {
    margin-top: 0px;
    font-size: 19px;
}

.slide-text a p {
    color: #666;
}

.slide-text h2 {
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    color: #6B2E1D;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0;
}

.callactiontitle {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
}

.callactionbutton {
    border: 1px solid;
    padding: 10px 20px;
    margin-left: 30px;
}

.footer ul.social-iconsfooter li {
    display: inline-block;
    float: none;
    position: relative;
    background: transparent;
    margin-right: 4px;
    border: 1px solid #333;
}

.footer ul.social-iconsfooter li a {
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
}

.footer {
    background: #6B2E1D;
    color: #999;
    font-size: 11px;
    padding: 4px 0 4px 0;
    margin-top: 0px;
}

ul,
ol {
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
    padding-start: 0px;
    padding-left: 16px;
}

.footernote {
    font-size: 24px;
    color: #fff;
}

.footer a {
    color: #00bba7;
}

#contactform input,
#contactform textarea {
    border: 0px;
    border: 1px solid #eee;
    width: 100%;
    background-color: transparent;
    padding: 11px 8px;
    margin-bottom: 16px;
    border-radius: 0;
    font-size: 11px;
}

#contactform .btn {
    background: #333;
    color: #fff;
    border: 1px solid #333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.done {
    display: none;
}

.error input,
input.error,
.error textarea,
textarea.error {
    background-color: #ffffff;
    border-bottom: 2px solid orangered !Important;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

@media (min-width:768px) {
    .navbar-lg .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 12px;
    }
    .navbar-lg .navbar-nav>li>a:hover,
    .navbar-lg .navbar-nav>li>a:active {
        background: #fff;
        color: #281900;
    }
}