html {
    height: 100%;
}

body {
    font-family: 'Maven Pro',sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    background-color: #fff;
}

    body.full-height, body.full-height .page-wrapper {
        background-color: #fafafa;
        min-height: 100%;
    }

  /*  h1, h2, h3, h4, h5, h6 {
    color: #343434;
    line-height: 1.2;
}
 
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #343434;
    }
 
h1 {
    font-size: 2.563em;
}
 
h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
 
h3 {
    font-size: 22px;
}
 
h4 {
    font-size: 18px;
    font-weight: 700;
}
 
h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
 
h6 {
    font-weight: 700;
} */



@media (min-width:992px) {
    .title {
        margin-top: 0;
        text-transform: uppercase;
    }
}

.title {
    text-transform: uppercase;
}

.sidebar .title {
    margin-bottom: 15px;
    margin-top: 20px;
    position: relative;
}

.page-header {
    margin-top: 20px;
    padding-top: 20px;
}

p {
    margin-bottom: 20px;
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    a:hover {
        color: #363c3b;
    }

    a:active, a:focus {
        outline: 0;
    }

.no-trans * {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

blockquote {
    border-left: none;
    display: block;
    margin: 20px auto 20px 40px;
    font-size: 16px;
    position: relative;
    padding: 10px 10px 10px 0;
}

    blockquote:after {
        content: "“";
        width: 25px;
        height: 25px;
        line-height: 64px;
        font-size: 64px;
        font-family: 'PT Serif',serif;
        position: absolute;
        top: 12px;
        left: -45px;
    }

.blockquote:before {
    font-family: 'PT Serif',serif;
    content: "“";
    font-size: 40px;
}

blockquote.inline {
    padding: 0;
}

    blockquote.inline p {
        width: 60%;
        display: inline-block;
        margin: 0;
    }

    blockquote.inline footer {
        width: 37%;
        display: inline-block;
        padding-left: 5px;
    }

    blockquote.inline:after {
        top: 0;
    }

.mark, mark {
    background-color: #e84c3d;
    color: #fff;
}

pre {
    padding: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.text-muted {
    color: #999;
}

.text-default {
    color: #e84c3d;
}

.well {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}

.icons-page i {
    color: #333;
    font-size: 20px;
}

ul {
    list-style: square;
}

.list, .list-icons {
    list-style: none;
    padding: 0;
}

    .list li, .list-icons li {
        padding: 5px 0;
    }

        .list-icons li i {
            width: 25px;
            text-align: center;
        }

        .list li .vertical-divider {
            padding-right: 15px;
            position: relative;
        }

            .list li .vertical-divider:after {
                position: absolute;
                content: "";
                height: 60%;
                width: 1px;
                background-color: #CECECE;
                right: 9px;
                top: 5px;
            }

.list-inline {
    margin-top: 9px;
    margin-bottom: 8px;
}

.table:not(.table-bordered) {
    border-bottom: 2px solid #f3f3f3;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #e84c3d;
    background-color: #e84c3d;
    color: #fff;
}

.table-bordered {
    border-color: #e84c3d;
}

tbody {
    background-color: #fff;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px 15px;
    border-top: 1px solid #f3f3f3;
}

.table-striped tbody {
    background-color: #fafafa;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f1f1f1;
}

.table-striped.table > tbody > tr > td {
    border-color: #e8e8e8;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-color: #f3f3f3;
}

.dl-horizontal dd {
    margin-bottom: 10px;
}

.dark .table:not(.table-bordered) {
    border-bottom: 2px solid #515151;
}

.dark .table > thead > tr > th {
    border-bottom: 1px solid #27272a;
    background-color: #27272a;
    color: #cdcdcd;
}

.dark tbody {
    background-color: transparent;
}

.dark .table > tbody > tr > td, .dark .table > tbody > tr > th, .dark .table > tfoot > tr > td, .dark .table > tfoot > tr > th, .dark .table > thead > tr > td, .dark .table > thead > tr > th {
    border-top: 1px solid #515151;
}

.dark .table-hover > tbody > tr:hover {
    background-color: #27272a;
}

@media (min-width:768px) {
    .dl-horizontal dd {
        margin-left: 150px;
    }

    .dl-horizontal dt {
        max-width: 120px;
    }
}

.page-wrapper {
    background-color: #fff;
}

.header-top {
    background-color: #f1f1f1;
    border-bottom: 1px solid #dadada;
    -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.03) inset;
    box-shadow: 0 -1px 3px rgba(0,0,0,.03) inset;
}

    .header-top.dark {
        padding: 5px 0;
        background-color: #272a29;
        border-bottom: 1px solid #000;
        color: #75817f;
        font-size: .75em;
    }

        .header-top.dark i {
            font-size: 1.5em;
        }

    .header-top.banner {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: none;
    }

.header {
    padding: 20px 0;
    background-color: #363c3b;
}

    .header.dark {
        background-color: #363c3b;
        border-top: 1px solid #515151;
        border-bottom-color: transparent!important;
    }

    .header.header-small {
        padding: 10px 0;
    }

.page-intro {
    padding: 10px 0;
    -webkit-box-shadow: 0 -1px 2px rgba(0,0,0,.06) inset;
    box-shadow: 0 -1px 2px rgba(0,0,0,.06) inset;
    background-color: #fafafa;
    border-bottom: 1px solid #dadada;
}

.banner + .page-intro {
    margin-top: -56px!important;
    position: relative;
    background-color: rgba(250,250,250,.9);
    z-index: 2;
}

.main-container, .page-top {
    padding: 40px 0;
}

.full-height .main-container {
    padding-top: 220px;
}

.section {
    padding: 25px 0;
}

.footer {
    padding: 30px 0;
    background-color: #262626;
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #333;
}

.subfooter {
    padding: 25px 0;
    background-color: #000;
}

.block {
    padding-bottom: 40px;
}

.sidebar .block:first-child {
    margin-top: 2px;
}

.boxed .page-wrapper {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-box-shadow: 0 0 10px #cacaca;
    box-shadow: 0 0 10px #cacaca;
}

.pattern-1 {
    background-image: url(../images/pattern-1.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-4 .page-wrapper, .pattern-5 .page-wrapper, .pattern-6 .page-wrapper, .pattern-7 .page-wrapper, .pattern-8 .page-wrapper, .pattern-9 .page-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pattern-2 {
    background-image: url(../images/pattern-2.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-3 {
    background-image: url(../images/pattern-3.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-4 {
    background-image: url(../images/pattern-4.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-5 {
    background-image: url(../images/pattern-5.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-6 {
    background-image: url(../images/pattern-6.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-7 {
    background-image: url(../images/pattern-7.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-8 {
    background-image: url(../images/pattern-8.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-9 {
    background-image: url(../images/pattern-9.png);
    background-repeat: repeat;
    background-position: 0 0;
}

@media (min-width:768px) {
    .boxed .page-wrapper {
        width: 750px;
    }
}

@media (min-width:992px) {
    .boxed .page-wrapper {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .boxed .page-wrapper {
        width: 1170px;
    }
}

.light .footer {
    background-color: #f7f7f7;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}

.light .subfooter {
    background-color: #e7e7e7;
}

.white-bg {
    background-color: #fff!important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    border: none!important;
}

.header-top {
    font-size: 12px;
}

    .header-top.white-bg {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #dadada!important;
    }

.gray-bg {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.13)!important;
    box-shadow: 0 2px 3px rgba(0,0,0,.13)!important;
    position: relative;
}

    .gray-bg:before {
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
        height: 5px;
        content: "";
        width: 100%;
        -webkit-box-shadow: 0 -2px 3px rgba(0,0,0,.13);
        box-shadow: 0 -2px 3px rgba(0,0,0,.13);
    }

.header.gray-bg {
    border-bottom: 1px solid #dadada;
}

    .header.gray-bg, .header.gray-bg:before {
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }

.dark-bg {
    background-color: #000;
    color: #fff;
}

    .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 {
        color: #fff;
    }

    .dark-bg a:not(.btn) {
        color: #fff;
        text-decoration: underline;
    }

        .dark-bg a:not(.btn):hover {
            color: #fff;
            text-decoration: none;
        }

.default-bg {
    background-color: #e84c3d;
    color: #fff;
}

    .default-bg h1, .default-bg h2, .default-bg h3, .default-bg h4, .default-bg h5, .default-bg h6 {
        color: #fff;
    }

    .default-bg a:not(.btn) {
        color: #fff;
        text-decoration: underline;
    }

        .default-bg a:not(.btn):hover {
            color: #fff;
            text-decoration: none;
        }

    .default-bg.text-muted, .default-bg.text-muted h1, .default-bg.text-muted h2, .default-bg.text-muted h3, .default-bg.text-muted h4, .default-bg.text-muted h5, .default-bg.text-muted h6 {
        color: #f1f1f1;
    }

.dark-bg.text-muted, .dark-bg.text-muted h1, .dark-bg.text-muted h2, .dark-bg.text-muted h3, .dark-bg.text-muted h4, .dark-bg.text-muted h5, .dark-bg.text-muted h6, .gray-bg.text-muted, .gray-bg.text-muted h1, .gray-bg.text-muted h2, .gray-bg.text-muted h3, .gray-bg.text-muted h4, .gray-bg.text-muted h5, .gray-bg.text-muted h6 {
    color: #999;
}

.no-touch .dark-translucent-bg, .no-touch .default-translucent-bg, .no-touch .light-translucent-bg, .no-touch .parallax {
    background-attachment: fixed!important;
}

.parallax {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    padding: 45px 0;
}

.parallax-bg-3 {
    background: url(../images/parallaxPR.jpg) 50% 0 no-repeat;
}

.parallax-bgSkills {
    background: url(../images/skills.jpg) 50% 0 no-repeat;
    color: #fff;
}

.parallax-bgServ {
    background: url(../images/pontopr-sucesso.jpg) 50% 0 no-repeat;
    color: #fff;
    min-height: 350px;
}

.grid-space-20 {
    margin-right: -10.5px;
    margin-left: -10.5px;
}

    .grid-space-20 .col-lg-3, .grid-space-20 .col-lg-4, .grid-space-20 .col-lg-6, .grid-space-20 .col-md-3, .grid-space-20 .col-md-4, .grid-space-20 .col-md-6, .grid-space-20 .col-sm-3, .grid-space-20 .col-sm-4, .grid-space-20 .col-sm-6, .grid-space-20 .col-xs-3, .grid-space-20 .col-xs-4, .grid-space-20 .col-xs-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

.grid-space-10 {
    margin-right: -6px;
    margin-left: -6px;
}

    .grid-space-10 .col-lg-3, .grid-space-10 .col-lg-4, .grid-space-10 .col-lg-6, .grid-space-10 .col-md-3, .grid-space-10 .col-md-4, .grid-space-10 .col-md-6, .grid-space-10 .col-sm-3, .grid-space-10 .col-sm-4, .grid-space-10 .col-sm-6, .grid-space-10 .col-xs-3, .grid-space-10 .col-xs-4, .grid-space-10 .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

.grid-space-0 {
    margin-right: 0;
    margin-left: 0;
}

    .grid-space-0 .col-lg-3, .grid-space-0 .col-lg-4, .grid-space-0 .col-lg-6, .grid-space-0 .col-md-3, .grid-space-0 .col-md-4, .grid-space-0 .col-md-6, .grid-space-0 .col-sm-3, .grid-space-0 .col-sm-4, .grid-space-0 .col-sm-6, .grid-space-0 .col-xs-3, .grid-space-0 .col-xs-4, .grid-space-0 .col-xs-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-space-0 > div {
        margin-bottom: 0;
        padding-bottom: 0;
    }

@media (max-width:767px) {
    .footer-content {
        margin: 40px 0;
    }
}

.fixed-header-on .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1006;
    opacity: 0;
    filter: alpha(opacity=0);
    border-bottom: 1px solid #363c3b;
    padding: 7px 0;
    background-color: rgba(54,60,59,.95);
}

.fixed-header-on .dark.header.fixed {
    border-bottom: 1px solid #36373C;
    background-color: rgba(54,55,60,.95);
}

.fixed-header-on.boxed .header.fixed {
    left: auto;
}

.fixed-header-on .header .logo {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    margin: 5px 0 -4px;
    display: none;
}

.fixed-header-on .header .navbar.navbar-default {
    margin: 0;
}

.fixed-header-on .header.fixed.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.fixed-header-on nav {
    padding-top: 15px;
}

.fixed-header-on .site-slogan {
    top: 50px;
}

@media (min-width:768px) {
    .fixed-header-on.boxed .header.fixed {
        width: 750px;
    }
}

@media (min-width:992px) {
    .fixed-header-on .header .logo {
        display: block;
    }

    .fixed-header-on.boxed .header.fixed {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .fixed-header-on.boxed .header.fixed {
        width: 1170px;
    }
}

@media (max-width:767px) {
    .header.fixed {
        position: relative!important;
        top: auto!important;
    }
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.space {
    padding-top: 20px;
    padding-bottom: 20px;
}

.space-top {
    padding-top: 20px;
}

.space-bottom {
    padding-bottom: 20px;
}

.margin-clear {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.padding-top-clear {
    padding-top: 0!important;
}

.padding-bottom-clear {
    padding-bottom: 0!important;
}

.border-clear {
    border: none!important;
}

.separator {
    display: block;
    width: 60px;
    height: 5px;
    margin: 15px auto;
    background-color: #ccc;
    position: relative;
    border: 1px solid #ccc;
}

    .separator:after {
        width: 30px;
        height: 5px;
        background: #333;
        position: absolute;
        top: -1px;
        left: -1px;
        content: "";
    }

.separator-2 {
    display: block;
    width: 30px;
    height: 5px;
    margin: 15px 0;
    background-color: #ccc;
    position: relative;
}

.sidebar .separator {
    width: 30px;
    height: 5px;
    margin: 15px 0 20px;
    background-color: #666;
    border-color: #666;
}

    .sidebar .separator:after {
        content: "";
        background-color: transparent;
    }

.dark-bg .separator-2 {
    background-color: #999;
}

.default-bg .separator-2 {
    background-color: #ebebeb;
}

.object-non-visible {
    opacity: 0;
    filter: alpha(opacity=0);
}

.object-visible, .touch .object-non-visible {
    opacity: 1!important;
    filter: alpha(opacity=100)!important;
}

@-moz-document url-prefix() {
    .object-visible,.touch .object-non-visible;

{
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    -ms-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
}

}

.vertical-divider-left, .vertical-divider-left-lg {
    border-left: 1px solid #eee;
    padding-left: 50px;
    margin-left: 20px;
}

.vertical-divider-right, .vertical-divider-right-lg {
    border-right: 1px solid #eee;
    padding-right: 50px;
    margin-right: 20px;
}

.grid span {
    padding: 15px 5px;
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width:992px) {
    .margin-top-clear {
        margin-top: 0!important;
    }

    .margin-bottom-clear {
        margin-bottom: 0!important;
    }
}

@media (max-width:1199px) {
    .portfolio-item.vertical-divider-left-lg, .side.vertical-divider-left-lg {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .portfolio-item.vertical-divider-right-lg, .side.vertical-divider-right-lg {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
}

@media (max-width:991px) {
    .portfolio-item.vertical-divider-left, .side.vertical-divider-left {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .portfolio-item.vertical-divider-right, .side.vertical-divider-right {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
}

.footer {
    font-size: 14px;
    color: #999;
}

    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
        color: #999;
    }

    .footer h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

.light .footer, .light .footer h1, .light .footer h2, .light .footer h3, .light .footer h4, .light .footer h5, .light .footer h6 {
    color: #666;
}

.subfooter {
    font-size: 14px;
}

    .subfooter p {
        margin: 0;
    }

@media (min-width:768px) {
    .subfooter {
        text-align: center;
    }
}

.blogpost {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    margin: 0 0 70px;
    position: relative;
}

    .blogpost .blogpost-body {
        padding: 20px 20px 0;
        min-height: 140px;
    }

    .blogpost h2.title {
        margin-bottom: 0;
        margin-top: 0;
    }

    .blogpost .submitted {
        font-size: 12px;
        margin: 10px 0;
    }

    .blogpost .side {
        float: left;
        width: 80px;
    }

    .blogpost .post-info {
        float: left;
        top: 0;
        left: 25px;
        width: 80px;
        height: 90px;
        padding: 10px 15px;
        background-color: #e84c3d;
        color: #fff;
        text-align: center;
        z-index: 3;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .blogpost .side .post-info {
        float: none;
    }

    .blogpost .post-info .day {
        font-size: 34px;
        font-weight: 700;
        line-height: 1;
        display: block;
    }

    .blogpost .post-info .month {
        font-size: 16px;
        line-height: 1.2;
        display: inline-block;
    }

    .blogpost .side span.share {
        font-size: 13px;
        font-weight: 700;
        text-align: right;
        padding-top: 20px;
        display: block;
    }

    .blogpost .side .social-links {
        margin-top: 0;
    }

        .blogpost .side .social-links li {
            display: block;
            margin: 0;
        }

            .blogpost .side .social-links li a {
                width: 100%;
                height: auto;
                display: block;
                font-size: 20px;
                margin-bottom: 0;
                text-align: right;
                background-color: transparent;
                border-color: transparent;
                color: #e84c3d;
            }

            .blogpost .side .social-links li.twitter a:hover {
                background-color: transparent;
                color: #55acee;
                border-color: transparent;
            }

            .blogpost .side .social-links li.facebook a:hover {
                background-color: transparent;
                color: #3b5998;
                border-color: transparent;
            }

            .blogpost .side .social-links li.googleplus a:hover {
                background-color: transparent;
                color: #dd4b39;
                border-color: transparent;
            }

    .blogpost .blogpost-content {
        padding: 0 0 10px;
        margin-left: 100px;
    }

    .blogpost footer {
        background-color: #f1f1f1;
        padding: 12px 20px;
        border-top: 1px solid #e8e8e8;
        font-size: 14px;
        line-height: 2;
        clear: both;
    }

    .blogpost ul.links {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .blogpost ul.links li {
            display: inline-block;
        }

            .blogpost ul.links li a {
                color: #666;
                display: inline-block;
            }

                .blogpost ul.links li a:hover {
                    color: #e84c3d;
                }

    .blogpost.full {
        background-color: transparent;
        border: none;
    }

        .blogpost.full footer {
            border: 1px solid #e8e8e8;
        }

        .blogpost.full .blogpost-body {
            padding: 20px 0;
        }

        .blogpost.full .submitted {
            margin: 0 0 20px;
        }

        .blogpost.full .overlay-container {
            margin-bottom: 20px;
        }

@media (max-width:767px) {
    .blogpost .blogpost-content {
        margin-left: 70px;
    }

    .blogpost .side {
        width: 50px;
    }

    .blogpost .post-info {
        width: 50px;
        height: 60px;
        padding: 8px;
        margin: 0 20px 5px 0;
    }

        .blogpost .post-info .day {
            font-size: 20px;
        }

        .blogpost .post-info .month {
            font-size: 11px;
            line-height: 1.2;
        }
}

#affix.affix, .sidebar.affix {
    position: static;
}

@media (min-width:992px) {
    #affix.affix {
        position: fixed;
        top: 65px;
        width: 80px;
    }

    #affix.affix-bottom {
        position: absolute;
        width: 80px;
    }
}

@media (min-width:992px) {
    .col-md-4 .sidebar.affix, .col-md-4 .sidebar.affix-bottom {
        width: 293px;
    }

    .col-md-3 .sidebar.affix, .col-md-3 .sidebar.affix-bottom {
        width: 213px;
    }

    .sidebar.affix {
        position: fixed;
        top: 20px;
    }

    .fixed-header-on .sidebar.affix {
        top: 65px;
    }

    .sidebar.affix-bottom {
        position: absolute;
    }

        .sidebar.affix .affix-menu, .sidebar.affix-bottom .affix-menu {
            margin-top: 0;
            margin-bottom: 0;
        }

    .affix-menu {
        padding-top: 20px;
    }

    h3.title ~ .affix-menu {
        padding-top: 0;
    }
}

@media (min-width:1200px) {
    .col-md-4 .sidebar.affix, .col-md-4 .sidebar.affix-bottom {
        width: 390px;
    }

    .col-md-3 .sidebar.affix, .col-md-3 .sidebar.affix-bottom {
        width: 263px;
    }
}

.masonry-grid .blogpost {
    margin-bottom: 30px;
}

    .masonry-grid .blogpost .blogpost-body {
        padding: 15px 15px 0;
    }

    .masonry-grid .blogpost h2.title {
        font-size: 24px;
    }

    .masonry-grid .blogpost .submitted {
        margin: 15px 0 10px;
    }

    .masonry-grid .blogpost .blogpost-content {
        margin-left: 0;
    }

    .masonry-grid .blogpost .post-info {
        width: 50px;
        height: 60px;
        padding: 8px;
        margin: 0 20px 5px 0;
    }

        .masonry-grid .blogpost .post-info .day {
            font-size: 20px;
        }

        .masonry-grid .blogpost .post-info .month {
            font-size: 11px;
            line-height: 1.2;
        }

@media (min-width:992px) and (max-width:1199px) {
    .masonry-grid .blogpost footer {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .masonry-grid-item {
        max-width: 100%;
    }
}

.timeline {
    position: relative;
    padding: 40px 0;
    margin-top: 40px;
}

.timeline-icon {
    position: absolute;
    display: block;
    left: 50%;
    color: #f3f3f3;
    font-size: 40px;
    margin-left: -13px;
    top: -30px;
    line-height: 1;
}

.timeline .timeline-item {
    padding: 0 15px;
}

.timeline .blogpost .blogpost-body {
    padding: 15px 15px 0;
}

.timeline .blogpost h2.title {
    font-size: 24px;
}

.timeline .blogpost .submitted {
    margin: 15px 0 10px;
}

.timeline .blogpost footer {
    padding: 12px 15px;
}

.timeline .blogpost .blogpost-content {
    margin-left: 0;
}

.timeline .blogpost .post-info {
    width: 50px;
    height: 60px;
    padding: 8px;
    margin: 0 20px 5px 0;
}

    .timeline .blogpost .post-info .day {
        font-size: 20px;
    }

    .timeline .blogpost .post-info .month {
        font-size: 11px;
        line-height: 1.2;
    }

.timeline-date-label {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto 80px;
    text-align: center;
    line-height: 1;
    width: 135px;
    position: relative;
    z-index: 2;
    color: #e84c3d;
}

.timeline .timeline-item.pull-right + .timeline-date-label {
    padding-top: 80px;
}

.timeline-date-label:after {
    background-color: #f3f3f3;
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    z-index: -1;
}

@media (min-width:768px) and (max-width:1199px) {
    .timeline .blogpost footer {
        font-size: 12px;
    }
}

@media (min-width:768px) {
    .timeline .blogpost {
        margin-bottom: 0;
    }

    .timeline:before {
        background-color: #f3f3f3;
        width: 2px;
        height: 100%;
        content: "";
        position: absolute;
        left: 50%;
        display: block;
        margin-left: -1px;
        top: 0;
    }

    .timeline .timeline-item {
        position: relative;
        width: 50%;
        padding-left: 0;
        padding-right: 40px;
        margin-bottom: 80px;
        float: left;
        clear: left;
        z-index: 1;
    }

        .timeline .timeline-item.pull-right {
            position: relative;
            width: 50%;
            padding-left: 40px;
            padding-right: 0;
            margin-top: 80px;
            margin-bottom: 0;
            float: right;
            clear: right;
        }

        .timeline .timeline-item:after {
            content: "";
            font-family: FontAwesome;
            right: 10px;
            background-color: #f3f3f3;
            left: auto;
            position: absolute;
            top: 20px;
            z-index: -1;
            width: 25px;
            height: 1px;
        }

        .timeline .timeline-item:before {
            content: "";
            position: absolute;
            background-color: #fff;
            border: 1px solid #e84c3d;
            height: 10px;
            width: 10px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            top: 15px;
            right: -5px;
        }

        .timeline .timeline-item.pull-right:after {
            right: auto;
            left: 10px;
        }

        .timeline .timeline-item.pull-right:before {
            left: -5px;
        }
}

@media (max-width:767px) {
    .timeline .timeline-item.pull-right {
        float: none!important;
    }
}

.comments {
    margin-top: 60px;
}

    .comments h2.title {
        margin-bottom: 40px;
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 10px;
    }

.comment {
    font-size: 14px;
}

    .comment .comment {
        margin-left: 75px;
    }

.comment-avatar {
    margin-top: 5px;
    width: 55px;
    float: left;
}

.comment-content {
    margin-left: 75px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 40px;
}

.comment h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.comment-meta {
    margin-bottom: 15px;
    color: #999;
    font-size: 12px;
}

    .comment-meta a {
        color: #666;
    }

        .comment-meta a:hover {
            text-decoration: underline;
        }

.comment .btn {
    font-size: 12px;
    padding: 7px;
    min-width: 100px;
    margin-top: 5px;
    margin-bottom: -1px;
}

    .comment .btn i {
        padding-right: 5px;
    }

.portfolio-item.side {
    font-size: 14px;
    margin-top: 30px;
}

    .portfolio-item.side .social-links {
        margin: 0;
    }

@media (min-width:992px) {
    .portfolio-item.side {
        margin-top: 125px;
    }
}

@media (max-width:480px) {
    .filters .nav-pills > li {
        display: inline-block;
        width: 100%;
    }
}

.team-member small {
    display: block;
    margin-top: -5px;
}

.team-member.box-style-1 {
    margin-top: 0;
}

@media (min-width:768px) {
    .team-member.option-3 {
        overflow: hidden;
        margin-bottom: 20px;
    }

        .team-member.option-3 .overlay-container {
            float: left;
            width: 55%;
        }

        .team-member.option-3 .image-box-body {
            float: left;
            width: 45%;
            padding: 20px 10px 5px 15px;
        }
}

@media (min-width:768px) and (max-width:1199px) {
    .team-member.option-3 .image-box-body {
        padding: 40px;
    }
}

@media (max-width:767px) {
    .team-member .image-box-body {
        padding: 15px 25px;
    }

    .team-member {
        max-width: 480px;
        margin: 20px auto!important;
    }
}

.coming-soon-bg {
    background: url(../images/coming-soon-bg.jpg) 50% 0 no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.boxed .coming-soon-bg {
    background: 0 0;
}

.is-countdown {
    border: 1px solid transparent;
    background-color: transparent;
}

.countdown-section {
    text-align: center;
    padding: 20px;
    margin: 10px 0;
}

.countdown-amount {
    font-size: 36px;
    font-weight: 700;
    display: block;
}

.countdown-period {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 15px;
}

@media (max-width:767px) {
    .countdown-amount {
        font-size: 24px;
    }

    .countdown-period {
        font-size: 18px;
    }
}

@media (max-width:480px) {
    .countdown-period {
        font-size: 14px;
    }
}

.listing-item {
    margin: 0 0 20px;
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
}

.listing-item-body {
    padding: 20px 15px 15px;
    -webkit-transition: ease-in-out all .25s;
    -o-transition: ease-in-out all .25s;
    transition: ease-in-out all .25s;
}

.listing-item:hover .listing-item-body {
    background-color: #fafafa;
}

.listing-item h3 {
    font-size: 18px;
}

.listing-item p {
    color: #999;
    font-size: 13px;
}

.listing-item del, .price del {
    font-size: 13px;
    line-height: 1;
    color: #ccc;
}

.elements-list > * {
    border-right: 1px solid #ddd;
    margin: 5px 6px 5px 0;
    padding-right: 10px;
    line-height: 24px;
    height: 22px;
    display: inline-block;
}

.elements-list > :last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.price {
    font-size: 22px;
    color: #000;
    font-weight: 300;
}

.wishlist:hover i:before {
    content: "\f004";
}

.listing-item .badge {
    border-radius: 0;
    position: absolute;
    border-color: transparent;
    top: -1px;
    left: -1px;
    font-weight: 400;
}

.sorting-filters {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    padding: 20px 15px;
    margin-bottom: 40px;
}

.sidebar .sorting-filters {
    margin-bottom: 0;
}

.sorting-filters label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.sorting-filters form {
    margin: 0;
}

.sorting-filters .btn {
    margin: 20px 0 0;
    min-width: 0;
    width: 100%;
}

.sorting-filters .form-control, .sorting-filters .form-control:focus {
    margin-bottom: 5px;
    webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.12);
    box-shadow: inset 0 2px 3px rgba(0,0,0,.12);
    border-color: #f3f3f3;
}

.sorting-filters .form-inline .form-control {
    width: 100%;
}

.list-with-image {
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
}

    .list-with-image:last-child {
        border-bottom: none;
    }

    .list-with-image .overlay-container {
        float: left;
        width: 80px;
        margin-bottom: 10px;
    }

    .list-with-image h2, .list-with-image p {
        margin-left: 100px;
    }

    .list-with-image h2 {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .list-with-image p {
        font-size: 13px;
        color: #999;
        margin-bottom: 15px;
    }

@media (min-width:768px) {
    .sorting-filters .form-inline .form-group {
        width: 18%;
        margin-right: 1.9%;
    }

        .sorting-filters .form-inline .form-group:last-child {
            margin-right: 0;
        }
}

.cart.table .price {
    width: 18%;
}

.cart.table .amount, .cart.table .quantity, .cart.table .remove {
    width: 12%;
}

.table .information {
    width: 80%;
}

.cart.table .quantity input {
    width: 60px;
    padding: 6px;
}

.cart.table .product {
    font-size: 15px;
}

.cart.table .amount {
    text-align: right;
}

.cart .price {
    font-size: 14px;
}

.cart.table .product small {
    font-size: 12px;
    display: block;
    color: #999;
}

.cart.table thead > tr > th {
    font-size: 16px;
}

.cart.table .total-amount, .cart.table .total-quantity {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
}

.cart.table .total-amount {
    text-align: right;
}

@media (max-width:767px) {
    .cart.table thead > tr > th {
        font-size: 14px;
    }

    .cart.table .amount, .cart.table .price {
        width: 12%;
    }

    .cart.table .quantity, .cart.table .remove {
        width: 8%;
    }

    .cart.table > tbody > tr > td, .cart.table > tbody > tr > th, .cart.table > tfoot > tr > td, .cart.table > tfoot > tr > th, .cart.table > thead > tr > td, .cart.table > thead > tr > th {
        padding: 8px 10px;
    }
}

@media (max-width:480px) {
    .cart.table > tbody > tr > td, .cart.table > tbody > tr > th, .cart.table > tfoot > tr > td, .cart.table > tfoot > tr > th, .cart.table > thead > tr > td, .cart.table > thead > tr > th {
        padding: 8px 7px;
    }
}

.cart .form-group {
    margin-bottom: 0;
}

.header-top-dropdown .dropdown-menu.cart {
    padding: 0;
    min-width: 320px;
    font-size: 12px;
    right: -1px;
}

.dropdown-menu.cart table {
    margin-bottom: 0;
}

.dropdown-menu.cart .panel-body {
    padding: 0 10px;
}

    .dropdown-menu.cart .panel-body .btn {
        margin-left: 5px;
    }

.total-amount, .total-quantity {
    font-size: 13px;
}

.cart .table > tbody > tr > td, .cart.table > tbody > tr > td {
    vertical-align: inherit;
}

.cart .quantity {
    width: 50px;
    font-size: 11px;
}

.invoice-container .cart .quantity {
    font-size: 14px;
}

.cart .product {
    width: 220px;
    font-size: 13px;
}

    .cart .product .small {
        display: block;
        color: #999;
    }

.cart .amount, .total-amount {
    font-weight: 700;
}

.btn {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    min-width: 160px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    margin: 10px 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .btn:active, .btn:focus {
        outline: 0;
        box-shadow: none;
    }

    .btn.btn-lg {
        padding: 17px 12px;
        font-size: 18px;
        min-width: 210px;
    }

    .btn.btn-sm {
        padding: 8px;
        font-size: 12px;
        min-width: 105px;
    }

    .btn.radius {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

.moving {
    -webkit-animation: moving 1.7s ease-out infinite;
    animation: moving 1.7s ease-out infinite;
    position: relative;
    top: -30px;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    -ms-transition: none!important;
    transition: none!important;
}

.btn-remove {
    font-size: 10px;
    padding: 3px 15px;
    min-width: 0;
}

@-webkit-keyframes moving {
    0% {
        top: -30px;
    }

    60% {
        top: 0;
    }
}

@keyframes moving {
    0% {
        top: -30px;
    }

    60% {
        top: 0;
    }
}

.btn-default {
    background-color: transparent;
    color: #000!important;
    border: none;
    float: right;
    padding: 0;
    min-width: 0;
    margin-top: 5px;
}

    .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
        color: #32ceb6!important;
        border: none;
        background-color: transparent!important;
    }

.btn-esqueci {
    text-transform: lowercase;
    background-color: transparent;
    color: #8c8c8c!important;
    border: none;
    float: left;
    padding: 0;
    min-width: 0;
    margin-top: 5px;
}

    .btn-esqueci.active, .btn-esqueci:active, .btn-esqueci:focus, .btn-esqueci:hover, .open .dropdown-toggle.btn-esqueci {
        color: #32ceb6!important;
        border: none;
        background-color: transparent!important;
    }

.default-bg .btn-default {
    background-color: rgba(0,0,0,.3);
    border-color: transparent;
}

    .default-bg .btn-default.active, .default-bg .btn-default:active, .default-bg .btn-default:focus, .default-bg .btn-default:hover, .default-bg .open .dropdown-toggle.btn-default {
        color: #fff!important;
        background-color: transparent!important;
        border-color: transparent;
    }

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default {
    border-color: #cd3c2e;
    opacity: .7;
    filter: alpha(opacity=70);
}

.btn-white {
    background-color: transparent;
    color: #cd3c2e;
    border: 1px solid #e84c3d;
}

.footer .btn-white, .subfooter .btn-white {
    color: inherit;
}

    .footer .btn-white:hover, .subfooter .btn-white:hover {
        color: #fff;
    }

.default-bg .btn-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

    .default-bg .btn-white.active, .default-bg .btn-white:active, .default-bg .btn-white:focus, .default-bg .btn-white:hover, .default-bg .open .dropdown-toggle.btn-white {
        color: #fff;
        border-color: #fafafa;
    }

.footer-content .btn-white {
    color: #999;
    background-color: transparent;
    border-color: #555;
}

.link {
    padding-right: 23px;
    position: relative;
    display: inline-block;
    text-align: right;
}

    .link:hover {
        text-decoration: none;
    }

        .link:hover span {
            text-decoration: underline;
        }

    .link:after {
        content: "\f178";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 2px;
    }

textarea {
    resize: vertical;
}

.sidebar form {
    margin: 5px 0 20px;
}

.form-control {
    background: #fff;
    height: 40px;
    padding-right: 30px;
    border-color: #32ceb6;
    color: #666;
    position: relative;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .form-control:focus {
        border-color: #666;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    }

select.form-control {
    padding-right: 5px;
}

.form-control::-moz-placeholder {
    color: inherit;
}

.form-control:-ms-input-placeholder {
    color: inherit;
}

.form-control::-webkit-input-placeholder {
    color: inherit;
}

.input-group-addon {
    background-color: #cacaca;
    border-color: #acacac;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-list > div {
    padding: 7px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3;
    margin: 6px 0;
    display: block;
}

fieldset {
    padding: 10px 25px;
    margin: 15px 0;
    border: 1px solid #ddd;
    background-color: #fafafa;
}

    fieldset legend {
        display: block;
        width: auto;
        padding: 3px 10px;
        margin-bottom: 0;
        font-size: 15px;
        line-height: inherit;
        color: #333;
        border: 1px solid #ddd;
        background-color: #fff;
    }

    fieldset .form-control, fieldset .form-control:focus {
        webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.12);
        box-shadow: inset 0 2px 3px rgba(0,0,0,.12);
        border-color: #f3f3f3;
    }

.badge {
    padding: 2px 4px 3px;
    font-size: 10px;
    margin-left: 12px;
    top: -2px;
    position: relative;
    font-weight: 400;
    border-radius: 2px;
    background-color: transparent;
    color: inherit;
    border: 1px solid #666;
}

.dropdown .badge {
    background-color: transparent;
    color: inherit;
}

.dropdown .active > a > .badge, .dropdown .open > a > .badge, .dropdown a:hover .badge {
    border-color: #e84c3d;
}

.dark .dropdown .active > a > .badge, .dark .dropdown .open > a > .badge, .dark .dropdown a:hover .badge {
    border-color: #3d3d3d!important;
}

.dark-bg .form-control {
    background-color: rgba(255,255,255,.2);
    border-color: #000;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.45);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.45);
    color: #999;
}

.dark-bg .input-group-addon {
    background-color: rgba(255,255,255,.2);
    border-color: #000;
}

.dark-bg .form-control:focus {
    background-color: rgba(255,255,255,.25);
}

#footer.light .form-control, .gray-bg .form-control, .header-top-dropdown .form-control {
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.12);
    box-shadow: inset 0 2px 3px rgba(0,0,0,.12);
    border-color: #f1f1f1;
    background-color: #fff;
}

    #footer.light .form-control:focus, .gray-bg .form-control:focus, .header-top-dropdown .form-control:focus {
        border-color: #cacaca;
        -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.09);
        box-shadow: inset 0 2px 3px rgba(0,0,0,.09);
    }

.dark .header-top-dropdown .form-control {
    background-color: rgba(255,255,255,.2);
    border-color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.45);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.45);
    color: #cdcdcd;
}

.dark .header-top-dropdown form i {
    color: #cdcdcd;
}

.dark .header-top-dropdown .form-control:focus {
    background-color: rgba(255,255,255,.25);
}

.gray-bg .input-group-addon {
    background-color: #ececec;
    border: 1px solid #f1f1f1;
}

.default-bg .form-control {
    border-color: #e84c3d;
    background-color: rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.35);
    box-shadow: inset 0 2px 3px rgba(0,0,0,.35);
    color: #fff;
}

    .default-bg .form-control:focus {
        border-color: #e84c3d;
        background-color: rgba(0,0,0,.25);
    }

.default-bg .input-group-addon {
    background-color: #cd3c2e;
    border-color: #e84c3d;
    color: #fff;
}

.dark-bg select.form-control, .default-bg select.form-control {
    color: #666;
}

footer:not(.light) .footer-content .form-control {
    border-color: #292929;
    background-color: rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.55);
    box-shadow: inset 0 2px 3px rgba(0,0,0,.55);
}

    footer:not(.light) .footer-content .form-control:focus {
        background-color: rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.55);
        box-shadow: inset 0 2px 3px rgba(0,0,0,.55);
    }

footer:not(.light) .footer-content .input-group-addon {
    background-color: rgba(0,0,0,.5);
    border: transparent;
}

select.form-control {
    -webkit-appearance: menulist;
}

select[multiple].form-control {
    -webkit-appearance: listbox;
}

.has-success .form-control, .has-success .form-control:focus {
    border-color: #3c763d;
}

.has-warning .form-control, .has-warning .form-control:focus {
    border-color: #8a6d3b;
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #a94442;
}

.default-bg .has-error .form-control, .default-bg .has-error .form-control:focus, .default-bg .has-success .form-control, .default-bg .has-success .form-control:focus, .default-bg .has-warning .form-control, .default-bg .has-warning .form-control:focus {
    border-color: #fff;
    color: #fff;
}

.default-bg .has-error .control-label, .default-bg .has-error .form-control-feedback, .default-bg .has-success .control-label, .default-bg .has-success .form-control-feedback, .default-bg .has-warning .control-label, .default-bg .has-warning .form-control-feedback {
    color: #fff;
}

.has-error .form-control, .has-error .form-control:focus, .has-success .form-control, .has-success .form-control:focus, .has-warning .form-control, .has-warning .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .error {
    font-weight: 500;
    font-size: 11px;
    margin-bottom: 5px;
    display: block;
}

label ~ .form-control-feedback {
    top: 25px;
}

.form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 42px!important;
    top: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    opacity: .5;
    filter: alpha(opacity=50);
}

ul.pager, ul.pagination {
    margin: 20px 0 40px;
    text-align: left;
}

    ul.pagination li {
        padding: 0;
        margin: 0 5px 0 0;
        border-bottom: none;
        font-size: 12px;
        display: inline-block;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .pagination > li:first-child > a, .pagination > li:last-child > a, ul.pager li > a, ul.pagination li > a {
            padding: 10px 15px;
            border: 1px solid #f3f3f3;
            line-height: 1;
            background-color: #fafafa;
            display: inline-block;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            color: #666;
        }

            ul.pagination li > a:hover {
                color: #fff;
                background-color: #e84c3d;
                border-color: #e84c3d;
            }

        .pagination > .active > a:focus, .pagination > .active > a:hover, ul.pagination li.active a {
            color: #fff;
            background-color: #e84c3d;
            border-color: #e84c3d;
            line-height: 1;
        }

        ul.pagination li > a:focus {
            background: 0 0;
        }

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    font-size: 13px;
    padding: 8px 0;
}

.nav-tabs {
    -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,.04);
    box-shadow: inset 0 -1px 1px rgba(0,0,0,.04);
    border-bottom: 1px solid #f0f0f0;
    margin-top: 15px;
}

    .nav-tabs > li > a {
        font-size: 13px;
        text-transform: uppercase;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 12px 25px;
        position: relative;
        color: #666;
    }

        .nav-tabs > li > a:hover {
            border-color: #f0f0f0 #f0f0f0 #ebebeb;
            background-color: #fafafa;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #666;
        background-color: #fafafa;
        border: 1px solid #f0f0f0;
        -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.04);
        box-shadow: 0 -1px 1px rgba(0,0,0,.04);
        border-bottom-color: transparent;
    }

        .nav-tabs > li.active > a:after {
            width: 3px;
            content: "";
            background-color: #e84c3d;
            height: 103%;
            position: absolute;
            left: 0;
            top: 0;
        }

.tab-content {
    border: 1px solid #f0f0f0;
    padding: 20px;
    border-top: none;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    position: relative;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background-color: #fafafa;
    margin-bottom: 15px;
}

    .tab-content h1 {
        font-size: 34px;
    }

    .tab-content:after {
        width: 3px;
        content: "";
        background-color: #e84c3d;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .tab-content.clear-style {
        border: none;
        padding: 10px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

        .tab-content.clear-style:after {
            width: 0;
            background-color: transparent;
            height: 100%;
        }

@media (min-width:481px) and (max-width:767px) {
    .nav-tabs > li > a {
        padding: 12px 10px;
        font-size: 11px;
        margin-right: 0;
    }
}

@media (max-width:480px) {
    .nav-tabs {
        background-color: #999;
    }

        .nav-tabs > li {
            float: none;
        }

            .nav-tabs > li a {
                color: #fff;
                margin-right: 0;
                border-bottom: 1px solid #8f8f8f;
            }

            .nav-tabs > li > a:hover {
                color: #666;
            }

                .nav-tabs > li > a:hover:after {
                    width: 3px;
                    content: "";
                    background-color: #e84c3d;
                    height: 102%;
                    position: absolute;
                    left: 0;
                    top: 0;
                }
}

.tabs-style-2 .nav-tabs {
    border-bottom: 1px solid #e84c3d;
}

    .tabs-style-2 .nav-tabs > li.active > a, .tabs-style-2 .nav-tabs > li.active > a:focus, .tabs-style-2 .nav-tabs > li.active > a:hover, .tabs-style-2 .nav-tabs > li > a:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #e84c3d;
        background-color: #e84c3d;
        color: #fff;
    }

        .tabs-style-2 .nav-tabs > li.active > a:after {
            width: 0;
            height: 0;
            background-color: transparent;
        }

.tabs-style-2 .tab-content {
    border: none;
    padding: 20px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

    .tabs-style-2 .nav-tabs > li > a:hover:after, .tabs-style-2 .tab-content:after {
        width: 0;
        background-color: transparent;
        height: 0;
    }

.vertical {
    margin: 20px 0;
}

    .vertical.hc-tabs {
        margin: 40px 0;
    }

    .vertical .nav-tabs, .vertical .tab-content {
        display: table-cell;
        margin: 0;
        vertical-align: top;
    }

    .vertical .nav-tabs {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom-color: transparent;
        background-color: #999;
    }

        .vertical .nav-tabs > li {
            float: none;
        }

            .vertical .nav-tabs > li a {
                margin: 0;
                padding: 15px 40px;
                white-space: nowrap;
                color: #fff;
                border-bottom: 1px solid #8f8f8f;
            }

            .vertical .nav-tabs > li > a:hover {
                border-color: #f0f0f0 transparent #ebebeb #f0f0f0;
                color: #666;
                z-index: 2;
            }

                .vertical .nav-tabs > li > a:hover:after {
                    width: 3px;
                    content: "";
                    background-color: #e84c3d;
                    height: 102%;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

            .vertical .nav-tabs > li.active > a, .vertical .nav-tabs > li.active > a:focus, .vertical .nav-tabs > li.active > a:hover {
                -webkit-box-shadow: -1px 0 1px rgba(0,0,0,.04);
                box-shadow: -1px 0 1px rgba(0,0,0,.04);
                border-right-color: transparent;
                border-bottom-color: #f0f0f0;
                color: #666;
                z-index: 2;
                width: 101%;
            }

    .vertical .tab-content {
        border-top: 1px solid #f0f0f0;
        -webkit-box-shadow: 1px 0 1px rgba(0,0,0,.04);
        box-shadow: 1px 0 1px rgba(0,0,0,.04);
        left: -1px;
        z-index: 1;
        padding: 20px 30px;
    }

        .vertical .tab-content:after {
            background-color: transparent;
        }

.arrow {
    display: block;
    position: relative;
}

    .arrow i {
        font-size: 96px;
        top: -62px;
        position: absolute;
        line-height: 1;
        z-index: 2;
        left: 50%;
        margin-left: -27px;
    }

        .arrow i:before {
            color: #fafafa;
            text-shadow: 0 -1px 1px #E9E9E9;
        }

@media (max-width:767px) {
    .vertical .nav-tabs, .vertical .tab-content {
        display: block;
    }
}

.hc-tabs .hc-tabs-top img {
    display: none;
}

.nav-pills > li > a {
    border-radius: 0;
    padding: 10px 15px;
    border: 1px solid transparent;
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-pills.nav-stacked > li + li {
    margin-left: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .nav-pills > li > a:focus, .nav-pills > li > a:hover {
    border: 1px solid #f3f3f3;
    color: #e84c3d;
    background-color: #fafafa;
}

.nav-pills.nav-stacked > li > a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 9px;
    color: #d1d1d1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.nav-pills > li.active > a:after {
    color: #e84c3d;
}

.nav-pills > li.active > a:focus:after, .nav-pills > li.active > a:hover:after, .nav-pills > li > a:focus:after, .nav-pills > li > a:hover:after {
    color: #e84c3d;
    right: 10px;
}

.footer-content .nav-pills > li > a {
    padding: 4px 0;
    border-color: transparent;
    color: #999;
    font-weight: 400;
}

.footer-content .nav-pills > li:last-child > a {
    border-bottom: none;
}

.footer-content .nav-pills > li.active > a, .footer-content .nav-pills > li.active > a:focus, .footer-content .nav-pills > li > a:focus {
    color: #999;
    background-color: transparent;
    border-color: transparent;
}

    .footer-content .nav-pills > li.active > a:hover, .footer-content .nav-pills > li > a:hover {
        color: #fff;
        background-color: transparent;
        border-color: transparent;
    }

.footer-content .nav-pills.nav-stacked > li > a:after {
    top: 3px;
}

.footer-content .nav-pills.nav-stacked > li > a:after, .footer-content .nav-pills > li.active > a:after, .footer-content .nav-pills > li.active > a:focus:after, .footer-content .nav-pills > li.active > a:hover:after, .footer-content .nav-pills > li > a:focus:after, .footer-content .nav-pills > li > a:hover:after {
    color: #999;
}

.light .footer-content .nav-pills > li.active > a, .light .footer-content .nav-pills > li.active > a:focus, .light .footer-content .nav-pills > li > a, .light .footer-content .nav-pills > li > a:focus {
    color: #666;
}

    .light .footer-content .nav-pills > li.active > a:hover, .light .footer-content .nav-pills > li > a:hover {
        color: #cd3c2e;
    }

        .light .footer-content .nav-pills.nav-stacked > li > a:after, .light .footer-content .nav-pills > li.active > a:after, .light .footer-content .nav-pills > li.active > a:focus:after, .light .footer-content .nav-pills > li.active > a:hover:after, .light .footer-content .nav-pills > li > a:focus:after, .light .footer-content .nav-pills > li > a:hover:after {
            color: #fff;
        }

.process .nav-pills > li + li {
    margin-left: 60px;
    position: relative;
}

    .process .nav-pills > li + li:after {
        font-family: FontAwesome;
        content: "\f101";
        position: absolute;
        top: 10px;
        left: -35px;
        width: 10px;
        background-color: #fff;
    }

.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

.panel-default > .panel-heading {
    padding: 0;
    outline: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: 1px solid #f0f0f0;
        border-top: none;
        background-color: #fafafa;
    }

.panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #e84c3d;
    color: #fff;
    position: relative;
    text-decoration: none;
}

.panel-dark .panel-heading a, .panel-dark .panel-heading a:hover {
    background-color: #333;
}

.panel-transparent .panel-default > .panel-heading, .panel-transparent .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: transparent;
    color: inherit;
}

.panel-transparent .panel-heading a {
    border: 1px solid #f1f1f1;
}

    .panel-transparent .panel-heading a.collapsed {
        color: inherit;
        background-color: transparent;
    }

.panel-heading a.collapsed {
    color: #fff;
    background-color: #999;
}

.panel-heading a:after {
    font-family: FontAwesome;
    content: "\f147";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
}

.panel-heading a.collapsed:after {
    content: "\f196";
}

.panel-heading a:hover, .panel-transparent .panel-heading a:hover {
    text-decoration: none;
    background-color: #e84c3d;
    color: #fff;
}

.panel-title a i {
    padding-right: 10px;
    font-size: 20px;
}

.progress {
    margin-bottom: 25px;
    background-color: #f1f1f1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 30px;
}

.progress-bar {
    padding: 6px 0 5px;
    text-align: left;
}

.progress-bar-default {
    background-color: #e84c3d;
}

.progress-bar-gray {
    background-color: #999;
}

.progress-bar-dark {
    background-color: #333;
}

.gray-bg .progress {
    background-color: #fff;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.1);
}

.progress-bar span {
    position: relative;
    left: 15px;
}

.knob-container {
    margin: 10px;
    position: relative;
    display: inline-block;
}

    .knob-container canvas {
        width: 132px;
        height: 132px;
        margin: 0 auto;
    }

.knob-text {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    margin-top: -14px;
}

@media (min-width:1200px) {
    .knob-container canvas {
        width: 169px;
        height: 169px;
    }
}

.alert {
    margin: 20px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    padding-left: 70px;
    overflow: hidden;
    z-index: 1;
    border: none;
}

    .alert:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 50px;
        height: 101%;
        background-color: rgba(0,0,0,.25);
        z-index: 2;
    }

.alert-success {
    color: #2a5f2b;
    background-color: #bcdab0;
}

.alert-info {
    color: #1a4e68;
    background-color: #c6e8fa;
}

.alert-warning {
    color: #72582b;
    background-color: #f7f0ce;
}

.alert:after {
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    left: 17px;
    color: #fff;
    font-size: 20px;
    z-index: 3;
}

.alert.alert-success:after {
    content: "\f00c";
}

.alert.alert-info:after {
    content: "\f05a";
}

.alert.alert-warning:after {
    content: "\f071";
}

.alert.alert-danger:after {
    content: "\f00d";
}

.close {
    font-size: 28px;
    font-weight: 400;
    filter: alpha(opacity=40);
    opacity: .4;
}

.modal-open .page-wrapper {
    -webkit-filter: blur(3px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .modal-content .modal-header {
        background-color: #e84c3d;
    }

    .modal-content .modal-title {
        font-size: 24px;
        color: #fff;
    }

.modal-footer .btn {
    margin: 0;
}

@media (min-width:1200px) {
    .modal-lg {
        width: 1140px;
    }
}

.mfp-zoom-out-cur .page-wrapper {
    -webkit-filter: blur(3px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.mfp-bg {
    opacity: .6;
    filter: alpha(opacity=60);
}

.mfp-figure:after {
    background-color: #fff;
}

.fixed-image {
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
}

.no-touch .fixed-image {
    background-attachment: fixed;
}

.fixed-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(241,241,241,.85);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

    .overlay a {
        display: inline-block;
        width: 50px;
        height: 50px;
        font-size: 26px;
        color: #33bfa9;
        background-color: #fff;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
    }

    .overlay span {
        position: absolute;
        display: block;
        bottom: 10px;
        text-align: center;
        width: 100%;
        color: #000;
        font-style: italic;
    }

.overlay-links {
    display: block;
    margin: -25px auto 0 -50px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(.4);
    transform: scale(.4);
    -webkit-transition: all .25s linear .05s;
    -moz-transition: all .25s linear .05s;
    -ms-transition: all .25s linear .05s;
    -o-transition: all .25s linear .05s;
    transition: all .25s linear .05s;
}

    .overlay-links a {
        position: static;
        margin-top: 0;
        margin-left: 0;
    }

        .overlay-links a + a {
            left: 50px;
            color: #fff;
            background-color: #33bfa9;
        }

.overlay a:hover {
    color: #fff;
    background-color: #333;
    text-decoration: none;
}

.overlay i {
    line-height: 50px;
}

.box-style-1 .overlay i {
    font-size: 26px;
    margin: 0;
}

a.overlay {
    background-color: rgba(255,255,255,.8);
    cursor: pointer;
}

    a.overlay:hover {
        text-decoration: none;
    }

.listing-item a.overlay {
    -webkit-transition: linear .25s;
    -o-transition: linear .25s;
    transition: linear .25s;
    background-color: rgba(255,255,255,.7);
    -webkit-transform: scale(1);
    transform: scale(1);
}

    .listing-item a.overlay:hover {
        text-decoration: none;
    }

a.overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 40px;
    line-height: 42px;
    color: #33bfa9;
    margin-top: -22px;
    margin-left: -18px;
    text-align: center;
}

a.overlay.small i {
    font-size: 18px;
    line-height: 1;
    margin-top: -8px;
    margin-left: -8px;
}

.overlay .social-links {
    margin: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

    .overlay .social-links li {
        margin: 0 auto;
    }

        .overlay .social-links li a {
            margin: 2px;
            width: 40px;
            height: 40px;
            font-size: 18px;
            position: static;
        }

            .overlay .social-links li a:hover {
                background-color: #fff;
                border-color: #fff;
                text-decoration: none;
            }

            .overlay .social-links li a i {
                line-height: 38px;
                font-size: 24px;
                margin: 0;
            }

.overlay-container:hover .overlay, .overlay-container:hover .overlay-links {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tp-caption .embed-responsive {
    overflow: visible;
}

.audio-wrapper iframe {
    width: 100%;
    border: none;
    margin-bottom: 20px;
}

.scroll-spy {
    position: relative;
}

.navbar.navbar-default {
    border-radius: 0;
    margin: 12px 0 5px;
    background-color: #363c3b;
    border-color: #363c3b;
}

.header-small .navbar.navbar-default {
    margin: 6px 0 5px;
}

.navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    padding: 12px 10px;
    z-index: 102;
    border: 1px solid transparent;
    bottom: -1px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    height: 50px;
}

    .navbar-nav > li > a:hover {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        transition: all .2s ease-out;
        color: #32ceb6;
        background-color: transparent;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}

.main-navigation .navbar-nav > .open.active > a:active, .main-navigation .navbar-nav > .open > a:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    .main-navigation .navbar-nav > .open.active > a:active + ul, .main-navigation .navbar-nav > .open > a:active + ul {
        display: none;
    }

.dropdown-menu {
    min-width: 212px;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.75);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.75);
    border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    border: 1px solid #f1f1f1;
    z-index: 2000;
}

.dropServ .titleDrop {
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    padding: 4px;
    font-size: 1.05em;
    color: #666;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 20px;
    font-family: inherit;
    display: block;
    margin-bottom: 15px;
}

.dropServ {
    font-size: .9em;
    font-weight: 500;
    top: 65px!important;
}

.dropdown-menu > li > a {
    padding: 12px 20px;
    font-size: 15px;
    color: #666;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.dropdown-menu .dropdown-menu {
    top: -1px;
    left: 100%!important;
    padding-top: 0;
    margin-left: 1px;
    border-left: none;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.08);
    box-shadow: 1px 1px 2px rgba(0,0,0,.08);
    border-top: 1px solid #f1f1f1;
}

.mega-menu.dropdown {
    position: static;
}

.mega-menu .dropdown-menu {
    left: 0;
    top: 96%;
    width: 100%;
    padding: 20px 30px;
}

.mega-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu h4.title {
    margin: 10px 0 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.mega-menu .menu > li > a {
    padding: 5px 0;
    font-size: 15px;
    color: #666;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

    .dropdown-menu > li > a i, .mega-menu .menu > li > a i {
        padding-right: 5px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.mega-menu .menu > li:last-child > a {
    border-bottom: none!important;
}

.dropdown-menu > li > a:hover i, .mega-menu .menu > li > a:hover i {
    padding-left: 5px;
    background-color: transparent;
}

.mega-menu .menu > li > a:focus, .mega-menu .menu > li > a:hover {
    background-color: transparent;
    color: #fff;
    border-color: #f1f1f1;
    text-decoration: none;
}

.navbar-default .navbar-nav > .active.dropdown > a:before {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > .dropdown.open > a:before {
    color: #e5e5e5;
}

.dropdown .dropdown > a:before {
    content: "\f105";
    right: 10px;
    top: 15px;
    margin-left: 0;
    visibility: visible;
    color: #666;
}

.dropdown .dropdown.open > a:before {
    color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #ccc;
}

.navbar-header {
    background-color: #363c3b;
    border-color: #363c3b;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border-color: #33bfa9;
}

.animated.main-navigation .open .dropdown-menu, .open .dropdown-animation {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}

.open .dropdown-animation {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.animated.main-navigation .dropdown-menu .open .dropdown-menu {
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall;
}

@media (min-width:768px) {
    .dark.header .navbar.navbar-default, .navbar.navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    .main-navigation .container-fluid, .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .main-navigation .navbar-right .dropdown-menu {
        width: 750px;
        right: auto;
        left: 0;
    }

    .main-navigation .navbar-right > li:last-child > .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .dropServ h2 {
        font-size: .8999em;
    }

    .dropServ {
        font-size: .84em;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .main-navigation .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main-navigation .navbar-nav {
        float: left!important;
    }
}

@media (min-width:992px) {
    .col-md-4 + .col-md-8 .mega-menu .dropdown-menu {
        left: -265px;
        width: 883px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .navbar-nav > li > a {
        padding-right: 19px;
    }
}

@media (min-width:1200px) {
    .main-navigation .navbar-nav > li {
        margin: 0 0 0 15px;
    }

        .main-navigation .navbar-nav > li:first-child {
            margin: 0;
        }

    .col-md-4 + .col-md-8 .mega-menu .dropdown-menu {
        left: -135px;
        width: 883px;
    }
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #32ceb6;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #f1f1f1;
    }

    .subfooter .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #141414;
        text-align: center;
    }

    .navbar-default .navbar-nav > li {
        text-align: center;
    }

    .light .subfooter .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #ddd;
    }

    .navbar-nav > li:last-child > a {
        border-bottom: 1px solid transparent;
    }

    .main-navigation .navbar-nav > .open > a, .main-navigation .navbar-nav > .open > a:focus, .main-navigation .navbar-nav > .open > a:hover {
        border-color: transparent!important;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav > .active > a:focus, .navbar-nav > .active > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
        color: #32ceb6;
    }

    .navbar-default .navbar-nav .open .dropdown-menu {
        text-align: center;
    }

        .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            padding: 12px 15px 12px 40px;
            color: #fff;
            border-color: #fafafa;
        }

            .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
                color: #fff;
            }

    .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
        padding-left: 60px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding-left: 80px;
    }

    .dropdown > a:before {
        right: 32px;
    }

    .dropdown .dropdown > a:before {
        right: 36px;
    }
}

.header-top .navbar.navbar-default {
    margin: 0;
    min-height: 30px;
}

.header-top .navbar-default .navbar-nav > li > a {
    color: #999;
    padding: 4px 20px;
}

.header-top .navbar-default .navbar-nav > li {
    border-right: 1px solid #999;
}

    .header-top .navbar-default .navbar-nav > li:last-child {
        border-right: none;
    }

.subfooter .navbar {
    margin: 0;
    min-height: 0;
    background: 0 0;
    border-color: transparent;
}

.subfooter .navbar-default .nav > li > a {
    padding: 10px;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}

.light .subfooter .navbar-default .nav > li:last-child > a, .subfooter .navbar-default .nav li:last-child a {
    border: none;
}

.subfooter .navbar-default .nav > .active > a:focus, .subfooter .navbar-default .nav > .active > a:hover, .subfooter .navbar-default .nav > li > a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #fff;
}

@media (min-width:768px) {
    .subfooter .navbar-nav {
        float: none;
        margin: 15px 0;
        text-align: center;
    }

        .subfooter .navbar-nav > li {
            float: none;
            padding: 5px 0;
        }

    .subfooter .navbar-default .nav > li > a {
        padding: 0 10px;
    }
}

@media (min-width:992px) {
    .subfooter {
        text-align: left;
    }

        .subfooter .navbar-nav {
            float: right;
            margin: 0;
            text-align: left;
        }

            .subfooter .navbar-nav > li {
                float: left;
                padding: 0;
                margin-top: 4px;
            }

        .subfooter .navbar-default .nav > li > a {
            border-right: 1px solid #333;
        }

    .light .subfooter .navbar-default .nav > li > a {
        border-right: 1px solid #999;
    }
}

@media (max-width:767px) {
    .subfooter .navbar-default .navbar-toggle:focus, .subfooter .navbar-default .navbar-toggle:hover {
        background-color: transparent;
        border-color: #888;
    }

    .light .subfooter .navbar-default .navbar-collapse {
        border-color: #ddd;
    }

    .subfooter .navbar-default .navbar-collapse {
        border-color: #000;
    }
}

.logo img {
    float: right;
}

.main-container .logo img {
    margin: 0 auto;
}

.header-small .logo img {
    max-height: 40px;
    margin: 2px 0 -4px;
}

.text-center .logo img {
    margin: 0 auto;
}

.site-slogan {
    float: left;
    color: #fff;
    font-size: 1.25em;
    padding-top: 12%;
    min-width: 170px;
}

a:hover {
    text-decoration: none;
}

.main-container .site-slogan {
    color: inherit;
    text-align: center;
    margin-bottom: 20px;
}

.logo-footer {
    margin: 25px 0 20px;
}

@media (max-width:991px) {
    .header-small .logo img, .logo img {
        margin: 0 auto;
    }

    .site-slogan {
        text-align: center;
    }
}

.call-to-action {
    padding: 10px;
    text-align: center;
}

    .call-to-action .btn {
        margin: 10px 5px;
    }

        .call-to-action .btn.btn-lg {
            margin-top: 15px;
        }

@media (max-width:480px) {
    .call-to-action .btn {
        display: block;
        width: 60%;
        margin: 10px auto;
    }
}

.box {
    text-align: center;
    margin: 0 10px 10px 0;
    width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 0;
    float: left;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .box i {
        font-size: 36px;
        line-height: 60px;
    }

    .box.small {
        margin: 0 5px 5px 0;
        width: 45px;
        height: 45px;
    }

        .box.small i {
            font-size: 24px;
            line-height: 45px;
        }

    .box.gray-bg:hover {
        color: #e84c3d;
    }

    .box.default-bg:hover {
        background-color: #fff;
        border: 1px solid #e84c3d;
    }

        .box.default-bg:hover * {
            color: #e84c3d;
        }

    .box.dark-bg:hover {
        background-color: #fff;
        border: 1px solid #666;
    }

        .box.dark-bg:hover * {
            color: #666;
        }

.box-style-1 {
    text-align: center;
    padding: 20px;
    margin: 20px 0;
}

.grid-space-10 .box-style-1 {
    margin: 10px 0;
}

.box-style-1 i {
    font-size: 90px;
    margin: 15px 0 5px;
    text-align: center;
}

.box-style-1:not(.team-member):hover i {
    color: #e84c3d;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.box-style-1.dark-bg:hover i, .box-style-1.default-bg:hover i {
    color: inherit;
}

.box-style-2 {
    margin-top: 20px;
}

    .box-style-2 i {
        font-size: 36px;
        line-height: 60px;
    }

    .box-style-2 .icon-container {
        float: left;
        width: 60px;
        height: 60px;
        text-align: center;
        border: 1px solid transparent;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .box-style-2 .body {
        margin-left: 80px;
    }

    .box-style-2 h2 {
        font-size: 24px;
        margin-top: 0;
    }

    .box-style-2:hover .icon-container {
        border: 1px solid #666;
    }

    .box-style-2:hover .default-bg {
        background-color: #fff;
        border: 1px solid #e84c3d;
    }

        .box-style-2:hover .default-bg * {
            color: #e84c3d;
        }

    .box-style-2:hover .dark-bg {
        background-color: #fff;
        border: 1px solid #666;
    }

        .box-style-2:hover .dark-bg * {
            color: #666;
        }

    .box-style-2:hover .white-bg * {
        color: #e84c3d;
    }

.box-style-3 {
    margin-top: 20px;
}

    .box-style-3 i {
        font-size: 22px;
        line-height: 45px;
    }

    .box-style-3 .icon-container {
        float: left;
        width: 45px;
        height: 45px;
        text-align: center;
        border: 1px solid transparent;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .box-style-3 .body {
        margin-left: 80px;
    }

    .box-style-3 h2 {
        font-size: 20px;
        margin-top: 0;
    }

    .box-style-3:hover .icon-container {
        border: 1px solid #666;
    }

    .box-style-3:hover .default-bg {
        background-color: #fff;
        border: 1px solid #e84c3d;
    }

        .box-style-3:hover .default-bg * {
            color: #e84c3d;
        }

    .box-style-3:hover .dark-bg {
        background-color: #fff;
        border: 1px solid #666;
    }

        .box-style-3:hover .dark-bg * {
            color: #666;
        }

    .box-style-3:hover .white-bg * {
        color: #e84c3d;
    }

.panel-body i {
    width: 35px;
    text-align: center;
}

@media (min-width:768px) {
    .box-style-3.right .icon-container {
        float: right;
    }

    .box-style-3.right .body {
        margin-right: 80px;
        text-align: right;
        margin-left: 0;
    }
}

.image-box {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
}

.grid-space-0 .image-box {
    border: none;
}

.image-box h3.title {
    margin-top: 0;
}

.image-box .btn {
    white-space: normal;
    border-color: transparent;
}

.image-box .btn-block {
    margin: 0;
}

.image-box-body {
    padding: 20px 15px 15px;
}

.image-box img {
    border: 2px solid #fff;
}

.tags-cloud {
    font-size: 0;
}

.tag {
    display: inline-block;
    margin: 0 3px 3px 0;
}

    .tag a {
        padding: 5px 10px;
        color: #999;
        display: block;
        font-size: 12px;
        background-color: #fafafa;
        border: 1px solid #f3f3f3;
    }

        .tag a:hover {
            color: #fff;
            background-color: #e84c3d;
            border-color: #e84c3d;
            text-decoration: none;
        }

.dark-bg .tag a, footer:not(.light) .footer-content .tag a {
    background-color: transparent;
    border-color: #555;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.social-links {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 40px 0 20px;
}

    .social-links li {
        display: inline-block;
        margin: 0 2px 2px 0;
    }

        .social-links li a {
            width: 45px;
            height: 45px;
            display: block;
            text-align: center;
            font-size: 20px;
            background: #e84c3d;
            border: 1px solid #e84c3d;
            color: #fff;
        }

    .social-links.large li a {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .social-links.light li a {
        background: #fafafa;
        border: 1px solid #f3f3f3;
        color: inherit;
    }

    .social-links.dark li a {
        background: #454545;
        border: 1px solid #333;
        color: #acacac;
    }

    .social-links.radius-5px li a {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .social-links.circle li a {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .social-links li a:hover {
        background-color: transparent;
        border-color: #cd3c2e;
        color: #cd3c2e;
    }

    .social-links.dark li a:hover {
        background: #fafafa;
        border: 1px solid #acacac;
        color: inherit;
    }

    .social-links.light li a:hover {
        border: 1px solid #d2d2d2;
        color: #333;
    }

    .social-links li a i {
        line-height: 44px;
    }

    .social-links.large li a i {
        line-height: 60px;
    }

.header-top .social-links {
    margin: 0;
}

    .header-top .social-links li {
        padding: 3px 5px 2px;
        border-right: 1px solid #e3e3e3;
        margin: 0;
    }

        .header-top .social-links li:hover {
            background-color: #fafafa;
        }

        .header-top .social-links li a {
            font-size: 16px;
        }

        .header-top .social-links li:last-child {
            border-right: none;
        }

        .header-top .social-links li a {
            border: none;
            width: 25px;
            height: 30px;
            color: #999;
            background-color: transparent;
            border-color: transparent;
        }

            .header-top .social-links li a:hover {
                color: #cd3c2e;
            }

            .header-top .social-links li a i {
                line-height: 30px;
            }

.dark.header-top .social-links li {
    border-right: 1px solid #3d3d3d;
}

    .dark.header-top .social-links li:last-child {
        border-right: none;
    }

    .dark.header-top .social-links li:hover {
        background-color: transparent;
    }

    .dark.header-top .social-links li a {
        color: #999;
    }

.footer-content .social-links {
    margin: 20px 0;
}

    .footer-content .social-links li {
        margin: 0 5px 5px 0;
    }

        .footer-content .social-links li a {
            color: #666;
            background-color: transparent;
            border-color: #666;
        }

            .footer-content .social-links li a:hover {
                color: #fff;
                background-color: #666;
                border-color: #666;
            }

.colored.social-links li.twitter a, .social-links li.twitter a:hover {
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}

.colored.social-links li.skype a, .social-links li.skype a:hover {
    background-color: #00aff0;
    border-color: #00aff0;
    color: #fff;
}

.colored.social-links li.linkedin a, .social-links li.linkedin a:hover {
    background-color: #0976b4;
    border-color: #0976b4;
    color: #fff;
}

.colored.social-links li.googleplus a, .social-links li.googleplus a:hover {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

.colored.social-links li.youtube a, .social-links li.youtube a:hover {
    background-color: #b31217;
    border-color: #b31217;
    color: #fff;
}

.colored.social-links li.flickr a, .social-links li.flickr a:hover {
    background-color: #ff0084;
    border-color: #ff0084;
    color: #fff;
}

.colored.social-links li.facebook a, .social-links li.facebook a:hover {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

.colored.social-links li.pinterest a, .social-links li.pinterest a:hover {
    background-color: #cb2027;
    border-color: #cb2027;
    color: #fff;
}

.colored.social-links li.instagram a, .social-links li.instagram a:hover {
    background-color: #517fa4;
    border-color: #517fa4;
    color: #fff;
}

.colored.social-links li.vimeo a, .social-links li.vimeo a:hover {
    background-color: #aad450;
    border-color: #aad450;
    color: #fff;
}

.colored.social-links li.tumblr a, .social-links li.tumblr a:hover {
    background-color: #32506d;
    border-color: #32506d;
    color: #fff;
}

.colored.social-links li.soundcloud a, .social-links li.soundcloud a:hover {
    background-color: #ff3a00;
    border-color: #ff3a00;
    color: #fff;
}

.colored.social-links li.foursquare a, .social-links li.foursquare a:hover {
    background-color: #0072b1;
    border-color: #0072b1;
    color: #fff;
}

.colored.social-links li.dribbble a, .social-links li.dribbble a:hover {
    background-color: #ea4c89;
    border-color: #ea4c89;
    color: #fff;
}

.colored.social-links li.behance a, .social-links li.behance a:hover {
    background-color: #053eff;
    border-color: #053eff;
    color: #fff;
}

.colored.social-links li.vine a, .social-links li.vine a:hover {
    background-color: #00a478;
    border-color: #00a478;
    color: #fff;
}

.colored.social-links li.stumbleupon a, .social-links li.stumbleupon a:hover {
    background-color: #f74425;
    border-color: #f74425;
    color: #fff;
}

.header-top .social-links li.twitter a:hover {
    color: #55acee;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.skype a:hover {
    color: #00aff0;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.linkedin a:hover {
    color: #0976b4;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.googleplus a:hover {
    color: #dd4b39;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.youtube a:hover {
    color: #b31217;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.flickr a:hover {
    color: #ff0084;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.facebook a:hover {
    color: #3b5998;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.pinterest a:hover {
    color: #cb2027;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.instagram a:hover {
    color: #517fa4;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.vimeo a:hover {
    color: #aad450;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.tumblr a:hover {
    color: #32506d;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.soundcloud a:hover {
    color: #ff3a00;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.foursquare a:hover {
    color: #0072b1;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.dribbble a:hover {
    color: #ea4c89;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.behance a:hover {
    color: #053eff;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.vine a:hover {
    color: #00a478;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.stumbleupon a:hover {
    color: #f74425;
    background-color: transparent;
    border-color: transparent;
}

.social-links .dropdown > button {
    padding: 6px 15px 5px;
    font-size: 16px;
    color: #999;
    text-align: center;
    min-width: 0;
    margin: 0;
    background-color: transparent;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

    .social-links .dropdown > button i {
        width: 15px;
    }

.social-links .dropdown.open > button > i:before {
    content: "\f00d";
    color: #e84c3d;
}

.social-links .dropdown-menu {
    z-index: 103;
    padding: 0;
    min-width: 290px;
    margin-top: 1px;
    font-size: 0;
    box-shadow: none;
    background-color: #fafafa;
}

    .social-links .dropdown-menu li a, .social-links .dropdown-menu li a i {
        padding: 0;
    }

.header-top-dropdown {
    float: right;
    font-size: 0;
    text-align: right;
}

    .header-top-dropdown .dropdown > button {
        border-right: 1px solid #e3e3e3;
        border-left: 1px solid transparent;
    }

.dark .header-top-dropdown .dropdown > button {
    border-right: 1px solid #515151;
}

.header-top-dropdown .dropdown:last-child > button {
    border-right-color: transparent;
}

.header-top-dropdown .dropdown > button {
    padding: 0 5px;
    margin: 0;
    font-size: 12px;
    text-align: center;
    min-width: 0;
    background-color: transparent;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-transform: none;
}

.dark.header-top .header-top-dropdown .dropdown > button {
    border-right: 1px solid #3d3d3d;
}

.dark.header-top .header-top-dropdown .dropdown:last-child > button {
    border-right-color: transparent;
}

.header-top-dropdown .dropdown > button i {
    padding-right: 5px;
    width: 15px;
}

.header-top-dropdown .dropdown.open > button, .header-top-dropdown .dropdown > button:hover {
    color: #33bfa9;
}

.header-top-dropdown .dropdown:first-child.open > button, .header-top-dropdown .dropdown:first-child > button:hover {
    border-left-color: #e3e3e3;
}

.dark.header-top .header-top-dropdown .dropdown:first-child.open > button, .dark.header-top .header-top-dropdown .dropdown:first-child > button:hover {
    border-left-color: #3d3d3d;
}

.header .header-top-dropdown .dropdown > button {
    padding: 3px 10px;
}

    .header .header-top-dropdown .dropdown.open > button, .header .header-top-dropdown .dropdown > button:hover {
        background-color: transparent;
    }

.header .header-top-dropdown .dropdown:first-child.open > button, .header .header-top-dropdown .dropdown:first-child > button:hover {
    border-left-color: transparent;
}

.header .header-top-dropdown .dropdown:last-child.open > button, .header .header-top-dropdown .dropdown:last-child > button:hover {
    border-right-color: transparent;
}

.header .header-top-dropdown .dropdown-menu {
    margin-top: 27px;
}

.header-top-dropdown .dropdown-menu {
    z-index: 103;
    padding: 20px;
    min-width: 280px;
    margin-top: 0;
}

.header-top-dropdown .search-box .form-group {
    margin-bottom: 0;
}

.header-top-dropdown form {
    margin: 0;
}

.header-top-dropdown .login-form span {
    margin: 0 3px;
}

.header-top-dropdown .login-form ul {
    list-style-position: inside;
    padding: 5px 0;
}

.header-top-dropdown .login-form .social-links {
    display: inline-block;
    margin: 0;
}

.dark .header-top-dropdown .login-form a {
    color: #cdcdcd;
    text-decoration: underline;
}

    .dark .header-top-dropdown .login-form a:hover {
        text-decoration: none;
    }

.header .header-top-dropdown {
    margin-top: 19px;
}

.dark.header .header-top-dropdown {
    color: #cdcdcd;
}

.fixed-header-on .header .header-top-dropdown {
    margin-top: 13px;
}

    .fixed-header-on .header .header-top-dropdown .dropdown-menu {
        margin-top: 19px;
    }

@media (max-width:480px) {
    .header-top-dropdown .btn-group {
        position: static;
    }

    .header-top-dropdown .dropdown-menu {
        right: 15px!important;
        width: 100%;
    }
}

.gallery.row {
    margin-left: -5px;
    margin-right: -5px;
}

.gallery-item {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

ul.tweets {
    list-style: none;
    padding: 0;
}

    ul.tweets li {
        margin-bottom: 20px;
        position: relative;
        padding-left: 35px;
    }

        ul.tweets li i {
            position: absolute;
            top: 4px;
            left: 0;
            width: 25px;
            height: 25px;
            text-align: center;
            color: #666;
        }

        ul.tweets li p {
            margin-bottom: 5px;
        }

        ul.tweets li span {
            font-size: 12px;
            color: #666;
        }

.isotope-container {
    display: none;
    margin-bottom: 40px;
}

.isotope-item {
    margin-bottom: 30px;
}

.grid-space-20 .isotope-item {
    margin-bottom: 20px;
}

.grid-space-10 .isotope-item {
    margin-bottom: 0;
}

@media (max-width:767px) {
    .isotope-item {
        max-width: 100%;
    }
}

.stat-num {
    font-size: 36px;
    font-weight: 700;
    display: block;
}

.pricing-tables {
    margin: 60px 0 0;
}

.plan {
    text-align: center;
    border: 1px solid #c5c5c5;
    border-top: none;
    margin-bottom: 40px!important;
}

    .plan + .plan {
        border-left: none;
    }

    .plan .header {
        padding: 10px 0;
        margin: 0 -1px;
    }

        .plan .header h3 {
            display: inline-block;
            font-size: 24px;
            margin: 0;
            line-height: 28px;
            font-weight: 400;
            letter-spacing: .04em;
            text-transform: uppercase;
            text-shadow: 0 1px 1px #494949;
        }

        .plan .header .price {
            display: inline-block;
            font-size: 16px;
            padding: 10px 0 0;
            font-weight: 400;
            color: inherit;
        }

            .plan .header .price span {
                text-transform: uppercase;
            }

    .plan ul {
        margin: 0;
        padding: 0;
        font-size: 14px;
        list-style: none;
    }

        .plan ul li {
            padding: 12px 0;
            font-size: 13px;
            line-height: 18px;
            text-shadow: 1px 1px 0 #fff;
        }

            .plan ul li a.pt-popover {
                color: #000;
                border-bottom: 1px dashed #000;
                position: relative;
            }

                .plan ul li a.pt-popover:hover {
                    text-decoration: none;
                }

                .plan ul li a.pt-popover:after {
                    position: absolute;
                    top: 0;
                    left: -15px;
                    font-family: FontAwesome;
                    content: "\f059";
                    color: #DDD;
                    font-size: 12px;
                }

.best-value.plan ul li {
    padding: 15px 0;
}

.plan .popover {
    width: 250px;
    font-size: 13px;
    text-align: center;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.plan .popover-title {
    background-color: #e84c3d;
    color: #fff;
    text-shadow: none;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.plan .popover-content {
    font-size: 12px;
}

.plan .btn {
    text-shadow: none;
}

.gray .plan {
    border-top: 1px solid #c5c5c5;
    background-color: #f1f1f1;
    -webkit-box-shadow: -1px 0 0 rgba(0,0,0,.15);
    box-shadow: -1px 0 0 rgba(0,0,0,.15);
}

    .gray .plan .header {
        background: #fafafa;
        border: 1px solid #cacaca;
        width: 150px;
        height: 150px;
        margin: 15px auto;
        border-radius: 100%;
    }

        .gray .plan .header h3 {
            color: #e84c3d;
            display: block;
            margin-top: 30px;
        }

        .gray .plan .header .price {
            font-size: 24px;
            padding-top: 5px;
        }

    .gray .plan ul {
        background: #f1f1f1;
        border-top: 1px solid #e4e4e4;
    }

        .gray .plan ul li {
            border-bottom: 1px solid #e4e4e4;
            border-top: 1px solid #f8f8f8;
            color: #333;
        }

.white .plan {
    border-color: #f3f3f3;
}

    .white .plan .header {
        color: #fff;
        background: #e84c3d;
    }

        .white .plan .header h3 {
            color: #fff;
        }

    .white .plan ul {
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
        box-shadow: 0 2px 2px rgba(0,0,0,.1);
        background-color: #fbfbfb;
    }

        .white .plan ul li {
            border-bottom: 1px solid #f5f5f5;
        }

.stripped .header {
    background: #e84c3d;
    border: none;
    -webkit-box-shadow: 0 0 60px #cd3c2e inset;
    -moz-box-shadow: 0 0 60px #cd3c2e inset;
    box-shadow: 0 0 60px #cd3c2e inset;
    color: #fff;
}

    .stripped .header h3 {
        color: #fff;
    }

.stripped .plan ul {
    -webkit-box-shadow: 0 0 32px 0 #cacaca inset;
    -moz-box-shadow: 0 0 32px 0 #cacaca inset;
    box-shadow: 0 0 32px 0 #cacaca inset;
    background: #fdfdfd;
}

    .stripped .plan ul li {
        border: 1px solid #ececec;
        border-top: none;
        color: #666;
    }

        .stripped .plan ul li:nth-child(even) {
            -webkit-box-shadow: 0 0 40px #e4e4e4 inset;
            -moz-box-shadow: 0 0 40px #e4e4e4 inset;
            box-shadow: 0 0 40px #e4e4e4 inset;
            background: #fff;
            border-right: 1px solid #e2e2e2;
            border-bottom: 1px solid #e2e2e2;
        }

@media (min-width:768px) {
    .best-value.plan {
        top: -30px;
        position: relative;
    }
}

.sidebar #map-canvas {
    height: 350px;
}

#map-canvas img {
    max-width: inherit;
}

.scrollToTop {
    color: #fff;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #000;
    z-index: 1005;
    display: none;
}

    .scrollToTop i {
        line-height: 50px;
        font-size: 24px;
    }

@media (max-width:767px) {
    .scrollToTop {
        width: 40px;
        height: 40px;
        background-color: rgba(0,0,0,.4);
    }

        .scrollToTop i {
            line-height: 40px;
            font-size: 20px;
        }
}

.slider-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.slider-banner, .slider-banner-2, .slider-banner-3, .slider-banner-fullscreen {
    width: 100%;
    position: relative;
}

    .slider-banner-2 > ul, .slider-banner-3 > ul, .slider-banner-fullscreen > ul, .slider-banner > ul {
        display: none;
    }

.tp-loader.spinner0 {
    background: url(../images/loader.gif) center center no-repeat;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
}

.tp-loader.spinner4 .dot1, .tp-loader.spinner4 .dot2 {
    background-color: #666;
    box-shadow: 0 0 20px 0 rgba(255,255,255,.8);
    -webkit-box-shadow: 0 0 20px 0 rgba(255,255,255,.8);
}

.slideshow-boxed {
    padding: 20px 0 60px;
}

    .slideshow-boxed .slider-banner-container {
        padding: 10px;
        background: #fff;
        border: 1px solid #eaeaea;
    }

    .slideshow-boxed .tp-caption {
        margin-left: 20px!important;
    }

.tp-caption {
    z-index: 5;
}

    .tp-caption a.btn, .tp-caption a.btn:hover {
        color: #fff;
    }

.default_bg {
    background-color: #e84c3d;
    color: #fff;
}

.white_bg {
    background-color: #fff;
    color: #333;
}

.dark_gray_bg {
    background-color: #666;
    color: #fff;
}

.light_gray_bg {
    background-color: #fafafa;
    color: #333;
    border: 1px solid #f3f3f3!important;
    border-left: none!important;
}

.tp-caption.small_thin_white {
    font-size: 18px;
    line-height: 26px;
    color: #e1e1e1;
    font-weight: 300;
    text-shadow: 1px 1px 1px #000;
}

.tp-caption.small_thin_dark {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}

.tp-caption.large {
    font-size: 45pt;
    padding: 0 15px;
}

.tp-caption.medium {
    font-size: 22px;
    padding: 2px 10px;
}

.tp-caption.small {
    font-size: 14px;
    padding: 5px;
}

@media (max-width:1199px) {
    .tp-caption {
        margin-left: 20px!important;
    }
}

.tparrows.round {
    background-image: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    top: 50%!important;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    -ms-transition: all linear .2s;
    transition: all linear .2s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

    .tparrows.round:before {
        font-family: fontello;
        font-size: 24px;
        content: '\e87c';
        line-height: 52px;
        display: inline-block;
    }

    .tparrows.round.tp-rightarrow:before {
        content: '\e87d';
    }

    .tparrows.round:hover {
        color: #fff;
        background-color: #32ceb6;
    }

.slideshow-boxed .slider-banner-container .tparrows {
    opacity: 0;
    filter: alpha(opacity=0);
}

.slideshow-boxed .slider-banner-container:hover .tparrows {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tp-bullets {
    z-index: 100;
}

    .tp-bullets.simplebullets.round .bullet {
        width: 14px;
        height: 14px;
        background: rgba(0,0,0,.5);
        border: none;
        margin: 0 3px;
        -webkit-transition: all linear .2s;
        -moz-transition: all linear .2s;
        -o-transition: all linear .2s;
        -ms-transition: all linear .2s;
        transition: all linear .2s;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

.bullets-with-bg + .tp-bullets.preview4 {
    height: auto;
    background-color: rgba(255,255,255,1);
    padding: 5px 15px;
    bottom: -6px!important;
    border-radius: 3px;
}

.tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
    background-color: #32ceb6;
}

.tp-bannertimer {
    background-image: none;
    background-color: rgba(38,169,149,.7);
    z-index: 100;
    display: none;
}

.slideshow-boxed .tp-bullets {
    bottom: -33px!important;
}

.slideshow-boxed .bullets-with-bg + .tp-bullets.preview4 {
    padding: 7px 15px 2px;
    bottom: -45px!important;
}

.slideshow-boxed .tp-rightarrow {
    right: 10px!important;
}

.slideshow-boxed .tp-leftarrow {
    left: 10px!important;
}

.slideshow-boxed .tp-bullets.hidebullets {
    opacity: 1!important;
    filter: alpha(opacity=100)!important;
}

@media (max-width:480px) {
    .tp-bullets, .tparrows {
        display: none;
    }
}

.caption {
    background-color: rgba(255,255,255,.85);
    padding: 15px;
    position: absolute;
    bottom: 80px;
    left: 80px;
    width: 40%;
    border: 1px solid #fff;
}

    .caption .title {
        margin-top: 0;
    }

@media (max-width:991px) {
    .caption {
        width: 90%;
        bottom: 40px;
        left: 40px;
    }
}

@media (max-width:767px) {
    .caption {
        width: 100%;
        left: 0;
        position: relative;
        background-color: #fafafa;
        bottom: 0;
        padding-bottom: 35px;
    }
}

.ie8 .tp-caption {
    line-height: 1.5!important;
}

.ie8 .overlay {
    background-color: #f1f1f1;
    display: none;
    opacity: .8!important;
    filter: alpha(opacity=80)!important;
}

.ie8 a.overlay i {
    display: none;
}

.ie8 .overlay-container:hover .overlay, .ie8 .overlay-container:hover a.overlay i {
    display: block;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #32ceb6;
    background-color: transparent;
    border-color: transparent;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.dosisFont {
    font-family: Dosis,sans-serif!important;
}

.tituloBigBanner, .tituloBigBanner h1 {
    color: #fff;
    text-transform: uppercase;
    width: 100%!important;
    margin: 0 auto!important;
    text-align: center!important;
    font-size: 60px;
    font-weight: 500;
}

    .tituloBigBanner span {
        font-size: .7em!important;
    }

.subTBigBanner {
    color: #fff;
    width: 100%!important;
    margin: 0 auto!important;
    text-align: center!important;
    font-size: 1.2em !important;
}

.saibaMaisBanner {
    width: 100%!important;
    margin: 0 auto!important;
    color: #fff;
}

    .saibaMaisBanner span {
        background-color: #32ceb6;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 0 solid #000;
        padding: 5px 10px;
        cursor: pointer;
    }

        .saibaMaisBanner span:hover {
            background-color: #fff;
        }

    .saibaMaisBanner a {
        color: #fff;
    }

        .saibaMaisBanner a:hover {
            color: #32ceb6;
        }

.call-to-action p, .call-to-action h2 {
    font-size: .955em;
    color: #32ceb6;
    text-transform: uppercase;
    margin-bottom: 0;
    margin: 0 0 10px;
    display: block;
}

.spriteOQF1 {
    width: 120px;
    height: 166px;
    margin: 0 auto;
    background: url(../images/oqfazemos_sprite.png);
}

.spriteOQF2 {
    width: 120px;
    height: 166px;
    margin: 0 auto;
    background: url(../images/oqfazemos_sprite.png) -120px 0;
}

.spriteOQF3 {
    width: 120px;
    height: 166px;
    margin: 0 auto;
    background: url(../images/oqfazemos_sprite.png) -240px 0;
}

.principal {
    font-size: 2.2em;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
}

.oqfazemos h2 {
    font-size: 1.4219791808866em!important;
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    color: #fff;
}

.oqfazemos .titlesTopics {
    font-size: 1.4219791808866em!important;
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    color: #fff;
    font-weight: 700;
}

.oqfazemos p {
    color: #fff;
    font-size: 1.1710416783772em!important;
}

.oqfazemos .btnmInfo {
    font-size: 1.1710416783772em!important;
    padding: 5px 15px;
    background-color: #32ceb6;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0 solid #000;
}

    .oqfazemos .btnmInfo:hover {
        color: #32ceb6;
        background-color: #fff;
    }

.oqfazemos {
    background-position: 50% 0;
}

.ch-item {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.ch-info {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
}

    .ch-info > div {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-position: center center;
        border: 3px solid #32ceb6;
        background-color: #fff;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
    }

    .ch-info .ch-info-back {
        -webkit-transform: rotate3d(0,1,0,180deg);
        -moz-transform: rotate3d(0,1,0,180deg);
        -o-transform: rotate3d(0,1,0,180deg);
        border: 3px solid #32ceb6;
        background: #484848;
        opacity: 0;
        -webkit-transition: all linear .5s;
        -moz-transition: all linear .5s;
        -o-transition: all linear .5s;
        transition: all linear .5s;
    }

@media (min-width:768px) {
    .ch-item:hover .ch-info {
        -webkit-transform: rotate3d(0,1,0,-180deg);
        -moz-transform: rotate3d(0,1,0,-180deg);
        -o-transform: rotate3d(0,1,0,-180deg);
        cursor: pointer;
    }

        .ch-item:hover .ch-info .ch-info-back {
            opacity: 1;
        }
}

.ch-img-1 {
    width: 65px;
    height: 62px;
    margin: 10px auto;
    color: #32ceb6;
}

    .ch-img-1:before {
        font-family: pontopr!important;
        font-size: 60px;
        content: 'b';
    }

.ch-img-2 {
    width: 60px;
    height: 62px;
    margin: 13px auto;
    color: #32ceb6;
}

    .ch-img-2:before {
        font-family: pontopr!important;
        font-size: 60px;
        content: 'a';
    }

.ch-img-3 {
    width: 62px;
    height: 62px;
    margin: 10px auto;
}

    .ch-img-3:before {
        font-family: pontopr!important;
        font-size: 60px;
        content: 'g';
        color: #32ceb6;
    }

.ch-img-4 {
    width: 62px;
    height: 62px;
    margin: 15px auto;
    color: #32ceb6;
}

    .ch-img-4:before {
        font-family: pontopr!important;
        font-size: 60px;
        content: 'f';
    }

.ch-img-5 {
    width: 62px;
    height: 62px;
    margin: 15px auto;
    color: #32ceb6;
}

    .ch-img-5:before {
        font-family: pontopr!important;
        font-size: 60px;
        content: 'e';
    }

.ch-img-6 {
    width: 60px;
    height: 62px;
    margin: 10px auto;
    color: #32ceb6;
}

    .ch-img-6:before {
        font-family: pontopr!important;
        font-size: 65px;
        content: 'c';
    }

.ch-info .textLinhas {
    text-align: center;
    color: #fff;
    letter-spacing: .5px;
    font-size: .813em;
    margin: 0 10px;
    padding: 25px 0 0;
    height: 90px;
    font-family: 'Maven Pro',sans-serif;
    font-weight: 500;
    line-height: 1.2;
    display: block;
}

.linhas .textLinhas {
    padding: 33px 0 0!important;
}

.ch-grid {
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

    .ch-grid:after, .ch-item:before {
        content: '';
        display: table;
    }

    .ch-grid:after {
        clear: both;
    }

    .ch-grid li {
        height: 115px;
        display: inline-block;
    }

.serv .call-to-action p {
    font-weight: 700;
    font-size: 1.1em;
}

.serv {
    margin-bottom: 45px;
}

@media (max-width:768px) {
    .serv .call-to-action p {
        font-size: .9em;
    }
}

.orgulho {
    padding: 45px 0;
    margin: 0;
    background-color: #243c3e;
}

    .orgulho .title {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
    }

.image-box i {
    color: #243c3e!important;
}

.cont {
    padding: 45px 0;
    text-align: left;
}

    .cont i {
        font-size: 2.3em;
        color: #32ceb6;
    }

    .cont .titleCont {
        padding-left: 5px;
        display: inline;
        font-size: 1.6em;
        text-transform: uppercase;
        font-weight: 700;
        color: #343434;
        line-height: 1.2;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .cont span {
        width: 100%;
    }

    .cont hr {
        margin-top: 5px;
        margin-bottom: 30px;
        border-top: 2px solid #32ceb6;
    }

    .cont p {
        font-size: 1em;
        line-height: 20%;
    }

    .cont .titel {
        color: #32ceb6;
        font-weight: 500;
    }

    .cont .mrdUndr {
        text-decoration: underline;
    }

@media (max-width:768px) {
    .cont .colunaDentro {
        margin: 0 10px;
    }

    .cont h5, .cont span i {
        font-size: 1em;
    }

    .cont, .cont .titel, .cont p {
        font-size: .9em;
    }
}

.social {
    padding: 30px 0;
    background-color: #1f1f1f;
    text-align: center;
}

    .social .container {
        padding-bottom: 10px;
    }

    .social .fa {
        margin-top: -10px;
        width: 35px;
        border: 1px solid #fff;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        padding: 5px 5px;
        display: inline-block;
        position: relative;
    }

        .social .fa:hover {
            border: 1px solid #fff;
            background-color: #32ceb6;
        }

.iconsSocial {
    height: 35px;
}

.socialText {
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
}

@media (max-width:768px) {
    .socialText {
        font-size: .9em;
    }
}

.socialPresent {
    padding-top: 15px;
    border-bottom: 1px solid #fff;
}

.redesSociais {
    padding: 20px 0;
}

.mapaSite {
    padding: 0 10px;
    text-align: left;
}

.tint {
    background: #1f1f1f;
    border: 3px solid #1f1f1f;
}

.mapaSite p {
    line-height: 5px;
    font-size: .85em;
}

@media (min-width:768px) {
    .seven-cols .col-lg-1, .seven-cols .col-md-1, .seven-cols .col-sm-1 {
        width: 100%;
    }
}

@media (min-width:992px) {
    .seven-cols .col-lg-1, .seven-cols .col-md-1, .seven-cols .col-sm-1 {
        width: 14%;
    }
}

@media (min-width:1200px) {
    .seven-cols .col-lg-1, .seven-cols .col-md-1, .seven-cols .col-sm-1 {
        width: 14%;
    }
}

.seven-cols .col-md-1 {
    padding-right: 0;
    padding-left: 10px;
    margin-right: 2px;
}

.seven-cols span {
    color: #32ceb6;
    height: 20px;
    width: 60%;
    font-size: .875em;
}

.seven-cols a {
    color: #fff;
}

@media (max-width:991px) {
    .seven-cols {
        text-align: center;
    }
}

.chat {
    top: 170px;
    width: 30px;
    height: 107px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.callMe {
    top: 285px;
    left: -205px;
    width: 235px;
    height: 39px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.colorAdd {
    top: 170px;
    right:0;
    width: auto;
    max-width:50px;
    background: #272a29 !important;
    border:1px solid rgba(225, 228, 227, 0.40);
    padding:10px;
    height: auto;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleftt: 5px;
    -moz-border-radius-bottomleftt: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor:pointer;
}

.txtChat a {
    white-space: nowrap;
    font-family: Dosis,sans-serif;
    font-weight: 300;
    font-size: 1em;
    display: block;
    color: #fff;
    text-decoration: none;
    padding-right: 19px;
    line-height: 40px;
    position: absolute;
    bottom: 5px;
    left: -5px;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 20px;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 20px;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 20px;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 20px;
    transform: rotate(-90deg);
    transform-origin: 20px;
}

.chat i {
    white-space: nowrap;
    font-weight: 300;
    font-size: 1.1em;
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    position: absolute;
    left: 7px;
    top: -10px;
}

.callMe .fa-whatsapp {
    white-space: nowrap;
    font-weight: 300;
    font-size: 1.5em;
    display: block;
    color: #243c3e!important;
    text-decoration: none;
    line-height: 40px;
    position: absolute;
    left: 210px;
}

.lateral {
    position: fixed;
    z-index: 1000;
    background: #32ceb6;
}

.lateral2 {
    position: fixed;
    z-index: 1000;
    background: #363c3b;
}

.callMe .fundo {
    width: 30px;
    height: 39px;
    margin-left: 205px;
    margin-top: -36px;
    background-color: #f4f4f4;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

.callMe form {
    margin: 3px;
}

.callMe .ligueme-btn {
    width: 20px;
    padding: 0;
    color: #32ceb6;
    margin-left: 10px;
    margin-top: 5px;
}

    .callMe .ligueme-btn:before {

        font-family: fontello;
        font-size: 20px;
        content: '\e879';
        font-style: normal;
    }

    .callMe .ligueme-btn:hover {
        color: #9f9f9f;
    }

.callMe .ligueme-input {
    background-color: #272a29;
    border: none;
    padding-left: 5px;
    font-size: 12px;
    height: 30px;
    width: 165px;
    color: #C4D4D1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .callMe .ligueme-input:hover {
        border: none;
        padding-left: 5px;
        font-size: 12px;
        height: 30px;
        width: 165px;
        color: #C4D4D1;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.ligueme-input::-webkit-input-placeholder {
    color: #C4D4D1;
}

.header-top-dropdown .dropdown > button i.paddingVinte {
    padding-right: 20px;
}

@media (max-width:767px) {
    .principal {
        font-size: 1.5em !important;
        text-transform: uppercase;
    }

    .orgulho .title {
        text-transform: uppercase;
        font-size: 1.9em!important;
    }

    .oqfazemos p, .principalp {
        font-size: .9em!important;
    }

    .cont {
        padding: 0!important;
    }
}

@media (min-width:768px) and (max-width:1999px) {
    .main-navigation {
        display: table;
        margin: 15px auto;
    }
}

@media (min-width:1200px) {
    .main-navigation {
        margin: 15px 20px 0 auto!important;
    }
}

textarea.form-control {
    height: 107px;
}

.headerMobile {
    background-color: #363c3b;
    padding: 10px 0;
    border-bottom: 1px solid #5d5e5e;
}

@media (max-width:416px) {
    .headerMobile img {
        min-width: 65px;
        margin-left: -10px;
    }
}

a#responsive-menu-button i {
    color: #fff!important;
    padding: 10px;
    z-index: 1500;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.containerTop a {
    color: #75817f;
}

    .containerTop a:hover {
        color: #fff;
        cursor: pointer;
    }

.containerTopCol {
    text-align: right;
}

    .containerTopCol a {
        padding-left: 5px;
    }

.oqfazemos p, .principalp {
    text-transform: lowercase;
}

.pr:before {
    color: #fff;
    font-size: 30px;
    display: inline!important;
    padding-right: 10px;
}

.foot {
    text-align: center;
}

.nav > li > a:active, .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent!important;
    color: #32ceb6;
}

.imagemResponsive {
    background: url(../images/pontopr-novoescritorio.jpg) 85% center no-repeat;
    background-size: cover;
    padding-bottom:20px;
}

.tituloBigBannerMob {
    padding-top: 30px !important;
    color: #fff;
    font-size: 2em;
    text-align: center;
}

.saibaMaisBannerMob {
    margin-top: 20px!important;
    margin-bottom:30px !important;
}

.pr2:before {
    color: #32ceb6;
    opacity: .7;
    font-size: 20px;
    display: inline!important;
    padding-right: 10px;
}

.pr3:before {
    color: transparent!important;
    opacity: .7;
    font-size: 20px;
    display: inline!important;
    padding-right: 10px;
}

.pr4:before {
    color: #666;
    font-size: 3.2em;
}

.credencial {
    margin-right: 90px;
}

.credencial2 {
    margin-right: 10px;
}

.credencial input {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 5px 5px;
    max-width: 200px;
    max-height: 27px;
}

.credencial .submitPR {
    color: #32ceb6!important;
}

.credencial2 .submitPR {
    color: #32ceb6!important;
    top: 35px!important;
    position: absolute;
    right: -2px;
}

.credencial2 input.form-control {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 5px 5px;
    max-width: 200px;
    max-height: 30px;
}

.credencial2 i {
    top: 48px;
    width: 32px;
    color: #32ceb6;
}

    .credencial2 i:hover {
        color: #d4d4d4;
    }

a:focus {
    text-decoration: none;
}

.containerTop .open > a {
    color: #fff;
}

.areaCliente {
    margin-right: 75px;
}

.password {
    max-width: 180px!important;
    margin-bottom: 0!important;
}

.form-group {
    margin-top: 5px;
    margin-bottom: 5px;
}

.containerTop .form-control {
    border-color: #d4d4d4;
    background-color: #d4d4d4;
}

    .containerTop .form-control:focus {
        border-color: #545454;
    }

.credencial2 .esq {
    margin: 0 10px;
    font-size: .7em;
}

    .credencial2 .esq:hover {
        color: #c1c1c1;
    }

.submitCont {
    position: relative;
    top: 4px;
    margin-left: 10px;
    color: #32ceb6;
}

.centocinqmil {
    padding: 45px 0;
}

.quarentaCincoPaddingTop {
    padding-top: 45px;
}

.cinquentaCincoPaddingTop {
    padding-top: 55px;
}

.quarentaCincoPaddingBottom {
    padding-bottom: 45px;
}

.cinquentaCincoPaddingBottom {
    padding-bottom: 55px;
}

.vintePaddingBottom {
    padding-bottom: 20px;
}

.vintePaddingTop {
    padding-top: 20px;
}

.trintaPaddingTop {
    padding-top: 30px;
}

@media (min-width:991px) and (max-width:1199px) {
    .logo {
        margin-top: 5px;
    }
}

@media (max-width:991px) {
    .cont .row .aumenta {
        margin-bottom: 40px;
    }
}

.certificado {
    font-size: 70%;
}

.fixed-header-on .header .logo {
    margin-top: 13px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border: 1px solid #363c3b;
}

.white {
    color: #fff!important;
}

#mfn-rev-slider {
    min-height: 390px;
}

.submitPR {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    .submitPR:before {
        font-family: fontello;
        font-size: 20px;
        content: '\e879';
        font-style: normal;
        position: absolute;
        right: 14px;
        top: 0;
        pointer-events: none;
    }

#okButtonLogin {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
    height: 20px;
}

#okButtonCallme {
    float: right;
    position: absolute;
    width: 27px;
    height: 20px;
}

.callMe span:before {
    right: 46px;
    color: #32ceb6;
    top: 4px;
}

.imagemResponsive2 {
    background: url(../images/frontSomos.jpg) center center no-repeat;
    height: 100%;
    min-height: 360px;
    background-size: cover;
    padding: 0;
    margin: 0;
    width: 100%;
}

.sobre {
    text-align: center;
}

.actua {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

    .actua h1, .port h1, .sobre h1, .sobre .titleFaq {
        color: #243c3e;
        font-size: 41px;
        font-weight: 500;
        margin-bottom: 0;
        text-transform: uppercase;
    }

.sobre h1, .sobre .titleFaq {
    margin-top: 0;
}

.actua .subTitle, .port .subTitle, .sobre .subTitle {
    color: #32ceb6;
    text-transform: uppercase;
    font-size: 15px;
}

.sobre .description {
    color: #282828;
    font-size: 15px;
}

.sobre h2 {
    color: #243c3e;
    font-size: 17px;
}

.alignLeft {
    text-align: left!important;
}

    .alignLeft img {
        float: left!important;
    }

.alignRight {
    text-align: right!important;
}

    .alignRight img {
        float: right!important;
    }

.alignCenter {
    text-align: center;
}

    .alignCenter img {
        float: center!important;
    }

.sobrePoints p {
    color: #243c3e;
    font-size: 14px;
    line-height: 16px;
    max-width: 180px;
}

.sobrePoints h2 {
    text-transform: uppercase;
}

.sobre {
    margin-bottom: 20px;
}

.sobreFundo {
    background-color: #f8f8f8;
    padding-bottom: 20px;
}

.description span {
    font-size: 23px;
    color: #5f5f5f;
    font-weight: 500;
    padding-left: 5px;
}

.description p {
    font-size: 13px;
    color: #282828;
    font-weight: 500;
}

    .description p span {
        text-transform: uppercase;
        font-size: 13px;
        color: #32ceb6;
        font-weight: 500;
        padding: 5px 10px;
        border: 1px solid #32ceb6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        -webkit-transition-duration: .7s;
        transition-duration: .7s;
        -webkit-transition-property: color,background-color;
        transition-property: color,background-color;
    }

        .description p span:hover {
            text-transform: uppercase;
            font-size: 13px;
            color: #fff;
            background-color: #32ceb6;
            font-weight: 500;
            border: 1px solid #32ceb6;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

.empresas {
    margin-bottom: 40px;
    margin-top: 40px;
}

    .empresas h1 > i {
        font-size: 7px;
        color: #32ceb6;
        border: 1px solid #32ceb6;
        padding: 2px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 5px;
        position: relative;
        top: -5px;
    }

.skills span, .partners span, .actua span {
    font-size: 41px;
    font-weight: 700;
    padding-left: 5px;
    margin-top: 0;
}

.skills span, .partners span {
    color: #fff;
}

.actua span {
    color: #243c3e;
}

.skills p {
    font-size: 15px;
    color: #32ceb6;
    font-weight: 500;
    text-transform: uppercase;
}

.marginVinte {
    margin: 20px 0 35px;
}

.circle {
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    font-size: 30px;
}

.spriteHtml {
    width: 34px;
    height: 38px;
    margin: 0 auto;
    background: url(../images/pontopr-spriteSkills.png);
    position: absolute;
    left: 10px;
    top: 8px;
}

.spriteConhecimento {
    width: 34px;
    height: 38px;
    margin: 0 auto;
    background: url(../images/pontopr-spriteSkills.png) -34px 0;
    position: absolute;
    left: 10px;
    top: 8px;
}

.spriteIdentidade {
    width: 34px;
    height: 38px;
    margin: 0 auto;
    background: url(../images/pontopr-spriteSkills.png) 0 -38px;
    position: absolute;
    left: 10px;
    top: 8px;
}

.spriteBD {
    width: 34px;
    height: 38px;
    margin: 0 auto;
    background: url(../images/pontopr-spriteSkills.png) -34px -38px;
    position: absolute;
    left: 10px;
    top: 8px;
}

.spriteResponsive {
    width: 34px;
    height: 38px;
    margin: 0 auto;
    background: url(../images/pontopr-spriteSkills.png) -68px -38px;
    position: absolute;
    left: 10px;
    top: 8px;
}

.spriteGestao {
    width: 34px;
    height: 38px;
    margin: 0 auto;
    background: url(../images/pontopr-spriteSkills.png) 0 -76px;
    position: absolute;
    left: 10px;
    top: 8px;
}

.spriteComercio {
    width: 34px;
    height: 38px;
    margin: 0 auto;
    background: url(../images/pontopr-spriteSkills.png) -34px -76px;
    position: absolute;
    left: 10px;
    top: 8px;
}

.spriteMentes {
    width: 34px;
    height: 38px;
    margin: 0 auto;
    background: url(../images/pontopr-spriteSkills.png) -68px -76px;
    position: absolute;
    left: 10px;
    top: 8px;
}

.spritemktDigital {
    width: 34px;
    height: 38px;
    margin: 0 auto;
    background: url(../images/pontopr-spriteSkills.png) -68px 0;
    position: absolute;
    left: 10px;
    top: 8px;
}

.skillsTitle {
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
    padding-right: 0;
}

.partners {
    background-color: #243c3e;
    border-bottom: 2px solid #fff;
    padding: 0 0 30px;
}

    .partners span {
        color: #fff;
        font-weight: 700;
        padding-bottom: 15px;
        margin-top: 0;
        text-transform: uppercase;
    }

.textServBanner {
    margin-top: 19px;
}

    .textServBanner span {
        color: #31575c;
        font-size: 25px;
        text-transform: uppercase;
        line-height: 1.2;
        margin-top: 20px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .textServBanner p {
        color: #31575c;
        font-size: 14px;
        text-transform: uppercase;
    }

.spriteServ1 {
    margin: 0 auto;
    background: url(../images/pontopr-sprite.png);
    width: 73px;
    height: 73px;
}

.spriteServ2 {
    background: url(../images/pontopr-sprite.png) -74px 0;
    width: 73px;
    height: 73px;
}

.spriteServ3 {
    background: url(../images/pontopr-sprite.png) -147px 0;
    width: 73px;
    height: 73px;
}

.columnServ {
    margin-bottom: 20px;
}

.sucessCase {
    margin-top: 190px;
}

span.rollover {
    cursor: pointer;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 10;
    overflow: hidden;
    display: block;
}

span.lente {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    background: rgba(50,206,182,.6);
    opacity: .01;
    -moz-opacity: .01;
}

@media (min-width:768px) {
    span.rollover:hover span.lente {
        opacity: .7;
        -moz-opacity: .7;
        -webkit-transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
    }

    span.rollover:hover .cont, span.rollover:hover .success {
        margin-top: 0;
    }
}

.success {
    text-align: center;
    color: #fff;
    background-color: #32ceb6;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 500;
    margin-top: 46px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

span.rollover .cont {
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    margin-top: 25px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

    span.rollover .cont i {
        text-align: center;
        color: #fff!important;
        font-size: 81px;
        font-weight: 700;
    }

.backCorporate {
    background: url(../images/pontopr-corporate.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    max-height: 279px;
}

.backBusiness {
    background: url(../images/pontopr-business.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    max-height: 279px;
}

.backRD {
    background: url(../images/pontopr-rd.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    max-height: 279px;
}

.backMobile {
    background: url(../images/pontopr-mobile.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    max-height: 279px;
}

.backMKT {
    background: url(../images/pontopr-mkt.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    max-height: 279px;
}

.backHosting {
    background: url(../images/pontopr-hosting.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    max-height: 279px;
}

.columnServ a span {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #32ceb6;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #32ceb6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
    cursor: pointer;
}

    .columnServ a span:hover {
        text-transform: uppercase;
        font-size: 13px;
        color: #fff;
        background-color: #32ceb6;
        font-weight: 500;
        padding: 5px 10px;
        border: 1px solid #32ceb6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.centerBtn {
    width: 100%;
    text-align: center;
    margin: 5px;
}

.centerBtnTitle {
    text-transform: uppercase;
    color: #32ceb6;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

.centerBtnDescription {
    color: #282828;
    font-size: 14px;
    font-weight: 500;
}

#modal-AP, #modal-M, #modal-MA, #modal-N, #modal-SUP, #modal-VC {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 3px solid #243c3e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #modal-AP a.md-close, #modal-M a.md-close, #modal-MA a.md-close, #modal-N a.md-close, #modal-SUP a.md-close, #modal-VC a.md-close {
        color: #243c3e!important;
    }

        #modal-AP a.md-close i, #modal-SUP a.md-close i, #modal-VC a.md-close i {
            padding-top: 0;
            padding-left: 0;
            position: absolute;
            top: -10px;
            left: 30px;
        }

    #modal-AP span.title, #modal-M span.title, #modal-MA span.title, #modal-N span.title, #modal-SUP span.title, #modal-VC span.title {
        text-align: center;
        font-size: 25px;
        color: #243c3e;
    }

    #modal-AP span i.fa-paper-plane, #modal-SUP span i.fa-paper-plane, #modal-VC span i.fa-paper-plane {
        font-size: 31px;
        color: #32ceb6;
        margin-right: 20px;
    }

    #modal-AP .description, #modal-M .description, #modal-MA .description, #modal-N .description, #modal-SUP .description, #modal-VC .description {
        padding-top: 20px;
        padding-bottom: 30px;
        color: #243c3e;
        font-size: 13px;
        text-align: center;
    }

    #modal-AP input, #modal-M input, #modal-MA input, #modal-N input, #modal-SUP input, #modal-VC input {
        margin-bottom: 5px;
    }

        #modal-AP input + i, #modal-AP textarea + i, #modal-M input + i, #modal-M textarea + i, #modal-MA input + i, #modal-MA textarea + i, #modal-N input + i, #modal-N textarea + i, #modal-SUP input + i, #modal-SUP textarea + i, #modal-VC input + i, #modal-VC textarea + i {
            position: absolute;
            top: 2px;
            right: 25px;
            color: #b9b9b9;
            font-size: 17px;
        }

        #modal-AP input.btnM, #modal-M input.btnM, #modal-MA input.btnM, #modal-N input.btnM, #modal-SUP input.btnM, #modal-VC input.btnM {
            margin-top: 15px;
            background-color: #32ceb6;
            text-transform: uppercase;
            font-size: 15px;
            color: #fff;
            font-weight: 500;
            padding: 5px 10px;
            border: 1px solid #32ceb6;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            box-shadow: 0 0 1px transparent;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -moz-osx-font-smoothing: grayscale;
            overflow: hidden;
            -webkit-transition-duration: .7s;
            transition-duration: .7s;
            -webkit-transition-property: color,background-color;
            transition-property: color,background-color;
            cursor: pointer;
            text-align: center;
        }

            #modal-AP input.btnM:hover, #modal-M input.btnM:hover, #modal-MA input.btnM:hover, #modal-N input.btnM:hover, #modal-SUP input.btnM:hover, #modal-VC input.btnM:hover {
                color: #32ceb6;
                background-color: #fff;
            }

.esq {
    color: #969696!important;
}

.removePRight {
    padding-right: 5px!important;
}

    .removePRight > i {
        right: 15px!important;
    }

.removePLeft {
    padding-left: 5px!important;
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-perspective: 0!important;
    -webkit-backface-visibility: visible!important;
}

.backDirekt {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    min-height: 150px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.relativePos {
    position: relative;
}

.lentePort {
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: .01;
    position: absolute;
    overflow: hidden;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    cursor: pointer;
    text-align: center;
}

    .lentePort:hover {
        opacity: .7;
    }

#filters button, #filters2 button {
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #243c3e;
    padding: 5px 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-property: color,background-color,border;
    transition-property: color,background-color,border;
    cursor: pointer;
    margin: 0 10px;
}

    #filters button.is-checked, #filters button:hover, #filters2 button.is-checked, #filters2 button:hover {
        text-transform: uppercase;
        color: #32ceb6;
        padding: 5px 10px;
        border: 1px solid #32ceb6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        vertical-align: middle;
    }

    #filters button.is-checked, #filters2 button.is-checked {
        cursor: default!important;
    }

    #filters button:focus, #filters2 button:focus {
        outline: 0;
    }

.item {
    padding-bottom: 30px;
}

    .item .description {
        text-align: center;
    }

        .item .description .titleIconPort a {
            color: #243c3e;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            min-height: 18px;
        }

        .item .description .titleIconPort {
            margin-top: 10px;
            text-align: center;
            min-height: 27px;
        }

        .item .description .subTitleIconPort a {
            color: #32ceb6;
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase;
            display: block;
        }

        .item .description .subTitleIconPort {
            margin-top: -5px;
            text-align: center;
        }

.lentePort i {
    color: #243c3e;
    font-size: 50px;
    padding-top: 50px;
    opacity: 1;
}

.parallax-bgPort {
    background: url(../images/pontopr-parallax.jpg) 50% 0 no-repeat;
    color: #fff;
}
.parallax-bgCollorAdd {
    background: url(../images/pontopr-coloradd-project.jpg) 50% 0 no-repeat;
    color: #fff;
}

    .parallax-bgPort a span {
        margin-top: 15px;
        background-color: #32ceb6;
        text-transform: uppercase;
        font-size: 23px;
        color: #fff;
        padding: 5px 40px;
        border: 1px solid #32ceb6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        -webkit-transition-duration: .7s;
        transition-duration: .7s;
        -webkit-transition-property: color,background-color;
        transition-property: color,background-color;
        cursor: pointer;
        text-align: center;
    }

        .parallax-bgPort a span:hover {
            color: #32ceb6;
            background-color: #fff;
        }

@media (max-width:767px) {
    .parallax-bgCont > div, .parallax-bgPort > div {
        text-align: center;
    }

    .parallax-bgCont .title, .parallax-bgPort .title {
        font-size: 16px;
        text-transform: none;
        font-weight: 500;
        margin-bottom: 0;
    }

    .parallax-bgCont a span, .parallax-bgPort a span {
        font-size: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .parallax-bgCont > div, .parallax-bgPort > div {
        text-align: center;
    }

    .parallax-bgCont .title, .parallax-bgPort .title {
        font-size: 30px;
        text-transform: none;
        font-weight: 500;
        margin-bottom: 0;
    }

    .parallax-bgCont .description, .parallax-bgPort .description {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .parallax-bgCont .title, .parallax-bgPort .title {
        font-size: 26px;
        text-transform: none;
        font-weight: 500;
        margin-bottom: 0;
    }

    .parallax-bgCont .description, .parallax-bgPort .description {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media (min-width:1200px) {
    .parallax-bgCont .title, .parallax-bgPort .title {
        font-size: 32px;
        text-transform: none;
        font-weight: 500;
        margin-bottom: 0;
    }

    .parallax-bgCont .description, .parallax-bgPort .description {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 0;
    }
}

.breadCrumb {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 13px;
    border-bottom: 1px solid #c3c3c3;
}

    .breadCrumb span {
        color: #32ceb6;
    }

.portContainer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sliderPort {
    margin-bottom: 30px;
}

.portContainer .description {
    margin-bottom: 40px;
}

    .portContainer .description h1 {
        color: #243c3e;
        margin-bottom: 5px;
        margin-top: 0;
        padding-left: 0;
    }

    .portContainer .description #page_title {
        color: #32ceb6;
        margin-bottom: 5px;
        margin-top: 0;
        font-size: 15px;
        font-weight: 500;
        padding-left: 5px;
    }

.aboutProject .titleProject, .areasProject .titleProject {
    color: #243c3e;
    margin-top: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.aboutProject span {
    color: #666;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: lowercase!important;
    font-size: 15px!important;
}

    .aboutProject span.linki a {
        color: #2f9283!important;
        margin-top: 0!important;
        font-weight: 500!important;
        margin-bottom: 20px!important;
        text-transform: lowercase!important;
        font-size: 15px!important;
    }

        .aboutProject span.linki a:hover {
            color: #32ceb6!important;
        }

.areasProject span {
    margin-top: 5px;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #32ceb6;
    font-weight: 500;
    padding: 5px;
    border: 1px solid #32ceb6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
}

@media (max-width:767px) {
    .portContainer .description {
        text-align: center;
    }

        .portContainer .description h1 {
            font-size: 20px;
        }

    .aboutProject .titleProject, .areasProject .titleProject {
        font-size: 15px;
        font-weight: 700;
    }

    .aboutProject span {
        font-weight: 500!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .portContainer .description h1 {
        font-size: 20px;
    }

    .aboutProject .titleProject, .areasProject .titleProject {
        font-size: 15px;
    }
}

@media (min-width:992px) {
    .portContainer .description h1 {
        font-size: 25px;
    }

    .aboutProject .titleProject, .areasProject .titleProject {
        font-size: 14px;
    }
}

.marginTopVinte {
    margin-top: 30px!important;
}

.owl-controls {
    width: 100%;
    margin-bottom: 50px;
}

    .owl-controls .owl-buttons div {
        display: inline-block;
        zoom: 1;
        padding: 3px 10px;
        margin: 5px;
        font-size: 12px;
        position: absolute;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.owl-prev {
    left: 0;
    background-color: #32ceb6;
    color: #f1f1f1;
}

.owl-next {
    left: 30px;
    background-color: #32ceb6;
    color: #e84c3d;
}

    .gray-bg .owl-next:hover, .owl-next:hover, .owl-prev:hover {
        background-color: #333;
        color: #32ceb6;
    }

.gray-bg .owl-next {
    background-color: #fff;
}

.owl-controls .owl-buttons div:after {
    font-family: fontello;
    font-size: 18px;
    line-height: 26px;
}

.owl-prev:after {
    content: "\e87c";
}

.owl-next:after {
    content: "\e87d";
}

.no-touch .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.content-slider-with-controls {
    margin-bottom: 20px;
}

    .content-slider-with-controls .owl-controls, .content-slider-with-controls-autoplay .owl-controls {
        margin-bottom: 0;
    }

    .content-slider-with-controls .owl-buttons div, .content-slider-with-controls-autoplay .owl-buttons div {
        visibility: hidden;
        top: 50%;
        margin-top: -15px;
        background-color: rgba(0,0,0,.5);
        color: #fff;
        -webkit-transition-duration: .7s ease-in-out;
        transition-duration: .7s ease-in-out;
        -webkit-transition-property: visibility;
        transition-property: visibility;
    }

    .content-slider-with-controls-autoplay:hover .owl-next, .content-slider-with-controls-autoplay:hover .owl-prev, .content-slider-with-controls:hover .owl-next, .content-slider-with-controls:hover .owl-prev {
        visibility: visible;
    }

    .content-slider-with-controls .owl-buttons div.owl-next, .content-slider-with-controls-autoplay .owl-buttons div.owl-next {
        left: auto;
        right: 0;
    }

    .content-slider-with-controls .owl-next:hover, .content-slider-with-controls-autoplay .owl-next:hover, .content-slider-with-controls-autoplay .owl-prev:hover, .content-slider-with-controls:hover .owl-prev:hover {
        background-color: #32ceb6;
        color: #fff;
    }

.isotopeSup {
    margin-left: 10px;
}

.parallax-bgCont {
    background: url(../images/pontopr-parallaxCont.jpg) 60% -110px no-repeat;
    color: #243c3e;
    padding: 45px 0;
}

    .parallax-bgCont a span {
        margin-top: 15px;
        background-color: #243c3e;
        text-transform: uppercase;
        font-size: 18px;
        color: #fff;
        padding: 5px 40px;
        border: 1px solid #243c3e;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        -webkit-transition-duration: .7s;
        transition-duration: .7s;
        -webkit-transition-property: color,background-color;
        transition-property: color,background-color;
        cursor: pointer;
        text-align: center;
    }

        .parallax-bgCont a span:hover {
            color: #243c3e;
            background-color: #fff;
        }

#map-canvas {
    width: 100%;
    height: 600px;
    background-color: #CCC;
}

.contCont {
    padding-top: 15px;
}

    .contCont form i {
        position: absolute;
        right: 25px;
        top: 12px;
    }

    .contCont input, .contCont textarea {
        margin-bottom: 5px;
    }

        .contCont input.btnM {
            margin-top: 15px;
            background-color: #32ceb6;
            text-transform: uppercase;
            font-size: 17px;
            color: #fff;
            font-weight: 500;
            padding: 5px 30px;
            border: 1px solid #32ceb6;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            box-shadow: 0 0 1px transparent;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -moz-osx-font-smoothing: grayscale;
            overflow: hidden;
            -webkit-transition-duration: .7s;
            transition-duration: .7s;
            -webkit-transition-property: color,background-color;
            transition-property: color,background-color;
            cursor: pointer;
            text-align: center;
        }

            .contCont input.btnM:hover {
                color: #32ceb6;
                background-color: #fff;
            }

.dadosCont {
    color: #243c3e;
    padding-top: 90px;
    font-size: 14px;
}

    .dadosCont .titel {
        color: #32ceb6;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 15px;
    }

    .dadosCont .fa {
        color: #b6b6b6;
        margin-top: -10px;
        width: 35px;
        border: 1px solid #b6b6b6;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        padding: 5px;
        display: inline-block;
        position: relative;
    }

        .dadosCont .fa:hover {
            border: 1px solid #32ceb6;
            background-color: #32ceb6;
            color: #fff;
        }

    .dadosCont .divRedes {
        padding-left: 0;
        padding-right: 5px;
        width: 20%;
    }

.contCont h1 {
    text-transform: uppercase;
}

.containerTopCol i {
    padding-right: 5px;
}

.acordionFaqs {
    color: grey;
    padding: 5px 0;
}

    .acordionFaqs .fa-question-circle {
        padding-left: 10px;
        padding-right: 10px;
        color: #c9c9c9;
    }

    .acordionFaqs span {
        color: #363c3b;
        font-size: 15px;
        font-weight: 500;
    }

    .acordionFaqs .fa-chevron-down {
        float: right;
        padding-right: 10px;
        color: #363c3b;
        font-size: 13px;
        font-weight: 500;
        top: 3px;
    }

.panel-acordionFaqs {
    border-bottom: 1px solid #c9c9c9!important;
}

.panel-group {
    padding: 20px 0;
}

.manuais {
    background: url(../images/fundo_manuais.jpg) no-repeat;
    background-size: 100% 100%;
    min-height: 300px;
}

    .manuais .title {
        color: #243c3e;
        font-size: 25px;
        padding: 20px 0 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #fff;
    }

    .manuais a span {
        padding: 5px 20px;
        margin: 20px;
    }

    .manuais .description {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .manuais a span {
        text-transform: uppercase;
        font-size: 22px;
        color: #fff;
        background-color: #243c3e;
        padding-left: 35px;
        padding-right: 35px;
        border: 1px solid #243c3e;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        -webkit-transition-duration: .7s;
        transition-duration: .7s;
        -webkit-transition-property: color,background-color,border;
        transition-property: color,background-color,border;
        cursor: pointer;
    }

        .manuais a span:hover {
            text-transform: uppercase;
            color: #fff;
            background-color: #32ceb6;
            font-weight: 500;
            border: 1px solid #32ceb6;
        }

.emailTicket {
    background-color: #f0f1de;
    color: #1a1a1a;
    cursor: pointer;
}

    .emailTicket .col-xs-2 {
        margin-top: 17px;
        margin-bottom: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        vertical-align: text-top;
        border-right: 1px solid #243c3e;
        font-size: 40px;
    }

.assistenciaRemota {
    background-color: #cde5d8;
    color: #1a1a1a;
    cursor: pointer;
}

    .assistenciaRemota .col-xs-2 {
        margin-top: 17px;
        margin-bottom: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        vertical-align: text-top;
        border-right: 1px solid #243c3e;
        font-size: 40px;
    }

.assistenciaLocal {
    background-color: #97c2b1;
    color: #1a1a1a;
    cursor: pointer;
}

    .assistenciaLocal .col-xs-2 {
        margin-top: 17px;
        margin-bottom: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        vertical-align: text-top;
        border-right: 1px solid #243c3e;
        font-size: 40px;
    }

@media (max-width:767px) {
    .nameSup {
        font-size: 30px;
    }

    .pricing {
        font-size: 13px;
    }

    .assistenciaRemota, .emailTicket {
        margin-bottom: 5px;
    }

    #filters, #filters2 {
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .nameSup {
        font-size: 30px;
    }

    .pricing {
        font-size: 13px;
    }

    .assistenciaRemota, .emailTicket {
        margin-bottom: 5px;
    }

    #filters, #filters2 {
        text-align: center;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .nameSup {
        font-size: 26px;
    }

    .pricing {
        font-size: 12px;
        line-height: 0!important;
    }

    .acordionFaqs span {
        font-size: 14px!important;
    }

    #filters2 {
        text-align: center;
    }

    .assistenciaLocal, .assistenciaRemota, .emailTicket {
        padding-left: 10px;
    }

        .assistenciaLocal .col-xs-2, .assistenciaRemota .col-xs-2, .emailTicket .col-xs-2 {
            padding-left: 0;
            padding-right: 10px;
            font-size: 30px;
        }

        .assistenciaLocal .col-xs-10, .assistenciaRemota .col-xs-10, .emailTicket .col-xs-10 {
            padding-right: 0;
            padding-left: 20px;
        }

    .manuais a span {
        font-size: 20px;
    }

    .manuais .title {
        font-size: 21px;
    }
}

@media (min-width:1200px) {
    .nameSup {
        font-size: 30px;
    }

    .pricing {
        font-size: 13px;
    }
}

.nameSup p {
    margin-bottom: -10px!important;
}

.pricing {
    line-height: 45px;
    font-family: 'Maven Pro',sans-serif;
}

    .pricing strong {
        font-weight: 900;
    }

.butom a span {
    margin-top: 15px;
    background-color: #32ceb6;
    text-transform: uppercase;
    font-size: 23px;
    color: #fff;
    padding: 5px 40px;
    border: 1px solid #32ceb6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
    cursor: pointer;
    text-align: center;
}

    .butom a span:hover {
        color: #32ceb6;
        background-color: #fff;
    }

.appUtils {
    color: #243c3e;
}

    .appUtils img {
        width: 48px;
        height: 48px;
    }

    .appUtils .title {
        font-size: 18px;
    }

    .appUtils .description {
        font-family: 'Maven Pro',sans-serif;
        font-size: 14px;
    }

.fontLeft {
    left: -20px;
    top: 5px;
}

.fontRight {
    left: 22px;
    top: 5px;
}

.fontCenter {
    font-size: 180%;
}

.butom span {
    margin-top: 5px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    color: #32ceb6;
    padding: 5px 10px;
    border: 1px solid #32ceb6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
    cursor: pointer;
    text-align: center;
}

    .butom span:hover {
        color: #fff;
        background-color: #32ceb6;
    }

.mm-menu.mm-horizontal > .mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

.mm-menu .mm-hidden {
    display: none;
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mm-menu, .mm-menu > .mm-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.mm-menu {
    display: block;
    overflow: hidden;
    padding: 0;
}

    .mm-menu > .mm-panel {
        background: inherit;
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        padding: 20px;
        -webkit-transform: translate(100%,0);
        -moz-transform: translate(100%,0);
        -ms-transform: translate(100%,0);
        -o-transform: translate(100%,0);
        transform: translate(100%,0);
    }

        .mm-menu > .mm-panel.mm-opened {
            -webkit-transform: translate(0,0);
            -moz-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -o-transform: translate(0,0);
            transform: translate(0,0);
        }

        .mm-menu > .mm-panel.mm-subopened {
            -webkit-transform: translate(-30%,0);
            -moz-transform: translate(-30%,0);
            -ms-transform: translate(-30%,0);
            -o-transform: translate(-30%,0);
            transform: translate(-30%,0);
        }

        .mm-menu > .mm-panel.mm-highest {
            z-index: 1;
        }

    .mm-menu .mm-list {
        padding: 20px 0;
    }

    .mm-menu > .mm-list {
        padding-bottom: 0;
    }

        .mm-menu > .mm-list:after {
            content: '';
            display: block;
            height: 40px;
        }

.mm-panel > .mm-list {
    margin-left: -20px;
    margin-right: -20px;
}

    .mm-panel > .mm-list:first-child {
        padding-top: 0;
    }

.mm-list, .mm-list > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-list {
    font-size: 18px;
}

    .mm-list a, .mm-list a:hover {
        text-decoration: none;
    }

    .mm-list > li {
        position: relative;
    }

        .mm-list > li > a, .mm-list > li > span {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            color: inherit;
            line-height: 20px;
            display: block;
            padding: 10px 10px 10px 20px;
            margin: 0;
        }

        .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
            content: '';
            border-bottom-width: 1px;
            border-bottom-style: solid;
            display: block;
            bottom: 0;
            width: auto;
            margin-left: 20px;
            position: relative;
            left: auto;
        }

    .mm-list a.mm-subopen {
        background: rgba(3,2,1,0);
        width: 40px;
        height: 100%;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }

        .mm-list a.mm-subopen:before {
            content: '';
            border-left-width: 1px;
            border-left-style: solid;
            display: block;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .mm-list a.mm-subopen.mm-fullsubopen {
            width: 100%;
        }

            .mm-list a.mm-subopen.mm-fullsubopen:before {
                border-left: none;
            }

        .mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
            padding-right: 5px;
            margin-right: 40px;
        }

    .mm-list > li.mm-selected > a.mm-subopen {
        background: 0 0;
    }

    .mm-list > li.mm-selected > a.mm-fullsubopen + a, .mm-list > li.mm-selected > a.mm-fullsubopen + span {
        padding-right: 45px;
        margin-right: 0;
    }

    .mm-list a.mm-subclose {
        text-indent: 20px;
        padding-top: 30px;
        margin-top: -20px;
    }

    .mm-list > li.mm-label {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 10px;
        text-transform: uppercase;
        text-indent: 20px;
        line-height: 25px;
        padding-right: 5px;
    }

    .mm-list > li.mm-spacer {
        padding-top: 40px;
    }

        .mm-list > li.mm-spacer.mm-label {
            padding-top: 25px;
        }

    .mm-list a.mm-subclose:before, .mm-list a.mm-subopen:after {
        content: '';
        border: 2px solid transparent;
        display: inline-block;
        width: 7px;
        height: 7px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-bottom: -5px;
        position: absolute;
        bottom: 50%;
    }

    .mm-list a.mm-subopen:after {
        border-top: none;
        border-left: none;
        right: 18px;
    }

    .mm-list a.mm-subclose:before {
        border-right: none;
        border-bottom: none;
        margin-bottom: -15px;
        left: 22px;
    }

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

    .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
        border-color: transparent;
    }

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    display: block;
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
    height: 40px;
}

    .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
        top: 16px;
        bottom: auto;
    }

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
    height: 25px;
}

html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.mm-menu {
    background: #363c3b;
    color: rgba(255,255,255,.9);
    font-family: 'Maven Pro',sans-serif!important;
    font-size: 18px!important;
}

    .mm-menu .mm-list > li:after {
        border-color: rgba(0,0,0,.15);
    }

    .mm-menu .mm-list > li > a.mm-subclose {
        background: rgba(0,0,0,.1);
        color: rgba(255,255,255,.3);
    }

        .mm-menu .mm-list > li > a.mm-subclose:before, .mm-menu .mm-list > li > a.mm-subopen:after {
            border-color: rgba(255,255,255,.3);
        }

    .mm-menu .mm-list > li > a.mm-subopen:before {
        border-color: rgba(0,0,0,.15);
    }

    .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
        background: rgba(0,0,0,.1);
    }

    .mm-menu .mm-list > li.mm-label, .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
        background: rgba(255,255,255,.05);
    }

.mm-page {
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease;
}

html.mm-opened {
    overflow: hidden;
    position: relative;
}

    html.mm-opened body {
        overflow: hidden;
    }

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

html.mm-blocking #mm-blocker, html.mm-opened #mm-blocker {
    display: block;
}

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed;
}

.mm-menu.mm-current {
    display: block;
    z-index: 999 !important;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition-property: transform, top, left, opacity;
    -o-transition-property: transform, top, left, opacity;
    -webkit-transition-property: transform, top, left, opacity;
    transition-property: transform, top, left, opacity;
}

.mm-menu {
    width: 55%;
    min-width: 140px;
    max-width: 440px;
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(55%,0);
    -moz-transform: translate(55%,0);
    -ms-transform: translate(55%,0);
    -o-transform: translate(55%,0);
    transform: translate(55%,0);
}

@media all and (max-width:175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px,0);
        -moz-transform: translate(140px,0);
        -ms-transform: translate(140px,0);
        -o-transform: translate(140px,0);
        transform: translate(140px,0);
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px,0);
        -moz-transform: translate(440px,0);
        -ms-transform: translate(440px,0);
        -o-transform: translate(440px,0);
        transform: translate(440px,0);
    }
}

.mm-buttonbar {
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

    .mm-buttonbar:after {
        content: '';
        display: block;
        clear: both;
    }

    .mm-buttonbar > * {
        border-left: 1px solid transparent;
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 100%;
        float: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .mm-buttonbar > a {
        text-decoration: none;
    }

    .mm-buttonbar > input {
        position: absolute;
        left: -1000px;
        top: -1000px;
    }

        .mm-buttonbar > input:checked + label {
            border-color: transparent!important;
        }

        .mm-buttonbar > :first-child, .mm-buttonbar > input:first-child + * {
            border-left: none;
        }

    .mm-buttonbar.mm-buttonbar-2 > * {
        width: 50%;
    }

    .mm-buttonbar.mm-buttonbar-3 > * {
        width: 33.33%;
    }

    .mm-buttonbar.mm-buttonbar-4 > * {
        width: 25%;
    }

    .mm-buttonbar.mm-buttonbar-5 > * {
        width: 20%;
    }

.mm-header .mm-buttonbar {
    margin-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
}

.mm-footer .mm-buttonbar {
    border: none;
    border-radius: none;
    line-height: 40px;
    margin: -10px -10px 0 -20px;
}

    .mm-footer .mm-buttonbar > * {
        border-left: none;
    }

.mm-list > li > .mm-buttonbar {
    margin: 10px 20px;
}

.mm-menu .mm-buttonbar {
    padding: 5px;
}

    .mm-menu .mm-buttonbar > * {
        color: #75817f;
        font-size: 30px;
    }

    .mm-menu .mm-buttonbar > :hover {
        color: #fff;
        cursor: pointer;
    }

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%;
}

    em.mm-counter + a.mm-subopen {
        padding-left: 40px;
    }

        em.mm-counter + a.mm-subopen + a, em.mm-counter + a.mm-subopen + span {
            margin-right: 80px;
        }

    em.mm-counter + a.mm-fullsubopen {
        padding-left: 0;
    }

.mm-vertical em.mm-counter {
    top: 12px;
    margin-top: 0;
}

.mm-nosubresults > em.mm-counter {
    display: none;
}

.mm-menu em.mm-counter {
    color: rgba(255,255,255,.3);
}

html.mm-opened.mm-dragging #mm-blocker, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.mm-footer {
    background: inherit;
    border-top: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px 10px 0 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}

.mm-menu.mm-hasfooter > .mm-panel:after {
    height: 80px;
}

.mm-menu .mm-footer {
    border-color: rgba(0,0,0,.15);
    color: rgba(255,255,255,.3);
}

.mm-header {
    background: inherit;
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0 50px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

    .mm-header .mm-close, .mm-header .mm-next, .mm-header .mm-prev, .mm-header .mm-title {
        padding-top: 30px;
    }

    .mm-header .mm-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        width: 100%;
        position: relative;
    }

    .mm-header .mm-close, .mm-header .mm-next, .mm-header .mm-prev {
        text-decoration: none;
        display: block;
        box-sizing: border-box;
        min-width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .mm-header .mm-prev {
        padding-left: 20px;
        padding-right: 10px;
        left: 0;
    }

    .mm-header .mm-close, .mm-header .mm-next {
        padding-left: 10px;
        padding-right: 20px;
        right: 0;
    }

    .mm-header [href].mm-next:after, .mm-header [href].mm-prev:before {
        content: '';
        border: 2px solid transparent;
        display: inline-block;
        width: 7px;
        height: 7px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mm-header [href].mm-prev:before {
        border-right: none;
        border-bottom: none;
        margin-left: 2px;
        margin-right: 5px;
    }

    .mm-header [href].mm-close:after, .mm-header [href].mm-next:after {
        margin-left: 5px;
        margin-right: -2px;
    }

    .mm-header [href].mm-next:after {
        border-top: none;
        border-left: none;
    }

    .mm-header [href].mm-close:after {
        content: 'x';
    }

.mm-menu.mm-hassearch .mm-header {
    height: 50px;
    top: 50px;
}

    .mm-menu.mm-hassearch .mm-header .mm-close, .mm-menu.mm-hassearch .mm-header .mm-next, .mm-menu.mm-hassearch .mm-header .mm-prev, .mm-menu.mm-hassearch .mm-header .mm-title {
        padding-top: 20px;
    }

.mm-menu.mm-hasheader li.mm-subtitle {
    display: none;
}

.mm-menu.mm-hasheader > .mm-panel {
    padding-top: 80px;
}

    .mm-menu.mm-hasheader > .mm-panel.mm-list {
        padding-top: 60px;
    }

    .mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
        margin-top: -20px;
    }

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
    padding-top: 120px;
}

    .mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
        padding-top: 100px;
    }

.mm-menu .mm-header {
    border-color: rgba(0,0,0,.15);
    color: rgba(255,255,255,.3);
}

    .mm-menu .mm-header .mm-close:after, .mm-menu .mm-header .mm-next:after, .mm-menu .mm-header .mm-prev:before {
        border-color: rgba(255,255,255,.3);
    }

.mm-list li.mm-label > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px;
}

.mm-list li.mm-label.mm-opened a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
    display: none;
}

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
    top: 8.5px;
}

.mm-menu .mm-list li.mm-label > div > div {
    background: rgba(255,255,255,.05);
}

.mm-search, .mm-search input {
    box-sizing: border-box;
}

.mm-list > li.mm-search {
    padding: 10px;
    margin-top: -20px;
}

.mm-list > li.mm-subtitle + li.mm-search {
    margin-top: 0;
}

div.mm-panel > div.mm-search {
    padding: 0 0 10px;
}

.mm-menu.mm-hasheader .mm-list > li.mm-search {
    margin-top: 0;
}

.mm-menu > .mm-search {
    background: inherit;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.mm-search {
    padding: 10px;
}

    .mm-search input {
        border: none;
        border-radius: 30px;
        font: inherit;
        font-size: 14px;
        line-height: 30px;
        outline: 0;
        display: block;
        width: 100%;
        height: 30px;
        margin: 0;
        padding: 0 10px;
    }

        .mm-search input::-ms-clear {
            display: none;
        }

.mm-menu .mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 60px 0;
}

    .mm-menu .mm-noresultsmsg:after {
        border: none!important;
    }

.mm-noresults .mm-noresultsmsg {
    display: block;
}

.mm-menu li.mm-nosubresults > a.mm-subopen {
    display: none;
}

    .mm-menu li.mm-nosubresults > a.mm-subopen + a, .mm-menu li.mm-nosubresults > a.mm-subopen + span {
        padding-right: 10px;
    }

.mm-menu.mm-hassearch > .mm-panel {
    padding-top: 70px;
}

    .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
        margin-top: -20px;
    }

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
    margin-top: -10px;
}

    .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
        padding-top: 0;
    }

.mm-menu .mm-search input {
    background: rgba(255,255,255,.3);
    color: rgba(255,255,255,.6);
}

.mm-menu .mm-noresultsmsg {
    color: rgba(255,255,255,.3);
}

input.mm-check, input.mm-toggle {
    position: absolute;
    left: -10000px;
}

label.mm-check, label.mm-toggle {
    margin: 0;
    position: absolute;
    bottom: 50%;
    z-index: 2;
}

    label.mm-check:before, label.mm-toggle:before {
        content: '';
        display: block;
    }

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-bottom: -15px;
}

    label.mm-toggle:before {
        border-radius: 30px;
        width: 28px;
        height: 28px;
        margin: 1px;
    }

input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right;
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-bottom: -15px;
}

    label.mm-check:before {
        border-left: 3px solid;
        border-bottom: 3px solid;
        width: 40%;
        height: 20%;
        margin: 25% 0 0 20%;
        opacity: .1;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

input.mm-check:checked ~ label.mm-check:before {
    opacity: 1;
}

.mm-menu.mm-vertical .mm-list > li label.mm-check, .mm-menu.mm-vertical .mm-list > li label.mm-toggle {
    bottom: auto;
    margin-bottom: 0;
    top: 5px;
}

label.mm-check, label.mm-toggle {
    right: 20px;
}

    label.mm-toggle + a, label.mm-toggle + span {
        margin-right: 70px;
    }

    label.mm-check + a, label.mm-check + span {
        margin-right: 50px;
    }

a.mm-subopen + label.mm-check, a.mm-subopen + label.mm-toggle {
    right: 50px;
}

    a.mm-subopen + label.mm-toggle + a, a.mm-subopen + label.mm-toggle + span {
        margin-right: 100px;
    }

    a.mm-subopen + label.mm-check + a, a.mm-subopen + label.mm-check + span {
        margin-right: 80px;
    }

em.mm-counter + a.mm-subopen + label.mm-check, em.mm-counter + a.mm-subopen + label.mm-toggle {
    right: 90px;
}

    em.mm-counter + a.mm-subopen + label.mm-toggle + a, em.mm-counter + a.mm-subopen + label.mm-toggle + span {
        margin-right: 140px;
    }

    em.mm-counter + a.mm-subopen + label.mm-check + a, em.mm-counter + a.mm-subopen + label.mm-check + span {
        margin-right: 120px;
    }

.mm-menu label.mm-toggle {
    background: rgba(0,0,0,.15);
}

    .mm-menu label.mm-toggle:before {
        background: #333;
    }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu label.mm-check:before {
    border-color: rgba(255,255,255,.6);
}

html.mm-slide .mm-menu {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

html.mm-slide.mm-opened .mm-menu {
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
}

html.mm-slide.mm-opening .mm-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

html.mm-slide.mm-right.mm-opened .mm-menu {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
}

html.mm-slide.mm-right.mm-opening .mm-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

html.mm-slide.mm-top.mm-opened .mm-menu {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}

html.mm-slide.mm-top.mm-opening .mm-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

html.mm-slide.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
}

html.mm-slide.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

html.mm-zoom-menu .mm-menu {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

html.mm-zoom-menu.mm-opened .mm-menu {
    -webkit-transform: scale(.7,.7) translateX(-30%);
    -moz-transform: scale(.7,.7) translateX(-30%);
    -ms-transform: scale(.7,.7) translateX(-30%);
    -o-transform: scale(.7,.7) translateX(-30%);
    transform: scale(.7,.7) translateX(-30%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

html.mm-zoom-menu.mm-opening .mm-menu {
    -webkit-transform: scale(1,1) translateX(0);
    -moz-transform: scale(1,1) translateX(0);
    -ms-transform: scale(1,1) translateX(0);
    -o-transform: scale(1,1) translateX(0);
    transform: scale(1,1) translateX(0);
}

html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
    -webkit-transform: scale(.7,.7) translateX(30%);
    -moz-transform: scale(.7,.7) translateX(30%);
    -ms-transform: scale(.7,.7) translateX(30%);
    -o-transform: scale(.7,.7) translateX(30%);
    transform: scale(.7,.7) translateX(30%);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
    -webkit-transform: scale(1,1) translateX(0);
    -moz-transform: scale(1,1) translateX(0);
    -ms-transform: scale(1,1) translateX(0);
    -o-transform: scale(1,1) translateX(0);
    transform: scale(1,1) translateX(0);
}

html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
    -webkit-transform: scale(.7,.7) translateY(-30%);
    -moz-transform: scale(.7,.7) translateY(-30%);
    -ms-transform: scale(.7,.7) translateY(-30%);
    -o-transform: scale(.7,.7) translateY(-30%);
    transform: scale(.7,.7) translateY(-30%);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}

html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
    -webkit-transform: scale(1,1) translateY(0);
    -moz-transform: scale(1,1) translateY(0);
    -ms-transform: scale(1,1) translateY(0);
    -o-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
}

html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: scale(.7,.7) translateY(30%);
    -moz-transform: scale(.7,.7) translateY(30%);
    -ms-transform: scale(.7,.7) translateY(30%);
    -o-transform: scale(.7,.7) translateY(30%);
    transform: scale(.7,.7) translateY(30%);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: scale(1,1) translateY(0);
    -moz-transform: scale(1,1) translateY(0);
    -ms-transform: scale(1,1) translateY(0);
    -o-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
    -webkit-transform: scale(1.5,1.5) translateX(100%);
    -moz-transform: scale(1.5,1.5) translateX(100%);
    -ms-transform: scale(1.5,1.5) translateX(100%);
    -o-transform: scale(1.5,1.5) translateX(100%);
    transform: scale(1.5,1.5) translateX(100%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: -webkit-transform,left;
    transition-property: transform,left;
}

    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
        -webkit-transform: scale(1,1) translateX(0);
        -moz-transform: scale(1,1) translateX(0);
        -ms-transform: scale(1,1) translateX(0);
        -o-transform: scale(1,1) translateX(0);
        transform: scale(1,1) translateX(0);
    }

        html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
            -webkit-transform: scale(.7,.7) translateX(-30%);
            -moz-transform: scale(.7,.7) translateX(-30%);
            -ms-transform: scale(.7,.7) translateX(-30%);
            -o-transform: scale(.7,.7) translateX(-30%);
            transform: scale(.7,.7) translateX(-30%);
        }

.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    transform: translate(100%,0);
}

@media all and (max-width:140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px,0);
        -moz-transform: translate(140px,0);
        -ms-transform: translate(140px,0);
        -o-transform: translate(140px,0);
        transform: translate(140px,0);
    }
}

@media all and (min-width:10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px,0);
        -moz-transform: translate(10000px,0);
        -ms-transform: translate(10000px,0);
        -o-transform: translate(10000px,0);
        transform: translate(10000px,0);
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}

@media all and (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px,0);
        -moz-transform: translate(-140px,0);
        -ms-transform: translate(-140px,0);
        -o-transform: translate(-140px,0);
        transform: translate(-140px,0);
    }
}

@media all and (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px,0);
        -moz-transform: translate(-10000px,0);
        -ms-transform: translate(-10000px,0);
        -o-transform: translate(-10000px,0);
        transform: translate(-10000px,0);
    }
}

.mm-menu.mm-front.mm-fullscreen.mm-bottom, .mm-menu.mm-front.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none!important;
}

.mm-menu.mm-bottom, .mm-menu.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.mm-menu.mm-right {
    left: auto;
    right: 0;
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%,0);
    -moz-transform: translate(-80%,0);
    -ms-transform: translate(-80%,0);
    -o-transform: translate(-80%,0);
    transform: translate(-80%,0);
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px,0);
        -moz-transform: translate(-140px,0);
        -ms-transform: translate(-140px,0);
        -o-transform: translate(-140px,0);
        transform: translate(-140px,0);
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px,0);
        -moz-transform: translate(-440px,0);
        -ms-transform: translate(-440px,0);
        -o-transform: translate(-440px,0);
        transform: translate(-440px,0);
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
    z-index: 0!important;
}

.mm-menu.mm-front {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0,0,0,.5);
}

html.mm-opened.mm-next .mm-page {
    box-shadow: none;
}

.mm-menu.mm-front, .mm-menu.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}

    .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
        -webkit-transform: translate(100%,0);
        -moz-transform: translate(100%,0);
        -ms-transform: translate(100%,0);
        -o-transform: translate(100%,0);
        transform: translate(100%,0);
    }

    .mm-menu.mm-front.mm-top {
        -webkit-transform: translate(0,-100%);
        -moz-transform: translate(0,-100%);
        -ms-transform: translate(0,-100%);
        -o-transform: translate(0,-100%);
        transform: translate(0,-100%);
    }

    .mm-menu.mm-front.mm-bottom {
        -webkit-transform: translate(0,100%);
        -moz-transform: translate(0,100%);
        -ms-transform: translate(0,100%);
        -o-transform: translate(0,100%);
        transform: translate(0,100%);
    }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.mm-menu.mm-front.mm-bottom, .mm-menu.mm-front.mm-top {
    height: 80%;
    min-height: 140px;
    max-height: 880px;
}

html.mm-opened.mm-light .mm-page {
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.mm-menu.mm-light {
    background: #f3f3f3;
    color: rgba(0,0,0,.6);
}

    .mm-menu.mm-light .mm-list > li:after {
        border-color: rgba(0,0,0,.1);
    }

    .mm-menu.mm-light .mm-list > li > a.mm-subclose {
        background: rgba(255,255,255,.6);
        color: rgba(0,0,0,.3);
    }

        .mm-menu.mm-light .mm-list > li > a.mm-subclose:before, .mm-menu.mm-light .mm-list > li > a.mm-subopen:after {
            border-color: rgba(0,0,0,.3);
        }

    .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
        border-color: rgba(0,0,0,.1);
    }

    .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-light .mm-list > li.mm-selected > span {
        background: rgba(255,255,255,.6);
    }

    .mm-menu.mm-light .mm-list > li.mm-label, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
        background: rgba(0,0,0,.03);
    }

    .mm-menu.mm-light .mm-buttonbar {
        border-color: rgba(0,0,0,.6);
        background: #f3f3f3;
    }

        .mm-menu.mm-light .mm-buttonbar > * {
            border-color: rgba(0,0,0,.6);
        }

        .mm-menu.mm-light .mm-buttonbar > input:checked + label {
            background: rgba(0,0,0,.6);
            color: #f3f3f3;
        }

    .mm-menu.mm-light label.mm-check:before {
        border-color: rgba(0,0,0,.6);
    }

    .mm-menu.mm-light em.mm-counter {
        color: rgba(0,0,0,.3);
    }

    .mm-menu.mm-light .mm-footer, .mm-menu.mm-light .mm-header {
        border-color: rgba(0,0,0,.1);
        color: rgba(0,0,0,.3);
    }

        .mm-menu.mm-light .mm-header .mm-close:after, .mm-menu.mm-light .mm-header .mm-next:after, .mm-menu.mm-light .mm-header .mm-prev:before {
            border-color: rgba(0,0,0,.3);
        }

    .mm-menu.mm-light .mm-list li.mm-label > div > div {
        background: rgba(0,0,0,.03);
    }

    .mm-menu.mm-light .mm-search input {
        background: rgba(0,0,0,.1);
        color: rgba(0,0,0,.6);
    }

    .mm-menu.mm-light .mm-noresultsmsg {
        color: rgba(0,0,0,.3);
    }

    .mm-menu.mm-light label.mm-toggle {
        background: rgba(0,0,0,.1);
    }

        .mm-menu.mm-light label.mm-toggle:before {
            background: #f3f3f3;
        }

    .mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
        background: #4bd963;
    }

html.mm-opened.mm-white .mm-page {
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.mm-menu.mm-white {
    background: #fff;
    color: rgba(0,0,0,.6);
}

    .mm-menu.mm-white .mm-list > li:after {
        border-color: rgba(0,0,0,.1);
    }

    .mm-menu.mm-white .mm-list > li > a.mm-subclose {
        background: rgba(0,0,0,.06);
        color: rgba(0,0,0,.3);
    }

        .mm-menu.mm-white .mm-list > li > a.mm-subclose:before, .mm-menu.mm-white .mm-list > li > a.mm-subopen:after {
            border-color: rgba(0,0,0,.3);
        }

    .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
        border-color: rgba(0,0,0,.1);
    }

    .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-white .mm-list > li.mm-selected > span {
        background: rgba(0,0,0,.06);
    }

    .mm-menu.mm-white .mm-list > li.mm-label, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
        background: rgba(0,0,0,.03);
    }

    .mm-menu.mm-white .mm-buttonbar {
        border-color: rgba(0,0,0,.6);
        background: #fff;
    }

        .mm-menu.mm-white .mm-buttonbar > * {
            border-color: rgba(0,0,0,.6);
        }

        .mm-menu.mm-white .mm-buttonbar > input:checked + label {
            background: rgba(0,0,0,.6);
            color: #fff;
        }

    .mm-menu.mm-white label.mm-check:before {
        border-color: rgba(0,0,0,.6);
    }

    .mm-menu.mm-white em.mm-counter {
        color: rgba(0,0,0,.3);
    }

    .mm-menu.mm-white .mm-footer, .mm-menu.mm-white .mm-header {
        border-color: rgba(0,0,0,.1);
        color: rgba(0,0,0,.3);
    }

        .mm-menu.mm-white .mm-header .mm-close:after, .mm-menu.mm-white .mm-header .mm-next:after, .mm-menu.mm-white .mm-header .mm-prev:before {
            border-color: rgba(0,0,0,.3);
        }

    .mm-menu.mm-white .mm-list li.mm-label > div > div {
        background: rgba(0,0,0,.03);
    }

    .mm-menu.mm-white .mm-search input {
        background: rgba(0,0,0,.1);
        color: rgba(0,0,0,.6);
    }

    .mm-menu.mm-white .mm-noresultsmsg {
        color: rgba(0,0,0,.3);
    }

    .mm-menu.mm-white label.mm-toggle {
        background: rgba(0,0,0,.1);
    }

        .mm-menu.mm-white label.mm-toggle:before {
            background: #fff;
        }

    .mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
        background: #4bd963;
    }

html.mm-opened.mm-black .mm-page {
    box-shadow: none;
}

.mm-menu.mm-black {
    background: #000;
    color: rgba(255,255,255,.6);
}

    .mm-menu.mm-black .mm-list > li:after {
        border-color: rgba(255,255,255,.2);
    }

    .mm-menu.mm-black .mm-list > li > a.mm-subclose {
        background: rgba(255,255,255,.25);
        color: rgba(255,255,255,.3);
    }

        .mm-menu.mm-black .mm-list > li > a.mm-subclose:before, .mm-menu.mm-black .mm-list > li > a.mm-subopen:after {
            border-color: rgba(255,255,255,.3);
        }

    .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
        border-color: rgba(255,255,255,.2);
    }

    .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-black .mm-list > li.mm-selected > span {
        background: rgba(255,255,255,.25);
    }

    .mm-menu.mm-black .mm-list > li.mm-label, .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
        background: rgba(255,255,255,.15);
    }

    .mm-menu.mm-black .mm-buttonbar {
        border-color: rgba(255,255,255,.6);
        background: #000;
    }

        .mm-menu.mm-black .mm-buttonbar > * {
            border-color: rgba(255,255,255,.6);
        }

        .mm-menu.mm-black .mm-buttonbar > input:checked + label {
            background: rgba(255,255,255,.6);
            color: #000;
        }

    .mm-menu.mm-black label.mm-check:before {
        border-color: rgba(255,255,255,.6);
    }

    .mm-menu.mm-black em.mm-counter {
        color: rgba(255,255,255,.3);
    }

    .mm-menu.mm-black .mm-footer, .mm-menu.mm-black .mm-header {
        border-color: rgba(255,255,255,.2);
        color: rgba(255,255,255,.3);
    }

        .mm-menu.mm-black .mm-header .mm-close:after, .mm-menu.mm-black .mm-header .mm-next:after, .mm-menu.mm-black .mm-header .mm-prev:before {
            border-color: rgba(255,255,255,.3);
        }

    .mm-menu.mm-black .mm-list li.mm-label > div > div {
        background: rgba(255,255,255,.15);
    }

    .mm-menu.mm-black .mm-search input {
        background: rgba(255,255,255,.3);
        color: rgba(255,255,255,.6);
    }

    .mm-menu.mm-black .mm-noresultsmsg {
        color: rgba(255,255,255,.3);
    }

    .mm-menu.mm-black label.mm-toggle {
        background: rgba(255,255,255,.2);
    }

        .mm-menu.mm-black label.mm-toggle:before {
            background: #000;
        }

    .mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
        background: #4bd963;
    }

/*#hamburger {
    box-sizing: border-box;
    display: block;
    width: 70px;
    height: 45px;
    top: 20px;
    left: 0;
    z-index: 2;
}

    #hamburger span, #hamburger:after, #hamburger:before {
        background: #fff;
        content: '';
        display: block;
        width: 30px;
        height: 5px;
        position: absolute;
        left: 20px;
    }

    #hamburger:before {
        top: 15px;
    }

    #hamburger span {
        top: 25px;
    }

    #hamburger:after {
        top: 35px;
    }*/

.md-perspective, .md-perspective body {
    height: 100%;
    overflow: hidden;
}

    .md-perspective body {
        background: #222;
        -webkit-perspective: 600px;
        -moz-perspective: 600px;
        perspective: 600px;
    }

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 310px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1500;
    opacity: 0;
    background: rgba(36,60,62,.8);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-content {
    color: #fff;
    background: #32ceb6;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

    .md-content h3 {
        color: #fff;
        margin: 0;
        padding: .4em;
        text-align: center;
        font-size: 2.4em;
        font-weight: 300;
        opacity: .8;
        border-radius: 3px 3px 0 0;
    }

.modalTransp {
    background: rgba(0,0,0,.1);
    padding: 0!important;
    margin: 0!important;
}

.md-content > div {
    padding: 30px 30px 0;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}

    .md-content > div p {
        margin: 0;
        padding: 10px 0;
    }

    .md-content > div ul {
        margin: 0;
        padding: 0 0 30px;
    }

        .md-content > div ul li {
            padding: 5px 0;
        }

.md-content .saberMais {
    display: block;
    margin: 0 auto;
    font-size: .8em;
    padding: 5px 15px;
    background-color: #243c3e;
    color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0 solid #000;
}

.md-effect-1 .md-content {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.contentBtns {
    padding: 0 20px 40px!important;
}

    .contentBtns a {
        color: #243c3e;
        font-size: .8em;
    }

#modal-N .container-fluid {
    padding: 0;
}

#modal-N ul {
    padding-right: 40px;
    padding-top: 40px;
    padding-left: 40px;
}

.md-modal a {
    color: #fff;
    cursor: pointer;
}

.md-modal i {
    margin-left: -10px;
    padding-top: 10px;
}

#modal-MA form {
    padding-bottom: 30px;
}

#modal-MA .container-fluid {
    padding-top: 10px;
}

.esqPass {
    padding: 10px 0 0;
}

@media (max-width:690px) {
    .desaparecer690 {
        visibility: hidden;
    }
}

#captchaPR {
    padding-right: 10px;
}

.divCaptcha {
    text-transform: lowercase;
    background-color: transparent;
    color: #8c8c8c!important;
    border: none;
    float: left;
    padding: 0;
    min-width: 0;
    margin-top: 5px;
}

#honeypotsome-div {
    visibility: hidden;
    display: none;
}

@media (max-width:767px) {
    .vintePaddingBottom {
        padding-bottom: 20px;
    }
}

.parallax-bgCorp {
    background: url(../images/pontopr-corporatePara.jpg) 50% 0 no-repeat;
    color: #fff;
    min-height: 350px;
}

.parallax-bgBus {
    background: url(../images/pontopr-businessPara.jpg) 50% 0 no-repeat;
    color: #fff;
    min-height: 350px;
}

.parallax-bgRD {
    background: url(../images/pontopr-rdPara.jpg) 50% 0 no-repeat;
    color: #fff;
    min-height: 350px;
}

.parallax-bgMobile {
    background: url(../images/pontopr-mobilePara.jpg) 50% 0 no-repeat;
    color: #fff;
    min-height: 350px;
}

.parallax-bgMkt {
    background: url(../images/pontopr-mktdigitalPara.jpg) 50% 0 no-repeat;
    color: #fff;
    min-height: 350px;
}

.parallax-bgHosting {
    background: url(../images/pontopr-hostingPara.jpg) 50% 0 no-repeat;
    color: #fff;
    min-height: 350px;
}

    .parallax-bgBus .ch-img-2, .parallax-bgCorp .ch-img-1, .parallax-bgHosting .ch-img-6, .parallax-bgMkt .ch-img-5, .parallax-bgMobile .ch-img-4, .parallax-bgRD .ch-img-3 {
        color: #fff!important;
    }

        .parallax-bgBus .ch-img-2:before, .parallax-bgCorp .ch-img-1:before, .parallax-bgHosting .ch-img-6:before, .parallax-bgMkt .ch-img-5:before, .parallax-bgMobile .ch-img-4:before, .parallax-bgRD .ch-img-3:before {
            font-size: 215px;
            margin-left: -70px;
            color: #fff!important;
        }

.chaveta {
    font-family: 'Maven Pro',sans-serif;
    font-size: 200px;
    color: #d7d7d7;
}

.descricaoServ .titulo {
    font-size: 60px;
    font-weight: 700;
    line-height: 10px;
}

.descricaoServ .subTitulo {
    font-size: 15px;
    font-weight: 700;
}

.descricaoServ .tituloSmall {
    font-size: 50px;
    font-weight: 700;
    line-height: 10px;
}

.descricaoServ .titulo2Small, .descricaoServ .titulo3Small {
    font-size: 45px;
    font-weight: 700;
    line-height: 10px;
}

.descricaoServ .titulo4Cont, .descricaoServ .titulo4Small {
    font-size: 35px;
    font-weight: 700;
    line-height: 10px;
}

.descricaoServ .titulo5Small {
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
}

.descricaoServ .titulo4Cont {
    line-height: 60px!important;
}

@media (min-width:450px) {
    .descricaoServ .titulo {
        font-size: 100px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .subTitulo {
        font-size: 30px;
        font-weight: 700;
    }

    .descricaoServ .tituloSmall {
        font-size: 80px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo2Small {
        font-size: 65px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo3Small {
        font-size: 60px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo4Cont, .descricaoServ .titulo4Small {
        font-size: 55px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo5Small {
        font-size: 25px;
        font-weight: 700;
        line-height: 60px;
    }
}

@media (min-width:768px) {
    .chaveta {
        font-family: 'Maven Pro',sans-serif;
        font-size: 200px;
        color: #d7d7d7;
    }

    .descricaoServ .titulo, .descricaoServ .tituloSmall {
        font-size: 80px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo2Small {
        font-size: 75px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo3Small {
        font-size: 70px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo4Cont, .descricaoServ .titulo4Small {
        font-size: 65px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo5Small {
        font-size: 30px;
        font-weight: 700;
        line-height: 60px;
    }

    .descricaoServ .subTitulo {
        font-size: 25px;
        font-weight: 700;
    }
}

@media (min-width:992px) {
    .leftColumn {
        text-align: right;
    }

    .rightColumn {
        text-align: left;
    }

    .chaveta {
        font-family: 'Maven Pro',sans-serif;
        font-size: 200px;
        color: #d7d7d7;
    }

    .descricaoServ .titulo {
        font-size: 90px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .tituloSmall {
        font-size: 70px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo2Small {
        font-size: 65px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo3Small {
        font-size: 60px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo4Cont, .descricaoServ .titulo4Small {
        font-size: 55px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo5Small {
        font-size: 20px;
        font-weight: 700;
        line-height: 60px;
    }

    .descricaoServ .subTitulo {
        font-size: 35px;
        font-weight: 700;
    }

    .reverseLeft {
        left: 520px;
        text-align: left!important;
    }

    .reverseRight {
        right: 533px;
        text-align: right!important;
    }
}

@media (min-width:1200px) {
    .reverseLeft {
        left: 635px;
        text-align: left!important;
    }

    .reverseRight {
        right: 635px;
        text-align: right!important;
    }

    .descricaoServ .titulo {
        font-size: 100px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .subTitulo {
        font-size: 42px;
        font-weight: 700;
    }

    .descricaoServ .tituloSmall {
        font-size: 80px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo2Small {
        font-size: 75px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo3Small {
        font-size: 70px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo4Cont, .descricaoServ .titulo4Small {
        font-size: 65px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo5Small {
        font-size: 30px;
        font-weight: 700;
        line-height: 60px;
    }
}

.titulo-div {
    padding-top: 125px;
}

.texto-div {
    padding-top: 60px;
}

.descricaoServ a span {
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    color: #32ceb6;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #32ceb6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-property: color,background-color,border;
    transition-property: color,background-color,border;
    cursor: pointer;
    margin-bottom: 5px;
}

    .descricaoServ a span:hover {
        text-transform: uppercase;
        font-size: 13px;
        color: #fff;
        background-color: #32ceb6;
        font-weight: 500;
        padding: 5px 10px;
        border: 1px solid #32ceb6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.descricaoServ a .btnCinza {
    color: #666!important;
    border: 1px solid #666!important;
}

    .descricaoServ a .btnCinza:hover {
        color: #fff!important;
        border: 1px solid #666!important;
        background-color: #666!important;
    }

.btnServ {
    margin-top: 15px;
}

.servText {
    font-size: 13px;
}

@media (max-width:991px) {
    .noSub, .smallText {
        margin-top: 0!important;
    }
}

.noSub {
    margin-top: 30px;
}

.marginTopOitenta {
    margin-top: 80px;
}

.smallText {
    margin-top: 40px;
}

.chavetaTop {
    margin-top: 50px;
}

.backCinza {
    background-color: #f8f8f8;
}

.otherServ {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #243c3e;
}

.titulServ {
    margin-bottom: 30px;
}

.notFoundBG {
    border-bottom: 4px solid #32ceb6;
    background: url(../images/404-bg.jpg) no-repeat;
    background-size: auto 100%;
}

.inverted {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.ooppsTitle {
    padding-bottom: 5px;
    color: #272727;
    font-size: 110px;
    text-transform: uppercase;
}

.ooppsSubTitle {
    padding-bottom: 30px;
    color: #272727;
    font-size: 30px;
    text-transform: uppercase;
}

.frase span {
    color: #32ceb6;
}

.other-things {
    display: none;
}

.search-goog {
    list-style-type: none;
}

    .search-goog b {
        display: none;
    }

#search {
    border: 1px solid #32ceb6;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 10px;
}

#searchBt {
    margin-left: -5px;
    border: 1px solid #32ceb6;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #32ceb6;
    text-align: center;
    content: "Pesquisar";
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-property: color,background-color,border;
    transition-property: color,background-color,border;
    cursor: pointer;
    margin-bottom: 5px;
}

    #searchBt:hover {
        text-transform: uppercase;
        color: #32ceb6;
        background-color: #fff;
        border: 1px solid #32ceb6;
    }

@media (max-width:649px) {
    #search {
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-toprightt: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #searchBt {
        margin-left: 0;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        margin-top: 10px;
    }
}

@media (max-width:991px) {
    .notFoundBG {
        border-bottom: 4px solid #32ceb6;
        background: 0 0 100%;
    }

    .alignCenterSmall {
        text-align: center;
    }

        .alignCenterSmall img {
            margin: 0 auto;
        }
}

@media (max-width:500px) {
    .ooppsTitle {
        font-size: 75px;
        text-transform: uppercase;
    }

    .ooppsSubTitle {
        font-size: 30px;
    }
}

#goog-fixurl {
    padding-top: 30px;
}

#goog-wm ul {
    padding-left: 0!important;
}

@media (max-width:765px) {
    #map-canvas {
        height: 300px;
    }
}

@media (max-width:370px) {
    .contCont h1 {
        font-size: 1.9em;
    }
}

.btnEnviaWeb {
    width: 25px;
    height: 35px;
    position: relative;
    top: -35px;
    float: right;
    z-index: 10;
    background: 0 0;
    border: none;
}

.credencial2 {
    max-height: 80px;
}

.semMegaMEnu {
    display: normal!important;
}

.megaMenu {
    display: none!important;
}

@media (min-width:1051px) {
    .semMegaMEnu {
        display: none!important;
    }

    .megaMenu {
        display: block!important;
    }
}

.cookies {
    background-color: #fff;
    display: none;
}

.cookiesButton {
    color: #32ceb6;
}

.cookiesText {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.closeCookies {
    text-align: right;
    padding-top: 9px;
}

    .closeCookies a {
        color: #32ceb6;
        cursor: pointer;
    }

@media (max-width:991px) {
    .cookiesText {
        padding-top: 8px;
    }

    .closeCookies {
        padding-top: 3px;
    }
}

@media (max-width:767px) {
    .cookiesText {
        text-align: center;
    }

    .closeCookies {
        text-align: center;
        padding-bottom: 5px;
    }
}

.aboutProject .titleProject, .areasProject .titleProject {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase !important;
    border: 0;
    text-align: start;
    padding: 0;
}


@media only screen and (min-width : 320px) {
    .titleBanner {
        text-align: center;
        color: #ffffff;
        font-size: 50px;
        padding-top: 0;
    }

    .subTitleServ {
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
    }

    .descriptionServ {
        text-align: center;
        font-size: 16px;
    }

    .descricaoServ .titulo {
        font-size: 50px;
        font-weight: 700;
        line-height: 10px;
    }

    .descricaoServ .titulo2Small {
        line-height: 25px;
    }
}

@media only screen and (min-width : 768px) {
    .titleBanner {
        font-size: 100px;
    }

    .subTitleServ {
        font-size: 25px;
    }

    .descricaoServ .titulo {
        font-size: 60px;
    }

    .descricaoServ .titulo2Small {
        line-height: 10px;
    }
}

.titleBanner, .subTitleServ {
    color: #ffffff;
}

    .titleBanner img {
        display: initial !important;
    }

.hiddenAll {
    display: none;
}

.center {
    text-align: center;
}

.paddingTopVinte {
    padding-top: 20px !important;
}

.marginTopZero {
    margin-top: 0;
}

.dsplNone {
    display: none;
}

div#ColorAddCWP {
    top: 165px !important;
}

    div#ColorAddCWP div.menu div.header {
        background: #f5f5f5;
    }

    div#ColorAddCWP div.menu div.footer {
        height: 65px !important;
    }

@media screen and (min-width:992px) and (max-width: 1199px) {
    .cont .titel {
        font-size: 0.85em !important;
    }
}

.padding30 {
    padding-bottom:30px;
    padding-top:30px;
}

#hamburger {
   display: block;
   width: 50px;
   padding: 10px 10px;
}
#hamburger span {
   background: #fff;
   display: block;
   height: 5px;
   margin: 7px 0;
}
