html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
    #font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #fff;
    color: #343420;
    letter-spacing: .3px;
}

body {
    overflow-y: scroll;
    overflow-x: hidden;
    color: #343420;
    padding-top: 65px;
}

blockquote {
    border-width: 0px;
    padding-bottom: 100px;
}

.carousel-indicators .active {
    background-color: #343420 !important;
}

.carousel-indicators li {
    border: 2px solid #343420 !important;
}

.navbar {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-brand {
    font-family: 'Open Sans', sans-serif;
    color: #fff !important;
    font-weight: 600;
}

.footer-label {
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 800;
    margin-bottom: 10px;
}

.footer-textLabel {
    font-size: .9em;
    font-weight: 200;
    color: #343420;
}

.copyright-text {}

.footer-top-a {
    color: #343420;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    padding: 15px;
    border-width: 0px !important;
    font-size: .9em;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    text-decoration: none;
    display: inline-block;
}

.footer-top-a:hover {
    background: #263238;
    color: #fff;
    border-width: 0px !important;
    text-decoration: none;
    display: inline-block;
}

.header-link {
    text-transform: uppercase;
    font-weight: 600;
    color: #757575 !important;
    text-align: center !important;
}

.header-link:hover {
    color: #263238 !important;
}

.Tabs {
    position: relative;
    background-color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
}

.Tabs:after {
    content: ' ';
    display: table;
    clear: both;
}

.Tabs__tab {
    float: left;
    text-align: center;
    width: 33.33%;
}

.Tabs__tab:first-child.activated~.Tabs__presentation-slider {
    left: 0;
}

.Tabs__tab:nth-child(2).activated~.Tabs__presentation-slider {
    left: 33.333%;
}

.Tabs__tab:nth-child(3).activated~.Tabs__presentation-slider {
    left: calc(33.333% * 2);
}

.Tabs__presentation-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33.33%;
    height: 3px;
    background-color: #263238;
    -webkit-transition: left .25s;
    transition: left .25s;
}

.Tab.activated>a {
    color: #263238 !important;
}

.active-header {
    color: #263238 !important;
    border-bottom: 2px solid #263238;
}

.main-logo-div {}

.company-logo {}

.panel-heading {
    padding-top: 15px;
    padding-bottom: 15px;
}

.panel-title {
    color: grey;
}

.panel-body {
    text-align: justify;
    color: #343420;
}

.footer-small-icons-td {
    width: 33.33%;
    text-align: center;
}

.footer-small-icons-td>img {
    width: 45px;
    height: 120px;
}

.footer-mailcontact {
    color: #343420 !important;
    text-decoration: none !important;
    line-height: 25px;
}

.header-link-small {
    text-transform: uppercase;
    font-weight: 600;
    color: #757575 !important;
}

.header-link-small:hover {
    color: #263238 !important;
}

.header-link-small.clicked {
    color: #263238 !important;
}

.p-body {
    text-align: center !important;
    padding: 25px;
}

.p-body>p {
    height: 110px;
    font-size: 1.2em;
    font-weight: 400;
}

.p-body>a {
    float: right;
}


/******************************************************************************/

#nav-icon3 {
    width: 35px;
    height: 20px;
    position: relative;
    margin: 15px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: transparent !important;
    border-width: 0px;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #263238;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


/******************************************************************************/


/******************************************************************************/

.z-depth-1 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
    -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
    -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}


/******************************************************************************/