@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(bootstrap/fonts/glyphicons-halflings-regular.eot);
    src: url(bootstrap/fonts/glyphicons-halflings-regulard41d.eot?#iefix) format("embedded-opentype"),url(bootstrap/fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(bootstrap/fonts/glyphicons-halflings-regular.woff) format("woff"),url(bootstrap/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

@media (max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
        max-height:200px
    }
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

@-ms-viewport {
    width: device-width
}

@charset "UTF-8";.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }

    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        -ms-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }

    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        -ms-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        -ms-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        -ms-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        -ms-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        -ms-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        -ms-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        -ms-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url(fonts/fontawesome-webfont3e6e.eot?v=4.7.0);
    src: url('fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'),url(fonts/fontawesome-webfont3e6e.woff2?v=4.7.0) format('woff2'),url(fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format('woff'),url(fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format('truetype'),url('fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes tp-bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes tp-bouncedelay {
    0%,80%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes tp-bounce {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes tp-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@font-face {
    font-family: 'revicons';
    src: url(rs-plugin/font/revicons90c6.eot?5510888);
    src: url('rs-plugin/font/revicons90c6.eot?5510888#iefix') format('embedded-opentype'),url(rs-plugin/font/revicons90c6.woff?5510888) format('woff'),url(rs-plugin/font/revicons90c6.ttf?5510888) format('truetype'),url('rs-plugin/font/revicons90c6.svg?5510888#revicons') format('svg');
    font-weight: 400;
    font-style: normal
}

@media screen and (max-width: 768px) {
    [aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
        white-space:normal;
        width: 90vw
    }
}

@media print {
    .cc-revoke,.cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space:normal
    }
}

@media screen and (max-width: 414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top:0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: local('Quicksand'),local('Quicksand'),url(https://brcloudhost.com.br/assets/fonts/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
    font-display: swap
}

@media (min-width: 992px) and (max-width:1199px) {
    .faq-section {
        padding:80px 0 50px
    }
}

@media only screen and (max-width: 991px) {
    .faq-section {
        background:#f3f6f8
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .faq-section .faq-wrapper h3 {
        font-size:38px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .faq-section .faq-wrapper h3 {
        font-size:30px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 767px) {
    .faq-section .faq-wrapper h3 {
        font-size:25px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 479px) {
    .faq-section .faq-wrapper h3 {
        font-size:23px;
        line-height: 30px
    }
}

@media only screen and (max-width: 767px) {
    .faq-section .faq-wrapper #promote-accordion {
        margin:30px 0 0
    }
}

@media only screen and (max-width: 479px) {
    .faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading {
        line-height:25px
    }
}

@media only screen and (max-width: 479px) {
    .faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading::before {
        top:10px
    }
}

@media only screen and (max-width: 479px) {
    .faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading a {
        font-size:16px
    }
}

@media only screen and (max-width: 350px) {
    .faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading a {
        padding-right:60px
    }
}

@media only screen and (max-width: 300px) {
    .faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse::before {
        top:-55px
    }
}

@media only screen and (max-width: 479px) {
    .faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body {
        padding:15px
    }
}

@media only screen and (max-width: 479px) {
    .faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body p {
        font-size:14px
    }
}

@media (min-width: 1500px) and (max-width:1750px) {
    .faq-section .caption img {
        width:600px
    }
}

@media (min-width: 1200px) and (max-width:1499px) {
    .faq-section .caption img {
        width:500px
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .faq-section .caption img {
        width:400px
    }
}

@media only screen and (max-width: 767px) {
    .performance-section {
        padding:130px 0 100px
    }
}

@media (max-width: 767.98px) {
    .optimized-section .content-wrapper,.optimized-section2 .content-wrapper {
        padding:20px 15px!important;
        text-align: center!important
    }

    .optimized-section .content-wrapper h3,.optimized-section2 .content-wrapper h3 {
        font-size: 32px!important;
        line-height: 1.1!important
    }

    .optimized-section2 .content-wrapper h3 {
        font-size: 30px!important
    }

    .optimized-section .caption,.optimized-section2 .caption {
        padding: 30px 15px!important;
        text-align: center!important
    }

    .optimized-section .caption img,.optimized-section2 .caption img {
        width: 100%!important;
        height: auto!important;
        display: block!important;
        margin: 0 auto!important;
        padding: 10px!important
    }

    .optimized-section,.optimized-section2 {
        min-height: auto!important;
        padding-top: 20px!important;
        padding-bottom: 20px!important
    }

    .optimized-section .row.align-items-center,.optimized-section2 .row.align-items-center {
        flex-direction: column!important
    }

    .optimized-section2 .row.align-items-center .col-md-6:first-child {
        order: 2!important
    }

    .optimized-section2 .row.align-items-center .col-md-6:last-child {
        order: 1!important
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .optimized-section .content-wrapper,.optimized-section2 .content-wrapper {
        padding:50px 30px 0 20%!important
    }

    .optimized-section .caption,.optimized-section2 .caption {
        padding: 50px 30px 27px 70px!important
    }

    .optimized-section .content-wrapper h3,.optimized-section2 .content-wrapper h3 {
        font-size: 40px!important;
        line-height: 1.2!important
    }
}

@media (min-width: 992px) {
    .optimized-section .content-wrapper h3,.optimized-section2 .content-wrapper h3 {
        font-size:48px!important;
        line-height: 60px!important
    }

    .optimized-section .row,.optimized-section2 .row {
        max-width: 900px!important;
        margin: 0 auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center!important;
        align-items: center!important;
        gap: 20px!important
    }

    .optimized-section .col-md-6:first-child,.optimized-section2 .col-md-6:first-child {
        flex-basis: 65%!important;
        max-width: 65%!important;
        padding-left: 0!important;
        padding-right: 0!important
    }

    .optimized-section .col-md-6:last-child,.optimized-section2 .col-md-6:last-child {
        flex-basis: 35%!important;
        max-width: 35%!important;
        padding-left: 0!important;
        padding-right: 0!important
    }

    .optimized-section .content-wrapper {
        padding: 30px 0 0 0!important;
        text-align: left!important
    }

    .optimized-section2 .content-wrapper {
        padding: 50px 0 0 0!important;
        text-align: left!important
    }

    .optimized-section .caption,.optimized-section2 .caption {
        padding: 100px 0 27px 0!important;
        text-align: left!important
    }

    .optimized-section .caption img,.optimized-section2 .caption img {
        display: block!important;
        margin: 0 auto!important;
        max-width: 100%!important;
        height: auto!important
    }
}

@media (max-width: 767.98px) {
    .optimized-section .col-md-6:last-child,.optimized-section2 .col-md-6:last-child {
        display:none!important
    }

    .optimized-section .col-md-6:first-child,.optimized-section2 .col-md-6:first-child {
        width: 100%!important;
        max-width: 100%!important;
        flex-basis: 100%!important
    }
}

@media (max-width: 768px) {
    .center-wrapper.item,.owl-carousel .center-wrapper.item {
        min-height:280px;
        height: 280px
    }
}

@media (max-width: 480px) {
    .center-wrapper.item,.owl-carousel .center-wrapper.item {
        min-height:260px;
        height: 260px
    }
}

@-webkit-keyframes perloader-pulse {
    form {
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.5);
        opacity: .7
    }
}

@keyframes perloader-pulse {
    form {
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.5);
        opacity: .7
    }
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px
    }

    50% {
        top: 2px
    }

    100% {
        top: 3px
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@media (min-width: 768px) {
    .mobile-only {
        display:none
    }
}

@keyframes brcloudhost-blink-caret {
    from,to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@media (max-width: 1200px) {
    .brcloudhost-typing-title {
        font-size:70px!important
    }

    .brcloudhost-typing-effect-text {
        font-size: 60px!important
    }
}

@media (max-width: 992px) {
    .brcloudhost-typing-title {
        font-size:60px!important
    }

    .brcloudhost-typing-effect-text {
        font-size: 50px!important
    }
}

@media (max-width: 768px) {
    .brcloudhost-typing-title {
        font-size:44px!important
    }

    .brcloudhost-typing-effect-text {
        font-size: 36px!important
    }
}

@media (max-width: 480px) {
    .brcloudhost-typing-title {
        font-size:34px!important
    }

    .brcloudhost-typing-effect-text {
        font-size: 28px!important
    }
}

@keyframes gradient-move {
    0% {
        background-position: 0%
    }

    100% {
        background-position: 200%
    }
}

@keyframes pulsePremium {
    0%,100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.2);
        opacity: .7
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@media (max-width: 1024px) {
    .main-ip-container {
        grid-template-columns:1fr;
        gap: 20px;
        margin: 100px auto 50px auto
    }

    .geo-info-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .main-ip-container {
        padding:0 15px;
        margin: 80px auto 30px auto
    }

    .geo-info-section {
        padding: 20px
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-5px)
    }
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    font-family: 'Quicksand';
    font-size: 10px;
    height: 100%;
    width: 100%
}

body {
    background-color: #fff;
    color: #2c354c;
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    line-height: 33px;
    margin: 0;
    overflow-x: hidden;
    width: 100%
}

.collapse.in,.html5vid.videoisplaying .tp-revstop,.html5vid:hover .tp-video-play-button,.media-object,.navbar-brand>img,.no-js .owl-carousel,.open>.dropdown-menu,.owl-carousel.owl-loaded,.review-section .review-carousel .review-wrapper .caption,.support-section .nav-tabs li .caption,article,aside,details,figcaption,footer,header,hgroup,input[type=file],main,menu,nav,section,summary {
    display: block
}

figure {
    display: block;
    margin: 0
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

#offcanvas-menu .menu-wrapper li ul,.badge:empty,.collapse,.homePageThree .header-section .navbar::before,.homePageTwo .header-section .navbar::before,.html5vid.videoisplaying .revicon-right-dir,.html5vid.videoisplaying .tp-poster,.html5vid.videoisplaying .tp-video-play-button,.label:empty,.news-section .news-right-bar .widget-photo-gram .instagram .image .caption,.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled,.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn,.service-section .service-wrapper .nav-tabs li.active::before,.tab-content>.tab-pane,[hidden],template {
    display: none
}

a {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    background-color: transparent;
    color: #ff7800;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    transition: 0.5s
}

.btn-group .dropdown-toggle:active,.dropdown-toggle:focus,.navbar-toggle:focus,.open>a,a:active {
    outline: 0
}

a:hover {
    color: #db5643;
    outline: none;
    text-decoration: none
}

abbr[data-original-title],abbr[title] {
    border-bottom: 1px dotted #777;
    cursor: help
}

.alert .alert-link,b {
    font-weight: 700
}

strong {
    color: #ff7800;
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    color: rgb(31,32,68);
    font-family: 'Quicksand';
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0 0 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    word-break: break-word
}

mark {
    background: #ff0;
    background-color: #fcf8e3;
    color: #000;
    padding: .2em
}

.small,small {
    font-size: 85%
}

sub {
    bottom: -.25em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    top: -.5em;
    vertical-align: baseline
}

img {
    border: 0;
    vertical-align: middle
}

.modal-open,.style-switcher-box .pattern-bg .sublist ul,.style-switcher-box .sublist ul,svg:not(:root) {
    overflow: hidden
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 0;
    border-top: 1px solid #eee;
    box-sizing: content-box;
    height: 0;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px
}

pre {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    display: block;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 13px;
    line-height: 1.42857143;
    margin: 0 0 10px;
    overflow: auto;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word
}

code {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 90%;
    padding: 2px 4px
}

kbd {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    color: #fff;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 90%;
    padding: 2px 4px
}

samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 1em
}

button {
    -webkit-appearance: button;
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    outline: none;
    overflow: visible;
    text-transform: none
}

input {
    color: inherit;
    font: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

optgroup {
    color: inherit;
    font: inherit;
    font-weight: 700;
    margin: 0
}

select {
    -khtml-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    color: inherit;
    font: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    max-width: 100%;
    outline: none;
    text-transform: none
}

textarea {
    -khtml-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    color: inherit;
    font: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    max-width: 100%;
    outline: none;
    overflow: auto
}

html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],input[type=radio] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px\9;
    padding: 0
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control,.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button,select[multiple],select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,select[multiple].input-lg,select[multiple].input-sm,select[size],textarea.form-control,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,textarea.input-lg,textarea.input-sm {
    height: auto
}

input[type=search] {
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 20px;
    padding: 0;
    width: 100%
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

.header-section .navbar .navbar-collapse,.no-padding,td {
    margin-right: -75px;
    padding: 0
}

th {
    padding: 0;
    text-align: left
}

.glyphicon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before,.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-rub:before,.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

*,.resp-pt *,.resp-pt *:after,.resp-pt *:before,:after,:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a:focus {
    color: #db5643;
    outline: none;
    outline-offset: -2px;
    text-decoration: none
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    display: block;
    height: auto;
    line-height: 1;
    max-width: 100%
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.thumbnail a>img,.thumbnail>img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857143;
    max-width: 100%;
    padding: 4px;
    transition: all .2s ease-in-out
}

.img-circle,.slider.round:before {
    border-radius: 50%
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.tp-video-button:hover,[role=button] {
    cursor: pointer
}

.h1 {
    color: inherit;
    font-family: inherit;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px
}

.h2 {
    color: inherit;
    font-family: inherit;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px
}

.h3 {
    color: inherit;
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px
}

.h4 {
    color: inherit;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 10px
}

.h5 {
    color: inherit;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 10px
}

.h6 {
    color: inherit;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 10px
}

h2 {
    color: rgb(31,32,68);
    font-family: 'Quicksand';
    font-size: 35px;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 20px;
    margin-bottom: 10px;
    margin-top: -60px
}

h3 {
    color: #1f1842;
    font-family: 'Quicksand';
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px;
    margin-bottom: 10px;
    margin-top: 20px
}

h4 {
    color: inherit;
    font-family: 'Quicksand';
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 20px;
    margin-bottom: 10px;
    margin-top: 10px
}

h5 {
    color: #fff;
    font-family: 'Quicksand';
    font-size: 10px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px;
    margin-bottom: 10px;
    margin-top: 10px
}

h6 {
    color: inherit;
    font-family: 'Quicksand';
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 20px;
    margin-bottom: 10px;
    margin-top: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    color: #777;
    font-size: 65%;
    font-weight: 400;
    line-height: 1
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    color: #777;
    font-size: 75%;
    font-weight: 400;
    line-height: 1
}

p {
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin: 0 0 15px
}

.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px
}

.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.breadcrumb>.active,.dropdown-menu>.disabled>a,.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.nav>li.disabled>a,.navbar-default .btn-link,.navbar-default .navbar-brand,.navbar-default .navbar-link,.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text,.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,a.text-primary:hover {
    color: #286090
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label,.text-success,a.list-group-item-success,button.list-group-item-success {
    color: #3c763d
}

.alert-success .alert-link,a.text-success:focus,a.text-success:hover {
    color: #2b542c
}

.text-info,a.list-group-item-info,button.list-group-item-info {
    color: #31708f
}

.alert-info .alert-link,a.text-info:focus,a.text-info:hover {
    color: #245269
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label,.text-warning,a.list-group-item-warning,button.list-group-item-warning {
    color: #8a6d3b
}

.alert-warning .alert-link,a.text-warning:focus,a.text-warning:hover {
    color: #66512c
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label,.text-danger,a.list-group-item-danger,button.list-group-item-danger {
    color: #a94442
}

.alert-danger .alert-link,a.text-danger:focus,a.text-danger:hover {
    color: #843534
}

.bg-primary,.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    background-color: #337ab7;
    color: #fff
}

.label-primary[href]:focus,.label-primary[href]:hover,a.bg-primary:focus,a.bg-primary:hover {
    background-color: #286090
}

.bg-success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

a.bg-success:focus,a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

a.bg-info:focus,a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

a.bg-danger:focus,a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 40px 0 20px;
    padding-bottom: 9px
}

ol {
    margin-bottom: 10px;
    margin-top: 0
}

ul {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0
}

.alert>p,.alert>ul,.domain-page .contato-section .contato-wrapper h3,.empresa-section .empresa-wrapper .nav-tabs li,.homePageThree .domain-section .domain-wrapper .package,.homePageThree .service-section .service-wrapper .nav-tabs li:last-child,.panel>.list-group,.panel>.panel-collapse>.list-group,.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table,.server-space-section .server-space-container .server-space-wrapper .content-list li:last-child,.server-space-section2 .server-space-container .server-space-wrapper .content-list li:last-child,.server-space-section3 .server-space-container .server-space-wrapper .content-list li:last-child,.server-space-section4 .server-space-container .server-space-wrapper .content-list li:last-child,.style-switcher-box .list>.sublist:last-child,.style-switcher-box .main-list>.list:last-child,.support-section .tab-content .account-section .account-wrapper .form-section .support-form .form-group .btn,blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child,ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.list-unstyled,.media-list {
    list-style: none;
    padding-left: 0
}

.list-inline {
    list-style: none;
    margin-left: -5px;
    padding-left: 0
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px;
    margin-top: 0
}

dd {
    line-height: 1.42857143;
    margin-left: 0
}

dt {
    font-weight: 700;
    line-height: 1.42857143
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    border-left: 5px solid #eee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px
}

blockquote .small,blockquote footer,blockquote small {
    color: #777;
    display: block;
    font-size: 80%;
    line-height: 1.42857143
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,blockquote.pull-right {
    border-left: 0;
    border-right: 5px solid #eee;
    padding-left: 0;
    padding-right: 15px;
    text-align: right
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    font-style: normal;
    line-height: 1.42857143;
    margin-bottom: 20px
}

kbd kbd {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 100%;
    font-weight: 700;
    padding: 0
}

pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header,.form-horizontal .form-group,.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.col-xs-1 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 8.33333333%
}

.col-xs-10 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 83.33333333%
}

.col-xs-11 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 91.66666667%
}

.col-xs-12 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col-xs-2 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 16.66666667%
}

.col-xs-3 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%
}

.col-xs-4 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%
}

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

.col-xs-6 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%
}

.col-xs-7 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 58.33333333%
}

.col-xs-8 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 66.66666667%
}

.col-xs-9 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 75%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.carousel-inner>.active.right,.col-xs-push-12,.geo-info-section:hover::before,.ip-display:hover::before {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.btn-group-justified>.btn-group .dropdown-menu,.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.btn .caret,.btn-group>.btn:first-child,.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn,.col-xs-offset-0,.header-section .top-bar .header-right-bar .access li:first-child,.modal-footer .btn-block+.btn-block,.priceing-section .first-priceing-table .priceing-wrapper.first-wrapper,.priceing-section2 .first-priceing-table .priceing-wrapper.first-wrapper,.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0
}

caption {
    color: #777;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left
}

.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td {
    border-top: 1px solid #ddd;
    line-height: 1.42857143;
    padding: 8px;
    vertical-align: top
}

.table>thead>tr>th {
    border-bottom: 2px solid #ddd;
    border-top: 1px solid #ddd;
    line-height: 1.42857143;
    padding: 8px;
    vertical-align: bottom
}

.panel-group .panel-footer,.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th,.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.navbar-inverse .navbar-toggle .icon-bar,.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover,.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    border-bottom-width: 2px
}

.domain-list-section .list-container .table-bordered tbody tr:nth-child(1),.domain-list-section .list-container .table-bordered tbody tr:nth-child(11),.domain-list-section .list-container .table-bordered tbody tr:nth-child(13),.domain-list-section .list-container .table-bordered tbody tr:nth-child(3),.domain-list-section .list-container .table-bordered tbody tr:nth-child(5),.domain-list-section .list-container .table-bordered tbody tr:nth-child(7),.domain-list-section .list-container .table-bordered tbody tr:nth-child(9),.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    display: table-column;
    float: none;
    position: static
}

table td[class*=col-],table th[class*=col-] {
    display: table-cell;
    float: none;
    position: static
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%
}

.btn-block,input[type=range] {
    display: block;
    width: 100%
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    padding-top: 7px
}

.form-control {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: 0.5s;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857143;
    padding: 6px 12px;
    transition: 0.5s;
    width: 100%
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    border-color: #66afe9;
    box-shadow: none;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.artical-section .artical-wrapper .artical-content .text,.form-control:-ms-input-placeholder,.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand,.option-section .option-tab .nav-tabs li.active a {
    background-color: transparent;
    border: 0
}

.form-control[disabled],fieldset[disabled] .form-control {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1
}

.form-control[readonly] {
    background-color: #eee;
    opacity: 1
}

.form-group,.payment-card .icon {
    margin-bottom: 15px
}

.checkbox,.radio {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative
}

.checkbox label,.radio label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    margin-left: -20px;
    margin-top: 4px\9;
    position: absolute
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    vertical-align: middle
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-left: 10px;
    margin-top: 0
}

.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    margin-bottom: 0;
    min-height: 34px;
    padding-bottom: 7px;
    padding-top: 7px
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.form-group-sm .form-control,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px
}

.form-group-sm select.form-control,select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn,select.input-sm {
    height: 30px;
    line-height: 30px
}

.form-group-sm .form-control-static {
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    min-height: 32px;
    padding: 6px 10px
}

.form-group-lg .form-control,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.form-group-lg select.form-control,select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn,select.input-lg {
    height: 46px;
    line-height: 46px
}

.form-group-lg .form-control-static {
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    min-height: 38px;
    padding: 11px 16px
}

.carousel,.dropdown,.dropup,.fa-ul>li,.faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse,.has-feedback,.homePageThree .header-section,.homePageTwo .header-section,.input-group-btn>.btn,.tparrows.preview4 .tp-arr-iwrapper {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    display: block;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 34px;
    z-index: 2
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback {
    height: 46px;
    line-height: 46px;
    width: 46px
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback {
    height: 30px;
    line-height: 30px;
    width: 30px
}

.has-success .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    background-color: #dff0d8;
    border-color: #3c763d;
    color: #3c763d
}

.has-warning .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    background-color: #fcf8e3;
    border-color: #8a6d3b;
    color: #8a6d3b
}

.has-error .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    background-color: #f2dede;
    border-color: #a94442;
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    color: #737373;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px
}

.form-horizontal .checkbox,.form-horizontal .radio {
    margin-bottom: 0;
    margin-top: 0;
    min-height: 27px;
    padding-top: 7px
}

.form-horizontal .checkbox-inline,.form-horizontal .radio-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

.btn {
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    -ms-user-select: none;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Quicksand';
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.btn.active.focus,.btn.active:focus,.btn:active.focus,.btn:active:focus {
    outline: none;
    outline-offset: -2px
}

.btn.focus,.btn:focus {
    color: #333;
    outline: none;
    outline-offset: -2px;
    text-decoration: none
}

.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    background-image: none;
    box-shadow: none;
    outline: 0
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    background-color: transparent;
    border: 2px solid #ff7800;
    border-color: #ccc;
    border-radius: 8px;
    color: #ff7800;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 22px
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default.focus,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
    background-color: #68AB39;
    border-color: #68AB39;
    color: #FFF
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-primary {
    background-color: #68AB39;
    background-image: none;
    border-color: #68AB39;
    color: #FFF
}

.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    background-color: #333;
    color: #fff
}

.btn-primary {
    background-color: #73b743;
    border: 0;
    border-color: #2e6da4;
    border-radius: 3px;
    box-shadow: 0 6px #68AB39;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 45px;
    position: relative;
    z-index: 5
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary.focus,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.btn-primary:focus,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    -webkit-box-shadow: 0 3px #68AB39;
    background-color: #68AB39;
    border-color: #122b40;
    box-shadow: 0 3px #68AB39;
    color: #fff;
    top: 2px
}

.btn-primary:hover {
    -webkit-box-shadow: 0 3px #68AB39;
    background-color: #68AB39;
    border-color: #204d74;
    box-shadow: 0 3px #68AB39;
    color: #fff;
    top: 2px
}

.btn-primary.active {
    -webkit-box-shadow: 0 5px #e2801c;
    background-color: #68AB39;
    background-image: none;
    border-color: #204d74;
    box-shadow: 0 5px #e2801c;
    color: #fff
}

.btn-primary:active {
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
    color: #fff
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge,.list-group-item.active>.badge,.nav-pills>.active>a>.badge,.panel-primary>.panel-heading .badge {
    background-color: #fff;
    color: #337ab7
}

.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff
}

.btn-success.focus,.btn-success:focus {
    background-color: #449d44;
    border-color: #255625;
    color: #fff
}

.btn-success:hover {
    background-color: #449d44;
    border-color: #398439;
    color: #fff
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
    color: #fff
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
    background-color: #398439;
    border-color: #255625;
    color: #fff
}

.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    background-color: #fff;
    color: #5cb85c
}

.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff
}

.btn-info.focus,.btn-info:focus {
    background-color: #31b0d5;
    border-color: #1b6d85;
    color: #fff
}

.btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc;
    color: #fff
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
    color: #fff
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover {
    background-color: #269abc;
    border-color: #1b6d85;
    color: #fff
}

.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    background-color: #fff;
    color: #5bc0de
}

.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff
}

.btn-warning.focus,.btn-warning:focus {
    background-color: #ec971f;
    border-color: #985f0d;
    color: #fff
}

.btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
    color: #fff
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
    background-color: #d58512;
    border-color: #985f0d;
    color: #fff
}

.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    background-color: #fff;
    color: #f0ad4e
}

.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff
}

.btn-danger.focus,.btn-danger:focus {
    background-color: #c9302c;
    border-color: #761c19;
    color: #fff
}

.btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
    color: #fff
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover {
    background-color: #ac2925;
    border-color: #761c19;
    color: #fff
}

.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    background-color: #fff;
    color: #d9534f
}

.btn-link {
    -webkit-box-shadow: none;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #337ab7;
    font-weight: 400
}

.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
    -webkit-box-shadow: none;
    background-color: transparent;
    box-shadow: none
}

.btn-link:active {
    -webkit-box-shadow: none;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}

.btn-link:focus,.btn-link:hover {
    background-color: transparent;
    border-color: transparent;
    color: #23527c;
    text-decoration: underline
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.btn-group-sm>.btn,.btn-sm {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px
}

.btn-group-xs>.btn,.btn-xs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px
}

.alert>p+p,.btn-block+.btn-block,.panel-group .panel+.panel {
    margin-top: 5px
}

.artical-section .artical-wrapper .caption img,.btn-group-justified>.btn-group .btn,.nav-justified,.news-section .news-left-bar .news-wrapper img,.news-section .single-news .news-wrapper img,.tp-thumbs img,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    -o-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    opacity: 0;
    transition: opacity .15s linear
}

.cc-close:focus,.cc-close:hover,.cc-link:hover,.fade.in,.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active,.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .next.left,.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .prev.right {
    opacity: 1
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    -o-transition-duration: .35s;
    -o-transition-property: height,visibility;
    -o-transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -webkit-transition-timing-function: ease;
    height: 0;
    overflow: hidden;
    position: relative;
    transition-duration: .35s;
    transition-property: height,visibility;
    transition-timing-function: ease
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid\9;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0
}

.dropdown-menu {
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu-right,.dropdown-menu.pull-right,.pull-right>.dropdown-menu {
    left: auto;
    right: 0
}

.dropdown-menu .divider,.nav .nav-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden
}

.dropdown-menu>li>a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857143;
    padding: 3px 20px;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    background-color: #337ab7;
    color: #fff;
    outline: 0;
    text-decoration: none
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    background-color: transparent;
    background-image: none;
    color: #777;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-decoration: none
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    color: #777;
    display: block;
    font-size: 12px;
    line-height: 1.42857143;
    padding: 3px 20px;
    white-space: nowrap
}

.dropdown-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px solid\9;
    border-top: 0;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 2px;
    top: auto
}

.btn-group,.btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn {
    display: block;
    float: none;
    max-width: 100%;
    position: relative;
    width: 100%
}

.btn-group>.btn {
    float: left;
    position: relative
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.input-group-btn>.btn+.btn,.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.btn-toolbar,.footer-section .footer-container .footer-wrapper .footer-logo {
    margin-left: -5px
}

.btn-group>.btn-group,.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group,.fa-pull-left,.nav-pills>li,.pager .previous>a,.pager .previous>span,.pull-left {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group-vertical>.btn:not(:first-child):not(:last-child),.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.input-group .form-control:first-child,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child),.input-group .form-control:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-lg .caret {
    border-bottom-width: 0;
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-left: 0;
    margin-top: -1px
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    clip: rect(0,0,0,0);
    pointer-events: none;
    position: absolute
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    display: table-cell;
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: table-cell;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%
}

.input-group-btn {
    display: table-cell;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%
}

.input-group-addon.input-sm {
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px
}

.input-group-addon.input-lg {
    border-radius: 6px;
    font-size: 18px;
    padding: 10px 16px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio],.media:first-child {
    margin-top: 0
}

.input-group-addon:first-child {
    border-bottom-right-radius: 0;
    border-right: 0;
    border-top-right-radius: 0
}

.input-group-btn:first-child>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px
}

.input-group-addon:last-child {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0
}

.input-group-btn:last-child>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
    z-index: 2
}

.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
    z-index: 2
}

.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav>li {
    display: block;
    position: relative
}

.nav>li>a {
    display: block;
    padding: 10px 15px;
    position: relative
}

.nav>li>a:focus,.nav>li>a:hover,.navbar-brand:focus,.navbar-brand:hover,.tp-simpleresponsive a {
    text-decoration: none
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    background-color: transparent;
    color: #777;
    cursor: not-allowed;
    text-decoration: none
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.media-object.img-thumbnail,.nav>li>a>img {
    max-width: none
}

.nav-tabs,.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857143;
    margin-right: 2px
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #555;
    cursor: default
}

.nav-tabs.nav-justified {
    border-bottom: 0;
    width: 100%
}

.nav-justified>li,.nav-stacked>li,.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 0;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu,.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    left: auto;
    top: auto
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-stacked>li+li {
    margin-left: 0;
    margin-top: 2px
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:last-child,.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li:last-child,.nav-tabs-justified,.panel-group .panel-heading,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    border-radius: 4px;
    margin-right: 0
}

.show,.tab-content>.active {
    display: block!important
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: 50px;
    position: relative
}

.navbar-collapse {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px
}

.navbar-collapse.in {
    overflow-y: auto
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

.navbar-static-top {
    border-width: 0 0 1px;
    z-index: 1000
}

.navbar-fixed-bottom {
    border-width: 1px 0 0;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.navbar-fixed-top {
    border-width: 0 0 1px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 15px 15px
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px
}

.navbar-form {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-bottom: 8px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 8px;
    padding: 10px 15px
}

.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 0
}

.navbar-btn {
    margin-bottom: 8px;
    margin-top: 8px
}

.navbar-btn.btn-sm {
    margin-bottom: 10px;
    margin-top: 10px
}

.navbar-btn.btn-xs {
    margin-bottom: 14px;
    margin-top: 14px
}

.navbar-text {
    margin-bottom: 15px;
    margin-top: 15px
}

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

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    background-color: transparent;
    color: #5e5e5e
}

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

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

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

.navbar-default .navbar-toggle,.panel-default {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover,.navbar-default .navbar-link:hover,a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .btn-link,.navbar-inverse .navbar-brand,.navbar-inverse .navbar-link,.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #fff
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #080808;
    color: #fff
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    background-color: transparent;
    color: #444
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.fa-inverse,.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover,.navbar-inverse .navbar-link:hover {
    color: #fff
}

.artical-section .artical-wrapper .artical-content h3 a,.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: none;
    margin-bottom: 20px;
    padding: 8px 15px
}

.breadcrumb>li,.cc-floating.cc-type-info.cc-theme-classic .cc-btn,.domain-section .domain-wrapper .domain-bar .subscribeForm .option,.homePageThree .slider-section .content-box .price,.inline-block,.news-section .single-news .widget .widget-tag,.news-section .single-news .widget .widget-tag ul,.team-section .team-wrapper .wrapper-contant ul li {
    display: inline-block
}

.breadcrumb>li+li:before {
    color: #ccc;
    content: "/\00a0";
    padding: 0 5px
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0
}

.pager li,.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857143;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #23527c;
    z-index: 2
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    cursor: default;
    z-index: 3
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #777;
    cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center
}

.pager li>a,.pager li>span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px
}

.pager li>a:focus,.pager li>a:hover {
    background-color: #eee;
    text-decoration: none
}

.fa-pull-right,.list-group-item>.badge,.owl-carousel.owl-rtl .owl-item,.pager .next>a,.pager .next>span,.pull-right {
    float: right
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    background-color: #fff;
    color: #777;
    cursor: not-allowed
}

.label {
    border-radius: .25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .2em .6em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

a.badge:focus,a.badge:hover,a.label:focus,a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.btn .badge,.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-success,.progress-bar-success {
    background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #449d44
}

.label-info,.progress-bar-info {
    background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning,.progress-bar-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger,.progress-bar-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    background-color: #ff7100;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
    padding: 1px 5px;
    top: 0
}

.homePageThree .service-section .service-wrapper .nav-tabs li i,.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    background-color: #eee;
    color: inherit;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px
}

.jumbotron .h1,.jumbotron h1,.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.panel-heading>.dropdown .dropdown-toggle,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a,a.list-group-item-danger .list-group-item-heading,a.list-group-item-info .list-group-item-heading,a.list-group-item-success .list-group-item-heading,a.list-group-item-warning .list-group-item-heading,button.list-group-item-danger .list-group-item-heading,button.list-group-item-info .list-group-item-heading,button.list-group-item-success .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

.jumbotron p {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 15px
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.information-section .information-wrapper .caption img,.jumbotron .container,.optimized-section .caption img,.optimized-section2 .caption img,.process-section .process-wrapper .process-caption img,.session-page .caption img {
    max-width: 100%
}

.thumbnail {
    -o-transition: border .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857143;
    margin-bottom: 20px;
    padding: 4px;
    transition: border .2s ease-in-out
}

.panel-primary,a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    color: #333;
    padding: 9px
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px
}

.alert h4 {
    color: inherit;
    margin-top: 0
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px
}

.alert-success,.panel-success>.panel-heading {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-info,.panel-info>.panel-heading {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-warning,.panel-warning>.panel-heading {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-danger,.panel-danger>.panel-heading {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.progress {
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden
}

.progress-bar {
    -o-transition: width .6s ease;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width .6s ease;
    width: 0
}

.progress-bar-striped,.progress-striped .progress-bar {
    -webkit-background-size: 40px 40px;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
    -o-animation: progress-bar-stripes 2s linear infinite;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-striped .progress-bar-danger,.progress-striped .progress-bar-info,.progress-striped .progress-bar-success,.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px;
    overflow: hidden;
    zoom:1}

.media-body {
    display: table-cell;
    overflow: hidden;
    vertical-align: top;
    width: 10000px;
    zoom:1}

.media-right {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top
}

.media>.pull-right {
    padding-left: 10px
}

.media-left {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top
}

.media>.pull-left {
    padding-right: 10px
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.list-group-item-heading,.media-heading {
    margin-bottom: 5px;
    margin-top: 0
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0
}

.news-section .news-right-bar .widget-tag ul li a,a.list-group-item {
    color: #555
}

button.list-group-item {
    color: #555;
    text-align: left;
    width: 100%
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
    background-color: #f5f5f5;
    color: #555;
    text-decoration: none
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    z-index: 2
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    background-color: #dff0d8;
    color: #3c763d
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
    background-color: #d0e9c6;
    color: #3c763d
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
    background-color: #3c763d;
    border-color: #3c763d;
    color: #fff
}

.list-group-item-info {
    background-color: #d9edf7;
    color: #31708f
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
    background-color: #c4e3f3;
    color: #31708f
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
    background-color: #31708f;
    border-color: #31708f;
    color: #fff
}

.list-group-item-warning {
    background-color: #fcf8e3;
    color: #8a6d3b
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
    background-color: #faf2cc;
    color: #8a6d3b
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
    background-color: #8a6d3b;
    border-color: #8a6d3b;
    color: #fff
}

.list-group-item-danger {
    background-color: #f2dede;
    color: #a94442
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
    background-color: #ebcccc;
    color: #a94442
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
    background-color: #a94442;
    border-color: #a94442;
    color: #fff
}

.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0
}

.panel {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 20px
}

#login-modeal .search-bar,.panel-body,.support-box .mail-box .chat-form {
    padding: 15px
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px
}

.panel-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0
}

.panel-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #ddd;
    padding: 10px 15px
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-radius: 0;
    border-width: 1px 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body,.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.empresa-section .empresa-wrapper .nav-tabs li.active>a:focus,.panel>.table-bordered,.panel>.table-responsive>.table-bordered,.priceing-section .priceing-option .nav-tabs,.priceing-section2 .priceing-option .nav-tabs {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.domain-list-section .list-container .table-bordered thead tr th:last-child,.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.domain-list-section .list-container .table-bordered,.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group,.support-section .tab-content .account-section .account-wrapper .form-section .support-form .form-group {
    margin-bottom: 20px
}

.panel-group .panel {
    border-radius: 4px;
    margin-bottom: 0
}

.panel-default>.panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    background-color: #333;
    color: #f5f5f5
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary>.panel-heading {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    background-color: #3c763d;
    color: #dff0d8
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    background-color: #31708f;
    color: #d9edf7
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    background-color: #8a6d3b;
    color: #fcf8e3
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    background-color: #a94442;
    color: #f2dede
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px
}

.well blockquote {
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    border-radius: 6px;
    padding: 24px
}

.well-sm {
    border-radius: 3px;
    padding: 9px
}

.close {
    color: #000;
    filter: alpha(opacity=20);
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: .2;
    text-shadow: 0 1px 0 #fff
}

.close:focus,.close:hover {
    color: #000;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
    text-decoration: none
}

button.close {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 0
}

.modal {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050
}

.modal.fade .modal-dialog {
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    -o-transition: -o-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transform: translate(0,-25%);
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto
}

.modal-content {
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
    position: relative
}

.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    line-height: 1.42857143;
    margin: 0
}

.modal-body {
    padding: 15px;
    position: relative
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

.tooltip {
    display: block;
    filter: alpha(opacity=0);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    opacity: 0;
    position: absolute;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: 1070
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center
}

.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    margin-bottom: -5px;
    right: 5px
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 5px;
    margin-bottom: -5px
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    margin-top: -5px;
    right: 5px;
    top: 0
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 5px;
    margin-top: -5px;
    top: 0
}

.popover {
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    display: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: 1060
}

.popover.top {
    margin-top: -10px
}

.popover.right,.priceing-section .second-priceing-table h4 a i,.priceing-section2 .second-priceing-table h4 a i {
    margin-left: 10px
}

.header-section .top-bar p,.news-section .single-news .news-wrapper .wrapper-content img,.overview-right,.owl-theme .owl-nav.disabled+.owl-dots,.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    margin: 0;
    padding: 8px 14px
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 11px;
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.popover>.arrow:after {
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.popover.top>.arrow {
    border-bottom-width: 0;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
    left: 50%;
    margin-left: -11px
}

.popover.top>.arrow:after {
    border-bottom-width: 0;
    border-top-color: #fff;
    bottom: 1px;
    content: " ";
    margin-left: -10px
}

.popover.right>.arrow {
    border-left-width: 0;
    border-right-color: rgba(0,0,0,.25);
    left: -11px;
    margin-top: -11px;
    top: 50%
}

.popover.right>.arrow:after {
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -10px;
    content: " ";
    left: 1px
}

.popover.bottom>.arrow {
    border-bottom-color: rgba(0,0,0,.25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px
}

.popover.bottom>.arrow:after {
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " ";
    margin-left: -10px;
    top: 1px
}

.popover.left>.arrow {
    border-left-color: rgba(0,0,0,.25);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%
}

.popover.left>.arrow:after {
    border-left-color: #fff;
    border-right-width: 0;
    bottom: -10px;
    content: " ";
    right: 1px
}

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

.carousel-inner>.item {
    -o-transition: .6s ease-in-out left;
    -webkit-transition: .6s ease-in-out left;
    display: none;
    position: relative;
    transition: .6s ease-in-out left
}

.carousel-inner>.active {
    display: block;
    left: 0
}

.carousel-inner>.next {
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.prev {
    display: block;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right,.toggle-switcherbox,.tp-leftarrow.preview4 .tp-arr-allwrapper {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-control {
    background-color: rgba(0,0,0,0);
    bottom: 0;
    color: #fff;
    filter: alpha(opacity=50);
    font-size: 20px;
    left: 0;
    opacity: .5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    top: 0;
    width: 15%
}

.carousel-control.left {
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)
}

.carousel-control.right {
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    left: auto;
    right: 0
}

.carousel-control:focus,.carousel-control:hover {
    color: #fff;
    filter: alpha(opacity=90);
    opacity: .9;
    outline: 0;
    text-decoration: none
}

.carousel-control .glyphicon-chevron-left {
    display: inline-block;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 5
}

.carousel-control .glyphicon-chevron-right {
    display: inline-block;
    margin-right: -10px;
    margin-top: -10px;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 5
}

.carousel-control .icon-next {
    display: inline-block;
    font-family: serif;
    height: 20px;
    line-height: 1;
    margin-right: -10px;
    margin-top: -10px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 20px;
    z-index: 5
}

.carousel-control .icon-prev {
    display: inline-block;
    font-family: serif;
    height: 20px;
    left: 50%;
    line-height: 1;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 5
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15
}

.carousel-indicators li {
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px
}

.carousel-indicators .active {
    background-color: #fff;
    height: 12px;
    margin: 0;
    width: 12px
}

.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    z-index: 10
}

.carousel-caption .btn,.tp-caption.noshadow {
    text-shadow: none
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
    clear: both;
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:before,.btn-toolbar:before,.clearfix:before,.container-fluid:before,.container:before,.dl-horizontal dd:before,.form-horizontal .form-group:before,.modal-footer:before,.modal-header:before,.nav:before,.navbar-collapse:before,.navbar-header:before,.navbar:before,.pager:before,.panel-body:before,.row:before {
    content: " ";
    display: table
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.fullcoveredvideo .tp-video-play-button,.hidden,.hide,.tp-arr-titleholder.alwayshidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-print,.visible-print-block,.visible-print-inline,.visible-print-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

.invisible,.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.affix,.homePageThree .header-section .navbar.sticky {
    position: fixed
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

.swing {
    -ms-transform-origin: top center;
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

.fadeOut,.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

.animated.flip {
    -ms-backface-visibility: visible;
    -webkit-animation-name: flip;
    -webkit-backface-visibility: visible;
    animation-name: flip;
    backface-visibility: visible
}

.flipInX {
    -ms-backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    -webkit-backface-visibility: visible!important;
    animation-name: flipInX;
    backface-visibility: visible!important
}

.flipInY {
    -ms-backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    -webkit-backface-visibility: visible!important;
    animation-name: flipInY;
    backface-visibility: visible!important
}

.flipOutX {
    -ms-backface-visibility: visible!important;
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    animation-name: flipOutX;
    backface-visibility: visible!important
}

.flipOutY {
    -ms-backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    -webkit-backface-visibility: visible!important;
    animation-name: flipOutY;
    backface-visibility: visible!important
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    text-align: center;
    width: 1.28571429em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.14285714em;
    padding-left: 0
}

.fa-li {
    left: -2.14285714em;
    position: absolute;
    text-align: center;
    top: .14285714em;
    width: 2.14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa.fa-pull-left,.fa.pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -ms-transform: scale(-1,1);
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -ms-transform: scale(1,-1);
    -webkit-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x {
    left: 0;
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-2x {
    font-size: 2em;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,.fa-remove:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    display: none;
    position: relative;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    float: left;
    min-height: 1px;
    position: relative
}

.owl-carousel .owl-stage {
    -ms-touch-action: pan-Y;
    position: relative
}

.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.owl-carousel .owl-stage-outer {
    -webkit-transform: translate3d(0,0,0);
    overflow: hidden;
    position: relative
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    display: block;
    width: 100%
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: hand;
    user-select: none
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0
}

.cc-window.cc-invisible,.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-drag .owl-item {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative
}

.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: transform .1s ease;
    width: 80px;
    z-index: 1
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-tn {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.owl-theme .owl-dots {
    -webkit-tap-highlight-color: transparent;
    text-align: center
}

.owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    cursor: default;
    opacity: .5
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.tp-static-layers {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 505
}

.tp-caption.tp-hidden-caption,.tp-hide-revslider {
    display: none!important;
    visibility: hidden!important
}

.tp-caption {
    white-space: nowrap;
    z-index: 1
}

.tp-caption-demo .tp-caption {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px!important;
    position: relative!important
}

.tp-caption.whitedivider3px {
    background-color: rgba(255,255,255,1);
    background-position: initial initial;
    background-repeat: initial initial;
    border-color: rgb(0,0,0);
    border-style: none;
    border-width: 0;
    color: #000;
    font-size: 0;
    line-height: 0;
    min-height: 3px;
    min-width: 468px;
    text-decoration: none;
    text-shadow: none
}

.tp-caption.finewide_large_white {
    background-color: rgba(0,0,0,0);
    border-color: #000;
    border-style: none;
    border-width: 0;
    color: #FFF;
    font-family: "Open Sans",sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 8px;
    line-height: 60px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase
}

.tp-caption.finewide_medium_white {
    background-color: rgba(0,0,0,0);
    border-color: #000;
    border-style: none;
    border-width: 0;
    color: #FFF;
    font-family: "Open Sans",sans-serif;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 34px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase
}

.tp-caption.boldwide_small_white {
    background-color: transparent;
    border-color: rgb(0,0,0);
    border-style: none;
    border-width: 0;
    color: rgb(255,255,255);
    font-family: "Open Sans",sans-serif;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 5px;
    line-height: 25px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase
}

.tp-caption.whitedivider3px_vertical {
    background-color: rgba(255,255,255,1);
    border-color: rgb(0,0,0);
    border-style: none;
    border-width: 0;
    color: #000;
    font-size: 0;
    line-height: 0;
    min-height: 130px;
    min-width: 3px;
    text-decoration: none;
    text-shadow: none
}

.tp-caption.finewide_small_white {
    background-color: transparent;
    border-color: rgb(0,0,0);
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 25px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase
}

.tp-caption.finewide_verysmall_white_mw {
    background-color: transparent;
    border-color: rgb(0,0,0);
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 25px;
    max-width: 470px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    white-space: normal!important
}

.tp-caption.lightgrey_divider {
    background-color: rgba(235,235,235,1);
    background-position: initial initial;
    background-repeat: initial initial;
    border-color: rgb(34,34,34);
    border-style: none;
    border-width: 0;
    height: 3px;
    text-decoration: none;
    width: 370px
}

.tp-caption.huge_red {
    background-color: rgb(45,49,54);
    border-style: none;
    border-width: 0;
    color: rgb(223,75,107);
    font-family: 'Oswald',sans-serif;
    font-size: 150px;
    font-weight: 400;
    line-height: 130px;
    margin: 0;
    padding: 0;
    position: absolute;
    white-space: nowrap
}

.tp-caption.middle_yellow {
    border-style: none;
    border-width: 0;
    color: rgb(251,213,114);
    font-family: 'Open Sans',sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    margin: 0;
    position: absolute;
    white-space: nowrap
}

.tp-caption.huge_thin_yellow {
    border-style: none;
    border-width: 0;
    color: rgb(251,213,114);
    font-family: 'Open Sans',sans-serif;
    font-size: 90px;
    font-weight: 300;
    letter-spacing: 20px;
    line-height: 90px;
    margin: 0;
    position: absolute;
    white-space: nowrap
}

.tp-caption.big_dark {
    border-style: none;
    border-width: 0;
    color: #333;
    font-family: "Open Sans";
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
    position: absolute;
    white-space: nowrap
}

.tp-caption.medium_dark {
    border-style: none;
    border-width: 0;
    color: #333;
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 40px;
    margin: 0;
    position: absolute;
    white-space: nowrap
}

.tp-caption.medium_grey {
    background-color: #888;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 2px 4px;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0,0,0,.5);
    white-space: nowrap
}

.tp-caption.small_text {
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0,0,0,.5);
    white-space: nowrap
}

.tp-caption.medium_text {
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0,0,0,.5);
    white-space: nowrap
}

.tp-caption.large_bold_white_25 {
    background-color: transparent;
    border-color: rgb(255,255,255);
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    text-align: center;
    text-decoration: none;
    text-shadow: #000 0 5px 10px
}

.tp-caption.medium_text_shadow {
    background-color: transparent;
    border-color: rgb(255,255,255);
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    text-shadow: #000 0 5px 10px
}

.tp-caption.large_text {
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Arial;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0,0,0,.5);
    white-space: nowrap
}

.tp-caption.medium_bold_grey {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(102,102,102);
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    margin: 0;
    padding: 1px 4px 0;
    text-decoration: none;
    text-shadow: none
}

.tp-caption.very_large_text {
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Arial;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 60px;
    margin: 0;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0,0,0,.5);
    white-space: nowrap
}

.tp-caption.very_big_white {
    background-color: #000;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Arial;
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
    margin: 0;
    padding: 0 4px;
    padding-top: 1px;
    position: absolute;
    text-shadow: none;
    white-space: nowrap
}

.tp-caption.very_big_black {
    background-color: #fff;
    border-style: none;
    border-width: 0;
    color: #000;
    font-family: Arial;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
    padding: 0 4px;
    padding-top: 1px;
    position: absolute;
    text-shadow: none;
    white-space: nowrap
}

.tp-caption.modern_medium_fat {
    border-style: none;
    border-width: 0;
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-shadow: none;
    white-space: nowrap
}

.tp-caption.modern_medium_fat_white {
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-shadow: none;
    white-space: nowrap
}

.tp-caption.modern_medium_light {
    border-style: none;
    border-width: 0;
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-shadow: none;
    white-space: nowrap
}

.tp-caption.modern_big_bluebg {
    background-color: #4e5b6c;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 36px;
    margin: 0;
    padding: 3px 10px;
    position: absolute;
    text-shadow: none
}

.tp-caption.modern_big_redbg {
    background-color: #de543e;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 36px;
    margin: 0;
    padding: 3px 10px;
    padding-top: 1px;
    position: absolute;
    text-shadow: none
}

.tp-caption.modern_small_text_dark {
    border-style: none;
    border-width: 0;
    color: #555;
    font-family: Arial;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    position: absolute;
    text-shadow: none;
    white-space: nowrap
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.5);
    box-shadow: 0 0 20px rgba(0,0,0,.5)
}

.tp-caption.black {
    color: #000;
    font-family: 'Open Sans',sans;
    font-size: 19px;
    font-weight: 300;
    line-height: 19px;
    text-shadow: none
}

.tp-caption a {
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    color: #ff7302;
    text-shadow: none
}

.tp-caption a:hover {
    color: #ffa902
}

.tp-caption.thinheadline_dark {
    background-color: transparent;
    color: rgba(0,0,0,.85);
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    position: absolute;
    text-shadow: none
}

.tp-caption.thintext_dark {
    background-color: transparent;
    color: rgba(0,0,0,.85);
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    position: absolute;
    text-shadow: none
}

.tp-caption.medium_bg_red a {
    color: #fff;
    text-decoration: none
}

.tp-caption.medium_bg_red a:hover {
    color: #fff;
    text-decoration: underline
}

.tp-caption.smoothcircle {
    background-color: rgba(0,0,0,.498039);
    border-color: rgb(0,0,0);
    border-radius: 500px 500px 500px 500px;
    border-style: none;
    border-width: 0;
    color: rgb(255,255,255);
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 800;
    line-height: 75px;
    padding: 50px 25px;
    text-align: center;
    text-decoration: none
}

.tp-caption.largeblackbg {
    background-color: rgb(0,0,0);
    border-color: rgb(255,255,255);
    border-style: none;
    border-width: 0;
    color: rgb(255,255,255);
    font-family: "Open Sans";
    font-size: 50px;
    font-weight: 300;
    line-height: 70px;
    padding: 0 20px 5px;
    text-decoration: none;
    text-shadow: none
}

.tp-caption.largepinkbg {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #db4360;
    border-radius: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 50px;
    font-weight: 300;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    text-shadow: none
}

.tp-caption.largewhitebg {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #fff;
    border-radius: 0;
    color: #000;
    font-family: "Open Sans";
    font-size: 50px;
    font-weight: 300;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    text-shadow: none
}

.tp-caption.largegreenbg {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #67ae73;
    border-radius: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 50px;
    font-weight: 300;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    text-shadow: none
}

.tp-caption.excerpt {
    background-color: rgba(0,0,0,1);
    border-color: rgb(255,255,255);
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Arial;
    font-size: 36px;
    font-weight: 700;
    height: auto;
    letter-spacing: -1.5px;
    line-height: 36px;
    margin: 0;
    padding: 1px 4px 0 4px;
    text-decoration: none;
    text-shadow: none;
    white-space: normal!important;
    width: 150px
}

.tp-caption.large_bold_grey {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(102,102,102);
    font-family: "Open Sans";
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
    margin: 0;
    padding: 1px 4px 0;
    text-decoration: none;
    text-shadow: none
}

.tp-caption.medium_thin_grey {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(102,102,102);
    font-family: "Open Sans";
    font-size: 34px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    padding: 1px 4px 0;
    text-decoration: none;
    text-shadow: none
}

.tp-caption.small_thin_grey {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(117,117,117);
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    padding: 1px 4px 0;
    text-decoration: none;
    text-shadow: none
}

.tp-caption.large_bold_darkblue {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(52,73,94);
    font-family: "Open Sans";
    font-size: 58px;
    font-weight: 800;
    line-height: 60px;
    text-decoration: none
}

.tp-caption.medium_bg_darkblue {
    background-color: rgb(52,73,94);
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(255,255,255);
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    padding: 10px;
    text-decoration: none
}

.tp-caption.medium_bold_red {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(227,58,12);
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    padding: 0;
    text-decoration: none
}

.tp-caption.medium_light_red {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(227,58,12);
    font-family: "Open Sans";
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
    padding: 0;
    text-decoration: none
}

.tp-caption.medium_bg_red {
    background-color: rgb(227,58,12);
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(255,255,255);
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    padding: 10px;
    text-decoration: none
}

.tp-caption.medium_bold_orange {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(243,156,18);
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    text-decoration: none
}

.tp-caption.medium_bg_orange,.tp-caption.medium_bg_orange_new1 {
    background-color: rgb(243,156,18);
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(255,255,255);
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    padding: 10px;
    text-decoration: none
}

.tp-caption.grassfloor {
    background-color: rgba(160,179,151,1);
    border-color: rgb(34,34,34);
    border-style: none;
    border-width: 0;
    height: 150px;
    text-decoration: none;
    width: 4000px
}

.tp-caption.large_bold_white {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(255,255,255);
    font-family: "Open Sans";
    font-size: 58px;
    font-weight: 800;
    line-height: 60px;
    text-decoration: none
}

.tp-caption.medium_light_white {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(255,255,255);
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    padding: 0;
    text-decoration: none
}

.tp-caption.mediumlarge_light_white {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(255,255,255);
    font-family: "Open Sans";
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
    padding: 0;
    text-decoration: none
}

.tp-caption.mediumlarge_light_white_center {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
    padding: 0 0 0 0;
    text-align: center;
    text-decoration: none
}

.tp-caption.medium_bg_asbestos {
    background-color: rgb(127,140,141);
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(255,255,255);
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    padding: 10px;
    text-decoration: none
}

.tp-caption.medium_light_black {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(0,0,0);
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    padding: 0;
    text-decoration: none
}

.tp-caption.large_bold_black {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(0,0,0);
    font-family: "Open Sans";
    font-size: 58px;
    font-weight: 800;
    line-height: 60px;
    text-decoration: none
}

.tp-caption.mediumlarge_light_darkblue {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(52,73,94);
    font-family: "Open Sans";
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
    padding: 0;
    text-decoration: none
}

.tp-caption.small_light_white {
    background-color: transparent;
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(255,255,255);
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    padding: 0;
    text-decoration: none
}

.tp-caption.roundedimage {
    border-color: rgb(34,34,34);
    border-style: none;
    border-width: 0
}

.tp-caption.large_bg_black {
    background-color: rgb(0,0,0);
    border-color: rgb(255,214,88);
    border-style: none;
    border-width: 0;
    color: rgb(255,255,255);
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    padding: 10px 20px 15px;
    text-decoration: none
}

.tp-caption.mediumwhitebg {
    background-color: rgb(255,255,255);
    border-color: rgb(0,0,0);
    border-style: none;
    border-width: 0;
    color: rgb(0,0,0);
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    padding: 5px 15px 10px;
    text-decoration: none;
    text-shadow: none
}

.tp_inner_padding {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: none!important
}

.tp-caption .frontcorner {
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00A8FF;
    height: 0;
    left: -40px;
    position: absolute;
    top: 0;
    width: 0
}

.tp-caption .backcorner {
    border-bottom: 40px solid #00A8FF;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0
}

.tp-caption .frontcornertop {
    border-bottom: 40px solid #00A8FF;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    height: 0;
    left: -40px;
    position: absolute;
    top: 0;
    width: 0
}

.tp-caption .backcornertop {
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0
}

img.tp-slider-alternative-image {
    height: auto;
    width: 100%
}

.tp-simpleresponsive .button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: url(images/gradient/g30.png) repeat-x top;
    border-radius: 3px;
    color: #fff!important;
    cursor: pointer;
    font-family: arial,sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 30px;
    letter-spacing: -1px;
    line-height: 45px!important;
    padding: 6px 13px 5px;
    text-shadow: 0 1px 1px rgba(0,0,0,.6)!important
}

.tp-simpleresponsive .button.big {
    background: url(images/gradient/g40.png) repeat-x top;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 57px!important;
    padding: 9px 20px;
    text-shadow: 0 1px 1px rgba(0,0,0,.6)
}

.tp-simpleresponsive .button.big:hover,.tp-simpleresponsive .button:hover,.tp-simpleresponsive .purchase:hover {
    background-position: bottom,15px 11px
}

.tp-simpleresponsive .button.green,.tp-simpleresponsive .button:hover.green,.tp-simpleresponsive .purchase.green,.tp-simpleresponsive .purchase:hover.green {
    -moz-box-shadow: 0 3px 0 0 #104d0b;
    -webkit-box-shadow: 0 3px 0 0 #104d0b;
    background-color: #21a117;
    box-shadow: 0 3px 0 0 #104d0b
}

.tp-simpleresponsive .button.blue,.tp-simpleresponsive .button:hover.blue,.tp-simpleresponsive .purchase.blue,.tp-simpleresponsive .purchase:hover.blue {
    -moz-box-shadow: 0 3px 0 0 #0f3e68;
    -webkit-box-shadow: 0 3px 0 0 #0f3e68;
    background-color: #1d78cb;
    box-shadow: 0 3px 0 0 #0f3e68
}

.tp-simpleresponsive .button.red,.tp-simpleresponsive .button:hover.red,.tp-simpleresponsive .purchase.red,.tp-simpleresponsive .purchase:hover.red {
    -moz-box-shadow: 0 3px 0 0 #7c1212;
    -webkit-box-shadow: 0 3px 0 0 #7c1212;
    background-color: #cb1d1d;
    box-shadow: 0 3px 0 0 #7c1212
}

.tp-simpleresponsive .button.orange,.tp-simpleresponsive .button:hover.orange,.tp-simpleresponsive .purchase.orange,.tp-simpleresponsive .purchase:hover.orange {
    -moz-box-shadow: 0 3px 0 0 #a34c00;
    -webkit-box-shadow: 0 3px 0 0 #a34c00;
    background-color: #f70;
    box-shadow: 0 3px 0 0 #a34c00
}

.tp-simpleresponsive .button.darkgrey,.tp-simpleresponsive .button.grey,.tp-simpleresponsive .button:hover.darkgrey,.tp-simpleresponsive .button:hover.grey,.tp-simpleresponsive .purchase.darkgrey,.tp-simpleresponsive .purchase:hover.darkgrey {
    -moz-box-shadow: 0 3px 0 0 #222;
    -webkit-box-shadow: 0 3px 0 0 #222;
    background-color: #555;
    box-shadow: 0 3px 0 0 #222
}

.tp-simpleresponsive .button.lightgrey,.tp-simpleresponsive .button:hover.lightgrey,.tp-simpleresponsive .purchase.lightgrey,.tp-simpleresponsive .purchase:hover.lightgrey {
    -moz-box-shadow: 0 3px 0 0 #555;
    -webkit-box-shadow: 0 3px 0 0 #555;
    background-color: #888;
    box-shadow: 0 3px 0 0 #555
}

.fullscreen-container {
    padding: 0;
    position: relative;
    width: 100%
}

.fullwidthbanner-container {
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.fullwidthbanner-container .fullwidthbanner {
    position: relative;
    width: 100%
}

.tp-simpleresponsive .caption,.tp-simpleresponsive .tp-caption {
    -webkit-font-smoothing: antialiased!important;
    position: absolute;
    visibility: hidden
}

.tp-simpleresponsive img {
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    max-width: none
}

.noFilterClass {
    filter: none!important
}

.tp-bannershadow {
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    margin-left: auto;
    margin-right: auto;
    position: absolute
}

.tp-bannershadow.tp-shadow1 {
    background: url(assets/shadow1.png) no-repeat;
    background-size: 100% 100%;
    bottom: -60px;
    height: 60px;
    width: 890px
}

.tp-bannershadow.tp-shadow2 {
    background: url(assets/shadow2.png) no-repeat;
    background-size: 100% 100%;
    bottom: -60px;
    height: 60px;
    width: 890px
}

.tp-bannershadow.tp-shadow3 {
    background: url(assets/shadow3.png) no-repeat;
    background-size: 100% 100%;
    bottom: -60px;
    height: 60px;
    width: 890px
}

.caption.fullscreenvideo,.tp-caption.fullscreenvideo {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe video {
    display: none;
    height: 100%!important;
    width: 100%!important
}

.fullcoveredvideo video,.fullscreenvideo video,.homePageTwo .priceing-section2 {
    background: #000
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.tp-video-play-button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: rgba(0,0,0,.3);
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
    font-size: 40px;
    left: 50%;
    margin-left: -28px;
    margin-top: -27px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 3
}

.html5vid .tp-revstop {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    box-sizing: border-box;
    display: none;
    height: 20px;
    margin: 10px 20px;
    position: relative;
    width: 15px
}

.tp-video-controls {
    -moz-box-sizing: border-box;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-box-sizing: border-box;
    -webkit-transition: opacity .3s;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(.13,rgb(0,0,0)),color-stop(1,rgb(50,50,50)));
    bottom: 0;
    box-sizing: border-box;
    display: table;
    left: 0;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    right: 0;
    transition: opacity .3s
}

.tp-caption:hover .tp-video-controls {
    opacity: .9
}

.tp-video-button {
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgba(0,0,0,.5);
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    outline: none;
    padding: 0
}

.tp-video-button-wrap {
    display: table-cell;
    padding: 0 5px
}

.tp-video-seek-bar-wrap {
    display: table-cell;
    padding: 0 5px;
    width: 80%
}

.tp-video-vol-bar-wrap {
    display: table-cell;
    padding: 0 5px;
    width: 20%
}

.tp-seek-bar,.tp-volume-bar {
    cursor: pointer;
    line-height: 12px;
    margin: 0;
    outline: none;
    padding: 0;
    width: 100%
}

.tp-dottedoverlay {
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4
}

.tp-dottedoverlay.twoxtwo {
    background: url(assets/gridtile.png)
}

.tp-dottedoverlay.twoxtwowhite {
    background: url(assets/gridtile_white.png)
}

.tp-dottedoverlay.threexthree {
    background: url(assets/gridtile_3x3.png)
}

.tp-dottedoverlay.threexthreewhite {
    background: url(assets/gridtile_3x3_white.png)
}

.tpclear {
    clear: both
}

.tp-bullets {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -moz-transition: opacity 0.2s ease-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(5px);
    -webkit-transition: opacity 0.2s ease-out;
    opacity: 1;
    position: absolute;
    z-index: 1000
}

.tp-bullets.hidebullets,.tparrows.hidearrows {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.tp-bullets.simplebullets.navbar {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url(assets/boxed_bgtile.png);
    border: 1px solid #666;
    border-bottom: 1px solid #444;
    border-radius: 5px;
    height: 40px;
    padding: 0 10px
}

.tp-bullets.simplebullets.navbar-old {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url(assets/navigdots_bgtile.png);
    border-radius: 5px;
    height: 35px;
    padding: 0 10px
}

.tp-bullets.simplebullets.round .bullet {
    background: url(assets/bullet.png) no-Repeat top left;
    cursor: pointer;
    float: left;
    height: 20px;
    margin-left: 3px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 20px
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px
}

.tp-bullets.simplebullets.round-old .bullet {
    background: url(assets/bullets.png) no-Repeat bottom left;
    cursor: pointer;
    float: left;
    height: 23px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 23px
}

#preloader .preloader-inner>span:nth-child(3n+3),.footer-section .copy-right .social-icon li:last-child,.header-section .navbar .navbar-collapse .navbar-nav li:last-child,.header-section .top-bar .header-left-bar .contact-wrapper li:last-child,.news-section .single-news .widget .widget-social ul li:last-child,.news-section .single-news .widget .widget-tag ul li:last-child,.service-section .service-wrapper .nav-tabs li:last-child,.tp-bullets.preview1 .bullet.last,.tp-bullets.preview2 .bullet.last,.tp-bullets.preview3 .bullet.last,.tp-bullets.preview4 .bullet.last,.tp-bullets.simplebullets.round-old .bullet.last,.tp-bullets.simplebullets.square .bullet.last,.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square .bullet,.tp-bullets.simplebullets.square-old .bullet {
    background: url(assets/bullets2.png) no-Repeat bottom left;
    cursor: pointer;
    float: left;
    height: 19px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 19px
}

.tp-bullets.simplebullets.navbar .bullet {
    background: url(assets/bullet_boxed.png) no-Repeat top left;
    cursor: pointer;
    float: left;
    height: 19px;
    margin-right: 5px;
    margin-top: 0;
    position: relative;
    width: 18px
}

.tp-bullets.simplebullets.navbar .bullet.first,.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0px!important
}

.tp-bullets.simplebullets.navbar .bullet.last,.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0px!important
}

.tp-bullets.simplebullets.navbar-old .bullet {
    background: url(assets/navigdots.png) no-Repeat bottom left;
    cursor: pointer;
    float: left;
    height: 15px;
    margin-left: 5px!important;
    margin-right: 5px!important;
    margin-top: 10px;
    position: relative;
    width: 15px
}

.tp-bullets.simplebullets .bullet.selected,.tp-bullets.simplebullets .bullet:hover {
    background-position: top left
}

.tp-bullets.simplebullets.navbar .bullet.selected,.tp-bullets.simplebullets.navbar .bullet:hover,.tp-bullets.simplebullets.round .bullet.selected,.tp-bullets.simplebullets.round .bullet:hover,.tp-leftarrow:hover,.tp-rightarrow:hover {
    background-position: bottom left
}

.tparrows {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -moz-transition: opacity 0.2s ease-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(5000px);
    -webkit-transform-style: flat;
    -webkit-transition: opacity 0.2s ease-out;
    opacity: 1;
    position: relative;
    z-index: 600
}

.tp-leftarrow {
    background: url(assets/large_left.png) no-Repeat top left;
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 40px;
    z-index: 100
}

.tp-rightarrow {
    background: url(assets/large_right.png) no-Repeat top left;
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 40px;
    z-index: 100
}

.tp-leftarrow.round {
    background: url(assets/small_left.png) no-Repeat top left;
    cursor: pointer;
    float: left;
    height: 14px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 19px;
    z-index: 100
}

.tp-rightarrow.round {
    background: url(assets/small_right.png) no-Repeat top left;
    cursor: pointer;
    float: left;
    height: 14px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 19px;
    z-index: 100
}

.tp-leftarrow.round-old {
    background: url(assets/arrow_left.png) no-Repeat top left;
    cursor: pointer;
    float: left;
    height: 26px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 26px;
    z-index: 100
}

.tp-rightarrow.round-old {
    background: url(assets/arrow_right.png) no-Repeat top left;
    cursor: pointer;
    float: left;
    height: 26px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 26px;
    z-index: 100
}

.tp-leftarrow.navbar {
    background: url(assets/small_left_boxed.png) no-Repeat top left;
    cursor: pointer;
    float: left;
    height: 15px;
    margin-right: 6px;
    margin-top: 12px;
    position: relative;
    width: 20px;
    z-index: 100
}

.tp-rightarrow.navbar {
    background: url(assets/small_right_boxed.png) no-Repeat top left;
    cursor: pointer;
    float: left;
    height: 15px;
    margin-left: 6px;
    margin-top: 12px;
    position: relative;
    width: 20px;
    z-index: 100
}

.tp-leftarrow.navbar-old {
    background: url(assets/arrowleft.png) no-Repeat top left;
    cursor: pointer;
    float: left;
    height: 16px;
    margin-right: 6px;
    margin-top: 10px;
    position: relative;
    width: 9px;
    z-index: 100
}

.tp-rightarrow.navbar-old {
    background: url(assets/arrowright.png) no-Repeat top left;
    cursor: pointer;
    float: left;
    height: 16px;
    margin-left: 6px;
    margin-top: 10px;
    position: relative;
    width: 9px;
    z-index: 100
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px
}

.tp-leftarrow.square,.tp-leftarrow.square-old {
    background: url(assets/arrow_left2.png) no-Repeat top left;
    cursor: pointer;
    float: left;
    height: 17px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 12px;
    z-index: 100
}

.tp-rightarrow.square,.tp-rightarrow.square-old {
    background: url(assets/arrow_right2.png) no-Repeat top left;
    cursor: pointer;
    float: left;
    height: 17px;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    width: 12px;
    z-index: 100
}

.tp-leftarrow.default {
    background: url(assets/large_left.png) no-Repeat 0 0;
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 40px;
    z-index: 100
}

.tp-rightarrow.default {
    background: url(assets/large_right.png) no-Repeat 0 0;
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 40px;
    z-index: 100
}

.tp-bullets.tp-thumbs {
    background-color: #fff;
    height: 50px;
    margin-top: -50px;
    padding: 3px;
    position: absolute;
    width: 500px;
    z-index: 1000
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px
}

.tp-bullets.tp-thumbs .tp-mask {
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 500px
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    position: absolute;
    width: 5000px
}

.tp-bullets.tp-thumbs .bullet {
    -khtml-opacity: .5;
    -moz-opacity: .5;
    -moz-transition: all 0.2s ease-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    background: none;
    cursor: pointer;
    float: left;
    height: 50px;
    margin: 0;
    opacity: .5;
    overflow: hidden;
    width: 100px
}

.tp-bullets.tp-thumbs .bullet.selected,.tp-bullets.tp-thumbs .bullet:hover {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.tp-bannertimer {
    background: url(assets/timer.png);
    height: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 200
}

.tp-bannertimer.tp-bottom {
    bottom: 0;
    height: 5px;
    top: auto
}

.tp-simpleresponsive ul,.tp-simpleresponsive ul li,.tp-simpleresponsive ul li:before {
    background-image: none;
    list-style: none!important;
    margin: 0!important;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0!important
}

.tp-simpleresponsive>ul>li {
    list-style: none;
    position: absolute;
    visibility: hidden
}

.caption.slidelink a div,.tp-caption.slidelink a div {
    background: url(assets/coloredbg.png) repeat;
    height: 1500px;
    width: 3000px
}

.tp-caption.slidelink a span {
    background: url(assets/coloredbg.png) repeat
}

.tparrows.preview1 {
    -moz-backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform-style: preserve-3d;
    background: transparent;
    height: 100px;
    width: 100px
}

.tparrows.preview1:after {
    -moz-transition: background 0.3s,color 0.3s;
    -webkit-transition: background 0.3s,color 0.3s;
    background: rgba(0,0,0,.15);
    color: #fff;
    font-family: "revicons";
    font-size: 30px;
    height: 100px;
    left: 0;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: background 0.3s,color 0.3s;
    width: 100px;
    z-index: 2
}

.revicon-right-open-big:before,.tp-rightarrow.preview1:after,.tp-rightarrow.preview3:after,.tp-rightarrow.preview4:after {
    content: '\e825'
}

.revicon-left-open-big:before,.tp-leftarrow.preview1:after,.tp-leftarrow.preview3:after {
    content: '\e824'
}

.tparrows.preview1:hover:after {
    background: rgba(255,255,255,1);
    color: #aaa
}

.tparrows.preview1 .tp-arr-imgholder {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    backface-visibility: hidden;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    transition: transform 0.3s;
    width: 100%
}

.tparrows.preview1 .tp-arr-iwrapper {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.3s
}

.tparrows.preview1:hover .tp-arr-iwrapper {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.tp-rightarrow.preview1 .tp-arr-imgholder {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    filter: alpha(opacity=0);
    opacity: 0;
    right: 100%;
    transform: rotateY(-90deg);
    transform-origin: 100% 50%
}

.tp-leftarrow.preview1 .tp-arr-imgholder {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    filter: alpha(opacity=0);
    left: 100%;
    opacity: 0;
    transform: rotateY(90deg);
    transform-origin: 0% 50%
}

.tparrows.preview1:hover .tp-arr-imgholder {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotateY(0deg);
    filter: alpha(opacity=100);
    opacity: 1;
    transform: rotateY(0deg)
}

.tp-bullets.preview1 {
    height: 21px
}

.tp-bullets.preview1 .bullet {
    -moz-box-shadow: none;
    -moz-box-sizing: content-box;
    -moz-transition: background-color 0.2s,border-color 0.2s;
    -ms-transition: background-color 0.2s,border-color 0.2s;
    -o-transition: background-color 0.2s,border-color 0.2s;
    -webkit-box-shadow: none;
    -webkit-box-sizing: content-box;
    -webkit-transition: background-color 0.2s,border-color 0.2s;
    background: rgba(0,0,0,.15)!important;
    border: 8px solid rgba(0,0,0,0)!important;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: none!important;
    height: 5px!important;
    margin-bottom: 0px!important;
    margin-right: 5px!important;
    position: relative!important;
    transition: background-color 0.2s,border-color 0.2s;
    width: 5px!important
}

.tp-bullets.preview1 .bullet.selected,.tp-bullets.preview1 .bullet:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: #aaa!important;
    border: 8px solid rgba(255,255,255,1)!important;
    box-shadow: none;
    height: 5px!important;
    width: 5px!important
}

.tparrows.preview2 {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-transition: width 0.3s,background-color 0.3s,opacity 0.3s;
    backface-visibility: hidden;
    background: #fff;
    border-radius: 30px;
    min-height: 60px;
    min-width: 60px;
    overflow: hidden;
    transition: width 0.3s,background-color 0.3s,opacity 0.3s
}

.tparrows.preview2:after {
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    color: #aaa;
    font-family: "revicons";
    font-size: 25px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    transition: color 0.3s
}

.tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 18px
}

.tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 18px
}

.tparrows.preview2 .tp-arr-titleholder {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    backface-visibility: hidden;
    background-position: center center;
    background-size: cover;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 60px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    top: 0;
    transition: transform 0.3s;
    visibility: hidden;
    white-space: nowrap
}

.tp-rightarrow.preview2 .tp-arr-titleholder {
    -webkit-transform: translateX(-100%);
    right: 50px;
    transform: translateX(-100%)
}

.tp-leftarrow.preview2 .tp-arr-titleholder {
    -webkit-transform: translateX(100%);
    left: 50px;
    transform: translateX(100%)
}

.tparrows.preview2.hovered {
    width: 300px
}

.tparrows.preview2:hover,a.glb-btn:hover {
    background: #fff
}

.news-section .news-right-bar .widget-post ul li .post-desk h5 a,.news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body h5 a,.tparrows.preview2:hover:after,.tparrows.preview3:hover:after {
    color: #000
}

.tparrows.preview2:hover .tp-arr-titleholder {
    -webkit-transform: translateX(0);
    position: absolute;
    transform: translateX(0);
    visibility: visible
}

.tp-bullets.preview2,.tp-bullets.preview3,.tp-bullets.preview4 {
    height: 17px
}

.tp-bullets.preview2 .bullet,.tp-bullets.preview3 .bullet,.tp-bullets.preview4 .bullet {
    -moz-box-shadow: none;
    -moz-box-sizing: content-box;
    -moz-transition: background-color 0.2s,border-color 0.2s;
    -ms-transition: background-color 0.2s,border-color 0.2s;
    -o-transition: background-color 0.2s,border-color 0.2s;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: none;
    -webkit-box-sizing: content-box;
    -webkit-transition: background-color 0.2s,border-color 0.2s;
    background: rgba(0,0,0,.5)!important;
    border: 5px solid rgba(0,0,0,0)!important;
    border-radius: 10px;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: none!important;
    height: 6px!important;
    margin-bottom: 0px!important;
    margin-right: 2px!important;
    position: relative!important;
    transition: background-color 0.2s,border-color 0.2s;
    width: 6px!important
}

.tp-bullets.preview2 .bullet.selected,.tp-bullets.preview2 .bullet:hover,.tp-bullets.preview3 .bullet.selected,.tp-bullets.preview3 .bullet:hover,.tp-bullets.preview4 .bullet.selected,.tp-bullets.preview4 .bullet:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: rgba(255,255,255,1)!important;
    border: 5px solid rgba(0,0,0,1)!important;
    box-shadow: none;
    height: 6px!important;
    width: 6px!important
}

.tparrows.preview3 {
    -webkit-transform-style: flat;
    background: rgba(255,255,255,1);
    height: 70px;
    width: 70px
}

.tparrows.preview3:after {
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    background: #fff;
    color: #aaa;
    font-family: "revicons";
    font-size: 30px;
    height: 70px;
    left: 0;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: color 0.3s;
    width: 70px;
    z-index: 100
}

.tparrows.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0,1);
    -webkit-transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    background: rgba(0,0,0,.75);
    display: table;
    min-height: 90px;
    position: absolute;
    top: -10px;
    transform: scale(0,1);
    transform-origin: 100% 50%;
    transition: transform 0.2s;
    z-index: 0
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0,1);
    -webkit-transform-origin: 0% 50%;
    direction: rtl;
    left: 0;
    padding-left: 70px;
    transform: scale(0,1);
    transform-origin: 0% 50%
}

.tparrows.preview3 .tp-arr-imgholder {
    background-position: center center;
    background-size: cover;
    display: table-cell;
    height: 90px;
    min-width: 90px;
    position: relative;
    top: 0
}

.tp-rightarrow.preview3 .tp-arr-iwrapper {
    padding-right: 70px;
    right: 0
}

.tparrows.preview3 .tp-arr-titleholder {
    clear: right;
    color: #fff;
    display: table-cell;
    font-size: 16px;
    padding: 30px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap
}

.tparrows.preview3:hover .tp-arr-iwrapper {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
}

.tparrows.preview4 {
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    -webkit-transform-style: preserve-3d;
    background: transparent;
    height: 110px;
    width: 30px
}

.tparrows.preview4:after {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -moz-transition: all 0.2s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -o-transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 100% 100%;
    -webkit-transition: all 0.2s ease-in-out;
    background: rgba(0,0,0,.25);
    color: #fff;
    filter: alpha(opacity=100);
    font-family: "revicons";
    font-size: 20px;
    height: 110px;
    left: 0;
    line-height: 110px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    transform-origin: 100% 100%;
    transition: all 0.2s ease-in-out;
    width: 30px;
    z-index: 0
}

.tp-leftarrow.preview4:after {
    -webkit-transform-origin: 0% 0%;
    content: '\e824';
    transform-origin: 0% 0%
}

.tparrows.preview4 .tp-arr-allwrapper {
    -webkit-perspective: 1000px;
    -webkit-transform-style: flat;
    left: -150px;
    min-height: 120px;
    overflow: hidden;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 180px;
    z-index: 1
}

.tparrows.preview4 .tp-arr-imgholder {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 110px;
    position: relative;
    top: 0;
    width: 180px
}

.tparrows.preview4 .tp-arr-imgholder2 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 110px;
    left: 180px;
    position: absolute;
    top: 0;
    width: 180px
}

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
    left: -180px
}

.tparrows.preview4 .tp-arr-titleholder {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: all 0.3s;
    backface-visibility: hidden;
    background: #000;
    color: #FFF;
    display: block;
    filter: alpha(opacity=0);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 2.75;
    opacity: 0;
    padding: 0 10px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    transition: all 0.3s;
    white-space: nowrap
}

.tp-loader {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 10000
}

.tp-loader.spinner0 {
    -moz-border-radius: 3px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    background: url(assets/loader.gif) no-repeat center center;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px
}

.tp-loader.spinner1 {
    -moz-border-radius: 3px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px
}

.tp-loader.spinner5 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: url(assets/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    border-radius: 3px;
    height: 44px;
    margin: -22px -22px;
    width: 44px
}

.tp-loader.spinner2 {
    -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    animation: tp-scaleout 1.0s infinite ease-in-out;
    background-color: red;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px
}

.tp-loader.spinner3 {
    margin: -9px 0 0 -35px;
    text-align: center;
    width: 70px
}

.tp-loader.spinner3 .bounce1 {
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-delay: -0.32s;
    -webkit-animation-fill-mode: both;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-delay: -0.32s;
    animation-fill-mode: both;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    display: inline-block;
    height: 18px;
    width: 18px
}

.tp-loader.spinner3 .bounce2 {
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-delay: -0.16s;
    -webkit-animation-fill-mode: both;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-delay: -0.16s;
    animation-fill-mode: both;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    display: inline-block;
    height: 18px;
    width: 18px
}

.tp-loader.spinner3 .bounce3 {
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    display: inline-block;
    height: 18px;
    width: 18px
}

.tp-loader.spinner4 {
    -webkit-animation: tp-rotate 2.0s infinite linear;
    animation: tp-rotate 2.0s infinite linear;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    width: 40px
}

.tp-loader.spinner4 .dot1 {
    -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    animation: tp-bounce 2.0s infinite ease-in-out;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    display: inline-block;
    height: 60%;
    position: absolute;
    top: 0;
    width: 60%
}

.tp-loader.spinner4 .dot2 {
    -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
    -webkit-animation-delay: -1.0s;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    animation: tp-bounce 2.0s infinite ease-in-out;
    animation-delay: -1.0s;
    background-color: #fff;
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    display: inline-block;
    height: 60%;
    position: absolute;
    top: auto;
    width: 60%
}

.tp-transparentimg {
    content: "url(assets/transparent.png)"
}

.tp-3d {
    -webkit-transform-origin: 50% 50%;
    -webkit-transform-style: preserve-3d
}

.tp-caption img {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    zoom:1}

[class*=" revicon-"]:before,[class^="revicon-"]:before {
    display: inline-block;
    font-family: "revicons";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    margin-left: .2em;
    margin-right: .2em;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

:root {
    --balloon-color: rgba(16,16,16,.95);
    --balloon-font-size: 12px;
    --balloon-move: 4px
}

button[aria-label][data-balloon-pos] {
    overflow: visible
}

[aria-label][data-balloon-pos] {
    cursor: pointer;
    position: relative
}

[aria-label][data-balloon-pos]:after {
    background: var(--balloon-color);
    border-radius: 2px;
    color: #fff;
    content: attr(aria-label);
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
    font-size: var(--balloon-font-size);
    font-style: normal;
    font-weight: 400;
    opacity: 0;
    padding: .5em 1em;
    pointer-events: none;
    position: absolute;
    text-indent: 0;
    text-shadow: none;
    transition: all .18s ease-out .18s;
    white-space: nowrap;
    z-index: 10
}

[aria-label][data-balloon-pos]:before {
    border: 5px solid transparent;
    border-top-color: var(--balloon-color);
    content: "";
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: all .18s ease-out .18s;
    width: 0;
    z-index: 10
}

[aria-label][data-balloon-pos]:hover:after,[aria-label][data-balloon-pos]:hover:before,[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after,[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,[aria-label][data-balloon-pos][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-visible]:before {
    opacity: 1;
    pointer-events: none
}

[aria-label][data-balloon-pos].font-awesome:after {
    font-family: FontAwesome,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif
}

[aria-label][data-balloon-pos][data-balloon-break]:after {
    white-space: pre
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
    white-space: pre-line;
    word-break: break-word
}

[aria-label][data-balloon-pos][data-balloon-blunt]:after,[aria-label][data-balloon-pos][data-balloon-blunt]:before {
    transition: none
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 10px;
    transform: translate(-50%,var(--balloon-move));
    transform-origin: top
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:before {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%,var(--balloon-move));
    transform-origin: top
}

[aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:before {
    transform: translate(-50%,0)
}

[aria-label][data-balloon-pos][data-balloon-pos="up-left"]:after {
    bottom: 100%;
    left: 0;
    margin-bottom: 10px;
    transform: translate(0,var(--balloon-move));
    transform-origin: top
}

[aria-label][data-balloon-pos][data-balloon-pos="up-left"]:before {
    bottom: 100%;
    left: 5px;
    transform: translate(0,var(--balloon-move));
    transform-origin: top
}

[aria-label][data-balloon-pos][data-balloon-pos="down-left"]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos="down-left"]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos="down-left"][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos="down-left"][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos="down-right"]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos="down-right"]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos="down-right"][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos="down-right"][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos="up-left"]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos="up-left"]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos="up-left"][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos="up-left"][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos="up-right"]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos="up-right"]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos="up-right"][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos="up-right"][data-balloon-visible]:before {
    transform: translate(0,0)
}

[aria-label][data-balloon-pos][data-balloon-pos="up-right"]:after {
    bottom: 100%;
    margin-bottom: 10px;
    right: 0;
    transform: translate(0,var(--balloon-move));
    transform-origin: top
}

[aria-label][data-balloon-pos][data-balloon-pos="up-right"]:before {
    bottom: 100%;
    right: 5px;
    transform: translate(0,var(--balloon-move));
    transform-origin: top
}

[aria-label][data-balloon-pos][data-balloon-pos="down"]:after {
    left: 50%;
    margin-top: 10px;
    top: 100%;
    transform: translate(-50%,calc(var(--balloon-move) * -1))
}

[aria-label][data-balloon-pos][data-balloon-pos="down"]:before {
    border: 5px solid transparent;
    border-bottom-color: var(--balloon-color);
    height: 0;
    left: 50%;
    top: 100%;
    transform: translate(-50%,calc(var(--balloon-move) * -1));
    width: 0
}

[aria-label][data-balloon-pos][data-balloon-pos="down-left"]:after {
    left: 0;
    margin-top: 10px;
    top: 100%;
    transform: translate(0,calc(var(--balloon-move) * -1))
}

[aria-label][data-balloon-pos][data-balloon-pos="down-left"]:before {
    border: 5px solid transparent;
    border-bottom-color: var(--balloon-color);
    height: 0;
    left: 5px;
    top: 100%;
    transform: translate(0,calc(var(--balloon-move) * -1));
    width: 0
}

[aria-label][data-balloon-pos][data-balloon-pos="down-right"]:after {
    margin-top: 10px;
    right: 0;
    top: 100%;
    transform: translate(0,calc(var(--balloon-move) * -1))
}

[aria-label][data-balloon-pos][data-balloon-pos="down-right"]:before {
    border: 5px solid transparent;
    border-bottom-color: var(--balloon-color);
    height: 0;
    right: 5px;
    top: 100%;
    transform: translate(0,calc(var(--balloon-move) * -1));
    width: 0
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:after {
    margin-right: 10px;
    right: 100%;
    top: 50%;
    transform: translate(var(--balloon-move),-50%)
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
    border: 5px solid transparent;
    border-left-color: var(--balloon-color);
    height: 0;
    right: 100%;
    top: 50%;
    transform: translate(var(--balloon-move),-50%);
    width: 0
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:before {
    transform: translate(0,-50%)
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]:after {
    left: 100%;
    margin-left: 10px;
    top: 50%;
    transform: translate(calc(var(--balloon-move) * -1),-50%)
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
    border: 5px solid transparent;
    border-right-color: var(--balloon-color);
    height: 0;
    left: 100%;
    top: 50%;
    transform: translate(calc(var(--balloon-move) * -1),-50%);
    width: 0
}

[aria-label][data-balloon-pos][data-balloon-length="small"]:after {
    white-space: normal;
    width: 80px
}

[aria-label][data-balloon-pos][data-balloon-length="medium"]:after {
    white-space: normal;
    width: 150px
}

[aria-label][data-balloon-pos][data-balloon-length="large"]:after {
    white-space: normal;
    width: 260px
}

[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
    white-space: normal;
    width: 380px
}

[aria-label][data-balloon-pos][data-balloon-length="fit"]:after {
    white-space: normal;
    width: 100%
}

#powerTip {
    background-color: rgba(0,0,0,.8);
    border-color: rgba(0,0,0,.8);
    border-radius: 6px;
    color: #fff;
    cursor: default;
    display: none;
    padding: 10px;
    position: absolute;
    white-space: nowrap;
    z-index: 2147483647
}

#powerTip:before {
    content: attr(class) " ";
    height: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    width: 0
}

#powerTip.n:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 10px;
    bottom: -10px;
    left: 50%;
    margin-left: -5px
}

#powerTip.s:before {
    border-bottom-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 50%;
    margin-left: -5px;
    top: -10px
}

#powerTip.e:before {
    border-bottom: 5px solid transparent;
    border-right-color: inherit;
    border-right-style: solid;
    border-right-width: 10px;
    border-top: 5px solid transparent;
    left: -10px;
    margin-top: -5px;
    top: 50%
}

#powerTip.w:before {
    border-bottom: 5px solid transparent;
    border-left-color: inherit;
    border-left-style: solid;
    border-left-width: 10px;
    border-top: 5px solid transparent;
    margin-top: -5px;
    right: -10px;
    top: 50%
}

#powerTip.ne:before {
    border-left: 0;
    border-right: 10px solid transparent;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 10px;
    bottom: -10px;
    left: 10px
}

#powerTip.nw:before {
    border-left: 10px solid transparent;
    border-right: 0;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 10px;
    bottom: -10px;
    right: 10px
}

#powerTip.ne-alt:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 10px;
    bottom: -10px;
    left: auto;
    right: 10px
}

#powerTip.nw-alt:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 10px;
    bottom: -10px;
    left: 10px
}

#powerTip.se:before {
    border-bottom-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-left: 0;
    border-right: 10px solid transparent;
    left: 10px;
    top: -10px
}

#powerTip.sw:before {
    border-bottom-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-left: 10px solid transparent;
    border-right: 0;
    right: 10px;
    top: -10px
}

#powerTip.se-alt:before {
    border-bottom-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: none;
    bottom: auto;
    left: auto;
    right: 10px;
    top: -10px
}

#powerTip.sw-alt:before {
    border-bottom-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: none;
    bottom: auto;
    left: 10px;
    top: -10px
}

#offcanvas-menu.toggled {
    transform: translateX(0)
}

#offcanvas-menu {
    background: #313131;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(280px);
    transition: .5s;
    width: 250px;
    z-index: 99999
}

.menu-wrapper {
    height: 100%;
    overflow: auto;
    padding-top: 60px
}

.menu-toggle i {
    background-color: #313131;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.menu-toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    transition: .1s;
    z-index: 9999
}

.menu-toggle.sticky {
    background-color: #e4eaee;
    border-radius: 0;
    padding: 10px 10px 10px 0;
    position: fixed;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%
}

.menu-toggle.sticky::before {
    background: url(images/logo-m_2.webp) no-repeat;
    content: "";
    height: 28px;
    left: 0;
    margin: -15px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 160px
}

#offcanvas-menu .close-menu {
    margin-left: -20px;
    position: absolute;
    top: 15px
}

#offcanvas-menu .close-menu i {
    background-color: #ff9600;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

#offcanvas-menu .menu-wrapper li a {
    border-bottom: 1px solid #b7becd;
    color: #b7becd;
    display: block;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px
}

#offcanvas-menu .menu-wrapper li .sub-menu a {
    padding-left: 55px
}

#offcanvas-menu .menu-wrapper li a.active {
    color: #ff9600
}

.cc-window {
    -ms-flex-wrap: nowrap;
    -webkit-box-sizing: border-box;
    -webkit-transition: opacity 1s ease;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    transition: opacity 1s ease;
    z-index: 9999
}

.cc-animate.cc-revoke {
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-revoke:hover {
    -webkit-transform: translateY(0);
    text-decoration: underline;
    transform: translateY(0)
}

.cc-grower {
    -webkit-transition: max-height 1s;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-revoke {
    -ms-flex-wrap: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    overflow: hidden;
    padding: .5em;
    position: fixed;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    max-width: 24em;
    padding: 2em
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    align-items: center;
    flex-direction: row;
    padding: 1em 1.8em;
    width: 100%
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn {
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    display: block;
    font-size: .9em;
    font-weight: 700;
    padding: .4em .8em;
    text-align: center;
    white-space: nowrap
}

.cc-close {
    cursor: pointer;
    display: block;
    font-size: 1.6em;
    line-height: .75;
    opacity: .9;
    position: absolute;
    right: .5em;
    top: .5em
}

.cc-link {
    cursor: pointer;
    display: inline-block;
    opacity: .8;
    padding: .2em;
    text-decoration: underline
}

.cc-link:active,.cc-link:visited {
    color: initial
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-revoke.cc-top {
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    left: 3em;
    top: 0
}

.cc-revoke.cc-bottom {
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    bottom: 0;
    left: 3em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    left: unset;
    right: 3em
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    bottom: 0;
    left: 0;
    right: 0
}

.cc-banner .cc-message {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    display: block;
    flex: 1 1 auto;
    margin-right: 1em;
    max-width: 100%
}

.cc-compliance {
    -ms-flex-align: center;
    -ms-flex-line-pack: justify;
    -webkit-box-align: center;
    align-content: space-between;
    align-items: center;
    display: flex
}

.cc-floating .cc-compliance>.cc-btn {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

.cc-floating.cc-theme-classic {
    border-radius: 5px;
    padding: 1.2em
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    -ms-flex: none;
    -webkit-box-flex: 0;
    display: inline;
    flex: none;
    text-align: center
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em;
    margin-bottom: 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    height: 100%;
    margin: 0;
    padding: .8em 1.8em
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

a>* {
    cursor: pointer;
    outline: none;
    text-decoration: none
}

.navbar a {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.domain-page .header-title .domain-section .domain-wrapper,.homePageThree .domain-section .domain-wrapper,.no-margin,p img {
    margin: 0
}

ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

strong2 {
    color: #FFCE57
}

.destaque.laranja {
    color: #ff7100;
    font-weight: 900
}

.facebook-bg {
    background-color: #106ed2
}

.twitter-bg {
    background-color: #3ad0fb
}

.linkedin-bg {
    background-color: #1379bb
}

.section-padding {
    padding: 30px 0
}

.ml-30 {
    margin-left: 30px
}

.mr-30 {
    margin-right: 30px
}

input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: #fff
}

input[type="email"],input[type="password"],input[type="search"],input[type="text"],input[type="url"] {
    -khtml-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin: 0;
    max-width: 100%;
    outline: none
}

.bottom-nevigation .pagination li.active>a {
    background-color: #ff7800;
    border-color: #ff7800;
    color: #FFF
}

.bottom-nevigation .pagination li.active>a:active,.bottom-nevigation .pagination li.active>a:focus,.bottom-nevigation .pagination li.active>a:hover,.domain-list-section .list-container .table-bordered thead tr,.hosting-price-section .hosting-carousel .carousel-wrapper:hover,.hosting-price-section .hosting-carousel .owl-dots .owl-dot.active span,.offer-section .offer-carousel .owl-dots .owl-dot.active span,.priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .btn::before,.priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .header,.priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head,.priceing-section .priceing-option .nav-tabs li.active a,.priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .btn::before,.priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .header,.priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head,.priceing-section2 .first-priceing-table .priceing-wrapper.premium-wrapper .btn::before,.priceing-section2 .first-priceing-table .priceing-wrapper.premium-wrapper .header,.priceing-section2 .priceing-option .nav-tabs li.active a,.priceing-section2 .second-priceing-table .priceing-wrapper.premium-wrapper .btn::before,.priceing-section2 .second-priceing-table .priceing-wrapper.premium-wrapper .header,.priceing-section2 .second-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head,.service-section .service-wrapper .nav-tabs li.active:hover,.testimonial-section #testimonial-carousel-two .carousel-indicators li.active,input:checked+.slider {
    background-color: #ff7800
}

.bottom-nevigation .pagination li a {
    background-color: transparent;
    border-radius: 0;
    color: #000;
    font-weight: 700;
    height: 40px;
    line-height: 25px;
    margin: 0 4px;
    width: 40px
}

.bottom-nevigation .pagination>li>a:focus,.bottom-nevigation .pagination>li>a:hover,.bottom-nevigation .pagination>li>span:focus,.bottom-nevigation .pagination>li>span:hover,.empresa-section .empresa-wrapper .nav-tabs li a:hover,.homePageTwo .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li,.option-section .option-tab .nav-tabs li a:hover,.service-section .service-wrapper .nav-tabs li a:focus,.service-section .service-wrapper .nav-tabs li a:hover,.service-section .service-wrapper .nav-tabs li.active a,.support-section .nav-tabs li a:hover {
    background-color: transparent
}

.header-title {
    background: url(images/sub/share-host-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 150px 0 100px
}

.header-title .title {
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 0
}

.page-title {
    background-color: #000;
    padding: 18px 0
}

.page-title h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.page-title h4 span {
    color: #fff;
    font-size: 16px
}

.page-title a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline
}

.domain-page .header-title .domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar,.homePageTwo .header-section .navbar .navbar-collapse .navbar-nav li.active,.priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .priceing-content,.priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .priceing-content,.priceing-section2 .first-priceing-table .priceing-wrapper.premium-wrapper .priceing-content,.priceing-section2 .second-priceing-table .priceing-wrapper.premium-wrapper .priceing-content,.sub-page .header-section .navbar {
    background-color: #FFF
}

.header-section .top-bar {
    border-bottom: 1px solid #e1e6ed;
    padding: 5px 0
}

.header-section .top-bar .header-left-bar .contact-wrapper li {
    color: #2c354c;
    display: inline-block;
    font-size: 16px;
    margin-right: 25px
}

.header-section .top-bar .header-left-bar .contact-wrapper li i,.hosting-price-section .hosting-carousel .carousel-wrapper p,.news-section .news-left-bar .news-wrapper .wrapper-content .link a,.news-section .single-news .news-wrapper .wrapper-content .link a,.priceing-section2 .section-title p {
    color: #2c354c
}

.header-section .top-bar .header-right-bar .social-icon {
    font-size: 14px;
    line-height: 10px;
    margin: 0;
    margin-top: 10px;
    vertical-align: sub
}

.header-section .top-bar .header-right-bar .social-icon li {
    display: inline-block;
    margin: 0 5px;
    margin-top: 10px
}

.header-section .top-bar .header-right-bar .social-icon li a {
    color: #2c354c;
    font-size: 14px;
    text-decoration: none
}

.artical-section .artical-wrapper .artical-content h3 a:hover,.data-center-section .data-center-carousel .center-wrapper .link:hover,.domain-section .domain-sidebar .btn:hover a,.footer-section .copy-right .social-icon li a:hover,.footer-section .footer-container .footer-wrapper .contact-wrapper li a:hover,.footer-section .footer-container .footer-wrapper .wrapper-option li a:hover,.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li a:hover,.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li.active a,.header-section .top-bar .header-right-bar .social-icon li a:hover,.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.active a,.homePageTwo .header-section .feature .feature-wrapper li a:hover,.hosting-price-section .hosting-carousel .carousel-wrapper h3 a,.joining-section .btn:hover a,.news-section .news-left-bar .news-wrapper .wrapper-content .link a:hover,.news-section .news-right-bar .widget-archive ul li a:hover,.news-section .news-right-bar .widget-category ul li a:hover,.news-section .news-right-bar .widget-post ul li .post-desk h5 a:hover,.news-section .news-right-bar .widget-tag ul li a:hover,.news-section .news-right-bar .widget-tag ul li:nth-child(1) a:hover,.news-section .news-right-bar .widget-tag ul li:nth-child(10) a:hover,.news-section .news-right-bar .widget-tag ul li:nth-child(11) a:hover,.news-section .news-right-bar .widget-tag ul li:nth-child(12) a:hover,.news-section .news-right-bar .widget-tag ul li:nth-child(13) a:hover,.news-section .news-right-bar .widget-tag ul li:nth-child(2) a:hover,.news-section .news-right-bar .widget-tag ul li:nth-child(3) a:hover,.news-section .news-right-bar .widget-tag ul li:nth-child(4) a:hover,.news-section .news-right-bar .widget-tag ul li:nth-child(5) a:hover,.news-section .news-right-bar .widget-tag ul li:nth-child(6) a:hover,.news-section .news-right-bar .widget-tag ul li:nth-child(7) a:hover,.news-section .news-right-bar .widget-tag ul li:nth-child(8) a:hover,.news-section .news-right-bar .widget-tag ul li:nth-child(9) a:hover,.news-section .single-news .news-wrapper .wrapper-content .link a:hover,.news-section .single-news .widget .widget-social ul li a:hover,.option-section .option-tab .tab-content .content-wrapper h4 a,.priceing-section .second-priceing-table h4 a,.priceing-section .second-priceing-table h4 a:hover,.priceing-section2 .second-priceing-table h4 a,.priceing-section2 .second-priceing-table h4 a:hover,.service-bottom-text h2 span,.team-section .team-wrapper .wrapper-contant ul li i:hover,.team-section .team-wrapper:hover .wrapper-contant h3>a {
    color: #ff7800
}

.header-section .top-bar .header-right-bar .social-icon li a i {
    font-size: 18px
}

.header-section .top-bar .header-right-bar .access li {
    display: inline-block;
    font-size: 14px;
    margin-left: 8px;
    padding: 0 2px
}

.header-section .top-bar .header-right-bar .access li a {
    align-items: center;
    background-color: #68AB39;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff!important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 5px;
    line-height: 1;
    padding: 14px 14px;
    position: relative;
    text-decoration: none;
    top: 8px;
    transition: all 0.3s ease
}

#login-modeal {
    -khtml-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    background: #FFF;
    border-radius: 8px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: -10%;
    transform: translateY(50px);
    transition: 1s;
    visibility: hidden;
    width: 60%;
    z-index: 999
}

#login-modeal.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    z-index: 1000
}

#login-modeal .logout-box {
    background-color: #73b743;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    display: block;
    padding: 5px 0;
    text-align: center
}

#login-modeal .logout-box a,.achivement-section .empresas-wrapper .btn a,.bg-dominio .searching-wrapper p,.domain-page .header-title .domain-section .domain-wrapper h3,.domain-section .domain-sidebar .btn a,.domain-section .domain-wrapper p,.footer-section .footer-container .footer-wrapper .contact-wrapper li a,.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li a,.homePageTwo .header-section .feature .feature-wrapper li a,.homePageTwo .header-section .navbar .navbar-collapse .navbar-nav li a,.homePageTwo .slider-section .medium-text,.homePageTwo .slider-section .medium-text .theme-color,.hosting-price-section .hosting-carousel .carousel-wrapper:hover .price,.hosting-price-section .hosting-carousel .carousel-wrapper:hover .price .package,.hosting-price-section .hosting-carousel .carousel-wrapper:hover .price sub,.hosting-price-section .hosting-carousel .carousel-wrapper:hover h3 a,.hosting-price-section .hosting-carousel .carousel-wrapper:hover p,.joining-section .btn a,.optimized-section .content-wrapper p,.optimized-section2 .content-wrapper p,.package-section .btn a,.package-section .package-wrapper:hover .amount,.package-section .package-wrapper:hover .amount .link-color,.package-section .package-wrapper:hover p,.page-home .searching-wrapper p,.page-padrao .searching-wrapper p,.performance-section .wrapper-content .video-content a,.priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head .amount,.priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head .amount,.priceing-section2 .first-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head .amount,.priceing-section2 .second-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head .amount,.process-section .process-wrapper .process-content .btn a,.session-page .content-wrapper p {
    color: #FFF
}

#login-modeal .logout-box i {
    background-color: transparent;
    border-radius: 50%;
    color: #FFF;
    float: right;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-right: 15px;
    width: 25px
}

#login-modeal .search-bar .modalSearchBar {
    background-color: transparent;
    border: 2px solid #eee;
    color: #a9a9a9;
    padding: 5px 20px;
    width: 100%
}

#login-modeal .search-bar .form-control {
    background-color: transparent;
    border: 2px solid #eee;
    box-shadow: none;
    color: #a9a9a9;
    margin-top: 10px;
    padding: 18px 20px;
    width: 100%
}

.header-section .navbar {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    min-height: auto;
    position: absolute;
    width: 100%;
    z-index: 998
}

.header-section .navbar::before {
    background: url(images/logo-bg.jpg) no-repeat;
    height: 90px;
    left: 0;
    position: absolute;
    top: 0;
    width: 660px;
    z-index: 1
}

.header-section .navbar .navbar-header {
    position: relative;
    z-index: 5
}

.header-section .navbar .navbar-header .navbar-brand {
    margin: 0;
    padding: 0
}

.header-section .navbar .navbar-header .navbar-brand img {
    margin-left: 20px;
    padding: 33px 0
}

.header-section .navbar.sticky {
    background-color: #FFF;
    box-shadow: 0 0 20px 0 rgba(64,64,64,.16);
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998
}

.header-section .navbar.sticky .navbar-collapse .navbar-nav li:hover .dropdown {
    z-index: 9
}

.header-section .navbar.sticky .navbar-collapse .navbar-nav li .dropdown {
    z-index: -1
}

.header-section .navbar .navbar-collapse .navbar-nav {
    margin-right: 88px
}

.header-section .navbar .navbar-collapse .navbar-nav li {
    font-size: 16px;
    margin-right: 28px;
    position: relative
}

.header-section .navbar .navbar-collapse .navbar-nav li a {
    color: #2c354c;
    line-height: 100px;
    padding: 0
}

.header-section .navbar .navbar-collapse .navbar-nav li a:hover,.header-section .navbar .navbar-collapse .navbar-nav li.active-drop>a {
    background-color: transparent;
    color: #ff7100
}

.header-section .navbar .navbar-collapse .navbar-nav li.active a {
    background-color: transparent;
    color: #ff7800
}

.header-section .navbar .navbar-collapse .navbar-nav li.active-drop .menu-chevron {
    -webkit-transform: rotate(180deg);
    -webkit-transition: transform .3s;
    transform: rotate(180deg);
    transition: transform .3s
}

.header-section .navbar .navbar-collapse .navbar-nav li .menu-chevron {
    -webkit-transform: rotate(0deg);
    -webkit-transition: transform .3s;
    transform: rotate(0deg);
    transition: transform .3s
}

.header-section .navbar.sticky .navbar-collapse .navbar-nav li.dropdown.active-drop .dropdown-menu,.header-section .navbar.sticky .navbar-collapse .navbar-nav li:has(.megamenu) .megamenu {
    border-radius: 0 0 8px 8px
}

.header-section .navbar .navbar-collapse .navbar-nav li.dropdown.active-drop .dropdown-menu {
    border-radius: 10px;
    opacity: 1;
    top: 100px;
    transform: translateY(0%);
    transition-delay: 0s,0s,0.3s;
    visibility: visible;
    z-index: 1
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
    background-color: #FFF;
    border: 0;
    display: block;
    left: -65px;
    min-width: 250px;
    opacity: 0;
    padding: 10px 0;
    top: 88px;
    transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s,visibility 0s linear 0.3s,z-index 0s linear 0.01s;
    visibility: hidden;
    z-index: -1
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    font-size: 16px;
    margin: 0 25px;
    padding: 0 5px;
    transition: 0.5s
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a:hover,.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li.active a {
    color: #ff7800!important
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
    color: #2c354c!important;
    font-weight: 500;
    line-height: 45px
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover .sub-dropdown {
    opacity: 1;
    right: -136%
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu .sub-dropdown {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    background-color: #FFF;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: -120%;
    top: 0;
    transition: 0.5s;
    width: 180px
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
    background-color: #FFF;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    display: flex;
    left: -770px;
    opacity: 0;
    padding: 40px 20px 40px 40px;
    position: absolute;
    top: 88px;
    transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s,visibility 0s linear 0.3s,z-index 0s linear 0.01s;
    visibility: hidden;
    width: 1150px;
    z-index: -1
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu #menu-carousel {
    margin-bottom: 40px
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu #menu-carousel .carousel-indicators {
    left: -40px;
    margin: 0 auto;
    right: 0;
    width: 100%
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu #menu-carousel .carousel-indicators li {
    border: 1px solid #FFF;
    height: 7px;
    margin: 0;
    width: 20px
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li {
    flex: 1;
    margin: 0;
    padding: 0
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content {
    padding-top: 5px
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content h4 {
    color: #ff7800;
    font-size: 17px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content .message,.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content .number {
    color: #676767;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown {
    background-color: #FFF;
    padding: 30px 0;
    position: relative;
    top: 0;
    width: auto
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    border-right: 0;
    font-size: 16px;
    margin: 0 25px;
    padding: 0 5px;
    transition: 0.5s
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li a {
    color: #2c354c;
    line-height: 45px
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li:hover .sub-dropdown {
    opacity: 1;
    right: -170%
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown .sub-dropdown {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    background-color: #222;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: -120%;
    top: 0;
    transition: 0.5s;
    width: 180px
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-indicators {
    bottom: -35px
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .item {
    opacity: 0;
    transition-property: opacity
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active.left,.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    transform: translate3d(0,0,0)
}

.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .next,.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .prev {
    left: 0;
    transform: translate3d(0,0,0)
}

.header-section .navbar .navbar-collapse .navbar-nav li.active-drop .megamenu {
    border-radius: 10px 10px 10px 10px;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 101px;
    transform: translateX(-50%) translateY(0%);
    transition: opacity 0.3s ease,transform 0.3s ease;
    visibility: visible;
    width: 1200px;
    z-index: 1
}

.header-section .navbar .navbar-collapse .navbar-nav li:has(.megamenu) {
    position: static!important
}

.header-section .navbar .chat-box .btn-primary {
    -webkit-box-shadow: 0 5px #e2801c;
    background-color: #ff7800;
    box-shadow: 0 5px #e2801c;
    font-size: 16px;
    margin: 24px 0;
    padding: 5px 14px
}

.account-section .account-wrapper .form-section .support-form .form-group .btn:hover,.header-section .navbar .chat-box .btn-primary:hover,.hosting-section .hosting-wrapper .btn:hover,.map-section .form-section .support-form .form-group .btn:hover,.package-section .btn:hover {
    -webkit-box-shadow: 0 3px #ff7800;
    box-shadow: 0 3px #ff7800
}

.package-section .package-wrapper {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    border: 3px solid #ff7800;
    border-radius: 15px;
    padding: 100px 0 20px;
    transition: 0.5s
}

.package-section .package-wrapper:hover {
    background-color: #ff7800;
    border-color: #ff7800;
    box-shadow: 0 0 10px #656565
}

.package-section .package-wrapper .amount {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    color: rgb(31,32,68);
    font-family: 'Quicksand';
    font-size: 48px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 60px;
    transition: 0.5s
}

.package-section .package-wrapper .amount sub {
    font-size: 24px;
    vertical-align: top
}

.package-section .package-wrapper .amount .link-color {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #ff7800;
    display: block;
    font-size: 18px;
    line-height: 45px;
    transition: 0.5s
}

.package-section .package-wrapper p {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #6f7a8a;
    line-height: 36px;
    transition: 0.5s
}

.package-section .btn {
    background-color: #ff7800;
    box-shadow: 0 5px #ff7800;
    font-weight: 500;
    margin-top: 90px;
    padding: 12px 43px
}

.domain-page .contato-section .contato-wrapper .search-bar .subscribeBtn:hover,.package-section .btn.active.focus,.package-section .btn.active:hover,.package-section .btn:focus,.priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .btn.active.focus,.priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .btn:focus,.priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .btn.active.focus,.priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .btn:focus,.priceing-section2 .first-priceing-table .priceing-wrapper.premium-wrapper .btn.active.focus,.priceing-section2 .first-priceing-table .priceing-wrapper.premium-wrapper .btn:focus,.priceing-section2 .second-priceing-table .priceing-wrapper.premium-wrapper .btn.active.focus {
    -webkit-box-shadow: 0 3px #ff7800;
    background-color: #ff7800;
    box-shadow: 0 3px #ff7800;
    top: 2px
}

.package-section .btn.active,.priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .btn.active,.priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .btn.active,.priceing-section2 .first-priceing-table .priceing-wrapper.premium-wrapper .btn.active,.priceing-section2 .second-priceing-table .priceing-wrapper.premium-wrapper .btn.active {
    -webkit-box-shadow: 0 5px #e2801c;
    background-color: #ff7800;
    box-shadow: 0 5px #e2801c;
    top: 0
}

.empresa-section {
    padding: 35px 0 80px
}

.empresa-section .empresa-wrapper .nav-tabs {
    background-color: #ff7800;
    border: 0;
    border-radius: 8px
}

.empresa-section .empresa-wrapper .nav-tabs li.active>a {
    background-color: #e2801c;
    border: 0;
    border-radius: 8px;
    color: #FFF
}

.empresa-section .empresa-wrapper .nav-tabs li.active>a:hover {
    background-color: #e2801c;
    border: 0
}

.empresa-section .empresa-wrapper .nav-tabs li a {
    border: 0;
    border-radius: 0;
    color: #FFF;
    font-family: 'Quicksand';
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-right: 0;
    padding: 12px 50px
}

.empresa-section .empresa-wrapper .empresa-content {
    padding-top: 68px
}

.empresa-section .empresa-wrapper .empresa-content h3 {
    color: rgb(31,32,68);
    font-size: 48px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 42px
}

.empresa-section .empresa-wrapper .empresa-content p,.offer-section .offer-carousel .carousel-wrapper p {
    color: #2c354c;
    margin-bottom: 30px
}

.team-section {
    background-color: #dfdbce!important;
    padding-bottom: 55px
}

.option-section .option-tab .tab-content .content-wrapper,.team-section .section-title {
    margin-bottom: 55px
}

.team-section .section-title h2 {
    color: rgb(31,32,68);
    font-size: 48px;
    line-height: 30px;
    margin-bottom: 25px
}

.team-section .section-title p {
    color: #545d6a;
    margin: 0
}

.team-section .team-wrapper {
    margin-bottom: 66px
}

.team-section .team-wrapper img {
    border-radius: 8px;
    height: 185px;
    width: 100%
}

.team-section .team-wrapper .wrapper-contant h3 {
    margin: 20px 0 10px
}

.team-section .team-wrapper .wrapper-contant h3 a {
    color: #2c354c;
    font-size: 30px;
    font-weight: 600
}

.team-section .team-wrapper .wrapper-contant .position {
    border-bottom: 1px solid #b7b3a5;
    color: #616872;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 20px;
    padding-bottom: 12px
}

.team-section .team-wrapper .wrapper-contant ul li i {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #2c354c;
    font-size: 30px;
    margin-right: 6px;
    transition: 0.5s
}

.joining-section {
    background: url(https://brcloudhost.com.br/assets/images/join-bg.png) no-repeat;
    background-size: cover;
    padding: 28px 0
}

.joining-section h2 {
    color: #FFF;
    display: inline-block;
    font-family: 'Quicksand';
    font-size: 30px;
    font-weight: 400;
    margin: 0
}

.joining-section .btn {
    background-color: #2c354c;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 29px
}

.joining-section .btn i {
    color: #ff7800;
    margin-right: 5px
}

.domain-section {
    background: url(images/domain-bg.jpg) no-repeat center top;
    background-size: cover;
    position: relative
}

.domain-section .domain-wrapper {
    margin: 93px 0
}

.domain-section .domain-wrapper h3 {
    color: #2c354c;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px
}

.domain-section .domain-wrapper .domain-bar,.ovrview-left,.priceing-section .first-priceing-table,.priceing-section2 .first-priceing-table {
    margin-top: 25px
}

.domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
    background-color: #dde1e6;
    border: 0;
    border-radius: 5px 0 0 5px;
    color: #67707e;
    font-size: 18px;
    padding: 21px 40px;
    width: 60%
}

.domain-section .domain-wrapper .domain-bar .subscribeForm .option .btn {
    background-color: #d0d3d8;
    border: 0;
    border-radius: 0;
    color: #596777;
    font-size: 18px;
    font-weight: 500;
    margin: -3px 0 0 -3px;
    padding: 21.5px 25px 21px
}

.domain-section .domain-wrapper .domain-bar .subscribeForm .subscribeBtn {
    background-color: #ff7800;
    border: 0;
    border-radius: 0 5px 5px 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0 -4px;
    padding: 21px 56px
}

.bg-dominion .searching-wrapper .package,.domain-section .domain-wrapper .package {
    display: flex;
    margin: 18px 0 28px
}

.domain-section .domain-wrapper .package li {
    color: #ff7800;
    flex: 1;
    font-size: 24px;
    line-height: 30px
}

.domain-section .domain-sidebar {
    background: url(images/domain/domain-side.jpg) no-repeat;
    background-size: cover;
    margin-left: 65px;
    padding: 50px 25px
}

.domain-section .domain-sidebar h4 {
    color: #FFF;
    font-family: 'Quicksand';
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 25px 0 25px
}

.domain-section .domain-sidebar .btn {
    background-color: #e74c3c;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 0;
    width: 100%
}

.page-home {
    background: #ff7800;
    background-size: cover;
    padding: 150px 0 70px;
    position: relative
}

.bg-dominio .searching-wrapper,.page-home .searching-wrapper,.page-padrao .searching-wrapper {
    margin-right: 60px
}

.page-home .searching-wrapper h1 {
    color: #FFF;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3
}

.page-home .searching-wrapper h4 {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1
}

.bg-dominio .caption .caption-one,.page-home .caption .caption-one,.page-padrao .caption .caption-one {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: -28%;
    text-align: center;
    top: 15%;
    width: 150px;
    z-index: 2
}

.page-home .caption .caption-two {
    position: absolute;
    right: 10%;
    top: 100px
}

.home-area {
    background-color: #000;
    background-size: 100% auto;
    padding: 120px 0 50px
}

.session-page {
    background-color: #ff7100!important;
    min-height: 200px;
    padding: 50px 0 50px
}

.optimized-section .content-wrapper,.optimized-section2 .content-wrapper,.session-page .content-wrapper {
    padding: 50px 70px 0 40%
}

.optimized-section .content-wrapper h3,.optimized-section2 .content-wrapper h3,.session-page .content-wrapper h3 {
    color: #FFF;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 32px
}

.optimized-section .content-wrapper h4,.optimized-section2 .content-wrapper h4,.session-page .content-wrapper h4 {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 32px
}

.optimized-section .content-wrapper .btn,.optimized-section2 .content-wrapper .btn,.session-page .content-wrapper .btn {
    -webkit-box-shadow: 0 5px #e2801c;
    background-color: #ff7800;
    box-shadow: none;
    padding: 10px 28px
}

.find-support-section .search-bar .subscribeForm .subscribeBtn:hover,.news-section .single-news .section-bottom .reserve-blog-form .subscribeBtn:hover,.optimized-section .content-wrapper .btn:hover,.optimized-section2 .content-wrapper .btn:hover,.priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .btn:hover,.priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .btn:hover,.priceing-section2 .first-priceing-table .priceing-wrapper.premium-wrapper .btn:hover,.priceing-section2 .second-priceing-table .priceing-wrapper.premium-wrapper .btn:hover,.session-page .content-wrapper .btn:hover {
    -webkit-box-shadow: 0 3px #ff7800;
    background-color: #ff7800;
    box-shadow: 0 3px #ff7800
}

.session-page .caption {
    padding: 40px 0 27px 180px
}

.optimized-section .caption-home,.session-page .caption-home {
    padding: 100px 0 0 140px
}

.video-area {
    background-color: #ff7100;
    background-size: 100% auto;
    padding: 120px 0 50px
}

.video-area h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px;
    margin-bottom: 10px;
    margin-top: 20px
}

.caption-cont h1 {
    color: #FFF;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.3
}

.caption-cont h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: 25px
}

.caption-cont h3,.server-space-section2 .section-title h3,.server-space-section4 .section-title h3 {
    color: #FFF;
    font-family: quicksand;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px;
    margin-bottom: 10px;
    margin-top: 20px
}

.caption-cont h4 {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 15px;
    text-transform: uppercase
}

.caption-cont p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 15px
}

.caption-cont ul li {
    color: #fff;
    font-weight: 500
}

.caption-cont ul {
    margin: 0 0 10px
}

.caption-cont ul li i {
    color: #2ed573
}

.caption-cont-mobile h1 {
    color: #FFF;
    font-size: 55px;
    font-weight: 600;
    line-height: 1.3
}

.caption-cont-mobile h3 {
    color: #FFF;
    font-family: 'Quicksand';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px
}

.caption-img {
    padding: 30px 0 5px
}

.caption-img2,.caption-video {
    padding: 0 0 0
}

.caption-video p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 5px;
    padding-top: 10px
}

.featured {
    color: #f3d925
}

.featured2 {
    color: #ff7100
}

.page-padrao {
    background: #141414;
    background-size: cover;
    padding: 150px 0 93px;
    position: relative
}

.page-padrao .searching-wrapper h1 {
    color: #FFF;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1
}

.page-padrao .searching-wrapper h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    line-height: 60px
}

.page-padrao .caption .caption-two {
    position: absolute;
    right: 10%;
    top: 90px
}

.bg-dominio {
    background: #000;
    background-size: cover;
    padding: 108px 0 80px;
    position: relative
}

.bg-dominio .searching-wrapper h3,.bg-dominion .searching-wrapper h1 {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px
}

.bg-dominio .searching-wrapper .search-bar {
    margin-top: 43px
}

.bg-dominio .searching-wrapper .search-bar .subscribeForm .domainSearchBar {
    background-color: #FFF;
    border: 0;
    border-radius: 5px 0 0 5px;
    color: #67707e;
    font-size: 18px;
    padding: 21px 40px;
    width: 60%
}

.bg-dominio .searching-wrapper .search-bar .subscribeForm .option {
    background-color: #bfcadb;
    display: inline-block
}

.bg-dominio .searching-wrapper .search-bar .subscribeForm .option .btn {
    border: 0;
    border-radius: 0;
    color: #596777;
    font-size: 18px;
    font-weight: 500;
    margin: -3px 0 0 -3px;
    padding: 21.5px 25px 21px
}

.bg-dominio .searching-wrapper .search-bar .subscribeForm .optionBtn {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #bfcadb;
    border: 0;
    border-radius: 0;
    color: #596777;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 100%;
    margin: -3px 0 0 -3px;
    padding: 21.5px 25px 21px;
    text-overflow: ''
}

.bg-dominio .searching-wrapper .search-bar .subscribeForm .subscribeBtn {
    background-color: #73b743;
    border: 0;
    border-radius: 0 5px 5px 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0 -4px;
    padding: 21px 56px
}

.bg-dominio .searching-wrapper .package li {
    color: #FFF;
    flex: 1;
    font-size: 24px;
    line-height: 30px
}

.bg-dominio .caption .caption-two {
    position: absolute;
    right: 7%;
    top: 125px
}

.priceing-section .section-title p {
    color: #2c354c;
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin: 0 0 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
}

.priceing-section .priceing-option,.priceing-section2 .priceing-option {
    margin: 50px 0 0
}

.priceing-section .priceing-option .nav-tabs li,.priceing-section2 .priceing-option .nav-tabs li {
    display: inline-block;
    float: none;
    font-size: 20px;
    margin: 0;
    position: relative
}

.priceing-section .priceing-option .nav-tabs li.active::before,.priceing-section2 .priceing-option .nav-tabs li.active::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff7800;
    bottom: -30px;
    content: "";
    height: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 20px
}

.priceing-section .priceing-option .nav-tabs li a,.priceing-section2 .priceing-option .nav-tabs li a {
    background-color: #ff7800;
    border: 0;
    border-radius: 0;
    color: #FFF;
    padding: 10px 45px
}

.priceing-section .first-priceing-table .priceing-wrapper,.priceing-section2 .first-priceing-table .priceing-wrapper {
    background-color: #eaf0f3;
    border-radius: 15px 0 0 15px;
    box-shadow: -2px 0 10px #dadada;
    margin-left: -10px;
    margin-top: 70px
}

.priceing-section .first-priceing-table .priceing-wrapper.first-wrapper .header,.priceing-section2 .first-priceing-table .priceing-wrapper.first-wrapper .header {
    border-radius: 15px 0 0 0
}

.priceing-section .first-priceing-table .priceing-wrapper.last-wrapper .header,.priceing-section2 .first-priceing-table .priceing-wrapper.last-wrapper .header {
    border-radius: 15px 15px 0 0;
    position: relative;
    z-index: 1
}

.priceing-section .first-priceing-table .priceing-wrapper.last-wrapper .priceing-content,.priceing-section2 .first-priceing-table .priceing-wrapper.last-wrapper .priceing-content {
    border-radius: 0 0 15px 15px
}

.priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head .option,.priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head .option,.priceing-section2 .first-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head .option,.priceing-section2 .second-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head .option {
    background-color: #ecf8ff;
    color: #201940
}

.priceing-content p {
    font-family: 'Quicksand',sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin: 0 0 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
}

.priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .btn,.priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .btn,.priceing-section2 .first-priceing-table .priceing-wrapper.premium-wrapper .btn,.priceing-section2 .second-priceing-table .priceing-wrapper.premium-wrapper .btn,.service-section .service-wrapper .nav-tabs li.active {
    -webkit-box-shadow: 0 5px #e2801c;
    background-color: #ff7800;
    box-shadow: 0 5px #e2801c
}

.priceing-section .first-priceing-table .priceing-wrapper .header,.priceing-section2 .first-priceing-table .priceing-wrapper .header {
    background-color: #FFF;
    border-radius: 15px 0 0 0;
    padding: 0 0 8px
}

.priceing-section .first-priceing-table .priceing-wrapper .header img,.priceing-section2 .first-priceing-table .priceing-wrapper .header img {
    margin-top: -40px
}

.priceing-section .first-priceing-table .priceing-wrapper .priceing-content,.priceing-section2 .first-priceing-table .priceing-wrapper .priceing-content {
    background-color: #eaf0f3;
    border-radius: 0 0 0 15px;
    padding-bottom: 45px
}

.priceing-section .first-priceing-table .priceing-wrapper .priceing-content .priceing-head,.priceing-section2 .first-priceing-table .priceing-wrapper .priceing-content .priceing-head {
    background-color: #FFF;
    margin-bottom: 25px;
    padding-bottom: 32px
}

.priceing-section .first-priceing-table .priceing-wrapper .priceing-content .priceing-head .option,.priceing-section2 .first-priceing-table .priceing-wrapper .priceing-content .priceing-head .option {
    background-color: #ff7800;
    border-radius: 25px;
    color: #FFF;
    font-family: "Roboto",sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 30px;
    padding: 5px 25px;
    text-transform: uppercase
}

.priceing-section .first-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount,.priceing-section2 .first-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount {
    color: #2c354c;
    font-family: "Dosis",sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 95px
}

.priceing-section .first-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount sub,.priceing-section2 .first-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount sub {
    font-size: 55%;
    margin-right: 4px;
    vertical-align: super
}

.priceing-section .first-priceing-table .priceing-wrapper .priceing-content .feature li,.priceing-section2 .first-priceing-table .priceing-wrapper .priceing-content .feature li {
    color: #201940;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase
}

.priceing-section .first-priceing-table .priceing-wrapper .priceing-content .feature li:nth-child(4),.priceing-section .first-priceing-table .priceing-wrapper .priceing-content .feature li:nth-child(5),.priceing-section2 .first-priceing-table .priceing-wrapper .priceing-content .feature li:nth-child(4),.priceing-section2 .first-priceing-table .priceing-wrapper .priceing-content .feature li:nth-child(5) {
    color: #201940
}

.priceing-section .first-priceing-table .priceing-wrapper .priceing-content .feature li i,.priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li i,.priceing-section2 .first-priceing-table .priceing-wrapper .priceing-content .feature li i,.priceing-section2 .second-priceing-table .priceing-wrapper .priceing-content .feature li i {
    padding-right: 5px
}

.priceing-section .first-priceing-table .priceing-wrapper .priceing-content .feature li .success>i,.priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li .success>i,.priceing-section2 .first-priceing-table .priceing-wrapper .priceing-content .feature li .success>i,.priceing-section2 .second-priceing-table .priceing-wrapper .priceing-content .feature li .success>i {
    color: #2ecc71
}

.priceing-section .first-priceing-table .priceing-wrapper .priceing-content .feature li .danger>i,.priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li .danger>i,.priceing-section2 .first-priceing-table .priceing-wrapper .priceing-content .feature li .danger>i,.priceing-section2 .second-priceing-table .priceing-wrapper .priceing-content .feature li .danger>i {
    color: #e74c3c
}

.priceing-section .first-priceing-table .priceing-wrapper .priceing-content .btn,.priceing-section2 .first-priceing-table .priceing-wrapper .priceing-content .btn {
    font-size: 20px;
    font-weight: 500;
    margin-top: 68px;
    padding: 15px 68px
}

.map-section .form-section .support-form,.priceing-section .second-priceing-table,.priceing-section2 .second-priceing-table,.server-space-section .server-space-container .text,.server-space-section2 .server-space-container .text,.server-space-section3 .server-space-container .text,.server-space-section4 .server-space-container .text {
    margin-top: 55px
}

.priceing-section .second-priceing-table .priceing-wrapper,.priceing-section2 .second-priceing-table .priceing-wrapper {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 20px #d7d7d7
}

.priceing-section .second-priceing-table .priceing-wrapper .header,.priceing-section2 .second-priceing-table .priceing-wrapper .header {
    background-color: #eaf0f3;
    border-radius: 10px 10px 0 0;
    padding: 32px 0 13px
}

.priceing-section .second-priceing-table .priceing-wrapper .priceing-content,.priceing-section2 .second-priceing-table .priceing-wrapper .priceing-content {
    padding-bottom: 30px
}

.priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head,.priceing-section2 .second-priceing-table .priceing-wrapper .priceing-content .priceing-head {
    background-color: #eaf0f3;
    padding: 8px 0 32px
}

.priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .option,.priceing-section2 .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .option {
    background-color: #ff7800;
    border-radius: 25px;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 55px;
    padding: 3px 30px;
    text-transform: uppercase
}

.priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount {
    color: rgb(31,32,68);
    font-family: "Dosis",sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 60px
}

.priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount sub,.priceing-section2 .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount sub {
    font-size: 55%;
    padding-left: 5px;
    top: 2px;
    vertical-align: super
}

.priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount sub span,.priceing-section2 .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount sub span {
    font-size: 14px;
    font-weight: 400;
    left: 7px;
    position: absolute;
    top: 35px
}

.priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount sup,.priceing-section2 .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount sup {
    font-size: 40%;
    vertical-align: super
}

.priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature,.priceing-section2 .second-priceing-table .priceing-wrapper .priceing-content .feature {
    padding: 20px 0 30px
}

.priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li,.priceing-section2 .second-priceing-table .priceing-wrapper .priceing-content .feature li {
    color: #201940;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px
}

.priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li:nth-child(4),.priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li:nth-child(5),.priceing-section2 .second-priceing-table .priceing-wrapper .priceing-content .feature li:nth-child(4),.priceing-section2 .second-priceing-table .priceing-wrapper .priceing-content .feature li:nth-child(5) {
    color: rgb(31,32,68)
}

.priceing-section .second-priceing-table .priceing-wrapper .priceing-content .btn,.priceing-section2 .second-priceing-table .priceing-wrapper .priceing-content .btn {
    margin-top: 38px;
    padding: 12px 65px
}

.priceing-section .second-priceing-table h4,.priceing-section2 .second-priceing-table h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    margin: 75px 0 0
}

.priceing-section2 .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount {
    color: rgb(31,32,68);
    font-family: "Dosis",sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px
}

.process-section .process-wrapper {
    padding-top: 12px
}

.process-section .process-wrapper .process-content h3 {
    color: rgb(31,32,68);
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 33px
}

.process-section .process-wrapper .process-content p {
    color: #2c354c;
    font-size: 16px;
    font-weight: 500
}

.process-section .process-wrapper .process-content .btn {
    -webkit-box-shadow: 0 6px #68AB39;
    background-color: #73b743;
    box-shadow: 0 6px #68AB39;
    font-size: 18px;
    font-weight: 500;
    margin: 22px 0 0;
    padding: 10px 29px
}

.process-section .process-wrapper .process-content .btn:hover {
    -webkit-box-shadow: 0 3px #73b743;
    background-color: #73b743;
    box-shadow: 0 3px #73b743
}

.process-section .process-wrapper .process-content .btn.active.focus,.process-section .process-wrapper .process-content .btn:focus {
    -webkit-box-shadow: 0 3px #73b743;
    background-color: #73b743;
    box-shadow: 0 3px #73b743;
    top: 2px
}

.process-section .process-wrapper .process-content .btn.active {
    -webkit-box-shadow: 0 6px #68AB39;
    background-color: #73b743;
    box-shadow: 0 6px #68AB39;
    top: 0
}

.process-section .process-wrapper .process-content .btn.first-btn {
    margin-bottom: 115px
}

.counting-section {
    background: url(images/counter-bg.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    padding: 185px 0 145px;
    position: relative
}

.counting-section .counting-pusher {
    display: flex;
    z-index: 1
}

.counting-section .counting-pusher .counting-wrapper,.service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .detail-wrapper .detail {
    flex: 1
}

.counting-section .counting-pusher .counting-wrapper .count-description {
    color: #fff;
    font-family: 'Quicksand';
    font-size: 60px;
    font-weight: 700;
    line-height: 50px;
    margin: 35px 0 5px
}

.counting-section .counting-pusher .counting-wrapper p {
    color: #ff7800;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px
}

.testimonial-section #testimonial-carousel-two {
    padding-bottom: 85px
}

.testimonial-section #testimonial-carousel-two .carousel-indicators {
    bottom: -15px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100%
}

.testimonial-section #testimonial-carousel-two .carousel-indicators li {
    background-color: silver;
    border: 0;
    height: 15px;
    margin: 0 3px;
    width: 15px
}

.testimonial-section #testimonial-carousel-two .carousel-inner .carousel-wrapper {
    background-color: #ff7800;
    border-radius: 15px;
    box-shadow: 0 0 10px #f4bf8f;
    margin-left: 40px;
    margin-top: 40px;
    padding: 48px 45px 32px;
    position: relative
}

.testimonial-section #testimonial-carousel-two .carousel-inner .carousel-wrapper .carousel-image {
    left: -40px;
    position: absolute;
    top: -40px
}

.testimonial-section #testimonial-carousel-two .carousel-inner .carousel-wrapper .carousel-image img {
    border: 4px solid #ff7800;
    border-radius: 50px;
    height: 81px;
    width: 81px
}

.testimonial-section #testimonial-carousel-two .carousel-inner .carousel-wrapper h3 {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px
}

.testimonial-section #testimonial-carousel-two .carousel-inner .carousel-wrapper p {
    color: #FFF;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 22px
}

.testimonial-section #testimonial-carousel-two .carousel-inner .carousel-wrapper .title {
    color: #FFF;
    font-size: 18px;
    font-weight: 500
}

.testimonial-section #testimonial-carousel-two .carousel-inner .carousel-wrapper .position {
    color: #FFF;
    display: block;
    font-size: 14px;
    line-height: 10px
}

.achivement-section .section-title {
    margin-bottom: 35px
}

.achivement-section .empresas-wrapper .empresas-logo li {
    display: inline-block;
    margin: 20px
}

.achivement-section .empresas-wrapper p {
    font-size: 20px;
    line-height: 36px;
    margin: 15px 0 50px
}

.achivement-section .empresas-wrapper .btn {
    -webkit-box-shadow: 0 5px #e2801c;
    background-color: #68AB39;
    box-shadow: 0 5px #e2801c;
    font-size: 20px;
    padding: 14px 40px
}

.achivement-section .empresas-wrapper .btn:hover {
    -webkit-box-shadow: 0 3px #68AB39;
    box-shadow: 0 3px #68AB39
}

.empresas-section {
    background: #000;
    background-size: cover;
    padding: 30px 0
}

.data-center-section .data-center-carousel .center-wrapper .caption img,.empresas-section .empresas-carousel img,.empresas2-section .empresas-carousel img,.hosting-price-section .hosting-carousel .carousel-wrapper .caption img,.offer-section .offer-carousel .carousel-wrapper .caption img,.servicos-section .servicos-carousel img {
    margin: 0 auto;
    width: auto
}

.empresas2-section {
    background: #f1f5f8;
    background-size: cover;
    padding: 30px 0
}

.servicos-section {
    background: #2c88b4;
    background-size: cover;
    padding: 30px 0
}

.information-section .section-title {
    margin-bottom: 70px
}

.information-section .information-wrapper {
    border: 2px solid rgb(31,32,68);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 50px 50px;
    width: 100%
}

.information-section .information-wrapper h3 {
    color: rgb(31,32,68);
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    margin-top: 33px;
    padding: 0 10px
}

.information-section .information-wrapper p {
    font-family: 'Quicksand',sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin: 0 0 15px;
    margin-bottom: 42px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
}

.information-section .information-wrapper .link {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #ff7800;
    font-size: 24px;
    letter-spacing: .3px;
    line-height: 27px;
    transition: 0.5s
}

.information-section .information-wrapper .link i {
    padding-left: 5px
}

.information-section .information-wrapper .link:hover {
    color: #ff7800;
    letter-spacing: 1px
}

.data-center-section .data-center-carousel .owl-dots,.information-section .owl-dots {
    margin-top: 60px!important
}

.information-section .owl-dots .owl-dot.active span {
    background: #ff7800;
    width: 50px
}

.information-section .owl-dots .owl-dot span {
    background: #ced5df;
    height: 14px;
    width: 14px
}

.information-section .row {
    display: flex;
    flex-wrap: wrap
}

.information-section .col-md-4 {
    display: flex
}

.service-section {
    background: #f1f5f8;
    background-size: cover
}

.server-space-section .section-title,.server-space-section3 .section-title,.server-space-section4 .section-title,.service-section .section-title {
    margin-bottom: 60px
}

.service-section .service-wrapper .nav-tabs {
    border: 0;
    display: flex
}

.service-section .service-wrapper .nav-tabs li {
    flex: 1;
    float: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 8px
}

.service-section .service-wrapper .nav-tabs li a {
    border: 0;
    color: #FFF;
    margin: 0;
    padding: 0
}

.service-section .service-wrapper .tab-content .tab-pane .service-content {
    background-color: #FFF;
    border-bottom: 5px solid #ff7800;
    margin-top: 40px;
    padding: 65px 0 46px
}

.service-section .service-wrapper .tab-content .tab-pane .service-content .caption img {
    margin-bottom: 20px;
    width: 100%
}

.service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper h3 {
    color: #2c354c;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px
}

.service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .small-text {
    color: #ff7800;
    display: block;
    font-size: 20px;
    line-height: 25px
}

.service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .bold-text {
    color: #ff7800;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px
}

.service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .detail-wrapper {
    display: flex;
    margin-top: 25px
}

.service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .detail-wrapper .detail li {
    line-height: 30px
}

.service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .detail-wrapper .detail li i {
    background-color: #596777;
    border-radius: 50%;
    color: #FFF;
    height: 15px;
    line-height: 15px;
    margin-right: 5px;
    text-align: center;
    width: 15px
}

.service-section .service-wrapper .tab-content .tab-pane .service-content p {
    line-height: 30px;
    margin: 0;
    margin-bottom: 0
}

.review-section .section-title {
    margin-bottom: 45px
}

.review-section .review-carousel .review-wrapper {
    margin-bottom: 50px;
    padding: 0 80px 60px;
    position: relative
}

.review-section .review-carousel .review-wrapper::before {
    background: #ff7800;
    background-size: cover;
    bottom: 0;
    content: "";
    height: calc(100% - 50px);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.review-section .review-carousel .review-wrapper .caption img {
    border: 3px solid #ff7800;
    border-radius: 50%;
    margin: 0 auto;
    max-width: 100%;
    width: auto
}

.review-section .review-carousel .review-wrapper h3 {
    color: #FFF;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 28px 0 0;
    position: relative;
    text-transform: uppercase
}

.review-section .review-carousel .review-wrapper h3::before {
    background: url(https://brcloudhost.com.br/assets/images/review/quote.png) no-repeat;
    content: "";
    height: 30px;
    left: -40px;
    position: absolute;
    top: -45px;
    width: 35px
}

.review-section .review-carousel .review-wrapper .position {
    color: #FFF;
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 300
}

.review-section .review-carousel .review-wrapper .review {
    margin: 2px 0 5px
}

.review-section .review-carousel .review-wrapper .review li {
    color: #feda12;
    display: inline-block;
    font-size: 18px;
    margin: 0 2px
}

.review-section .review-carousel .review-wrapper p {
    color: #FFF;
    margin: 0
}

.review-section .review-carousel .owl-dots .owl-dot.active span,.style-switcher-box .sublist ul li.color-default {
    background: #ff7800
}

.review-section .review-carousel .owl-dots .owl-dot span {
    background: #cbd1db;
    height: 14px;
    margin: 0 7px;
    width: 14px
}

.faq-section {
    background: url(images/faq-bg.jpg) no-repeat;
    background-position: 60% 50%;
    background-size: cover;
    position: relative
}

.faq-section .faq-wrapper .small-text {
    color: #f5800d;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .8px;
    text-transform: uppercase
}

.faq-section .faq-wrapper h3,.support-section .tab-content .faq-wrapper h3 {
    color: rgb(31,32,68);
    font-size: 42px;
    font-weight: 800;
    letter-spacing: .8px;
    line-height: 48px;
    margin-bottom: 11px;
    text-transform: uppercase
}

.faq-section .faq-wrapper #promote-accordion {
    margin: 42px 0 0
}

.faq-section .faq-wrapper #promote-accordion .panel-default,.support-section .tab-content .faq-wrapper #promote-accordion .panel-default {
    border: 0;
    margin-top: 3px
}

.faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading,.support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-heading {
    background-color: #2b5899;
    border: 0;
    border-radius: 8px;
    font-size: 18px;
    padding: 0;
    position: relative
}

.faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading::before {
    color: rgb(31,32,68);
    content: "\f107";
    font-family: "fontAwesome";
    font-size: 20px;
    height: 10px;
    position: absolute;
    right: 33px;
    top: 12px;
    width: 10px;
    z-index: 1
}

.faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading a,.support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-heading a {
    background-color: #ff7800;
    border-radius: 8px;
    color: #fefefe;
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 20px
}

.faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading a.collapsed {
    background-color: #FFF;
    color: rgb(31,32,68)
}

.faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse::before {
    background-color: #ff7800;
    color: #FFF;
    content: "\f106";
    font-family: "fontAwesome";
    font-size: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    top: -40px;
    width: 20px;
    z-index: 2
}

.faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body,.support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body {
    border: 0;
    padding: 24px 40px 30px
}

.faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body p,.support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0
}

.faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body ul li {
    color: #666;
    font-size: 16px
}

.faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body ul li i,.support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body ul li i {
    color: #2b5899;
    font-size: 16px
}

.faq-section .caption {
    bottom: 0;
    position: absolute;
    right: 0
}

.artical-section .artical-wrapper {
    margin-top: 35px
}

.artical-section .artical-wrapper:hover .artical-content {
    border-color: #ff7800
}

.artical-section .artical-wrapper .artical-content {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    border: 1px solid #d0d0d0;
    padding: 30px;
    transition: 0.5s
}

.artical-section .artical-wrapper .artical-content .link {
    background-color: #ff7800;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    padding: 6px 30px;
    text-transform: uppercase
}

.artical-section .artical-wrapper .artical-content h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 8px 0 43px
}

.account-section {
    padding: 170px 0 120px
}

.account-section .account-wrapper {
    background: url(images/account-bg.jpg) no-repeat center top;
    background-size: cover;
    box-shadow: 0 0 90px #737373
}

.account-section .account-wrapper .section-top .top-icon img,.hosting-section .hosting-wrapper .section-top .top-icon img {
    margin-top: -50px
}

.account-section .account-wrapper .section-top h2,.hosting-section .hosting-wrapper .section-top h2 {
    color: #FFF;
    font-size: 36px;
    line-height: 60px;
    margin-top: 8px
}

.account-section .account-wrapper .form-section .support-form {
    margin-top: 28px
}

.account-section .account-wrapper .form-section .support-form .form-group,.map-section .form-section .support-form .form-group {
    margin-bottom: 38px
}

.account-section .account-wrapper .form-section .support-form .form-group label,.map-section .form-section .support-form .form-group label {
    color: #FFF;
    font-size: 20px;
    line-height: 45px
}

.account-section .account-wrapper .form-section .support-form .form-group input.form-control {
    padding: 21px 12px
}

.account-section .account-wrapper .form-section .support-form .form-group .text,.map-section .form-section .support-form .form-group .text {
    color: #FFF;
    font-size: 16px
}

.account-section .account-wrapper .form-section .support-form .form-group .form-control {
    border-radius: 4px!important;
    color: #a6aaad;
    font-size: 18px
}

.account-section .account-wrapper .form-section .support-form .form-group .form-control:focus,.map-section .form-section .support-form .form-group .form-control:focus {
    border-color: #c3c3c3
}

.account-section .account-wrapper .form-section .support-form .form-group .btn {
    -webkit-box-shadow: 0 5px #e2801c;
    background-color: #ff7800;
    box-shadow: 0 5px #e2801c;
    font-weight: 700;
    margin: 35px 0 90px;
    padding: 12px 40px
}

.hosting-section {
    padding-top: 178px!important
}

.hosting-section .hosting-wrapper {
    background: url(images/account-bg.jpg) no-repeat center top;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0 0 90px #737373
}

.hosting-section .hosting-wrapper .section-box {
    margin-top: 55px;
    padding-bottom: 55px
}

.hosting-section .hosting-wrapper .section-box .header-text {
    background-color: #2c354c;
    color: #FFF;
    display: inline-block;
    font-family: 'Quicksand';
    font-size: 24px;
    line-height: 50px;
    padding: 0 35px
}

.hosting-section .hosting-wrapper .section-box li {
    background-color: #f6f5f5;
    margin-bottom: 3px;
    padding: 32px 27px 32px 42px
}

.hosting-section .hosting-wrapper .section-box li .text {
    color: #6d7073;
    font-family: 'Quicksand';
    font-size: 20px;
    font-weight: 600
}

.hosting-section .hosting-wrapper .section-box li .sub-icon a i {
    color: #2c2c2c;
    font-size: 23px;
    padding: 0 6px;
    vertical-align: middle
}

.hosting-section .hosting-wrapper .section-box li .sub-icon a:last-child i {
    color: #f43e31
}

.hosting-section .hosting-wrapper .btn {
    -webkit-box-shadow: 0 5px #e2801c;
    background-color: #ff7800;
    box-shadow: 0 5px #e2801c;
    display: block;
    margin: auto;
    margin-bottom: 85px;
    padding: 12px 28px
}

.server-space-section {
    background: #000;
    height: 300px
}

.server-space-section .section-title h2 {
    color: #FFF;
    font-size: 40px
}

.server-space-section .server-space-container .server-space-wrapper {
    background-color: #FFF;
    border-bottom: 7px solid #ff7800;
    border-radius: 8px;
    padding: 45px 25px
}

.server-space-section .server-space-container .server-space-wrapper h3,.server-space-section2 .server-space-container .server-space-wrapper h3 {
    color: rgb(31,32,68);
    font-size: 27px;
    font-weight: 600;
    line-height: 75px;
    margin: 10px 0 30px;
    position: relative
}

.server-space-section .server-space-container .server-space-wrapper h3::before {
    background-color: #ff7800;
    border-radius: 50px;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 47px
}

.server-space-section .server-space-container .server-space-wrapper .content-list li,.server-space-section2 .server-space-container .server-space-wrapper .content-list li,.server-space-section3 .server-space-container .server-space-wrapper .content-list li,.server-space-section4 .server-space-container .server-space-wrapper .content-list li {
    color: #2c354c;
    line-height: 20px;
    margin-bottom: 15px
}

.server-space-section .server-space-container .text li,.server-space-section2 .server-space-container .text li,.server-space-section3 .server-space-container .text li,.server-space-section4 .server-space-container .text li {
    color: #FFF;
    font-size: 24px;
    line-height: 48px
}

.server-space-section .server-space-container .text li i,.server-space-section2 .server-space-container .text li i,.server-space-section3 .server-space-container .text li i,.server-space-section4 .server-space-container .text li i {
    color: #ff7800;
    font-size: 15px;
    margin-right: 5px
}

.server-space-section2 {
    background: #000;
    background-size: cover
}

.server-space-section2 .section-title h1 {
    color: #FFF;
    font-size: 80px
}

.server-space-section2 .section-title h2 {
    color: #FFF;
    font-family: quicksand;
    font-size: 63px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 20px;
    margin-bottom: 10px;
    margin-top: 20px
}

.server-space-section2 .section-title h4 {
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase
}

.homePageTwo .slider-section .ex-small-text,.server-space-section2 .section-title p,.server-space-section3 .section-title p,.server-space-section4 .section-title p {
    color: #FFF;
    font-size: 18px
}

.server-space-section2 .section-title img,.server-space-section3 .section-title img,.server-space-section4 .section-title img {
    margin: 0 auto
}

.server-space-section2 .server-space-container .server-space-wrapper,.server-space-section4 .server-space-container .server-space-wrapper {
    background-color: #FFF;
    border-bottom: 7px solid #73b743;
    border-radius: 8px;
    padding: 45px 25px
}

.server-space-section2 .server-space-container .server-space-wrapper h3::before {
    background-color: #73b743;
    border-radius: 50px;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 47px
}

.server-space-section3,.server-space-section4 {
    background-color: #000;
    background-size: cover
}

.server-space-section3 .section-title h1,.server-space-section4 .section-title h1 {
    color: #FFF;
    font-size: 60px
}

.server-space-section3 .section-title h4 {
    color: #FFF;
    font-size: 32px
}

.server-space-section3 .server-space-container .server-space-wrapper {
    background-color: #FFF;
    border-radius: 8px;
    margin-top: 6px;
    padding: 45px 25px
}

.server-space-section3 .server-space-container .server-space-wrapper h3 {
    color: rgb(31,32,68);
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    margin: 10px;
    position: relative
}

.server-space-section3 .server-space-container .server-space-wrapper h3::before,.server-space-section4 .server-space-container .server-space-wrapper h3::before {
    background-color: #fe7101;
    border-radius: 50px;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 47px
}

.server-space-section4 .server-space-container .server-space-wrapper h3 {
    color: rgb(31,32,68);
    font-size: 24px;
    font-weight: 600;
    line-height: 75px;
    margin: 10px 0 30px;
    position: relative
}

.performance-section {
    background: #ff7100;
    background-size: cover;
    padding: 130px 0 100px
}

.performance-section .wrapper-content h3 {
    color: #FFF;
    font-size: 48px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 40px
}

.performance-section .wrapper-content .video-content {
    border-bottom: 1px solid #FFF;
    display: inline-block;
    font-size: 24px
}

.performance-section .wrapper-content .video-content i {
    color: #FFF;
    font-size: 22px
}

.option-section .option-tab .nav-tabs {
    background-color: #141414;
    border: 0
}

.option-section .option-tab .nav-tabs li {
    display: inline-block;
    float: none;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase
}

.option-section .option-tab .nav-tabs li.active a::before {
    border-bottom: 10px solid #FFF;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 25px
}

.option-section .option-tab .nav-tabs li a,.support-section .nav-tabs li a {
    border: 0;
    border-radius: 0;
    color: #FFF;
    margin: 0;
    padding: 20px 50px
}

.option-section .option-tab .tab-content {
    margin: 85px 0 55px
}

.option-section .option-tab .tab-content .content-wrapper h4 {
    display: inline-block;
    font-family: 'Quicksand';
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 12px 10px;
    vertical-align: sub
}

.option-section .option-tab .tab-content .content-wrapper p {
    color: #2c354c;
    margin-bottom: 0
}

.hosting-price-section .hosting-carousel .carousel-wrapper {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    border: 3px solid #ff7800;
    border-radius: 8px;
    display: inline-block;
    padding: 35px 45px;
    transition: 0.5s
}

.hosting-price-section .hosting-carousel .carousel-wrapper h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 27px;
    margin: 24px 0 12px
}

.hosting-price-section .hosting-carousel .carousel-wrapper .price {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #ff7800;
    font-family: 'Quicksand';
    font-size: 30px;
    font-weight: 600;
    transition: 0.5s
}

.hosting-price-section .hosting-carousel .carousel-wrapper .price sub {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    bottom: 2px;
    color: #2c354c;
    font-size: 18px;
    transition: 0.5s
}

.hosting-price-section .hosting-carousel .carousel-wrapper .price .package {
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #2c354c;
    display: block;
    font-size: 16px;
    line-height: 27px;
    transition: 0.5s
}

.hosting-price-section .hosting-carousel .owl-dots {
    margin-top: 55px!important
}

.hosting-price-section .hosting-carousel .owl-dots .owl-dot span,.offer-section .offer-carousel .owl-dots .owl-dot span {
    background-color: #d4d8e0;
    height: 14px;
    width: 14px
}

.optimized-section,.optimized-section2 {
    background-color: transparent!important;
    min-height: 500px;
    overflow: hidden;
    padding: 65px 0 10px;
    position: relative;
    z-index: 1
}

.optimized-section::before {
    background-color: #000!important;
    content: ""!important;
    height: 100%!important;
    left: 0!important;
    position: absolute!important;
    top: 0!important;
    width: 100%!important;
    z-index: -1!important
}

.optimized-section2::before {
    background-color: #ff7100!important;
    content: ""!important;
    height: 100%!important;
    left: 0!important;
    position: absolute!important;
    top: 0!important;
    width: 100%!important;
    z-index: -1!important
}

.optimized-section .caption,.optimized-section2 .caption {
    padding: 100px 0 27px 140px
}

.optimized-section .col-md-6:first-child,.optimized-section2 .col-md-6:first-child {
    flex-basis: 100%!important;
    max-width: 100%!important
}

.optimized-section .col-md-6:last-child,.optimized-section2 .col-md-6:last-child {
    flex-basis: 30%!important;
    max-width: 30%!important
}

.support-section .nav-tabs {
    background-color: #ff7800;
    border: 0
}

.support-section .nav-tabs li {
    border-right: 1px solid #fb9732;
    display: inline-block;
    float: none;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 0 -4px;
    position: relative
}

.support-section .nav-tabs li.active a {
    background-color: #fb9732;
    border: 0;
    color: #FFF
}

.support-section .nav-tabs li.active a:hover {
    background-color: #fb9732
}

.support-section .tab-content {
    margin-bottom: 120px
}

.support-section .tab-content .faq-wrapper .small-text {
    color: #ff7800;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .8px;
    text-transform: uppercase
}

.support-section .tab-content .faq-wrapper #promote-accordion {
    margin: 70px 0 0
}

.support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-heading a.collapsed {
    background-color: #FFF;
    box-shadow: 0 0 10px #d0d0d0;
    color: #ff7800;
    margin-bottom: 12px
}

.support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body ul li {
    color: #2c354c;
    font-size: 16px
}

.support-section .tab-content .account-section,.support-section .tab-content .domain-list-section {
    padding: 50px 0 0
}

.support-section .tab-content .account-section .account-wrapper {
    background: transparent;
    box-shadow: none;
    padding-bottom: 0
}

.support-section .tab-content .account-section .account-wrapper .form-section .support-form .form-group .text,.support-section .tab-content .account-section .account-wrapper .form-section .support-form .form-group label {
    color: #565656
}

.support-section .tab-content .support-content {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 70px
}

.support-section .tab-content .support-content hr {
    border-bottom: 10px solid #ff7800;
    margin: 21px 0 45px;
    width: 72%
}

.support-section .tab-content .support-content .number {
    letter-spacing: -.9px
}

.support-section .tab-content .support-caption {
    margin-top: 65px
}

.support-section .tab-content .chat-content .left-bar {
    margin: 70px 0 45px
}

.support-section .tab-content .chat-content .left-bar p {
    margin-left: 15px
}

.support-section .tab-content .chat-content .right-bar {
    margin-bottom: 58px
}

.support-section .tab-content .chat-content .right-bar p {
    background-color: #f3f3f3;
    border: 0;
    margin-right: 15px
}

.support-section .tab-content .chat-content p {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    color: #626a6f;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 22px
}

.support-section .tab-content .chat-content .form-control {
    border-color: #e6e6e6;
    color: #313131;
    padding: 57px 15px
}

.support-section .tab-content .chat-content .form-control:focus {
    border-color: #e6e6e6
}

.find-support-section h2 {
    color: rgb(31,32,68);
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 32px
}

.contact-section .contact-wrapper .contact,.find-support-section p {
    color: #2c354c;
    font-size: 18px;
    line-height: 30px
}

.find-support-section .search-bar .subscribeForm .subscribeSearchBar {
    border: 2px solid #ff7800;
    border-radius: 5px;
    margin-top: 45px;
    padding: 8px 15px 12px;
    width: 50%
}

.find-support-section .search-bar .subscribeForm .subscribeBtn {
    -webkit-box-shadow: 0 5px #e2801c;
    background-color: #ff7800;
    box-shadow: 0 5px #e2801c;
    font-weight: 500
}

.map-section {
    padding-bottom: 120px
}

.map-section #googleMap {
    box-shadow: 0 5px 15px rgba(0,0,0,.4);
    height: 760px;
    width: 100%
}

.map-section #googleMap-Two {
    box-shadow: 0 5px 15px rgba(0,0,0,.4);
    height: 760px;
    margin-top: 50px;
    width: 100%
}

.map-section .form-section {
    background-color: #FFF;
    box-shadow: 0 0 15px rgba(0,0,0,.21);
    margin-top: -30%;
    padding-top: 75px;
    position: relative
}

.map-section .form-section .support-form .form-group input.form-control {
    padding: 25px 12px
}

.map-section .form-section .support-form .form-group .form-control {
    background-color: #e3e6eb;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #a6aaad;
    font-size: 16px;
    font-weight: 300
}

.map-section .form-section .support-form .form-group .btn {
    -webkit-box-shadow: 0 5px #e2801c;
    background-color: #ff7800;
    box-shadow: 0 5px #e2801c;
    font-weight: 700;
    margin: 18px 0 60px;
    padding: 12px 65px
}

.data-center-section .data-center-carousel {
    margin-top: 40px
}

.data-center-section .data-center-carousel .center-wrapper {
    border: 3px solid rgb(31,32,68);
    border-radius: 8px;
    display: inline-block;
    padding: 50px 25px 60px
}

.data-center-section .data-center-carousel .center-wrapper h3 {
    color: rgb(31,32,68);
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    margin-top: 30px
}

.data-center-section .data-center-carousel .center-wrapper p {
    color: #2c354c;
    margin-bottom: 25px
}

.data-center-section .data-center-carousel .center-wrapper .link {
    color: rgb(31,32,68);
    font-size: 18px;
    font-weight: 500
}

.data-center-section .data-center-carousel .owl-dots .owl-dot.active span {
    background-color: #ff7800;
    height: 10px;
    margin-bottom: 7px;
    width: 50px
}

.data-center-section .data-center-carousel .owl-dots .owl-dot span {
    background-color: #ff7800;
    height: 14px;
    width: 14px
}

.data-center-carousel {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap
}

.center-wrapper.item {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px;
    min-height: 300px;
    padding: 20px
}

.center-wrapper.item .caption {
    flex-shrink: 0
}

.center-wrapper.item h3 {
    flex-shrink: 0;
    margin: 15px 0 10px 0
}

.center-wrapper.item p {
    flex-grow: 1;
    margin-bottom: 15px
}

.center-wrapper.item .link {
    flex-shrink: 0;
    margin-top: auto
}

.data-center-carousel-grid {
    display: grid;
    gap: 20px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr))
}

.center-wrapper.item-grid {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px
}

.owl-carousel .center-wrapper.item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: space-between;
    padding: 20px
}

.contact-section .section-title,.news-section .news-right-bar .widget-post {
    margin-bottom: 75px
}

.contact-section .contact-wrapper h4 {
    color: rgb(31,32,68);
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    margin: 20px 0 25px
}

.offer-section {
    margin-top: -85px
}

.offer-section .offer-carousel .carousel-wrapper {
    background-color: #FFF;
    border: 3px solid #ff7800;
    border-radius: 15px;
    display: inline-block;
    padding: 45px 25px
}

.offer-section .offer-carousel .carousel-wrapper .price {
    color: #ff7800;
    font-family: 'Quicksand';
    font-size: 30px;
    font-weight: 600;
    line-height: 27px
}

.offer-section .offer-carousel .carousel-wrapper .price small {
    color: #2c354c;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px
}

.offer-section .offer-carousel .owl-dots {
    margin-top: 40px!important
}

.domain-list-section .section-title,.homePageThree .slider-section .content-box p {
    margin-bottom: 50px
}

.domain-list-section .list-container .table-bordered thead tr th {
    border: 0;
    border-right: 1px solid #FFF;
    color: #FFF;
    font-family: 'Quicksand';
    font-size: 18px;
    padding: 12px 0;
    text-align: center
}

.domain-list-section .list-container .table-bordered tbody tr td {
    border: 0;
    color: #251017;
    font-weight: 500;
    padding: 12px 0
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child {
    color: #251017;
    font-size: 18px;
    font-weight: 600;
    padding-left: 25px;
    text-align: left
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature {
    color: #FFF;
    font-size: 13px;
    margin-left: 10px;
    padding: 2px 5px;
    position: relative
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature::before {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    content: "";
    height: 10px;
    left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 5px
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature.red {
    background-color: #f6744d
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature.red::before {
    border-right: 5px solid #f6744d
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature.green {
    background-color: #65b84d
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature.green::before {
    border-right: 5px solid #65b84d
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature.yellow {
    background-color: #edae37
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature.yellow::before {
    border-right: 5px solid #edae37
}

.domain-list-section .list-container .table-bordered tbody tr td .link-color {
    color: #f6744d
}

.news-section .news-left-bar {
    margin-right: 25px
}

.news-section .news-left-bar .news-wrapper {
    background-color: #FFF;
    margin-bottom: 50px
}

.news-section .news-left-bar .news-wrapper .wrapper-content {
    padding: 32px 32px 26px
}

.news-section .news-left-bar .news-wrapper .wrapper-content .title,.news-section .single-news .news-wrapper .wrapper-content .title {
    background-color: #ff7800;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 8px
}

.news-section .news-left-bar .news-wrapper .wrapper-content h3 {
    color: #111;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin: 10px 0 7px
}

.news-section .news-left-bar .news-wrapper .wrapper-content .post,.news-section .single-news .news-wrapper .wrapper-content .post {
    color: #999;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase
}

.news-section .news-left-bar .news-wrapper .wrapper-content p {
    color: #2c354c;
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px
}

.news-section .news-left-bar .news-wrapper .wrapper-content .link,.news-section .single-news .news-wrapper .wrapper-content .link {
    font-size: 16px
}

.news-section .news-left-bar .news-wrapper .wrapper-content .link a i,.news-section .single-news .news-wrapper .wrapper-content .link a i {
    margin-left: 5px;
    vertical-align: middle
}

.news-section .news-right-bar .widget-search .form-control {
    background: transparent;
    border: 1px solid #c8c8c8;
    color: #999;
    height: 40px
}

.news-section .news-right-bar .widget-archive,.news-section .news-right-bar .widget-category {
    margin: 50px 0
}

.news-section .news-right-bar .widget-archive h4,.news-section .news-right-bar .widget-category h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600
}

.news-section .news-right-bar .widget-archive ul li,.news-section .news-right-bar .widget-category ul li {
    border-bottom: 1px solid rgba(199,197,197,.38);
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    padding: 5px 0
}

.news-section .news-right-bar .widget-archive ul li:last-child,.news-section .news-right-bar .widget-category ul li:last-child {
    border-bottom: none
}

.news-section .news-right-bar .widget-archive ul li a,.news-section .news-right-bar .widget-category ul li a {
    color: #31363b
}

.news-section .news-right-bar .widget-post h4,.news-section .news-right-bar .widget-tag h4 {
    color: #000;
    font-family: 'Quicksand';
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
    text-transform: uppercase
}

.news-section .news-right-bar .widget-post ul li {
    margin-bottom: 25px
}

.news-section .news-right-bar .widget-post ul li .thumb {
    margin-right: 20px
}

.news-section .news-right-bar .widget-post ul li .thumb img {
    height: 100px;
    width: 70px
}

.news-section .news-right-bar .widget-post ul li .post-desk {
    padding: 8px 0
}

.news-section .news-right-bar .widget-post ul li .post-desk h5 {
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0
}

.news-section .news-right-bar .widget-post ul li .post-desk .date {
    color: #999;
    font-size: 12px;
    font-weight: 700
}

.news-section .news-right-bar .widget-tag ul li {
    display: inline-block;
    font-family: 'Quicksand';
    font-weight: 700;
    line-height: 26px;
    margin-right: 7px
}

.news-section .news-right-bar .widget-tag ul li:nth-child(1) a,.news-section .news-right-bar .widget-tag ul li:nth-child(11) a,.news-section .news-right-bar .widget-tag ul li:nth-child(3) a,.news-section .news-right-bar .widget-tag ul li:nth-child(5) a,.news-section .news-right-bar .widget-tag ul li:nth-child(7) a,.news-section .news-right-bar .widget-tag ul li:nth-child(8) a,.news-section .news-right-bar .widget-tag ul li:nth-child(9) a {
    color: #555;
    font-size: 14px
}

.news-section .news-right-bar .widget-tag ul li:nth-child(12) a,.news-section .news-right-bar .widget-tag ul li:nth-child(2) a {
    color: #212121;
    font-size: 24px
}

.news-section .news-right-bar .widget-tag ul li:nth-child(4) a {
    color: #888;
    font-size: 20px
}

.news-section .news-right-bar .widget-tag ul li:nth-child(13) a,.news-section .news-right-bar .widget-tag ul li:nth-child(6) a {
    color: #555;
    font-size: 18px
}

.news-section .news-right-bar .widget-tag ul li:nth-child(10) a {
    color: #888;
    font-size: 22px
}

.news-section .news-right-bar .widget-photo-gram {
    margin-top: 75px
}

.news-section .news-right-bar .widget-photo-gram h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px
}

.news-section .news-right-bar .widget-photo-gram .instagram {
    -webkit-flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    overflow: hidden
}

.news-section .news-right-bar .widget-photo-gram .instagram .image {
    -khtml-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    background-image: 100%;
    background-position: center center;
    cursor: pointer;
    height: 73px;
    margin: 2px;
    overflow: hidden;
    position: relative;
    transition: 1s;
    width: 73px
}

.news-section .news-right-bar .widget-photo-gram .instagram .image:hover {
    background-image: 110%
}

.news-section .single-news,.news-section .single-news .section-bottom {
    background-color: #f6f6f6
}

.news-section .single-news .news-wrapper .wrapper-content {
    padding: 32px 32px 50px
}

.news-section .single-news .news-wrapper .wrapper-content h3 {
    color: #111;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin: 10px 0 7px
}

.news-section .single-news .news-wrapper .wrapper-content p {
    color: #2c354c;
    font-size: 16px;
    line-height: 28px;
    padding-top: 10px
}

.news-section .single-news .news-wrapper .wrapper-content h4 {
    color: #212121;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin: 30px 0 0
}

.news-section .single-news .widget {
    margin: 25px 32px 17px 40px
}

.news-section .single-news .widget .widget-tag h5 {
    color: #000;
    display: inline-block;
    font-family: 'Quicksand';
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    margin-right: 32px;
    text-transform: capitalize;
    vertical-align: top
}

.news-section .single-news .widget .widget-tag ul li {
    font-family: 'Quicksand';
    margin-bottom: 13px;
    margin-right: 6px;
    padding: 0
}

.news-section .single-news .widget .widget-tag ul li a {
    background: #FFF;
    color: #2c354c;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 15px
}

.news-section .single-news .widget .widget-tag ul li a:hover {
    background: #ff7800;
    color: #FFF
}

.news-section .single-news .widget .widget-social ul li {
    font-family: 'Quicksand';
    margin-right: 6px;
    padding: 0
}

.news-section .single-news .widget .widget-social ul li a {
    color: #FFF;
    font-size: 16.5px;
    font-weight: 500;
    padding: 8px 20px
}

.news-section .single-news .widget .widget-social ul li a i {
    font-size: 14px;
    padding-right: 5px
}

.news-section .single-news .section-bottom .comments-wrapper h3 {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 65px;
    padding-top: 50px;
    text-align: center
}

.news-section .single-news .section-bottom .comments-wrapper .comment-respond .first-comment {
    margin: 0 40px 0 45px
}

.news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment {
    background: #e9e8e8;
    margin: 25px 0 80px 102px;
    padding: 30px
}

.news-section .single-news .section-bottom .comments-wrapper .comment-respond .comment-avater {
    height: 43px;
    margin-right: 2px;
    width: 43px
}

.news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body h5 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    margin: 0 15px 0 0;
    vertical-align: top
}

.news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body .time {
    color: #a9a9a9;
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 10px;
    vertical-align: text-top
}

.news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body p {
    color: #2c354c;
    font-size: 14.5px;
    line-height: 23.5px;
    margin-bottom: 11px;
    margin-top: -3px
}

.news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body .comment-replay {
    font-family: 'Quicksand';
    font-size: 16.5px;
    font-weight: 500;
    line-height: 25px
}

.news-section .single-news .section-bottom .reserve-blog-form {
    padding: 10px 0 5px
}

.news-section .single-news .section-bottom .reserve-blog-form h3 {
    color: #000;
    font-size: 21.5px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 40px;
    text-align: center
}

.news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form {
    padding: 0 25px
}

.news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form .form-horizontal .form-group {
    margin: 0 0 50px
}

.news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form .form-horizontal .form-group .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0;
    box-shadow: none;
    color: #a7a7a7;
    font-size: 15px
}

.news-section .single-news .section-bottom .reserve-blog-form .subscribeBtn {
    -webkit-box-shadow: 0 5px #e2801c;
    background-color: #ff7800;
    box-shadow: 0 5px #e2801c;
    margin-top: 30px;
    padding: 10px 55px
}

.footer-section {
    background: #000;
    color: #FFF;
    position: relative
}

.footer-section .footer-container {
    padding: 130px 0 100px
}

.footer-section .footer-container .footer-wrapper p {
    font-size: 18px;
    line-height: 30px;
    margin: 40px 0;
    word-break: break-all
}

.footer-section .footer-container .footer-wrapper .contact-wrapper li {
    color: #FFF;
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 25px;
    margin-bottom: 27px
}

.footer-section .footer-container .footer-wrapper .contact-wrapper li span {
    display: block;
    margin-left: 40px
}

.footer-section .footer-container .footer-wrapper .contact-wrapper li i {
    float: left;
    font-size: 25px;
    margin-top: 5px
}

.footer-section .footer-container .footer-wrapper h3 {
    color: #FFF;
    font-family: 'Quicksand';
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 40px
}

.footer-section .footer-container .footer-wrapper .wrapper-option li a {
    color: #FFF;
    font-size: 16px;
    line-height: 50px
}

.footer-section .copy-right {
    border-top: 1px solid #141414;
    padding: 46px 0
}

.footer-section .copy-right p {
    float: left;
    font-size: 18px;
    margin: 0
}

.footer-section .copy-right .social-icon li {
    display: inline-block;
    margin: 0 15px
}

.footer-section .copy-right .social-icon li a {
    color: #FFF;
    font-size: 24px
}

.footer-section .copy-right .social-icon li a i {
    font-size: 28px
}

.homePageTwo .header-section .navbar {
    background-color: #000;
    padding: 1px
}

.homePageTwo .header-section .navbar .navbar-collapse .navbar-nav li {
    margin-right: 0;
    padding: 0 16px;
    z-index: 2
}

.homePageTwo .header-section .feature {
    position: absolute;
    top: 148px;
    width: 100%;
    z-index: 99
}

.homePageTwo .header-section .feature .feature-wrapper {
    background: #ff7800;
    display: flex;
    padding: 15px 0
}

.homePageTwo .header-section .feature .feature-wrapper li {
    flex: 1;
    font-size: 17px
}

.homePageTwo .header-section .feature .feature-wrapper li .update {
    background-color: #f02525;
    border-radius: 0 5px 0 5px;
    color: #FFF;
    font-size: 12px;
    line-height: 10px;
    margin-left: -10px;
    padding: 3px 10px;
    position: absolute;
    top: 0
}

.homePageTwo .slider-section .large-text {
    color: #FFF;
    font-size: 48px;
    line-height: 55px
}

.homePageTwo .slider-section .small-text {
    color: #FFF;
    font-size: 18px;
    line-height: 35px
}

.homePageTwo .priceing-section {
    background: #f1f5f8
}

.homePageThree .header-section .navbar {
    background-color: #ff7800;
    position: relative
}

.homePageThree .slider-section {
    margin-top: 0;
    overflow: hidden
}

.homePageThree .slider-section .content-box {
    background-color: rgba(255,255,255,.9);
    border: 3px solid #ff7800;
    border-radius: 8px;
    padding: 30px 50px 50px;
    width: 550px
}

.homePageThree .slider-section .content-box .ex-small-text {
    color: #ff7800;
    font-size: 16px
}

.homePageThree .domain-section {
    background: #FFF
}

.homePageThree .domain-section .domain-wrapper .package li {
    flex: inherit;
    margin-right: 40px
}

.homePageThree .domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
    background-color: transparent;
    border: 2px solid #ff7800;
    padding: 19px 40px;
    width: 75%
}

.homePageThree .domain-section .domain-wrapper .domain-bar .subscribeForm .option .btn {
    background-color: transparent;
    border: 2px solid #ff7800;
    border-left: 0;
    padding: 19.5px 25px 19px
}

.homePageThree .priceing-section {
    background-color: #f3f3f4
}

.homePageThree .service-section .service-wrapper .nav-tabs {
    display: inline-block;
    margin: 22px 0
}

.homePageThree .service-section .service-wrapper .nav-tabs li {
    margin: 0 0 20px;
    overflow: visible
}

.homePageThree .service-section .service-wrapper .nav-tabs li .feature {
    background-image: linear-gradient(130deg,#f6461d 49%,#2958A6 84%);
    border-radius: 5px 0 5px 0;
    font-size: 14px;
    line-height: 15px;
    padding: 2px 8px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: -8px
}

.homePageThree .service-section .service-wrapper .tab-content .tab-pane .service-content {
    margin-top: 0;
    padding: 50px 50px 40px
}

.singlePageThree .header-section .navbar {
    position: absolute
}

.share-host-page .priceing-section {
    padding-top: 120px
}

.testimonial-page .testimonial-section {
    padding-top: 0
}

.domain-page .header-title {
    padding: 235px 0 165px
}

.domain-page .header-title .domain-section {
    background: transparent
}

.domain-page .header-title .domain-section .domain-wrapper .domain-bar .subscribeForm .option .btn {
    background-color: #bfcadd
}

.domain-page .contato-section {
    background: url(images/subscribe/subscribe-bg-2.jpg) no-repeat center;
    padding: 100px 0 75px
}

.domain-page .contato-section .contato-wrapper .small-text {
    color: #FFF;
    font-weight: 400;
    text-shadow: 2px 2px #248fd5
}

.domain-page .contato-section .contato-wrapper .search-bar {
    margin-top: 25px;
    position: relative
}

.domain-page .contato-section .contato-wrapper .search-bar .subscribeSearchBar {
    width: 85%
}

.domain-page .contato-section .contato-wrapper .search-bar .subscribeBtn {
    -webkit-box-shadow: 0 5px #e2801c;
    background-color: #ff7800;
    border-radius: 5px;
    box-shadow: 0 5px #e2801c;
    margin-left: -5px;
    padding: 12.5px 30px;
    position: absolute;
    right: 0;
    top: 0
}

.error-page {
    background: url(images/404.jpg) no-repeat;
    background-position: center center;
    background-size: cover
}

.error-page .title {
    margin-top: -122px;
    position: relative;
    top: 50%
}

.error-page .title h2 {
    color: #FFF;
    font-size: 72px;
    line-height: 60px;
    margin-bottom: 44px
}

.error-page .title p {
    color: #FFF;
    font-family: 'Quicksand';
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 58px
}

.error-page .title .btn {
    font-size: 24px;
    font-weight: 500;
    padding: 14px 66px
}

.style-switcher-box {
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    background-color: #FFF;
    border: 1px solid #d9d9d9;
    left: -252px;
    padding: 50px 25px;
    position: fixed;
    top: 15%;
    transition: 0.3s;
    width: 252px;
    z-index: 999
}

.style-switcher-box button {
    background-color: #ff7800;
    border: 0;
    box-shadow: none;
    color: #000;
    font-size: 20px;
    height: 45px;
    line-height: 40px;
    outline: 0;
    position: absolute;
    right: -45px;
    text-align: center;
    top: 50px;
    width: 45px
}

.style-switcher-box button i {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    color: #FFF
}

.style-switcher-box h5 {
    color: #000;
    font-size: 18px;
    margin: 0 0 2em;
    text-align: center;
    text-transform: uppercase
}

.hosting-left-text ul,.style-switcher-box .main-list>.list {
    margin-bottom: 30px
}

.style-switcher-box .list-title {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase
}

.style-switcher-box .list>.sublist {
    margin-bottom: 10px
}

.style-switcher-box .sublist span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px
}

.style-switcher-box .sublist ul li {
    cursor: pointer;
    float: left;
    margin: 0 5px 5px 0;
    min-height: 32px;
    min-width: 32px
}

.style-switcher-box .sublist ul li.color-style1 {
    background: #C1AA81
}

.style-switcher-box .sublist ul li.color-style2 {
    background: #FA9928
}

.style-switcher-box .sublist ul li.color-style3 {
    background: #e21f2f
}

.style-switcher-box .sublist ul li.color-style4 {
    background: #09142d
}

.style-switcher-box .sublist ul li.color-style5 {
    background: #3498db
}

.style-switcher-box .sublist ul li.color-style6 {
    background: #a57b4a
}

.style-switcher-box .sublist ul li.color-style7 {
    background: #09a223
}

.style-switcher-box .sublist ul li.color-style8 {
    background: #904eab
}

.style-switcher-box .sublist ul li.color-style9 {
    background: #38cbcb
}

.style-switcher-box .pattern-bg .sublist ul li {
    background: url(images/sp.jpg) no-repeat;
    cursor: pointer;
    float: left;
    margin: 0 5px 5px 0;
    min-height: 32px;
    min-width: 32px
}

.style-switcher-box .layout ul li {
    background-color: #ff7800;
    color: #FFF;
    font-size: 12px;
    min-height: 20px;
    padding: 5px 10px
}

.style-switcher-box p {
    font-size: 11px;
    margin: 15px 0 0
}

.style-switcher-box p span {
    color: #f66
}

.support-box #open-box-two {
    background: #ff7800;
    border-radius: 25px;
    bottom: 10px;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 22px 0;
    position: fixed;
    right: 20px;
    z-index: 99
}

.support-box #open-box-two.btn {
    -webkit-box-shadow: 0 5px #e2801c;
    box-shadow: 0 5px #e2801c
}

.support-box #open-box-two.btn:focus,.support-box #open-box-two.btn:hover {
    top: auto
}

.support-box .mail-box {
    -khtml-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
    background-color: #FFF;
    border: 1px solid #eee;
    border-radius: 8px;
    bottom: 10px;
    height: 400px;
    opacity: 0;
    position: fixed;
    right: 20px;
    transform: scale(.1);
    transition: 0.8s;
    visibility: hidden;
    width: 300px;
    z-index: -1
}

.support-box .mail-box.active {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
    z-index: 1000
}

.support-box .mail-box h4 {
    background-color: #ff7800;
    border-radius: 8px 8px 0 0;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    margin: -1px -1px 0 -1px;
    padding: 8px 0;
    text-align: center
}

.support-box .mail-box h4 i {
    margin-right: 15px
}

.support-box .mail-box .chat-form .form-group {
    margin: 0 0 5px
}

.support-box .mail-box .chat-form .form-group label {
    color: #0d1d36
}

.support-box .mail-box .chat-form .form-group .chatSearchBar {
    padding: 0 10px;
    width: 100%
}

.support-box .mail-box .chat-form .form-group .subscribeBtn {
    border-radius: 8px;
    color: #FFF;
    font-size: 14px;
    margin-top: 15px;
    padding: 4px 12px
}

#toTop {
    border: 1px solid #ff7800;
    border-radius: 4px;
    bottom: 50px;
    color: #ff7800;
    cursor: pointer;
    display: none;
    font-size: 16px;
    height: 35px;
    line-height: 30px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 35px;
    z-index: 999
}

#preloader {
    background-color: #141414;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000
}

#preloader .preloader-inner {
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100px
}

#preloader .preloader-inner>img {
    -moz-animation: perloader-pulse 0.4s infinite alternate;
    -ms-animation: perloader-pulse 0.4s infinite alternate;
    -o-animation: perloader-pulse 0.4s infinite alternate;
    -webkit-animation: perloader-pulse 0.4s infinite alternate;
    animation: perloader-pulse 0.4s infinite alternate;
    width: 100%
}

#preloader .preloader-inner span {
    -moz-animation: perloader-pulse 0.4s infinite alternate;
    -ms-animation: perloader-pulse 0.4s infinite alternate;
    -o-animation: perloader-pulse 0.4s infinite alternate;
    -webkit-animation: perloader-pulse 0.4s infinite alternate;
    animation: perloader-pulse 0.4s infinite alternate;
    background-color: #ff7800;
    border-radius: 50%;
    float: left;
    height: 12px;
    margin: 2px 2px 2px 0;
    width: 12px
}

#preloader .preloader-inner>span:first-child,#preloader .preloader-inner>span:nth-child(7) {
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

#preloader .preloader-inner>span:nth-child(2),#preloader .preloader-inner>span:nth-child(8) {
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    background-color: #ff7800
}

#preloader .preloader-inner>span:nth-child(3),#preloader .preloader-inner>span:nth-child(9) {
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

#preloader .preloader-inner>span:nth-child(4) {
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    background-color: #ff7800
}

#preloader .preloader-inner>span:nth-child(5) {
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

#preloader .preloader-inner>span:nth-child(6) {
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: #ff7800
}

.center {
    -webkit-transform: translateX(-50%);
    left: 50%;
    margin: auto;
    margin-top: 80px;
    position: absolute
}

.unu {
    -moz-animation: mouse-scroll 1s infinite;
    -moz-animation-delay: .1s;
    -webkit-animation: mouse-scroll 1s infinite;
    -webkit-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    margin-top: 4px
}

.doi {
    -moz-animation: mouse-scroll 1s infinite;
    -moz-animation-delay: .2s;
    -webkit-animation: mouse-scroll 1s infinite;
    -webkit-animation-delay: .2s;
    -webkit-animation-direction: alternate
}

.trei {
    -moz-animation: mouse-scroll 1s infinite;
    -moz-animation-delay: .3s;
    -webkit-animation: mouse-scroll 1s infinite;
    -webkit-animation-delay: .3s;
    -webkit-animation-direction: alternate
}

.mouse {
    border: 2px solid #ff7800;
    border-radius: 10px;
    height: 30px;
    margin-top: -10px;
    transform: none;
    width: 20px
}

.wheel {
    -moz-animation: mouse-wheel 1.2s ease infinite;
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    background: #ff7800;
    display: block;
    height: 7px;
    margin: 5px auto;
    position: relative;
    width: 2px
}

.padding-bottom-100 {
    padding-bottom: 100px
}

.section-padding2 {
    padding: 100px 0 50px
}

.section-padding3 {
    padding: 150px 0 100px
}

.section-padding4 {
    padding: 150px 0 90px
}

.section-padding5 {
    height: 600px;
    padding: 0 0
}

.section-padding-plan {
    padding: 60px 0
}

.pricing-area {
    background: #ededed
}

.section-title p {
    color: #2c354c;
    font-size: 18px;
    font-weight: 500;
    margin-top: 12px
}

.section-title-home p {
    color: rgb(31,32,68);
    font-size: 18px;
    font-weight: 500;
    margin-top: 12px
}

.single-pricing-item {
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 20px 100px 0 rgba(97,83,136,.15);
    margin-top: 42px;
    padding: 40px 0;
    position: relative;
    text-align: center
}

.single-pricing-item p {
    color: rgb(31,32,68);
    font-size: 16px;
    font-weight: 600;
    margin-top: 36px
}

.single-pricing-item strong {
    color: #ff7800;
    font-family: 'Quicksand';
    font-size: 14px
}

.single-pricing-item h3 {
    color: #0c1229;
    font-size: 18px;
    font-weight: 600
}

.single-pricing-item h5 {
    color: #00022a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 16px
}

span.prc-bdr-home {
    -webkit-transform: translateX(-50%);
    background: #ff7100;
    color: #fff;
    font-family: 'Quicksand';
    font-size: 14px;
    font-weight: 900;
    height: 35px;
    left: 50%;
    margin-top: 6px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 130px
}

span.prc-bdr-plano {
    -webkit-transform: translateX(-50%);
    background: #ff7800;
    border-radius: 25px;
    color: #fff;
    font-family: 'Quicksand';
    font-size: 12px;
    font-weight: 900;
    height: 35px;
    left: 50%;
    position: absolute;
    top: -10px;
    transform: translateX(-50%);
    width: 120px
}

.single-pricing-item h1 {
    color: #ff7800;
    font-size: 70px;
    font-weight: 600
}

.single-pricing-item h1 span {
    font-size: 20px;
    margin-bottom: 20px
}

a.prc-btn {
    background: #ff7800;
    border-radius: 4px;
    color: #fff;
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: 700;
    padding: 12px 32px
}

.single-pricing-item ul {
    margin-top: 30px;
    padding-left: 30px;
    text-align: left
}

.single-pricing-item ul li {
    color: #ff7800;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px
}

.single-pricing-item ul li span {
    color: #101237;
    font-weight: 400
}

a.prc-btn:hover {
    background: #fde749;
    color: rgb(31,32,68)
}

a.prc-btn:hover i {
    -webkit-transform: translateX(8px);
    color: rgb(31,32,68);
    transform: translateX(8px)
}

a.prc-btn i {
    -webkit-transform: translateX(3px);
    -webkit-transition: .2s;
    transform: translateX(3px);
    transition: .2s
}

.hosting-area:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    background: #ff7800;
    content: "";
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.hosting-left-text h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 13px
}

.hosting-left-text h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px
}

.hosting-left-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px
}

.hosting-left-text h4 span {
    color: #fee834
}

.hosting-left-text ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px
}

.hosting-left-text ul li i {
    color: #fde749;
    margin-right: 20px
}

a.glb-btn {
    background: #fee834;
    border-radius: 4px;
    color: #010541;
    font-weight: 700;
    padding: 13px 30px
}

span.prc-bdr {
    -webkit-transform: translateX(-50%);
    background: #fee834;
    color: #000;
    font-family: 'Quicksand';
    font-size: 14px;
    font-weight: 900;
    height: 35px;
    left: 50%;
    position: absolute;
    top: 225px;
    transform: translateX(-50%);
    width: 150px
}

.overview-area {
    background: url(https://brcloudhost.com.br/assets/images/data/overview-bg.png)no-repeat;
    background-position: center;
    background-size: cover;
    padding: 68px 0
}

.ovrview-left h2 {
    color: #fff;
    font-size: 18px
}

.overview-start {
    background: url(https://brcloudhost.com.br/assets/images/data/overview-icon.png)no-repeat;
    background-position: center;
    background-size: cover;
    color: #ff7800;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    height: 173px;
    line-height: 40px;
    padding: 48px;
    padding-left: 44px;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 173px
}

.overview-text {
    margin-left: 212px
}

span.overview-cta2 {
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

span.overview-cta {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 100px
}

.resp-pt {
    color: #38678f;
    cursor: default;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    text-align: center;
    z-index: 1
}

.resp-pt .pt-block {
    margin: 30px 0 40px;
    padding: 35px 15px 25px;
    position: relative;
    z-index: 1
}

.resp-pt .pt-back {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.resp-pt .pt-head {
    padding-bottom: 25px;
    position: relative
}

.resp-pt .pt-price-block {
    color: #4682b4;
    font-size: 40px;
    line-height: 60px
}

.resp-pt .pt-title {
    color: #4682b4;
    font-size: 48px;
    line-height: 50px
}

.resp-pt .pt-sub-text {
    color: #568ebd;
    text-transform: uppercase
}

.resp-pt .pt-sub-title {
    color: #7ba7cc;
    font-size: 19px;
    line-height: 25px;
    padding-top: 5px
}

.resp-pt .pt-footer {
    padding-top: 35px;
    text-align: center
}

.resp-pt .pt-btn {
    background-color: #4682b4;
    border: 1px solid #3f75a2;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 24px;
    height: 52px;
    line-height: 50px;
    padding: 0 15px;
    text-decoration: none
}

.resp-pt button::-moz-focus-inner {
    border: 0;
    margin: 0;
    padding: 0
}

.resp-pt .pt-list {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 20px 0 0;
    text-align: left
}

.resp-pt .pt-list li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 10px 0 5px
}

.resp-pt .pt-list .fa {
    font-size: 21px;
    width: 25px
}

.navFixed {
    box-shadow: 0 0 20px 0 rgba(64,64,64,.16);
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    z-index: 990
}

.img-responsive-inicial {
    display: block;
    height: auto;
    margin-top: 50px;
    max-width: 100%
}

#inicial {
    margin-top: 120px
}

#page {
    margin-top: 80px
}

#pagehome {
    margin-top: 200px
}

#line {
    margin-top: 58px
}

#banner {
    margin-top: 20px
}

#botao {
    margin-top: -50px;
    padding: 50px
}

.tippy-content p {
    color: #fff!important
}

.singleTst {
    border: 3px solid #dfebf5;
    border-radius: 20px;
    margin-top: 35px;
    padding: 35px 25px 25px 20px;
    position: relative
}

.singleTst>p {
    color: #8193a7;
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 20px
}

.singleTst .clientName {
    display: block;
    font-size: 15px;
    font-style: normal;
    margin-bottom: 0
}

.singleTst>a {
    -webkit-transition: .4s;
    color: #9caec2;
    font-size: 13px;
    transition: .4s
}

.singleTst::before {
    border: 4px solid #fff;
    border-radius: 50%;
    font-size: 26px;
    height: 34px;
    left: 21px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: -18px;
    width: 34px
}

.singleTst>a:hover {
    text-decoration: underline!important
}

a[href="#top"] {
    color: #f3d925;
    display: none;
    font-size: 30px;
    padding: 10px;
    position: fixed;
    right: 40px;
    top: 90%
}

a[href="#top"]:hover {
    color: #f3d925;
    text-decoration: none
}

.brcloudhost-typing-section-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 80px 20px;
    text-align: center;
    width: 100%
}

.brcloudhost-typing-title {
    color: #ffffff!important;
    font-size: 80px!important;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 20px;
    word-break: break-word
}

.brcloudhost-typing-effect-text {
    color: #ff7800!important;
    display: inline-block;
    font-family: 'Quicksand',sans-serif;
    font-size: 80px!important;
    font-weight: 600;
    line-height: 1.1em!important;
    min-height: 1em
}

.brcloudhost-typing-effect-text::after {
    animation: brcloudhost-blink-caret 0.75s infinite;
    color: #ff7800;
    content: '|'
}

.minimalist-data-center-badge-svg {
    margin-bottom: 20px;
    margin-top: 20px
}

.section-padding6 {
    height: 580px;
    padding: 0
}

.infra-premium {
    align-items: center;
    background-color: rgba(90,150,50,.1);
    border: 1px solid #5a9632;
    border-radius: 999px;
    box-shadow: 0 0 6px rgba(90,150,50,.2);
    color: #5a9632;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    gap: 8px;
    line-height: 1;
    padding: 6px 14px
}

.icon-premium {
    animation: pulsePremium 1.8s infinite ease-in-out;
    font-size: 18px;
    transform-origin: center
}

body.dark-mode .infra-premium {
    background-color: rgba(90,150,50,.15);
    border-color: #7fd45e;
    color: #cfffad
}

.header-section .top-bar .header-right-bar {
    align-items: center;
    display: flex;
    gap: 20px;
    height: 40px;
    justify-content: flex-end
}

.header-section .top-bar .header-right-bar .access {
    display: inline-block;
    margin: 0;
    padding: 0
}

.header-section .top-bar .header-right-bar .access li a:hover {
    background-color: #5a9632;
    box-shadow: 0 2px 8px rgba(104,171,57,.3);
    transform: translateY(-1px)
}

.payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 40px
}

.payment-card {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
    max-width: 400px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%
}

.payment-card:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,.1)
}

.payment-card h4 {
    color: #5a9632;
    font-size: 20px;
    margin-bottom: 10px
}

.payment-card p {
    color: #444;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px
}

.container-ip-checker {
    animation: fadeIn 0.6s ease-out;
    backdrop-filter: blur(10px);
    background: #e4e4e4;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,.1);
    height: fit-content;
    margin: 0;
    max-width: none;
    padding: 40px;
    text-align: center;
    width: 100%
}

.network-icon {
    height: 60px;
    margin-bottom: 20px;
    opacity: .8;
    transition: all 0.3s ease;
    width: 60px
}

.container-ip-checker:hover .network-icon {
    opacity: 1;
    transform: scale(1.1)
}

.ip-display {
    background: linear-gradient(45deg,#f8f9fa,#e9ecef);
    border: 2px solid #ddd;
    border-radius: 15px;
    margin: 20px 0;
    overflow: hidden;
    padding: 30px;
    position: relative
}

.ip-display::before {
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);
    content: '';
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left 0.5s ease;
    width: 100%
}

.ip-label {
    color: #495057;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px
}

.ip-value {
    border-right: 2px solid transparent;
    color: #ff7800;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    text-shadow: 0 2px 4px rgba(255,120,0,.3);
    white-space: nowrap;
    z-index: 1
}

.ip-value:hover {
    text-shadow: 0 4px 8px rgba(255,120,0,.5);
    transform: scale(1.05)
}

.copy-btn {
    background-color: #ff7800;
    border: none;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    margin-top: 15px;
    padding: 8px 16px;
    transition: background 0.3s ease
}

.copy-btn:hover {
    background-color: #e96a00
}

.info-section-ip-checker {
    background: rgba(248,249,250,.8);
    border-left: 4px solid #ff7800;
    border-radius: 12px;
    margin-top: 30px;
    padding: 25px
}

.info-text-ip-checker {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: -5px
}

.main-ip-container {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin: 150px auto 50px auto;
    max-width: 1400px;
    padding: 0 20px;
    width: 90%
}

.geo-info-section {
    animation: fadeIn 0.6s ease-out 0.2s both;
    backdrop-filter: blur(10px);
    background: #e4e4e4;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,.1);
    overflow: hidden;
    padding: 30px;
    position: relative
}

.geo-info-section::before {
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left 0.5s ease;
    width: 100%
}

.geo-info-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr
}

.geo-info-item {
    background: linear-gradient(45deg,#f8f9fa,#e9ecef);
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    transition: all 0.3s ease
}

.geo-info-item:hover {
    border-color: #ff7800;
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
    transform: translateY(-2px)
}

.geo-info-label {
    color: #6c757d;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.geo-info-value {
    color: #495057;
    font-size: 16px;
    font-weight: 700;
    word-break: break-word
}

.loading-spinner {
    animation: spin 1s linear infinite;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #ff7800;
    height: 30px;
    margin: 10px auto;
    width: 30px
}

.geo-info-item:nth-child(odd) {
    animation: slideInLeft 0.6s ease-out
}

.geo-info-item:nth-child(even) {
    animation: slideInRight 0.6s ease-out
}

.plan-switcher-container {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: -5px;
    padding-top: 20px;
    position: relative
}

.plan-label {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px
}

.switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px
}

.switch input {
    height: 0;
    opacity: 0;
    width: 0
}

.slider {
    -webkit-transition: .4s;
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.slider:before {
    -webkit-transition: .4s;
    background-color: white;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px
}

input:focus+.slider {
    box-shadow: 0 0 1px #ff7800
}

input:checked+.slider:before {
    -ms-transform: translateX(26px);
    -webkit-transform: translateX(26px);
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

.badge-wrapper {
    margin-bottom: -10px;
    margin-top: 35px;
    position: relative;
    text-align: center;
    z-index: 2
}

.save-badge {
    animation: bounce 1s infinite alternate;
    background-color: #4a7d2a;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 16px;
    white-space: nowrap
}

.price-integer {
    font-size: inherit!important;
    font-weight: inherit!important
}

.price-decimal {
    font-size: .6em;
    margin-right: -2px
}

.price-period {
    display: inline-block;
    font-size: .6em;
    margin-left: -10px
}

.valor-anual {
    background: rgba(255,102,0,.1);
    color: #f60;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 6px 12px
}

@media print {
    *,:after,:before {
        -webkit-box-shadow: none!important;
        background: 0 0!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="javascript:"]:after,a[href^="#"]:after {
        content: ""
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    h2,h3 {
        page-break-after: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    img {
        max-width: 100%!important
    }

    img,tr {
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }
}

@media (min-width: 768px) {
    .container {
        width:750px
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .dl-horizontal dt {
        clear: left;
        float: left;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 160px
    }

    .lead {
        font-size: 21px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

@media (min-width: 768px) {
    .col-sm-1 {
        width:8.33333333%
    }

    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float: left
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-9 {
        left: 75%
    }
}

@media (min-width: 992px) {
    .col-md-1 {
        width:8.33333333%
    }

    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float: left
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-9 {
        left: 75%
    }
}

@media (min-width: 1200px) {
    .col-lg-1 {
        width:8.33333333%
    }

    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float: left
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-9 {
        left: 75%
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        -ms-overflow-style:-ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        overflow-y: hidden;
        width: 100%
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
        line-height:46px
    }

    .input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
        line-height: 30px
    }

    input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
        line-height: 34px
    }
}

@media (min-width: 768px) {
    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        margin-left:0;
        position: relative
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom:0;
        padding-top: 7px;
        text-align: right
    }

    .form-horizontal .form-group-lg .control-label {
        font-size: 18px;
        padding-top: 11px
    }

    .form-horizontal .form-group-sm .control-label {
        font-size: 12px;
        padding-top: 6px
    }
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left:auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color:#fff
    }

    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
}

@media (min-width: 768px) {
    .nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
        border-bottom-color:#fff
    }

    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
}

@media (min-width: 768px) {
    .navbar {
        border-radius:4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float:left
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        -webkit-box-shadow:none;
        border-top: 0;
        box-shadow: none;
        width: auto
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        overflow: visible!important;
        padding-bottom: 0
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-left:0;
        margin-right: 0
    }
}

@media (min-width: 768px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
        border-radius:0
    }
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-15px
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        -webkit-box-shadow:none;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-bottom: 15px;
        padding-top: 15px
    }
}

@media (min-width: 768px) {
    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
        margin-left:0;
        position: relative
    }

    .navbar-form .checkbox label,.navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox,.navbar-form .radio {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        -webkit-box-shadow:none;
        border: 0;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        width: auto
    }
}

@media (min-width: 768px) {
    .navbar-text {
        float:left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float:left!important
    }

    .navbar-right {
        float: right!important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        background-color:#e7e7e7;
        color: #555
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        background-color: transparent;
        color: #ccc
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: transparent;
        color: #333
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        background-color: #080808;
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        background-color: transparent;
        color: #444
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: transparent;
        color: #fff
    }
}

@media screen and (min-width: 768px) {
    .container .jumbotron,.container-fluid .jumbotron {
        padding-left:60px;
        padding-right: 60px
    }

    .jumbotron {
        padding-bottom: 48px;
        padding-top: 48px
    }

    .jumbotron .h1,.jumbotron h1 {
        font-size: 63px
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-dialog {
        margin: 30px auto;
        width: 600px
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -o-transition: -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -webkit-transition: -webkit-transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px;
        transition: transform .6s ease-in-out
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0,0,0);
        left: 0;
        transform: translate3d(0,0,0)
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%,0,0);
        left: 0;
        transform: translate3d(-100%,0,0)
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        -webkit-transform: translate3d(100%,0,0);
        left: 0;
        transform: translate3d(100%,0,0)
    }
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        left:20%;
        padding-bottom: 30px;
        right: 20%
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        font-size: 30px;
        height: 30px;
        margin-top: -10px;
        width: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }

    tr.visible-xs {
        display: table-row!important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block!important
    }

    .visible-sm-block {
        display: block!important
    }

    .visible-sm-inline {
        display: inline!important
    }

    .visible-sm-inline-block {
        display: inline-block!important
    }

    table.visible-sm {
        display: table!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }

    tr.visible-sm {
        display: table-row!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block!important
    }

    .visible-md-block {
        display: block!important
    }

    .visible-md-inline {
        display: inline!important
    }

    .visible-md-inline-block {
        display: inline-block!important
    }

    table.visible-md {
        display: table!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }

    tr.visible-md {
        display: table-row!important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }

    tr.visible-lg {
        display: table-row!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display:block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }

    tr.visible-print {
        display: table-row!important
    }
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .tp-simpleresponsive .button {
        font-size:11px!important;
        font-weight: 400;
        line-height: 25px!important;
        padding: 4px 8px 3px
    }

    .tp-simpleresponsive a.button {
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        -webkit-transition: none
    }
}

@media only screen and (min-width: 0) and (max-width:479px) {
    .responsive .tp-bullets {
        display:none
    }

    .responsive .tparrows {
        display: none
    }

    .tp-simpleresponsive .button {
        font-size: 10px!important;
        font-size: 10px!important;
        line-height: 20px!important;
        line-height: 20px!important;
        padding: 2px 5px;
        padding: 2px 5px 2px
    }

    .tp-simpleresponsive a.button {
        -moz-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -ms-transition: none;
        -o-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        -webkit-transition: none
    }

    .tparrows.preview1,.tparrows.preview1:after {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        width: 40px
    }

    .tparrows.preview2 {
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        height: 30px;
        min-height: 30px;
        min-width: 30px;
        width: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width:979px) {
    .tparrows.preview1,.tparrows.preview1:after {
        font-size:24px;
        height: 80px;
        line-height: 80px;
        width: 80px
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .tparrows.preview1,.tparrows.preview1:after {
        font-size:20px;
        height: 60px;
        line-height: 60px;
        width: 60px
    }
}

@media only screen and (min-width: 768px) and (max-width:979px) {
    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left:35px
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 11px
    }

    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 35px
    }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 11px
    }

    .tparrows.preview2 {
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        height: 40px;
        min-height: 40px;
        min-width: 40px;
        width: 40px
    }

    .tparrows.preview2 .tp-arr-titleholder {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 40px
    }

    .tparrows.preview2:after {
        font: 20px "revicons";
        margin-top: -12px;
        position: absolute;
        top: 50%
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left:25px
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 8px
    }

    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 25px
    }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 8px
    }

    .tparrows.preview2 {
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        height: 30px;
        min-height: 30px;
        min-width: 30px;
        width: 30px
    }

    .tparrows.preview2 .tp-arr-titleholder {
        display: none;
        font-size: 10px;
        letter-spacing: 0;
        line-height: 30px;
        visibility: none
    }

    .tparrows.preview2:after {
        font: 14px "revicons";
        margin-top: -12px;
        position: absolute;
        top: 50%
    }
}

.tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px
}

.tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px
}

.tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none
}

.tparrows.preview2:after {
    font: 14px "revicons";
    margin-top: -12px;
    position: absolute;
    top: 50%
}

.tparrows.preview2:hover {
    height: 30px!important;
    width: 30px!important
}

@media only screen and (min-width: 768px) and (max-width:979px) {
    .tp-leftarrow.preview3 .tp-arr-iwrapper {
        padding-left:50px
    }

    .tp-rightarrow.preview3 .tp-arr-iwrapper {
        padding-right: 50px
    }

    .tparrows.preview3 .tp-arr-imgholder {
        height: 70px;
        min-width: 70px
    }

    .tparrows.preview3 .tp-arr-iwrapper {
        min-height: 70px
    }

    .tparrows.preview3 .tp-arr-titleholder {
        font-size: 16px;
        padding: 10px
    }

    .tparrows.preview3:after,.tparrows.preview3 {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        width: 50px
    }
}

@media only screen and (max-width: 767px) {
    .tparrows.preview3 .tp-arr-iwrapper {
        min-height:70px
    }

    .tparrows.preview3:after,.tparrows.preview3 {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        width: 50px
    }
}

@media only screen and (min-width: 768px) {
    .tp-leftarrow.preview4:hover:after {
        -webkit-transform:rotateY(90deg);
        transform: rotateY(90deg)
    }

    .tparrows.preview4:hover .tp-arr-titleholder {
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        -webkit-transform: rotateX(0deg);
        -webkit-transition-delay: .4s;
        filter: alpha(opacity=100);
        opacity: 1;
        transform: rotateX(0deg);
        transition-delay: .4s
    }

    .tparrows.preview4:hover:after {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }
}

@media only screen and (max-width: 767px) {
    .tparrows.preview1 .tp-arr-allwrapper,.tparrows.preview2 .tp-arr-allwrapper,.tparrows.preview3 .tp-arr-allwrapper,.tparrows.preview4 .tp-arr-allwrapper {
        display:none!important
    }

    .tparrows.preview4 {
        height: 80px;
        width: 20px
    }

    .tparrows.preview4:after {
        font-size: 14px;
        height: 80px;
        line-height: 80px;
        width: 20px
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .tp-simpleresponsive .button {
        font-size:11px!important;
        font-weight: 400;
        line-height: 25px!important;
        padding: 4px 8px 3px
    }

    .tp-simpleresponsive a.button {
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        -webkit-transition: none
    }
}

@media (min-width: 480px) and (max-width:767px) {
    h1 {
        font-size:40px
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size:34px
    }
}

@media (min-width: 480px) and (max-width:767px) {
    h2 {
        font-size:30px;
        line-height: 35px
    }
}

@media only screen and (max-width: 479px) {
    h2 {
        font-size:25px;
        line-height: 30px
    }
}

@media only screen and (max-width: 479px) {
    h3 {
        font-size:20px
    }
}

@media screen and (max-width: 480px) {
    .btn-default {
        padding:10px 20px!important
    }

    .btn-link {
        font-size: 16px;
        padding: 8px 25px
    }

    .btn-primary {
        font-size: 16px;
        padding: 8px 25px
    }
}

@media only screen and (max-width: 991px) {
    .section-padding {
        padding:100px 0
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding:70px 0
    }
}

@media only screen and (max-width: 479px) {
    .bottom-nevigation .pagination li a {
        font-size:12px;
        height: 30px;
        line-height: 15px;
        margin: 0 2px 5px;
        width: 30px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .header-title {
        padding:250px 0 50px
    }
}

@media only screen and (max-width: 991px) {
    .header-title {
        padding:140px 0 50px
    }
}

@media only screen and (max-width: 479px) {
    .header-title {
        padding:120px 0 30px
    }
}

@media only screen and (max-width: 991px) {
    .header-title .title {
        font-size:35px;
        line-height: 35px
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .header-title .title {
        font-size:30px;
        line-height: 30px
    }
}

@media only screen and (max-width: 479px) {
    .header-title .title {
        font-size:25px;
        line-height: 30px
    }
}

@media only screen and (max-width: 991px) {
    .header-section {
        display:inline-block
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .header-section .top-bar .header-left-bar .contact-wrapper li {
        font-size:15px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .header-section .top-bar .header-left-bar .contact-wrapper li {
        font-size:15px
    }
}

@media only screen and (max-width: 767px) {
    .header-section .top-bar .header-left-bar .contact-wrapper li {
        font-size:15px
    }
}

@media (min-width: 1500px) and (max-width:1800px) {
    .header-section .navbar::before {
        width:460px
    }
}

@media (min-width: 1200px) and (max-width:1499px) {
    .header-section .navbar::before {
        width:360px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .header-section .navbar::before {
        width:260px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .header-section .navbar.sticky {
        margin-top:-88px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .header-section .navbar .navbar-collapse .navbar-nav {
        margin-right:40px
    }
}

@media only screen and (max-width: 991px) {
    .header-section .navbar .navbar-collapse .navbar-nav {
        display:inline-block;
        float: none!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .header-section .navbar .navbar-collapse .navbar-nav li {
        margin-right:25px
    }
}

@media (min-width: 1500px) and (max-width:2100px) {
    .header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
        left:-770px;
        width: 1150px
    }
}

@media only screen and (max-width: 1499px) {
    .header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
        left:-344px;
        padding: 20px
    }

    .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li {
        margin: 0 10px
    }

    .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li:first-child {
        display: inherit
    }

    .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li:first-child {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    .slider-section {
        margin-top:0
    }
}

@media only screen and (max-width: 767px) {
    .slider-section .medium-text .big-text {
        font-size:18px;
        font-weight: 400;
        line-height: 30px
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action {
        padding-bottom:40px
    }
}

@media only screen and (max-width: 991px) {
    .call-to-action .action-wrapper h3 {
        font-size:25px
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action .action-wrapper h3 {
        margin:15px 0 10px
    }
}

@media only screen and (max-width: 479px) {
    .call-to-action .action-wrapper h3 {
        font-size:22px
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action .action-wrapper {
        margin-bottom:50px
    }
}

@media only screen and (max-width: 479px) {
    .call-to-action .action-wrapper {
        margin-bottom:35px
    }

    .call-to-action .action-wrapper img {
        width: 80px
    }
}

@media only screen and (max-width: 991px) {
    .package-section .package-wrapper {
        padding-top:70px
    }
}

@media only screen and (max-width: 767px) {
    .package-section .package-wrapper {
        margin:0 auto 30px;
        width: 50%
    }
}

@media only screen and (max-width: 479px) {
    .package-section .package-wrapper {
        width:100%
    }
}

@media only screen and (max-width: 479px) {
    .package-section .package-wrapper {
        margin-bottom:20px;
        padding: 50px 0 20px
    }

    .package-section .package-wrapper .amount {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 991px) {
    .package-section .btn {
        font-size:18px;
        margin-top: 60px;
        padding: 10px 35px
    }
}

@media only screen and (max-width: 767px) {
    .package-section .btn {
        font-size:16px;
        margin-top: 20px;
        padding: 8px 30px
    }
}

@media only screen and (max-width: 479px) {
    .package-section .btn {
        font-size:14px;
        padding: 6px 25px
    }
}

@media only screen and (max-width: 991px) {
    .empresa-section {
        padding:50px 0 70px
    }

    .empresa-section img {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .empresa-section {
        padding:35px 0 60px
    }
}

@media only screen and (max-width: 479px) {
    .empresa-section {
        padding:50px 0 40px
    }
}

@media only screen and (max-width: 767px) {
    .empresa-section .empresa-wrapper .nav-tabs li a {
        font-size:18px;
        padding: 10px 40px
    }
}

@media only screen and (max-width: 479px) {
    .empresa-section .empresa-wrapper .nav-tabs {
        margin-top:30px
    }

    .empresa-section .empresa-wrapper .nav-tabs li>a {
        font-size: 15px;
        padding: 6px 35px
    }
}

@media only screen and (max-width: 991px) {
    .empresa-section .empresa-wrapper .empresa-content {
        padding-top:30px
    }
}

@media only screen and (max-width: 479px) {
    .empresa-section .empresa-wrapper .empresa-content {
        padding-top:25px
    }
}

@media only screen and (max-width: 991px) {
    .empresa-section .empresa-wrapper .empresa-content h3 {
        font-size:40px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .empresa-section .empresa-wrapper .empresa-content h3 {
        font-size:35px
    }
}

@media only screen and (max-width: 479px) {
    .empresa-section .empresa-wrapper .empresa-content h3 {
        font-size:30px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 991px) {
    .empresa-section .empresa-wrapper .empresa-content p {
        margin-bottom:20px
    }
}

@media only screen and (max-width: 479px) {
    .team-section .section-title {
        margin-bottom:30px
    }
}

@media only screen and (max-width: 991px) {
    .team-section .section-title h2 {
        font-size:40px
    }
}

@media only screen and (max-width: 767px) {
    .team-section .section-title h2 {
        font-size:35px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 479px) {
    .team-section .section-title h2 {
        font-size:30px
    }
}

@media only screen and (max-width: 991px) {
    .team-section .team-wrapper {
        margin-bottom:40px
    }
}

@media only screen and (max-width: 479px) {
    .team-section .team-wrapper {
        margin-bottom:40px
    }
}

@media only screen and (max-width: 767px) {
    .team-section .team-wrapper img {
        height:auto
    }
}

@media only screen and (max-width: 991px) {
    .team-section .team-wrapper .wrapper-contant h3 a {
        font-size:25px
    }
}

@media only screen and (max-width: 479px) {
    .team-section .team-wrapper .wrapper-contant h3 a {
        font-size:18px
    }
}

@media only screen and (max-width: 991px) {
    .team-section .team-wrapper .wrapper-contant h3 {
        margin:10px 0 5px
    }
}

@media only screen and (max-width: 479px) {
    .team-section .team-wrapper .wrapper-contant h3 {
        margin:15px 0 0
    }
}

@media only screen and (max-width: 991px) {
    .team-section .team-wrapper .wrapper-contant .position {
        margin-bottom:10px
    }
}

@media only screen and (max-width: 479px) {
    .team-section .team-wrapper .wrapper-contant .position {
        font-size:16px;
        padding-bottom: 10px
    }
}

@media only screen and (max-width: 991px) {
    .team-section .team-wrapper .wrapper-contant ul li i {
        font-size:25px
    }
}

@media only screen and (max-width: 600px) {
    .joining-section {
        text-align:center
    }
}

@media only screen and (max-width: 991px) {
    .joining-section h2 {
        font-size:25px
    }
}

@media only screen and (max-width: 767px) {
    .joining-section h2 {
        font-size:22px
    }
}

@media only screen and (max-width: 600px) {
    .joining-section h2 {
        display:block
    }
}

@media only screen and (max-width: 767px) {
    .joining-section .btn {
        font-size:16px;
        padding: 6px 22px
    }
}

@media only screen and (max-width: 600px) {
    .joining-section .btn {
        float:none!important;
        margin-top: 10px
    }
}

@media only screen and (max-width: 991px) {
    .package-section .package-wrapper .amount {
        font-size:35px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 991px) {
    .package-section .package-wrapper .amount {
        font-size:35px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 991px) {
    .domain-section .domain-wrapper {
        margin:0 0 40px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .domain-section .domain-wrapper h3 {
        font-size:30px;
        line-height: 35px
    }
}

@media only screen and (max-width: 767px) {
    .domain-section .domain-wrapper h3 {
        font-size:25px;
        line-height: 30px
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .domain-section .domain-wrapper .domain-bar {
        margin-top:25px
    }
}

@media only screen and (max-width: 991px) {
    .domain-section .domain-wrapper .domain-bar {
        margin-top:25px
    }
}

@media only screen and (max-width: 767px) {
    .domain-section .domain-wrapper .domain-bar {
        margin-top:10px
    }
}

@media (min-width: 1200px) and (max-width:1399px) {
    .domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
        width:55%
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
        padding:15px 20px;
        width: 65%
    }
}

@media only screen and (max-width: 991px) {
    .domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
        padding:15px 30px
    }
}

@media only screen and (max-width: 767px) {
    .domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
        font-size:16px;
        padding: 10px 15px;
        width: 50%
    }
}

@media only screen and (max-width: 479px) {
    .domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
        padding:8px 15px;
        width: auto
    }
}

@media only screen and (max-width: 360px) {
    .domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
        width:50%
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .domain-section .domain-wrapper .domain-bar .subscribeForm .option .btn {
        margin:-3px 0 0 -5px;
        padding: 15px 20px 16px
    }
}

@media only screen and (max-width: 991px) {
    .domain-section .domain-wrapper .domain-bar .subscribeForm .option .btn {
        margin:-3px 0 0 -5px;
        padding: 14.5px 25px 16px
    }
}

@media only screen and (max-width: 767px) {
    .domain-section .domain-wrapper .domain-bar .subscribeForm .option .btn {
        font-size:16px;
        padding: 8.5px 25px 12px
    }
}

@media only screen and (max-width: 479px) {
    .domain-section .domain-wrapper .domain-bar .subscribeForm .option .btn {
        border-radius:0 5px 5px 0;
        padding: 5.5px 25px 11px
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .domain-section .domain-wrapper .domain-bar .subscribeForm .subscribeBtn {
        padding:15px 35px
    }
}

@media only screen and (max-width: 991px) {
    .domain-section .domain-wrapper .domain-bar .subscribeForm .subscribeBtn {
        padding:15px 56px
    }
}

@media only screen and (max-width: 767px) {
    .domain-section .domain-wrapper .domain-bar .subscribeForm .subscribeBtn {
        font-size:16px;
        padding: 10px 30px
    }
}

@media only screen and (max-width: 479px) {
    .domain-section .domain-wrapper .domain-bar .subscribeForm .subscribeBtn {
        border-radius:5px;
        display: block;
        font-size: 14px;
        margin-top: 5px;
        padding: 7px 22px
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .domain-section .domain-wrapper .package {
        margin:10px 0 15px
    }

    .domain-section .domain-wrapper .package li {
        font-size: 16px
    }
}

@media only screen and (max-width: 991px) {
    .domain-section .domain-wrapper .package {
        margin:12px 0 15px
    }

    .domain-section .domain-wrapper .package li {
        font-size: 20px
    }
}

@media only screen and (max-width: 991px) {
    .domain-section .domain-wrapper .package {
        margin:8px 0 10px
    }

    .domain-section .domain-wrapper .package li {
        font-size: 17px
    }
}

@media only screen and (max-width: 991px) {
    .domain-section .domain-wrapper .package {
        display:inherit
    }

    .domain-section .domain-wrapper .package li {
        display: inline-block;
        margin-right: 15px
    }
}

@media only screen and (max-width: 1199px) {
    .domain-section .domain-sidebar {
        margin-left:0
    }
}

@media only screen and (max-width: 479px) {
    .domain-section .domain-sidebar h4 {
        font-size:20px;
        line-height: 25px
    }
}

@media only screen and (max-width: 991px) {
    .domain-section .domain-sidebar .btn {
        padding:8px 40px;
        width: auto
    }
}

@media only screen and (max-width: 479px) {
    .domain-section .domain-sidebar .btn {
        font-size:16px;
        padding: 6px 30px
    }
}

@media only screen and (max-width: 991px) {
    .searching-section {
        padding:90px 0 80px
    }
}

@media only screen and (max-width: 767px) {
    .searching-section {
        padding:65px 0 45px
    }
}

@media (min-width: 1200px) and (max-width:1399px) {
    .searching-section .searching-wrapper {
        margin-right:140px
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .searching-section .searching-wrapper {
        margin-right:100px
    }
}

@media only screen and (max-width: 991px) {
    .searching-section .searching-wrapper {
        margin-right:0
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .searching-section .searching-wrapper h3 {
        font-size:30px;
        line-height: 35px
    }
}

@media only screen and (max-width: 767px) {
    .searching-section .searching-wrapper h3 {
        font-size:25px;
        line-height: 30px
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .searching-section .searching-wrapper .search-bar {
        margin-top:25px
    }
}

@media only screen and (max-width: 991px) {
    .searching-section .searching-wrapper .search-bar {
        margin-top:25px
    }
}

@media only screen and (max-width: 767px) {
    .searching-section .searching-wrapper .search-bar {
        margin-top:10px
    }
}

@media (min-width: 1200px) and (max-width:1399px) {
    .searching-section .searching-wrapper .search-bar .subscribeForm .domainSearchBar {
        width:55%
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .searching-section .searching-wrapper .search-bar .subscribeForm .domainSearchBar {
        padding:15px 20px;
        width: 50%
    }
}

@media only screen and (max-width: 991px) {
    .searching-section .searching-wrapper .search-bar .subscribeForm .domainSearchBar {
        padding:15px 30px
    }
}

@media only screen and (max-width: 767px) {
    .searching-section .searching-wrapper .search-bar .subscribeForm .domainSearchBar {
        font-size:16px;
        padding: 10px 15px;
        width: 50%
    }
}

@media only screen and (max-width: 479px) {
    .searching-section .searching-wrapper .search-bar .subscribeForm .domainSearchBar {
        padding:8px 15px;
        width: auto
    }
}

@media only screen and (max-width: 360px) {
    .searching-section .searching-wrapper .search-bar .subscribeForm .domainSearchBar {
        width:50%
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .searching-section .searching-wrapper .search-bar .subscribeForm .option .btn,.searching-section .searching-wrapper .search-bar .subscribeForm .optionBtn {
        margin:-3px 0 0 -5px;
        padding: 15px 20px 16px
    }
}

@media only screen and (max-width: 991px) {
    .searching-section .searching-wrapper .search-bar .subscribeForm .option .btn,.searching-section .searching-wrapper .search-bar .subscribeForm .optionBtn {
        margin:-3px 0 0 -5px;
        padding: 14.5px 25px 16px
    }
}

@media only screen and (max-width: 767px) {
    .searching-section .searching-wrapper .search-bar .subscribeForm .option .btn,.searching-section .searching-wrapper .search-bar .subscribeForm .optionBtn {
        font-size:16px;
        padding: 8.5px 25px 12px
    }
}

@media only screen and (max-width: 479px) {
    .searching-section .searching-wrapper .search-bar .subscribeForm .option .btn,.searching-section .searching-wrapper .search-bar .subscribeForm .optionBtn {
        border-radius:0 5px 5px 0;
        padding: 5.5px 25px 11px
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .searching-section .searching-wrapper .search-bar .subscribeForm .subscribeBtn {
        padding:15px 35px
    }
}

@media only screen and (max-width: 991px) {
    .searching-section .searching-wrapper .search-bar .subscribeForm .subscribeBtn {
        padding:15px 56px
    }
}

@media only screen and (max-width: 767px) {
    .searching-section .searching-wrapper .search-bar .subscribeForm .subscribeBtn {
        font-size:16px;
        padding: 10px 30px
    }
}

@media only screen and (max-width: 479px) {
    .searching-section .searching-wrapper .search-bar .subscribeForm .subscribeBtn {
        border-radius:5px;
        display: block;
        font-size: 14px;
        margin-top: 5px;
        padding: 7px 22px
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .searching-section .searching-wrapper .package {
        margin:10px 0 15px
    }

    .searching-section .searching-wrapper .package li {
        font-size: 16px
    }
}

@media only screen and (max-width: 991px) {
    .searching-section .searching-wrapper .package {
        margin:12px 0 15px
    }

    .searching-section .searching-wrapper .package li {
        font-size: 20px
    }
}

@media only screen and (max-width: 991px) {
    .searching-section .searching-wrapper .package {
        margin:8px 0 10px
    }

    .searching-section .searching-wrapper .package li {
        font-size: 17px
    }
}

@media only screen and (max-width: 991px) {
    .searching-section .searching-wrapper .package {
        display:inherit
    }

    .searching-section .searching-wrapper .package li {
        display: inline-block;
        margin-right: 15px
    }
}

@media (min-width: 1200px) and (max-width:1650px) {
    .searching-section .caption .caption-one {
        top:20%
    }

    .searching-section .caption .caption-one img {
        width: 100px
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .searching-section .caption .caption-one {
        right:-35%;
        top: 20%
    }

    .searching-section .caption .caption-one img {
        width: 80px
    }
}

@media (min-width: 1400px) and (max-width:1650px) {
    .searching-section .caption .caption-two {
        right:2%
    }

    .searching-section .caption .caption-two img {
        width: 500px
    }
}

@media (min-width: 1200px) and (max-width:1399px) {
    .searching-section .caption .caption-two {
        right:2%
    }

    .searching-section .caption .caption-two img {
        width: 500px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .searching-section .caption .caption-two {
        right:2%
    }

    .searching-section .caption .caption-two img {
        width: 400px
    }
}

@media only screen and (max-width: 479px) {
    .priceing-section .priceing-option .nav-tabs li {
        font-size:12px
    }
}

@media only screen and (max-width: 479px) {
    .priceing-section .priceing-option .nav-tabs li a {
        padding:8px 30px
    }
}

@media only screen and (max-width: 399px) {
    .priceing-section .priceing-option .nav-tabs li a {
        padding:8px 20px
    }
}

@media only screen and (max-width: 991px) {
    .priceing-section .first-priceing-table .priceing-wrapper.first-wrapper .header {
        border-radius:0
    }
}

@media only screen and (max-width: 991px) {
    .priceing-section .first-priceing-table .priceing-wrapper.last-wrapper .header {
        border-radius:0
    }
}

@media only screen and (max-width: 991px) {
    .priceing-section .first-priceing-table .priceing-wrapper.last-wrapper .priceing-content {
        border-radius:0
    }
}

@media only screen and (max-width: 991px) {
    .priceing-section .first-priceing-table .priceing-wrapper .header {
        border-radius:0;
        position: relative;
        z-index: 1
    }
}

@media only screen and (max-width: 991px) {
    .priceing-section .first-priceing-table .priceing-wrapper .priceing-content {
        border-radius:0
    }
}

@media only screen and (max-width: 991px) {
    .priceing-section .first-priceing-table .priceing-wrapper .priceing-content {
        box-shadow:0 0 15px 5px #e0e0e0
    }
}

@media only screen and (max-width: 767px) {
    .priceing-section .first-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount {
        font-size:40px;
        line-height: 70px
    }
}

@media only screen and (max-width: 479px) {
    .priceing-section .first-priceing-table .priceing-wrapper .priceing-content .feature li {
        font-size:16px;
        line-height: 30px
    }
}

@media only screen and (max-width: 767px) {
    .priceing-section .first-priceing-table .priceing-wrapper .priceing-content .btn {
        padding:10px 60px
    }
}

@media only screen and (max-width: 479px) {
    .priceing-section .first-priceing-table .priceing-wrapper .priceing-content .btn {
        font-size:14px;
        margin-top: 40px;
        padding: 5px 40px
    }
}

@media only screen and (max-width: 991px) {
    .priceing-section .first-priceing-table .no-padding {
        padding-left:15px!important;
        padding-right: 15px!important
    }
}

@media only screen and (max-width: 991px) {
    .priceing-section .second-priceing-table .priceing-wrapper {
        margin-bottom:50px
    }
}

@media only screen and (max-width: 479px) {
    .priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head {
        padding:8px 0 20px
    }
}

@media only screen and (max-width: 479px) {
    .priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .option {
        font-size:16px;
        padding: 3px 22px
    }
}

@media only screen and (max-width: 479px) {
    .priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount {
        font-size:40px;
        line-height: 20px
    }
}

@media only screen and (max-width: 767px) {
    .priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li {
        line-height:40px
    }
}

@media only screen and (max-width: 479px) {
    .priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li {
        font-size:16px;
        line-height: 35px
    }
}

@media only screen and (max-width: 767px) {
    .priceing-section .second-priceing-table .priceing-wrapper .priceing-content .btn {
        font-size:16px;
        margin-top: 0;
        padding: 8px 50px
    }
}

@media only screen and (max-width: 479px) {
    .priceing-section .second-priceing-table .priceing-wrapper .priceing-content .btn {
        font-size:14px;
        margin-top: 0;
        padding: 3px 30px
    }
}

@media only screen and (max-width: 991px) {
    .priceing-section .second-priceing-table h4 {
        margin:0
    }
}

@media only screen and (max-width: 767px) {
    .priceing-section .second-priceing-table h4 {
        font-size:18px;
        margin: -15px 0 0
    }
}

@media only screen and (max-width: 991px) {
    .video-section {
        padding:150px 0
    }
}

@media only screen and (max-width: 479px) {
    .video-section {
        padding:120px 0
    }
}

@media only screen and (max-width: 767px) {
    .video-section .video-wrapper .video-content i {
        font-size:25px;
        height: 90px;
        line-height: 90px;
        width: 90px
    }
}

@media only screen and (max-width: 479px) {
    .video-section .video-wrapper .video-content i {
        height:70px;
        line-height: 70px;
        width: 70px
    }
}

@media only screen and (max-width: 991px) {
    .process-section .process-wrapper .process-content h3 {
        font-size:30px;
        line-height: 35px;
        margin-bottom: 20px;
        padding-top: 15px
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .process-section .process-wrapper .process-content h3 {
        font-size:25px;
        line-height: 30px;
        padding-top: 0
    }
}

@media only screen and (max-width: 479px) {
    .process-section .process-wrapper .process-content h3 {
        font-size:20px;
        line-height: 25px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 991px) {
    .process-section .process-wrapper .process-content .btn.first-btn {
        margin-bottom:50px
    }
}

@media only screen and (max-width: 991px) {
    .process-section .process-wrapper .process-content .btn {
        margin:15px 0 0
    }
}

@media only screen and (max-width: 479px) {
    .process-section .process-wrapper .process-content .btn {
        font-size:16px;
        margin: 10px 0 0;
        padding: 8px 25px
    }
}

@media only screen and (max-width: 991px) {
    .process-section .process-wrapper {
        text-align:center
    }

    .process-section .process-wrapper .no-padding {
        padding: 0 15px!important
    }

    .process-section .process-wrapper .process-caption {
        text-align: center
    }

    .process-section .process-wrapper .process-content {
        margin-top: 30px
    }

    .process-section .process-wrapper img {
        max-width: 100%
    }
}

@media only screen and (max-width: 991px) {
    .counting-section {
        padding:100px 0 80px
    }
}

@media only screen and (max-width: 767px) {
    .counting-section {
        padding:70px 0 15px
    }
}

@media only screen and (max-width: 767px) {
    .counting-section .counting-pusher {
        display:block
    }
}

@media only screen and (max-width: 767px) {
    .counting-section .counting-pusher .counting-wrapper {
        margin-bottom:50px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .counting-section .counting-pusher .counting-wrapper .count-description {
        font-size:45px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .counting-section .counting-pusher .counting-wrapper .count-description {
        font-size:40px;
        margin: 15px 0 5px
    }
}

@media only screen and (max-width: 767px) {
    .counting-section .counting-pusher .counting-wrapper .count-description {
        font-size:40px;
        margin: 5px 0
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .counting-section .counting-pusher .counting-wrapper p {
        font-size:20px
    }
}

@media only screen and (max-width: 767px) {
    .counting-section .counting-pusher .counting-wrapper p {
        font-size:20px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-section #testimonial-carousel-two {
        padding-bottom:55px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-section #testimonial-carousel-two {
        padding-bottom:40px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-section #testimonial-carousel-two .carousel-inner .carousel-wrapper {
        padding:48px 20px 32px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-section #testimonial-carousel-two .carousel-inner .carousel-wrapper {
        margin:50px 0 0;
        padding: 48px 40px 32px
    }
}

@media only screen and (max-width: 479px) {
    .testimonial-section #testimonial-carousel-two .carousel-inner .carousel-wrapper {
        padding:48px 20px 32px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-section #testimonial-carousel-two .carousel-inner .carousel-wrapper .carousel-image {
        left:0;
        right: 0;
        text-align: center
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-section #testimonial-carousel-two .carousel-inner .carousel-wrapper h3 {
        font-size:30px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-section #testimonial-carousel-two .carousel-inner .carousel-wrapper h3 {
        font-size:25px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-section #testimonial-carousel-two .carousel-inner .carousel-wrapper p {
        margin-bottom:15px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-section #testimonial-carousel-two .carousel-inner .carousel-wrapper .title {
        font-size:16px
    }
}

@media only screen and (max-width: 991px) {
    .achivement-section .client-wrapper .client-logo li {
        margin:10px
    }
}

@media only screen and (max-width: 767px) {
    .achivement-section .client-wrapper .client-logo li {
        margin:0 10px
    }
}

@media only screen and (max-width: 767px) {
    .achivement-section .client-wrapper .client-logo li img {
        width:130px
    }
}

@media only screen and (max-width: 479px) {
    .achivement-section .client-wrapper .client-logo li img {
        width:100px
    }
}

@media only screen and (max-width: 991px) {
    .achivement-section .client-wrapper p {
        font-size:18px;
        line-height: 30px
    }
}

@media only screen and (max-width: 767px) {
    .achivement-section .client-wrapper p {
        font-size:16px;
        line-height: 27px;
        margin: 15px 0 30px
    }
}

@media only screen and (max-width: 991px) {
    .achivement-section .client-wrapper .btn {
        font-size:18px;
        padding: 12px 30px
    }
}

@media only screen and (max-width: 991px) {
    .achivement-section .client-wrapper .btn {
        font-size:15px;
        padding: 8px 20px
    }
}

@media only screen and (max-width: 767px) {
    .information-section .section-title {
        margin-bottom:40px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .information-section .information-wrapper {
        padding:30px 20px 50px
    }
}

@media only screen and (max-width: 991px) {
    .information-section .information-wrapper {
        margin-bottom:30px
    }
}

@media only screen and (max-width: 479px) {
    .information-section .information-wrapper {
        padding:30px 10px 50px
    }
}

@media only screen and (max-width: 991px) {
    .information-section .information-wrapper h3 {
        font-size:25px;
        margin-bottom: 5px;
        padding: 0
    }
}

@media only screen and (max-width: 479px) {
    .information-section .information-wrapper h3 {
        line-height:30px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 991px) {
    .information-section .information-wrapper p {
        margin-bottom:20px
    }
}

@media only screen and (max-width: 991px) {
    .information-section .information-wrapper .link {
        font-size:20px
    }
}

@media only screen and (max-width: 767px) {
    .information-section .owl-dots {
        margin-top:20px!important
    }
}

@media only screen and (max-width: 991px) {
    .service-section .section-title {
        margin-bottom:40px
    }
}

@media only screen and (max-width: 479px) {
    .service-section .section-title {
        margin-bottom:25px
    }
}

@media only screen and (max-width: 479px) {
    .service-section .service-wrapper .nav-tabs {
        display:inherit
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .service-section .service-wrapper .nav-tabs li {
        padding:10px 20px
    }
}

@media only screen and (max-width: 991px) {
    .service-section .service-wrapper .nav-tabs li {
        font-size:20px;
        padding: 8px 30px
    }
}

@media only screen and (max-width: 767px) {
    .service-section .service-wrapper .nav-tabs li {
        font-size:14px;
        padding: 5px 8px
    }
}

@media only screen and (max-width: 479px) {
    .service-section .service-wrapper .nav-tabs li {
        display:inline-block;
        font-size: 16px;
        margin: 5px 0 4px;
        padding: 5px 12px 10px
    }
}

@media only screen and (max-width: 991px) {
    .service-section .service-wrapper .tab-content .tab-pane .service-content {
        padding:40px 20px 25px
    }
}

@media only screen and (max-width: 767px) {
    .service-section .service-wrapper .tab-content .tab-pane .service-content {
        padding:20px
    }
}

@media only screen and (max-width: 479px) {
    .service-section .service-wrapper .tab-content .tab-pane .service-content {
        margin-top:25px
    }
}

@media only screen and (max-width: 991px) {
    .service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper h3 {
        font-size:25px;
        line-height: 25px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 991px) {
    .service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .small-text {
        font-size:18px;
        line-height: 20px
    }
}

@media only screen and (max-width: 991px) {
    .service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .bold-text {
        font-size:20px;
        line-height: 25px
    }
}

@media only screen and (max-width: 767px) {
    .service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .detail-wrapper {
        margin-top:15px
    }
}

@media only screen and (max-width: 479px) {
    .service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .detail-wrapper {
        display:inherit
    }
}

@media only screen and (max-width: 991px) {
    .service-section .service-wrapper .tab-content .tab-pane .service-content p {
        line-height:25px
    }
}

@media only screen and (max-width: 767px) {
    .service-section .service-wrapper .tab-content .tab-pane .service-content p {
        margin-top:10px
    }
}

@media only screen and (max-width: 991px) {
    .review-section .review-carousel .review-wrapper {
        margin-bottom:40px
    }
}

@media only screen and (max-width: 479px) {
    .review-section .review-carousel .review-wrapper {
        margin-bottom:20px;
        padding: 0 20px 60px
    }
}

@media only screen and (max-width: 479px) {
    .review-section .review-carousel .review-wrapper .caption img {
        width:80px
    }
}

@media only screen and (max-width: 767px) {
    .review-section .review-carousel .review-wrapper h3 {
        font-size:20px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .faq-section {
        padding:80px 0 50px
    }
}

@media only screen and (max-width: 991px) {
    .faq-section {
        background:#f3f6f8
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .faq-section .faq-wrapper h3 {
        font-size:38px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .faq-section .faq-wrapper h3 {
        font-size:30px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 767px) {
    .faq-section .faq-wrapper h3 {
        font-size:25px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 479px) {
    .faq-section .faq-wrapper h3 {
        font-size:23px;
        line-height: 30px
    }
}

@media only screen and (max-width: 767px) {
    .faq-section .faq-wrapper #promote-accordion {
        margin:30px 0 0
    }
}

@media only screen and (max-width: 479px) {
    .faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading {
        line-height:25px
    }
}

@media only screen and (max-width: 479px) {
    .faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading::before {
        top:10px
    }
}

@media only screen and (max-width: 479px) {
    .faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading a {
        font-size:16px
    }
}

@media only screen and (max-width: 350px) {
    .faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading a {
        padding-right:60px
    }
}

@media only screen and (max-width: 300px) {
    .faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse::before {
        top:-55px
    }
}

@media only screen and (max-width: 479px) {
    .faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body {
        padding:15px
    }
}

@media only screen and (max-width: 479px) {
    .faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body p {
        font-size:14px
    }
}

@media (min-width: 1500px) and (max-width:1750px) {
    .faq-section .caption img {
        width:600px
    }
}

@media (min-width: 1200px) and (max-width:1499px) {
    .faq-section .caption img {
        width:500px
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .faq-section .caption img {
        width:400px
    }
}

@media only screen and (max-width: 479px) {
    .artical-section .artical-wrapper .artical-content {
        padding:15px
    }
}

@media only screen and (max-width: 479px) {
    .artical-section .artical-wrapper .artical-content .link {
        font-size:12px;
        padding: 6px 20px
    }
}

@media only screen and (max-width: 991px) {
    .artical-section .artical-wrapper .artical-content h3 {
        margin:8px 0 25px
    }
}

@media only screen and (max-width: 767px) {
    .artical-section .artical-wrapper .artical-content h3 {
        font-size:25px;
        line-height: 30px;
        margin: 8px 0 20px
    }
}

@media only screen and (max-width: 479px) {
    .artical-section .artical-wrapper .artical-content h3 {
        font-size:20px;
        line-height: 25px;
        margin: 8px 0 15px
    }
}

@media only screen and (max-width: 479px) {
    .artical-section .artical-wrapper .artical-content .text {
        font-size:14px
    }
}

@media only screen and (max-width: 767px) {
    .subscribe-section {
        padding:65px 0 70px
    }
}

@media only screen and (max-width: 767px) {
    .subscribe-section::before,.subscribe-section::after {
        display:none
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .subscribe-section .caption {
        left:0
    }
}

@media only screen and (max-width: 767px) {
    .subscribe-section .subscribe-wrapper .small-text {
        line-height:30px
    }
}

@media only screen and (max-width: 400px) {
    .subscribe-section .subscribe-wrapper .small-text {
        font-size:16px;
        line-height: 27px
    }
}

@media only screen and (max-width: 767px) {
    .subscribe-section .subscribe-wrapper h3 {
        font-size:30px;
        margin-bottom: 25px
    }
}

@media only screen and (max-width: 479px) {
    .subscribe-section .subscribe-wrapper h3 {
        font-size:25px;
        line-height: 25px;
        margin-bottom: 20px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .subscribe-section .subscribe-wrapper .subscribeSearchBar {
        width:62%
    }
}

@media only screen and (max-width: 767px) {
    .subscribe-section .subscribe-wrapper .subscribeSearchBar {
        padding:10px 25px;
        width: 60%
    }
}

@media only screen and (max-width: 479px) {
    .subscribe-section .subscribe-wrapper .subscribeSearchBar {
        padding:6px 15px
    }
}

@media only screen and (max-width: 767px) {
    .subscribe-section .subscribe-wrapper .subscribeBtn {
        padding:8px 42px
    }
}

@media only screen and (max-width: 479px) {
    .subscribe-section .subscribe-wrapper .subscribeBtn {
        font-size:16px;
        padding: 4px 25px
    }
}

@media only screen and (max-width: 767px) {
    .account-section {
        padding:140px 0 100px
    }
}

@media only screen and (max-width: 479px) {
    .account-section {
        padding:110px 0 90px
    }
}

@media only screen and (max-width: 767px) {
    .account-section .account-wrapper {
        padding-bottom:40px
    }
}

@media only screen and (max-width: 479px) {
    .account-section .account-wrapper .section-top .top-icon img {
        margin-top:-35px;
        width: 70px
    }
}

@media only screen and (max-width: 767px) {
    .account-section .account-wrapper .section-top h2 {
        font-size:30px;
        line-height: 35px;
        margin-top: 25px
    }
}

@media only screen and (max-width: 479px) {
    .account-section .account-wrapper .section-top h2 {
        font-size:25px;
        margin-top: 15px
    }
}

@media only screen and (max-width: 991px) {
    .account-section .account-wrapper .form-section .support-form {
        margin-top:10px;
        padding: 0 50px
    }
}

@media only screen and (max-width: 767px) {
    .account-section .account-wrapper .form-section .support-form {
        padding:0 30px
    }
}

@media only screen and (max-width: 479px) {
    .account-section .account-wrapper .form-section .support-form {
        padding:0 20px
    }
}

@media only screen and (max-width: 991px) {
    .account-section .account-wrapper .form-section .support-form .form-group {
        margin-bottom:15px
    }
}

@media only screen and (max-width: 767px) {
    .account-section .account-wrapper .form-section .support-form .form-group label {
        font-size:16px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .account-section .account-wrapper .form-section .support-form .form-group input.form-control {
        font-size:15px;
        padding: 18px 12px
    }
}

@media only screen and (max-width: 767px) {
    .account-section .account-wrapper .form-section .support-form .form-group .text {
        font-size:14px
    }
}

@media only screen and (max-width: 991px) {
    .account-section .account-wrapper .form-section .support-form .form-group .btn {
        font-size:18px;
        padding: 10px 30px
    }
}

@media only screen and (max-width: 767px) {
    .account-section .account-wrapper .form-section .support-form .form-group .btn {
        font-size:16px;
        font-weight: 400;
        margin: 30px 0 40px;
        padding: 8px 25px
    }
}

@media only screen and (max-width: 479px) {
    .account-section .account-wrapper .form-section .support-form .form-group .btn {
        font-size:14px;
        margin: 20px 0 10px;
        padding: 6px 20px
    }
}

@media only screen and (max-width: 767px) {
    .hosting-section {
        padding-top:110px!important
    }
}

@media only screen and (max-width: 767px) {
    .hosting-section .hosting-wrapper .section-top .top-icon img {
        margin-top:-40px;
        width: 80px
    }
}

@media only screen and (max-width: 767px) {
    .hosting-section .hosting-wrapper .section-top h2 {
        font-size:25px;
        line-height: 30px
    }
}

@media only screen and (max-width: 350px) {
    .hosting-section .hosting-wrapper .section-top h2 {
        line-height:30px;
        margin-top: 25px
    }
}

@media only screen and (max-width: 991px) {
    .hosting-section .hosting-wrapper .section-box {
        margin-top:30px;
        padding-bottom: 15px
    }
}

@media only screen and (max-width: 991px) {
    .hosting-section .hosting-wrapper .section-box {
        margin-top:15px
    }
}

@media only screen and (max-width: 991px) {
    .hosting-section .hosting-wrapper .section-box .header-text {
        font-size:20px
    }
}

@media only screen and (max-width: 767px) {
    .hosting-section .hosting-wrapper .section-box .header-text {
        font-size:18px;
        line-height: 30px;
        padding: 8px 35px
    }
}

@media only screen and (max-width: 479px) {
    .hosting-section .hosting-wrapper .section-box .header-text {
        display:block;
        font-size: 15px;
        line-height: 30px;
        text-align: center
    }
}

@media only screen and (max-width: 991px) {
    .hosting-section .hosting-wrapper .section-box li {
        padding:20px 27px 20px 30px
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .hosting-section .hosting-wrapper .section-box li {
        padding:15px 25px
    }
}

@media only screen and (max-width: 479px) {
    .hosting-section .hosting-wrapper .section-box li {
        padding:15px
    }
}

@media only screen and (max-width: 350px) {
    .hosting-section .hosting-wrapper .section-box li .sub-icon {
        display:block;
        float: none!important
    }
}

@media only screen and (max-width: 767px) {
    .hosting-section .hosting-wrapper .section-box li .text {
        font-size:18px
    }
}

@media only screen and (max-width: 479px) {
    .hosting-section .hosting-wrapper .section-box li .text {
        font-size:16px
    }
}

@media only screen and (max-width: 479px) {
    .hosting-section .hosting-wrapper .section-box li .sub-icon a i {
        font-size:18px;
        padding: 0 2px
    }
}

@media only screen and (max-width: 991px) {
    .hosting-section .hosting-wrapper .btn {
        font-size:18px;
        padding: 10px 20px
    }
}

@media only screen and (max-width: 767px) {
    .hosting-section .hosting-wrapper .btn {
        float:none!important;
        font-size: 16px;
        margin: 15px auto 70px;
        padding: 6px 18px
    }
}

@media only screen and (max-width: 479px) {
    .hosting-section .hosting-wrapper .btn {
        font-size:12px;
        margin: 10px auto 50px
    }
}

@media only screen and (max-width: 991px) {
    .hosting-section .hosting-wrapper .no-padding {
        padding-left:30px!important;
        padding-right: 30px!important
    }
}

@media only screen and (max-width: 991px) {
    .server-space-section .section-title h2 {
        font-size:35px
    }
}

@media only screen and (max-width: 767px) {
    .server-space-section .section-title h2 {
        font-size:25px
    }
}

@media only screen and (max-width: 991px) {
    .server-space-section .section-title {
        margin-bottom:40px
    }
}

@media only screen and (max-width: 767px) {
    .server-space-section .section-title {
        margin-bottom:20px
    }
}

@media only screen and (max-width: 767px) {
    .server-space-section .server-space-container .server-space-wrapper {
        margin-bottom:20px
    }
}

@media only screen and (max-width: 991px) {
    .server-space-section .server-space-container .server-space-wrapper h3 {
        font-size:30px;
        line-height: 55px;
        margin: 0 0 20px
    }
}

@media only screen and (max-width: 479px) {
    .server-space-section .server-space-container .server-space-wrapper h3 {
        font-size:25px;
        line-height: 50px;
        margin: 0 0 20px
    }
}

@media only screen and (max-width: 479px) {
    .server-space-section .server-space-container .server-space-wrapper .content-list li {
        font-size:15px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 991px) {
    .server-space-section .server-space-container .text {
        margin-top:45px
    }
}

@media only screen and (max-width: 767px) {
    .server-space-section .server-space-container .text {
        margin-top:15px
    }
}

@media only screen and (max-width: 991px) {
    .server-space-section .server-space-container .text li {
        font-size:20px;
        line-height: 35px
    }

    .server-space-section .server-space-container .text li i {
        font-size: 12px
    }
}

@media only screen and (max-width: 767px) {
    .server-space-section .server-space-container .text li {
        font-size:18px;
        line-height: 30px
    }

    .server-space-section .server-space-container .text li i {
        font-size: 8px;
        vertical-align: middle
    }
}

@media only screen and (max-width: 479px) {
    .server-space-section .server-space-container .text li {
        font-size:16px;
        line-height: 20px;
        margin-bottom: 12px
    }
}

@media only screen and (max-width: 767px) {
    .performance-section {
        padding:80px 0 85px
    }
}

@media only screen and (max-width: 991px) {
    .performance-section .wrapper-content h3 {
        font-size:35px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    .performance-section .wrapper-content h3 {
        font-size:30px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 479px) {
    .performance-section .wrapper-content h3 {
        font-size:25px;
        line-height: 30px
    }
}

@media only screen and (max-width: 991px) {
    .performance-section .wrapper-content .video-content {
        font-size:20px
    }
}

@media only screen and (max-width: 767px) {
    .performance-section .wrapper-content .video-content {
        font-size:18px
    }
}

@media only screen and (max-width: 991px) {
    .performance-section .wrapper-content .video-content i {
        font-size:18px
    }
}

@media only screen and (max-width: 767px) {
    .performance-section .wrapper-content .video-content i {
        font-size:16px
    }
}

@media only screen and (max-width: 767px) {
    .option-section .option-tab .nav-tabs li {
        font-size:18px
    }
}

@media only screen and (max-width: 480px) {
    .option-section .option-tab .nav-tabs li {
        border-bottom:1px solid #FFF;
        display: block
    }
}

@media only screen and (max-width: 991px) {
    .option-section .option-tab .nav-tabs li a {
        padding:20px 60px
    }
}

@media (min-width: 600px) and (max-width:767px) {
    .option-section .option-tab .nav-tabs li a {
        padding:20px 30px
    }
}

@media (min-width: 480px) and (max-width:599px) {
    .option-section .option-tab .nav-tabs li a {
        padding:15px 20px
    }
}

@media only screen and (max-width: 991px) {
    .option-section .option-tab .tab-content {
        margin:60px 0 55px
    }
}

@media only screen and (max-width: 767px) {
    .option-section .option-tab .tab-content {
        margin:45px 0 40px
    }
}

@media only screen and (max-width: 767px) {
    .option-section .option-tab .tab-content .content-wrapper {
        margin-bottom:35px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .option-section .option-tab .tab-content .content-wrapper h4 {
        font-size:22px
    }
}

@media only screen and (max-width: 991px) {
    .option-section .option-tab .tab-content .content-wrapper h4 {
        display:block;
        font-size: 20px;
        line-height: 25px;
        margin: 10px 0 5px
    }
}

@media only screen and (max-width: 479px) {
    .option-section .option-tab .tab-content .content-wrapper h4 {
        font-size:18px
    }
}

@media only screen and (max-width: 479px) {
    .option-section .option-tab .tab-content .content-wrapper p {
        font-size:14px;
        line-height: 24px
    }
}

@media only screen and (max-width: 479px) {
    .hosting-price-section .hosting-carousel .carousel-wrapper {
        padding:25px 20px
    }
}

@media only screen and (max-width: 479px) {
    .hosting-price-section .hosting-carousel .carousel-wrapper h3 {
        font-size:30px;
        margin: 15px 0 10px
    }
}

@media only screen and (max-width: 479px) {
    .hosting-price-section .hosting-carousel .owl-dots {
        margin-top:40px!important
    }
}

@media only screen and (max-width: 991px) {
    .optimized-section {
        min-height:auto
    }
}

@media (min-width: 1300px) and (max-width:1500px) {
    .optimized-section .content-wrapper {
        padding-left:20%
    }
}

@media (min-width: 992px) and (max-width:1299px) {
    .optimized-section .content-wrapper {
        padding-left:10%
    }
}

@media only screen and (max-width: 991px) {
    .optimized-section .content-wrapper {
        padding:80px 15px 60px;
        text-align: center
    }
}

@media only screen and (max-width: 479px) {
    .optimized-section .content-wrapper {
        padding-top:70px
    }
}

@media only screen and (max-width: 991px) {
    .optimized-section .content-wrapper h3 {
        font-size:35px;
        line-height: 40px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    .optimized-section .content-wrapper h3 {
        font-size:30px;
        line-height: 35px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    .optimized-section .content-wrapper h3 {
        font-size:25px
    }
}

@media only screen and (max-width: 767px) {
    .optimized-section .content-wrapper p {
        font-size:14px;
        line-height: 24px
    }
}

@media only screen and (max-width: 991px) {
    .optimized-section .content-wrapper .btn {
        font-size:18px;
        margin-top: 18px;
        padding: 8px 25px
    }
}

@media only screen and (max-width: 767px) {
    .optimized-section .content-wrapper .btn {
        font-size:15px;
        margin-top: 18px;
        padding: 5px 22px
    }
}

@media only screen and (max-width: 479px) {
    .optimized-section .content-wrapper .btn {
        font-size:12px;
        margin-top: 12px;
        padding: 5px 22px
    }
}

@media (min-width: 1300px) and (max-width:1500px) {
    .optimized-section .caption {
        padding-left:50px
    }
}

@media (min-width: 992px) and (max-width:1350px) {
    .optimized-section .caption {
        height:500px;
        padding-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .optimized-section .caption {
        padding-left:0;
        text-align: center
    }
}

@media only screen and (max-width: 991px) {
    .support-section .nav-tabs li {
        font-size:20px
    }
}

@media only screen and (max-width: 767px) {
    .support-section .nav-tabs li {
        font-size:18px
    }
}

@media only screen and (max-width: 479px) {
    .support-section .nav-tabs li {
        border-bottom:1px solid #2860b2;
        border-right: 0;
        display: block
    }
}

@media only screen and (max-width: 991px) {
    .support-section .nav-tabs li a {
        padding:20px 30px
    }
}

@media (min-width: 600px) and (max-width:767px) {
    .support-section .nav-tabs li a {
        padding:20px
    }
}

@media (min-width: 480px) and (max-width:599px) {
    .support-section .nav-tabs li a {
        padding:15px 10px
    }
}

@media only screen and (max-width: 479px) {
    .support-section .nav-tabs li a {
        padding:10px 30px
    }
}

@media only screen and (max-width: 991px) {
    .support-section .tab-content {
        margin-bottom:100px
    }
}

@media only screen and (max-width: 991px) {
    .support-section .tab-content {
        margin-bottom:70px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .support-section .tab-content .faq-wrapper h3 {
        font-size:38px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .support-section .tab-content .faq-wrapper h3 {
        font-size:30px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 767px) {
    .support-section .tab-content .faq-wrapper h3 {
        font-size:25px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 479px) {
    .support-section .tab-content .faq-wrapper h3 {
        font-size:23px;
        line-height: 30px
    }
}

@media only screen and (max-width: 767px) {
    .support-section .tab-content .faq-wrapper #promote-accordion {
        margin:30px 0 0
    }
}

@media only screen and (max-width: 479px) {
    .support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-heading {
        line-height:25px
    }
}

@media only screen and (max-width: 479px) {
    .support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-heading a {
        font-size:16px
    }
}

@media only screen and (max-width: 350px) {
    .support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-heading a {
        padding-right:60px
    }
}

@media only screen and (max-width: 479px) {
    .support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body {
        padding:15px
    }
}

@media only screen and (max-width: 479px) {
    .support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body p {
        font-size:14px
    }
}

@media only screen and (max-width: 767px) {
    .support-section .tab-content .support-content {
        display:block;
        font-size: 30px;
        line-height: 35px;
        text-align: center
    }

    .support-section .tab-content .support-content hr {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .support-section .tab-content .support-caption {
        float:none!important;
        text-align: center
    }
}

@media only screen and (max-width: 550px) {
    .support-section .tab-content .chat-content .left-bar img {
        display:block;
        float: none!important;
        margin: 0 auto;
        padding-bottom: 20px
    }

    .support-section .tab-content .chat-content .left-bar p {
        display: block;
        margin-left: 0;
        text-align: center
    }

    .support-section .tab-content .chat-content .right-bar img {
        display: block;
        float: none!important;
        margin: 0 auto;
        padding-bottom: 20px
    }

    .support-section .tab-content .chat-content .right-bar p {
        display: block;
        margin-right: 0;
        text-align: center
    }
}

@media only screen and (max-width: 991px) {
    .find-support-section h2 {
        font-size:35px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 991px) {
    .find-support-section h2 {
        font-size:30px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 767px) {
    .find-support-section p {
        font-size:16px;
        line-height: 27px
    }
}

@media only screen and (max-width: 991px) {
    .find-support-section .search-bar .subscribeForm .subscribeSearchBar {
        margin-top:30px
    }
}

@media only screen and (max-width: 767px) {
    .find-support-section .search-bar .subscribeForm .subscribeSearchBar {
        margin-top:20px
    }
}

@media only screen and (max-width: 479px) {
    .find-support-section .search-bar .subscribeForm .subscribeSearchBar {
        display:block;
        margin-bottom: 5px;
        padding: 6px 15px 10px;
        width: 100%
    }
}

@media only screen and (max-width: 479px) {
    .find-support-section .search-bar .subscribeForm .subscribeBtn {
        padding:4px 22px
    }
}

@media only screen and (max-width: 767px) {
    .map-section {
        padding-bottom:100px
    }
}

@media only screen and (max-width: 479px) {
    .map-section {
        padding-bottom:70px
    }
}

@media only screen and (max-width: 991px) {
    .map-section #googleMap {
        height:550px
    }
}

@media only screen and (max-width: 767px) {
    .map-section #googleMap {
        height:480px
    }
}

@media only screen and (max-width: 479px) {
    .map-section #googleMap {
        height:400px
    }
}

@media only screen and (max-width: 991px) {
    .map-section #googleMap-Two {
        height:550px
    }
}

@media only screen and (max-width: 767px) {
    .map-section #googleMap-Two {
        height:480px
    }
}

@media only screen and (max-width: 479px) {
    .map-section #googleMap-Two {
        height:400px
    }
}

@media only screen and (max-width: 991px) {
    .map-section .form-section .support-form {
        margin-top:30px;
        padding: 0 50px
    }
}

@media only screen and (max-width: 767px) {
    .map-section .form-section .support-form {
        padding:0 30px
    }
}

@media only screen and (max-width: 479px) {
    .map-section .form-section .support-form {
        padding:0 20px
    }
}

@media only screen and (max-width: 991px) {
    .map-section .form-section .support-form .form-group {
        margin-bottom:15px
    }
}

@media only screen and (max-width: 767px) {
    .map-section .form-section .support-form .form-group label {
        font-size:16px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .map-section .form-section .support-form .form-group input.form-control {
        font-size:15px;
        padding: 18px 12px
    }
}

@media only screen and (max-width: 767px) {
    .map-section .form-section .support-form .form-group .text {
        font-size:14px
    }
}

@media only screen and (max-width: 991px) {
    .map-section .form-section .support-form .form-group .btn {
        font-size:18px;
        padding: 10px 30px
    }
}

@media only screen and (max-width: 767px) {
    .map-section .form-section .support-form .form-group .btn {
        font-size:16px;
        font-weight: 400;
        margin: 30px 0 40px;
        padding: 8px 25px
    }
}

@media only screen and (max-width: 479px) {
    .map-section .form-section .support-form .form-group .btn {
        font-size:14px;
        margin: 20px 0 10px;
        padding: 6px 20px
    }
}

@media only screen and (max-width: 767px) {
    .data-center-section .data-center-carousel {
        margin-top:25px
    }
}

@media only screen and (max-width: 767px) {
    .data-center-section .data-center-carousel .center-wrapper {
        padding:40px 25px
    }
}

@media only screen and (max-width: 767px) {
    .data-center-section .data-center-carousel .center-wrapper h3 {
        font-size:25px;
        line-height: 35px;
        margin: 20px 0 10px
    }
}

@media only screen and (max-width: 767px) {
    .data-center-section .data-center-carousel .owl-dots {
        margin-top:40px!important
    }
}

@media only screen and (max-width: 991px) {
    .contact-section .section-title {
        margin-bottom:50px
    }
}

@media only screen and (max-width: 479px) {
    .contact-section .section-title {
        margin-bottom:40px
    }
}

@media only screen and (max-width: 767px) {
    .contact-section .contact-wrapper {
        margin-bottom:30px
    }
}

@media only screen and (max-width: 991px) {
    .contact-section .contact-wrapper h4 {
        font-size:25px;
        line-height: 35px;
        margin: 15px 0 10px
    }
}

@media only screen and (max-width: 991px) {
    .contact-section .contact-wrapper .contact {
        font-size:16px;
        line-height: 27px
    }
}

@media only screen and (max-width: 767px) {
    .offer-section .offer-carousel .owl-dots {
        margin-top:20px
    }
}

@media only screen and (max-width: 767px) {
    .domain-list-section .list-container .table-bordered thead tr th {
        font-size:14px;
        font-weight: 400;
        padding: 8px 5px
    }
}

@media only screen and (max-width: 991px) {
    .news-section .news-left-bar {
        margin-bottom:100px;
        margin-right: 0
    }
}

@media only screen and (max-width: 767px) {
    .news-section .news-left-bar {
        margin-bottom:50px
    }
}

@media only screen and (max-width: 991px) {
    .news-section .news-left-bar .news-wrapper {
        margin-bottom:30px
    }
}

@media only screen and (max-width: 767px) {
    .news-section .news-left-bar .news-wrapper {
        margin-bottom:10px
    }
}

@media only screen and (max-width: 767px) {
    .news-section .news-left-bar .news-wrapper .wrapper-content {
        padding:32px 0 26px
    }
}

@media only screen and (max-width: 479px) {
    .news-section .news-left-bar .news-wrapper .wrapper-content {
        padding:25px 0
    }
}

@media only screen and (max-width: 767px) {
    .news-section .news-left-bar .news-wrapper .wrapper-content .title {
        font-size:12px
    }
}

@media only screen and (max-width: 767px) {
    .news-section .news-left-bar .news-wrapper .wrapper-content h3 {
        font-size:20px;
        line-height: 25px
    }
}

@media only screen and (max-width: 479px) {
    .news-section .news-left-bar .news-wrapper .wrapper-content p {
        font-size:14px
    }
}

@media only screen and (max-width: 767px) {
    .news-section .news-left-bar .pagination {
        margin:0
    }
}

@media (max-width: 991px) {
    .news-section .news-right-bar {
        margin:0!important
    }
}

@media only screen and (max-width: 767px) {
    .news-section .news-right-bar .widget-category,.news-section .news-right-bar .widget-archive {
        margin:30px 0
    }
}

@media only screen and (max-width: 767px) {
    .news-section .news-right-bar .widget-category h4,.news-section .news-right-bar .widget-archive h4 {
        font-size:20px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 479px) {
    .news-section .news-right-bar .widget-category h4,.news-section .news-right-bar .widget-archive h4 {
        margin:0 0 10px
    }
}

@media only screen and (max-width: 479px) {
    .news-section .news-right-bar .widget-category ul li,.news-section .news-right-bar .widget-archive ul li {
        font-size:14px;
        line-height: 30px
    }
}

@media only screen and (max-width: 991px) {
    .news-section .news-right-bar .widget-post {
        margin-bottom:80px
    }
}

@media only screen and (max-width: 767px) {
    .news-section .news-right-bar .widget-post {
        margin-bottom:55px
    }
}

@media only screen and (max-width: 767px) {
    .news-section .news-right-bar .widget-post h4 {
        font-size:20px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 991px) {
    .news-section .news-right-bar .widget-post ul li {
        margin-bottom:50px
    }
}

@media only screen and (max-width: 767px) {
    .news-section .news-right-bar .widget-tag h4 {
        font-size:20px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .news-section .news-right-bar .widget-photo-gram {
        margin-top:50px
    }
}

@media only screen and (max-width: 479px) {
    .news-section .news-right-bar .widget-photo-gram {
        margin-top:30px
    }
}

@media only screen and (max-width: 767px) {
    .news-section .news-right-bar .widget-photo-gram h4 {
        font-size:20px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 991px) {
    .news-section .single-news {
        margin-bottom:100px
    }
}

@media only screen and (max-width: 767px) {
    .news-section .single-news {
        margin-bottom:70px
    }
}

@media only screen and (max-width: 991px) {
    .news-section .single-news .news-wrapper .wrapper-content {
        padding:32px 32px 20px
    }
}

@media only screen and (max-width: 479px) {
    .news-section .single-news .news-wrapper .wrapper-content {
        padding:32px 15px 10px
    }
}

@media only screen and (max-width: 767px) {
    .news-section .single-news .news-wrapper .wrapper-content h3 {
        font-size:25px;
        line-height: 30px
    }
}

@media only screen and (max-width: 479px) {
    .news-section .single-news .news-wrapper .wrapper-content h3 {
        font-size:20px;
        line-height: 25px
    }
}

@media (max-width: 767px) {
    .news-section .single-news .widget .widget-tag ul li {
        margin-bottom:10px
    }
}

@media (max-width: 1199px) {
    .news-section .single-news .widget .widget-social {
        float:none!important
    }
}

@media (max-width: 767px) {
    .news-section .single-news .widget .widget-social ul li {
        margin-bottom:15px
    }
}

@media (max-width: 767px) {
    .news-section .single-news .widget .widget-social ul li a {
        font-size:12px
    }
}

@media (max-width: 767px) {
    .news-section .single-news .section-bottom .comments-wrapper {
        margin-left:0!important;
        margin-right: 0!important
    }
}

@media only screen and (max-width: 767px) {
    .news-section .single-news .section-bottom .comments-wrapper h3 {
        margin-bottom:30px;
        padding-top: 20px
    }
}

@media only screen and (max-width: 479px) {
    .news-section .single-news .section-bottom .comments-wrapper h3 {
        margin-bottom:40px
    }
}

@media only screen and (max-width: 479px) {
    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .first-comment {
        margin:0 15px
    }

    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .first-comment .pull-left {
        float: none!important
    }
}

@media (max-width: 767px) {
    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment {
        margin-bottom:40px;
        margin-left: 0
    }
}

@media only screen and (max-width: 479px) {
    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment {
        padding:30px 15px
    }

    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment .pull-left {
        float: none!important
    }
}

@media (max-width: 767px) {
    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body {
        display:block;
        padding-top: 15px;
        width: auto
    }
}

@media only screen and (max-width: 479px) {
    .news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form {
        padding:0
    }
}

@media only screen and (max-width: 479px) {
    .news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form .form-horizontal .form-group {
        margin:0 0 30px
    }
}

@media only screen and (max-width: 767px) {
    .news-section .single-news .section-bottom .reserve-blog-form .subscribeBtn {
        font-size:18px;
        margin-top: 0;
        padding: 8px 50px
    }
}

@media only screen and (max-width: 767px) {
    .news-section .single-news .section-bottom .reserve-blog-form .subscribeBtn {
        font-size:16px;
        padding: 5px 40px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .footer-section .footer-container {
        padding:100px 0 30px
    }
}

@media only screen and (max-width: 767px) {
    .footer-section .footer-container {
        padding:70px 0 30px
    }
}

@media only screen and (max-width: 991px) {
    .footer-section .footer-container .footer-wrapper {
        margin-bottom:50px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .footer-section .footer-container .footer-wrapper {
        min-height:390px
    }

    .footer-section .footer-container .footer-wrapper.last-wrapper {
        min-height: 235px
    }
}

@media only screen and (max-width: 767px) {
    .footer-section .footer-container .footer-wrapper {
        margin:0 0 40px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .footer-section .footer-container .footer-wrapper .footer-logo img {
        width:100%
    }
}

@media only screen and (max-width: 550px) {
    .footer-section .footer-container .footer-wrapper .footer-logo img {
        max-width:100%
    }
}

@media only screen and (max-width: 767px) {
    .footer-section .footer-container .footer-wrapper p {
        font-size:16px;
        line-height: 30px;
        margin: 20px 0 30px
    }
}

@media only screen and (max-width: 767px) {
    .footer-section .footer-container .footer-wrapper .contact-wrapper li {
        font-size:16px;
        line-height: 22px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 767px) {
    .footer-section .footer-container .footer-wrapper .contact-wrapper li span {
        margin-left:30px
    }
}

@media only screen and (max-width: 767px) {
    .footer-section .footer-container .footer-wrapper .contact-wrapper li i {
        font-size:20px
    }
}

@media only screen and (max-width: 991px) {
    .footer-section .footer-container .footer-wrapper h3 {
        margin-bottom:35px
    }
}

@media only screen and (max-width: 767px) {
    .footer-section .footer-container .footer-wrapper h3 {
        font-size:25px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    .footer-section .footer-container .footer-wrapper .wrapper-option li a {
        font-size:16px;
        line-height: 25px
    }
}

@media only screen and (max-width: 991px) {
    .footer-section .footer-container .footer-wrapper .wrapper-option li a {
        line-height:35px
    }
}

@media only screen and (max-width: 991px) {
    .footer-section .copy-right {
        padding:25px 0
    }
}

@media only screen and (max-width: 767px) {
    .footer-section .copy-right {
        text-align:center
    }
}

@media only screen and (max-width: 991px) {
    .footer-section .copy-right p {
        font-size:16px
    }
}

@media only screen and (max-width: 767px) {
    .footer-section .copy-right p {
        float:none;
        font-size: 14px
    }
}

@media only screen and (max-width: 991px) {
    .footer-section .copy-right .social-icon li {
        margin:0 8px
    }
}

@media only screen and (max-width: 991px) {
    .footer-section .copy-right .social-icon li a i {
        font-size:20px
    }
}

@media only screen and (max-width: 767px) {
    .footer-section .copy-right .social-icon li a i {
        font-size:15px
    }
}

@media only screen and (max-width: 767px) {
    .footer-section .copy-right .social-icon {
        text-align:center
    }
}

@media (max-width: 1199px) and (min-width:992px) {
    .homePageTwo .header-section .navbar .navbar-collapse .navbar-nav {
        margin-right:10px
    }
}

@media only screen and (max-width: 991px) {
    .homePageTwo .slider-section .medium-text .big-text {
        font-size:20px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .homePageTwo .slider-section .link-button .btn-primary {
        font-size:16px;
        padding: 8px 20px
    }
}

@media only screen and (max-width: 991px) {
    .homePageTwo .slider-section .link-button .btn-primary {
        font-size:14px;
        padding: 6px 15px
    }
}

@media only screen and (max-width: 380px) {
    .homePageThree .slider-section .content-box {
        display:none
    }
}

@media (min-width: 600px) and (max-width:899px) {
    .homePageThree .slider-section .content-box {
        padding:20px 30px 30px;
        width: 450px
    }

    .homePageThree .slider-section .content-box .btn-primary {
        font-size: 15px;
        padding: 6px 20px
    }

    .homePageThree .slider-section .content-box .large-text {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px
    }

    .homePageThree .slider-section .content-box .medium-text {
        font-size: 14px;
        line-height: 20px
    }

    .homePageThree .slider-section .content-box .medium-text .big-text {
        font-size: 20px
    }

    .homePageThree .slider-section .content-box p {
        line-height: 20px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 599px) {
    .homePageThree .slider-section .content-box {
        margin-left:20px;
        padding: 20px 15px 15px;
        width: 250px
    }

    .homePageThree .slider-section .content-box .btn-primary {
        display: none
    }

    .homePageThree .slider-section .content-box .large-text {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px
    }

    .homePageThree .slider-section .content-box .medium-text {
        font-size: 12px;
        line-height: 8px
    }

    .homePageThree .slider-section .content-box .medium-text .big-text {
        font-size: 15px
    }

    .homePageThree .slider-section .content-box p {
        line-height: 10px;
        margin-bottom: 15px
    }
}

@media (min-width: 500px) and (max-width:767px) {
    .homePageThree .domain-section .domain-wrapper .package li {
        margin-right:20px
    }
}

@media only screen and (max-width: 499px) {
    .homePageThree .domain-section .domain-wrapper .package li {
        margin-right:10px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .homePageThree .domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
        padding:13px 40px
    }
}

@media (min-width: 767px) and (max-width:991px) {
    .homePageThree .domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
        padding:13px 40px;
        width: 65%
    }
}

@media only screen and (max-width: 767px) {
    .homePageThree .domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
        padding:8px 15px;
        width: 55%
    }
}

@media (min-width: 767px) and (max-width:1199px) {
    .homePageThree .domain-section .domain-wrapper .domain-bar .subscribeForm .option .btn {
        padding:13.5px 25px 13px
    }
}

@media only screen and (max-width: 767px) {
    .homePageThree .domain-section .domain-wrapper .domain-bar .subscribeForm .option .btn {
        padding:6.5px 25px 10px
    }
}

@media only screen and (max-width: 991px) {
    .homePageThree .service-section .service-wrapper .nav-tabs {
        display:flex
    }
}

@media only screen and (max-width: 479px) {
    .homePageThree .service-section .service-wrapper .nav-tabs {
        display:inherit
    }
}

@media only screen and (max-width: 991px) {
    .homePageThree .service-section .service-wrapper .nav-tabs li:last-child {
        margin:0 0 20px
    }
}

@media only screen and (max-width: 479px) {
    .homePageThree .service-section .service-wrapper .nav-tabs li:last-child {
        margin:0 0 5px
    }
}

@media only screen and (max-width: 767px) {
    .homePageThree .service-section .service-wrapper .nav-tabs li .feature {
        font-size:10px;
        top: -14px
    }
}

@media only screen and (max-width: 479px) {
    .homePageThree .service-section .service-wrapper .nav-tabs li .feature {
        display:none
    }
}

@media only screen and (max-width: 991px) {
    .homePageThree .service-section .service-wrapper .nav-tabs li {
        flex:1;
        font-size: 17px;
        margin-right: 8px;
        padding: 8px 15px
    }
}

@media only screen and (max-width: 767px) {
    .homePageThree .service-section .service-wrapper .nav-tabs li {
        font-size:14px;
        margin-right: 5px;
        padding: 6px 10px;
        text-align: center
    }

    .homePageThree .service-section .service-wrapper .nav-tabs li i {
        display: none
    }
}

@media only screen and (max-width: 479px) {
    .homePageThree .service-section .service-wrapper .nav-tabs li {
        display:inline-block;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 479px) {
    .homePageThree .service-section .service-wrapper .tab-content .tab-pane .service-content {
        padding:15px
    }
}

@media only screen and (max-width: 991px) {
    .share-host-page .priceing-section {
        padding-top:100px
    }
}

@media only screen and (max-width: 767px) {
    .share-host-page .priceing-section {
        padding-top:70px
    }
}

@media only screen and (max-width: 991px) {
    .single-news-page .news-section .single-news {
        margin-bottom:0
    }
}

@media only screen and (max-width: 767px) {
    .domain-page .subscribe-section .subscribe-wrapper {
        text-align:center
    }
}

@media only screen and (max-width: 767px) {
    .domain-page .subscribe-section .subscribe-wrapper .search-bar .subscribeBtn {
        font-size:16px;
        margin: 5px 0 0;
        padding: 8px 20px;
        position: inherit
    }
}

@media only screen and (max-width: 479px) {
    .domain-page .subscribe-section .subscribe-wrapper .search-bar .subscribeBtn {
        font-size:14px;
        padding: 6px 15px
    }
}

@media only screen and (max-width: 767px) {
    .error-page .title h2 {
        font-size:50px;
        line-height: 45px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .error-page .title p {
        font-size:20px;
        margin-bottom: 35px
    }
}

@media only screen and (max-width: 767px) {
    .error-page .title .btn {
        padding:12px 40px
    }
}

@media only screen and (max-width: 767px) {
    .support-box #open-box-two {
        font-size:11px;
        padding: 4px 18px 0
    }
}

@media only screen and (max-width: 350px) {
    .support-box .mail-box {
        width:200px
    }
}
/* Garante que o estilo se aplique apenas aos ícones dentro da .social-icon */
.social-icon li {
    display: inline-block;
}

.social-icon li a {
    display: inline-block;
    font-size: 24px; /* ajuste conforme necessário */
    color: #333;
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-icon li a:hover {
    transform: scale(1.2);
    color: #007BFF;
}
