/*******************************************************************************
 *                    Fonts to be used in this project                         *
 *******************************************************************************/
@import 'https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Raleway:100,200i,200,300,400i,400,500,500i,600,700,800,900';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,600i,700';

/* INDEX [Crl+G To Find The Line]
________________________________________________________________________________
|
| 1. Global Styles
|
| 2. Navbar
|
| 2.1. Navbar - When the menu is centered
|
| 2.2. Navbar - Side menu for mobile
|
| 2.3 Navbar Styling [Look and fee] + Changing affix
|    (Also look in assets/js/script)
|
| 3. Main Page with the background-Image
|
| 4. Main Page Content
|
| 5. Heading [Um espaço a visitar]
|
| 6. Blocks, all the images included in the main view
|
| 6.2 The <div> that display the mobile images
|
| 6.3 The <div> that controls the background-images
|
| 6.4 Mobile view of the blocks
|
| 7. Section for media, starting with the <hr> line :)
|
| 8. The banner that divides the section
|
| 9. Here is Contact Us/Make appointment
|
| 10. Google maps is here
|
| 11. Icons after the map
|
| 12. The Footer
|_______________________________________________________________________________*/

/* 1. Global Styles
--------------------------------------------------------------------------------*/
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0 0;
}

img {
    max-width: 100%;
    height: auto;
}
div.article-background-img.clearfix{
    
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0 0;
}

.section {
    background-color: #f2f4f4;
}

.section > .section-inner {
    position: relative;
}

.section > .section-inner .section-content {
    padding-top: 50px;
    padding-bottom: 60px;
}

.captcha_div_container{
    text-align: right;
}

@media (min-width: 1024px) {
    .section > .section-inner .section-content {
        padding-top: 70px;
        padding-bottom: 80px;
        }
}
    .section > .section-inner .section-content .section-title {
        color: #222;
        text-transform: uppercase;
        padding-bottom: 40px;
}

@media (min-width: 1024px) {
    .section > .section-inner .section-content .section-title {
        padding-bottom: 60px;
    }
}

.section > .section-inner .section-content .section-title > .main-title {
  font-size: 35px;
  font-weight: 300;
}

@media (min-width: 480px) {
.section > .section-inner .section-content .section-title > .main-title {
    font-size: 45px;
    }
}

@media (min-width: 600px) {
.section > .section-inner .section-content .section-title > .main-title {
    font-size: 55px;
    }
}

@media (min-width: 768px) {
    .section > .section-inner .section-content .section-title > .main-title {
        font-size: 60px;
    }
}

.section > .section-inner .section-content .section-title > .sub-title {
    font-size: 20px;
    font-weight: 300;
}

@media (min-width: 480px) {
    .section > .section-inner .section-content .section-title > .sub-title {
        font-size: 25px;
    }
}

.section > .section-inner .section-content .section-line {
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #222;
}

.section.section-bgimage-yes {
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media (min-width: 1280px) {
    .section.section-bgimage-yes {
        background-attachment: fixed;
    }
}

.section.section-bgimage-yes > .section-inner > .section-overlay {
    background-color: #000;
    bottom: 0px;
    content: '';
    left: 0px;
    opacity: 0.8;
    position: absolute;
    right: 0px;
    top: 0px;
    zoom: 1;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

.section.section-parallax-yes > .section-inner > .section-overlay {
    background-color: #000;
    bottom: 0px;
    content: '';
    filter: alpha(opacity=80);
    left: 0px;
    opacity: 0.8;
    position: absolute;
    right: 0px;
    top: 0px;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

.section.section-parallax-yes > .section-inner > .parallax .bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

@media (min-width: 1280px) {
    .section.section-parallax-yes > .section-inner > .parallax .bcg {
        background-attachment: fixed;
    }
}

/* 2. Navbar
--------------------------------------------------------------------------------*/
.navbar.navbar-fixed-top {
    background-color: #222;
    border: 0;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.2);
    margin: 0;
    min-height: 60px;
    position: relative;
    z-index: 1030 !important;
}

@media (min-width: 768px) {

    .navbar.navbar-fixed-top {
        -webkit-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
        -moz-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
        transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
    }

}

.navbar.navbar-fixed-top .navbar-brand {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    letter-spacing: 0.1em;
    padding-top: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.navbar.navbar-fixed-top .navbar-brand:hover {
    color: #fff;
}

.navbar.navbar-fixed-top .navbar-toggle {
    background-color: #1abc9c;
    display: block;
    margin-top: 12px;
}

#button-open {
    border-radius: 5px !important;
    padding: 13px 13px !important;
    border-color: #964c36;
}

.navbar-toggle span {
    background-color:  #964c36 !important;
}

.navbar-toggle div {
    color: #964c36;
}

.navbar.navbar-fixed-top .navbar-nav > li > a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 992px) {

    .navbar.navbar-fixed-top .navbar-nav > li > a {
        height: 60px;
        line-height: 60px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

}

.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
    background-color: #222;
    color: #1abc9c;
}

.navbar.navbar-fixed-top .navbar-nav > li > a > i.fa-angle-down {
    padding-left: 2px;
}

.navbar.navbar-fixed-top .navbar-nav > li.active a,
.navbar.navbar-fixed-top .navbar-nav > li.active a:hover {
    background-color: #1abc9c;
    color: #fff;
}

@media (min-width: 992px) {
    .navbar.navbar-fixed-top .navbar-nav > li.active a,
    .navbar.navbar-fixed-top .navbar-nav > li.active a:hover {
        background-color: #1abc9c;
        background-repeat: repeat;
        color: #fff;
    }
}


/* 2.1. Navbar - When the menu is centered
--------------------------------------------------------------------------------*/
.main-menu-links li a {
    text-transform: uppercase;
}

.main-menu-links li a label {
    font-weight: 600;
}


/* 2.2. Navbar - Side menu for mobile
--------------------------------------------------------------------------------*/

@media (min-width: 992px) {
    .navbar.navbar-fixed-top.side-menu {
        background-color: #222;
        box-shadow: none;
        position: fixed;
        height: 100%;
        top: 0;
        width: 250px;
        z-index: 15;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }
}

@media (min-width: 992px) {

    .navbar.navbar-fixed-top.side-menu .container {
        margin: 0;
        padding: 0;
        width: auto;
    }

}

@media (min-width: 992px) {

    .navbar.navbar-fixed-top.side-menu .navbar-header {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
    }

}

@media (min-width: 992px) {

    .navbar.navbar-fixed-top.side-menu .navbar-header .navbar-brand {
        color: #aaa;
        float: none;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #aaa;
        border-radius: 2px;
    }

}

@media (min-width: 992px) {

    .navbar.navbar-fixed-top.side-menu .navbar-nav {
        height: 100%;
        position: relative;
        width: 100%;
    }

}

@media (min-width: 992px) {

    .navbar.navbar-fixed-top.side-menu .navbar-nav > li {
        float: none;
    }

}

@media (min-width: 992px) {

    .navbar.navbar-fixed-top.side-menu .navbar-nav > li > a {
        color: #aaa;
        height: 42px;
        line-height: 42px;
        padding: 0px 30px;
    }

    .navbar.navbar-fixed-top.side-menu .navbar-nav > li > a:hover {
        color: #fff;
    }

}

.navbar.navbar-fixed-top.side-menu .navbar-nav > li.active > a {
    color: #fff;
}

@media (min-width: 992px) {

    .navbar.navbar-fixed-top.side-menu.left-slide-menu,
    .navbar.navbar-fixed-top.side-menu.left-push-menu {
        left: -250px;
    }

}

@media (min-width: 992px) {

    .navbar.navbar-fixed-top.side-menu.left-slide-menu.active,
    .navbar.navbar-fixed-top.side-menu.left-push-menu.active {
        left: 0;
    }

}

@media (min-width: 992px) {

    .navbar.navbar-fixed-top.side-menu.right-slide-menu,
    .navbar.navbar-fixed-top.side-menu.right-push-menu {
        right: -250px;
        left: auto;
    }

}

@media (min-width: 992px) {

    .navbar.navbar-fixed-top.side-menu.right-slide-menu.active,
    .navbar.navbar-fixed-top.side-menu.right-push-menu.active {
        right: 0;
    }

}

.navbar-trigger-open {
    margin-top: 25px;
    position: fixed;
    top: 0;
    z-index: 10;
}

.navbar-trigger-open a {
    background-color: #1abc9c;
    border-radius: 2px;
    color: #fff;
    font-size: 28px;
    opacity: 0.9;
    padding: 5px 15px;
}

.navbar-trigger-open.left {
    left: 0;
    margin-left: 20px;
}

.navbar-trigger-open.right {
    margin-right: 20px;
    right: 0;
}

span.navbar-trigger-close {
    margin-right: 25px;
    margin-top: 28px;
    position: absolute;
    right: 0;
    top: 0;
}

span.navbar-trigger-close a {
    color: #aaa;
    font-size: 28px;
}

span.navbar-trigger-close a:hover {
    color: #fff;
}

.navbar-header {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    padding-top: 15px;
    overflow: hidden;
}

#button-close {
    border-color: #964c36;
    padding: 6px 18px;
}

/* 2.3 Navbar Styling [Look and feel] + Changing affix
(Also look in assets/js/script)
--------------------------------------------------------------------------------*/
.affix {
    top: 0;
    min-width: 100%;
  }

.height-of-nav {
    height: 80px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 767px) {
    .height-of-nav {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
    }
}

.affix + .container-fluid {
    padding-top: 70px;
    top: 0;
}

.size-off-the-navbar {
    bottom: 96px;
    height: 80px;
    max-width: 100%;
    position: relative;
    padding-top: 15px;
    opacity: 0.8;
    text-align: center;
    z-index: 1;
}

.size-off-the-navbar .navbar {
    border-radius: 0px;
    border-color: #f8f8f8;
}

.size-off-the-navbar .nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar-default .navbar-nav>li>a {
    color: #964c36 !important;
    font-family: 'Raleway';
    padding-left: 35px;
    padding-top: 30px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #50372F !important;

}


.navbar-default .navbar-collapse,
.navbar-default .navbar-form  {
    background-color: #f8f8f8;
    border-color: #f8f8f8 !important;
    border-top-width: 0px ;
}

/*  3. Main Page with the background-Image
--------------------------------------------------------------------------------*/

#intro:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {

    #intro {
        height: 100%;
        padding: 0px;
    }

    #about-us-intro {
        height: 50%;
        padding: 0px;
    }

}

#intro .parallax {
    width: 100%;
    height: 100%;
}

#about-us-intro .about-us-space {
    width: 100%;
    height: 100%;
}

#intro .parallax > .bcg {
    background-size: auto 100%;
    background-image: url("../img/main-site/main_image2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    display: table;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.intro-layer {
    width: 100%;
    height: 100%;
}

@media (min-width: 1280px) {
    #intro .parallax > .bcg {
        background-attachment: fixed;
    }

    #about-us-intro .about-us-space > intro {
        background-attachment: fixed;
    }
}

@media (max-width: 766px) {

    #intro .parallax > .bcg {
    background-size: cover;
    background-image: url("../img/banner/main_image_mobile.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    display: table;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    }

    #about-us-intro {
    content: " ";
    height: 300px;
    position: relative;
    width: 100%;
    }
}

/* 4. Main Page Content
--------------------------------------------------------------------------------*/

#intro .intro-body {
    padding-bottom: 70px;
    padding-top: 45px;
    position: relative;
}

.intro-content {
    padding: 0px 0px 10%;
}

@media (min-width: 1280px) {

    #intro .intro-body {
        padding-top: 75px;
        padding-bottom: 20px;
    }

}

.next-page a {
    color: grey;
    float: right;
    text-decoration: underline;
}

.next-page a:hover {
    color: red;
}

/* 4.1  Main Page Logo
--------------------------------------------------------------------------------*/

#intro .intro-body .logo {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: block;
    height: 110px;
    margin: auto;
    width: 160px;
}

@media (max-width: 767px) {
    #intro .intro-body .logo {
        width: 160px;
    }
}

/* 4.2 Text After the Logo
--------------------------------------------------------------------------------*/

#intro .intro-body .intro-text {
    font-family: 'Raleway';
    margin-top: 180px;
    text-shadow: 0px 0px 4px #000000;
}

#intro .intro-body .intro-text h2 {
    color: #fff;
    font-size: 45px;
    font-family: 'Playfair Display';
    margin-bottom: 3px;
}

#intro .intro-body .intro-text h2:first {
    font-weight: 200;
}

#intro .intro-body .intro-text h2:nth-child(2) {
    font-weight: 700;
    margin-top: 8px;
}

.line-between-content {
    border: 2px solid white;
    margin-bottom: 4%;
    margin-top: 4%;
    width: 11%;
    box-shadow: 0px 0px 3px #000000;
}

@media (max-width: 991px) {

    #intro .intro-body .intro-text {
        margin-top: 50px;
    }

    #intro .intro-body .intro-text h2 {
    font-size: 40px;
    }

}

.espaco-paragraph p{
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    margin-left: auto;
    margin-right: auto;
    max-width: 834px;
    text-align: center;
}

/* 4.3 The Button In The Main Page
--------------------------------------------------------------------------------*/

#intro .intro-body .page-scroll {
    margin-top: 30px;
}

.page-scroll a {
    border: 1px solid white;
    border-radius: 0px;
    color: white;
    font-family: "Raleway";
    font-size: 15px;
    font-weight: 300;
    padding: 7px 18px 7px 18px;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000000;
    box-shadow: 0px 0px 3px #000000;
}

.page-scroll a:hover {
    color: white!important;
}

.page-scroll a:focus {
    color: white;
}

.hover-button {
    background-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 690px) and (max-width: 891px) {

    #intro .intro-body .page-scroll {
        margin-top: 30px;
    }

}

@media (min-width: 1152px) {

    #intro .intro-body .page-scroll {
        margin-top: 7%;
    }

}

/* 4.4 Setting the home screen full on every screen size) I Think
--------------------------------------------------------------------------------*/

    body,
    html {
        width: 100%;
        height: 100%;
    }

/* 5. Heading [Um espaço a visitar]
--------------------------------------------------------------------------------*/

.heading-before-gallery {
    color: #964C36;
    padding: 0 0 0 0;
}

.heading-circle-lines-left,
.heading-circle-lines-right {
    border-bottom: 2px solid #964C36;
    padding-bottom: 10px;
    position: relative;
}

.heading-circle-lines-left:before {
    background:#964C36;
    border-radius:5px;
    bottom:-6px;
    content:"";
    height:10px;
    left:0;
    position:absolute;
    width:10px;
}

.heading-circle-lines-right:after {
    background:#964C36;
    border-radius:5px;
    bottom:-6px;
    content:"";
    height:10px;
    left:0;
    position:absolute;
    width:10px;
}

.heading-circle-lines-left:after,
.heading-circle-lines-right:after {
    left:auto;
    right:0;
}

.left-circle-line hr,
.right-circle-line hr {
    border-top: none;
    margin-right: 0px;
    margin-left: 0px;
}

.copyright-div label {
    font-weight: 300;
}

.place-to-visit h2 {
    font-size: 22px;
}

.media-content-section h4 {
    color: #964c36;
    font-family: Raleway;
}

.media-content-section p {
    color: #000000;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
}

@media (max-width: 353px) {

    .legendary-circle-left {
        margin-left: -131px !important;
        margin-top: 120px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }
}

@media (max-width: 355px) {

    .legendary-circle-left {
        margin-left: -131px !important;
        margin-top: 120px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 356px) {

    .legendary-circle-left {
        margin-left: -130px !important;
        margin-top: 120px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 358px) {

    .legendary-circle-left {
        margin-left: -132px !important;
        margin-top: 120px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 359px) {

    .legendary-circle-left {
        margin-left: -128px !important;
        margin-top: 122px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 360px) {

    .legendary-circle-left {
        margin-left: -126px !important;
        margin-top: 123px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 361px) {

    .legendary-circle-left {
        margin-left: -124px !important;
        margin-top: 124px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 362px) {

    .legendary-circle-left {
        margin-left: -122px !important;
        margin-top: 125px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 363px) {

    .legendary-circle-left {
        margin-left: -120px !important;
        margin-top: 126px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 364px) {

    .legendary-circle-left{
        margin-left: -118px !important;
        margin-top: 127px !important;
    }
    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }
    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 365px) {

    .legendary-circle-left {
        margin-left: -116px !important;
        margin-top: 128px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 366px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 367px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 368px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 369px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 370px) {

    .legendary-fieldset label{
        font-size: 33px !important;
    }

}

@media (max-width: 371px) {

    .legendary-fieldset label{
        font-size: 33px !important;
    }

}

@media (max-width: 384px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 385px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 386px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 387px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 388px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 389px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 390px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 391px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 392px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media(max-width: 393px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 394px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 395px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 396px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 397px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 398px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 399px) {

    .legendary-circle-left {
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right {
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label {
        font-size: 33px !important;
    }

}

@media (max-width: 400px) {

    .legendary-circle-left{
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right{
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label{
        font-size: 33px !important;
    }

}

@media (max-width: 401px) {

    .legendary-circle-left{
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right{
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label{
        font-size: 33px !important;
    }

}

@media (max-width: 402px) {

    .legendary-circle-left{
        margin-left: -118px !important;
        margin-top: 127px !important;
    }

    .legendary-circle-right{
        margin-left: 192px;
        margin-top: 120px !important;
    }

    .legendary-fieldset label{
        font-size: 33px !important;
    }

}

@media (max-width: 403px) {

    .legendary-circle-left{
        margin-left: -118px !important;
        margin-top: 127px !important;
    }
    .legendary-circle-right{
        margin-left: 192px;
        margin-top: 120px !important;
    }
    .legendary-fieldset label{
        font-size: 26px !important;
    }

}

.scrolloff {
    pointer-events: none;
}

@media (max-width: 768px) {

    .left-circle-line hr,
    .right-circle-line hr {
        bottom: 49px;
        position: relative;
    }

    .heading-circle-lines-left:before {
        bottom: -4px;
    }

    .heading-circle-lines-right:after {
        bottom: -4px;
    }

    .heading-circle-lines-left:before {
        height: 7px;
        width: 7px;
    }

    .heading-circle-lines-left:after,
    .heading-circle-lines-right:after {
        height: 7px;
        width: 7px;
    }

    .heading-circle-lines-left,
    .heading-circle-lines-right {
        border: -1px;
        padding-bottom:
    }

    .place-to-visit, .heading-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .place-to-visit h2 {
        bottom: 37px;
        font-size: 35px !important;
        position: relative;
    }

    .coming-soon p {
        bottom: 34px;
        font-size: 16px;
        position: relative;
    }

    .heading-before-gallery {
        height: 0;
        padding-top: 0;
    }

    .container-espaco {
        height: 0;
    }

    .displaying-img img {
        padding-top: 65px;
    }

    .block-of-pictures {
        padding-top: 50px !important;
        padding-right: 16px;
        padding-left: 15px;
    }

    .contact-numbers {
        margin-bottom: 20px;
    }

    .business-location {
        margin-bottom: 20px;
    }

    .contact-email {
        margin-bottom: 20px;
    }

    .contact-us form {
        padding-top: 25px !important;
    }

    .contact-us-container {
        padding-top:75px !important;
    }

    .interactive-media {
        margin-top: 50px !important;
    }

    .hide-direction {
        padding-top: 50px !important;
    }

    .contact-information {
        padding: 50px 0 30px 0 !important;
    }

    .legendary-fieldset fieldset {
        margin-left: -60px;
        margin-right: -60px;
        margin-top: 5px;
        position: relative;
        bottom: 35px;
    }

    .legendary-circle-right {
        margin-top: 125px;
        margin-right: 46px;
    }

    .legendary-circle-left {
        margin-top: 125px;
        margin-left: 65px;
    }

}

@media (max-width: 567px) {
    .legendary-fieldset fieldset {
        bottom: -10px;
    }
}

.contact-email a {
    color: black;
}

.contact-email a:visited,
.contact-email a:active {
    color:black;
}

.contact-email a:hover {
    color: #964C36;
}

.place-to-visit h2 {
    font-family: Playfair Display;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
}

.coming-soon {
    padding-top: 10px;
}

.coming-soon p {
    font-family: "Open Sans";
    font-weight: 100;
    text-align: center;
}

@media (max-width: 991px) {

    .coming-soon {
        font-size: 15px;
    }

    .place-to-visit {
         font-size: 35px;
    }

    .heading-circle-lines-left,
    .heading-circle-lines-right {
        padding-bottom: 10px;
    }

}

@media (max-width: 758px) {

    .coming-soon {
        font-size: 15px;
    }

    .place-to-visit {
        font-size: 30px;
    }

}

@media (max-width: 549px) {
    .place-to-visit h2 {
        bottom: 37px;
        font-size: 26px !important;
        position: relative;
    }

    .coming-soon p {
        bottom: 34px;
        font-size: 13px;
        position: relative;
    }
}

/* 6. Blocks, all the images included in the main view
--------------------------------------------------------------------------------*/

.block-of-pictures {
    padding-top: 70px;
}

.sm-large-img .hall-way {
    background: url(../img/gallery/galery1.png) center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

.sm-large-img .espaco-office {
    background: url(../img/gallery/galery5.png) center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

.sm-large-img .espaco-gallery {
    background: url(../img/gallery/galery2.png) center center no-repeat;
    background-size: cover;
    min-height: 300px;
}

.sm-large-img .espaco-stand {
    background: url(../img/gallery/galery3.png) center center no-repeat;
    background-size: cover;
    min-height: 200px;
}

.sm-large-img .espaco-lounge {
    background: url(../img/gallery/galery4.png) center center no-repeat;
    background-size: cover;
    min-height: 514px;
}

.sm-large-img .espaco-waiting-room {
    background: url(../img/gallery/galery6.png) center center no-repeat;
    background-size: cover;
    min-height: 600px;
}

.sm-large-img .espaco-soufa {
    background: url(../img/gallery/galery7.png) center center no-repeat;
    background-size: cover;
    min-height: 314px;
}

.sm-large-img .espaco-modelling {
    background: url(../img/gallery/galery8.png) center center no-repeat;
    background-size: cover;
    min-height: 314px;
    padding: 0px;
}

/* 6.1 The <div> that hold the images
--------------------------------------------------------------------------------*/

.espaco-first-img,
.espaco-forth-img,
.espaco-fifth-img,
.espaco-sixth-img {
    padding: 0px !important;
}

.espaco-second-img {
    padding: 0px 0px 15px 15px !important;
}

.espaco-third-img {
    padding: 0px 0px 15px 0px !important;
}

.espaco-seventh-img {
    padding-left: 0px !important;
    padding-top: 15px !important;
}

.espaco-eighth-img {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 15px !important;
}

.column-of-img {
    padding-left: 0px !important;
}

.column-of-img-2 {
    padding-left: 0px !important;
}

.blocks-padding {
    padding-right: 10px !important;
}

.blocks-padding-left {
    padding-left: 6px !important;
}

/* 6.2 The <div> that display the mobile images
--------------------------------------------------------------------------------*/

@media (max-width: 991px) {

    .small-screen-view .hall-way {
        background: url(../img/tablet-view/galery1_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }

    .small-screen-view .espaco-office {
        background: url(../img/tablet-view/galery5_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }

    .small-screen-view .espaco-gallery {
        background: url(../img/tablet-view/galery2_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }

    .small-screen-view .espaco-stand {
        background: url(../img/tablet-view/galery3_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;

    }

    .small-screen-view .espaco-lounge {
        background: url(../img/tablet-view/galery4_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }

    .small-screen-view .espaco-waiting-room {
        background: url(../img/tablet-view/galery6_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }

    .small-screen-view .espaco-soufa {
        background: url(../img/tablet-view/galery7_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }

    .small-screen-view .espaco-modelling {
        background: url(../img/tablet-view/galery8_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }

    .small-screen-view .hall-way {
        background: url(../img/tablet-view/galery1_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }

    .small-screen-view .espaco-office{
        background: url(../img/tablet-view/galery5_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }

    .small-screen-view .espaco-gallery {
        background: url(../img/tablet-view/galery2_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }

    .small-screen-view .espaco-stand {
        background: url(../img/tablet-view/galery3_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }

    .small-screen-view .espaco-lounge {
        background: url(../img/tablet-view/galery4_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }

    .small-screen-view .espaco-waiting-room {
        background: url(../img/tablet-view/galery6_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }

    .small-screen-view .espaco-soufa {
        background: url(../img/tablet-view/galery7_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }

    .small-screen-view .espaco-modelling {
        background: url(../img/tablet-view/galery8_tablet.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
    }
}

/* 6.3 The <div> that controls the background-images
--------------------------------------------------------------------------------*/

.espaco-first-mobile,
.espaco-third-mobile,
.espaco-fifth-mobile,
.espaco-seventh-mobile {
    padding: 0px 5px 0px 15px !important;
}

.espaco-second-mobile,
.espaco-forth-mobile,
.espaco-sixth-mobile,
.espaco-eighth-mobile {
    padding: 0px 15px 15px 10px !important;
}


@media (max-width: 992px) {
    .media-section-side {
            border-right: 0px !important;
        }
}

/* 6.4 Mobile view of the blocks
--------------------------------------------------------------------------------*/

@media (max-width: 767px) {

    .espaco-first-mobile,
    .espaco-second-mobile,
    .espaco-third-mobile,
    .espaco-forth-mobile,
    .espaco-fifth-mobile,
    .espaco-sixth-mobile,
    .espaco-seventh-mobile,
    .espaco-eighth-mobile {
        padding: 0px 15px 15px 15px !important;
    }

}

/* 7. Section for media, starting with the <hr> line :)
--------------------------------------------------------------------------------*/
.line-of-division {
    background-color: black;
    border-top: 1px solid #7c7c7c;
    height: 1px;
    margin-bottom: 160px;
}

.interactive-media {
    margin-top: 180px
}

#line {
    border-right: 1px solid #964c36;
}

.media-content-section .name-of-author {
    color:#828282;
    float: right;
    font-family: "Raleway";
    font-weight: 300;
    font-style: italic;
}

.media-section-sides i{
    bottom: 210px;
    color: white;
    font-size: 150px;
    left: 170px;
    position: relative;
}

.displaying-img img {
    display: block;
    width: 100%;
}

.media-section-sides img {
    height: 315px;
    width: 554px;
}

.articles-content-section {
    height: 285px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.articles-author-section,
.articles-read-more {
    padding-top: 15px;
}

.articles-read-more a {
    color: rgb(150, 99, 84);
}
.articles-read-more a:hover {
    color: #964c36;
}

@media (max-width: 991px) {
    #line  {
        border-right: none;
    }

    .media-content-section {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .media-section-sides img {
        height: 315px;
        width: 720px;
    }
}

/* 8. The banner that divides the section
--------------------------------------------------------------------------------*/

.the-divider-banner {
    padding-top: 35px;
}

.position-of-bannertext {
    margin-top: 15%;
}

.banner-bg {
    background: url(../img/gallery/banner2.png) center center no-repeat;
    background-size: cover;
    height: 450px;
}

.legendary-fieldset {
    text-align: center;
}

.legendary-fieldset fieldset {
    color: white;
    border: 2px solid white;
}

.legendary-fieldset legend {
    border-bottom: none;
    color: white;
    font-weight: 300;
    font-family: 'Raleway';
    font-size: 15px;
    margin-left: 45%;
    width: inherit;
    text-transform: uppercase;
}

.legendary-fieldset label {
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 45px;
    padding-bottom: 35px;
    margin-bottom: 0;
}

.align-center legend {
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 25px 0px 25px;
    text-align: center;
}

.legendary-circle-left {
    background: white;
    border-radius: 5px;
    border-top-width: 0px;
    content: "";
    height: 10px;
    margin-bottom: 0px;
    position: relative;
    left: 345px;
    right: -26px;
    top: -9px;
    width: 10px;
}

.legendary-circle-right {
    background: white;
    border-radius: 5px;
    border-top-width: 0px;
    content: "";
    height: 10px;
    margin-bottom: 0px;
    position: relative;
    right: 345px;
    top: -9px;
    width: 10px;
}

.mobile-circle-left {
    background: white;
    border-radius: 5px;
    border-top-width: 0px;
    height: 10px;
    position: relative;
    margin-bottom: 0px;
    right: 90px;
    top: 10px;
    width: 10px;
}

.mobile-circle-right {
    background: white;
    border-radius: 5px;
    border-top-width: 0px;
    bottom: 40px;
    height: 10px;
    left: 90px;
    margin-bottom: 0px;
    position: relative;
    width: 10px;
}

@-moz-document url-prefix() { /* Applies the css only on mozilla */

    .mobile-circle {}

    .mobile-circle-left {
        top: 4px;
    }
    .mobile-circle-right {
        bottom: 47px;
    }
}

@media (max-width: 1199px) {

    .legendary-circle-left {
        border-radius: 5px;
        border-top-width: 0px;
        content: "";
        left: 270px;
        margin-bottom: 0px;
        top: -9px;
    }

    .legendary-circle-right {
        border-radius: 5px;
        border-top-width: 0px;
        content: "";
        margin-bottom: 0px;
        right: 270px;
        top: -9px;
    }

}

@media (max-width: 991px) {

    .legendary-circle-left {
        border-radius: 5px;
        border-top-width: 0px;
        content: "";
        left: 190px;
        margin-bottom: 0px;
        top: -10px;
    }

    .legendary-circle-right {
        content: "";
        border-radius: 5px;
        border-top-width: 0px;
        margin-bottom: 0px;
        right: 190px;
        top: -10px;
    }

    .position-of-bannertext {
        margin-top: 21%;
    }

    .position-of-fieldset {
        margin-top: -5%;
    }

    .legendary-fieldset label {
        font-size: 30px;
    }
}

@media (max-width: 768px){

    .legendary-circle-left {
        border-radius: 5px;
        border-top-width: 0px;
        content: "";
        left: 205px;
        margin-bottom: 0px;
        top: -84px;
    }

    .legendary-circle-right {
        top: -84px;
        right: 205px;
        content: "";
        border-radius: 5px;
        border-top-width: 0px;
        margin-bottom: 0px;
    }

}

@media (max-width: 767px) {

    .legendary-circle-left {
        border-radius: 5px;
        border-top-width: 0px;
        content: "";
        left: 200px;
        margin-bottom: 0px;
        top: -85px;
    }

    .legendary-circle-right {
        border-radius: 5px;
        border-top-width: 0px;
        content: "";
        margin-bottom: 0px;
        right: 200px;
        top: -85px;
    }

    .align-center legend {
        margin-bottom: -15px;
        z-index: 999;
    }

    .banner-bg {
        height: 340px;
    }

}

fieldset.align-center:before {
    background: white;
    border-radius: 5px;
    border-top-width: 0px;
    content: "";
    margin-bottom: 0px;
}

/* 9. Here is Contact Us/Make appointment
--------------------------------------------------------------------------------*/

.contact-us-container {
    padding-bottom: 25px;
    padding-top: 180px;
}

.complete-form-success {
    font-family: 'Raleway';
    margin: 0 auto;
    padding-top: 80px;
    width:100%;
    display: none;
}

.complete-form-success .submit-button-back{
    
}

.contact-us h2 {
    color: #964C36;
    font-family: raleway;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
}

.contact-us p {
    font-weight: 200;
    font-family: raleway;
    line-height: 1.4;
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: center;
}

.contact-us form {
    font-family: 'Raleway';
    margin: 0 auto;
    padding-top: 80px;
    width: 474px;
}

.form-group label {
    font-weight: 400;
}

.name,
.email,
.telephone,
.message {
    text-transform: uppercase;
}

.contact-us form input,
.contact-us textarea {
    width:100%;
}

.submit-button input,
.submit-button-back input {
    background-color: transparent;
}

.submit-button:hover,
.submit-button-back:hover {
    opacity: 0.9;
}

.submit-button input:hover,
.submit-button-back input:hover {
    color: white;
}

.submit-button input:active,
.submit-button-back input:active {
    color: white;
}

.submit-button input:focus,
.submit-button-back input:focus {
    color: white;
}

.submit-button:focus,
.submit-button-back:focus {
    outline: none !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
}

.submit-button,
.submit-button-back {
    background-color: #964C36;
    border: 1px solid #964C36;
    color: white;
    margin-top: 25px;
    padding: 0px;
    text-align: center;
}

.submit-button label,
.submit-button-back label {
    margin: 0;
}

.prevent-clicks {
    background-color: rgba(1, 1, 1, 0);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.hide-direction {
    padding-top: 100px;
    text-align: center;
}

.hide-direction label {
    color: #964C36;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
}

.name-input,
.email-input,
.telephone-input,
.message-textarea {
    padding-bottom: 20px;
}

.name-input input[type=text],
.email-input input[type=text],
.telephone-input input[type=text],
.name-input input[type=text]:hover,
.email-input input[type=text]:hover,
.telephone-input input[type=text]:hover {
    border: 1px solid #c5c5c5;
    height: 30px;
    outline: none;
    padding: 6px;
    font-family: "Open Sans", sans-serif !important;
}

.message-textarea textarea,
.message-textarea textarea:hover {
    border: 1px solid #c5c5c5;
    outline: none;
    padding: 6px;
}

.name-input input[type=text]:focus,
.email-input input[type=text]:focus,
.telephone-input input[type=text]:focus,
.message-textarea textarea:focus {
    border: 1px solid #979395;
    outline: none;
    font-family: "Open sans", sans-serif;
}

.form-group label {
    margin: 0;
}

.hide-direction label,
.submit-button,
.submit-button-back,
.submit-button label,
.submit-button-back label {
    cursor: pointer;
}

.googlemap-hide {
    display: none;
    transition:all 1s;
}

.show-option {
    display: block;
}

.important-field {
    color: #964c36;
    font-size: 16px;
    font-weight: bold;
}

.validation-warning {
    color: #964C36;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
}

.colour-red {
    border:1px solid #7f2805 !important;
}

.loading-image {
    position: relative;
    bottom: 460px;
    left: 46%;
    width: 50px;
}

.hidden-loading {
    display: none;
}

@media (max-width: 767px){

    .contact-us form {
        width: 100%;
    }

}

/* 10. Google maps is here
--------------------------------------------------------------------------------*/

.google-maps iframe {
    height:500px;
    margin: 0 auto 0 auto;
    width:100%;
}

/* 11. Icons after the map
--------------------------------------------------------------------------------*/

.contact-numbers img,
.contact-email img,
.business-location img {
    height: 25px;
}

.contact-numbers label,
.contact-email label,
.business-location label {
    padding-top: 10px;
}

.contact-email label {
    cursor: pointer;
}

.contact-information {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 70px 0 70px 0;
    text-align: center;
}

.contact-information label {
    font-weight: 500;
    max-width: 190px;
}

.contact-numbers {
    font-family: 'Open Sans', sans-serif;
}

.article-background-img img{
    width: 100%;
}

@media (max-width: 767px) {
    .contact-numbers div,
    .contact-email div,
    .business-location div {
        display: inline;
    }

    .contact-numbers label {
        padding-left: 9px;
    }

    .contact-email img {
        

    }

    .contact-email label {
        cursor: pointer;
    }

    .contact-email label {
        padding-left: 10px;
    }

    .business-location img {
        vertical-align: super;
    }

    .business-location label {
        text-align: left;
        padding-left: 10px;
    }
}

/* 12. The Footer
--------------------------------------------------------------------------------*/
textarea:focus, input:focus, select:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}
.submitted{
    display: none;
} 
.newsletter-fix{
    width: 50%;
    max-width: 193px;
}
.espaco-footer {
    background-color: #F0E6E4;
    padding-top: 40px;
    padding-bottom: 25px;
}

.newletter-placement {
    padding-bottom: 20px;
    padding-left: 10%;
}

.newsletter-section label {
    color: #964C36;
    font-size: 18px;
    font-family: raleway;
    padding-right: 20px;
}

.newletter-email {
    background-color: #f0e6e4;
    border: 1px solid #964c36;
    font-size: 13px;
    padding: 5px 20px 5px 5px;
    margin-left: 10px;
}

.newletter-email:focus {
    border: 1px solid #964c36;
    outline-width: 0;
}

.newsletter-submit {
    color: #964C36;
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 25px;
}

.email-message {
    color: green;
    margin-left: 120px;
}

.footer-content,
.social-media,
.social-media-label,
.social-media-links {
    color: #964C36;
    padding: 0;
}

.social-media-label {
    font-family: raleway;
    font-weight: 600;
    margin: 0;
    text-align: right;
}

.the-anchor {
    color: #964C36;
    margin-left: -15px;
}

.social-media-links {
    text-align: right;
}

.social-media-links img {
    float: right;
    height: 25px;
    padding-left: 10px;
}

.icons-hover:hover {
    opacity: 0.6;
}
.social-media {
    font-family: "Open Sans", sans-serif;
    padding-right: 100px;
}

.copyright-div {
    color: #964C36;
    font-family: Raleway;
    font-size: 10px;
}

.copyright-mobile-text {
    font-size: 10px;
}

.social-media-mobile,
.mobile-newsletter {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}

.social-media-mobile label,
.mobile-newsletter label {
    font-size: 20px;
    font-weight: 600;
}

.social-media-ms {
    font-family: Raleway;
    color: #964C36;
}

.mobile-newsletter {
    padding-top: 40px;
}

.social-media-img {
    height: 20px;
    padding-left: 10px;
}

.copyright-mobile-text {
    padding-top: 20px;
}

.copyright-mobile-text label {
    font-weight: 300;
}

.newletter-email::placeholder,
.newsletter-input::placeholder {
    color: #964C36;
}

.newletter-email::-webkit-input-placeholder,
.newsletter-input::-webkit-input-placeholder {
    color: #964C36;
}

.newletter-email::-moz-placeholder,
.newsletter-input::-moz-placeholder {
    color: #964C36;
}

.newletter-email:-ms-input-placeholder,
.newsletter-input:-ms-input-placeholder {
    color: #964C36;
}

.newletter-email:-moz-placeholder,
.newsletter-input:-moz-placeholder {
    color: #964C36;
}

.newsletter {
    margin-bottom: 20px;
}

.newsletter-error label span {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    position: relative;
    left: 133px;
    font-size: 13px;
}

.submitted-subscriber {
    display: none;
}

.subscriber-sub-success {
    color: #964C36;
    display: inherit !important;
    font-weight: 300;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
    bottom: 27px;
    left: 70px;
}

.subscriber-sub-success label {
    color: #964C36;
    font-weight: 300;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    position: relative;
    top: -2px;
}

.subscriber-sub-success label span {
    vertical-align: middle;
}

.subscriber-sub-success label img {
    width: 6%;
}

.newsletter-section {
    padding: 0px !important;
}

.newsletter-loading-img {
    position: absolute;
    top: 3px;
    left: 270px;
    width: 50px;
}

@media (max-width: 991px) {
    .newsletter-error label span{
        left: 105px;
    }

    .newletter-placement {
        display: table;
        margin: 0 auto;
        padding-left: 0px;
    }

    .newletter-placement label {
        font-size: 13px;
    }

    .subscriber-sub-success {
        color: #964C36;
        display: inherit !important;
        font-weight: 300;
        font-family: "Open Sans",sans-serif;
        font-size: 16px;
        padding-left: 25px;
        position: relative;
        bottom: 27px;
        left: 70px;
    }
    .newletter-placement{
        padding-left: 10%
    }
}

@media(min-width: 991px) {
    .subscriber-sub-success {
        left: 100px;
    }
    .newletter-placement{
        padding-left: 10%
    }
}

@media(max-width: 767px) {

    .social-media-links {
        text-align: center;
    }

    .social-media-links span {
        display: block;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 10px;
        text-align: center !important;
    }

    .social-media-links img {
        float: none;
    }

    .newletter-placement {
        text-align: center;
    }

    .subsc_md label {
        display: block;
        font-size: 20px;
        font-weight: 600;
        padding-right: 0px;
    }

    .footer-content {
    }

    .newsletter-section {
        position: relative;
        top: 15px;
    }

    .copyright-div {
        position: static;
        padding-top: 40px;
        text-align: center;
    }

    .newsletter-error label span {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        position: relative;
        left: 30px;
        top: 10px;
    }

    .subscriber-sub-error {
        top: 25px;
        left: 0px;
        padding: 0px;
        margin-top: -10px;
    }

    .subscriber-sub-success {
        top: 0px;
        left: 0px;
        padding: 0px;
    }

    .subscriber-sub-success label {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 13px;
    }

    .social-media {
        position: relative;
        top: 15px;
        padding-right: 0px;
    }

}

/* 13. Overlay On Tablet and Mobile Phone
-------------------------------------------------------------------------------*/
@media (max-width: 768px) {
    .overlay {
        background-color: rgba(0, 0, 0, 0.66);
        height: 0%;
        left: 0;
        /*position: fixed;*/
        transition: 0.5s;
        width: 100%;
        z-index: 1;
    }
    .newsletter-error label span{
        left: 60px;
    }
}

.openbtn {
    display: none;
}

.menu-close {
    display: none;
}

.closebtn {
    display: block !important;
}

.close-logo {
    font-size: 20px;
}

/*******************************************************************************
 *                               About Us Page                                 *
 *******************************************************************************/

.about-us-background-image {
    background: url('../img/banner/mainbanner_aboutus.jpg') center center no-repeat;
    background-size: cover;
    display: table;
    height: 100%;
    width: 100%;
}

.article-background-image {
    background: url('../img/banner/mainbanner_articles.jpg') center center no-repeat;
    background-size: cover;
    display: table;
    height: 100%;
    width: 100%;
}

.about-us-heading {
    padding-bottom: 100px;
    padding-top: 50px;
}

.about-us-note {
    display: block;
    margin: 0 auto;
    width: 80%;
    padding-top: 50px;
}

.about-us-note p {
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 10px;
}

@media(max-width: 768px) {

    .about-us-note p {
        font-size: 16px;
    }

    .about-us-note {
        padding-top: 0px;
    }

    .menu-background-color {
        background-color: #f8f8f8;
        border-color: #f8f8f8 !important;
    }

}

.paragraph-container {
    padding-bottom: 100px;
}

.about-us-logo {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: block;
    height: 110px;
    margin: auto;
    padding-top: 75px;
    position: relative;
    top: 40%;
    width: 180px;
}

@media(max-width: 766px) {
    .about-us-logo {
        padding-top: 70px;
    }

    .paragraph-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .about-us-note {
        width: 90%;
    }
}

/* Navbar in the about us page */

#about-us-intro {
    content: " ";
    height: 300px;
    position: relative;
    width: 100%;
}

.about-us-the-navbar {
    bottom: 96px;
    height: 80px;
    max-width: 100%;
    position: relative;
    padding-top: 15px;
    opacity: 0.8;
    text-align: center;
    z-index: 1;
}

.about-us-the-navbar .nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.about-us-container {
    padding: 0px;
}

.espaco-map-toggle {
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .about-us-container {
        width: 1170px !important;
    }
    .article-lines-left {
        margin-left: 30px !important;
    }

    .article-lines-right {
        margin-right: 30px !important;
    }

    .about-us-lines-right {
        margin-right: 125px !important;
    }

    .about-us-lines-left {
        margin-left: 125px !important;
    }
}

.about-us-the-navbar .navbar {
    border-radius: 0px;
    border-color: #f8f8f8;
}

@media (min-width: 992px) {

    #about-us-intro {
        height: 300px;
        padding: 0px;
    }

}

/*******************************************************************************
 *                             Articles Styling                                *
 *******************************************************************************/

.article-title h2 {
    color: #964c36;
    font-family: 'Raleway';
    font-size: 21px;
    font-weight: 500;
}

.article-date label {
    color: #964C36;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align:left;
    font-weight: 300;
    margin-bottom: 0px;
    padding-top: 15px;
}

.article-image {
    padding-top: 20px;
}

.article-background-img {
    margin: 0 auto;
    display: table;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.article-content {
    text-align: justify;
    padding-top: 45px;
}

.article-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    text-align:justify;
}

.article-author {
    padding-top: 30px;
}

.article-author label {
    font-family: 'Open Sans',sans-serif;
    font-style: italic;
    font-weight: 300;
    color: #828282;
}

@media (min-width: 1200px) {

    .article-group {
        width: 980px !important;
    }

}

.article-division-line hr {
    border: 1px solid #7c7c7c;
    padding: 5px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.article-division-line {
    margin: 50px 0px;
}
.division-hr hr{
    margin-top:50px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {

    .article-author {
        padding-top: 15px;
    }

    .article-division-line {
        margin: 30px 0px;
    }

    .article-content-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}

/**
 * Pagination styling
 */
.pagination-links {
    padding-top: 50px;
}

.pagination-numbers b {
    color: #7f2805;
    border: 1px solid #7f2805;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 1px 6px;
}

.pagination-numbers a {
    color: #7f2805;
    margin: 2px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 3px 6px;
}

.pagination-numbers a:hover{
    opacity:0.6;
}


/** captcha style on small devices */
@media (max-width: 369px) {
    #my-recaptcha-placeholder{
        transform: scale(0.7);
    }
}