html,body{
    height:100%
}
body{
    font-family:'Roboto',sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:24px;
    color:#737373
}
h1,h2,h3,h4,h5,h6,blockquote{
    font-family:'Roboto',sans-serif;
    font-weight:400
}
.wrapper{
    height:100%
}
a,a:link,a:visited,a:hover,a:active{
    color:#737373;
    text-decoration:none;
    outline:0
}
p:last-child{
    margin-bottom:0
}
.fa.fm{
    margin-right:10px
}
.section--title{
    margin-bottom:60px;
    text-align:center
}
.section--title h2{
    position:relative;
    margin:-9px 0 20px;
    padding-bottom:25px;
    color:#303030;
    font-size:40px;
    line-height:42px;
    font-weight:bold
}
.section--title h2:before{
    content:" ";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    width:60px;
    height:2px;
    margin:0 auto;
    background-color:#00bcd4
}
.section--title2 h2{
    position:relative;
    margin:-9px 0 20px;
    padding-bottom:25px;
    color:#fff;
    font-size:40px;
    line-height:42px;
    text-align:center;
    font-weight:bold
}
.section--title2 h2:before{
    content:" ";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    width:60px;
    height:2px;
    margin:0 auto;
    background-color:#fff
}
.section--title2 p{
    position:relative;
    margin:-9px 0 20px;
    padding-bottom:25px;
    color:#fff;
    font-size:17px;
    line-height:23px;
    text-align:center
}
.section--title.hide--border h2{
    margin-bottom:-7px;
    padding-bottom:0
}
.section--title.hide--border h2:before{
    display:none
}
.section--footer{
    margin-top:60px
}
.section--footer .btn--default{
    color:#303030;
    border-color:#303030
}
.bg--img{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
.bg--overlay{
    position:relative;
    z-index:0
}
.bg--overlay:before{
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:-webkit-linear-gradient(left,rgba(255,255,255,0.6) 0,rgba(0,188,212,0.6) 100%);
    background:linear-gradient(to right,rgba(255,255,255,0.6) 0,rgba(0,188,212,0.6) 100%);
    z-index:-1
}
.bg--lightgrey{
    background-color:#f0f0f0
}
.bg--lightergrey{
    background-color:#f8f8f8
}
.bg--vermilion{
    background-color:#00bcd4
}
.bg--dark{
    background-color:#303030
}
.bd--bottom{
    border-bottom:1px solid #e9e9e9
}
.bd--top-bottom{
    border-style:solid;
    border-width:1px 0;
    border-color:#e9e9e9
}
.btn--default,a.btn--default{
    display:inline-block;
    padding:10px 25px;
    color:#fff;
    border:medium solid #fff;
    font-family:'Roboto',sans-serif;
    -webkit-transition:color .25s ease,border-color .25s ease;
    transition:color .25s ease,border-color .25s ease;
    outline:0
}
.btn--default.hover:hover,a.btn--default.hover:hover{
    color:#00bcd4;
    border-color:#00bcd4
}
.btn--primary,a.btn--primary{
    background-color:#00bcd4;
    border-color:#00bcd4
}
#preloader{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00bcd4;
    z-index:9999999999
}
.preloader--spinners{
    position:absolute;
    top:50%;
    left:50%;
    width:40px;
    height:40px;
    margin-top:-20px;
    margin-left:-20px;
    -webkit-animation:preloaderRotate 2s infinite linear;
    animation:preloaderRotate 2s infinite linear
}
.preloader--spinner{
    width:60%;
    height:60%;
    display:inline-block;
    position:absolute;
    top:0;
    background-color:#fff;
    border-radius:100%;
    -webkit-animation:preloaderBounce 2s infinite ease-in-out;
    animation:preloaderBounce 2s infinite ease-in-out
}
.preloader--spinner-2{
    top:auto;
    bottom:0;
    -webkit-animation-delay:-1s;
    animation-delay:-1s
}
@-webkit-keyframes preloaderRotate{
    100%{
        -webkit-transform:rotate(360deg)
    }
}
@keyframes preloaderRotate{
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-webkit-keyframes preloaderBounce{
    0%,100%{
        -webkit-transform:scale(0)
    }
    50%{
        -webkit-transform:scale(1)
    }
}
@keyframes preloaderBounce{
    0%,100%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
#backToTop{
    position:fixed;
    right:30px;
    bottom:45px;
    -ms-filter:"alpha(opacity=0)";
    filter:alpha(opacity=0);
    opacity:0;
    -webkit-transition:opacity .25s ease-in-out;
    transition:opacity .25s ease-in-out;
    z-index:999
}
body.scrolled #backToTop{
    opacity:1
}
#backToTop a{
    display:block;
    min-width:50px;
    padding:8px 0 10px;
    color:#fff;
    background-color:#737373;
    border-radius:50%;
    font-size:24px;
    line-height:32px;
    text-align:center
}
#header .navbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    min-height:0;
    padding-top:10px;
    margin-bottom:0;
    border:0;
    border-radius:0;
    font-family:'Roboto',sans-serif;
    background-color:#303030;
    box-shadow:0 0 2px rgba(0,0,0,0.14),0 2px 4px rgba(0,0,0,0.28);
    -webkit-transition-property:padding,background-color,box-shadow;
    transition-property:padding,background-color,box-shadow;
    -webkit-transition-duration:.25s;
    transition-duration:.25s;
    -webkit-transition-timing-function:ease-in-out;
    transition-timing-function:ease-in-out;
    z-index:999;
    font-weight:bold
}
body.scrolled #header .navbar{
    padding-top:0;
    background-color:#303030;
    box-shadow:0 0 2px rgba(0,0,0,0.14),0 2px 4px rgba(0,0,0,0.28)
}
#header .navbar-toggle{
    margin-bottom:0;
    border-color:#00bcd4;
    border-width:medium;
    -webkit-transition:border-color .25s ease;
    transition:border-color .25s ease
}
#header .navbar-toggle.collapsed{
    border-color:#00bcd4;
    border-width:medium;
    background-color:transparent
}
#logo{
    background-image:url(img/logo_header.png);
    background-repeat:no-repeat;
    width:160px;
    height:35px;
    float:left
}
#header .navbar-toggle .icon-bar{
    background-color:#00bcd4
}
#header .navbar-toggle.collapsed .icon-bar{
    background-color:#00bcd4
}
#headerNav .nav{
    font-family:'Roboto',sans-serif
}
#headerNav .nav>li>a{
    margin-left:5px;
    padding:22px 10px;
    color:#fff;
    font-weight:300;
    border-bottom:2px solid transparent;
    -webkit-transition:border-color .25s ease;
    transition:border-color .25s ease
}
#headerNav .nav>li>a:hover,#headerNav .nav>li>a:focus,#headerNav .nav>li.open>a,#headerNav .nav>li.open>a:hover,#headerNav .nav>li.open>a:focus{
    background-color:#00bcd4;
    color:#fff
}
#headerNav .nav>li>a>.caret{
    margin-left:8px
}
#headerNav .nav>.dropdown>.dropdown-menu{
    margin:0;
    border:0;
    border-radius:0
}
.mega{
    margin:0;
    border:0;
    border-radius:0;
    width:800px;
    background-color:#fff;
    color:#00bcd4
}
.mega-border p{
    margin-top:-10px
}
@media screen and (max-width:1200px){
    .mega{
        width:100%
    }
}
.mega h4{
    color:#fff
}
.mega ul li{
    list-style:none;
    margin-left:-30px;
    padding-bottom:10px
}
.mega-icon{
    font-size:100px;
    padding-top:20px;
    text-align:center;
    overflow:hidden;
    color:#6f6f6f
}
.mega-btn{
    background-color:#00bcd4;
    color:#fff;
    border-radius:25px;
    text-align:center;
    width:100px;
    margin-bottom:15px
}
#headerNav .nav>.dropdown>.dropdown-menu>li>a{
    padding:8px 15px;
    font-size:16px;
    line-height:24px;
    font-weight:300;
    color:#6f6f6f;
    -webkit-transition:color .25s ease-in-out,background-color .25s ease-in-out;
    transition:color .25s ease-in-out,background-color .25s ease-in-out
}
#headerNav .nav>.dropdown>.dropdown-menu>li>a:hover,#headerNav .nav>.dropdown>.dropdown-menu>li>a:focus,#headerNav .nav>.dropdown>.dropdown-menu>li.active>a{
    color:#fff;
    background-color:#00bcd4
}
.header--custom-btn{
    float:right;
    margin-top:8px;
    margin-left:35px
}
.header--custom-btn.btn--default{
    padding-top:5px;
    padding-bottom:5px;
    color:#303030;
    border-color:#303030;
    border-width:medium;
    font-weight:600
}
#header .navbar-header .header--custom-btn{
    display:none
}
#pageHeader{
    padding:154px 0 113px;
    text-align:center
}
.page-header--title h2{
    position:relative;
    margin:0;
    padding-top:80px;
    padding-bottom:25px;
    color:#fff;
    font-size:60px;
    line-height:68px
}
.page-header--breadcrumb ul{
    margin-top:25px;
    padding:0;
    margin-bottom:0;
    background-color:transparent
}
.page-header--breadcrumb ul>li,.page-header--breadcrumb ul>li:before{
    color:#fff
}
.page-header--breadcrumb ul>li>a{
    color:#fff;
    -webkit-transition:color .25s ease;
    transition:color .25s ease
}
.page-header--breadcrumb ul>li.active,.page-header--breadcrumb ul>li>a:hover{
    color:#00bcd4
}
#banner{
    position:relative;
    height:70%
}
.banner--slider{
    height:100%
}
.banner--slider .owl-wrapper-outer,.banner--slider .owl-wrapper,.banner--slider .owl-item{
    height:100%
}
.banner--slider .owl-controls{
    position:absolute;
    left:0;
    bottom:48px;
    width:100%;
    font-size:0;
    line-height:0;
    text-align:center;
    -webkit-transition:bottom .25s ease-in-out;
    transition:bottom .25s ease-in-out
}
body.scrolled .banner--slider.owl-pagination-2x .owl-controls{
    bottom:128px
}
.banner--slider .owl-page{
    display:inline-block;
    width:14px;
    height:14px;
    margin:0 10px;
    background-color:#fff;
    border-radius:50%;
    -webkit-transition:border-color .25s ease;
    transition:background-color .25s ease
}
.banner--slider .owl-page.active{
    background-color:#00bcd4
}
.banner--item{
    height:100%
}
.banner--content{
    color:#fff;
    text-align:left
}
.super{
    width:90%;
    padding-top:50px
}
@media screen and (max-width:768px){
    .img--banner{
        display:none
    }
}
.banner--content h2{
    margin:100px 0 0 0;
    font-size:40px;
    line-height:48px;
    font-weight:700
}
.banner--content h3{
    font-family:'Roboto',sans-serif;
    margin:15px 0;
    font-size:22px;
    line-height:25px;
    font-weight:300
}
.banner--content .btn--default{
    margin-top:12px
}
#pricing{
    padding:80px 0
}
#audio{
    padding:140px 0
}
#revenda{
    padding:140px 0
}
#Str128Mebanner{
    margin-top:-60px;
    margin-bottom:-60px
}
#pricing-linux{
    padding:80px 0
}
#pricing-windows{
    padding:80px 0
}
#pricing-ilimitado{
    padding:80px 0
}
.pricing--wrapper{
    padding-top:45px;
    overflow:hidden
}
.pricing--slider-nav{
    position:relative;
    margin-bottom:60px;
    font-family:'Roboto',sans-serif;
    z-index:0
}
.pricing--slider-nav ul>li{
    float:left;
    width:33.33333333%;
    padding:24px 0 26px;
    color:#303030;
    background-color:#f0f0f0;
    font-size:30px;
    line-height:38px;
    font-weight:500;
    text-align:center;
    -webkit-transition:color .25s ease,border-color .25s ease,background-color .25s ease-in-out;
    transition:color .25s ease,border-color .25s ease,background-color .25s ease-in-out;
    cursor:pointer
}
.pricing--slider-nav ul>li:last-child{
    border-width:1px
}
.pricing--slider-nav ul>li:hover,.pricing--slider-nav ul>li.active{
    color:#fff;
    background-color:#00bcd4;
    border-color:#00bcd4
}
.pricing--slider-nav ul>li:after{
    content:" ";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    width:0;
    height:0;
    margin:0 auto;
    border-style:solid;
    border-width:15px 15px 0 15px;
    border-color:#00bcd4 transparent transparent transparent;
    -webkit-transition:bottom .25s ease-in-out;
    transition:bottom .25s ease-in-out;
    z-index:-1
}
.pricing--slider-nav ul>li:hover:after,.pricing--slider-nav ul>li.active:after{
    bottom:-15px
}
.pricing--slider-nav-str{
    position:relative;
    font-family:'Roboto',sans-serif;
    z-index:0
}
.pricing--slider-nav-str ul>li{
    float:left;
    width:50%;
    padding:24px 0 26px;
    color:#303030;
    background-color:#f0f0f0;
    font-size:30px;
    line-height:38px;
    font-weight:bold;
    text-align:center;
    -webkit-transition:color .25s ease,border-color .25s ease,background-color .25s ease-in-out;
    transition:color .25s ease,border-color .25s ease,background-color .25s ease-in-out;
    cursor:pointer
}
.pricing--slider-nav ul-str>li:last-child{
    border-width:1px
}
.pricing--slider-nav-str ul>li:hover,.pricing--slider-nav-str ul>li.active{
    color:#fff;
    background-color:#00bcd4;
    border-color:#00bcd4
}
.pricing--slider-nav-str ul>li:after{
    content:" ";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    width:0;
    height:0;
    margin:0 auto;
    border-style:solid;
    border-width:15px 15px 0 15px;
    border-color:#00bcd4 transparent transparent transparent;
    -webkit-transition:bottom .25s ease-in-out;
    transition:bottom .25s ease-in-out;
    z-index:-1
}
.pricing--slider-nav-str ul>li:hover:after,.pricing--slider-nav-str ul>li.active:after{
    bottom:-15px
}
.pricing--slider-nav-rev{
    position:relative;
    margin-bottom:60px;
    font-family:'Roboto',sans-serif;
    z-index:0
}
.pricing--slider-nav-rev ul>li{
    float:left;
    width:12.5%;
    margin-left:25%;
    padding:24px 0 26px;
    color:#303030;
    background-color:transparent;
    font-size:30px;
    line-height:38px;
    font-weight:500;
    text-align:center;
    -webkit-transition:color .25s ease,border-color .25s ease,background-color .25s ease-in-out;
    transition:color .25s ease,border-color .25s ease,background-color .25s ease-in-out;
    cursor:pointer;
    border-radius:100px
}
.pricing--slider-nav-rev ul>li:last-child{
    border-width:1px
}
.pricing--slider-nav-rev ul>li:hover,.pricing--slider-nav-rev ul>li.active{
    color:#00bcd4;
    background-color:transparent
}
.pricing--slider-nav-rev ul>li:hover:after,.pricing--slider-nav-rev ul>li.active:after{
    bottom:-15px
}
.pricing--slider-item{
    padding-top:45px;
    padding-bottom:45px
}
.pricing--item{
    border-bottom:3px solid #00bcd4;
    border-top:3px solid #00bcd4;
    padding:40px;
    background-color:transparent;
    -webkit-transition:box-shadow .25s ease-in-out;
    transition:box-shadow .25s ease-in-out;
    text-align:center;
    z-index:0
}
.pricing--item:hover,.pricing--item.popular{
    box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    z-index:1
}
.pricing--item:hover{
    z-index:2
}
.pricing--item:last-child{
    border-right:0
}
.pricing--item.popular{
    margin-top:-42px;
    padding-top:19px;
    color:#fff;
    background-color:#00bcd4;
    border-color:#00bcd4
}
.pricing--itemC{
    border-bottom:3px solid #00bcd4;
    border-top:3px solid #00bcd4;
    padding-top:25px;
    padding-bottom:25px;
    background-color:transparent;
    -webkit-transition:box-shadow .25s ease-in-out;
    transition:box-shadow .25s ease-in-out;
    text-align:center;
    z-index:0;
    margin-bottom:50px
}
.popular select{
    color:#303030;
    border:0
}
.pricing--itemC:hover,.pricing--itemC.popular{
    box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    z-index:1
}
.pricing--itemC:hover{
    z-index:2
}
.title-cloud{
    background-color:#00bcd4;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:15px;
    padding-top:15px;
    color:#fff;
    border-radius:0 25px 0 25px
}
.pricing--itemC:last-child{
    border-right:0
}
.pricing--itemC.popular{
    color:#fff;
    background-color:#00bcd4;
    border-color:#00bcd4;
    padding-top:50px;
    padding-bottom:50px;
    margin-top:-25px
}
.pricing--popular-tag{
    display:inline-block;
    margin-bottom:30px;
    padding:9px 30px;
    background-color:#ffba00;
    font-family:'Roboto',sans-serif;
    font-size:30px;
    line-height:44px;
    margin-top:-60px;
    width:100%
}
.pricing--popular-tag h2{
    color:#fff;
    line-height:0;
    font-weight:bold;
    padding-bottom:5px
}
.pricing--popular-tagC{
    background-color:#ffba00;
    font-family:'Roboto',sans-serif;
    width:100%;
    float:left;
    margin-top:-45px;
    height:35px
}
.pricing--popular-tagC h2{
    color:#fff;
    font-size:25px;
    font-weight:bold;
    margin-top:5px
}
.pricing--header h2{
    margin:-4px 0 0;
    color:#303030;
    font-size:36px;
    line-height:40px
}
.pricing--headerC h2{
    margin:-4px 0 0;
    color:#fff;
    font-size:36px;
    line-height:40px;
    font-weight:bold
}
.pricing--item.popular .pricing--header h2{
    color:#fff
}
.pricing--itemC.popular .pricing--headerC h2{
    color:#00bcd4;
    background-color:#fff
}
.pricing--body{
    padding: 0 2rem;
}
.pricing--body span2{
    text-decoration:line-through
}
.pricing--body-cloud{
    padding-left:10px;
    padding-right:10px
}
.pricing--body-cloud.popular{
    padding-left:10px;
    padding-right:10px;
    margin-top:75px
}
.pricing--body h3{
    margin:0;
    padding:18px 0 15px;
    color:#303030;
    font-size:16px;
    line-height:20px
}
.pricing--body-cloud h3{
    padding:18px 0 15px;
    color:#303030;
    font-size:16px;
    line-height:20px
}
.pricing--item.popular .pricing--body h3{
    color:#fff
}

.pricing--body h3 strong{
    display:block;
    margin-top:5px;
    color:#00bcd4;
    font-size:39px;
    line-height:56px
}
.pricing--body h3 span{
    display:block;
    margin-top:5px;
    color:#00bcd4;
    font-size:20px;
    line-height:26px;
    text-decoration:line-through
}

.pricing--body-cloud h3 strong{
    display:block;
    margin-top:5px;
    color:#00bcd4;
    font-size:40px;
    line-height:48px
}
.pricing--body-cloud.popular h3 strong{
    display:block;
    margin-top:-50px;
    color:#fff;
    font-size:40px;
    line-height:48px
}
.pricing--body-cloud.popular h3{
    color:#fff
}
.pricing--item.popular .pricing--body h3 strong{
    color:#fff
}
.pricing--item.popular .pricing--body h3 span{
    color:#fff
}
.pricing--footer{
    /* margin-top:100px */
    margin-top: 6rem;
}
.pricing--footer .btn--default{
    color:#303030;
    border-color:#303030
}
.pricing--item.popular .pricing--footer .btn--default{
    color:#fff;
    border-color:#fff
}
.price--details{
    padding:80px 0
}
.price-details--item .heading{
    color:#303030;
    min-height:74px;
    padding:20px 0;
    font-family:'Roboto',sans-serif;
    font-size:24px;
    line-height:32px;
    text-align:center
}
.price-details--item.head .content,.price-details--item.body .content{
    border-top:1px solid #e9e9e9
}
.price-details--item.head .content ul,.price-details--item.body .content ul{
    margin:0;
    padding:0;
    list-style:none
}
.price-details--item.head .content li{
    padding:10px 20px;
    border-style:solid;
    border-width:0 1px 1px;
    border-color:#e9e9e9;
    background-color:#fff;
    font-family:'Roboto',sans-serif;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden
}
.btn--default.popular{
    border-color:#fff;
    color:#fff
}
.price-details--item.head2 .content li:nth-child(even){
    background-color:#f8f8f8
}
.price-details--item.body .heading{
    margin-left:-1px;
    background-color:#fff;
    border-top:0 solid #e9e9e9;
    border-left:0 solid #e9e9e9
}
.price-details--item.body:last-child .heading{
    border-right:0 solid #e9e9e9
}
.price-details--item.body .content li{
    border:0;
    padding:10px 20px;
    background-color:#fff;
    border-right:1px solid #e9e9e9;
    border-bottom:1px solid #e9e9e9;
    text-align:center;
    overflow:hidden
}
.price-details--item.body .content li:nth-child(even){
    background-color:#f8f8f8
}
.price-details--item.body .content li strong{
    display:none
}
.price-details--item.body .content .action-btn{
    padding:20px 0;
    background-color:#fff;
    border-style:solid;
    border-width:0 1px 1px 0;
    border-color:#e9e9e9;
    text-align:center
}
.price-details--item.body:nth-child(2) .content .action-btn{
    border-left:1px solid #e9e9e9
}
.price-details--item .btn--default{
    color:#303030;
    border-color:#303030
}
.price-details--table table{
    width:100%;
    background-color:#fff;
    text-align:center
}
.price-details--table.text-left table{
    text-align:left
}
.price-details--table table th{
    text-align:center
}
.price-details--table.text-left table th{
    text-align:left
}
.price-details--table thead{
    color:#fff;
    background-color:#303030;
    font-family:'Roboto',sans-serif
}
.price-details--table thead th{
    padding:15px
}
.price-details--table tbody{
    border-style:solid;
    border-width:0 1px 1px;
    border-color:#e9e9e9
}
.price-details--table tbody tr{
    border-bottom:1px dotted #e9e9e9
}
.price-details--table tbody tr:last-child{
    border-bottom:0
}
.price-details--table tbody td{
    padding:20px 15px
}
.price-details--table tbody td:first-child{
    font-family:'Roboto',sans-serif;
    font-weight:700
}
.price-details--table tbody td .btn--default{
    min-width:106px;
    color:#303030;
    border-color:#303030
}
.price-details--table tbody td strong{
    display:none
}
#vpsPricing{
    padding:218px 0 150px
}
#vpsPricing .section--title h2{
    color:#fff
}
.vps-pricing--slider-holder{
    position:relative;
    padding:40px 30px;
    background-color:rgba(255,255,255,1);
    border-radius:0
}
.sys-height{
    height:227px
}
.vps-pricing--slider-holder .pips{
    position:absolute;
    left:60px;
    right:60px;
    height:10px;
    overflow:hidden
}
.vps-pricing--slider-holder .pip{
    position:absolute;
    top:2px;
    left:0;
    width:5px;
    height:5px;
    background-color:#fff;
    border-radius:50%;
    z-index:2
}
.vps-pricing--slider-holder .pip:first-child{
    margin-left:-5px
}
.vps-pricing--slider{
    height:10px;
    background-color:#303030;
    border:0;
    border-radius:20px;
    cursor:pointer
}
.vps-pricing--slider .ui-slider-range{
    background-color:#303030;
    border-radius:20px
}
.vps-pricing--slider .ui-slider-handle{
    position:relative;
    left:33.3333%;
    top:-9px;
    width:auto;
    height:auto;
    margin-left:-7px;
    background-color:transparent;
    border:0;
    outline:0;
    cursor:pointer
}
.vps-pricing--slider .ui-slider-handle:before{
    content:" ";
    position:absolute;
    left:-1px;
    width:0;
    height:0;
    border-style:solid
}
.vps-pricing--slider .ui-slider-handle:before{
    top:-30px;
    border-width:10px 10px 0 10px;
    border-color:#fff transparent transparent transparent
}
.vps-pricing--slider .ui-slider-handle i.fa{
    position:relative;
    color:#00bcd4;
    font-size:24px;
    line-height:26px;
    z-index:0
}
.vps-pricing--slider .fa-map-marker:after{
    content:" ";
    position:absolute;
    top:8px;
    left:4px;
    width:11px;
    height:11px;
    margin:-2px 0 0 -3px;
    background-color:#fff;
    z-index:-1
}
.vps-pricing--slider .ui-slider-handle i.fa-circle:after{
    content:" ";
    position:absolute;
    top:50%;
    left:50%;
    width:5px;
    height:5px;
    margin:-2px 0 0 -3px;
    background-color:#fff;
    border-radius:50%
}
.vps-pricing--slider .ui-slider-handle em{
    display:block;
    position:absolute;
    top:-70px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    width:80px;
    padding:8px 0;
    color:#fff;
    background-color:#00bcd4;
    border-radius:50px;
    font-style:normal;
    text-align:center
}
.vps-pricing--features{
    background-color:rgba(255,255,255,1)
}
.vps-pricing--system{
    visibility:hidden;
    text-align:left;
    margin-top:-40px
}
#centos{
    position:relative;
    z-index:150
}
#centos li{
    list-style-type:none;
    margin-left:-40px
}
#windows{
    position:absolute;
    z-index:151
}
#windows li{
    list-style-type:none;
    margin-left:-40px
}
#outro{
    position:absolute;
    z-index:152
}
#outro li{
    list-style-type:none;
    margin-left:-40px
}
.cloud-select{
    margin-top:-30px;
    margin-left:-10px
}
.ncpu{
    background-color:#fff;
    margin-bottom:10px;
    padding-left:15px;
    margin-top:-23px;
    padding-bottom:18px;
    color:#303030
}
#lowos{
    text-align:left
}
.tab-pre-bgl{
    height:50px;
    padding-top:15px;
    background-color:#f0f0f0
}
.tab-pre-bgls{
    height:50px;
    padding-top:15px
}
.tab-pre-bgls select{
    border:0;
    font-family:'Roboto',sans serif;
    font-size:18px;
    font-weight:bold;
    width:100%;
    height:100%;
    background-color:#f0f0f0;
    text-align:center
}
.tab-pre-bgd{
    height:50px;
    padding-left:20px;
    padding-top:15px;
    background-color:#00bcd4;
    color:#fff;
    font-weight:bold
}
.cloud--low{
    visibility:hidden;
    text-align:left
}
#mensalWpLow{
    margin-top:-30px;
    padding-top:50px
}
#trimestralWpLow{
    margin-top:-114px
}
#semestralWpLow{
    margin-top:-134px
}
#anualWpLow{
    margin-top:-134px
}
#mensalWpMed{
    margin-top:-30px;
    padding-top:50px
}
#trimestralWpMed{
    margin-top:-114px
}
#semestralWpMed{
    margin-top:-134px
}
#anualWpMed{
    margin-top:-134px
}
#mensalWpHigh{
    margin-top:-30px;
    padding-top:50px
}
#trimestralWpHigh{
    margin-top:-114px
}
#semestralWpHigh{
    margin-top:-134px
}
#anualWpHigh{
    margin-top:-134px
}
#mensalPrBoo{
    margin-top:-30px;
    padding-top:50px
}
#trimestralPrBoo{
    margin-top:-114px
}
#semestralPrBoo{
    margin-top:-134px
}
#anualPrBoo{
    margin-top:-134px
}
#mensalPrTur{
    margin-top:-30px;
    padding-top:50px
}
#trimestralPrTur{
    margin-top:-114px
}
#semestralPrTur{
    margin-top:-134px
}
#anualPrTur{
    margin-top:-134px
}
#mensalPrMax{
    margin-top:-30px;
    padding-top:50px
}
#trimestralPrMax{
    margin-top:-114px
}
#semestralPrMax{
    margin-top:-134px
}
#anualPrMax{
    margin-top:-134px
}
#mensalLxIni{
    margin-top:-30px;
    padding-top:50px
}
#trimestralLxIni{
    margin-top:-114px
}
#semestralLxIni{
    margin-top:-134px
}
#anualLxIni{
    margin-top:-134px
}
#mensalLxMed{
    margin-top:-30px;
    padding-top:50px
}
#trimestralLxMed{
    margin-top:-114px
}
#semestralLxMed{
    margin-top:-134px
}
#anualLxMed{
    margin-top:-134px
}
#mensalLxAva{
    margin-top:-30px;
    padding-top:50px
}
#trimestralLxAva{
    margin-top:-114px
}
#semestralLxAva{
    margin-top:-134px
}
#anualLxAva{
    margin-top:-134px
}
#mensalLxEvo{
    margin-top:-30px;
    padding-top:50px
}
#trimestralLxEvo{
    margin-top:-114px
}
#semestralLxEvo{
    margin-top:-134px
}
#anualLxEvo{
    margin-top:-134px
}
#mensalLxPlu{
    margin-top:-30px;
    padding-top:50px
}
#trimestralLxPlu{
    margin-top:-114px
}
#semestralLxPlu{
    margin-top:-134px
}
#anualLxPlu{
    margin-top:-134px
}
#mensalLxTop{
    margin-top:-30px;
    padding-top:50px
}
#trimestralLxTop{
    margin-top:-114px
}
#semestralLxTop{
    margin-top:-134px
}
#anualLxTop{
    margin-top:-134px
}
#mensalIliHo{
    padding-top:20px
}
#trimestralIliHo{
    margin-top:-170px;
    padding-bottom:10px
}
#semestralIliHo{
    margin-top:-220px;
    padding-bottom:10px
}
#anualIliHo{
    margin-top:-220px;
    padding-bottom:10px
}
#mensalIliFa{
    padding-top:20px
}
#trimestralIliFa{
    margin-top:-170px;
    padding-bottom:10px
}
#semestralIliFa{
    margin-top:-220px;
    padding-bottom:10px
}
#anualIliFa{
    margin-top:-220px;
    padding-bottom:10px
}
#mensalIliMa{
    padding-top:20px
}
#trimestralIliMa{
    margin-top:-170px;
    padding-bottom:10px
}
#semestralIliMa{
    margin-top:-220px;
    padding-bottom:10px
}
#anualIliMa{
    margin-top:-220px;
    padding-bottom:10px
}
#mensalIliPr{
    padding-top:20px
}
#trimestralIliPr{
    margin-top:-170px;
    padding-bottom:10px
}
#semestralIliPr{
    margin-top:-220px;
    padding-bottom:10px
}
#anualIliPr{
    margin-top:-220px;
    padding-bottom:10px
}
#mensalWinIni{
    margin-top:-30px;
    padding-top:50px
}
#trimestralWinIni{
    margin-top:-114px
}
#semestralWinIni{
    margin-top:-134px
}
#anualWinIni{
    margin-top:-134px
}
#mensalWinMed{
    margin-top:-30px;
    padding-top:50px
}
#trimestralWinMed{
    margin-top:-114px
}
#semestralWinMed{
    margin-top:-134px
}
#anualWinMed{
    margin-top:-134px
}
#mensalWinAva{
    margin-top:-30px;
    padding-top:50px
}
#trimestralWinAva{
    margin-top:-114px
}
#semestralWinAva{
    margin-top:-134px
}
#anualWinAva{
    margin-top:-134px
}
#mensalWinEvo{
    margin-top:-30px;
    padding-top:50px
}
#trimestralWinEvo{
    margin-top:-114px
}
#semestralWinEvo{
    margin-top:-134px
}
#anualWinEvo{
    margin-top:-134px
}
#mensalWinPlu{
    margin-top:-30px;
    padding-top:50px
}
#trimestralWinPlu{
    margin-top:-114px
}
#semestralWinPlu{
    margin-top:-134px
}
#anualWinPlu{
    margin-top:-134px
}
#mensalWinTop{
    margin-top:-30px;
    padding-top:50px
}
#trimestralWinTop{
    margin-top:-114px
}
#semestralWinTop{
    margin-top:-134px
}
#anualWinTop{
    margin-top:-134px
}
#mensalRevBa{
    margin-top:-30px;
    padding-top:50px
}
#trimestralRevBa{
    margin-top:-114px
}
#semestralRevBa{
    margin-top:-134px
}
#anualRevBa{
    margin-top:-134px
}
#mensalRevLo{
    margin-top:-30px;
    padding-top:50px
}
#trimestralRevLo{
    margin-top:-114px
}
#semestralRevLo{
    margin-top:-134px
}
#anualRevLo{
    margin-top:-134px
}
#mensalRevMe{
    margin-top:-30px;
    padding-top:50px
}
#trimestralRevMe{
    margin-top:-114px
}
#semestralRevMe{
    margin-top:-134px
}
#anualRevMe{
    margin-top:-134px
}
#mensalRevHi{
    margin-top:-30px;
    padding-top:50px
}
#trimestralRevHi{
    margin-top:-114px
}
#semestralRevHi{
    margin-top:-134px
}
#anualRevHi{
    margin-top:-134px
}
#mensalRevHir{
    margin-top:-30px;
    padding-top:50px
}
#trimestralRevHir{
    margin-top:-114px
}
#semestralRevHir{
    margin-top:-134px
}
#anualRevHir{
    margin-top:-134px
}
#mensalRevSu{
    margin-top:-30px;
    padding-top:50px
}
#trimestralRevSu{
    margin-top:-114px
}
#semestralRevSu{
    margin-top:-134px
}
#anualRevSu{
    margin-top:-134px
}
#mensalRevBaWin{
    margin-top:-30px;
    padding-top:50px
}
#trimestralRevBaWin{
    margin-top:-114px
}
#semestralRevBaWin{
    margin-top:-134px
}
#anualRevBaWin{
    margin-top:-134px
}
#mensalRevLoWin{
    margin-top:-30px;
    padding-top:50px
}
#trimestralRevLoWin{
    margin-top:-114px
}
#semestralRevLoWin{
    margin-top:-134px
}
#anualRevLoWin{
    margin-top:-134px
}
#mensalRevMeWin{
    margin-top:-30px;
    padding-top:50px
}
#trimestralRevMeWin{
    margin-top:-114px
}
#semestralRevMeWin{
    margin-top:-134px
}
#anualRevMeWin{
    margin-top:-134px
}
#mensalRevHiWin{
    margin-top:-30px;
    padding-top:50px
}
#trimestralRevHiWin{
    margin-top:-114px
}
#semestralRevHiWin{
    margin-top:-134px
}
#anualRevHiWin{
    margin-top:-134px
}
#mensalRevSuWin{
    margin-top:-30px;
    padding-top:50px
}
#trimestralRevSuWin{
    margin-top:-114px
}
#semestralRevSuWin{
    margin-top:-134px
}
#anualRevSuWin{
    margin-top:-134px
}
#mensalStr64Ba{
    padding-top:20px
}
#trimestralStr64Ba{
    margin-top:-170px;
    padding-bottom:10px
}
#semestralStr64Ba{
    margin-top:-220px;
    padding-bottom:10px
}
#anualStr64Ba{
    margin-top:-220px;
    padding-bottom:10px
}
#mensalStr64Lo{
    padding-top:20px
}
#trimestralStr64Lo{
    margin-top:-170px;
    padding-bottom:10px
}
#semestralStr64Lo{
    margin-top:-220px;
    padding-bottom:10px
}
#anualStr64Lo{
    margin-top:-220px;
    padding-bottom:10px
}
#mensalStr64Me{
    padding-top:20px
}
#trimestralStr64Me{
    margin-top:-170px;
    padding-bottom:10px
}
#semestralStr64Me{
    margin-top:-220px;
    padding-bottom:10px
}
#anualStr64Me{
    margin-top:-220px;
    padding-bottom:10px
}
#mensalStr64Hi{
    padding-top:20px
}
#trimestralStr64Hi{
    margin-top:-170px;
    padding-bottom:10px
}
#semestralStr64Hi{
    margin-top:-220px;
    padding-bottom:10px
}
#anualStr64Hi{
    margin-top:-220px;
    padding-bottom:10px
}
#mensalStr128Ba{
    padding-top:20px
}
#trimestralStr128Ba{
    margin-top:-170px;
    padding-bottom:10px
}
#semestralStr128Ba{
    margin-top:-220px;
    padding-bottom:10px
}
#anualStr128Ba{
    margin-top:-220px;
    padding-bottom:10px
}
#mensalStr128Lo{
    padding-top:20px
}
#trimestralStr128Lo{
    margin-top:-170px;
    padding-bottom:10px
}
#semestralStr128Lo{
    margin-top:-220px;
    padding-bottom:10px
}
#anualStr128Lo{
    margin-top:-220px;
    padding-bottom:10px
}
#mensalStr128Me{
    padding-top:20px
}
#trimestralStr128Me{
    margin-top:-170px;
    padding-bottom:10px
}
#semestralStr128Me{
    margin-top:-220px;
    padding-bottom:10px
}
#anualStr128Me{
    margin-top:-220px;
    padding-bottom:10px
}
#mensalStr128Hi{
    padding-top:20px
}
#trimestralStr128Hi{
    margin-top:-170px;
    padding-bottom:10px
}
#semestralStr128Hi{
    margin-top:-220px;
    padding-bottom:10px
}
#anualStr128Hi{
    margin-top:-220px;
    padding-bottom:10px
}
#centosLow{
    z-index:150;
    position:relative
}
#centosLow li{
    list-style-type:none;
    color:#383838;
    margin-left:-50px
}
#windowsLow{
    position:absolute;
    z-index:160;
    margin-top:152px
}
#windowsLow li{
    list-style-type:none;
    color:#383838;
    margin-left:-50px
}
#outroLow{
    position:absolute;
    z-index:170;
    text-align:center;
    margin-left:-13px;
    margin-top:152px
}
#outroLow li{
    list-style-type:none;
    color:#383838;
    margin-left:-50px
}
.cloud--A{
    visibility:hidden;
    text-align:left
}
#centosA{
    z-index:150;
    position:relative
}
#centosA li{
    list-style-type:none;
    color:#383838;
    margin-left:-50px
}
#windowsA{
    position:absolute;
    z-index:160;
    margin-top:152px
}
#windowsA li{
    list-style-type:none;
    color:#383838;
    margin-left:-50px
}
#outroA{
    position:absolute;
    z-index:170;
    text-align:center;
    margin-left:-13px;
    margin-top:152px
}
#outroA li{
    list-style-type:none;
    color:#383838;
    margin-left:-50px
}
.cloud--B{
    visibility:hidden;
    text-align:left
}
#centosB{
    z-index:150;
    position:relative
}
#centosB li{
    list-style-type:none;
    color:#383838;
    margin-left:-50px
}
#windowsB{
    position:absolute;
    z-index:160;
    margin-top:152px
}
#windowsB li{
    list-style-type:none;
    color:#383838;
    margin-left:-50px
}
#outroB{
    position:absolute;
    z-index:170;
    text-align:center;
    margin-left:-13px;
    margin-top:152px
}
#outroB li{
    list-style-type:none;
    color:#383838;
    margin-left:-50px
}
.cloud--C{
    visibility:hidden;
    text-align:left
}
#centosC{
    z-index:150;
    position:relative
}
#centosC li{
    list-style-type:none;
    color:#383838;
    margin-left:-50px
}
#windowsC{
    position:absolute;
    z-index:160;
    margin-top:152px
}
#windowsC li{
    list-style-type:none;
    color:#383838;
    margin-left:-50px
}
#outroC{
    position:absolute;
    z-index:170;
    text-align:center;
    margin-left:-13px;
    margin-top:152px
}
#outroC li{
    list-style-type:none;
    color:#383838;
    margin-left:-50px
}
.vps-pricing--feature{
    padding-top:20px;
    padding-bottom:25px;
    color:#303030
}
.vps-pricing--features>.row>div:nth-last-child(2){
    border-right:0
}
.vps-pricing--feature i.fa{
    display:block;
    float:left;
    height:100%;
    margin-left:18px;
    color:#00bcd4;
    font-size:40px;
    line-height:44px
}
.vps-pricing--feature-name,.vps-pricing--feature-value{
    display:block;
    margin-left:75px
}
.vps-pricing--feature-name{
    font-family:'Roboto',sans-serif;
    font-weight:400
}
.vps-pricing--action-btn{
    margin-top:20px;
    text-align:right
}
.vps-pricing--action-btn .btn--default{
    margin-right:15px;
    color:#303030;
    background-color:transparent;
    border-color:#303030
}
#cpuPricing{
    padding:218px 0 150px
}
#cpuPricing .section--title h2{
    color:#fff
}
.cpu-pricing--slider-holder{
    position:relative;
    padding:40px 30px;
    background-color:rgba(255,255,255,1);
    border-radius:0
}
.cpu-pricing--slider-holder .pips{
    position:absolute;
    left:60px;
    right:60px;
    height:10px;
    overflow:hidden
}
.cpu-pricing--slider-holder .pip{
    position:absolute;
    top:2px;
    left:0;
    width:5px;
    height:5px;
    background-color:#fff;
    border-radius:50%;
    z-index:2
}
.cpu-pricing--slider-holder .pip:first-child{
    margin-left:-5px
}
.cpu-pricing--slider{
    height:10px;
    background-color:#303030;
    border:0;
    border-radius:20px;
    cursor:pointer
}
.cpu-pricing--slider .ui-slider-range{
    background-color:#303030;
    border-radius:20px
}
.cpu-pricing--slider .ui-slider-handle{
    position:relative;
    left:33.3333%;
    top:-9px;
    width:auto;
    height:auto;
    margin-left:-7px;
    background-color:transparent;
    border:0;
    outline:0;
    cursor:pointer
}
.cpu-pricing--slider .ui-slider-handle:before{
    content:" ";
    position:absolute;
    left:-1px;
    width:0;
    height:0;
    border-style:solid
}
.cpu-pricing--slider .ui-slider-handle:before{
    top:-30px;
    border-width:10px 10px 0 10px;
    border-color:#fff transparent transparent transparent
}
.cpu-pricing--slider .ui-slider-handle i.fa{
    position:relative;
    color:#00bcd4;
    font-size:24px;
    line-height:26px;
    z-index:0
}
.cpu-pricing--slider .fa-map-marker:after{
    content:" ";
    position:absolute;
    top:8px;
    left:4px;
    width:11px;
    height:11px;
    margin:-2px 0 0 -3px;
    background-color:#fff;
    z-index:-1
}
.cpu-pricing--slider .ui-slider-handle i.fa-circle:after{
    content:" ";
    position:absolute;
    top:50%;
    left:50%;
    width:5px;
    height:5px;
    margin:-2px 0 0 -3px;
    background-color:#fff;
    border-radius:50%
}
.cpu-pricing--features{
    background-color:rgba(255,255,255,1);
    height:90px
}
.cpu-pricing--feature{
    padding-top:20px;
    padding-bottom:18px;
    color:#303030
}
.ncpu select{
    border:0;
    margin-left:0
}
.vps-pricing--feature select{
    border:0;
    margin-left:15px
}
.cpu-pricing--features>.row>div:nth-last-child(2){
    border-right:0
}
.cpu-pricing--feature i.fa{
    display:block;
    float:left;
    height:100%;
    margin-left:18px;
    color:#00bcd4;
    font-size:40px;
    line-height:44px;
    margin-top:11px
}
.cpu-pricing--feature-name,.cpu-pricing--feature-value{
    display:block;
    margin-left:75px
}
.cpu-pricing--feature-name{
    font-family:'Roboto',sans-serif;
    font-weight:400
}
.cpu-pricing--action-btn{
    margin-top:20px;
    text-align:right
}
.cpu-pricing--action-btn .btn--default{
    margin-right:15px;
    color:#303030;
    background-color:transparent;
    border-color:#303030
}
#ramPricing{
    padding:218px 0 150px
}
#ramPricing .section--title h2{
    color:#fff
}
.ram-pricing--slider-holder{
    position:relative;
    padding:40px 30px;
    background-color:rgba(255,255,255,1);
    margin-bottom:10px
}
.ram-pricing--slider-holder .pips{
    position:absolute;
    left:60px;
    right:60px;
    height:10px;
    overflow:hidden
}
.ram-pricing--slider-holder .pip{
    position:absolute;
    top:2px;
    left:0;
    width:5px;
    height:5px;
    background-color:#fff;
    border-radius:50%;
    z-index:2
}
.ram-pricing--slider-holder .pip:first-child{
    margin-left:-5px
}
.ram-pricing--slider{
    height:10px;
    background-color:#303030;
    border:0;
    border-radius:20px;
    cursor:pointer
}
.ram-pricing--slider .ui-slider-range{
    background-color:#303030;
    border-radius:20px
}
.ram-pricing--slider .ui-slider-handle{
    position:relative;
    left:33.3333%;
    top:-9px;
    width:auto;
    height:auto;
    margin-left:-7px;
    background-color:transparent;
    border:0;
    outline:0;
    cursor:pointer
}
.ram-pricing--slider .ui-slider-handle:before{
    content:" ";
    position:absolute;
    left:-1px;
    width:0;
    height:0;
    border-style:solid
}
.ram-pricing--slider .ui-slider-handle:before{
    top:-30px;
    border-width:10px 10px 0 10px;
    border-color:#fff transparent transparent transparent
}
.ram-pricing--slider .ui-slider-handle i.fa{
    position:relative;
    color:#00bcd4;
    font-size:24px;
    line-height:26px;
    z-index:0
}
.ram-pricing--slider .fa-map-marker:after{
    content:" ";
    position:absolute;
    top:8px;
    left:4px;
    width:11px;
    height:11px;
    margin:-2px 0 0 -3px;
    background-color:#fff;
    z-index:-1
}
.ram-pricing--slider .ui-slider-handle i.fa-circle:after{
    content:" ";
    position:absolute;
    top:50%;
    left:50%;
    width:5px;
    height:5px;
    margin:-2px 0 0 -3px;
    background-color:#fff;
    border-radius:50%
}
.ram-pricing--slider .ui-slider-handle em{
    display:block;
    position:absolute;
    top:-70px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    width:80px;
    padding:8px 0;
    color:#fff;
    background-color:#00bcd4;
    border-radius:50px;
    font-style:normal;
    text-align:center
}
.ram-pricing--features{
    background-color:rgba(255,255,255,1);
    height:90px
}
.ram-pricing--feature{
    padding-top:20px;
    padding-bottom:18px;
    color:#303030
}
.ram-pricing--features>.row>div:nth-last-child(2){
    border-right:0
}
.ram-pricing--feature i.fa{
    display:block;
    float:left;
    height:100%;
    margin-left:18px;
    color:#00bcd4;
    font-size:40px;
    line-height:44px
}
.ram-pricing--feature-name,.ram-pricing--feature-value{
    display:block;
    margin-left:75px
}
.ram-pricing--feature-name{
    font-family:'Roboto',sans-serif;
    font-weight:400
}
.ram-pricing--action-btn{
    margin-top:20px;
    text-align:right
}
.ram-pricing--action-btn .btn--default{
    margin-right:15px;
    color:#303030;
    background-color:transparent;
    border-color:#303030
}
#discoPricing{
    padding:218px 0 150px
}
#discoPricing .section--title h2{
    color:#fff
}
.disco-pricing--slider-holder{
    position:relative;
    padding:40px 30px;
    background-color:rgba(255,255,255,1);
    margin-bottom:10px
}
.disco-pricing--slider-holder .pips{
    position:absolute;
    left:60px;
    right:60px;
    height:10px;
    overflow:hidden
}
.disco-pricing--slider-holder .pip{
    position:absolute;
    top:2px;
    left:0;
    width:5px;
    height:5px;
    background-color:#fff;
    border-radius:50%;
    z-index:2
}
.disco-pricing--slider-holder .pip:first-child{
    margin-left:-5px
}
.disco-pricing--slider{
    height:10px;
    background-color:#303030;
    border:0;
    border-radius:20px;
    cursor:pointer
}
.disco-pricing--slider .ui-slider-range{
    background-color:#303030;
    border-radius:20px
}
.disco-pricing--slider .ui-slider-handle{
    position:relative;
    left:33.3333%;
    top:-9px;
    width:auto;
    height:auto;
    margin-left:-7px;
    background-color:transparent;
    border:0;
    outline:0;
    cursor:pointer
}
.disco-pricing--slider .ui-slider-handle:before{
    content:" ";
    position:absolute;
    left:-1px;
    width:0;
    height:0;
    border-style:solid
}
.disco-pricing--slider .ui-slider-handle:before{
    top:-30px;
    border-width:10px 10px 0 10px;
    border-color:#fff transparent transparent transparent
}
.disco-pricing--slider .ui-slider-handle i.fa{
    position:relative;
    color:#00bcd4;
    font-size:24px;
    line-height:26px;
    z-index:0
}
.disco-pricing--slider .fa-map-marker:after{
    content:" ";
    position:absolute;
    top:8px;
    left:4px;
    width:11px;
    height:11px;
    margin:-2px 0 0 -3px;
    background-color:#fff;
    z-index:-1
}
.disco-pricing--slider .ui-slider-handle i.fa-circle:after{
    content:" ";
    position:absolute;
    top:50%;
    left:50%;
    width:5px;
    height:5px;
    margin:-2px 0 0 -3px;
    background-color:#fff;
    border-radius:50%
}
.disco-pricing--slider .ui-slider-handle em{
    display:block;
    position:absolute;
    top:-70px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    width:80px;
    padding:8px 0;
    color:#fff;
    background-color:#00bcd4;
    border-radius:50px;
    font-style:normal;
    text-align:center
}
.disco-pricing--features{
    background-color:rgba(255,255,255,1);
    height:90px
}
.disco-pricing--feature{
    padding-top:20px;
    padding-bottom:18px;
    color:#303030
}
.disco-pricing--features>.row>div:nth-last-child(2){
    border-right:0
}
.disco-pricing--feature i.fa{
    display:block;
    float:left;
    height:100%;
    margin-left:18px;
    color:#00bcd4;
    font-size:40px;
    line-height:44px
}
.disco-pricing--feature-name,.disco-pricing--feature-value{
    display:block;
    margin-left:75px
}
.disco-pricing--feature-name{
    font-family:'Roboto',sans-serif;
    font-weight:400
}
.disco-pricing--action-btn{
    margin-top:20px;
    text-align:right
}
.disco-pricing--action-btn .btn--default{
    margin-right:15px;
    color:#303030;
    background-color:transparent;
    border-color:#303030
}
#trafegoPricing{
    padding:218px 0 150px
}
#trafegoPricing .section--title h2{
    color:#fff
}
.trafego-pricing--slider-holder{
    position:relative;
    padding:40px 30px;
    background-color:rgba(255,255,255,1);
    margin-bottom:10px
}
.trafego-pricing--slider-holder .pips{
    position:absolute;
    left:60px;
    right:60px;
    height:10px;
    overflow:hidden
}
.trafego-pricing--slider-holder .pip{
    position:absolute;
    top:2px;
    left:0;
    width:5px;
    height:5px;
    background-color:#fff;
    border-radius:50%;
    z-index:2
}
.trafego-pricing--slider-holder .pip:first-child{
    margin-left:-5px
}
.trafego-pricing--slider{
    height:10px;
    background-color:#303030;
    border:0;
    border-radius:20px;
    cursor:pointer
}
.trafego-pricing--slider .ui-slider-range{
    background-color:#303030;
    border-radius:20px
}
.trafego-pricing--slider .ui-slider-handle{
    position:relative;
    left:33.3333%;
    top:-9px;
    width:auto;
    height:auto;
    margin-left:-7px;
    background-color:transparent;
    border:0;
    outline:0;
    cursor:pointer
}
.trafego-pricing--slider .ui-slider-handle:before{
    content:" ";
    position:absolute;
    left:-1px;
    width:0;
    height:0;
    border-style:solid
}
.trafego-pricing--slider .ui-slider-handle:before{
    top:-30px;
    border-width:10px 10px 0 10px;
    border-color:#fff transparent transparent transparent
}
.trafego-pricing--slider .ui-slider-handle i.fa{
    position:relative;
    color:#00bcd4;
    font-size:24px;
    line-height:26px;
    z-index:0
}
.trafego-pricing--slider .fa-map-marker:after{
    content:" ";
    position:absolute;
    top:8px;
    left:4px;
    width:11px;
    height:11px;
    margin:-2px 0 0 -3px;
    background-color:#fff;
    z-index:-1
}
.trafego-pricing--slider .ui-slider-handle i.fa-circle:after{
    content:" ";
    position:absolute;
    top:50%;
    left:50%;
    width:5px;
    height:5px;
    margin:-2px 0 0 -3px;
    background-color:#fff;
    border-radius:50%
}
.trafego-pricing--slider .ui-slider-handle em{
    display:block;
    position:absolute;
    top:-70px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    width:80px;
    padding:8px 0;
    color:#fff;
    background-color:#00bcd4;
    border-radius:50px;
    font-style:normal;
    text-align:center
}
.trafego-pricing--features{
    background-color:rgba(255,255,255,1);
    height:90px
}
.trafego-pricing--feature{
    padding-top:20px;
    padding-bottom:18px;
    color:#303030
}
.trafego-pricing--features>.row>div:nth-last-child(2){
    border-right:0
}
.trafego-pricing--feature i.fa{
    display:block;
    float:left;
    height:100%;
    margin-left:18px;
    color:#00bcd4;
    font-size:40px;
    line-height:44px
}
.trafego-pricing--feature-name,.trafego-pricing--feature-value{
    display:block;
    margin-left:75px
}
.trafego-pricing--feature-name{
    font-family:'Roboto',sans-serif;
    font-weight:400
}
.trafego-pricing--action-btn{
    margin-top:20px;
    text-align:right
}
.trafego-pricing--action-btn .btn--default{
    margin-right:15px;
    color:#303030;
    background-color:transparent;
    border-color:#303030
}
#backupPricing{
    padding:218px 0 150px
}
#backupPricing .section--title h2{
    color:#fff
}
.backup-pricing--slider-holder{
    position:relative;
    padding:40px 30px;
    background-color:rgba(255,255,255,1);
    margin-bottom:10px
}
.backup-pricing--slider-holder .pips{
    position:absolute;
    left:60px;
    right:60px;
    height:10px;
    overflow:hidden
}
.backup-pricing--slider-holder .pip{
    position:absolute;
    top:2px;
    left:0;
    width:5px;
    height:5px;
    background-color:#fff;
    border-radius:50%;
    z-index:2
}
.backup-pricing--slider-holder .pip:first-child{
    margin-left:-5px
}
.backup-pricing--slider{
    height:10px;
    background-color:#303030;
    border:0;
    border-radius:20px;
    cursor:pointer
}
.backup-pricing--slider .ui-slider-range{
    background-color:#303030;
    border-radius:20px
}
.backup-pricing--slider .ui-slider-handle{
    position:relative;
    left:33.3333%;
    top:-9px;
    width:auto;
    height:auto;
    margin-left:-7px;
    background-color:transparent;
    border:0;
    outline:0;
    cursor:pointer
}
.backup-pricing--slider .ui-slider-handle:before{
    content:" ";
    position:absolute;
    left:-1px;
    width:0;
    height:0;
    border-style:solid
}
.backup-pricing--slider .ui-slider-handle:before{
    top:-30px;
    border-width:10px 10px 0 10px;
    border-color:#fff transparent transparent transparent
}
.backup-pricing--slider .ui-slider-handle i.fa{
    position:relative;
    color:#00bcd4;
    font-size:24px;
    line-height:26px;
    z-index:0
}
.backup-pricing--slider .fa-map-marker:after{
    content:" ";
    position:absolute;
    top:8px;
    left:4px;
    width:11px;
    height:11px;
    margin:-2px 0 0 -3px;
    background-color:#fff;
    z-index:-1
}
.backup-pricing--slider .ui-slider-handle i.fa-circle:after{
    content:" ";
    position:absolute;
    top:50%;
    left:50%;
    width:5px;
    height:5px;
    margin:-2px 0 0 -3px;
    background-color:#fff;
    border-radius:50%
}
.backup-pricing--slider .ui-slider-handle em{
    display:block;
    position:absolute;
    top:-70px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    width:80px;
    padding:8px 0;
    color:#fff;
    background-color:#00bcd4;
    border-radius:50px;
    font-style:normal;
    text-align:center
}
.backup-pricing--features{
    background-color:rgba(255,255,255,1);
    height:90px
}
.backup-pricing--feature{
    padding-top:20px;
    padding-bottom:18px;
    color:#303030
}
.backup-pricing--features>.row>div:nth-last-child(2){
    border-right:0
}
.backup-pricing--feature i.fa{
    display:block;
    float:left;
    height:100%;
    margin-left:18px;
    color:#00bcd4;
    font-size:40px;
    line-height:44px
}
.backup-pricing--feature-name,.backup-pricing--feature-value{
    display:block;
    margin-left:75px
}
.backup-pricing--feature-name{
    font-family:'Roboto',sans-serif;
    font-weight:400
}
.backup-pricing--action-btn{
    margin-top:20px;
    text-align:right
}
.backup-pricing--action-btn .btn--default{
    margin-right:15px;
    color:#303030;
    background-color:transparent;
    border-color:#303030
}
#domainSearch{
    padding:80px 0;
    background-color:#00bcd4
}
#domainSearch.bg--img .section--title,#domainSearch.bg--img .section--title h2{
    color:#fff
}
.ds--form-input{
    position:relative
}
.ds--form-input .text--input{
    width:100%;
    min-height:56px;
    padding:12px 20px;
    background-color:transparent;
    border:2px solid #fff;
    outline:0
}
.ds--form-input input{
    color:#fff
}
.ds--form-input .btn--default{
    position:absolute;
    background-color:#fff;
    color:#00bcd4;
    top:0;
    right:0;
    margin:5px;
    padding-left:60px;
    padding-right:60px;
    border:0
}
.ds--form-ext{
    margin-top:22px;
    margin-bottom:-7px
}
.ds--form-ext label{
    display:table-cell;
    width:1%;
    margin-bottom:0;
    color:#fff;
    font-size:22px;
    line-height:30px;
    font-weight:300;
    text-align:center
}
.ds--form-ext label input{
    display:none
}
.ds--form-ext label span{
    position:relative;
    padding-left:25px;
    cursor:pointer
}
.ds--form-ext label span:before{
    content:" ";
    position:absolute;
    bottom:5px;
    left:0;
    width:18px;
    height:18px;
    border:2px solid #fff;
    border-radius:50%;
    -webkit-transition:background-color .25s ease-in-out;
    transition:background-color .25s ease-in-out
}
.ds--form-ext label input:checked+span:before{
    background-color:#fff
}
#domainSearch.ds--lg{
    padding:217px 0 151px
}
#extPrice{
    padding:50px 0
}
.ext-price--item{
    padding-top:15px;
    padding-bottom:20px;
    color:#fff;
    border-right:1px solid rgba(255,255,255,0.3);
    font-size:28px;
    line-height:36px;
    text-align:center
}
.ext-price--item:last-child{
    border-right:0
}
.ext-price--item span,.ext-price--item strong{
    display:block
}
.ext-price--item span{
    padding-bottom:7px;
    border-bottom:1px solid rgba(255,255,255,0.3)
}
.ext-price--item strong{
    padding-top:9px;
    font-family:'Roboto',sans-serif
}
.ext-price--item strong em{
    font-style:normal
}
#services{
    padding:80px 0 20px
}
.service--item{
    margin-bottom:60px;
    text-align:center
}
.service--item-skew{
    margin-bottom:80px;
    padding-top:10px;
    text-align:center;
    height:100%;
    padding-bottom:20px;
    width:80%;
    border-radius:20px 0 20px 0;
    background-color:#eee
}
.service--item-skew-icon{
    background-color:#00bcd4;
    padding-top:20px;
    text-align:center;
    height:150px;
    width:80%;
    border-radius:20px 0 20px 0;
    margin-bottom:20px
}
.service--icon{
    display:inline-block;
    min-width:48px;
    min-height:48px;
    margin-bottom:10px;
    padding:5px 0;
    color:#303030;
    font-size:80px;
    line-height:0;
    -webkit-transition:color .25s ease,border-color .25s ease;
    transition:color .25s ease,border-color .25s ease
}
.service--icon-wp img{
    max-width:200px;
    border-radius:50%
}
.service--icon-stream img{
    max-width:150px;
    border-radius:50%
}
.service--icon2{
    display:inline-block;
    min-width:70px;
    min-height:70px;
    margin-bottom:20px;
    padding:5px 0 0 0;
    color:#fff;
    font-size:100px;
    line-height:0
}
.service--icon3{
    display:inline-block;
    min-width:35px;
    min-height:35px;
    margin-bottom:15px;
    padding:25px 0 0 0;
    color:#fff;
    font-size:55px;
    line-height:0
}
.service--item:hover .service--icon{
    color:#00bcd4;
    border-color:#00bcd4
}
.service--os:hover{
    color:#00bcd4
}
.service--content{
    padding:0 20px
}
.service--content h3{
    margin:0 0 9px;
    color:#303030;
    font-size:28px;
    line-height:36px;
    -webkit-transition:color .25s ease;
    transition:color .25s ease
}
.service--item:hover .service--content h3{
    color:#00bcd4
}
.service--content-wp-left{
    padding:0 40px;
    margin-top:-20px
}
.service--content-wp-left .btn--default{
    color:#000;
    border-color:#000
}
.service--content-wp-left p{
    text-align:justify;
    font-size:18px
}
.service--content-wp-left h3{
    margin:0 0 9px;
    color:#303030;
    padding-top:40px;
    font-size:28px;
    line-height:36px;
    text-align:left;
    -webkit-transition:color .25s ease;
    transition:color .25s ease
}
#features{
    padding:80px 0
}
.features--img img{
    display:block;
    width:100%
}
.features--items{
    margin:0;
    padding:0;
    list-style:none
}
.features--item{
    position:relative;
    margin-bottom:30px
}
.features--item:last-child{
    margin-bottom:0
}
.features--item.dot:before,.features--item.dot:after{
    content:" ";
    position:absolute;
    background-color:#00bcd4
}
.features--item.dot:before{
    top:5px;
    left:-155px;
    width:24px;
    height:24px;
    border-radius:50%
}
.features--item.dot:after{
    top:16px;
    right:100%;
    width:120px;
    height:3px;
    margin-right:20px
}
.features--item.dot--1:before{
    left:-28%
}
.features--item.dot--1:after{
    width:22%
}
.features--item.dot--2:before{
    left:-56%
}
.features--item.dot--2:after{
    width:51%
}
.features--item.dot--3:before{
    left:-85%
}
.features--item.dot--3:after{
    width:80%
}
.features--item h3{
    margin:0 0 10px;
    color:#303030;
    font-size:28px;
    line-height:36px
}
#counter{
    padding:80px 0 20px
}
.counter--item{
    margin-bottom:60px;
    color:#fff;
    text-align:center
}
.counter--num{
    position:relative;
    margin-top:-9px;
    margin-bottom:19px;
    padding-bottom:19px;
    font-family:'Roboto',sans-serif;
    font-size:66px;
    line-height:74px
}
.counter--num:before{
    content:" ";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    width:45px;
    height:1px;
    margin:0 auto;
    background-color:#00bcd4
}
p.counter--title{
    margin-bottom:-4px
}
#testimonial{
    padding:60px 0
}
.testimonial--slider .owl-controls{
    margin-bottom:0
}
.testimonial--slider .owl-controls .owl-pagination{
    font-size:0;
    line-height:0;
    text-align:center
}
.testimonial--slider .owl-controls .owl-page{
    display:inline-block;
    max-width:100px;
    margin:0 5px;
    opacity:.5;
    -webkit-transition:opacity .25s ease-in-out;
    -ms-filter:"alpha(opacity=50)";
    transition:opacity .25s ease-in-out
}
.testimonial--slider .owl-controls .owl-page.active{
    opacity:1;
    -ms-filter:"alpha(opacity=100)"
}
.testimonial--slider .owl-controls .owl-page img{
    display:block;
    max-width:100%;
    border-radius:50%;
    margin-bottom:60px
}
.testimonial--content{
    color:#303030;
    text-align:center
}
.testimonial--content blockquote{
    margin-top:0;
    margin-bottom:0;
    padding:0;
    border:0;
    font-size:24px;
    line-height:26px;
    font-weight:300
}
.testimonial--citation{
    margin-top:30px
}
#blog{
    padding:80px 0 20px
}
.post--item{
    margin-bottom:60px
}
.post--content-border{
    border:1px solid #e2e2e2;
    background-color:#fff
}
.post--content blockquote{
    margin-bottom:10px;
    background-color:#f8f8f8;
    font-weight:300;
    font-style:italic
}
.post--content blockquote:last-child{
    margin-bottom:0
}
.post--title h2{
    color:#303030;
    margin:0;
    padding:25px 0 24px;
    font-size:28px;
    line-height:36px
}
.post--content-border .post--title h2{
    padding-left:15px;
    padding-right:15px
}
.post--title h2 a{
    display:block;
    color:#303030;
    -webkit-transition:color .25s ease;
    transition:color .25s ease
}
.post--title h2 a:hover{
    color:#00bcd4
}
.post--meta{
    padding:10px 0;
    border-style:solid;
    border-width:1px 0;
    border-color:#e2e2e2;
    font-family:'Roboto',sans-serif;
    font-size:14px;
    line-height:22px
}
.post--content-border .post--meta{
    padding-left:16px;
    padding-right:16px
}
.post--meta a{
    -webkit-transition:color .25s ease;
    transition:color .25s ease
}
.post--meta a:hover{
    color:#00bcd4
}
.post--meta a+a:before{
    content:"/";
    margin:0 8px;
    color:#737373;
    font-weight:300
}
.post--except{
    padding:25px 15px 28px
}
.post--except-footer{
    position:relative;
    padding:11px 15px 10px;
    border-top:1px solid #e2e2e2;
    font-family:'Roboto',sans-serif;
    font-size:14px;
    line-height:22px;
    font-weight:300
}
.post--except-footer:before,.post--except-footer:after{
    content:' ';
    display:table
}
.post--except-footer:after{
    clear:both
}
.post--except-footer a{
    display:block;
    -webkit-transition:color .25s ease-in-out;
    transition:color .25s ease-in-out
}
.post--except-footer a:hover{
    color:#00bcd4
}
.post--except-footer a.more{
    float:left
}
.post--except-footer a.comments{
    float:right
}
.post--except-footer a i.fa{
    margin-right:5px;
    vertical-align:top;
    line-height:20px
}
.post--full-content{
    padding:25px 0 28px
}
.post--full-content-footer{
    padding:25px 0;
    border-style:solid;
    border-width:1px 0;
    border-color:#e2e2e2
}
.post--full-content-footer h4{
    float:left;
    margin:0 15px 0 0;
    color:#303030;
    font-size:16px;
    line-height:24px
}
.post--full-content-footer ul{
    margin:0;
    padding:0;
    list-style:none
}
.post--full-content-footer ul li{
    float:left
}
.post--full-content-footer ul li+li{
    margin-left:15px
}
.post--full-content-footer ul li a{
    -webkit-transition:color .25s ease;
    transition:color .25s ease
}
.post--full-content-footer ul li a:hover{
    color:#00bcd4
}
.post--full-content-footer .tags ul li:after{
    content:","
}
.post--full-content-footer .tags ul li:last-child:after{
    content:""
}
.post--full-content-footer .tags+.social{
    margin-top:20px
}
.post--full-content-footer .social ul li+li{
    margin-left:20px
}
.blog--content{
    padding-bottom:60px
}
.blog--content .post--item:last-child{
    margin-bottom:0
}
.blog--sidebar{
    padding-bottom:60px
}
.blog--widget{
    margin-bottom:60px
}
.blog--widget:last-child{
    margin-bottom:0
}
.blog-widget--title h3{
    position:relative;
    margin:-5px 0 25px;
    padding-bottom:12px;
    color:#303030;
    font-size:24px;
    line-height:32px;
    font-weight:700
}
.blog-widget--title h3:before{
    content:" ";
    position:absolute;
    left:0;
    bottom:0;
    width:40px;
    height:2px;
    background-color:#00bcd4
}
.blog--search-widget .input--text{
    position:relative;
    display:table-cell;
    vertical-align:middle;
    z-index:0
}
.blog--search-widget .input--text input{
    float:none;
    display:block;
    border:0;
    box-shadow:none;
    border-radius:0;
    background-color:transparent;
    border-bottom:1px solid #303030;
    height:auto;
    padding:8px 0
}
.blog--search-widget .input--text .highlight{
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:2px;
    background-color:#00bcd4;
    -webkit-transition:width .55s ease-in-out,background-color .25s ease-in-out;
    transition:width .55s ease-in-out,background-color .25s ease-in-out;
    z-index:3
}
.blog--search-widget .input--text input:focus+.highlight,.blog--search-widget .input--text input.error+.highlight{
    width:100%
}
.blog--search-widget .input--text input.valid+.highlight{
    background-color:#5cb85c
}
.blog--search-widget .input-group-addon{
    padding:0;
    background-color:transparent;
    border:0
}
.blog--search-widget .btn--default{
    color:#303030;
    background-color:transparent;
    border-color:#303030
}
.blog--recent-posts-widget ul{
    margin:0;
    padding:0;
    list-style:none
}
.blog--recent-posts-widget ul li{
    margin-bottom:25px
}
.blog--recent-posts-widget ul li:last-child{
    margin-bottom:0
}
.blog--recent-posts-widget ul li h4{
    margin:0 0 10px;
    color:#303030;
    line-height:26px;
    font-weight:900
}
.blog--recent-posts-widget ul li h4 a{
    color:#303030;
    -webkit-transition:color .25s ease;
    transition:color .25s ease
}
.blog--recent-posts-widget ul li h4 a:hover,.blog--recent-posts-widget ul li h4 a:focus{
    color:#00bcd4
}
.blog--recent-posts-widget .time{
    padding:5px 0;
    border-style:solid;
    border-width:1px 0;
    border-color:#e9e9e9;
    font-family:'Roboto',sans-serif;
    font-weight:300
}
.blog--links-widget ul{
    margin:-10px 0 0;
    padding:0;
    list-style:none
}
.blog--links-widget ul ul{
    padding-left:20px
}
.blog--links-widget ul li a{
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    color:#303030;
    border-bottom:1px dotted #303030;
    -webkit-transition:color .25s ease,border-color .25s ease;
    transition:color .25s ease,border-color .25s ease
}
.blog--links-widget ul li a:hover{
    color:#00bcd4;
    border-color:#00bcd4
}
.blog--tags-widget .blog-widget--title h3{
    margin-bottom:15px
}
.blog--tags-widget ul{
    list-style:none;
    padding:0;
    margin:0;
    font-size:0
}
.blog--tags-widget ul li{
    display:inline-block;
    padding:10px 25px 0 0;
    cursor:pointer
}
.blog--tags-widget ul li a{
    display:block;
    color:#737373;
    font-size:16px;
    line-height:24px;
    -webkit-transition:color .25s ease;
    transition:color .25s ease
}
.blog--tags-widget ul li a:hover,.blog--tags-widget ul li a:focus{
    color:#00bcd4
}
.post--comments-title h3,.post--comment-form-title h3{
    position:relative;
    margin:-5px 0 30px;
    padding-bottom:12px;
    color:#303030;
    font-size:24px;
    line-height:32px;
    font-weight:700
}
.post--comments-title h3:before,.post--comment-form-title h3:before{
    content:" ";
    position:absolute;
    left:0;
    bottom:0;
    width:40px;
    height:2px;
    background-color:#00bcd4
}
.post--comments ul{
    margin:0;
    padding:0;
    list-style:none
}
.post--comments ul ul{
    padding-left:30px
}
.post--comment{
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:1px solid #e9e9e9
}
.post--comment-img{
    display:table-cell;
    vertical-align:middle
}
.post--comment-meta{
    padding-left:15px;
    display:table-cell;
    vertical-align:middle;
    font-family:'Roboto',sans-serif;
    font-weight:300
}
.post--comment-meta a{
    color:#737373;
    font-weight:400;
    -webkit-transition:color .25s ease;
    transition:color .25s ease
}
.post--comment-meta a:hover,.post--comment-meta a:focus{
    color:#00bcd4
}
.post--comment-body{
    padding:15px 0
}
.post--comment-footer .btn--default{
    padding:8px 20px;
    color:#303030;
    background-color:transparent;
    border-color:#303030;
    font-size:14px;
    line-height:22px
}
.post--comment-form-title{
    margin-top:-31px;
    padding-top:30px;
    border-top:1px solid #e9e9e9
}
.post--comment-form-group .form-control{
    margin-bottom:30px;
    padding:0;
    border-width:0 0 1px;
    border-color:#e9e9e9;
    border-radius:0;
    box-shadow:none;
    resize:none;
    outline:0
}
.post--comment-form-group .input--text{
    position:relative
}
.post--comment-form-group .input--text .highlight{
    position:absolute;
    bottom:0;
    left:0;
    width:0;
    height:2px;
    background-color:#00bcd4;
    -webkit-transition:width .55s ease-in-out,background-color .25s ease-in-out;
    transition:width .55s ease-in-out,background-color .25s ease-in-out
}
.post--comment-form-group input:focus+.highlight,.post--comment-form-group textarea:focus+.highlight,.post--comment-form-group input.error+.highlight,.post--comment-form-group textarea.error+.highlight{
    width:100%
}
.post--comment-form-group input.valid+.highlight,.post--comment-form-group textarea.valid+.highlight{
    background-color:#5cb85c
}
.post--comment-form-group .btn--default{
    color:#303030;
    background-color:transparent;
    border-color:#303030
}
#aboutDesc{
    padding:80px 0
}
#aboutDesc .row-vc>div{
    float:none;
    display:table-cell;
    vertical-align:middle
}
.about-desc--img img{
    width:100%
}
#team{
    padding:80px 0 50px
}
.team--item{
    margin-bottom:30px
}
.team--name{
    margin:0;
    padding:20px 0 10px;
    font-weight:900;
    text-align:center
}
.team--name a{
    color:#303030;
    -webkit-transition:color .25s ease;
    transition:color .25s ease
}
.team--item:hover .team--name a{
    color:#00bcd4
}
.team--role{
    margin:0;
    color:#737373;
    font-weight:400;
    text-align:center
}
.team--social-links{
    margin-top:10px;
    margin-bottom:-7px;
    text-align:center
}
.team--social-links ul{
    display:inline-block;
    font-size:0;
    float:none
}
.team--social-links ul li a{
    font-size:15px;
    color:#acacac;
    padding:0 15px;
    -webkit-transition:color .25s ease;
    transition:color .25s ease
}
.team--social-links ul li a:hover,.team--social-links ul li a:focus{
    color:#00bcd4;
    background-color:transparent
}
#faq{
    padding:80px 0
}
.faq--categories h3{
    position:relative;
    margin:-5px 0 0;
    color:#303030;
    font-size:20px;
    line-height:28px;
    font-weight:900;
    padding-bottom:10px
}
.faq--categories h3:before{
    content:" ";
    position:absolute;
    bottom:0;
    width:40px;
    height:2px;
    background-color:#00bcd4
}
.faq--categories ul{
    margin-top:25px
}
.faq--categories ul li a{
    margin-top:6px;
    color:#303030;
    background-color:#e9e9e9;
    font-family:'Roboto',sans-serif;
    font-weight:900;
    -webkit-transition:color .25s ease,background-color .25s ease-in-out;
    transition:color .25s ease,background-color .25s ease-in-out
}
.faq--categories ul li a:hover,.faq--categories ul li.active a{
    color:#fff;
    background-color:#00bcd4
}
.faq--content .panel-group{
    margin-bottom:0
}
.faq--content .accordion .panel{
    border-radius:0;
    box-shadow:none
}
.faq--content .accordion .panel-heading{
    padding:0
}
.faq--content .accordion .panel-heading a{
    display:block;
    padding:10px 15px;
    color:#fff;
    background-color:#00bcd4
}
.faq--content .accordion .panel-heading a.collapsed{
    background-color:#fff;
    color:#00bcd4
}
.faq--content .accordion .panel-heading a h4{
    font-size:18px;
    line-height:22px;
    font-weight:900;
    overflow:hidden
}
.faq--content .accordion .panel-heading a h4 i.fa-minus{
    float:right;
    margin-top:5px;
    color:#fff
}
.faq--content .accordion .panel-heading a.collapsed i.fa-minus:before{
    content:"\f067"
}
.faq--panel-simple{
    padding-bottom:30px;
    border:0
}
.faq--panel-simple:last-child{
    padding-bottom:0
}
.faq--panel-simple .panel-title{
    margin-top:-5px;
    margin-bottom:10px;
    color:#303030;
    font-size:24px;
    line-height:32px;
    font-weight:900
}
.faq--panel-simple .panel-body{
    padding:0
}
#login{
    padding:80px 0
}
.login--form{
    max-width:380px;
    margin:0 auto;
    padding:30px;
    background-color:#fff;
    border-radius:4px;
    font-family:'Roboto',sans-serif;
    font-size:0;
    line-height:0
}
.login--form .form-group{
    position:relative
}
.login--form label{
    font-size:16px;
    line-height:24px
}
.login--form input.form-control{
    box-shadow:none;
    border-radius:0;
    height:auto;
    min-height:38px;
    background-color:transparent;
    border-width:0 0 1px;
    padding-left:0;
    font-family:'Roboto',sans-serif
}
.login--form input.form-control:focus{
    border-color:#ccc
}
.login--form .form-group .highlight{
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:2px;
    background-color:#00bcd4;
    -webkit-transition:width .25s ease-in-out,background-color .25s ease-in-out;
    transition:width .25s ease-in-out,background-color .25s ease-in-out
}
.login--form .form-group input:focus+.highlight,.login--form .form-group input.error+.highlight{
    width:100%
}
.login--form .form-group input.valid+.highlight{
    background-color:#5cb85c
}
.login--form .btn--default{
    margin-top:15px;
    margin-right:15px;
    color:#737373;
    background-color:transparent;
    border-color:#737373;
    font-size:16px;
    line-height:24px;
    vertical-align:middle
}
#contact{
    padding:80px 0
}
.contact--form{
    text-align:center
}
.contact--form-status .alert{
    padding:15px 30px;
    border-radius:50px
}
.contact--form label{
    font-weight:400
}
.contact--form .form-group{
    position:relative
}
.contact--form .form-control{
    margin-bottom:30px;
    border:0;
    box-shadow:none;
    border-radius:0;
    background-color:transparent;
    border-bottom:1px solid #e9e9e9;
    height:auto;
    padding:8px 0
}
.contact--form textarea.form-control{
    min-height:80px;
    resize:none
}
.contact--form .highlight{
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:2px;
    background-color:#00bcd4;
    -webkit-transition:width .55s ease-in-out,background-color .25s ease-in-out;
    transition:width .55s ease-in-out,background-color .25s ease-in-out
}
.contact--form input:focus+.highlight,.contact--form textarea:focus+.highlight,.contact--form input.error+.highlight,.contact--form textarea.error+.highlight{
    width:100%
}
.contact--form input.valid+.highlight,.contact--form textarea.valid+.highlight{
    background-color:#5cb85c
}
.contact--form .btn--default{
    min-width:100px;
    color:#303030;
    background-color:transparent;
    border-color:#303030
}
#map{
    position:relative;
    min-height:400px;
    z-index:0
}
#map:before{
    content:" ";
    position:absolute;
    top:0;
    left:0;
    display:none;
    width:100%;
    height:100%;
    z-index:1
}
.f0f--content h2{
    font-size:120px;
    line-height:148px
}
.f0f--search-bar{
    max-width:320px;
    margin:0 auto
}
.f0f--search-bar .input--text{
    position:relative
}
.f0f--search-bar .form-control{
    margin-top:40px;
    margin-bottom:40px;
    border:0;
    box-shadow:none;
    border-radius:0;
    color:#fff;
    background-color:transparent;
    border-bottom:1px solid #fff;
    height:auto;
    padding:8px 0
}
.f0f--search-bar .highlight{
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:2px;
    background-color:#00bcd4;
    -webkit-transition:width .55s ease-in-out,background-color .25s ease-in-out;
    transition:width .55s ease-in-out,background-color .25s ease-in-out
}
.f0f--search-bar input:focus+.highlight,.f0f--search-bar input.error+.highlight{
    width:100%
}
.f0f--search-bar input.valid+.highlight{
    background-color:#5cb85c
}
.f0f--search-bar .btn--default{
    background-color:transparent;
    min-width:120px;
    margin:10px 5px 0;
    vertical-align:middle
}
#footer{
    color:#fff
}
.footer--widgets{
    padding-top:50px
}
.footer--widget{
    padding-bottom:50px
}
.footer--widget h4{
    position:relative;
    margin:-5px 0 25px;
    padding-bottom:12px;
    font-size:24px;
    line-height:32px;
    font-weight:700
}
.footer--widget h4:before{
    content:" ";
    position:absolute;
    left:0;
    bottom:0;
    width:40px;
    height:2px;
    background-color:#00bcd4
}
.footer--widget ul{
    margin:0;
    padding:0;
    list-style:none
}
.footer--widget ul ul{
    padding-left:20px
}
.footer--widget ul li a{
    display:block;
    padding-bottom:10px;
    color:#fff;
    -webkit-transition:color .25s ease;
    transition:color .25s ease
}
.footer--widget ul li a:hover{
    color:#00bcd4
}
.fw--about a.more{
    color:#00bcd4;
    font-family:'Roboto',sans-serif;
    font-weight:700
}
.fw--about-social{
    margin-top:15px
}
.fw--about-social ul{
    position:relative;
    margin:0 -15px
}
.fw--about-social ul:before,.fw--about-social ul:after{
    content:" ";
    display:table
}
.fw--about-social ul:after{
    clear:both
}
.fw--about-social ul li{
    float:left
}
.fw--about-social ul li a{
    display:block;
    padding:0 15px
}
.fw--links ul{
    margin-top:-10px
}
.fw--links li a{
    padding-top:10px;
    border-bottom:1px dotted #fff
}
.fw--links li a:hover{
    border-color:#00bcd4
}
.footer--widget.fw--links li a{
    -webkit-transition:color .25s ease,border-color .25s ease;
    transition:color .25s ease,border-color .25s ease
}
.footer--copyright{
    padding:25px 0;
    background-color:#222;
    text-align:center
}
.footer--copyright a{
    color:#00bcd4;
    font-family:'Roboto',sans-serif
}
.reset-gutter{
    margin-left:0;
    margin-right:0
}
.reset-gutter>[class*='col-']{
    padding-left:0;
    padding-right:0
}
.reset-margin{
    margin-right:0;
    margin-left:0
}
.reset-padding{
    padding-right:0;
    padding-left:0
}
.vc-parent{
    width:100%;
    height:100%;
    display:table
}
.vc-child{
    display:table-cell;
    vertical-align:middle
}
.vc-child-bottom{
    display:table-cell;
    vertical-align:bottom
}
.col--center>div{
    float:none;
    display:table-cell;
    vertical-align:middle
}
.valor{
    margin-top:-114px;
    visibility:hidden
}
.heroico{
    width:35%
}
.cidades1{
    visibility:hidden
}
.cidades2{
    margin-top:-72px;
    visibility:hidden;
    z-index:999999
}
.g-recaptcha{
    padding-bottom:30px
}
.banco img{
    margin-top:10px
}
.bancoc img{
    margin-top:10px;
    margin-left:-8px
}
#pagdoc{
    visibility:visible;
    position:absolute;
    z-index:452
}
#pagdep{
    position:absolute;
    visibility:hidden;
    z-index:451
}
#pagpay{
    position:absolute;
    visibility:hidden;
    z-index:450
}
#pagbol{
    position:absolute;
    visibility:hidden;
    z-index:449
}
.sucesso{
    color:#00bcd4
}
#formcloud{
    position:absolute;
    visibility:hidden;
    z-index:999999999999
}
#sistema{
    position:relative;
    top:0;
    visibility:visible
}
;
#enviar{
    position:relative;
    visibility:hidden
}
#btn-enviar{
    display:none
}
#contratar{
    position:absolute;
    visibility:visible;
    z-index:999999999999999
}
.redes{
    margin-top:-20px
}
.pag{
    margin-top:-15px
}
.voltar{
    padding-bottom: 282px;
}
.msg{
    padding-top: 100px;
}
 #para{
     padding: 60px 0 60px;
}
 #para p{
     text-align: justify;
}
 #para h2 {
     position: relative;
     margin: 10px 0 14px;
     padding-bottom: 10px;
     text-transform: uppercase;
     color: #303030;
     font-size: 30px;
     line-height: 42px;
     font-weight: bold;
}
 #para h2:before {
     content: " ";
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     width: 60px;
     height: 2px;
     background-color: #00bcd4;
}
 .section--title h1 {
     position: relative;
     margin: -9px 0 20px;
     padding-bottom: 25px;
     color: #303030;
     font-size: 40px;
     line-height: 42px;
     font-weight: bold;
     text-transform: uppercase;
}
 .section--title h1:before {
     content: " ";
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     width: 60px;
     height: 2px;
     margin: 0 auto;
     background-color: #00bcd4;
}
