/*-- colors: #10f110 - * #00ff00 - #257125 * - #41ac2e --*/

/*--
BASIC SETUP
--*/

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #555;
    font-family: 'lato','Arial', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*--
REUSABLE COMPONENTS
--*/

.row {
    max-width: 1200px;
    margin: 0 auto;
}

section { padding: 90px 0 20px 0; }

.box { padding: 1%; }

/*--
HEADINGS
--*/

h1,
h2,
h3 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 4px;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
}

h2 {
    color: #000000;
    font-size: 180%;
    text-align: center;
    margin-bottom: 30px;
}

h3 {
    font-size: 140%;
    margin-bottom: 15px;
    color: #000000;
    text-align: center;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #00ff00;
    content: " ";
    width: 200px;
    margin: 30px auto;
}

h3:after {
    display: block;
    height: 2px;
    background-color: #00ff00;
    content: " ";
    width: 150px;
    margin: 30px auto;
}

/*--
PARAGRAPHS
--*/

.box p {
    font-size: 90%;
    line-height: 145%;
    text-align: center;
}

/*--
ICONS
--*/

.icon-big {
    font-size: 350%;
    display: block;
    color: #00ff00;
    margin-bottom: 10px;
}
.icon-med {
    font-size: 280%;
    margin-right: 30px;
    color: #00ff00;
    text-decoration: none;
    
}

/*--
BUTTONS
--*/

.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 50px;
    -webkit-transition: background-color 0.3s, border 0.3s, color 0.6s;
    transition: background-color 0.3s, border 0.3s, color 0.6s;
}

.sticky .btn:link,
.sticky .btn:visited {
    display: inline-block;
    padding: 5px 10px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 50px;
    -webkit-transition: background-color 0.3s, border 0.3s, color 0.6s;
    transition: background-color 0.3s, border 0.3s, color 0.6s;
}

.btn:hover,
.btn:active, 
input[type=submit]:hover, 
input[type=submit]:active {
    background-color: #00ff00;
    color: rgba(0, 0, 0, 0.8);
}

.btn-download:link,
.btn-download:visited,
.btn-full:link,
.btn-full:visited,  
input[type=submit] {
    background-color: #00ff00;
    border: 3px solid #00ff00;
    color: #fff;
    margin-right: 15px;
    margin-top: 15px;
}

input[type=submit] {margin-top: 5px;
}

.btn-download:hover,
.btn-doanload:active,
.btn-full:hover,
.btn-full:active, 
input[type=submit]:hover,
input[type=submit]:active {
    border: 3px solid #00ff00;
    background-color: rgba(0, 0, 0, 0.8);
    color: #00ff00;
}

.btn-ghost:link,
.btn-ghost:visited,
.sticky .btn-ghost-sticky:link,
.sticky .btn-ghost-sticky:visited {
    border: 3px solid #11ef11;
    color: #11ef11;
    margin-left: 15px;
}

.btn-ghost:hover,
.btn-ghost:active,
.sticky .btn-ghost-sticky:hover,
.sticky .btn-ghost-sticky:active {
    border: 3px solid #00ff00;
    color: #000000;
}

.btn-website:link,
.btn-website:visited {
    border: 3px solid #00ff00;
    color: #00ff00;
    background-color: none;
    margin: 50px 0 0 20px;
}

.btn-website:hover,
.btn-website:active {
    border: 3px solid #00ff00;
    background-color: #00ff00;
    color: #000000;
}
    
.btn-ghost-sticky:link,
.btn-ghost-sticky:visited {
    display: none;
}

.btn-ghost-sticky:hover,
.btn-ghost-sticky:active {
    display: none;
}

/*--
HEADER
--*/

header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))),url(img/hero.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(img/hero.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}

.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.hero-text-box a { margin-top: 20px; }

.hero-text-box h1 { padding-top: 100px; }

.logo-big {
    height: 195px;
    width: auto;
    float: left;
    margin: 20px;
}

.logo-small {
    height: 50px;
    display: none;
    width: auto;
    float: left;
    margin: 10px;
}

/*--
Main Navi
--*/

.main-nav {
    float: right;
    margin-top: 95px;
    list-style: none;
}

.main-nav li {
    display: inline-block;
    margin-left: 4px;
    margin-top: 5px;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0px;
    color: #00ff00;
    text-decoration: none;
    -webkit-text-decoration: uppercase;
    text-decoration: uppercase;
    font-size: 110%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}

/*--
Mobile Navi
--*/

.mobile-nav-icon {
    display: none;
    float: right;
    margin: 25px 20px 0 0;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #fff;
}


/*--
Sticky Navi
--*/

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 2px 2px #00ff00;
    box-shadow: 0 2px 2px #00ff00;
    z-index: 9999;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 8px 0px;
    color: #00ff00;
}

.sticky .main-nav {
    float: right;
    margin-top: 18px;
    list-style: none;
}

.sticky .logo-big { display: none; }
.sticky .logo-small { display: block; }

/*--
MIAN PICTURES
--*/

.section-pictures {
    padding-top: 25px;
}

.pictures-showcase-1,
.pictures-showcase-2 {
    list-style: none;
    width: 100%;
}

.pictures-showcase-1 li,
.pictures-showcase-2 li {
    display: block;
    float: left;
    width: 25%;
}

.pictures {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}

.pictures img {
    opacity: 0.6;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.pictures img:hover {
    opacity: 1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

/*--
WHAT WE DO & SPECIALS FOR YOU!
--*/

.section-about-and-specials { padding-bottom: 70px; }

.box-specials ul li {
    text-decoration: none;
    list-style: none;
}

.box-specials p { text-align: center; }

.box-specials img {
    margin-top: 10px;
    margin-left: 20%;
    width: 60%;
    height: auto;
    -webkit-box-shadow: 6px 6px 20px #00ff00;
    box-shadow: 6px 6px 20px #00ff00
}

.box-specials i { text-align: center; }

/*--
HOW IT WORKS — AS SIMPLE AS 1,2,3...
--*/

.section-steps { padding-bottom: 20px; }

.steps-box:first-child {
    text-align: right;
    padding: 3%;
    margin-top: 28px;
}

.section-steps h2 { margin-top: none; }

.steps-box:last-child {
    padding-left: 3%;
    margin-top: 70px;
}

.delivery-truck { width: 100%; }

.works-step { margin-bottom: 50px; }

.works-step:last-of-type { margin-bottom: 80px; }

.works-step div {
    color: #00ff00;
    border: 2px solid #00ff00;
    display: inline-block;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    text-align: center;
    padding-top: 6px;
    float: left;
    font-size: 150%;
    margin-right: 30px;
    margin: 10px;
}

.works-step p { padding-top: 20px; }

/*--
OUR DELIVERY OPTIONS
--*/

.section-plans {
    background-color: #f5f5f5;
    padding-bottom: 120px;
}

.plan-box {
    background-color: #fff;
    border-radius: 10px;
    width: 92%;
    margin-left: 5%;
    -webkit-box-shadow: 6px 6px 20px #000000;
    box-shadow: 6px 6px 20px #000000
}

.plan-box div { padding: 10px; }

.plan-price {
    font-size: 300%;
    margin-bottom: 10px;
    font-weight: 400;
    color: #00ff00;
}

.plan-box ul {
    list-style: none;
    font-weight: 400;
}

.plan-box ul li { padding: 5px 0; }

.icon-small {
    color: #00ff00;
    font-size: 23px;
}

.or {
    text-align: center;
    font-size: 200%;
    font-weight: 400;
    border: 5px solid #f5f5f5;
}

.raduis {
    width: 92.5%;
    margin-left: 3.75%;
    height: 220px;
}

/*--
WHAT DO OUR CUSTOMERS THINK ABOUT US....
--*/

.section-testimonials {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.92))), url(img/clean%20background%202.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.92)), url(img/clean%20background%202.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
    padding-bottom: 100px;
    padding-top: 45px;
}

.h2-testimonials {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 70px
}

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top: 40px;
}

blockquote:before {
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
}

cite {
    font-size: 99%;
    margin-top: 25px;
    display: block;
}

cite img {
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle
}

/*--
CONTACT FORM
--*/

.contact-form {
    width: 90%;
    margin: 0px auto;
    margin-bottom: 20px;
    font-weight: 400;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea { height: 80px; }

input[type=checkbox] {
    height: 15px;
    width: 15px;
    margin: 10px 5px 10px 0;
}

*:focus {outline: none;}

.map-box {
    width: 100%;
    height: 550px;
    position: relative;
}

.map {
    width: 100%;
    height: 550px;
    position: relative;
    z-index: 0;
}

.form-box {
    position: absolute;
    width: 50%;
    top: 0;
    right: 100px;
    background-color: rgba(255, 255, 255, 0.85);
    height: 550px;
    padding-top: 90px;
    z-index: 10;
}

.form-box h2 {margin-bottom: 16px;}
.form-box h2:after {
    display: block;
    height: 2px;
    background-color: #00ff00;
    content: " ";
    width: 200px;
    margin: 10px auto;
}

.form-messages {
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.success {
    background-color: #00ff00;
    color: #fff;
    text-align: center;
}

.error {
    background-color: #ff0000;
    color: #fff;
    text-align: center;
}

/*--
FOOTER
--*/

footer { background-color: rgba(0, 0, 0, 0.8); }

/*--.footer-nav {
    list-style: none;
    float: left;
    font-size: 140%;
    font-weight:400;
}--*/

.social-links {
    list-style: none;
    float: right;
    font-size: 30px;
}

.arrow {
    list-style: none;
    float: left;
    font-size: 30px;
}

.footer-nav li,
.social-links li,
.arrow li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

/*--.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited,
.arrow li a:link,
.arrow li a:visited {
    color: #00ff00;
    text-decoration: none;
    border: 0;
    transition: color 0.3s;
}--*/

.ion-arrow-up-a,
.ion-social-facebook,
.ion-social-linkedin,
.ion-social-instagram {
    color: #00ff00;
    text-decoration: none;
    border: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.ion-arrow-up-a:hover {color: #fff}
.ion-social-facebook:hover {color: #3b5998;}
.ion-social-linkedin:hover {color: #007bb5;}
.ion-social-instagram:hover {color: #e95950;}

.footer-copyright a:link,
.footer-copyright a:visited {
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 4px;
    color: #00ff00;
    text-decoration: none;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.footer-copyright {
    text-align: center;
    margin-bottom: 15px
}

.footer-copyright a:hover,
.footer-copyright a:active {
    color: #fff;

}

/*--
ANIMATIONS
--*/

.js--wp-2,
.js--wp-5 {
    opacity: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.js--wp-4,
.js--wp-1,
.js--wp-3 {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated,
.js--wp-4.animated,
.js--wp-5.animated {
    opacity: 1;
}






