/* Global */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300&subset=all');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400&subset=all');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:600&subset=all');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:700&subset=all');

html{
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    height: 100%;
    color: #8a8683;
    background-color:#ffffff;
}


header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.navbar-brand{
    padding:10px;
}
img {
    max-width: 100%;
}
a:link {
    color: #7FB539;
    text-decoration: none;
}
a:hover {
    color: #406311;
    text-decoration: none;
}
a:visited {
    color: #7FB539;
    text-decoration: none;
}


.row-separation {
    padding: 20px 0;
}
.left{
    text-align: left!important;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}
/* Navigation */
.navbar{
    background: url("./img/header.jpg") #fff top center no-repeat;
    min-height: 80px;

    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.navbar-nav {
    float: left;
    margin: 15px 0;
}
.navbar-default .navbar-toggle{
     border-color:#4a6e24;
 }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color:#4a6e24;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #555;
}
.navbar-toggle{
    background-color: #7fb539;
    margin-top: 20px;
    color:#fff;
    margin-bottom: 20px;
}
#logo {
    text-align: left;
    margin: 0;
    width: 98px;
}

.nav li.active{
    color: #7fb539;
    border-bottom: 3px solid #7fb539;
}
.nav li:hover{
    color: #7fb539;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #7fb539;
}
.navbar-default .navbar-nav > li.active > a {
    color: #7fb539;
}
.navbar-nav > li > a{
    padding-left: 0;
    padding-right: 0;

}
.navbar-nav > li{
    margin-left: 25px;
}
.footer{
    width:100%;
    height:auto;
    background: url("./img/footer.jpg") top center no-repeat;
}
.footer p{
    font-size: 12px;
}
.footer .md_logo{
    margin: 10px 0;
    text-align: right;
}
.sep {
    clear: both;
    height: 1px;
}

.sep.sep-single {
    border-top: 1px solid #CCCCCC;
}
.sep.sep-single.sep-color:after {
    background: none repeat scroll 0 0 #9ECE5C;
    content: "";
    display: block;
    margin-top: -2px ;
    height: 3px;
    /*margin: 0.625em auto 0;*/
    width: 100px;
}
.sep.sep-double {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    height: 10px;
}
.sep.sep-dotted {
    border-top: 1px dotted #CCCCCC;
}
.sep.sep-dashed {
    border-top: 1px dashed #CCCCCC;
}


/* General Slides */

.slide{
    background-attachment: fixed;
    width:100%;
    height:auto;
    position: relative;
    padding:140px 0;

}



/* Slide 1 */

#home{
    height: 100%;
    background-color:#000;
    background-image: url(./img/bgr_slide_01.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 170px 0;
}
#home .title_text_index h1 {
    color: #FFFFFF;
    font-size: 3.2em;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 0;
    padding: 0 0 0 300px;
    text-shadow: 1px 2px 4px #050505;
}
#home .title_text_index h2 {
    font-size: 1.9em;
    color: #fff;
    letter-spacing: 0px;
    line-height: 0px;
    padding-bottom:20px;
    font-weight: 400;
    padding: 40px 0 10px 50px;
    text-shadow: 1px 2px 4px #050505;
}
#home .title_text_index h3 {
    font-size: 2em;
    color: #fff;
    letter-spacing: 0px;
    line-height: 0px;
    text-shadow: 1px 2px 4px #050505;
    font-weight: 400;
    padding: 10px 0 10px 55px;
}
#home .title_text_index h4 {
    font-size: 2.1em;
    color: #fff;
    letter-spacing: 0px;
    line-height: 0px;
    padding-bottom:20px;
    font-weight: 400;
    padding: 20px 0 25px 150px;
    text-shadow: 1px 2px 4px #050505;
}
#home .title_box h2 {
    font-size: 1.9em;
    color: #fff;
    letter-spacing: 0px;
    line-height: 0px;
    padding-bottom:20px;
    font-weight: 400;
    padding: 40px 0 10px 50px;
    text-shadow: 1px 2px 2px #050505;
}


/* Slide 2 */

#about-us{
    background-image:url('./img/bgr_slide_02.png');
    background-color:#406618;
    color:#ffffff;
}
#about-us h1 {
    text-transform: uppercase;
    font-size: 2.25em;
    /*letter-spacing: -3px;*/
    line-height: 0px;
    color:#ffffff;
    font-weight: 400;
}
#about-us h2 {
    font-size: 2em;
    color: #ffffff;
    line-height: 0px;
    padding-bottom:20px;
    font-weight: 400;
}
#about-us p {
    font-size: 1em;
    color: #fff;
    text-align: justify;
    line-height: 1.8em;
    padding-bottom:10px;
    font-weight: normal;
}



/* Slide 3 */

#service{

    background-image:url('./img/background-shadows.png');
    background-color:#F4F4F4;
}
#service h1 {
    text-transform: uppercase;
    font-size: 2.25em;
    /*letter-spacing: -3px;*/
    line-height: 0px;
    color:#8a8683;
    font-weight: 400;
}
#service h2 {
    font-size: 2em;
    color: #8a8683;
    line-height: 0px;
    padding:20px 0;
    text-align: center;
    font-weight: 400;
}
#test{
    background-color:#bde2df;
    color:#ffffff;
    text-align:center;
    font-size: 2em;
    font-weight: 400;
}
#service p {
    font-size: 1em;
    color: #8a8683;
    text-align: justify;
    line-height: 1.8em;
    padding-bottom:20px;
    font-weight: normal;
}
#service li {
    font-size: 1em;
    color: #8a8683;
    line-height: 1.6em;
    padding-bottom:10px;
    font-weight: normal;
}


/* Slide 4 */

#quickfloor{
    background-image:url('./img/bg-quickfloor.jpg');
    background-color:#4a6e24;
  
}

.btn-custom{
	background: none repeat scroll 0 0 #9ece5c;
border-radius: 3px;text-align:center;
box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
color: #FFFFFF!important;
font-family: 'Open Sans',!sans-serif important;
font-size: 12px;
font-style: normal;
font-weight: 700;
border: 0 none;
display: inline-block;
font-weight: 700;
letter-spacing: 1px;
line-height: 20px;
opacity: 0.85;
padding: 11px 16px;
position: relative;
text-decoration: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
text-transform: uppercase;
margin: 0 auto;
transition: opacity 0.3s ease 0s;
}

#equipment{
    background-image:url('./img/background-shadows.png');
    background-color:#4a6e24;
    color:#ffffff;
}
#equipment h1 {
    text-transform: uppercase;
    font-size: 2.25em;
    /* letter-spacing: -3px;*/
    line-height: 0px;
    color:#ffffff;
    font-weight: 400;
}
#equipment h2 {
    font-size: 2em;
    color: #ffffff;
    line-height: 0px;
    padding-bottom:20px;
    font-weight: 400;
}
#equipment p {
    font-size: 1em;
    color: #fff;
    text-align: justify;
    line-height: 1.8em;
    padding-bottom:20px;
    font-weight: normal;
}


#gallery{
    background-image:url('./img/background-shadows.png');
    background-color:#F4F4F4;
    color:#000;
}
#gallery h1 {
    text-transform: uppercase;
    font-size: 2.25em;
    /*letter-spacing: -3px;*/
    line-height: 0px;
    color:#8a8683;
    font-weight: 400;
}
#gallery h2 {
    font-size: 2em;
    color: #8a8683;
    line-height: 0px;
    padding-bottom:20px;
    font-weight: 400;
}
#gallery p {
    font-size: 1em;
    color: #8a8683;
    line-height: 1.6em;
    padding-bottom:20px;
    font-weight: normal;
}

#contact{
    background-image:url('./img/background-shadows.png');
    background-color:#F4F4F4;
    color:#000;
}
#contact h1 {
    text-transform: uppercase;
    font-size: 2.25em;
    /*letter-spacing: -3px;*/
    line-height: 0px;
    color:#8a8683;
    font-weight: 400;
}
@media screen and (max-width: 1280px) {
#home .title_text_index h2 {
    line-height: 1em;
    padding: 0 0 10px 25px;
}

#home .title_text_index h3 {
    font-size: 26px;
    padding: 0 0 0 30px;
    line-height: 28px;
}
    #home .title_text_index h4 {
        font-size: 26px;

        line-height: 28px;
    }
    #home .title_text_index h1 {
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 20px;
    }
}
/* Tablet */
@media screen and (max-width: 1024px) {

    #logo {
        width: 100%;
        text-align: center;
    }

    #nav {
        width:100%;
        text-align:center;
        margin:10px 0;
    }

    .navigation{
        width: 100%;
        float: center;
        list-style: none;
        margin: 0;
        padding:0;
    }

    .navigation li{
        float: left;
        width:25%;
        padding:0;
    }

    .slide{
        background-attachment: fixed;
        width:100%;
        position: relative;
        padding:150px 0;
    }

    #decorative {
        display:none;
    }

    #content {
        text-align:center;
        width:100%;
    }
    #home{
        height: auto;
    }
    #home h1 {
        line-height: 1em;
    }
    #home h2 {
        line-height: 1em;
    }
    #about-us h1 {
        line-height: 1em;
    }
    #about-us h2 {
        line-height: 1em;
    }
    #service h1 {
        line-height: 1em;
    }
    #service h2 {
        line-height: 1em;
    }
    #equipment h1 {
        line-height: 1em;
    }
    #equipment h2 {
        line-height: 1em;
    }

}

@media screen and (max-width: 640px) {
    .jcarousel li {

        width: 190px !important;
    }
    .jcarousel-wrapper {

        margin: 10px 0 10px 10px;
        padding: 20px 50px;
        position: relative;
        width: 480px;
    }
}
/* Mobile */
@media screen and (max-width: 480px) {

    #logo {
        width: 100%;
        text-align: center;
    }
    #home{
        height: auto;
    }
    #nav {
        width:100%;
        margin:5px 0;
    }

    .navigation{
        width: 100%;
        float: left;
        list-style: none;
        margin: 0;
        padding:0;
    }

    .navigation li{
        float: left;
        width:25%;
    }

    .slide{
        background-attachment: fixed;
        width:100%;
        position: relative;
        padding:150px 0;
    }
    #home .title_box h2{
        padding: 40px 0 10px 0px;
    }

    .jcarousel-wrapper {

        margin: 10px 0;
        padding: 20px 42px;
        position: relative;
        width: 250px;
    }
    .jcarousel li {
        box-sizing: border-box;
        float: left;
        width: 165px !important;
    }
    #home{
        padding: 80px 0;
    }
    .slide {
        padding: 40px 0;
    }
    #home h1 {
        line-height: 1em;
    }
    #home h2 {
        line-height: 1em;
    }
    #home .title_text_index h2 {
        line-height: 1em;
        padding: 0 0 10px 25px;
    }

    #home .title_text_index h3 {
        font-size: 16px;
        padding: 0 0 0 30px;
         line-height: 20px;
     }
    #home .title_text_index h1{
        font-size: 18px;letter-spacing:1px;
        padding: 0 0 0 30px;
        line-height: 20px;
    }
    #home .title_text_index h4 {
        font-size: 16px;
        padding: 5px 0 8px 30px;
        line-height: 18px;
    }
    #about-us h1 {
        line-height: 1em;
    }
    #about-us h2 {
        line-height: 1em;
    }
    #service h1 {
        line-height: 1em;
    }
    #service h2 {
        line-height: 1em;
    }
    #equipment h1 {
        line-height: 1em;
    }
    #equipment h2 {
        line-height: 1em;
    }


}





#contact-form form {
    padding: 20px 5% 20px;
}
#contact-form form input[type="text"],#contact-form form input[type="email"]  {
    border: 1px solid #D7D7D7;
    color: #8f8f8f;
    font-size: 15px;
    height: 43px;
    margin-bottom: 15px;
    outline: medium none;
    padding: 0 15px;
    width:100%;
}
#contact-form form input[type="text"]:hover,#contact-form form input[type="email"]:hover {
    border: 1px solid #406618;
}
#contact-form form input[type="text"]:focus,#contact-form form input[type="email"]:focus {
    border: 1px solid #406618;
}
#contact-form form textarea {
    border: 1px solid #D7D7D7;
    color: #8f8f8f;
    font-size: 15px;
    height: 150px;
    margin-bottom: 30px;
    outline: medium none;
    overflow: hidden;
    padding: 15px;
    resize: none;
    width:100%;
}
#contact-form form textarea:hover {
    border: 1px solid #406618;
}
#contact-form form textarea:focus {
    border: 1px solid #406618;
}
#contact-form form .error input[type="text"], #contact-form form .error input[type="email"], #contact-form form .error textarea {
    border: 2px solid red;
}
input:not([type]), input[type="email"], input[type="number"],input[type="text"], textarea {
    background-color: #EFEFEF;
    border: 0 none;
    border-radius: 1px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #333333;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    padding: 6px;
    transition: background-color 0.5s linear 0s;
}
input:focus:not([type]), input[type="email"]:focus, input[type="number"]:focus, input[type="text"]:focus, textarea:focus {
    background-color: #E1E1E1;
}
#contact-form form input[type="submit"] {
    background: none repeat scroll 0 0 #9ece5c;
    border-radius: 3px;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}
#contact-form form input[type="submit"]:hover {
    background: none repeat scroll 0 0 #9ece5c ;
    color: #FFFFFF;
}

#contact-form form *::-moz-placeholder {
    color: #7d7d7b;

    font-size: 15px;

}
input[type="submit"], button {
    border: 0 none;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    opacity: 0.85;
    padding: 11px 16px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    transition: opacity 0.3s ease 0s;
}
input[type="submit"]:hover,  button:hover {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}

