﻿*, :after, :before, body {
    margin: 0;
    padding: 0;
}

*, :focus {
    outline: 0;
}

.scale-hover, a {
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

table, th {
    background-color: #f6f6f6;
}

.tdWidt1{
    width:15%
}

.tdWidt2{
    width:55%
}

td, th {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

td, tr {
    line-height: 18px;
}

ol, p, ul {
    margin-bottom: 30px;
}

    li, ol ol, ul ul {
        margin-bottom: 5px;
    }

h1, h2, p {
    line-height: 30px;
}

h3, h4 {
    line-height: 22px;
}

body, h1, h2, h3, h4, h5, h6, textarea {
    font-family: Roboto,sans-serif;
}

ol ol ol, ul {
    list-style-type: disc;
}

.icon-list i, td {
    text-align: center;
}

*, .owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
}

* {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translate3d(1,1,1);
    transform: translate3d(1,1,1);
}

td, th {
    vertical-align: middle;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background-color: #CCC;
    color: #000;
}

a, blockquote, code, div, fieldset, form, iframe, img, input, label, p, pre, textarea {
    display: block;
    position: relative;
}

    a > span, em a, h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, p > a, p > span, span > a, strong a {
        display: inline;
    }

input, textarea {
    outline: 0;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

p {
    font-size: 14px;
}

    p > a {
        text-decoration: none;
    }

        p > a:hover {
            text-decoration: underline;
        }

a, a:hover {
    text-decoration: none;
}

p strong {
    font-size: 15px;
    color: #1f1f1f;
}

a {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #2980b9;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-left: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    width: 100%;
    clear: both;
    margin-bottom: 27px;
}

th {
    font-weight: 700;
    color: #555;
}

td {
    color: #666;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #fdfdfd;
}

tr:hover > td {
    background: #fff;
}

li {
    line-height: 24px;
}

ol > li:last-child, ul > li:last-child {
    margin-bottom: 0;
}

.bg-teal-light {
    background-color: #1abc9c !important;
    color: #FFF;
}

.bg-teal-dark {
    background-color: #16a085 !important;
    color: #FFF;
}

.bg-hover-teal-light:hover {
    background-color: #1abc9c !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.bg-hover-teal-dark:hover {
    background-color: #16a085 !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.color-teal-light {
    color: #1abc9c;
}

.color-teal-dark {
    color: #16a085;
}

.bg-green-light {
    background-color: #2ecc71 !important;
    color: #FFF;
}

.bg-green-dark {
    background-color: #2abb67 !important;
    color: #FFF;
}

.bg-hover-green-light:hover {
    background-color: #2ecc71 !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.bg-hover-green-dark:hover {
    background-color: #2abb67 !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.color-green-light {
    color: #2ecc71;
}

.color-green-dark {
    color: #2abb67;
}

.bg-blue-light {
    background-color: #3498db !important;
    color: #FFF;
}

.bg-blue-dark {
    background-color: #2980b9 !important;
    color: #FFF;
}

.bg-hover-blue-light:hover {
    background-color: #3498db !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.bg-hover-blue-dark:hover {
    background-color: #2980b9 !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.color-blue-light {
    color: #3498db;
}

.color-blue-dark {
    color: #2980b9;
}

.bg-magenta-light {
    background-color: #9b59b6 !important;
    color: #FFF;
}

.bg-magenta-dark {
    background-color: #8e44ad !important;
    color: #FFF;
}

.bg-hover-magenta-light:hover {
    background-color: #9b59b6 !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.bg-hover-magenta-dark:hover {
    background-color: #8e44ad !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.color-magenta-light {
    color: #9b59b6;
}

.color-magenta-dark {
    color: #8e44ad;
}

.bg-night-light {
    background-color: #34495e !important;
    color: #FFF;
}

.bg-night-dark {
    background-color: #2c3e50 !important;
    color: #FFF;
}

.bg-hover-night-light:hover {
    background-color: #34495e !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.bg-hover-night-dark:hover {
    background-color: #2c3e50 !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.color-night-light {
    color: #34495e;
}

.color-night-dark {
    color: #2c3e50;
}

.bg-yellow-light {
    background-color: #E67E22 !important;
    color: #FFF;
}

.bg-yellow-dark {
    background-color: #F27935 !important;
    color: #FFF;
}

.bg-hover-yellow-light:hover {
    background-color: #f1c40f !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.bg-hover-yellow-dark:hover {
    background-color: #f39c12 !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.color-yellow-light {
    color: #f1c40f;
}

.color-yellow-dark {
    color: #f39c12;
}

.bg-orange-light {
    background-color: #F9690E !important;
    color: #FFF;
}

.bg-orange-dark {
    background-color: #D35400 !important;
    color: #FFF;
}

.bg-hover-orange-light:hover {
    background-color: #e67e22 !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.bg-hover-orange-dark:hover {
    background-color: #d35400 !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.color-orange-light {
    color: #e67e22;
}

.color-orange-dark {
    color: #d35400;
}

.bg-red-light {
    background-color: #e74c3c !important;
    color: #FFF;
}

.bg-red-dark {
    background-color: #c0392b !important;
    color: #FFF;
}

.bg-hover-red-light:hover {
    background-color: #e74c3c !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.bg-hover-red-dark:hover {
    background-color: #c0392b !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.color-red-light {
    color: #e74c3c;
}

.color-red-dark {
    color: #c0392b;
}

.bg-gray-light {
    background-color: #bdc3c7 !important;
    color: #FFF;
}

.bg-gray-dark {
    background-color: #95a5a6 !important;
    color: #FFF;
}

.bg-hover-gray-light:hover {
    background-color: #bdc3c7 !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.bg-hover-gray-dark:hover {
    background-color: #95a5a6 !important;
    color: #FFF !important;
    transition: all .2s ease;
}

.green-field:focus, .red-field:focus, .text-field {
    transition: all 250ms ease;
}

.color-gray-light {
    color: #bdc3c7;
}

.color-gray-dark {
    olor: #95a5a6;
}

.bg-white {
    background-color: #FFF;
}

.color-white {
    color: #FFF !important;
}

.bg-black {
    background-color: #000;
}

.color-black {
    color: #000 !important;
}

.bg-gray-dark i, .bg-gray-light i, .bg-green-dark i, .bg-green-light i, .bg-magenta-dark i, .bg-magenta-light i, .bg-orange-dark i, .bg-orange-light i, .bg-red-dark i, .bg-red-light i, .bg-teal-dark i, .bg-teal-light i, .bg-yellow-dark i, .bg-yellow-light i {
    color: #FFF;
}


.cover-image {
    background-size: cover;
    background-position: center center;
}

.facebook-color {
    background-color: #3b5998;
    color: #FFF;
}

.twitter-color {
    background-color: #4099ff;
    color: #FFF;
}

.google-color {
    background-color: #d34836;
    color: #FFF;
}

.pinterest-color {
    background-color: #C92228;
    color: #FFF;
}

.sms-color {
    background-color: #27ae60;
    color: #FFF;
}

.mail-color {
    background-color: #3498db;
    color: #FFF;
}

.dribbble-color {
    background-color: #EA4C89;
    color: #FFF;
}

.tumblr-color {
    background-color: #2C3D52;
    color: #FFF;
}

.reddit-color {
    background-color: #369;
    color: #FFF;
}

.youtube-color {
    background-color: #D12827;
    color: #FFF;
}

.phone-color {
    background-color: #27ae60;
    color: #FFF;
}

    .dribbble-color:hover, .facebook-color:hover, .google-color:hover, .mail-color:hover, .phone-color:hover, .pinterest-color:hover, .reddit-color:hover, .sms-color:hover, .tumblr-color:hover, .twitter-color:hover, .youtube-color:hover {
        color: #FFF;
    }

.float-left {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.float-right {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}

.read-more-right {
    float: right;
    display: block;
}

    .read-more-right i {
        padding-left: 10px;
    }

h1, h2, h3, h4, h5, h6 {
    color: #1f1f1f;
    margin-bottom: 10px;
    font-weight: 500 !important;
}

.sub-heading {
    color: #4c4c4c;
    font-weight: 500;
}

.font-icon-list li a, .icon-list li a, body {
    color: #666;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
}

.small-heading {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 10px;
    display: block;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
    line-height: 20px;
}

body, h6 {
    font-size: 14px;
    line-height: 30px;
}

h6 {
    font-weight: 800;
}

body {
    font-weight: 400;
}

.table-sub-title, .table-title {
    font-family: Dosis,sans-serif;
    font-size: 12px;
}

.highlighted {
    padding: 4px 10px;
    margin-bottom: 5px;
}

.font-icon-list li, .icon-list {
    padding-left: 0;
    list-style: none;
}

.font-icon-list li {
    margin-left: -20px;
    color: #666;
    line-height: 30px;
}

.font-icon-list i {
    margin-right: 10px;
    width: 30px;
}

.icon-list i {
    width: 20px;
    margin-left: -5px;
}

.icon-list ul {
    padding-left: 40px;
}

ol, ul {
    padding-left: 20px;
}

ol {
    list-style-type: decimal;
}

    ol ol {
        list-style-type: lower-alpha;
    }

.table-sub-title {
    font-weight: 700;
}

.price {
    font-size: 12px;
}

.small-price {
    position: absolute;
    margin-left: 0;
    font-size: 10px;
    margin-top: -3px !important;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: arial;
}

.table {
    border-bottom: #999999 solid 1px;
    width: 100%;
    margin-bottom: 20px;
}

    .table th,
    .table td {
        border-right: #999999 solid 1px;
        font-size: 12px;
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: middle;
    }

        .table td:last-child {
            border-right: 0;
        }

    .table thead th {
        font-weight: normal;
        background-color: #005dab;
        color: #fff;
        font-size: 15px;
    }

    .table tbody > tr:nth-child(odd) > td,
    .table tbody > tr:nth-child(odd) > th {
        background-color: #f8f8f8;
    }

    .table th,
    .table td {
        border-right: #999999 solid 1px;
        font-size: 12px;
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: middle;
    }

.table {
    border-bottom: #999999 solid 1px;
    width: 100%;
    margin-bottom: 20px;
}


table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: arial;
}




.table td:last-child {
    border-right: 0;
}



.table thead th {
    font-weight: normal;
    background-color: #005dab;
    color: #fff;
    font-size: 15px;
}

.table tbody > tr:nth-child(odd) > td,
.table tbody > tr:nth-child(odd) > th {
    background-color: #f8f8f8;
}

.table {
    width: 100%;
    font-size: 12px;
    text-shadow: 1px 1px 0 #fff;
    background: #eaebec;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

    .table th, .table tr td {
        border-bottom: 1px solid #e0e0e0;
    }

    .table th {
        padding: 21px 25px 22px;
    }

        .table th:first-child, .table tr {
            text-align: center;
            padding-left: 20px;
        }

            .table tr td:first-child {
                text-align: left;
                padding-left: 20px;
                border-left: 0;
            }

            .table tr td {
                padding: 14px;
                border-top: 1px solid #fff;
                border-left: 0 solid #e0e0e0;
            }

.icon-field .text-field, .text-icon-field .text-field {
    padding-left: 45px !important;
}

.table tr.even td {
    background: #efefef;
}

.table tr:last-child td {
    border-bottom: 0;
}

.table tr:hover td {
    background: #f8f8f8;
}

.table-heading {
    padding-top: 10px;
    padding-bottom: 15px;
}

.table-text {
    color: #6f6f6f;
}

.icon-field i:first-child {
    position: absolute;
    top: 15px;
    left: 0;
    width: 40px;
    text-align: center;
}

.text-icon-field {
    margin-bottom: 35px;
}

    .text-icon-field i:first-child {
        position: absolute;
        top: 40px;
        left: 0;
        line-height: 45px;
        height: 45px;
        width: 45px;
        text-align: center;
    }

    .text-icon-field h6 {
        font-weight: 500;
        float: left;
    }

    .text-icon-field em {
        letter-spacing: 1px;
        opacity: .5;
        float: right;
        font-size: 10px;
        font-style: normal;
    }

.small-text, .text-field {
    font-size: 12px;
}

.text-field {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    background-color: rgba(255,255,255,.4);
    color: #666;
    border: 1px solid #cacaca;
}

.green-field:focus {
    border: 1px solid #2cc36b;
}

.red-field:focus {
    border: 1px solid #c0392b;
}

.scale-hover, .scale-hover:hover {
    -webkit-transition: all 250ms ease;
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    margin-left: 20px;
}

.checkbox, .radiobox {
    line-height: 24px;
    margin-top: 9px;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
}

.checkbox {
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;
}

.radiobox {
    -moz-appearance: radio !important;
    -webkit-appearance: radio !important;
    appearance: radio !important;
}

.border-image {
    border: 1px solid rgba(0,0,0,.2);
    background-color: #FFF;
    padding: 7px;
}

.responsive-image {
    max-height: 100%;
    display: block;
    width: 100%;
}

.responsive-deco-image {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.preload-image {
    display: none;
}

.responsive-video {
    position: relative;
    min-height: 300px;
    padding-top: 30px;
    width: 100%;
    overflow: hidden;
}

    .responsive-video embed, .responsive-video iframe, .responsive-video object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.clear {
    clear: both !important;
}

.last-column {
    margin-right: 0 !important;
}

.no-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 15px !important;
}

.half-top {
    margin-top: 15px !important;
}

.full-bottom {
    margin-bottom: 30px !important;
}

.container, .container-fullscreen, .conten {
    margin-bottom: 30px;
}

/*Fazer*/
.decoration {
}

.full-top {
    margin-top: 30px !important;
}

.left-padding {
    padding-left: 30px;
}

.right-padding {
    padding-right: 30px;
}

.padding-right {
    padding-right: 20px;
}

.padding-left {
    padding-left: 20px;
}

.no-border {
    border: none !important;
}

.tb-pagamento {
    width: 100%;
}

.content {
    padding-left: 30px;
    padding-right: 30px;
}

.content-fullscreen {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

.container:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.last-column:after {
    visibility: hidden !important;
    display: block !important;
    content: "" !important;
    clear: both !important;
    height: 0 !important;
}

.container {
    display: block;
}

.hide-if-mobile {
    display: none !important;
}

.hide-if-resposive {
    display: block !important;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.thin {
    font-weight: 300 !important;
}

.thiner {
    font-weight: 400 !important;
}

.bold {
    font-weight: 600 !important;
}

.ultrabold {
    font-weight: 1000 !important;
}

.smaller-text {
    font-size: 13px;
}

.larger-text {
    font-size: 15px;
}

.large-text {
    font-size: 16px;
}

.center-text {
    text-align: center;
    display: block;
}

.left-text {
    text-align: left;
    display: block;
}

.right-text {
    text-align: right;
    display: block;
}

.center-text-mobile {
    text-align: center;
    display: block;
}

.left-text-mobile {
    text-align: left;
    display: block;
}

.right-text-mobile {
    text-align: right;
    display: block;
}

.center-text-tablet, .left-text-tablet, .right-text-tablet {
    text-align: left;
    display: block;
}

.space-left {
    padding-left: 10px;
}

.space-right {
    padding-right: 10px;
}

@media(min-width:750px) {
    .hide-if-mobile {
        display: block !important;
    }

    .hide-if-responsive {
        display: none !important;
    }

    .center-text-tablet {
        text-align: center;
    }

    .center-text-mobile, .left-text-tablet, .right-text-tablet {
        text-align: left;
    }
}

.decoration {
    height: 1px;
    width: 100%;
    display: block;
    background-color: rgba(0,0,0,.1);
    clear: both !important;
}

.decoration-lines div {
    height: 5px;
    width: 10%;
    float: left;
}

.deco-0 {
    background-color: #c0392b;
}

.deco-1 {
    background-color: #2ecc71;
}

.deco-2 {
    background-color: #3498db;
}

.deco-3 {
    background-color: #bdc3c7;
}

.deco-4 {
    background-color: #f1c40f;
}

.deco-5 {
    background-color: #e67e22;
}

.deco-6 {
    background-color: #9b59b6;
}

.deco-7 {
    background-color: #34495e;
}

.deco-8 {
    background-color: #16a085;
}

.deco-9 {
    background-color: #95a5a6;
}

@media(max-width:768px) {
    .one-half {
        width: 45%;
        float: left;
        margin-right: 10%;
    }

    .one-third {
        width: 28%;
        float: left;
        margin-right: 8%;
    }

    .one-half-responsive, .one-third-responsive {
        width: 100%;
    }
}

@media(min-width:767px) {
    .one-half, .one-half-responsive {
        width: 45%;
        float: left;
        margin-right: 10%;
    }

    .one-third, .one-third-responsive {
        width: 28%;
        float: left;
        margin-right: 8%;
    }

    .one-forth-responsive {
        float: left;
        width: 20%;
        margin-right: 5%;
    }

    .sidebar-left-big {
        width: 70%;
        float: left;
        margin-right: 5%;
    }

    .sidebar-right-small {
        width: 25%;
        float: right;
    }

    .sidebar-right-big {
        width: 70%;
        float: right;
    }

    .sidebar-left-small {
        width: 25%;
        float: left;
        margin-right: 5%;
    }
}

.scale-hover {
    -moz-transform: scale(1 1);
    -webkit-transform: scale(1 1);
    -o-transform: scale(1 1);
    -ms-transform: scale(1 1);
    transform: scale(1 1);
    transition: all 250ms ease;
}

    .back-to-top-badge, .scale-hover:hover {
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
    }

    .scale-hover:hover {
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
        transition: all 250ms ease;
    }

.back-to-top-badge {
    opacity: 0;
    width: 130px;
    height: 34px;
    border-radius: 18px;
    font-size: 12px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    margin-left: -65px;
    top: 70px;
    color: #FFF;
    text-align: center;
    line-height: 32px;
    background: #499bea;
    background: -moz-linear-gradient(top,#499bea 0,#207ce5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#499bea),color-stop(100%,#207ce5));
    background: -webkit-linear-gradient(top,#499bea 0,#207ce5 100%);
    background: -o-linear-gradient(top,#499bea 0,#207ce5 100%);
    background: -ms-linear-gradient(top,#499bea 0,#207ce5 100%);
    background: linear-gradient(to bottom,#499bea 0,#207ce5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    pointer-events: none;
}

.back-to-top-badge-visible, .share-socials-bottom a i {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

.back-to-top-badge:hover {
    color: #FFF;
}

.back-to-top-badge i {
    padding-right: 20px;
    line-height: 30px;
    text-align: center;
    width: 20px;
}

.back-to-top-badge-visible {
    opacity: 1;
    pointer-events: all;
    transition: all 250ms ease;
}

@media (min-width:768px) {
    .share-socials-bottom {
        width: 600px !important;
    }
}

.share-bottom-tap-close {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.share-bottom-tap-close-active {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.share-bottom {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background-color: #f8f8f8;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px rgba(0,0,0,.08);
    bottom: 0;
    -moz-transform: translateX(0) translateY(380px);
    -webkit-transform: translateX(0) translateY(380px);
    -o-transform: translateX(0) translateY(380px);
    -ms-transform: translateX(0) translateY(380px);
    transform: translateX(0) translateY(380px);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.active-share-bottom {
    -moz-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.share-bottom h3 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,.05);
    margin-left: -5px;
}

.share-socials-bottom {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

    .share-socials-bottom a {
        font-family: Roboto,serif;
        font-size: 13px !important;
        font-weight: 500;
        color: #1f1f1f;
        float: left;
        width: 60px;
        text-align: center;
        margin: 10px 20px;
    }

        .share-socials-bottom a i:hover {
            color: #FFF;
            -moz-transform: scale(1.01,1.01);
            -webkit-transform: scale(1.01,1.01);
            -o-transform: scale(1.01,1.01);
            -ms-transform: scale(1.01,1.01);
            transform: scale(1.01,1.01);
        }

        .share-socials-bottom a i {
            width: 60px;
            height: 60px;
            border-radius: 60px;
            color: #FFF;
            line-height: 60px;
            font-size: 18px;
            margin-bottom: 5px;
            -moz-transform: scale(.9,.9);
            -webkit-transform: scale(.9,.9);
            -o-transform: scale(.9,.9);
            -ms-transform: scale(.9,.9);
            transform: scale(.9,.9);
            transition: all 250ms ease;
            opacity: 1;
        }

.dropcaps-1:first-letter, .dropcaps-2:first-letter {
    float: left;
    font-size: 50px;
    padding-top: 15px !important;
    padding-right: 15px;
    color: #1f1f1f;
}

.share-socials-bottom a i:hover, .toggle i {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

.share-socials-bottom a i:hover {
    transition: all 250ms ease;
    opacity: 1;
}

.switch-1, .switch-1 span, .switch-1-on, .switch-1-on span {
    transition: all 250ms ease;
}

.dropcaps-1:first-letter {
    font-weight: 900;
}

.dropcaps-2:first-letter {
    font-family: "Times New Roman",Times,serif;
    font-weight: 800;
}

.dropcaps-3:first-letter, .dropcaps-4:first-letter {
    background-color: #1f1f1f;
    margin-right: 12px;
    margin-top: 5px;
    color: #FFF;
    float: left;
}

.dropcaps-3:first-letter {
    padding: 10px 15px;
    font-size: 24px;
    font-weight: 800;
}

.dropcaps-4:first-letter {
    font-family: "Times New Roman",Times,serif;
    font-weight: 800 !important;
    padding: 9px 12px;
    font-size: 32px;
}

.quote-1 .quote-text {
    font-size: 15px;
    display: block;
    font-weight: 400;
    color: rgba(0,0,0,.7);
    text-align: center;
}

.quote-1 .quote-image {
    width: 130px !important;
    height: 130px;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.quote-1 .quote-author {
    font-size: 18px;
    display: block;
    text-align: center;
    padding-top: 0;
    color: #1f1f1f;
}

.quote-1 .quote-rating {
    width: 115px;
    margin: 0 auto;
}

.quote-1 i {
    color: #f39c12;
    font-size: 16px;
    margin-right: 5px;
}

.quote-1 .quote-title {
    font-size: 11px;
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    text-align: center;
}

.quote-2 .quote-image {
    width: 70px !important;
    height: 70px;
    border-radius: 70px;
    float: left;
    margin-right: 20px;
}

.quote-2 .quote-author {
    font-size: 16px;
    color: #1f1f1f;
    display: block;
    padding-top: 5px;
}

.quote-2 .quote-rating {
    float: left;
    display: block;
    width: 150px;
}

.quote-2 em i {
    font-size: 16px;
    color: #f39c12;
    margin-right: 5px;
}

.quote-2 .quote-text {
    font-weight: 400;
    color: rgba(0,0,0,.7);
    padding-top: 10px;
    font-size: 15px;
    font-style: italic;
}

.quote-2 .quote-title {
    font-size: 11px;
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    text-align: right;
    margin-top: -15px;
}

.quote-3 .fa-quote-left {
    font-size: 20px;
    display: block;
    text-align: left;
    position: absolute;
    margin-top: 10px;
}

.quote-3 p {
    margin-bottom: 0;
    padding-left: 50px;
}

.quote-3 .quote-author {
    display: block;
    text-align: right;
    color: #1f1f1f;
    margin-top: 20px;
}

.quote-4 .fa-quote-right {
    font-size: 20px;
    display: block;
    text-align: left;
    position: absolute;
    right: 0;
    margin-top: 10px;
}

.quote-4 p {
    margin-bottom: 0;
    padding-right: 50px;
}

.quote-4 .quote-author {
    display: block;
    text-align: left;
    color: #1f1f1f;
    margin-top: 20px;
}

.quote-5 {
    border-left: solid 5px #e34e47;
    padding-left: 20px;
}

    .quote-5 p {
        font-style: italic;
        font-size: 15px;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .quote-5 strong {
        display: block;
        text-align: right;
        font-size: 13px;
        font-weight: 500;
        margin-top: -10px;
        padding-bottom: 0;
    }

.review-1 strong {
    color: #1f1f1f;
    font-size: 28px;
    padding-right: 10px;
}

.review-1 em {
    color: #1f1f1f;
    font-weight: 600;
    font-size: 13px;
    font-style: normal;
}

.review-1 .review-stars i {
    color: #f3a01b;
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 5px;
    padding-right: 5px;
}

.review-1 .review-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    border-radius: 55px;
}

.review-1 p {
    font-size: 16px;
    line-height: 36px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -.6px;
    color: #343434;
    margin-bottom: 10px;
}

.review-1 a {
    text-align: right;
    font-size: 13px;
    font-weight: 500;
}

.review-2 strong {
    color: #1f1f1f;
    font-size: 43px;
    line-height: 50px;
}

.review-2 em {
    position: absolute;
    top: 0;
    left: 100px;
    font-size: 10px;
    font-style: normal;
}

.review-2 p, .review-3 p, .review-6 h4 {
    font-style: italic;
}

.review-2 .review-stars {
    position: absolute;
    top: 20px;
    left: 100px;
}

.review-2 .review-image {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px;
}

.review-2 .review-stars i {
    color: #f3a01b;
    font-size: 14px;
}

.review-2 p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: -.6px;
    color: #343434;
    margin-bottom: 15px;
}

.review-4 h4, .review-5 h4 {
    margin-top: 40px;
    margin-bottom: 0;
}

.review-2 a {
    text-align: right;
    font-size: 13px;
    font-weight: 500;
}

.review-3 .review-line i, .review-3 .review-line-last i {
    width: 22px;
    text-align: center;
    float: right;
    padding-top: 10px;
}

.review-3 .review-line i {
    color: #f39c12;
}

.review-3 .review-line strong {
    color: #1f1f1f;
}

.review-3 .review-line {
    margin-bottom: 10px;
}

.review-3 .review-line-last {
    margin-bottom: 30px;
}

    .review-3 .review-line-last i {
        color: #d35400;
    }

.review-4 img, .review-5 img {
    width: 60px;
    height: 60px;
    border-radius: 70px;
    top: -10px;
    position: absolute;
}

.review-3 .review-line-last strong {
    color: #1f1f1f;
}

.review-3 h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.review-3 h5 {
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.review-4 h4 {
    color: #1f1f1f;
    text-align: right;
    margin-left: 80px;
}

.review-6 h4, .review-6 strong, .switch-2 span, .switch-3 em, .toggle i {
    text-align: center;
}

.review-4 .review-stars {
    float: right;
    margin-left: 80px;
    padding-bottom: 20px;
}

    .review-4 .review-stars i {
        color: #f39c12;
        padding-right: 5px;
        font-size: 16px;
    }

.review-4 p strong {
    display: block;
    color: #1f1f1f;
    font-size: 16px;
}

.review-5 img {
    right: 0;
}

.switch-1 em:first-child, .switch-1 em:last-child {
    height: 30px;
    font-style: normal;
    color: #FFF;
    line-height: 30px;
}

.review-5 h4 {
    color: #1f1f1f;
}

.review-5 .review-stars {
    padding-bottom: 20px;
}

    .review-5 .review-stars i {
        color: #f39c12;
        padding-right: 5px;
        font-size: 16px;
    }

.review-5 p strong {
    display: block;
    color: #1f1f1f;
    font-size: 16px;
}

.review-6 h4 {
    font-weight: 300 !important;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #333;
}

.review-6 strong {
    display: block;
    color: #1f1f1f;
    font-weight: 700;
    font-size: 15px;
    padding-top: 10px;
}

.review-6 .review-stars {
    width: 149px;
    margin-left: auto;
    margin-right: auto;
}

    .review-6 .review-stars i {
        color: #f39c12;
        padding-right: 5px;
        padding-left: 5px;
        font-size: 18px;
    }

.review-6 .fa-quote-right {
    display: block;
    font-size: 24px;
    padding-bottom: 10px;
}

.switch-box h4 {
    font-size: 15px;
    line-height: 29px;
    float: left;
    font-weight: 600;
    padding-top: 2px;
    margin-bottom: 5px;
}

.switch-box .switch, .switch-box .switch-icon {
    float: right !important;
}

.switch-box-content {
    clear: both;
    display: none;
}

.switch-box-subtitle {
    display: block;
    clear: both;
    opacity: .8;
    font-size: 13px;
}

.switch-1 {
    width: 50px;
    height: 30px;
    background-color: #c0392b;
    border-radius: 30px;
    float: left;
}

    .switch-1 em:first-child {
        position: absolute;
        margin-left: 11px;
        font-size: 10px;
    }

    .switch-1 em:last-child {
        position: absolute;
        margin-left: 33px;
        font-size: 10px;
    }

    .switch-1 span {
        width: 26px;
        height: 26px;
        position: absolute;
        background-color: #FFF;
        border-radius: 28px;
        margin-top: 2px;
        transform: translateX(2px);
        -webkit-transform: translateX(2px);
    }

.switch-1-on {
    background-color: #27ae60;
}

    .switch-1-on span {
        transform: translateX(22px);
        -webkit-transform: translateX(22px);
    }

.switch-icon em:first-child {
    font-size: 10px;
    margin-top: 2px;
    margin-left: 9px;
    line-height: 27px;
}

.switch-icon em:last-child {
    font-size: 10px;
    margin-top: 2px;
    margin-left: 32px;
    line-height: 27px;
}

.switch-2 {
    width: 58px;
    background-color: #464646;
    height: 25px;
    overflow: hidden;
}

    .switch-2 span {
        margin-top: 2px;
        transform: translateX(2px);
        -webkit-transform: translateX(2px);
        width: 30px;
        background-color: #676767;
        height: 21px;
        position: absolute;
        transition: all 250ms ease;
    }

.switch-3, .switch-3 span {
    height: 28px;
    transition: all 250ms ease;
}

.switch-2 span em {
    display: block;
    color: #FFF;
    font-style: normal;
    line-height: 25px;
    font-size: 10px !important;
    margin-top: -26px;
    transition: all 250ms ease;
}

.switch-2-on span {
    transform: translateX(26px);
    -webkit-transform: translateX(26px);
    background-color: #0e88b1;
    transition: all 250ms ease;
}

    .switch-2-on span em {
        line-height: 21px;
        margin-top: 0;
        transition: all 250ms ease;
    }

.switch-3 {
    border: 3px solid #cacaca;
    width: 60px;
    background-color: #27ae60;
}

    .switch-3 span {
        z-index: 10;
        position: absolute;
        background-color: #cacaca;
        width: 25px;
        border-right: solid 3px #ececec;
        border-left: solid 3px #ececec;
        margin-top: -3px;
        transform: translateX(33px);
        -webkit-transform: translateX(33px);
    }

    .switch-3 em, .switch-3 em:last-child {
        color: #FFF;
        font-style: normal;
        font-size: 10px;
        margin-top: -4px;
        position: absolute;
    }

.switch-3-on {
    background-color: #c0392b;
    transition: all 250ms ease;
}

    .switch-3-on span {
        transform: translateX(-3px);
        -webkit-transform: translateX(-3px);
        transition: all 250ms ease;
    }

.switch-3 strong {
    position: absolute;
    width: 54px;
    height: 22px;
    border: 3px solid #FFF;
}

.accordion-content p, .accordion-toggle, .toggle {
    border-bottom: solid 1px rgba(0,0,0,.1);
}

.switch-3 em {
    margin-left: 0;
    width: 35px;
}

    .switch-3 em:last-child {
        margin-left: 19px !important;
    }

.accordion-toggle, .accordion-toggle i {
    height: 60px;
    line-height: 60px;
    margin-top: 0;
}

.toggle .toggle-title {
    height: 60px;
    line-height: 60px;
    color: #1f1f1f;
    font-weight: 500;
    font-size: 15px;
    display: block;
    width: 100%;
}

.active-toggle .toggle-content {
    display: block;
}

.toggle-content {
    display: none;
    padding-top: 0;
    padding-bottom: 20px;
}

    .toggle-content p {
        padding-bottom: 0;
        margin-bottom: 0;
    }

.toggle i {
    font-size: 10px !important;
    pointer-events: none;
    position: absolute;
    top: 1px;
    width: 20px;
    height: 60px;
    line-height: 60px;
    right: 0;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: all 250ms ease;
}

.accordion-toggle i, .rotate-toggle {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

.rotate-toggle {
    color: #c0392b;
    -moz-transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    transition: all 250ms ease;
}

.accordion-toggle i {
    float: right;
    width: 60px;
    text-align: center;
    margin-right: -10px;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: all 250ms ease;
}

.rotate-180, .rotate-90 {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

.accordion-content {
    display: none;
    padding-bottom: 10px;
}

    .accordion-content.active-accordion {
        display: block;
    }

    .accordion-content p {
        margin-bottom: -10px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
    }

.accordion-toggle, ul.tabs li {
    margin-bottom: 0;
    cursor: pointer;
}

.accordion-toggle {
    font-size: 14px;
    font-weight: 500;
}

.rotate-180 {
    -moz-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    transition: all 250ms ease;
}

.rotate-90 {
    -moz-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    transition: all 250ms ease;
}

ul.tabs li, ul.tabs li.active-tab {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.tabs li {
        pointer-events: all;
        color: #1f1f1f;
        display: inline-block;
        padding: 8px 15px;
        transition: all 250ms ease;
    }

        ul.tabs li.active-tab {
            pointer: cursor;
            font-weight: 500;
            pointer-events: none;
            background: rgba(0,0,0,.04);
            color: #222;
            transition: all 250ms ease;
        }

.button, .button-cover, .button-cover:hover, .button-round, .button-round:hover, .button:hover, .chat-input input {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

.tab-content {
    display: none;
    background: rgba(0,0,0,.04);
    padding: 15px;
}

.active-tab-content {
    display: block;
}

.static-notification {
    padding: 15px;
    margin-bottom: 30px;
}

.no-dismiss p, .tap-dismiss p {
    padding-left: 50px;
}

.static-notification h6 {
    color: #FFF;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255,255,255,.2);
}

.static-notification-icon {
    padding-right: 20px;
}

.static-notification p {
    font-size: 12px;
    margin-bottom: 0;
    color: #FFF;
}

.static-notification-close {
    color: #FFF;
    position: absolute;
    top: 5px;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.no-dismiss i, .tap-dismiss i {
    font-size: 20px;
    height: 60px;
    top: -15px;
    line-height: 60px;
    width: 60px;
    left: -15px;
    color: #FFF;
    text-align: center;
    position: absolute;
}

.device-detected img {
    width: 100px;
    margin: 0 auto 15px;
}

.device-detected h5 {
    text-align: center;
    font-size: 18px;
}

.device-detected p {
    text-align: center;
    width: 300px;
    margin: 0 auto 30px;
}

.button, .button-small {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 12px;
    font-size: 12px;
}

.button {
    font-weight: 500;
    letter-spacing: .6px;
    padding: 8px 18px;
}

.button-icon i {
    position: absolute;
    width: 10px;
    height: 10px;
    line-height: 10px;
    left: 15px;
    top: 50%;
    margin-top: -5px;
}

.button-icon {
    padding-left: 40px;
}

.button-small {
    padding: 5px 15px;
}

.button-xl {
    font-size: 16px;
    padding: 12px 30px;
}

.button-l {
    font-size: 15px;
    padding: 10px 30px;
}

.button-s {
    font-size: 13px;
    padding: 8px 20px;
}

.button-xs {
    font-size: 11px;
    padding: 6px 15px;
}

.blue-3d, .green-3d, .grey-3d, .light-3d, .magenta-3d, .orange-3d, .red-3d, .teal-3d, .yellow-3d {
    padding-top: 5px;
    padding-bottom: 5px;
}

.button-fullscreen {
    width: 95% !important;
    display: block;
    text-align: center;
}

.button-round {
    border-radius: 5px;
}

    .button, .button-cover, .button-cover:hover, .button-round, .button-round:hover, .button:hover {
        transition: all 250ms ease;
    }

.teal-3d {
    border-bottom: solid 4px #117562;
}

.button-teal {
    background-color: #16a085;
    color: #FFF;
}

    .button-teal:hover {
        background-color: #1abc9c;
    }

.green-3d {
    border-bottom: solid 4px #1e8248;
}

.button-green {
    background-color: #27ae60;
    color: #FFF;
}

    .button-green:hover {
        background-color: #2ecc71;
    }

.blue-3d {
    border-bottom: solid 4px #194e70;
}

.button-grey {
    background-color: #999999;
    color: #FFF;
}

.button-blue:hover {
    background-color: #3498db;
}

.button-blue {
    background-color: #0D3664;
    color: #FFF;
}

    .button-blue:hover {
        background-color: #3498db;
    }

.magenta-3d {
    border-bottom: solid 4px #602e75;
}

.button-magenta {
    background-color: #8e44ad;
    color: #FFF;
}

    .button-magenta:hover {
        background-color: #9b59b6;
    }

.dark-3d {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 4px #19232d;
}

.button-dark {
    background-color: #0D3664;
    color: #FFF;
}

    .button-dark:hover {
        background-color: #34495e;
    }

.yellow-3d {
    border-bottom: solid 4px #ba970b;
}

.button-yellow {
    background-color: #f1c40f;
    color: #1f1f1f;
}

    .button-yellow:hover {
        background-color: #f39c12;
    }

.orange-3d {
    border-bottom: solid 4px #9d3e00;
}

.button-orange {
    background-color: #d35400;
    color: #FFF;
}

    .button-orange:hover {
        background-color: #e67e22;
    }

.red-3d {
    border-bottom: solid 4px #8a281e;
}

.button-red {
    background-color: #c0392b;
    color: #FFF;
}

    .button-red:hover {
        background-color: #e74c3c;
    }

.light-3d {
    border-bottom: solid 4px #868a8c;
}

.button-light {
    background-color: #bdc3c7;
    color: #1f1f1f;
}

    .button-light:hover {
        background-color: #ecf0f1;
    }

.grey-3d {
    border-bottom: solid 4px #474d4e;
}

.button i {
    padding-right: 10px;
}

.button-center {
    width: 120px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.button-right {
    float: right;
}

    .button-right:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

.social-button, .social-button-fullscreen {
    height: 45px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 5px;
    line-height: 45px;
    font-size: 12px;
    font-weight: 500;
}

.button-cover {
    border: 1px solid rgba(255,255,255,.5);
    color: rgba(255,255,255,.5);
}

    .button-cover:hover {
        border: 1px solid rgba(255,255,255,1);
        color: rgba(255,255,255,1);
    }

.social-button {
    display: inline-block;
    width: 70px;
}

.social-button-fullscreen {
    display: block;
    width: 100%;
}

.social-ball, .social-square {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .social-ball, .social-ball i, .social-button i, .social-button-fullscreen i, .social-square, .social-square i {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
    }

.social-button i, .social-button-fullscreen i {
    position: absolute;
    font-size: 18px;
    left: 0;
    margin-top: 1px;
}

.social-ball {
    border-radius: 45px;
}

.blue-bubble, .green-bubble {
    color: #FFF !important;
    border: none !important;
}

.facebook-login, .google-login, .twitter-login {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    text-align: center;
    transition: all 250ms ease;
}

    .facebook-login:hover, .google-login:hover, .twitter-login:hover {
        opacity: .9;
        transition: all 250ms ease;
    }

    .facebook-login i, .google-login i, .twitter-login i {
        width: 10px;
        margin-right: 20px;
        position: absolute;
        left: 20px;
        top: 18px;
        font-size: 16px;
    }

.green-bubble {
    background-color: #33c922 !important;
}

.blue-bubble {
    background-color: #0b84fe !important;
}

.speach-image {
    padding: 2px !important;
}

    .speach-image img {
        border-radius: 8px;
    }

.speach-left, .speach-right {
    max-width: 75%;
    border-radius: 10px;
    background-color: #FFF;
}

.speach-left {
    float: left;
    display: inline;
    text-align: left;
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #cacaca;
}

.speach-left-title, .speach-right-title {
    display: block;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    font-style: normal;
}

.speach-left-title {
    width: 100%;
    font-size: 10px;
    padding-left: 5px;
}

.speach-right {
    float: right;
    text-align: right;
    text-align: left;
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #cacaca;
}

.speach-read i, .speach-status i {
    padding-right: 5px;
}

.speach-right-title {
    text-align: right;
    font-size: 10px;
    padding-right: 5px;
}

.speach-status {
    font-size: 11px;
    font-weight: 500;
    float: right;
    margin-top: -25px;
    position: relative;
    display: inline;
}

    .speach-status img {
        width: 15px;
        height: 15px;
        border-radius: 10px;
        float: right;
        margin-top: 7px;
        margin-left: 10px;
        display: inline;
    }

.speach-read {
    float: right;
    margin-top: -25px;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}

.chat-page {
    margin-bottom: 80px;
}

.chat-input {
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    background: #eee;
    background: -moz-linear-gradient(top,#eee 0,#ccc 100%);
    background: -webkit-linear-gradient(top,#eee 0,#ccc 100%);
    background: linear-gradient(to bottom,#eee 0,#ccc 100%);
}

    .chat-input a:first-child, .chat-input a:last-child {
        background-color: #1f1f1f;
        color: #FFF;
        text-align: center;
        line-height: 40px;
        border-radius: 40px;
        position: absolute;
        height: 40px;
        font-size: 12px;
    }

    .chat-input a:first-child {
        z-index: 10;
        width: 40px;
        margin-top: 8px;
        margin-left: 8px;
    }

    .chat-input a:last-child {
        width: 80px;
        top: 8px;
        margin-right: 8px;
        right: 0;
    }

@media(min-width:768px) {
    .chat-input input {
        width: 95% !important;
    }
}

.chat-input input {
    color: #666;
    width: 90%;
    height: 40px;
    margin-top: 8px;
    margin-left: 22px;
    padding-left: 45px;
    font-size: 12px;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 2px 10px 3px rgba(0,0,0,.1);
    box-shadow: inset 0 2px 10px 3px rgba(0,0,0,.1);
    transition: all 250ms ease;
}

.gallery:after, .portfolio-adaptive:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.calendar-hours, .portfolio-filter-categories {
    border-top: solid 1px rgba(0,0,0,.1);
}

.chat-input input:focus, .portfolio-switch {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

.chat-input input:focus {
    color: #1f1f1f;
    transition: all 250ms ease;
}

.gallery:after {
    margin-bottom: 10px;
}

@media(min-width:0px) and (max-width:400px) {
    .gallery a:nth-child(3n+1), .gallery a:nth-child(3n+2) {
        margin-right: 1%;
        margin-bottom: 2%;
    }

    .gallery a:nth-child(3n+2), .gallery a:nth-child(3n+3) {
        margin-left: 1%;
        margin-bottom: 2%;
    }

    .gallery a {
        width: 32%;
        float: left;
        padding-bottom: 0;
    }

    .square-thumbs a img {
        border-radius: none;
    }

    .round-thumbs a img {
        border-radius: 300px;
    }
}

.portfolio-one .portfolio-item img, .portfolio-two .portfolio-item img {
    padding-bottom: 20px;
}

@media(min-width:400px) and (max-width:768px) {
    .gallery a {
        width: 23.5%;
        float: left;
    }

    .square-thumbs a img {
        border-radius: none;
    }

    .round-thumbs a img {
        border-radius: 300px;
    }

    .gallery a:nth-child(4n+1) {
        margin-left: 0;
        margin-right: 1%;
        margin-bottom: 2%;
    }

    .gallery a:nth-child(4n+2), .gallery a:nth-child(4n+3) {
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 2%;
    }

    .gallery a:nth-child(4n+4) {
        margin-left: 1%;
        margin-right: 0;
        margin-bottom: 2%;
    }
}

@media(min-width:768px) {
    .gallery a {
        width: 15%;
        float: left;
        padding-bottom: 20px;
    }

    .square-thumbs a img {
        border-radius: none;
    }

    .round-thumbs a img {
        border-radius: 300px;
    }

    .gallery a:nth-child(6n+1) {
        margin-left: 0;
        margin-right: 1%;
        margin-bottom: 1%;
    }

    .gallery a:nth-child(6n+2), .gallery a:nth-child(6n+3), .gallery a:nth-child(6n+4), .gallery a:nth-child(6n+5) {
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 1%;
    }

    .gallery a:nth-child(6n+6) {
        margin-left: 1%;
        margin-right: 0;
        margin-bottom: 1%;
    }

    .gallery-filter-item {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 4%;
        float: left;
    }
}

.gallery-filter-item {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    margin-bottom: 4%;
}

@media(min-width:1020px) {
    .gallery-filter-item {
        width: 28%;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 4%;
        float: left;
    }
}

.read-more-link {
    text-align: right;
}

    .read-more-link i {
        padding-left: 20px;
    }

.share-page-link {
    text-align: left;
    margin-top: -59px;
}

    .share-page-link i {
        padding-right: 20px;
    }

.portfolio-switch {
    transition: all 250ms ease;
}

.active-adaptive, .portfolio-item {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

.active-adaptive {
    color: #3498db !important;
    transition: all 250ms ease;
}

.portfolio-adaptive {
    margin-bottom: 10px;
}

    .portfolio-adaptive .portfolio-item img {
        margin-bottom: 20px;
    }

.portfolio-item {
    transition: all 250ms ease;
}

.portfolio-adaptive-one .portfolio-item, .portfolio-adaptive-two .portfolio-item {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    float: left;
}

.portfolio-adaptive-one .portfolio-item {
    width: 100%;
    transition: all 250ms ease;
}

.portfolio-adaptive-two .portfolio-item {
    width: 50%;
    transition: all 250ms ease;
}

.portfolio-adaptive-three .portfolio-item, .selected-filter {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

.portfolio-adaptive-two .portfolio-item:nth-child(2n+2) {
    padding-left: 10px !important;
}

.portfolio-adaptive-two .portfolio-item:nth-child(2n+1) {
    padding-right: 10px !important;
}

.portfolio-adaptive-three .portfolio-item {
    width: 33%;
    float: left;
    transition: all 250ms ease;
}

    .portfolio-adaptive-three .portfolio-item:nth-child(3n+1) {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .portfolio-adaptive-three .portfolio-item:nth-child(3n+2) {
        padding-left: 10px !important;
    }

    .portfolio-adaptive-three .portfolio-item:nth-child(3n+3) {
        padding-right: 10px !important;
    }

.portfolio-one .portfolio-item .portfolio-link i, .portfolio-one .portfolio-item .portfolio-share i, .portfolio-two .portfolio-item .portfolio-link i, .portfolio-two .portfolio-item .portfolio-share i, .portfolio-two .portfolio-item:nth-child(2n+1) {
    padding-right: 10px;
}

.portfolio-adaptive-controls .portfolio-switch {
    float: right;
    margin-bottom: 30px;
    margin-top: -40px;
    border-left: solid 1px rgba(0,0,0,.1);
    color: #1f1f1f;
}

.portfolio-adaptive-controls .adaptive-one {
    border-left: 0;
}

.portfolio-adaptive-controls .portfolio-switch i {
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.portfolio-one .portfolio-item:after, .portfolio-two .portfolio-item:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "";
    clear: both;
}

.portfolio-adaptive .portfolio-item .adaptive-more {
    font-size: 12px;
    padding-top: 10px;
}

    .portfolio-adaptive .portfolio-item .adaptive-more i {
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }

.portfolio-one .portfolio-item em {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 5px;
    display: block;
}

.portfolio-one .portfolio-item .portfolio-link, .portfolio-one .portfolio-item .portfolio-share {
    float: right;
    margin: 0 10px;
}

.portfolio-two .portfolio-item {
    float: left;
    width: 50%;
}

    .portfolio-two .portfolio-item:nth-child(2n+0) {
        padding-left: 10px;
    }

    .portfolio-two .portfolio-item em {
        font-size: 12px;
        margin-top: -10px;
        margin-bottom: 5px;
        display: block;
    }

    .portfolio-two .portfolio-item .portfolio-link, .portfolio-two .portfolio-item .portfolio-share {
        float: right;
        margin: 0 10px;
    }

.portfolio-item .overlay {
    opacity: .9;
}

@media (max-width:768px) {
    .wide-text {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:768px) {
    .wide-text {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.portfolio-wide .wide-text .portfolio-close i, .portfolio-wide .wide-text .portfolio-link i, .portfolio-wide .wide-text .portfolio-share i {
    padding-right: 10px;
}

.portfolio-wide .portfolio-item {
    margin-bottom: 5px;
}

.portfolio-wide .wide-text {
    margin-top: 20px;
    display: none;
}

    .portfolio-wide .wide-text img {
        float: left;
        width: 80px;
        height: 80px;
        margin-right: 15px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .portfolio-wide .wide-text .portfolio-close, .portfolio-wide .wide-text .portfolio-link, .portfolio-wide .wide-text .portfolio-share {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }

.portfolio-wide .wide-title {
    display: block;
    position: relative;
    overflow: hidden;
}

    .portfolio-wide .wide-title img {
        position: absolute;
        top: 0;
        width: 100%;
        display: block;
        z-index: 1;
    }

    .portfolio-wide .wide-title .overlay {
        width: 100%;
        height: 100%;
        z-index: 2;
        position: absolute;
        background: linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,.98));
        top: 0;
    }

.cover-page, .cover-screen {
    background-position: center center;
}

.portfolio-wide .wide-title h3 {
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 3;
    color: #FFF;
    padding-top: 35px;
    margin-bottom: 0;
}

.portfolio-wide .wide-title em {
    text-align: center;
    position: relative;
    display: block;
    z-index: 3;
    color: rgba(255,255,255,.6);
    padding-bottom: 30px;
    font-style: normal;
    font-size: 12px;
}

.portfolio-filter-wrapper {
    width: 100%;
    margin: 20px 0 0;
}

    .portfolio-filter-wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
        margin-bottom: 10px;
    }

.portfolio-filter-categories {
    display: table;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(0,0,0,.1);
}

.selected-filter {
    background-color: #27ae60;
    color: #FFF !important;
    transition: all 250ms ease;
}

.filter-category, .page-profile-header .follow-buttons a {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

.filter-category {
    display: table-cell;
    padding: 2px 10px;
    text-align: center;
    font-size: 12px;
    color: #333;
    transition: all 250ms ease;
}

.calendar, calendar* {
    display: block;
    overflow: hidden;
}

.portfolio-filter-item img {
    margin-bottom: 20px;
}

@media(min-width:768px) {
    .portfolio-filter-item {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
        float: left;
    }
}

@media(min-width:1020px) {
    .portfolio-filter-item {
        width: 28%;
        margin-right: 2%;
        margin-left: 2%;
        float: left;
    }
}

.calendar-days a, .calendar-titles a {
    width: 14.28%;
    text-align: center;
    color: #1f1f1f;
    float: left;
}

.calendar {
    margin-bottom: 30px;
}

.calendar-days, .calendar-titles {
    padding: 0 30px;
}

    .calendar-titles a {
        height: 40px;
        line-height: 40px;
        font-size: 10px;
        font-weight: 800;
    }

    .calendar-titles .light-titles {
        opacity: .5;
    }

.calendar-days {
    margin-top: -10px;
    font-size: 14px;
    margin-bottom: 30px;
}

    .calendar-days a {
        height: 60px;
        line-height: 60px;
        font-weight: 700;
    }

        .calendar-days a:hover {
            color: rgba(41,128,185,1);
        }

.calendar-day .light-day {
    opacity: .3;
}

.calendar-days i {
    position: absolute;
    font-size: 35px;
    margin-top: 12px;
    margin-left: -7px;
    z-index: -1;
}

.calendar-hour .cal-from, .calendar-hour .cal-time, .calendar-hour .cal-to {
    font-size: 11px;
    font-weight: 400;
    padding-left: 20px;
    position: absolute;
}

.clear-day i {
    opacity: 0;
}

.light-day {
    opacity: .3;
}

    .light-day i {
        display: none;
    }

.taken-day {
    color: #FFF !important;
}

    .taken-day i {
        color: #27ae60;
    }

.close-day {
    color: #FFF !important;
}

    .close-day i {
        color: #c0392b;
    }

.calendar-hour {
    height: 90px;
    border-bottom: solid 1px rgba(0,0,0,.1);
}

.calendar-hour-clear:hover {
    background-color: rgba(39,174,96,.1);
}

.calendar-hour-taken:hover {
    background-color: rgba(192,57,43,.1);
}

.calendar-hour strong {
    color: #666;
    opacity: .7;
}

.calendar-hours a:last-child {
    border-bottom: none;
}

.calendar-hour .cal-time {
    margin-top: 30px;
}

.calendar-hour .cal-from {
    margin-top: 18px;
}

.calendar-hour .cal-to {
    margin-top: 40px;
}

.calendar-hour h4 {
    font-size: 14px;
    padding-left: 100px;
    padding-top: 17px;
    margin-bottom: 2px;
}

.calendar-hour em {
    font-style: normal;
    font-size: 11px;
    padding-left: 100px;
    color: #666;
}

    .calendar-hour em i {
        margin-right: 10px;
    }

.chart-center {
    margin-left: auto;
    margin-right: auto;
}

.chart div {
    overflow: hidden !important;
}

.chart strong {
    font-size: 13px;
    text-align: left;
    font-weight: 600;
    padding-left: 5px;
}

.chart em {
    font-size: 13px;
    text-align: right;
    font-style: normal;
    display: block;
    margin-bottom: 10px;
    margin-top: -20px;
    font-weight: 300;
    padding-right: 5px;
}

.chart-background {
    background-color: #CCC;
    width: 100%;
    display: block;
    height: 22px;
    margin-bottom: 20px;
    margin-top: -5px;
}

.blue-chart, .green-chart, .magenta-chart, .red-chart, .yellow-chart {
    margin: 3px;
    height: 16px;
    opacity: .9;
}

.red-chart {
    background-color: #c0392b;
}

.green-chart {
    background-color: #27ae60;
}

.yellow-chart {
    background-color: #f39c12;
}

.magenta-chart {
    background-color: #8e44ad;
}

.blue-chart {
    background-color: #2980b9;
}

.chart-round div {
    border-radius: 20px;
}

.p100 {
    width: 100%;
}

.p95 {
    width: 95%;
}

.p90 {
    width: 90%;
}

.p85 {
    width: 85%;
}

.p80 {
    width: 80%;
}

.p75 {
    width: 75%;
}

.p70 {
    width: 70%;
}

.p65 {
    width: 65%;
}

.p60 {
    width: 60%;
}

.p55 {
    width: 55%;
}

.p50 {
    width: 50%;
}

.p45 {
    width: 45%;
}

.p40 {
    width: 40%;
}

.p35 {
    width: 35%;
}

.p30 {
    width: 30%;
}

.p25 {
    width: 25%;
}

.p20 {
    width: 20%;
}

.p15 {
    width: 15%;
}

.p10 {
    width: 10%;
}

.p5 {
    width: 5%;
}

.p0 {
    width: 0;
}

.profile-picture {
    width: 140px;
    height: 140px;
    margin-top: -80px;
    margin-left: 20px;
    margin-bottom: -20px;
}

.center-profile-picture {
    margin-left: auto;
    margin-right: auto;
}

.profile-header h3 {
    margin-top: -35px;
    margin-left: 185px;
    font-size: 22px;
    font-weight: 600 !important;
}

.profile-picture img {
    border: 4px solid #FFF;
    width: 140px;
    height: 140px;
}

.profile-header .profile-icon-1, .profile-header .profile-icon-2 {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 20px;
    margin-top: -20px;
    color: #FFF;
}

.profile-header .profile-icon-2 {
    right: 65px;
}

.page-profile-header {
    padding-top: 40px;
    padding-bottom: 30px;
    background-image: url(../images/pictures/1.jpg);
    background-size: cover;
}

    .page-profile-header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: .7;
    }

    .page-profile-header em, .page-profile-header h3 {
        position: relative;
        color: #FFF;
        z-index: 4;
        text-align: center;
    }

    .page-profile-header .follow-buttons a {
        float: left;
        text-align: center;
        margin-top: 30px;
        color: #FFF;
        border: 2px solid rgba(255,255,255,.5);
        width: 100px;
        padding-top: 3px;
        padding-bottom: 3px;
        border-radius: 25px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
        opacity: .8;
        transition: all 250ms ease;
    }

        .cover-field input, .page-profile-header .follow-buttons a:hover {
            -webkit-transition: all 250ms ease;
            -moz-transition: all 250ms ease;
            -ms-transition: all 250ms ease;
            -o-transition: all 250ms ease;
        }

        .page-profile-header .follow-buttons a:hover {
            background-color: rgba(255,255,255,.1);
            opacity: 1;
            transition: all 250ms ease;
        }

    .page-profile-header .follow-buttons {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-profile-header img {
        width: 120px;
        height: 120px;
        border-radius: 120px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        z-index: 4;
        border: 4px solid rgba(255,255,255,.9);
    }

    .page-profile-header h3 {
        font-weight: 400;
        margin-bottom: 5px;
    }

.page-profile .follow-buttons:after, .page-profile-followers a:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.page-profile-header em {
    display: block;
    opacity: .7;
    font-size: 12px;
    font-style: normal;
}

    .page-profile-header em i {
        padding-right: 10px;
    }

.page-profile-followers a {
    width: 33%;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-bottom: 30px;
}

    .page-profile-followers a i {
        display: block;
        font-size: 20px;
        color: #1f1f1f;
        text-align: center;
        padding-bottom: 10px;
    }

.activity-item .activity-item-icon, .user-feed .user-feed-image, .user-item .user-item-image {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    color: #FFF;
    line-height: 45px;
    text-align: center;
    position: absolute;
}

.page-profile-followers a:nth-child(3n+1) {
    border-right: solid 1px rgba(0,0,0,.1);
}

.page-profile-followers a:nth-child(3n+3) {
    border-left: solid 1px rgba(0,0,0,.1);
}

.activity-item em {
    padding-left: 60px;
    font-size: 12px;
    display: block;
}

.activity-item h5 {
    padding-top: 2px;
    padding-left: 60px;
    margin-bottom: 0;
}

.activity-item p {
    font-size: 13px;
}

.user-feed em {
    padding-left: 60px;
    font-size: 11px;
    margin-bottom: 30px;
    display: block;
}

.user-feed h5 {
    font-size: 14px;
    padding-left: 60px;
    margin-bottom: 0;
}

.user-feed p {
    font-size: 13px;
}

.user-item em {
    padding-left: 60px;
    font-size: 11px;
    margin-bottom: 30px;
    display: block;
}

.user-item h5 {
    font-size: 14px;
    padding-left: 60px;
    margin-bottom: 0;
}

.user-item p {
    font-size: 13px;
}

.user-item .user-item-icon-1, .user-item .user-item-icon-2, .user-item .user-item-icon-3 {
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 6px;
    border-radius: 30px;
    font-size: 11px;
    text-align: center;
}

.user-item .user-item-icon-1 {
    width: 30px;
    right: 40px;
}

.user-item .user-item-icon-2 {
    width: 30px;
    right: 0;
}

.user-item .user-item-icon-3 {
    width: 70px;
    right: 0;
}

.cover-page {
    position: relative;
    background-size: cover;
}

    .cover-page .overlay {
        background-color: rgba(0,0,0,.8);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

.boxed-layout {
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #1f1f1f;
}

.cover-page-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
}

.cover-buttons {
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.cover-center, .cover-left, .cover-right {
    z-index: 10;
    position: absolute;
}

.cover-buttons .cover-button-left {
    float: left;
    color: rgba(255,255,255,.5);
}

.cover-buttons .cover-button-right {
    float: right;
    color: rgba(255,255,255,.5);
}

.page-error {
    width: 300px;
}

.unboxed-layout .page-error h1 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600 !important;
    text-align: center;
    margin-bottom: 0;
}

.unboxed-layout .page-error h4 {
    text-align: center;
    color: rgba(255,255,255,.4);
    margin-bottom: 20px;
    font-weight: 400 !important;
    font-size: 14px;
}

.unboxed-layout .page-error p {
    text-align: center;
    max-width: 300px;
    color: rgba(255,255,255,.7);
}

.unboxed-layout .page-error a {
    width: 70px;
    height: 70px;
    line-height: 65px;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    border-radius: 70px;
    border: 2px solid rgba(255,255,255,.3);
}

.boxed-layout {
    border-radius: 20px;
}

    .boxed-layout .page-error h1 {
        color: #1f1f1f;
        font-size: 30px;
        font-weight: 600 !important;
        text-align: center;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .boxed-layout .page-error h4, .boxed-layout .page-soon h4, .unboxed-layout .page-soon h4 {
        font-weight: 400 !important;
        text-align: center;
    }

    .boxed-layout .page-error h4 {
        color: #444;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .boxed-layout .page-error p {
        color: #666;
        text-align: center;
        max-width: 300px;
        padding: 0 20px;
    }

    .boxed-layout .page-error a {
        width: 70px;
        height: 70px;
        line-height: 65px;
        font-size: 20px;
        margin: 0 auto 20px;
        text-align: center;
        color: #000;
        border-radius: 70px;
        border: 2px solid rgba(0,0,0,.3);
    }

.page-soon {
    width: 300px;
}

.date-years, date-years em {
    display: none;
}

.countdown-class div {
    width: 25%;
    float: left;
}

.unboxed-layout .page-soon h1 {
    font-size: 30px;
    color: #FFF;
    text-align: center;
}

.unboxed-layout .page-soon h4 {
    font-size: 14px;
    color: rgba(255,255,255,.4);
    margin-bottom: 20px;
}

.unboxed-layout .page-soon p {
    color: rgba(255,255,255,.7);
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px rgba(255,255,255,.2);
}

.unboxed-layout .countdown-class {
    font-size: 24px;
    text-align: center;
    color: #FFF;
}

    .unboxed-layout .countdown-class em {
        color: rgba(255,255,255,.5) !important;
        font-size: 12px;
        display: block;
        text-align: center;
        font-style: normal;
    }

.boxed-layout .page-soon h1 {
    font-size: 30px;
    color: #1f1f1f;
    text-align: center;
    margin-top: 20px;
}

.boxed-layout .page-soon h4 {
    font-size: 14px;
    color: #444;
    margin-bottom: 20px;
}

.boxed-layout .page-soon p {
    color: #666;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: solid 1px rgba(0,0,0,.2);
}

.boxed-layout .countdown-class {
    font-size: 24px;
    text-align: center;
    color: #1f1f1f;
}

    .boxed-layout .countdown-class em {
        color: rgba(0,0,0,.5) !important;
        font-size: 12px;
        display: block;
        text-align: center;
        font-style: normal;
        margin-bottom: 20px;
    }

.page-login {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}

    .page-login .page-login-logo {
        width: 245px;
        height: 100px;
        background-image: url('../../images/logo_pp.png');
        background-size: 245px 100px;
        margin-left: 1%;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .page-login .login-date input, .page-login .login-input input, .page-login .login-mail input, .page-login .login-password input {
        -webkit-appearance: none;
        padding-top: 0;
        padding-bottom: 0;
        height: 45px;
        line-height: 45px;
        width: 100%;
        display: block;
        background-color: rgba(255,255,255,1);
        color: rgba(0,0,0,.5);
        border-bottom: solid 2px rgba(0,0,0,.1);
        margin-bottom: 20px;
        font-size: 12px;
        padding-left: 50px;
        transition: all 250ms ease;
    }

    .page-login .login-date i, .page-login .login-input i, .page-login .login-mail i, .page-login .login-password i {
        -webkit-appearance: none;
        position: absolute;
        z-index: 10;
        width: 20px;
        text-align: center;
        margin-top: 14px;
        margin-left: 11px;
    }

    .page-login .login-date input:focus, .page-login .login-input input:focus, .page-login .login-mail input:focus, .page-login .login-password input:focus {
        color: #1f1f1f;
        border-bottom: solid 2px #27ae60;
        transition: all 250ms ease;
    }

    .page-login .login-already:hover, .page-login .login-create:hover, .page-login .login-forgot:hover {
        color: #2e8ece;
        transition: all 250ms ease;
    }

    .page-login .login-already i, .page-login .login-create i, .page-login .login-forgot i {
        padding-right: 10px;
        padding-left: 10px;
    }

    .page-login .login-already {
        text-align: center;
        font-size: 12px;
        color: #cacaca;
        margin-bottom: 20px;
        transition: all 250ms ease;
    }

    .page-login .login-create, .page-login .login-forgot {
        width: 50%;
        color: rgba(0,0,0,.5);
        margin-bottom: 30px;
        font-size: 12px;
        transition: all 250ms ease;
    }

    .page-login .login-create {
        float: right;
        text-align: right;
    }

    .page-login .login-forgot {
        float: left;
        text-align: left;
    }

.pageapp-login {
    width: 300px;
}

@media(max-width:331px) {
    .pageapp-login .page-login-logo {
        display: none;
        width: 102px;
        height: 81px;
        background-size: 102px 81px;
    }
}

@media(min-width:331px) {
    .pageapp-login .pageapp-login-logo {
        width: 130px;
        height: 100px;
        background-size: 130px 100px;
    }
}

.pageapp-login .pageapp-login-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.cover-field {
    margin-bottom: 20px;
}

    .cover-field input {
        border-bottom: solid 1px rgba(255,255,255,.15);
        background-color: transparent;
        color: #FFF;
        width: 100%;
        height: 45px;
        line-height: 45px;
        line-height: 100%;
        font-size: 12px;
        padding-left: 50px;
        transition: all 250ms ease;
    }

        .cover-field input:focus, .tasklist-item {
            -webkit-transition: all 250ms ease;
            -moz-transition: all 250ms ease;
            -ms-transition: all 250ms ease;
            -o-transition: all 250ms ease;
        }

.set-today {
    line-height: 45px !important;
}

.cover-field input:focus {
    border-bottom: solid 1px #27ae60;
    transition: all 250ms ease;
}

.cover-field i {
    position: absolute;
    color: #FFF;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    opacity: .5;
}

.pageapp-login-button {
    height: 60px;
    line-height: 40px;
    padding: 10px;
    width: 100%;
    font-weight: 400;
    font-size: 18px !important;
    text-align: center;
}

    .pageapp-login-button i {
        position: absolute;
        left: 0;
        line-height: 40px;
        width: 40px;
        padding: 0;
        text-align: center;
        border-right: solid 1px rgba(255,255,255,.1);
        background-color: rgba(0,0,0,.1);
    }

.cover-slide h1, .cover-slide h2, .cover-slide h3, .cover-slide h4, .cover-slide h5, .cover-slide h6 {
    padding-bottom: 10px;
}

.coverpage-slider {
    margin-bottom: 0;
}

    .coverpage-slider .overlay {
        background-color: rgba(0,0,0,.8);
    }

    .coverpage-slider .owl-dots {
        margin-top: -50px;
        opacity: .5;
    }

        .coverpage-slider .owl-dots .active {
            opacity: 1;
        }

.cover-center {
    top: 50%;
    left: 50%;
    width: 300px;
}

.cover-left {
    top: 50%;
    left: 30px;
}

.cover-right {
    top: 50%;
    right: 30px;
}

.cover-slide h1 {
    font-size: 40px;
    line-height: 50px;
}

.cover-slide h2 {
    font-size: 32px;
    line-height: 50px !important;
    font-weight: 600 !important;
}

.cover-slide h3 {
    font-size: 28px;
}

.cover-slide h4 {
    font-size: 24px;
}

.cover-slide h5 {
    font-size: 20px;
}

.cover-slide h6 {
    font-size: 16px;
}

.cover-slide h1, .cover-slide h2, .cover-slide h3, .cover-slide h4, .cover-slide h5, .cover-slide h6 {
    color: #FFF;
}

.cover-slide p {
    font-size: 15px;
    color: #b2b2b2;
}

.cover-icon-center {
    font-size: 24px !important;
    color: #FFF;
    width: 70px;
    height: 70px;
    line-height: 68px !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    margin-bottom: 50px !important;
}

.cover-icon-round {
    border-radius: 100%;
    border: 1px solid rgba(255,255,255,.5);
}

.cover-screen {
    background-size: cover;
}

.tasklist-item {
    height: 65px;
    line-height: 65px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-left: solid -2px #ecf0f1;
    transition: all 250ms ease;
}

    .tasklist-item h5, .tasklist-item i:first-child {
        line-height: 65px;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
    }

    .tasklist-item i:first-child {
        position: absolute;
        height: 65px;
        width: 40px;
        text-align: center;
        color: rgba(0,0,0,.2);
        transition: all 250ms ease;
    }

    .tasklist-item h5 {
        padding-left: 10px;
        font-size: 13px;
        margin-top: 0;
        border-top: solid 1px rgba(0,0,0,.1);
        border-right: solid 1px rgba(0,0,0,.1);
        font-weight: 500;
        transition: all 250ms ease;
    }

.checklist-round, .checklist-square {
    font-size: 14px;
    font-weight: 500;
    background-size: 16px 18px;
    background-position: 0 26px;
    padding-left: 30px;
    border-bottom: solid 1px rgba(0,0,0,.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

.tasklist-completed, .tasklist-completed i:first-child {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

.tasklist-red {
    border-left: solid 4px #c0392b;
}

.tasklist-green {
    border-left: solid 4px #27ae60;
}

.tasklist-blue {
    border-left: solid 4px #2980b9;
}

.tasklist-orange {
    border-left: solid 4px #d35400;
}

.tasklist-yellow {
    border-left: solid 4px #f1c40f;
}

.tasklist-gray {
    border-left: solid 4px #666;
}

.tasklist-dark {
    border-left: solid 4px #1f1f1f;
}

.tasklist-magenta {
    border-left: solid 4px #8e44ad;
}

.tasklist-completed {
    background-color: #fafafa;
    transition: all 250ms ease;
}

    .tasklist-completed i:first-child {
        color: #27ae60 !important;
        transition: all 250ms ease;
    }

    .checklist-square, .tasklist-completed h5 {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
    }

    .tasklist-completed h5 {
        color: rgba(0,0,0,.5);
        transition: all 250ms ease;
    }

.checklist-square {
    background-image: url(../images/framework/checkbox.png);
    background-repeat: no-repeat;
    color: #1f1f1f;
    transition: all 250ms ease;
}

.checklist-round, .checklist-square-selected {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

    .checklist-square-selected:hover {
        text-decoration: line-through !important;
    }

.checklist-square-selected {
    background-image: url(../images/framework/checkboxc.png);
    text-decoration: line-through;
    color: rgba(0,0,0,.3);
    transition: all 250ms ease;
}

.checklist-round {
    background-image: url(../images/framework/radio.png);
    background-repeat: no-repeat;
    color: #1f1f1f;
    transition: all 250ms ease;
}

.reminder-check-round, .reminder-check-square {
    background-repeat: no-repeat;
    background-size: 16px 18px;
    background-position: 10px 40px;
}

.checklist-round-selected:hover {
    text-decoration: line-through !important;
}

.checklist-round-selected {
    background-image: url(../images/framework/radioc.png);
    text-decoration: line-through;
    color: rgba(0,0,0,.3);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.reminder-check-square {
}

.reminder-check-round {
}

.reminder i {
    padding-right: 10px;
}

.reminder-check-square-selected {
}

.reminder-check-round-selected {
}

    .reminder-check-round-selected em, .reminder-check-round-selected strong, .reminder-check-square-selected em, .reminder-check-square-selected strong {
        opacity: .3;
        transition: all .2s ease;
    }

.reminder em, .reminder strong {
    padding-left: 50px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    display: block;
}

.reminder strong {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: -4px;
    color: #1f1f1f;
    transition: all 250ms ease;
}

.reminder em {
    font-style: normal;
    font-size: 12px;
    transition: all 250ms ease;
}

.map-fullscreen .overlay, .pageapp-timeline-1 .timeline-icon i {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

.reminder {
    border-bottom: solid 1px rgba(0,0,0,.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

.pageapp-timeline-1 {
    overflow: hidden;
    margin-top: -20px;
}

    .pageapp-timeline-1 .timeline-decoration {
        width: 1px;
        height: 10000px;
        position: absolute;
        background-color: rgba(0,0,0,.2);
        left: 50%;
        margin-left: -1px;
        top: 0;
    }

    .pageapp-timeline-1 p {
        margin-bottom: 5px;
    }

    .pageapp-timeline-1 .timeline-event, .pageapp-timeline-1 .timeline-image, .pageapp-timeline-1 .timeline-quote, .pageapp-timeline-1 .timeline-text, .pageapp-timeline-1 .timeline-video {
        background-color: #ececec;
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pageapp-timeline-1 .timeline-icon {
        padding-top: 20px;
        padding-bottom: 2px;
        margin-bottom: 20px;
        margin-top: 20px;
        display: block;
        background-color: #ececec;
    }

        .pageapp-timeline-1 .timeline-icon i {
            font-size: 18px;
            width: 60px;
            height: 60px;
            margin-left: auto;
            margin-right: auto;
            display: block;
            line-height: 60px;
            text-align: center;
            border-radius: 60px;
            color: #1f1f1f;
            border: 1px solid rgba(0,0,0,.2);
            margin-bottom: 20px;
            background-color: #ececec;
            transition: all 250ms ease;
        }

    .pageapp-timeline-1 .gallery img, .pageapp-timeline-1 .responsive-image {
        background-color: #FFF;
        border: 1px solid rgba(0,0,0,.2);
        padding: 3px;
        margin-bottom: 10px;
    }

    .pageapp-timeline-1 .timeline-event .event-link i, .pageapp-timeline-1 .timeline-event .event-maps i {
        padding-right: 10px;
    }

    .pageapp-timeline-1 .timeline-event .event-link {
        font-size: 12px;
        text-align: center;
    }

    .pageapp-timeline-1 .timeline-event .event-maps {
        font-size: 12px;
        text-align: center;
        margin-bottom: 10px;
    }

    .pageapp-timeline-1 .timeline-event .gallery a {
        padding-bottom: 0;
    }

.pageapp-timeline-2 {
    margin-top: 30px;
}

    .pageapp-timeline-2 .timeline-item {
        position: relative;
        z-index: 10 !important;
    }

    .pageapp-timeline-2 .timeline-decoration {
        position: absolute;
        width: 1px;
        height: 96%;
        z-index: 2;
        background-color: rgba(0,0,0,.1);
        margin-left: 25px;
    }

    .pageapp-timeline-2 .timeline-icon {
        position: relative;
        z-index: 9;
        width: 70px;
        height: 100%;
        float: left;
    }

    .pageapp-timeline-2 .timeline-text {
        display: inline-block;
        padding-left: 70px;
        margin-top: -48px;
        min-height: 100px;
        width: 100%;
    }

        .pageapp-timeline-2 .timeline-text .subtitle {
            font-size: 11px;
            font-style: normal;
            display: block;
            margin-top: -10px;
            color: #e34e47;
            margin-bottom: 20px;
        }

        .pageapp-timeline-2 .timeline-text p {
            margin-top: -10px;
        }

    .pageapp-timeline-2 .timeline-icon i {
        cursor: pointer;
        margin-left: auto;
        margin-right: auto;
        width: 50px;
        height: 50px;
        background-color: #ececec;
        color: #1f1f1f;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 50px;
        font-size: 17px;
        line-height: 50px;
        text-align: center;
    }

    .pageapp-timeline-2 .timeline-quote .title {
        font-size: 14px;
        line-height: 30px;
        font-weight: 300;
        margin-bottom: 20px;
        margin-top: -10px;
    }

    .pageapp-timeline-2 .timeline-quote .subtitle {
        display: block;
        text-align: right;
    }

@media (min-width:768px) {
    .pageapp-timeline-2 {
        padding-left: 30px;
        padding-right: 30px;
    }

        .pageapp-timeline-2 .timeline-decoration {
            position: absolute;
            width: 1px;
            height: 96%;
            z-index: 2;
            background-color: rgba(0,0,0,.1);
            margin-left: 32px;
        }

        .pageapp-timeline-2 .timeline-icon {
            width: 150px;
            height: 100%;
            float: left;
            display: inline;
        }

        .pageapp-timeline-2 .timeline-text {
            display: inline-block;
            padding-left: 100px;
            margin-top: -52px;
        }

        .pageapp-timeline-2 .timeline-icon i {
            cursor: pointer;
            margin-left: auto;
            margin-right: auto;
            width: 65px;
            height: 65px;
            background-color: #FFF;
            color: #1f1f1f;
            border: 1px solid rgba(0,0,0,.2);
            border-radius: 65px;
            font-size: 17px;
            line-height: 65px;
            text-align: center;
        }

        .pageapp-timeline-2 .timeline-quote .title {
            font-size: 14px;
            line-height: 30px;
            font-weight: 300;
            margin-bottom: 20px;
            margin-top: -3px;
        }
}

.single-item .owl-controls, .store-slider .owl-controls {
    display: none;
}

@media(min-width:768px) {
    .store-slider {
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 30px;
    }
}

.store-slider-item-description {
    padding-left: 20px;
    padding-right: 20px;
}

    .store-slider-item-description h3 {
        margin-top: 20px;
        margin-bottom: -5px;
    }

    .store-slider-item-description h4 {
        float: right;
        margin-top: -22px;
        font-size: 16px;
        margin-bottom: 0;
    }

    .store-slider-item-description h6 {
        float: right;
        font-weight: 400;
        font-size: 12px;
        text-decoration: line-through;
        margin-top: -5px;
        color: #e85242;
    }

.store-slider-category {
    display: inline-block;
    font-size: 10px;
    margin-top: -15px;
    margin-bottom: 10px;
    color: #777;
    font-style: italic;
}

.store-item .discount, .store-item .offer {
    position: absolute;
    margin-top: -29px;
    right: 0;
}

.store-slider-buttons {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}

    .store-slider-buttons a {
        color: #FFF;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        float: right;
        margin-left: 10px;
        margin-right: 10px;
    }

.store-item {
    width: 48%;
    float: left;
    margin-bottom: 20px;
}

@media(min-width:768px) {
    .store-item {
        width: 23%;
        margin-left: 1% !important;
        margin-right: 1% !important;
    }
}

.store-items img {
    display: block;
    width: 100%;
}

.store-item:nth-last-child(even) {
    margin-left: 4%;
}

.store-item strong {
    display: block;
    color: #1f1f1f;
    font-weight: 500;
    padding-top: 5px;
}

.store-item em {
    display: block;
    color: #666;
    font-size: 12px;
    font-style: normal;
    text-align: left;
}

.store-item .discount {
    text-decoration: line-through;
    color: #e74c3c;
}

.store-item .offer {
    color: #27ae60;
}

.store-item-button-1, .store-item-button-2, .store-item-button-3 {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -35px;
    color: #FFF;
    font-size: 12px;
    background-color: rgba(0,0,0,.8);
    text-align: center;
    right: 0;
}

.store-item .offer i {
    padding-right: 10px;
}

.store-item-button-2 {
    margin-right: 45px;
}

.store-item-button-3 {
    margin-right: 90px;
}

@media(max-width:330px) {
    .store-item-list em, .store-item-list strong {
        position: relative !important;
        padding-left: 0 !important;
    }

    .store-item-list a, .store-item-list a img {
        width: 100% !important;
    }

    .store-item-list strong {
        float: none !important;
    }

    .store-item-list em {
        top: 0 !important;
        display: block;
    }

    .store-item-list u {
        position: absolute;
        top: 30px;
    }
}

@media(min-width:768px) {
    .store-item-list a {
        width: 50%;
        float: left;
    }

        .store-item-list a em {
            padding-right: 30px;
        }

    .store-strip {
        width: 49.3%;
        float: left;
        margin-left: 5px;
    }
}

.store-item-list, .store-item-list a {
    margin-bottom: 30px;
}

    .store-item-list a img {
        width: 130px;
    }

    .store-item-list a strong {
        color: #1f1f1f;
        font-size: 15px;
        font-weight: 600;
        position: absolute;
        top: 0;
        padding-left: 150px;
    }

    .store-item-list a em {
        position: absolute;
        top: 29px;
        padding-left: 150px;
        color: #666;
    }

    .store-item-list a u {
        position: absolute;
        margin-top: -30px;
        background-color: rgba(255,255,255,.9);
        font-size: 11px;
        text-decoration: none;
        padding-left: 5px;
        padding-right: 5px;
        color: #000;
        font-weight: 600;
    }

.product-slider .owl-controls {
    display: none;
}

.store-product-heading h1, .store-product-heading h2 {
    font-weight: 500;
    margin-bottom: 0;
}

.store-product-heading h2 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 20px;
}

.store-product-heading h4 {
    font-size: 13px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #666;
}

.store-product-heading p {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.store-product-heading-buttons {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.store-product-heading .button-top {
    position: absolute;
    top: 0;
    right: 0;
}

.store-product-heading-buttons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    float: left;
    color: #FFF;
}

.cart-content .cart-item-image img {
    width: 90px;
    display: block;
}

@media(min-width:768px) {
    .cart-content .cart-item {
        width: 45%;
        float: left;
        margin-left: 2%;
        margin-right: 2%;
    }
}

.cart-content .cart-item-subtitle, .cart-content .cart-item-title {
    left: 101px;
    padding-right: 101px;
    width: 100%;
    text-align: left;
    position: absolute;
}

.cart-content .cart-item {
    margin-bottom: 30px;
}

.cart-content .cart-item-total {
    position: absolute;
    font-size: 18px;
    top: 26px;
    right: 0;
    color: #1f1f1f;
    font-weight: 600;
}

.cart-content .cart-item-remove {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    line-height: 60px;
    color: #e74c3c;
}

.cart-content .cart-item-title {
    top: 7px;
    font-weight: 600;
    font-size: 15px;
    color: #1f1f1f;
}

.cart-content .cart-item-subtitle {
    top: 30px;
    font-weight: 500;
    font-size: 13px;
}

.cart-content .cart-item-text {
    position: absolute;
    top: 3px;
    right: 0;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
    color: #666;
}

.bad-qty {
    color: #e34e47;
    background-color: #FFF;
}

.cart-content .cart-item-input {
    position: absolute;
    right: 0;
    width: 40px;
    height: 20px;
    border: 1px solid rgba(0,0,0,.1);
    top: 5px;
    text-align: center;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.shipping-address-field em {
    color: #e74c3c;
}

.shipping-address-field strong {
    display: block;
    padding-bottom: 10px;
    color: #1f1f1f;
}

.shipping-address-field-half {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.shipping-address-field input, .shipping-address-field select {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0,0,0,.1);
    padding-left: 10px;
    padding-right: 10px;
    line-height: 100%;
    margin-bottom: 20px;
    transition: all 250ms ease;
    color: #7f8c8d;
}

    .shipping-address-field input:focus, .shipping-address-field select:focus {
        color: #1f1f1f;
        border: 1px solid #27ae60;
        transition: all 250ms ease;
    }

.checkout-total strong, .news-strip a {
    border-bottom: solid 1px rgba(0,0,0,.1);
}

.pay-icons a {
    width: 60px;
    display: inline-block;
    margin-right: 20px;
}

.checkout-total strong {
    display: block;
    line-height: 40px;
    color: #1f1f1f;
}

    .checkout-total strong em {
        display: block;
        text-align: right;
        width: 100%;
        margin-top: -40px;
        color: #666;
        font-style: normal;
        font-weight: 500;
    }

.checkout-total .strong {
    font-size: 15px;
    font-weight: 800;
}

    .checkout-total .strong em {
        color: #1f1f1f;
    }

.store-history h6 {
    float: left;
    width: 40%;
}

.store-history p {
    float: left;
    width: 60%;
    padding-left: 10px;
    margin-bottom: 0;
}

.store-history:after {
    visibility: hidden !important;
    display: block !important;
    content: "" !important;
    clear: both !important;
    height: 0 !important;
}

@media(max-width:340px) {
    .sitemap-box a {
        font-size: 11px !important;
    }
}

.sitemap-box {
    margin-bottom: 70px !important;
}

    .sitemap-box a {
        line-height: 40px;
        font-size: 14px;
        width: 50%;
        float: left;
        margin-bottom: 15px;
        color: #1f1f1f;
    }

@media(min-width:768px) {
    .sitemap-box a {
        width: 25%;
    }
}

.sitemap-box a i {
    font-size: 14px;
    color: #FFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 35px;
    margin-right: 10px;
    transition: all 250ms ease;
}

.cover-news {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding-left: 30px;
    padding-right: 30px;
}

@media(min-width:760px) {
    .cover-news {
        width: 350px;
    }
}

.cover-news h4 {
    font-weight: 400 !important;
    line-height: 35px;
    margin-bottom: 0;
    font-size: 24px;
}

.cover-news h5 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,.4);
}

    .cover-news h5 a {
        color: #3498db !important;
    }

.coverpage-news .owl-controls {
    display: block !important;
    transform: scale(.8,.8);
    opacity: .5;
}

.cover-news .button-news {
    width: 100px;
    height: 40px;
    margin-bottom: 50px;
    line-height: 40px;
}

@media(min-width:960px) {
    .news-column {
        float: left;
        width: 33%;
        margin-bottom: 20px;
    }

        .news-column strong {
            padding-right: 30px;
            margin-top: -50px;
            display: block;
        }
}

.news-column img {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
}

.news-column h4 {
    position: absolute;
    top: 0;
    left: 120px;
    padding-right: 20px;
    line-height: 25px;
    font-weight: 500;
    font-size: 15px;
}

@media(max-width:335px) {
    .news-column h4 {
        font-size: 12px;
    }

    .news-column strong {
        font-size: 9px !important;
    }

    .cover-news h4 {
        position: absolute;
        top: -80px;
        left: 30px;
        padding-right: 20px;
        line-height: 25px;
        font-weight: 500;
        font-size: 17px !important;
    }
}

.news-column strong {
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    bottom: -5px;
    right: 0;
    display: block;
}

.news-box img {
    display: block;
    width: 100%;
}

.news-box h4 {
    margin-top: 20px;
    font-weight: 500;
}

.news-box .button {
    position: absolute;
}

.news-social {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: right;
    margin-left: 10px;
    margin-bottom: 30px;
}

.news-strip a {
    line-height: 50px;
    color: #1f1f1f;
    font-size: 15px;
}

@media(min-width:768px) {
    .news-strip a {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
        float: left;
    }
}

.news-strip a i {
    float: right;
    line-height: 50px;
    width: 40px;
    text-align: center;
}

.overlay-news {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,.9));
}

.page-news-article img, .page-news-article p {
    margin-bottom: 20px;
}

.page-news-article .page-news-article-tags {
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
}

@media(min-width:768px) {
    .page-blog {
        width: 60%;
        float: left;
    }

    .page-blog-sidebar {
        width: 35%;
        float: left;
        margin-left: 5%;
    }
}

.page-blog-list img, .page-blog-list p {
    margin-bottom: 20px;
}

.page-blog-list .page-blog-list-by {
    width: 200px;
}

    .page-blog-list .page-blog-list-by img {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        position: absolute;
        margin-top: 4px;
    }

    .page-blog-list .page-blog-list-by strong {
        padding-left: 55px;
        font-size: 12px;
        font-weight: 500;
        display: inline;
    }

        .page-blog-list .page-blog-list-by strong a {
            display: inline;
        }

    .page-blog-list .page-blog-list-by em {
        padding-left: 55px;
        font-size: 11px;
        margin-top: -11px;
        display: block;
        opacity: .5;
        margin-bottom: 20px;
        clear: both;
    }

.page-blog-list .page-blog-tags {
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
}

.page-blog-list-more i, .page-blog-list-share i {
    float: right;
    width: 40px;
    margin-top: -66px;
    line-height: 40px;
    color: #FFF;
    border-radius: 40px;
    transition: all .2s ease;
    font-size: 12px;
    text-align: center;
    height: 40px;
}

.page-blog-list .page-blog-tags a {
    display: inline;
}

.page-blog-list-more i {
    background-color: #2980b9;
}

    .page-blog-list-more i:hover {
        background-color: #3498db;
        transition: all .2s ease;
    }

.page-blog-list-share i {
    margin-right: 55px;
    background-color: #27ae60;
}

    .page-blog-list-share i:hover {
        background-color: #2ecc71;
        transition: all .2s ease;
    }

.blog-sidebar-search i {
    position: absolute;
    top: 12px;
}

.blog-sidebar-search input {
    height: 40px;
    width: 100%;
    background-color: transparent;
    font-size: 12px;
    border-bottom: solid 2px rgba(0,0,0,.2);
    padding-left: 30px;
    transition: all .2s ease;
}

    .blog-sidebar-search input:focus {
        border-bottom: solid 2px #27ae60;
        transition: all .2s ease;
    }

.blog-sidebar-text p {
    font-size: 12px;
    margin-bottom: 20px;
}

.blog-sidebar-recent-projects a {
    width: 30%;
    float: left;
    overflow: hidden;
    margin-right: 3%;
    margin-bottom: 3%;
}

    .blog-sidebar-recent-projects a img {
        display: block;
        width: 100%;
    }

.blog-sidebar-recent-posts a:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.blog-sidebar-recent-posts a {
    border-bottom: solid 1px rgba(0,0,0,.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.blog-sidebar-recent-posts strong {
    display: block;
    color: #1f1f1f;
}

.blog-sidebar-recent-posts em {
    display: block;
    font-size: 10px;
    margin-top: -10px;
    color: rgba(0,0,0,.5);
    font-style: normal;
    font-weight: 600;
}

.blog-sidebar-recent-posts i {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    color: #1f1f1f;
}

.blog-sidebar-categories a:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.blog-sidebar-categories a {
    font-size: 12px;
    border-bottom: solid 1px rgba(0,0,0,.1);
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1f1f1f;
    font-weight: 500;
}

    .blog-sidebar-categories a em {
        font-size: 10px;
        background-color: #e74c3c;
        color: #FFF;
        margin-left: 10px;
        font-style: normal;
        border-radius: 3px;
        padding: 2px 6px;
    }

    .blog-sidebar-categories a i {
        position: absolute;
        right: 0;
        top: 18px;
    }

.blog-post-comment-nested {
    padding-left: 50px;
}

.blog-post-comment em {
    display: block;
    font-size: 12px;
}

.blog-post-comment strong {
    font-size: 15px;
    color: #1f1f1f;
}

.blog-post-comment .blog-post-comment-reply {
    text-align: right;
    width: 40px;
    float: right;
    margin-top: -25px;
    font-size: 12px;
}

.blog-post-comment-add strong {
    display: block;
}

.blog-post-comment-add em {
    display: block;
    text-align: right;
    font-size: 10px;
    margin-top: -30px;
}

.blog-post-comment-add input:focus {
    border-bottom: solid 2px #27ae60;
    transition: all .2s ease;
}

.blog-post-comment-add input, .blog-post-comment-add textarea {
    font-size: 12px;
    display: block;
    border-bottom: solid 2px rgba(0,0,0,.1);
    transition: all .2s ease;
    width: 100%;
    padding-left: 20px;
}

.blog-post-comment-add input {
    height: 40px;
    margin-bottom: 20px;
}

.blog-post-comment-add textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: visible;
    line-height: 30px;
    max-height: 10000px;
}

    .blog-post-comment-add textarea:focus {
        border-bottom: solid 2px #27ae60;
        transition: all .2s ease;
    }

.map-fullscreen {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    cursor: pointer;
}

    .map-fullscreen .overlay {
        opacity: .7;
        background-color: rgba(0,0,0,9) !important;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9;
        transition: all 250ms ease;
    }

.contactField, .contactFieldTable, .contactTextarea, .contactFieldNew, .contactNewField, .contactMessageTextareaNew, .contactFieldSelect {
    background-color: rgba(255,255,255,.4);
}

.map-fullscreen .deactivate-map, .map-fullscreen .map-text {
    position: absolute;
    opacity: 1;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

.map-fullscreen .deactivate-map {
    z-index: 10;
    font-size: 13px;
    height: 60px;
    bottom: 0;
    margin-bottom: 0 !important;
    line-height: 60px;
    padding: 0;
    transition: all 250ms ease;
}

.map-fullscreen .map-text {
    z-index: 99;
    width: 280px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -140px;
    transition: all 250ms ease;
}

    .map-fullscreen .map-text h3 {
        font-size: 24px;
        color: #FFF;
        text-align: center;
    }

    .map-fullscreen .map-text p {
        color: #FFF;
        text-align: center;
        font-size: 13px;
        opacity: .6;
        padding-top: 0;
    }

.hide-map {
    opacity: 0 !important;
    pointer-events: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.contactEmailField span, .contactMessageTextarea span, .contactNameField span {
    float: right;
    opacity: .2;
}

.contactField, .contactFieldNew, .contactFieldSelect, .contactFieldTable {
    font-size: 12px;
    color: #666;
    border: 1px solid #cacaca;
    transition: all .2s ease;
}

    .contactField:focus {
        border: 1px solid #27ae60;
        transition: all .2s ease;
    }

.contactTextarea {
    font-size: 12px;
    border: 1px solid #cacaca;
    color: #666;
    transition: all .2s ease;
}

    .contactTextarea:focus {
        border: 1px solid #27ae60;
        transition: all .2s ease;
    }

.contactSubmitButton {
    line-height: 19px !important;
    display: block !important;
    height: 36px !important;
    margin-right: 4px;
    width: 50%;
}

.contact-form {
    margin-bottom: 20px;
}

.contactNameField {
    padding-bottom: 5px;
    font-size: 12px;
}

.contactEmailField {
    padding-bottom: 5px;
    font-size: 12px;
}

.contactMessageTextarea {
    padding-bottom: 5px;
    font-size: 12px;
}

.formFieldWrap {
    margin-top: -5px;
}

.labelMenuRight {
    color: #fff;
    margin-left: 0%;
    opacity: .7;
}

#contactNameField {
    text-transform: capitalize;
}

.contactField, .contactTextarea, .contactNewField {
    min-width: 95%;
    display: block;
    box-sizing: border-box;
}

.contactFieldTable {
    min-width: 30%;
    display: block;
    box-sizing: border-box;
}

.contactFieldSelect {
    min-width: 80%;
    display: block;
    box-sizing: border-box;
}

.contactMessageTextareaNew {
    min-width: 95%;
    display: block;
    box-sizing: border-box;
}

.contactFieldNew {
    min-width: 30%;
    display: block;
    box-sizing: border-box;
}
/*Meu CSS*/
.imgPP a img {
    margin-left: -6%;
    max-width: 220px;
    max-height: 220px;
    width: auto;
    height: auto;
}

.img {
    padding-left: 1%;
    padding-right: 1%;
}

#tb-chamados {
    background-color: #fff;
    border-left: 0px solid #e9e9e9;
    border-top: 0px solid #e9e9e9;
}

.listarChamadosExcluidos {
    margin-top: 5%;
}

.header-icon-4 {
    float: right;
    padding-right: 5px;
    margin-top: -2%;
}

.tb-chamados-excluidos {
    background-color: #fff;
    border-left: 0px solid #e9e9e9;
    border-top: 0px solid #e9e9e9;
}

.verChamado {
    border-bottom: 1px solid #e9e9e9;
    border-left: 0px solid #e9e9e9;
    border-top: 0px solid #e9e9e9;
}

.header-fixed > div,
.header-fixed > a:first-child {
    padding: 20px 0 0 15px;
    position: absolute;
}

.hide {
    display: none !important;
}

.hidden {
    visibility: hidden !important;
}

.pb200 {
    padding-bottom: 200px !important;
}

.pt40 {
    padding-top: 40px;
}

.footerpp {
    border-top: 1px solid #c7c7c7;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    margin-left: -30px;
    padding: 10px;
}

.QuandoSelecionarCheck {
    position: absolute;
    right: 1px;
}

.quandoSelecionarChamado {
    position: absolute;
    right: 10px;
    width: 100%;
    visibility: hidden;
}

    .quandoSelecionarChamado .opcoes {
        float: right;
        padding-left: 0%;
        margin-top: 5%;
        padding-right: 1%;
    }


.contactText {
    margin-bottom: 20px;
    line-height: 18px;
    height: 80px;
    padding: 9px 12px;
}

.fieldset {
    text-align: center;
    margin-left: 100px;
}

li {
    display: block;
    width: 100%;
    margin: 1em 2em 1em 0;
}

a {
    text-decoration: none;
    color: #172382;
}

    a:hover {
        color: yellow;
    }


@media only screen and (max-width: 800px) {
    .wrap {
        max-width: 100%;
        margin: 0;
    }

    li {
        margin: 0;
        padding: 0;
        display: block;
    }

        li a {
            padding: 0.5em 0 0.5em 0;
            display: block;
            color: #0f1f7e;
        }

    li {
        list-style-type: none;
    }

    .span {
        font-size: 20px;
    }

    .voltar {
        position: fixed;
        float: left;
        margin-left: 10px;
    }

    .hideMenuSelecao {
        width: 163px;
        float: right;
        margin-right: -60px;
        visibility: hidden;
    }

    .hideMenuChamado {
        width: 230px;
        float: right;
        margin-right: -60px;
        top: 35px;
    }

    .hideMenuSelecao a img {
        margin-right: 5px;
    }

    .pesquisar {
        top: 10px;
        margin-right: 20px;
    }

    .selectChamado {
        width: 150px;
        position: fixed;
    }

    /*Meu CSS*/
    .content h1 {
        text-align: center;
    }


    .conteudoAcoes {
        position: fixed;
    }

    td a img {
        margin-left: 25%;
        margin-right: 50%;
    }
}

.pesquisaChamado {
    width: 90%;
    height: 30px;
}

.meusChamados {
    width: 90%;
    height: 30px;
}

    .meusChamados label {
        margin-left: 0%;
        margin-top: 20%;
    }

.iconPesquisa {
    float: right;
    margin-top: 2%;
}

.iconTime {
    float: right;
    margin-top: 2%;
}

.iconChamado {
    float: right;
    margin-top: 2%;
}


.verChamado {
    width: 55%;
}

.topoAcoes {
    margin-top: 20%;
}

.acoes {
    background-color: #FF3C4E;
    width: 15%;
}

.checkLixo {
    width: 15%;
}

.ChamadoExcluido {
    width: 85%;
}

.comentarChamado {
    background-color: #0D3664;
    width: 15%;
}

.interagirCliente {
    background-color: #63749C;
    width: 15%;
}

.novoChamado {
    margin-top: 9%;
    width: 10%;
    float: right;
}

.iconPesquisa {
    float: right;
    margin-top: 2%;
}

.iconChamado {
}

.listaChamados {
    margin-top: 5%;
}

.checkBoxSize {
    width: 5%;
}

.btn span.check.glyphicon {
    opacity: 0;
}


.btn.active span.check.glyphicon {
    opacity: 1;
}

.listaHistorico {
    margin-top: 5%;
}

.btnSelecao {
    width: 229px;
    height: 50px;
    top: 20px;
}

.btnLogin {
    float: right;
}

.buttonWrap {
    line-height: 20px;
    padding-bottom: 24px;
    min-width: 43%;
    display: inline-block;
}

.formSubmitButtonErrorsWrap a {
    width: 25%;
    text-align: center;
    padding: 8px 10px !important;
}

.contact-call i, .contact-facebook i, .contact-mail i, .contact-text i, .contact-twitter i {
    width: 12px;
    margin-right: 20px;
}

.contactFormButton #contactSubmitButton {
    height: 45px !important;
    line-height: 30px !important;
    font-size: 13px;
    font-weight: 400;
    font-family: Roboto,sans-serif;
}

.formValidationError {
    height: 40px;
    line-height: 40px;
    padding-top: 5px;
    margin-bottom: 20px;
}

.contactField, .contactNewField, .contactFieldTable {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.contactFieldNew, .contactFieldSelect {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.contactTextarea {
    margin-bottom: 20px;
    line-height: 18px;
    height: 80px;
    padding: 9px 12px;
}

.contactMessageTextareaNew {
    margin-bottom: 20px;
    line-height: 18px;
    height: 80px;
    padding: 9px 12px;
}

.contact-call, .contact-facebook, .contact-mail, .contact-text, .contact-twitter {
    height: 25px;
    display: block;
}

.contact-call {
    color: #666;
    margin-bottom: 5px;
}

    .contact-call i {
        color: #1f1f1f;
    }

.contact-text {
    color: #666;
    margin-bottom: 5px;
}

    .contact-text i {
        color: #1f1f1f;
    }

.contact-mail {
    color: #666;
    margin-bottom: 5px;
}

    .contact-mail i {
        color: #1f1f1f;
    }

.contact-facebook {
    color: #666;
    margin-bottom: 5px;
}

    .contact-facebook i {
        color: #1f1f1f;
    }

.contact-twitter {
    color: #666;
}

    .contact-twitter i {
        color: #1f1f1f;
    }

.owl-item {
    transform: translate3d(0,0,0) !important;
}

.slider-wrapper {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    overflow: hidden;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 250ms ease-in-out;
    -moz-transition: height 250ms ease-in-out;
    -ms-transition: height 250ms ease-in-out;
    -o-transition: height 250ms ease-in-out;
    transition: height 250ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.owl-dots {
    display: inline-block !important;
}

.owl-dot {
    background-color: #bdc3c7;
    margin-top: 5px;
    border-radius: 13px;
    height: 14px;
    width: 14px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.owl-dots .active {
    background-color: #7f8c8d !important;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

    .owl-carousel.owl-rtl .owl-item {
        float: right;
    }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 250ms ease;
    -moz-transition: scale 250ms ease;
    -ms-transition: scale 250ms ease;
    -o-transition: scale 250ms ease;
    transition: scale 250ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3,1.3);
        -moz-transition: scale(1.3,1.3);
        -ms-transition: scale(1.3,1.3);
        -o-transition: scale(1.3,1.3);
        transition: scale(1.3,1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.homepage-slider .slider-caption {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(to bottom,rgba(0,0,0,.01),rgba(0,0,0,.3),rgba(0,0,0,.5),rgba(0,0,0,.7),rgba(0,0,0,.9));
}

    .homepage-slider .slider-caption h3 {
        color: #FFF;
        margin-bottom: 0;
        font-weight: 400 !important;
    }

    .homepage-slider .slider-caption p {
        color: rgba(255,255,255,.6);
        margin-bottom: 20px;
    }

.next-slide, .prev-slide {
    position: absolute;
    margin-top: -25px;
    color: inherit !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 24px;
    z-index: 999;
    top: 50%;
    text-align: center;
}

.next-slide {
    right: 0;
}

.prev-slide {
    left: 0;
}

.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

    .justified-gallery > a, .justified-gallery > div {
        position: absolute;
        display: inline-block;
        overflow: hidden;
        opacity: 0;
    }

        .justified-gallery > a > a > img, .justified-gallery > a > img, .justified-gallery > div > a > img, .justified-gallery > div > img {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: 0;
            padding: 0;
            border: none;
        }

    .justified-gallery .caption {
        display: none !important;
    }

#swipebox-slider, .gallery-fix {
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
}

.gallery-fix {
    background-color: rgba(255,255,255,0);
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999 !important;
}

.swipebox {
    overflow: hidden !important;
}

    .swipebox div {
        overflow: visible !important;
    }

#page-content, #swipebox-overlay, .sidebar-left {
    overflow: hidden;
    left: 0;
}

    #swipebox-overlay img {
        border: none !important;
    }

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999999 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#swipebox-slider {
    left: 0;
    white-space: nowrap;
    position: absolute;
}

    #swipebox-slider .slide {
        background: url(../images/gallery/loader.html) center center no-repeat;
        height: 100%;
        width: 100%;
        line-height: 1px;
        text-align: center;
        display: inline-block;
    }

        #swipebox-slider .slide:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }

        #swipebox-slider .slide img {
            display: inline-block;
            max-height: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0;
            width: auto;
            height: auto;
            vertical-align: middle;
        }

#swipebox-action.visible-bars {
    bottom: 0;
}

#swipebox-action.force-visible-bars {
    bottom: 0 !important;
}

#swipebox-caption.visible-bars {
    top: 0;
}

#swipebox-caption.force-visible-bars {
    top: 0 !important;
}

#swipebox-action #swipebox-close, #swipebox-action #swipebox-next, #swipebox-action #swipebox-prev {
    background-image: url(../images/framework/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-action #swipebox-close {
    background-position: 15px 12px;
    left: 50%;
    margin-left: -25px;
    margin-top: -20px;
    padding-bottom: 30px !important;
}

#swipebox-action #swipebox-prev {
    background-position: -32px 13px;
    right: 100px;
    top: 100%;
    position: fixed;
    left: 10px;
    margin-top: -70px;
}

#swipebox-action #swipebox-next {
    background-position: -78px 13px;
    top: 100%;
    position: fixed;
    right: 10px;
    margin-top: -70px;
}

    #swipebox-action #swipebox-next.disabled, #swipebox-action #swipebox-prev.disabled {
        opacity: .3;
    }

#swipebox-slider.rightSpring {
    -moz-animation: rightSpring .3s;
    -webkit-animation: rightSpring .3s;
}

#swipebox-slider.leftSpring {
    -moz-animation: leftSpring .3s;
    -webkit-animation: leftSpring .3s;
}

@-moz-keyframes rightSpring {
    0%,100% {
        margin-left: 0;
    }

    50% {
        margin-left: -30px;
    }
}

@-moz-keyframes leftSpring {
    0%,100% {
        margin-left: 0;
    }

    50% {
        margin-left: 30px;
    }
}

@-webkit-keyframes rightSpring {
    0%,100% {
        margin-left: 0;
    }

    50% {
        margin-left: -30px;
    }
}

@-webkit-keyframes leftSpring {
    0%,100% {
        margin-left: 0;
    }

    50% {
        margin-left: 30px;
    }
}

#swipebox-overlay {
    background: #0d0d0d;
    opacity: 1;
}

#swipebox-action, #swipebox-caption {
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
    background-color: #0d0d0d;
    opacity: 1;
    bottom: 0;
}

#swipebox-caption {
    text-align: center;
    padding-top: 10px;
    top: 0;
    color: #FFF;
    font-size: 13px;
    line-height: 50px;
    font-weight: 500;
    font-family: Roboto,sans-serif;
}

::-webkit-scrollbar {
    display: none;
}

body, html {
    overflow-x: hidden;
}

.sidebar-left, .sidebar-right {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.body-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.sidebar-background .sidebar-scroll {
    top: 0 !important;
    height: 100% !important;
    margin-top: 0 !important;
}

.header-clear-large {
    height: 90px;
}

.header-clear {
    height: 60px;
}

table tbody tr.selected td {
    background-color: #b6b6b6 !important;
}

.hide-header {
    -moz-transform: translateY(-60px) !important;
    -webkit-transform: translateY(-60px) !important;
    -o-transform: translateY(-60px) !important;
    -ms-transform: translateY(-60px) !important;
    transform: translateY(-60px) !important;
}

#page-content, .active-sidebar-box, .body-left, .body-right, .footer-fixed, .header-clear, .header-clear-large, .header-fixed, .hide-clear, .menu-item {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.sidebar-right, .sidebar-right-fix {
    background-color: #0D3664;
}

.sidebar-left, .sidebar-left-fix {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    /*teste com degrade*/
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#0D3664));
    background: -moz-linear-gradient(top, #CCCCCC, #000000);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fff', EndColorStr='#0D3664');
}

#page-content {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

#page-content-scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -19px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.sidebar-tap-close {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
}

.sidebar-left, .sidebar-right {
    z-index: 9999999;
    position: fixed;
    top: 0;
    bottom: 0;
}

.active-tap-close {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.sidebar-left {
    -webkit-overflow-scrolling: touch;
}

.sidebar-right {
    overflow: hidden;
    right: 0;
    -webkit-overflow-scrolling: touch;
}

.sidebar-left, .sidebar-right {
    width: 270px;
}

.sidebar-left-fix, .sidebar-right-fix {
    position: fixed;
    width: 270px;
    z-index: 0;
}

.sidebar-right-fix {
    right: 0;
}

.sidebar-scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.body-left #page-content-scroll, .body-right #page-content-scroll, .submenu {
    overflow: hidden;
}

.sidebar-right, .sidebar-right-fix {
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -o-transform: translateX(270px);
    -ms-transform: translateX(270px);
    transform: translateX(270px);
}

.body-left {
    transform: translateX(250px) scale(.85,.85);
    -webkit-filter: blur(0);
    filter: blur(0);
}

.sidebar-left, .sidebar-left-fix {
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
}

.body-right {
    transform: translateX(-240px) scale(.85,.85);
    -webkit-filter: blur(0);
    filter: blur(0);
}

.active-sidebar-box {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.sidebar-logo {
    background-image: url(../images/logo-sidebar.png);
    background-size: 152px 56px;
    background-repeat: no-repeat;
    width: 152px;
    height: 56px;
    margin-top: 20px;
    margin-left: 30px;
}

.sidebar-decoration {
    height: 1px;
    background-color: rgba(255,255,255,.1);
    margin: 35px 30px 20px;
}

.sidebar-divider {
    padding-bottom: 0;
    padding-top: 0;
    font-size: 10px;
    font-weight: 500;
    padding-left: 20px;
    text-transform: uppercase;
    border-top: solid 1px rgba(255,255,255,.1);
    border-bottom: solid 1px rgba(255,255,255,.1);
    margin: 30px;
}

.sidebar-dividerChamado {
    padding-bottom: 0;
    padding-top: 0;
    font-size: 10px;
    font-weight: 500;
    padding-left: 20px;
    text-transform: uppercase;
    border-top: solid 1px rgba(255,255,255,.1);
    border-bottom: solid 1px rgba(255,255,255,.1);
    margin: 30px;
    color: #fff;
}

.menu-item, .sidebar-left .sidebar-menu, .sidebar-right .sidebar-menu {
    padding-left: 35px;
}

    .menu-item .fa-mobile {
        margin-top: 2px;
        font-size: 200% !important;
    }

.sidebar-menu * {
    color: #FFF;
}

.menu-item {
    font-size: 14px;
    line-height: 60px;
}

    .menu-item i:first-child {
        opacity: .8 !important;
        position: absolute;
        font-size: 18px;
        width: 20px;
        text-align: center;
        height: 60px;
        line-height: 60px;
        left: -5px;
    }

    .active-item, .menu-item .color-red-dark, .menu-item:hover {
        opacity: 1 !important;
    }

        .active-item .fa-circle {
            opacity: 1 !important;
            color: #27ae60 !important;
        }

    .menu-item .fa-circle {
        opacity: .4;
        font-size: 6px;
        position: absolute;
        right: 35px;
        height: 60px;
        line-height: 63px;
    }

    .menu-item .fa-plus {
        opacity: .4;
        font-size: 10px;
        position: absolute;
        text-align: center;
        top: 1px;
        right: 2px;
        width: 70px;
        height: 60px;
        line-height: 61px;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
    }

.rotate-icon {
    opacity: 1 !important;
    -moz-transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.submenu .fa-angle-right {
    position: absolute;
    margin-left: 35px;
    font-size: 10px !important;
    line-height: 60px !important;
}

.submenu .menu-item {
    opacity: .3;
    padding-left: 60px;
    font-size: 12px;
    font-weight: 400;
}

.submenu {
    height: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.active-submenu-1 {
    height: 60px;
}

.active-submenu-2 {
    height: 120px;
}

.active-submenu-3 {
    height: 180px;
}

.active-submenu-4 {
    height: 240px;
}

.active-submenu-5 {
    height: 300px;
}

.active-submenu-6 {
    height: 360px;
}

.active-submenu-7 {
    height: 420px;
}

.active-submenu-8 {
    height: 480px;
}

.active-submenu-9 {
    height: 540px;
}

.active-submenu-10 {
    height: 600px;
}

.active-submenu-11 {
    height: 660px;
}

.active-submenu-12 {
    height: 720px;
}

.active-submenu-13 {
    height: 780px;
}

.active-submenu-14 {
    height: 840px;
}

.sidebar-copyright {
    font-size: 12px;
    font-style: normal;
    padding-left: 30px;
    opacity: .6;
    font-weight: 500;
    display: block;
    padding-bottom: 20px;
}

.sidebar-form {
    width: 215px;
    margin-left: 30px;
}

.sidebar-formChamado {
    width: 215px;
    margin-left: 0%;
}

.sidebar-form * {
    transition: all .4s ease !important;
}

.sidebar-form .button {
    letter-spacing: normal;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
}

.sidebar-form em {
    font-size: 12px;
    font-style: normal;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    padding: 0 !important;
}

.sidebar-form .contactField .contactFieldNew .contactFieldSelect .contactFieldTable {
    font-family: Roboto,sans-serif;
    height: 40px !important;
    line-height: 40px !important;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px rgba(255,255,255,.08);
    margin-bottom: 20px;
}

.sidebar-form .contactField:hover {
    color: #FFF;
}

.sidebar-form .contactNewField:hover {
}



.sidebar-form .contactField:focus {
    color: #FFF;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px #2cc36b !important;
}

.sidebar-form .contactNewField:focus {
}

.sidebar-form .contactTextarea {
    height: 40px;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px rgba(255,255,255,.08) !important;
    margin-bottom: 40px;
    transition: all 250ms ease;
}

.formSuccessMessageWrap, .sidebar-form .formValidationError {
    font-size: 11px !important;
    text-align: center;
    color: #FFF;
    margin-bottom: 20px;
}

.sidebar-form .contactTextarea:hover {
    color: #FFF;
}

.sidebar-form .contactTextarea:focus {
    font-family: Roboto,sans-serif;
    color: #FFF;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px #2cc36b !important;
    height: 100px;
    transition: all 250ms ease;
}

.snap-drawer-right::-webkit-scrollbar {
    width: 0 !important;
}

.sidebar-form .formValidationError {
    background-color: #c0392b;
    line-height: 30px !important;
}

.formSuccessMessageWrap {
    background-color: #27ae60;
}

.iframe {
    -webkit-overflow-scrolling: touch !important;
}
