@import url(font-awesome/all.min.css);
@import url(font-awesome/font-awesome.min.css);
@import url("fonts/lato.min.css");

@font-face {
    font-family: 'aare';
    src: url(fonts/Easteria.otf);
}
@font-face {
    font-family: 'csms';
    src: url(fonts/Gaelle001.ttf.woff);
}
html,body {
    font-family: 'csms' !important;
    background:#FFF;
    font-size:100%;
}
.blackshadow{
    text-shadow: 2px 2px 2px black !important;
}
.blackshadowsmall{
    text-shadow: 1px 1px 1px black !important;
}
.whiteshadow{
    text-shadow: 2px 2px 2px white !important;
}
.dtr-title {
    display: inline-block !important;
    min-width: 75px !important;
    font-weight: bold !important;
    padding: 5px !important;
    background: #1493bf !important;
    color: white !important;
    text-align: center !important;
    border-radius: 5px !important;
}
.flashSuccess{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
    position: fixed;
    width: fit-content;
    background: white;
    z-index: 99999999;
    max-width: 100%;
    left: 0;
    right: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 15px;
    padding-bottom: 0;
    padding-top: 0;
    display: block;
    margin: 0 auto;
    color: black;
    z-index: 9999;
}
.flashError{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
    position: fixed;
    width: fit-content;
    background: red;
    z-index: 99999999;
    max-width: 100%;
    left: 0;
    right: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 15px;
    padding-bottom: 0;
    padding-top: 0;
    display: block;
    margin: 0 auto;
    color: white;
    z-index: 9999;
}
#flashmessage a{
    cursor: pointer;
    color: white;
    font-size: 1.5em;
    position: absolute;
    right: 20px;
    bottom: -15px;
    width: 30px;
    height: 30px;
    background: red;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    padding-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
}
.dataTables_wrapper{
    background: white !important;
    padding: 10px;
}
.dtfh-floatingparenthead table thead{
    background: #1493bf !important;
    color: white !important;
}
.dtfh-floatingparenthead table thead th:before, .dtfh-floatingparenthead table thead th:after{
    color: white !important;
    opacity: 1 !important;
}
table thead th:before, table thead th:after{
    opacity: 1 !important;
}
table th, table td{
    padding: 10px;
}
#satisfaction td{
    padding: 20px !important;
}
#satisfaction, #userTable{
    box-shadow: 0px 0px 15px -5px black !important;
    border-radius: 25px !important;
    background: white;
}
.leaflet-bottom leaflet-right{
    display: none !important;
}
.resp-user-label{
    color: black !important;
    display: none;
    padding: 5px;
    width: fit-content;
    border-bottom: 2px solid;
    margin: 0 auto;
    margin-bottom: 10px;
}
a.abtn{
    box-shadow: 0px 0px 15px -5px black !important;
    border-radius: 25px !important;
    padding: 20px;
    font-size: 16px;
    background: black;
    color: white;
}
table#userTable td, table#userTable th{
    padding: 15px;
    display: block !important;
}

table#userTable tr{
    display: inline flex;
    flex-direction: column;
}

table th.no-sort{
    pointer-events: none!important;
    cursor: default!important;
}

table th.no-sort::after, table th.no-sort::before {
    display: none!important;
}

table#userTable th{
    font-weight: bold;
}

table#userTable th:nth-child(even), table#userTable td:nth-child(even){
    background: rgba(135, 160, 179, .1);
}
@media (max-width: 600px){
    #userTable .thead{
        display: none !important;
    }
    .resp-user-label{
        display: block !important;
    }
}
button.close{
    color: black !important;
    box-shadow: none !important;
}
table#counters tbody tr td, table#satisfaction tbody tr td{
    display: inline-block !important;
    text-align: center !important;
}
.counter{
    font-size: 1.25em;
    padding: 10px;
    background: white;
    margin: 10px;
    color: #1493bf !important;
}

#livecounters, #livegraphs{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    flex-direction: row;
}

.goog-tooltip{
    left: 32px !important;
}

.goog-tooltip div{
    padding: 10px !important;
    border: none !important;
    border-radius: 12.5px !important;
    box-shadow: 0 0 15px -5px #000!important;
    background: white !important;
}

.aare-counter{
    width: fit-content;
    text-align: center;
    padding: 50px;
}

input.readonly, select.readonly, label.readonly{
    cursor: not-allowed !important;
    opacity: 50% !important;
    pointer-events: none !important;
    filter: blur(1px);
}

.live-clickable{
    cursor: pointer !important;
}

.tableChartHeaderRow, .hoverTableRow{
    background: red;
}

.aare-btn{
    border-bottom-left-radius: 50% 40%!important;
    border-bottom-right-radius: 50% 40%!important;
    border-top-left-radius: 50% 60%!important;
    border-top-right-radius: 50% 60%!important;
    font-size: 2.25em;
    height: 200px;
    padding: 10px;
    width: 160px;
    background: #1693bf!important;
    color: white !important;
    box-shadow: 0px 40px 30px -30px black;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.dt-button{
    padding: 10px;
    font-size: 12px;
    border-radius: 10px !important;
    margin: 0 5px 0 5px;
}

.dt-buttons{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 640px){
    .dt-buttons{
        display: block;
        margin: 10px auto 10px;
    }
}

.scrollToTop{
    border-bottom-left-radius: 50% 40%!important;
    border-bottom-right-radius: 50% 40%!important;
    border-top-left-radius: 50% 60%!important;
    border-top-right-radius: 50% 60%!important;
    background: white;
    color: #1693bf !important;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: fit-content !important;
    height: fit-content !important;
    font-size: 25px;
    padding: 10px;
    box-shadow: 0 0 15px -5px #000!important;
    cursor: pointer;
}

.sttadmin{
    bottom: 110px !important;
    z-index: 999 !important;
}

.scrollToTop span{
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.aare-btn-number-large{
    top: 50% !important;
    font-size: .6em !important;
}

.aare-btn-number-x-large{
    top: 50% !important;
    font-size: .5em !important;
}

.aare-btn-number-medium{
    top: 50% !important;
    font-size: .7em !important;
}

.aare-btn-number{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 45%;
    font-family: aare;
}

.liveInfoString{
    font-family: inherit !important;
}

.aare-btn-label{
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    color: white;
    font-family: 'aare';
}

/*.chartdiv text[fill="#000000"] {
    transform: translateX(-5px);
}*/

.chartdiv{
    padding: 0;
    box-shadow: 0 0 15px -5px #000!important;
    margin: 50px;
    border-radius: 25px;
    flex: auto;
    width: 500px;
    position: relative;
}

.parentChartDiv{
    margin: 0;
    padding: 0;
    position: relative;
}

.nodatamessage{
    bottom: 0;
    color: red;
    font-family: aare;
    font-size: 2em;
    height: fit-content;
    left: 0;
    padding: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: underline;
    top: 0;
    width: fit-content;
    display: none;
    margin: auto;
    z-index: 999;
    cursor: pointer;
}

.live-title{
    font-size: 3em;
    font-family: 'aare';
    color: black;
}

#liveproposal{
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    font-size: 1em;
    font-family: 'aare';
    color: black;
    text-align: center;
    margin-top: 9em;
}

#liveproposal a{
    text-decoration: underline;
    color: white;
}

.liveblink {
    animation: blink 1s infinite;
    -webkit-animation: blink 1s infinite;
    background: green;
    border-radius: 25px;
    float: right;
    height: 50px;
    margin-left: 10px;
    width: 40px;
    border-bottom-left-radius: 50% 40%!important;
    border-bottom-right-radius: 50% 40%!important;
    border-top-left-radius: 50% 60%!important;
    border-top-right-radius: 50% 60%!important;
}

.copyright img{
    width: 100px;
}

.copyright span{
    font-family: aare;
}

.copyright a{
    text-decoration: underline;
}

@keyframes blink {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.1;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes blink {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.1;
    }
    to {
        opacity: 1.0;
    }
}

.live-header{
    font-family: aare;
    font-size: 4em;
    position: fixed;
    width: fit-content;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9999;
    background: white;
    color: black;
    padding: 30px;
    box-shadow: 0 0 15px -5px #000!important;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin: 0 auto;
}

#liveloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background: url(../img/bg.jpg);
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    font-family: aare;
    font-size: 2em;
}

#liveloader img{
    width: 150px;
    margin-top: 50px;
}

.live-header-bg{
    min-height: 100vh;
}

td span.aare-user{
    border-bottom: 3px solid;
}

td span.aare-user.user-online{
    border-color: limegreen;
}

td span.aare-user.user-offline{
    border-color: orange;
}

td span.aare-user.user-non-verified{
    border-color: orangered;
}

.flashmessage{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: fit-content;
    height: fit-content;
    z-index: 999999;
    padding: 40px;
    font-size: 3em;
    font-family: 'aare';
    background: white;
    border-radius: 25px;
    box-shadow: 0 0 15px -5px #000!important;
    display: none;
    max-width: 60%;
}

.flashmessage #close span{
    color: white;
}

.flashmessage .info{
    padding: 0;
    margin: 0;
}

.flashmessage #close{
    background: red;
    border-bottom-left-radius: 50% 40%!important;
    border-bottom-right-radius: 50% 40%!important;
    border-top-left-radius: 50% 60%!important;
    border-top-right-radius: 50% 60%!important;
    color: #fff;
    font-size: .5em;
    height: 40px;
    padding: 7px;
    position: absolute;
    right: -7px;
    top: -15px;
    width: 30px;
    cursor: pointer;
}

@media (max-width: 768px){
    .aare-btn-number-medium {
        font-size: .8em!important;
        top: 50%!important;
    }
    .aare-btn-number-large {
        font-size: .7em!important;
        top: 50%!important;
    }
    .aare-btn-number-x-large {
        font-size: .55em!important;
        top: 50%!important;
    }
    .live-title {
        text-align: center;
    }
    .aare-counter{
        padding: 25px;
    }
    .live-title{
        font-size: 2em;
    }
    .aare-btn{
        width: 75px;
        height: 85px;
        font-size: 1em;
    }
    .aare-btn-label{
        font-size: 1em;
    }
    .live-header{
        font-size: 3em;
    }
    #liveproposal{
        margin: 7em auto 0;
    }
}

.delete{
    background: red;
    color: white !important;
    border: none;
    padding: 10px;
}
.modal-backdrop{
    background: rgba(0,0,0,0.85) !important;
}
.modal input:not([type='submit']){
    border-radius: 5px !important;
    border: 1px solid !important;
    padding: 5px !important;
}
button, input[type='submit']{
    background: black;
    color: white !important;
    border: none;
    padding: 8px;
}
body, html{
    background-image:url('../img/bg.jpg');
    background-size:cover;
    background-attachment: fixed;
}
.header-bg{
    background-color:rgba(176, 179, 112, 0);
    padding-bottom: 1em !important;
}
.header-top {
    padding-top: 2em;
}
.header {
    padding-top: 4em;
}
.head-logo a{
    color: #FFF;
    font-size: 3em;
    font-family: 'aare';
    text-decoration: none;
    font-weight: 600;
}
.head-logo{
    float:left;
}
.head-logo a:hover, .head-logo a:focus{
    text-decoration:none;
    color:#FFF;
    outline: none;
}
.top-nav {
    float: right;
    margin-top: .3em;
}
.top-nav a img {
    background: rgba(255, 255, 255, 0.21);
    padding: 8px;
}
.top-nav a:focus{
    outline: none !important;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none !important;
    border: none !important;
    outline: none !important;
    color: #98D361 !important;
}
.banner-info-left h2{
    font-size: 2.5em;
    margin: 6em 0 1em 0;
    color: #FFF;
    font-weight: 300;
    line-height: 1.5em;
}
.banner-info-left h2 span{
    font-weight: 600;
    color: #000;
}
.banner-info-left p{
    color: #FFF;
    font-size: 1em;
    margin: 0 0 3em 0;
    line-height: 1.8em;
}
.banner-button{
    float:left;
    width: 31.8%;
}
.banner-button a img{
    width:100%;
}
.green-button{
    float: right !important;
    margin:0 1em;
}
/*------------------ Slider Part starts Here----------*/
#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}
.extra-marker .svg-inline--fa, .extra-marker i{
    font-size: 7px !important;
    margin-top: 11px !important;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0,0,0,.25);
    box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}
.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}
.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}
.egg-btn{
    padding: 25px !important;
    font-size: 2em;
    width: 40px!important;
    height: 50px!important;
    padding: 10px;
    color: #1693bf !important;
    background: white !important;
    border-bottom-left-radius: 50% 40% !important;
    border-bottom-right-radius: 50% 40% !important;
    border-top-left-radius: 50% 60% !important;
    border-top-right-radius: 50% 60% !important;
}
.events {
    list-style: none;
}
.callbacks_container {
    position: relative;
}
.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}
table.dt{
    width: 100% !important;
}
.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}
.callbacks_nav {
    display: none !important;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 55px;
    background: transparent url("../img/themes.png") no-repeat left top;
    margin-top: -65px;
}
.callbacks_nav:active {
    opacity: 1.0;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
#slider3-pager a {
    display: inline-block;
}
#slider3-pager span{
    float: left;
}
#slider3-pager span{
    width:100px;
    height:15px;
    background:#fff;
    display:inline-block;
    border-radius:30em;
    opacity:0.6;
}
#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius:30em;
    opacity:1;
}
#slider3-pager a {
    padding: 0;
}
#slider3-pager li{
    display:inline-block;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li{
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    border: 0;
    height: auto;
    border-radius: 25px;
    border: 5px solid black;
    box-shadow: 0 0 15px -5px #000!important;
}

.masonry{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 25px;
    width: fit-content;
    margin: 0 auto;
}

.submasonry{
    margin: 0 auto !important;
}

.masonry-item{
    text-align: center;
    width: 100%;
    height: fit-content;
    margin: 0 auto;
}

.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 105%;
    z-index: 999;
    left: 0;
    padding: 0;
    margin: 0;
    display: none !important;
}
.slider-top{
    text-align: center;
    padding:10em 0;
}
.slider-top h1{
    font-weight:700;
    font-size:48px;
    color:#010101;
}
.slider-top p{
    font-weight:400;
    font-size:20px;
    padding:1em 7em;
    color:#010101;
}
.slider-top ul.social-slide{
    display:inline-flex;
    margin: 0px;
    padding: 0px;
}
ul.social-slide li i{
    width:70px;
    height:74px;
    background:url(../img/img-resources.png)no-repeat;
    display: inline-block;
    margin:0px 15px;
}
ul.social-slide li i.win{
    background-position:-6px 0px;
}
ul.social-slide li i.android{
    background-position:-110px 0px;
}
ul.social-slide li i.mac{
    background-position:-215px 0px;
}
.callbacks_tabs li{
    display: inline-block;
}
@media screen and (max-width: 600px) {
    .callbacks_nav {
        top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
    visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size:0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height:16px;
    width:16px;
    display:inline-block;
    border:2px solid #FFF;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
}
.callbacks_here a:after{
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
}
/*-- Slider part Ends Here --*/
/*-- banner-bottom --*/
.banner-bottom{
    padding: 5em 0;
}
.banner-text {
    text-align: center;
}
.banner-text h3{
    color: #98D361;
    font-size: 3em;
    font-weight: 400;
    font-family: 'aare';
    margin: 0;
}
.banner-text p{
    color: #A0A0A0;
    font-size: 1.2em;
    margin: 2em auto 0 auto;
    width: 72%;
    line-height: 1.8em;
}
.banner-bottom-grids{
    margin: 6em 0 0 0;
}
.banner-bottom-grid{
    text-align:center;
}
.banner-bottom-grid h4{
    color: #747474;
    margin: 2em 0 1em 0;
    font-size: 1.6em;
}
.banner-bottom-grid p{
    color: #A0A0A0;
    font-size: 1em;
    margin: 0 auto;
    width: 80%;
    line-height: 1.8em;
}
.services-icon {
    background: #98D361;
    width: 120px;
    height: 120px;
    line-height: 10em;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-th-large {
    font-size: 2.5em;
    color: #FFFFFF;
}
.red h4{
    color:#747474;
}
.green h4{
    color:#747474;
}
ul.callbacks_tabs.callbacks2_tabs a:after{
    border:2px solid #505b6f;
}
ul.callbacks_tabs.callbacks2_tabs .callbacks_here a:after{
    background: #505b6f;
    left:10%;
}
ul.callbacks_tabs.callbacks2_tabs {
    left: 82%;
    top: 102%;
}
/*-- about --*/
.about{
    padding: 5em 0;
    text-align: center;
    background: #F5F5F5;
}
.about-info h3{
    color: #98D361;
    font-size: 3em;
    font-weight: 400;
    font-family: 'aare';
    margin: 0;
}
.about-info p.caption {
    color: #A0A0A0;
    font-size: 1.2em;
    margin: 2em auto 0 auto;
    width: 72%;
    line-height: 1.8em;
}
.about-info p.a-text{
    color: #A0A0A0;
    font-size: 1em;
    margin: 2em auto 0;
    width: 80%;
    line-height: 1.8em;
}
/*-- features --*/
.features {
    padding: 3em 0 6em 0 !important;
}
.features-info {
    text-align: center;
}
.features-info h3 {
    color: #98D361;
    font-size: 3em;
    font-weight: 400;
    font-family: 'aare';
    margin: 0;
}
.features-info p {
    color: #A0A0A0;
    font-size: 1.2em !important;
    margin: 2em auto 0 auto;
    width: 72%;
    line-height: 1.8em !important;
}
.features-right{
    margin-top: 13em;
}
.features-right h4{
    color: #747474;
    font-size: 2em;
    margin: 0;
}
.features-right-grids {
    margin-top: 4em;
}
.features-right-grid {
    margin-top: 4em;
}
.features-device{
    text-align:right;
}
.design-left{
    float:left;
    background: url(../img/s.png) no-repeat 0px 0px;
    width: 50px;
    height: 50px;
}
.easy{
    background: url(../img/s.png) no-repeat 0px -50px;
}
.developer{
    background: url(../img/s.png) no-repeat 0px -100px;
}
.fully{
    background: url(../img/s.png) no-repeat 0px -150px;
}
.design-left img{
    width:100%;
}
.design-right{
    float:left;
    margin-left: 3em;
}
.design-right h5{
    margin: 0;
    font-size: 1.6em;
    color: #98D361;
}
.design-right p{
    font-size: 1em !important;
    margin: 0;
    color: #A0A0A0;
}
/*-- plans --*/
.plans{
    background: #F5F5F5;
    padding: 5em 0;
    text-align: center;
}
.plans h3{
    color: #98D361;
    font-size: 3em;
    font-weight: 400;
    font-family: 'aare';
    margin: 0;
}
.plans p{
    color: #A0A0A0;
    font-size: 1.2em;
    margin: 2em auto 0 auto;
    width: 72%;
    line-height: 1.8em;
}
.plans-grids {
    padding: 9em 0 0 0;
}
.plan-text {
    width: 43%;
    z-index: 999;
    margin: 0 auto;
    background: #98D361;
    text-align: center;
    padding: 1em 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 3px 4px 0px #669D34;
    position: absolute;
    top: -57px;
    left: 69px;
}
.plan-text a{
    color:#FFF;
    font-size:20px;
}
.plan-text a:hover{
    color:#FFF;
    text-decoration:none;
}
.plan-text span{
    font-size: 55px;
    font-weight: 300;
}
.plan-text p{
    color: #FFF;
    font-size: 14px;
    margin: -17px 0 0 18px;
    width: 100%;
}
.plans-grid{
    float: left;
    width: 22.54%;
    margin: 0 1em;
    position: relative;
}
.plans-grid:hover {
    transform: scale(1.05);
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.plans-grid-head{
    background: #98d361;
    padding: 4em 0 2em 0;
    text-align: center;
}
.plans-grid h4{
    color: #FFF;
    font-size: 36px;
    margin: 0;
    font-weight: 300;
}
.plans-grid-bottom{
    background:#FFF;
    box-shadow: 0px 0 7px #9F9C9C;
}
.plans-grid-bottom  span{
    color: #FFF;
    font-size: 12px;
    text-align: center;
    margin: 0;
}
.plans-grid-bottom p{
    color: #A0A0A0;
    font-size: 1.3em;
    text-align: center;
    border-bottom: 1px solid #DFDFDF;
    margin: 0;
    padding: .8em 0;
    width: 100%;
    background: #FFF;
}
.plan-button{
    text-align:center;
    padding: 3em 0;
}
.plan-button a {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    padding: .5em 1.5em;
    background: #98D361;
    box-shadow: 0px 2px 0px #558825;
    text-transform: uppercase;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
}
.plans-grid:hover div.plan-text {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.plans-grid:hover div.plans-grid-head {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.plans-grid:hover div.plans-grid-bottom span {
    color: #FFF;
}
.plans-grid:hover div.plan-button a {
    text-decoration:none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
/*-- footer --*/
.footer{
    padding: 1em 0 1em 0 !important;
}
.footer-info{
    text-align:center;
}
.footer-info h3{
    color: #FFF;
    font-size: 28px;
    font-weight: 800;
    margin: .5em 0;
}
.footer-info p{
    color: #FFF;
    font-size: 1.3em;
    margin: 0;
}
.footer-info form {
    margin: 3em 0 0 12em;
}
.footer-info input[type="text"] {
    width: 65%;
    color: #FFF;
    font-weight: 400;
    background: none;
    outline: none;
    font-size: 18px;
    padding: 1em 2em;
    margin: 0;
    border: solid 1px #FFF;
    -webkit-appearance: none;
    float: left;
}
.footer-info input[type="submit"] {
    border: none;
    outline: none;
    color: #A0A0A0;
    padding: .73em 2em;
    font-size: 1.6em;
    margin: 0;
    -webkit-appearance: none;
    background: #FFF;
    float: left;
}
.footer-info input[type="submit"]:hover {
    background: rgba(255, 255, 255, 0.7);
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.copyright {
    margin: 3em 0 0 0;
}
.copyright p{
    text-align: center;
    font-size: 1em;
    color: #FFF;
}
.copyright p a{
    color: #FFF;
}
.copyright p a:hover{
    text-decoration:underline;
    color:#FFF;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
/*-- mail --*/
.mail {
    padding: 5em 0;
}
.mail-info{
    text-align:center;
}
.mail-info h3 {
    color: #98D361;
    font-size: 3em;
    font-weight: 400;
    font-family: 'aare';
    margin: 0;
}
.mail-info p {
    color: #A0A0A0;
    font-size: 1.2em;
    margin: 2em auto 0 auto;
    width: 72%;
    line-height: 1.8em;
}
.mail-grids {
    margin-top: 4em;
}
.map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}
.mail-grid-left h3 {
    color: #98D361;
    font-size: 2em;
    margin: 0;
}
.mail-grid-left h5 {
    color: #A0A0A0;
    font-size: 1em;
    margin: 1em 0;
    line-height: 1.8em;
}
.mail-grid-left h4 {
    color: #848484;
    font-size: 1.3em;
    margin: 0;
}
.mail-grid-left p {
    color: #A0A0A0;
    font-size: 14px;
    margin: 1em 0;
    line-height: 1.8em;
}
.mail-grid-left p a {
    color: #A0A0A0;
}
.mail-grid-left h5 span {
    display: block;
}
.mail-grid-left p span {
    display: block;
}
.contact-text input[type="text"] {
    width: 100%;
    color: #A0A0A0;
    background: none;
    outline: none;
    font-size: 1em;
    padding: 1em;
    margin-bottom: 1em;
    border: solid 1px #A0A0A0;
    -webkit-appearance: none;
}

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input{
    border-radius: 12.5px !important;
    background: none !important;
    background-color: #1493bf !important;
    color: white !important;
    border-color: #1493bf !important;
    border: 1px solid #1493bf !important;
}

table#counters td.counter{
    border-radius: 12.5px;
    box-shadow: 0 0 15px -5px #000!important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_paginate .paging_simple_numbers .dataTables_paginate a.paginate_button.current:hover{
    border-radius: 12.5px !important;
    background: none !important;
    background-color: white !important;
}

.dtfh-floatingparent{
    box-shadow: 0px 0px 15px -5px black !important;
    border-bottom-left-radius: 12.5px !important;
    border-bottom-right-radius: 12.5px !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button:hover{
    border-radius: 12.5px !important;
    background: none !important;
    background-color: black !important;
}

.paginate_button.disabled, .paginate_button.current{
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.paginate_button.disabled{
    opacity: 50% !important;
}

.dataTables_wrapper .dataTables_info{
    font-style: italic !important;
}

.contact-text textarea {
    resize: none;
    width: 100%;
    color: #A0A0A0;
    font-size: 1em;
    outline: none;
    background: none;
    padding: 1em;
    border: solid 1px #A0A0A0;
    min-height: 150px;
    -webkit-appearance: none;
    ;
}
.contact-text input[type="submit"] {
    border: none;
    outline: none;
    color: #FFF;
    padding: 1em 2em;
    font-family: 'Lato';
    font-size: 1em;
    font-weight: 600;
    margin: 0.5em 0 0 0;
    -webkit-appearance: none;
    background: #98D361;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
}
.contact-text input[type="submit"]:hover {
    background: #E4E4E4;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 14px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 24px;
    height: 24px;
    border: none;
    text-indent: 100%;
    background: url("../img/up-arrow.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
@media (max-width:900px){
    table#counters tbody tr td:first-child{
        width: 100%!important;
        font-weight: bold;
        font-size: 3em !important;
    }
}
.admintableborder{
    border-bottom: 2px solid white;
    margin-bottom: 15px;
}
/*-- responsive starts here --*/
@media (max-width:1080px){
    .style{
        margin: 50px;
    }
    .masonry, #styleblock{
        display: block !important;
        width: auto !important;
        max-width: fit-content !important;
        padding-left: 50px;
        padding-right: 50px;
    }
    .masonry-item{
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .mobile-device img{
        height: 375px !important;
        width: auto !important;
    }
    #topspace{
        height: 55px !important;
    }
    #subscribe{
        display: grid !important;
        justify-items: center !important;
    }
    .banner-button {
        width: 30.8%;
    }
    .banner-button a {
        width: 165px;
        background-size: 100%;
    }
    .green-button a {
        background-size: 100%;
    }
    .blue-button a {
        background-size: 100%;
    }
    .banner-bottom-grid p {
        width: 100%;
    }
    .features-right {
        padding-left: 3em !important;
    }
    ul.callbacks_tabs.callbacks2_tabs {
        left: 34%;
    }
    .footer-info form {
        margin: 3em 0 0 9em;
    }
    .banner-button a:hover{
        background-size: 100%;
    }
    .design-right {
        margin-left: 2em;
    }
    .plans-grid {
        width: 21.54%;
    }
    .plan-text {
        width: 56%;
        top: -63px;
        left: 44px;
    }
}
@media (max-width:991px){
    .header {
        padding-top: 2em;
    }
    .banner-info-left {
        float:left;
    }
    .banner-info-left h2 {
        font-size: 2em;
        margin: 2em 0 1em 0;
    }
    .banner-button a {
        width: 129px;
    }
    .slid {
        float: left;
        width: 40%;
    }
    .banner-bottom {
        padding: 3em 0;
    }
    .banner-bottom-grids {
        margin: 2em 0 0 0;
    }
    .banner-bottom-grid p {
        width: 62%;
        margin-bottom: 2em;
    }
    .banner-bottom-grid h4 {
        margin: 1em 0 0.5em 0;
    }
    .features-right h4 {
        font-size: 30px;
    }
    .design-right {
        margin-left: 2em;
        width: 77%;
    }
    .features-right {
        padding-left: 2em !important;
        float: left;
        width: 60%;
    }
    .features-right {
        margin-top: 6em;
    }
    .features-right-grid {
        margin-top: 2em;
    }
    .footer {
        padding: 9em 0 0 0;
    }
    ul.callbacks_tabs.callbacks2_tabs {
        left: 80%;
    }
    .plans-grid {
        width: 46%;
        margin: 0 1em 5.5em;
    }
    .plan-text {
        width: 34%;
        left: 107px;
    }
    .mail-grids {
        margin-top: 3em;
    }
    .contact-text {
        padding: 2em 0 0 0;
    }
    .footer-info input[type="text"] {
        padding: .96em 2em;
    }
    .footer-info form {
        margin: 3em 0 0 4em;
    }
}
@media (max-width:640px){
    .banner-info-left h2 {
        margin: 4em 0 2em 0;
    }
    .slid {
        width: 33%;
    }
    .banner-button {
        width: 29.8%;
    }
    .banner-button a {
        width: 117px;
    }
    .banner-bottom {
        padding: 1em 0;
    }
    .banner-text p {
        margin: 1em auto 0 auto;
    }
    .slid {
        width: 33%;
    }
    .features-right {
        width: 65%;
    }
    .features-right h4 {
        font-size: 20px;
    }
    .features-right-grids {
        margin-top: 2em;
    }
    .features-right-grid {
        margin-top: 1em;
    }
    .footer {
        padding: 5em 0 0 0;
    }
    .footer-info p {
        font-size: 22px;
    }
    .footer-info form {
        margin: 3em 0 0 4em;
    }
    .footer-info input[type="text"] {
        padding: .7em 0 .5em 2em;
    }
    .footer-info input[type="submit"] {
        padding: .67em 1em;
        font-size: 18px;
    }
    .copyright {
        margin: 3em 0 1em 0;
    }
    .design-right h5 {
        font-size: 1.4em;
    }
    ul.callbacks_tabs.callbacks2_tabs {
        left: 61%;
    }
    .plans-grid {
        width: 45.28%;
        margin: 0 1em 4.5em;
    }
    .plan-text {
        width: 43%;
        left: 80px;
        top: -62px;
    }
    .mail {
        padding: 3em 0;
    }
    .mail-info p {
        width: 80%;
    }
}
table thead{
    background: white !important;
}
@media (max-width:1075px){
    #controles{
        display: flex;
        flex-flow: column;
    }
}

@media (max-width:800px){
    .aare-intro, .aare-preview{
        width: 100% !important;
        text-align: center !important;
    }
}

@media (max-width:480px){
    /*table thead{
        display: none !important;
    }
    table td{
        display: inline-block !important;
    }*/
    .head-logo a img {
        width: 75%;
    }
    .press a {
        font-size: 22px;
    }
    .banner-info-left h2 {
        margin: 2em 0 2em 0;
    }
    .banner-info-left {
        width: 100%;
        float: none;
    }
    .banner-button {
        width: 30.8%;
    }
    .banner-button a {
        width: 128px;
        height: 45px;
    }
    .slid {
        width: 100%;
        float: left;
        margin: 0 auto;
    }
    .mobile-device {
        margin: 2em auto 0 auto;
        width: 100%;
    }
    .mobile-device img{
        width: 100%;
    }
    .callbacks_tabs a:after {
        height: 13px;
        width: 13px;
    }
    .header-bg {
        padding-bottom: 5em;
    }
    .banner-bottom-grid h4 {
        font-size: 23px;
    }
    .banner-bottom-grid p {
        font-size: 14px;
    }
    .features {
        padding-bottom: 4em;
    }
    .features-right {
        width: 100%;
    }
    .features-right h4 {
        font-size: 22px;
    }
    .features-right-grid {
        margin-top: 2em;
    }
    .design-right p {
        font-size: 14px;
    }
    .footer {
        padding: 4em 0 0 0;
    }
    .footer-info h3 {
        font-size: 23px;
    }
    .footer-info p {
        font-size: 20px;
    }
    .footer-info form {
        margin: 3em 0 0 3em;
    }
    .footer-info input[type="submit"] {
        padding: .73em 1em;
        font-size: 17px;
    }
    .about {
        padding: 3em 0;
    }
    .features-right {
        margin-top: 4em;
    }
    .banner-info-left {
        width: 100% !important;
        float: left !important;
        margin-top: 2em;
    }
    .slid {
        width: 100% !important;
        float: left !important;
        margin: 0 auto !important;
    }
    .banner-text p {
        width: 90%;
    }
    .banner-text h3 {
        font-size: 2.5em;
    }
    .about-info h3 {
        font-size: 2.6em;
    }
    .about-info p.caption {
        width: 90%;
    }
    .about-info p.a-text {
        width: 90%;
    }
    .features-info h3 {
        font-size: 2.6em;
    }
    .features-info p {
        width: 90%;
    }
    .plans {
        padding: 3em 0;
    }
    .plans h3 {
        font-size: 2.6em;
    }
    .plans p {
        width: 90%;
    }
    .plans-grid {
        width: 43.53%;
    }
    .plan-text {
        width: 44%;
        left: 56px;
        top: -40px;
    }
    .plans p {
        font-size: 14px;
    }
    .plan-text span {
        font-size: 35px;
    }
    .plans-grids {
        padding: 7em 0 0 0;
    }
    .mail-info p {
        width: 90%;
    }
    .mail-info h3 {
        font-size: 2.6em;
    }
}
@media (max-width:320px){
    .head-logo {
        width: 50%;
    }
    .head-logo a img {
        width: 80%;
    }
    .press a {
        font-size: 18px;
    }
    .banner-info-left h2 {
        margin: 2em 0 1em 0;
    }
    .banner-button {
        width: 100%;
    }
    .banner-button a {
        width: 132px;
        height: 47px;
    }
    .green-button {
        margin: 1em 0;
    }
    .banner-button a {
        width: 132px;
        height: 47px;
        margin: 0 auto;
    }
    .mobile-device {
        margin: 2em auto 0 auto;
        width: 100%;
    }
    .mobile-device img{
        width: 100%;
    }
    .banner-text h3 {
        font-size: 2em;
    }
    .banner-bottom-grid p {
        width: 100%;
    }
    .banner-bottom-grid img {
        width: 20%;
    }
    .features-right {
        width: 100%;
        padding: 0 !important;
    }
    .design-right h5 {
        font-size: 17px;
    }
    .design-left {
        float: none;
        margin: 0 auto;
    }
    .design-right {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .footer-info h3 {
        font-size: 18px;
    }
    .footer-info p {
        font-size: 16px;
    }
    .footer-info input[type="text"] {
        width: 100%;
    }
    .footer-info form {
        margin: 3em 0 0 0;
    }
    .footer-info input[type="text"] {
        padding: .5em 0 .5em 1em;
    }
    .footer-info input[type="submit"] {
        font-size: 15px;
    }
    .footer-info input[type="submit"] {
        margin: 1em 0;
        float: none;
    }
    .copyright {
        margin: 1em 0 1em 0;
    }
    .header-top {
        padding-top: 1em;
    }
    .banner-info-left p {
        font-size: .9em;
    }
    .banner-button a img {
        width: 56%;
    }
    .header-bg {
        padding-bottom: 1em;
    }
    .head-logo a {
        font-size: 2em;
    }
    .top-nav a img {
        width: 85%;
    }
    .banner-text p {
        width: 100%;
        font-size: 1em;
    }
    .services-icon {
        width: 100px;
        height: 100px;
        line-height: 9em;
    }
    .banner-bottom-grid h4 {
        font-size: 1.5em;
    }
    .about {
        padding: 2em 0;
    }
    .about-info p.caption {
        width: 100%;
    }
    .about-info p.caption {
        width: 100%;
        font-size: 1em;
        margin: 1em auto 0 auto;
    }
    .about-info p.a-text {
        width: 100%;
        font-size: .9em;
    }
    .features {
        padding: 2em 0 6em 0 !important;
    }
    .about-info h3 {
        font-size: 2em;
    }
    .features-info p {
        width: 100%;
        font-size: 1em !important;
    }
    .plans {
        padding: 2em 0;
    }
    .plans h3 {
        font-size: 2em;
    }
    .plans p {
        width: 100%;
        font-size: 1em !important;
    }
    .plans-grids {
        padding: 3em 0 0 0;
    }
    .plans-grid {
        width: 44.85%;
        margin: 0 .5em 4em;
    }
    .plan-text {
        width: 68%;
        left: 20px;
    }
    .plan-text span {
        font-size: 36px;
    }
    .plans-grid h4 {
        font-size: 22px;
    }
    .plan-button {
        padding: 1em 0;
    }
    .plan-button a {
        padding: .3em 0.5em;
        font-size: 14px;
    }
    .plan-text p {
        margin: -17px 0 0 9px;
    }
    .mail {
        padding: 2em 0;
    }
    .mail-info h3 {
        font-size: 2em;
    }
    .mail-info p {
        width: 100%;
        font-size: 1em;
    }
    .mail-grids {
        margin-top: 2em;
    }
    .mail-grid-left h5 {
        font-size: .9em;
    }
    .contact-text input[type="text"] {
        font-size: .8em;
    }
    .contact-text textarea {
        font-size: .9em;
    }
    .footer {
        padding: 2em 0 0 0;
    }
    .footer-info h3 {
        font-size: 16px;
    }
    .footer-info p {
        font-size: .9em;
    }
    .features-info h3 {
        font-size: 2em;
    }
}