html, body {
    height: 100%;
    font-size: .95em;
}
a {
    color: #00c202;
}
a.dark {
    display: inline-block;
    background: #000;
    padding: 0;
}
a.dark img {
    display: block;
    transition: all 0.5s ease-out;
}
a.dark:hover img {
    opacity: 0.5;
}
a i, button i {
    color: #fff;
}
a i.tiny {
    font-size: 1.5em !important;
}
a i.i-menu {
    margin: 0;
    height: 30px;
    line-height: 30px;
}
h6 {
    color: #777;
    font-size: 1.1em;
    font-weight: bold;
}
hr {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
}
i {
    color: #00c202;
}
img.list-bullet-big {
    padding: 0;
    margin-left: 0;
}
ol.list {
    padding: 0 0 0 20px;
}
ul.list li, ol.list li {
    padding: 4px 0 4px 10px;
}
ul.list li ul li {
    font-size: .92em;
    padding: 4px 22px;
}
ul.section {
    margin: 0;
}
.font-m {
    font-size: 13px;
}
.font-s {
    font-size: 12px;
}
.justify {
    text-align: justify;
}
.separator {
    height: 30px;
}
.separator-mini {
    height: 15px;
}
.no-top {
    margin-top: 0;
    padding-top: 0;
}
.no-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
.slider-full .slides li .caption {
    top: auto;
    bottom: 0%;
    padding: 10px 20px;
    background: rgba(0,0,0,.3);    
}
.slider-full .slides li .caption h6, .slider-mini .slides li .caption h6 {
    color: #fff;
    font-weight: normal;
}
.slider-mini .slides li .caption {
    top: auto;
    bottom: 0%;
    padding: 10px 20px;
    background: rgba(0,0,0,.3);
}
.slider-mini .slides li .caption.right-align {
    top: auto;
    right: 0%;
    left: auto;
}
.slider-mini .slides li .caption.left-align {
    top: auto;
    left: 0%;
    right: auto;
}
.no-header {
    height: 150px;
    background: linear-gradient(#000, #999);
}
.parallax {
    z-index: 0;
}
.parallax-header {
    height: 250px;
}
.parallax img {
    width: 100%;
}
.parallax-header img {
    opacity: .75;
}
.section-div {
    margin: 20px 0;
}
.section-title {
    padding: 0 0 5px 10px !important;
}
.section-subtitle {
    padding: 0 0 0 10px !important;
}
.section-cont {
    padding: 0 0 30px 10px;
}
.section-gallery {
    margin: 20px 0 10px;
    text-align: center
}
.table-of-contents a {
    padding-left: 21px;
}
.table-of-contents a.active {
    border-left: 3px solid #f44336;
}
.table-of-contents a:hover {
    border-left: 2px solid #f44336;
}
.pinned {
    width: 12.5%;
}
.list-bullet {
    float: left;
    width: 15px;
    padding: 3px 0 0;
}
.list-bullet-big {
    float: left;
    width: 24px;
    padding: 0;
    color: #999;
}
.list-bullet-biggger {
    float: left;
    width: 30px;
    padding: 0;
    color: #999;
}
.list-item {
    margin: 0;
    padding: 0;
    margin-left: 22px;
    display: block;
}
.list-item-big {
    margin: 0;
    padding: 0;
    margin-left: 30px;
    display: block;
}
.list-item-bigger {
    margin: 0;
    padding: 2px 0 0;
    margin-left: 38px;
    display: block;
    font-size: 17px;
}
.list-item-small {
    margin: 0;
    padding: 0;
    margin-left: 34px;
    display: block;
}
.card {
    max-width: 75%;
    margin: auto;
    margin-top: 10px;
}
.card .card-image .card-title {
    font-size: 20px;
    padding: 15px;
}
.brand {
    color: #00c202;
}
[type="checkbox"] + label::before, [type="checkbox"]:not(.filled-in) + label::after {
    border: 2px solid #00c202;
}
.dropdown-content li > a, .dropdown-content li > span {
    color: #00c202;
}
input:focus:not([type]):not([readonly]) + label, input[type="text"]:focus:not([readonly]) + label, input[type="password"]:focus:not([readonly]) + label, input[type="email"]:focus:not([readonly]) + label, input[type="url"]:focus:not([readonly]) + label, input[type="time"]:focus:not([readonly]) + label, input[type="date"]:focus:not([readonly]) + label, input[type="datetime"]:focus:not([readonly]) + label, input[type="datetime-local"]:focus:not([readonly]) + label, input[type="tel"]:focus:not([readonly]) + label, input[type="number"]:focus:not([readonly]) + label, input[type="search"]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #00c202;
}
[type="checkbox"]:checked + label::before {
    border-color: transparent #00c202 #00c202 transparent;
}
input:focus:not([type]):not([readonly]), input[type="text"]:focus:not([readonly]), input[type="password"]:focus:not([readonly]), input[type="email"]:focus:not([readonly]), input[type="url"]:focus:not([readonly]), input[type="time"]:focus:not([readonly]), input[type="date"]:focus:not([readonly]), input[type="datetime"]:focus:not([readonly]), input[type="datetime-local"]:focus:not([readonly]), input[type="tel"]:focus:not([readonly]), input[type="number"]:focus:not([readonly]), input[type="search"]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #00c202;
    box-shadow: 0 1px 0 0 #00c202;
}
.input-field {
    margin-top: .7rem
}
.day-text {
    width: 28px;
    text-align: right;
    display: inline-block;
}
.select-wrapper {
    height: 3.5rem;
}
.btn-large {
    background-color: #30ab47;
}
.btn-large:hover, .btn-large:focus {
    background-color: #00c202;
}
.ajaxLoader {
    margin: 8px 15px;
}
.ajaxLoaderModal {
    margin: 5px 15px;
    height: 30px !important;
    width: 30px !important;
}

/*  TOP MENU  */
nav li a {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 10px;
}
nav li.drop-area a {
    height: 74px;
}
nav li a.active {
    color: #00c202;
    background: rgba(0,0,0,.6);
}
nav li a:hover {
    color: #00c202;
    background: rgba(0,0,0,.3);
}
nav li a:hover i {
    color: #00c202;
}
nav .button-collapse {
    float: none;
}
i.tiny {
    font-size: .9em !important;
    margin-left: 5px;
}
ul.drop-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 75px;
    height: 60px;
    list-style: none;
    background: rgba(0,0,0,.6);
    padding: 0;
}
ul.drop-menu li {
    margin: auto;
}
ul.drop-menu li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 12px;
    cursor: pointer;
    transition: background-color .2s ease 0s;
    text-decoration: none;
}
ul.drop-menu li:hover {
    background: rgba(0,0,0,.3);
    color: #fff;
}
#top-div {
    width: 100%;
    position: absolute;
    z-index: 10;
    background: rgba(0,0,0,.75);
}
#top-logo img {
    width: 95%;
}
#top-menu {
    margin-right: 0;
    padding-right: 0;
    padding-top: 45px;
}
.side-nav {
    background: rgba(0,0,0,.8);
}
.side-nav a {
    height: 50px;
}
.side-nav li a {
    color: #fff;
    font-size: .8em;
}

/*  SIDE MENU  */
ul.sub-menu {
    padding-left: 10px;
}
ul.sub-menu li {
}
ul.sub-menu li a {
    font-size: .75em;
    line-height: 40px;
    height: 40px;
}

/*  CONTENT  */
#content-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -150px;
}
#content-mid {
    background: #fff;
    padding: 30px 0 10px;
}
#cmid-inner {
    padding: 0;
}
#cmid-title {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 0 15px;
    border-bottom: 1px solid #00c202;
}
.cmid-item {
    background: #f0f0f0;
    background: linear-gradient(#f5f5f5, #e0e0e0);
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px;
}
.cmid-item h6 {
    color: #000;
    margin: 0;
    font-weight: normal;
    padding: 15px 0 8px 0;
}
.cmid-item p {
    color: #888;
    margin: 0;
    padding: 0;
}
.cmid-item:hover {
    background: #000;
    transition: background .4s ease;
}
.cmid-item:hover h6 {
    color: #00c202;
}
.cmid-item:hover p {
    color: #fff;
}

/*  CLIENTS  */
.cli-opinion {
    text-align: justify;
    font-size: .9em;
    margin: 0 0 40px;
    padding: 0 5px 0 0;
}
.cli-aut {
    display: block;
    margin: 0 5px 0;
    font-style: italic;
    text-align: right;
}
.cli-item {
    position: relative;
    min-height: 70px;
    text-align: center;
    margin-bottom: 25px;
}
.client {
    max-width: 80% !important;
    max-height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*  CONTACT  */
#contact-form form {
    margin-bottom: 20px;
}

/*  FOOTER  */
#footer, #push {
    height: 150px;
}
#footer, #contact {
    margin: 0;
    background: #000;
}
#contact {
    padding: 0 0 20px;
}
#contact-top {
    text-align: center;
    padding: 40px 0 0;
    background: url('../image/at.png') no-repeat;
    background-position: 80% 25px;
}
#cctop-inner {
    border-bottom: 1px solid #00c202;
    padding: 0 0 50px;
}
#cctop-inner h5 {
    color: #00c202;
}
#btn-cot {
    margin-top: 20px;
}
#footer-bottom {
    color: #fff;
    font-size: 10px;
    padding: 20px 0;
}
#footer-bottom a {
    color: #fff;
    display: block;
}
#footer-bottom a:hover {
    text-decoration: underline;
}
#bottom-logo img {
    width: 100%;
}
.r-item {
    margin-bottom: 15px;
}

#develop {
    padding-top: 10px;
    text-align: center
}
#develop a {
    color: #fff;
    font-size: 10px;
}

/*  BACK-TO-TOP  */
#back-to-top {
    bottom: 10px;
    right: 10px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility .5s 0s;
}
#back-to-top:hover {
    opacity: 1 !important;
}
#back-to-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
#back-to-top.cd-fade-out {
    opacity: .5;
}

/*  MEDIA  */
@media only screen and (min-width: 1025px) {
    #content-wrapper { margin: 0 auto -150px }
    #footer, #push { height: 150px }
    #top-logo img { padding-top: 20px }
    .slides { height: 500px }
    .cmid-item { min-height: 160px }
}
@media only screen and (min-width: 993px) and (max-width: 1024px) {
    #content-wrapper { margin: 0 auto -200px }
    #footer, #push { height: 200px }
    #top-logo img { padding-top: 20px }
    .cmid-item { min-height: 190px }
    .parallax-header { height: 200px }
    .parallax-content { height: 250px }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
    #top-logo { margin-left: 50px }
    #top-logo img { padding-top: 20px }
    .cmid-item { min-height: 120px }
    .parallax-header { height: 200px }
    .parallax-content { height: 250px }
    .slider-full .slides li .caption h6, .slider-mini .slides li .caption h6 { font-size: 11px }
    .bx-wrapper .bx-caption { font-size: 11px }
    #content-wrapper { margin: 0 auto -200px }
    #footer, #push { height: 200px }
}
@media only screen and (max-width: 600px) {
    #top-logo { margin-left: 50px }
    #top-logo img { padding-top: 10px }
    .cmid-item { min-height: 120px }
    .parallax-header { height: 120px }
    .parallax-content { height: 150px }
    .slider-full .slides li .caption h6, .slider-mini .slides li .caption h6 { font-size: 11px }
    .bx-wrapper .bx-caption { font-size: 11px }
    #content-wrapper { margin: 0 auto -220px }
    #footer, #push { height: 220px }
}