@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"),
         url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),
         url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),
         url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Karla", Arial, sans-serif;
    line-height: 1.8;
    font-size: 20px;
    font-weight: 300;
    overflow-x: hidden;
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

#servmol-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#servmol-wrapper > div {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

a {
    color: #f57435;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    text-decoration: underline;
    color: #f57435;
}

a:focus,
a:active {
    outline: none;
}

p, span {
    margin-bottom: 1.5em;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    font-family: "Karla", Arial, sans-serif;
}

span {
    font-size: 18px;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: rgba(48, 48, 48, 0.8);
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    margin: 0;
}

::-webkit-selection {
    color: #fcfcfc;
    background: #b7c2c2;
}

::-moz-selection {
    color: #fcfcfc;
    background: #b7c2c2;
}

::selection {
    color: #fcfcfc;
    background: #b7c2c2;
}


/* ============================================================
   MENU PRINCIPAL
   ============================================================ */

#servmol-main-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.93);
    padding: 3em 0;
    z-index: 1002;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    overflow-y: scroll;
}

#servmol-main-nav .servmol-nav-toggle {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 20px;
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 0;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#servmol-main-nav .servmol-nav-toggle:hover {
    background: rgba(0, 0, 0, 0.7);
}

#servmol-main-nav .servmol-nav-toggle i {
    top: 19px !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
    text-indent: 0;
}

#servmol-main-nav .servmol-nav-toggle.show {
    visibility: visible;
    opacity: 1;
}

.menu-show #servmol-main-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#servmol-main-nav h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
}

#servmol-main-nav h1 .servmol-logo {
    color: #fff;
}

#servmol-main-nav h1 .servmol-logo:hover {
    text-decoration: none;
}

#servmol-main-nav ul {
    text-align: center;
    padding: 50px 0 50px 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #servmol-main-nav ul {
        padding: 20px 0 0 0;
    }
}

#servmol-main-nav ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

#servmol-main-nav ul li a {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    padding: 10px 20px;
}

@media screen and (max-width: 768px) {
    #servmol-main-nav ul li a {
        font-size: 30px;
        padding: 10px 0;
    }
}

#servmol-main-nav ul li a:hover,
#servmol-main-nav ul li a:active,
#servmol-main-nav ul li a:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #servmol-main-nav ul li {
        display: block;
    }
}

#servmol-main-nav .servmol-social-icon a i {
    color: rgba(255, 255, 255, 0.5);
}


/* ============================================================
   TABELAS
   ============================================================ */

.servmol-table {
    display: table;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .servmol-table {
        display: block !important;
        height: inherit !important;
        width: inherit !important;
    }
}

.servmol-table .servmol-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .servmol-table .servmol-table-cell {
        display: block !important;
        height: inherit !important;
        width: inherit !important;
    }
}


/* ============================================================
   BOTÕES
   ============================================================ */

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Karla", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn.btn-md {
    padding: 10px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
    color: #fff !important;
}

.btn-primary {
    background: #f57435;
    color: #fff;
    border: 2px solid #f57435;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #f6854d !important;
    border-color: #f6854d !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #f57435;
    border: 2px solid #f57435;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #f57435;
    color: #fff !important;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid #b0b0b0;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.view-button .btn-outline {
    background: transparent;
    color: #303030;
    border: 2px solid #303030;
}

.view-button .btn-outline:hover,
.view-button .btn-outline:focus,
.view-button .btn-outline:active {
    background: #fff !important;
    color: #303030 !important;
    border: 2px solid #303030 !important;
}


/* ============================================================
   HEADER
   ============================================================ */

header {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 1em 0;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    header {
        padding: 2em 0;
    }
}

header .servmol-navbar-brand {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
}

header .servmol-navbar-brand h1 {
    width: 20%;
    display: block;
    margin-bottom: 0;
}

header .servmol-navbar-brand .servmol-logo {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

header .servmol-navbar-brand .servmol-logo:hover {
    text-decoration: none !important;
    color: #fff !important;
}

header .servmol-navbar-brand .servmol-logo:active,
header .servmol-navbar-brand .servmol-logo:focus {
    outline: none;
    text-decoration: none;
}

header .servmol-navbar-brand .servmol-logo span {
    font-size: 12px;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 2px;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 20px;
}

header .servmol-navbar-brand .servmol-social-icon {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 50px;
}

header .servmol-navbar-brand .servmol-social-icon a {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    header .servmol-navbar-brand .servmol-social-icon a i {
        color: rgba(255, 255, 255, 0.5);
    }
}

@media screen and (max-width: 480px) {
    header .servmol-navbar-brand .servmol-social-icon {
        display: none;
    }
}


/* ============================================================
   NAV TOGGLE
   ============================================================ */

.servmol-nav-toggle {
    cursor: pointer;
    text-decoration: none;
    position: absolute !important;
    top: 0;
    right: 0;
}

.servmol-nav-toggle.active i::before,
.servmol-nav-toggle.active i::after {
    background: #fff;
}

.servmol-nav-toggle.dark.active i::before,
.servmol-nav-toggle.dark.active i::after {
    background: #fff;
}

.servmol-nav-toggle:hover,
.servmol-nav-toggle:focus,
.servmol-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.servmol-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #303030;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #303030;
    transition: all .2s ease-out;
}

.menu-show .servmol-nav-toggle i {
    background: #fff;
    color: #fff;
}

.servmol-nav-toggle i::before,
.servmol-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #303030;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.menu-show .servmol-nav-toggle i::before,
.menu-show .servmol-nav-toggle i::after {
    background: #fff;
}

@media screen and (max-width: 992px) {
    .servmol-nav-toggle i {
        background: rgba(255, 255, 255, 0.8);
    }

    .servmol-nav-toggle i::before,
    .servmol-nav-toggle i::after {
        background: rgba(255, 255, 255, 0.8);
    }
}

.servmol-nav-toggle.dark i {
    position: relative;
    color: #303030;
    background: #303030;
    transition: all .2s ease-out;
}

.servmol-nav-toggle.dark i::before,
.servmol-nav-toggle.dark i::after {
    background: #303030;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.servmol-nav-toggle i::before { top: -7px; }
.servmol-nav-toggle i::after { bottom: -7px; }
.servmol-nav-toggle:hover i::before { top: -10px; }
.servmol-nav-toggle:hover i::after { bottom: -10px; }

.servmol-nav-toggle.active i { background: transparent; }

.servmol-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.servmol-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.servmol-nav-toggle {
    float: right;
    z-index: 1003;
    position: relative;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 0px;
}

@media screen and (max-width: 768px) {
    .servmol-nav-toggle {
        display: block;
        top: 0px;
    }
}


/* ============================================================
   SLIDER / HERO
   ============================================================ */

#servmol-hero {
    width: 65%;
    margin-bottom: 5em;
    min-height: 700px;
    background: #fff url(../images/loader.gif) no-repeat center center;
    z-index: 1;
}

@media screen and (max-width: 992px) {
    #servmol-hero {
        width: 100%;
    }
}

#servmol-hero .btn { font-size: 24px; }

#servmol-hero .btn.btn-primary {
    padding: 14px 30px !important;
}

#servmol-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}

#servmol-hero .flexslider .slides {
    position: relative;
}

@media screen and (max-width: 768px) {
    #servmol-hero .flexslider .slides {
        overflow: hidden;
    }
}

#servmol-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 700px;
    position: relative;
}

@media screen and (max-width: 768px) {
    #servmol-hero .flexslider .slides li:after {
        position: absolute !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        background: rgba(48, 48, 48, 0.4);
        z-index: 1;
    }
}

#servmol-hero .flexslider .flex-control-nav {
    position: absolute;
    bottom: 1em;
    z-index: 1000;
}

@media screen and (max-width: 768px) {
    #servmol-hero .flexslider .flex-control-nav {
        bottom: 1em;
    }
}

#servmol-hero .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

#servmol-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
}

#servmol-hero .flexslider .flex-direction-nav { display: none; }

#servmol-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    height: 700px;
    z-index: 9;
}

@media screen and (max-width: 768px) {
    #servmol-hero .flexslider .slider-text {
        text-align: center;
    }
}

#servmol-hero .flexslider .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    height: 700px;
}

#servmol-hero .flexslider .slider-text > .slider-text-inner h1,
#servmol-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 60px;
    font-weight: 700;
    color: #303030;
    margin-bottom: 0.7em;
}

@media screen and (max-width: 768px) {
    #servmol-hero .flexslider .slider-text > .slider-text-inner h1,
    #servmol-hero .flexslider .slider-text > .slider-text-inner h2 {
        font-size: 40px;
        color: #fff;
    }
}

#servmol-hero .flexslider .slider-text > .slider-text-inner p {
    color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
    #servmol-hero .flexslider .slider-text > .slider-text-inner p {
        font-weight: 500;
    }
}

#servmol-hero .flexslider .slider-text > .slider-text-inner p .btn:hover {
    color: #fff !important;
}

#servmol-hero .flexslider .slider-text > .slider-text-inner span {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
    display: block;
    margin-bottom: 20px;
}

#servmol-hero .flexslider .slider-text > .slider-text-inner .servmol-lead a {
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#servmol-hero .flexslider .slider-text > .slider-text-inner .servmol-lead a:hover {
    text-decoration: none;
}

#servmol-hero .flexslider .slider-text > .slider-text-inner .desc {
    padding: 5em;
    background: rgba(245, 116, 53, 0.9);
    -webkit-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 992px) {
    #servmol-hero .flexslider .slider-text > .slider-text-inner .desc {
        padding: 0;
        background: none;
        -webkit-box-shadow: 0px 10px 30px -13px transparent;
        -moz-box-shadow: 0px 10px 30px -13px transparent;
        box-shadow: 0px 10px 30px -13px transparent;
    }
}


/* ============================================================
   SEÇÕES GERAIS
   ============================================================ */

#servmol-featured,
#servmol-about,
#servmol-blog,
#servmol-ferramentaria,
#servmol-plastico,
#servmol-usinagem,
#servmol-contact-section,
#servmol-work-section,
#servmol-about-section,
#servmol-map-section {
    padding: 4em 0;
}

#servmol-intro-section { margin-bottom: 5em; }

.servmol-heading { margin-bottom: 4em; }

.servmol-heading h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1em;
}

.servmol-bg-section { background: #f2f2f2; }

.intro-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .intro-heading { font-size: 30px; }
}


/* ============================================================
   POST ENTRY
   ============================================================ */

.post-entry {
    width: 100%;
    min-height: 700px;
    display: table;
}

@media screen and (max-width: 992px) {
    .post-entry {
        display: block;
        min-height: 400px;
    }
}

.post-entry .post-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 700px;
}

@media screen and (max-width: 768px) {
    .post-entry .post-image {
        display: block;
        height: 400px;
    }
}

.post-entry .display-tc {
    display: table-cell;
    vertical-align: middle;
    height: 700px;
    text-align: right;
}

@media screen and (max-width: 992px) {
    .post-entry .display-tc {
        display: block;
        vertical-align: none;
        text-align: left;
        height: inherit;
    }
}

.post-entry .desc {
    padding: 5em;
    background: rgba(245, 116, 53, 0.9);
    -webkit-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
}

.post-entry .desc h3 {
    color: #303030;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 0.7em;
}

.post-entry .desc p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.post-entry .desc .date {
    display: block;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
    .post-entry .desc { padding: 1.5em; }
    .post-entry .desc h3 { font-size: 30px; }
}

.empresa { padding-top: 0 !important; }
.empresa .post-entry .desc { background: #606062c7; }


/* ============================================================
   WORK
   ============================================================ */

.work {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 400px;
    margin-bottom: 30px;
}

.work .view {
    width: 100%;
    height: 400px;
    display: table;
    opacity: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #fff;
    background: rgba(48, 48, 48, 0.5);
}

@media screen and (max-width: 768px) {
    .work .view { opacity: 1; }
}

.work .view span,
.work .view i {
    height: 400px;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.work h3 { margin-top: 30px; }
.work h3 a { color: #303030; }

.work:hover .view,
.work:focus .view { opacity: 1; }


/* ============================================================
   CONTADORES / PARCEIROS
   ============================================================ */

.servmol-counters {
    padding: 3em 0;
    background: #606062;
}

.servmol-counters h2 {
    color: #fff;
    margin-bottom: 0;
}

.servmol-counters .heading-section h2 {
    color: #fff;
    font-weight: 400;
    font-size: 40px;
}

.servmol-counters .servmol-counter {
    font-size: 60px;
    display: block;
    color: #fff;
    font-family: "Karla", Arial, sans-serif;
    width: 100%;
    font-weight: 700;
    margin-bottom: .3em;
}

.servmol-counters .servmol-counter-label {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 5px;
    margin-bottom: 2em;
    display: block;
}


/* ============================================================
   STAFF
   ============================================================ */

.servmol-staff { margin-bottom: 0px; }

@media screen and (max-width: 1024px) {
    .servmol-staff { margin-bottom: 30px; }
}

.servmol-staff img {
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.21);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1024px) {
    .servmol-staff img { margin-bottom: 20px; }
}

.servmol-staff h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.servmol-staff p { margin-bottom: 30px; }

.servmol-staff .role {
    color: #e3e3e3;
    margin-bottom: 30px;
    font-weight: normal;
    display: block;
    font-size: 16px;
}

.servmol-staff:hover img { background: rgba(245, 116, 53, 0.2); }


/* ============================================================
   BLOG
   ============================================================ */

.servmol-blog { margin-bottom: 60px; }

.servmol-blog > a {
    display: block;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.servmol-blog > a img { width: 100%; }

@media screen and (max-width: 768px) {
    .servmol-blog { width: 100%; }
}

.servmol-blog .blog-text {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding: 30px;
    float: left;
    background: #fff;
    border: 1px solid rgbs(#303030, 0.2);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.servmol-blog .blog-text span { display: inline-block; margin-bottom: 20px; }
.servmol-blog .blog-text span.comment { float: right; font-size: 14px; }
.servmol-blog .blog-text span.comment a { color: rgba(48, 48, 48, 0.3); }
.servmol-blog .blog-text span.comment a i { color: #f57435; padding-left: 7px; }

.servmol-blog .blog-text span.posted_on {
    font-size: 13px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.servmol-blog .blog-text h3 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.servmol-blog .blog-text h3 a { color: #303030; }

.servmol-blog .blog-text:hover {
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
}

.servmol-blog .blog-text:hover h3 a { text-decoration: none; }


/* ============================================================
   ÍCONES SOCIAIS
   ============================================================ */

.servmol-social-icons { margin: 0; padding: 0; }

.servmol-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.servmol-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #303030;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.servmol-social-icons li a i { font-size: 20px; }


/* ============================================================
   CONTATO
   ============================================================ */

#servmol-contact-section { padding-top: 4em; }

@media screen and (min-width: 768px) {
    #servmol-contact-section .contact-top-margin { margin-top: 80px; }
}

.contact-info {
    margin-bottom: 0em;
    margin-top: 1.5em;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .contact-info { margin-bottom: 2em; }
}

.contact-info li {
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
    color: #333;
}

.contact-info li:last-child { margin-bottom: 0; }

.contact-info li i {
    position: absolute;
    top: .3em;
    left: 0;
    font-size: 22px;
    color: #333;
}

.contact-info li a {
    color: #333;
    text-transform: none;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 300;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] { height: 50px; }

.form-group { margin-bottom: 30px; }

textarea.form-control {
    height: auto;
    max-height: 110px;
}


/* ============================================================
   FOOTER
   ============================================================ */

#footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2em 0;
}

#footer .section-title {
    font-size: 24px;
    font-weight: 400;
}

#footer ul { margin: 0; padding: 0; }

#footer ul li {
    font-size: 18px;
    list-style: none;
    margin-bottom: 0;
}

#footer ul li a { color: #333; }

#footer .float { width: 50%; float: left; }

@media screen and (max-width: 768px) {
    #footer .float { width: 100%; }
}

#footer .copy-right { padding-top: 0em; }
#footer .copy-right p { margin-bottom: 0; }

#footer a { color: #303030; }

#footer a:hover,
#footer a:focus {
    text-decoration: none;
    color: #f57435;
}

#footer .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}

#footer .form-inline .form-group .form-control {
    width: 100%;
    background: rgba(48, 48, 48, 0.05);
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#footer #servmol-header-subscribe #email { padding-right: 4em; }

#footer #servmol-header-subscribe button {
    position: absolute;
    top: 0;
    right: 10px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background: #f57435;
    border: none;
}

#footer #servmol-header-subscribe button i {
    color: #fff;
    font-size: 25px;
}


/* ============================================================
   SOCIAL ICON
   ============================================================ */

.servmol-social-icon a { padding: 0 5px; }
.servmol-social-icon a i { color: #303030; }

.servmol-social-icon a:hover,
.servmol-social-icon a:focus { text-decoration: none; }


/* ============================================================
   POPUP
   ============================================================ */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; }
.mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; }


/* ============================================================
   UTILITÁRIOS
   ============================================================ */

.nopaddingbottom { padding-bottom: 0 !important; }
.js .animate-box { opacity: 0; }


/* ============================================================
   NAVBAR
   ============================================================ */

.nav > li > a {
    padding: 10px 10px;
    font-weight: 700;
}

.nav li a span {
    font-weight: 300;
    font-family: "PT Sans Narrow", sans-serif;
}

.navbar-default .navbar-nav > .active > a { background-color: transparent; }

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { background-color: transparent; }

.navbar a:hover span { color: #f57435; }

.navbar-brand {
    z-index: 99999;
    position: relative;
    margin-top: -20px;
}

@media screen and (max-width: 768px) {
    .navbar-brand img { max-width: 140px; }
}

.navbar-default {
    background-color: #606062;
    border-color: #e7e7e7;
}

.navbar {
    border-radius: 0;
    border: 0;
    position: fixed;
    min-height: 95px;
    margin-bottom: 15px;
    width: 100%;
    z-index: 99999;
}

@media screen and (max-width: 768px) {
    .navbar { min-height: 70px; }
}

.navbar-collapse { margin-top: 40px; }


/* ============================================================
   CARROSSEL
   ============================================================ */

.col-md-5-item {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner img { width: 100%; }

.carousel-control.right,
.carousel-control.left { background: transparent; }

.carousel-control.left { left: -23px; }
.carousel-control.right { right: -23px; }

.carousel-indicators { bottom: -66px; }

.carousel-indicators li {
    background-color: #b7c2c2;
    border: 1px solid #606062;
    margin-right: unset;
}


/* ============================================================
   RESPONSIVO — MOBILE/DESKTOP TOGGLE
   ============================================================ */

.mobile-parceiros,
.mobile-ferramentaria,
.mobile-plastico,
.mobile-usinagem { display: none; }

@media screen and (max-width: 960px) {
    .desktop-parceiros,
    .desktop-ferramentaria,
    .desktop-plastico,
    .desktop-usinagem { display: none; }

    .mobile-parceiros,
    .mobile-ferramentaria,
    .mobile-plastico,
    .mobile-usinagem { display: block; }
}


/* ============================================================
   BCF NAV TOGGLE
   ============================================================ */

.bcf-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.bcf-nav-toggle.active i::before,
.bcf-nav-toggle.active i::after { background: #fff; }

.bcf-nav-toggle.dark.active i::before,
.bcf-nav-toggle.dark.active i::after { background: #fff; }

.bcf-nav-toggle:hover,
.bcf-nav-toggle:focus,
.bcf-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.bcf-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out;
}

.bcf-nav-toggle i::before,
.bcf-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.bcf-nav-toggle.dark i {
    position: relative;
    color: #303030;
    background: #303030;
    transition: all .2s ease-out;
}

.bcf-nav-toggle.dark i::before,
.bcf-nav-toggle.dark i::after {
    background: #303030;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.bcf-nav-toggle i::before { top: -7px; }
.bcf-nav-toggle i::after { bottom: -7px; }
.bcf-nav-toggle:hover i::before { top: -10px; }
.bcf-nav-toggle:hover i::after { bottom: -10px; }

.bcf-nav-toggle.active i { background: transparent; }

.bcf-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.bcf-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.bcf-nav-toggle {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .bcf-nav-toggle {
        display: block;
        top: 10px;
    }
}


/* ============================================================
   MENU OFFCANVAS
   ============================================================ */

#offcanvas-menu {
    position: absolute;
    top: 60px;
    z-index: 99999;
    background: #606062;
    right: 12px;
    width: 101%;
    height: 395px;
    padding: 45px 20px 20px 20px;
    display: none;
    overflow-y: scroll !important;
}

@media screen and (max-width: 768px) {
    #offcanvas-menu { background-color: #f57435; }
}

#offcanvas-menu li { max-width: 80%; }

.close {
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 99999999999999;
    margin-top: 38px;
    display: block;
}

.close:hover { opacity: 0.5; }

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    top: -30px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #FFF;
}

.close:before { transform: rotate(45deg); }
.close:after { transform: rotate(-45deg); }


/* ============================================================
   FORMULÁRIO DE RETORNO
   ============================================================ */

.form-return { margin: 4em 0; }
.form-return h3 { color: #f57435; }
