/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */body,html{height:100%;width:100%}
.navbar-custom{
    background-color:rgba(0,0,0,.2);
    font-size: 12px
}
.intro,body,html{
    width:100%
}
body{
    font-family:"Open Sans",Helvetica,Arial,sans-serif;
    color:#343333;
    webkit-tap-highlight-color:rgba(255,255,255,.2);
    font-weight: lighter;
}
.btn,.navbar-custom,h1,h2,h3,h4,h5,h6{
    text-transform:uppercase;
    font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif
}
h1,h2,h3,h4,h5,h6{
    margin:0 0 35px;font-weight:700;letter-spacing:1px
}
/*p{
    margin:0 0 25px;
    font-size:16px;
    line-height:1.5
}*/
@media (min-width:768px){
    p{
        /*margin:0 0 35px;font-size:18px;line-height:1.6*/
    }
}
a{
    color:#42DCA3;-webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
a:focus,a:hover{
    text-decoration:none;color:#048b9a
}
.light{
    font-weight:400
}.navbar-custom{
     margin-bottom:0;border-bottom:1px solid rgba(255,255,255,.3)
 }
.navbar-custom .navbar-toggle{
    color:#fff;
    background-color:rgba(255,255,255,.2);font-size:12px
}
.navbar-custom .nav li a:active,.navbar-custom .nav li a:focus,.navbar-custom .nav li a:hover{
    background-color:transparent;outline:0
}
.navbar-custom .navbar-toggle:active,.navbar-custom .navbar-toggle:focus{
    outline:0
}.navbar-custom .navbar-brand{
     font-weight:700
 }
.navbar-custom .navbar-brand:focus{
    outline:0
}.navbar-custom a{
     color:#fff
 }
.navbar-custom .nav li a{
    -webkit-transition:background -0.7s ease-in-out;
    -moz-transition:background -0.7s ease-in-out;transition:background .3s ease-in-out
}
.navbar-custom .nav li a:hover{
    color:rgba(255,255,255,.8)
}
.navbar-custom .nav li.active{
    outline:0
}
.navbar-custom .nav li.active a{
    background-color:rgba(255,255,255,.3)
}
.navbar-custom .nav li.active a:hover{
    color:#fff;
}
@media (min-width:768px){
    .navbar-custom{
        padding:20px 0;
        border-bottom:none;
        letter-spacing:1px;
        background:0 0;
        -webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
        transition:background .5s ease-in-out,padding .5s ease-in-out
    }
    .navbar-custom.top-nav-collapse{
        padding:0;background:#172130;
        border-bottom:1px solid rgba(255,255,255,.1)
    }
}
.intro{
    display:table;
    height:auto;
    padding:0;
    text-align:center;
    color:#fff;
    background:/*url(../img/intro-bg.jpg) bottom center no-repeat */ #000;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover
}
.intro .intro-body{
    display:table-cell;vertical-align:middle
}
.intro .intro-body .brand-heading{
    font-size:40px;
}
.intro .intro-body .intro-text{
    font-size:18px;
}
@media (min-width:768px){
    .intro{
        height:90%;
        padding:0;
    }
    .intro .intro-body .brand-heading{
        font-size:100px;
    }
    .intro .intro-body .intro-text{
        font-size:26px
    }
}
.btn-circle{
    width:70px;
    height:70px;
    margin-top:15px;
    padding:7px 16px;
    border:2px solid #fff;border-radius:100%!important;
    font-size:40px;
    color:#fff;background:0 0;
    -webkit-transition:background .3s ease-in-out;
    -moz-transition:background .3s ease-in-out;transition:background .3s ease-in-out;
}
.btn-circle:focus,.btn-circle:hover{
    outline:0;
    color:#fff;
    background:rgba(255,255,255,.1)
}
.btn-circle i.animated{
    -webkit-transition-property:-webkit-transform;
    -webkit-transition-duration:1s;
    -moz-transition-property:-moz-transform;-moz-transition-duration:1s;
}
.btn-circle:hover i.animated{
    -webkit-animation-name:pulse;
    -moz-animation-name:pulse;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-timing-function:linear
}
@-webkit-keyframes pulse{
    0%,100%{
    -webkit-transform:scale(1);
    transform:scale(1)}
    50%{
     -webkit-transform:scale(1.2);
        transform:scale(1.2)
    }
}
@-moz-keyframes pulse{
    0%,100%{-
    moz-transform:scale(1);
        transform:scale(1)
    }
    50%{-moz-transform:scale(1.2);
        transform:scale(1.2)
    }
}

.content-section{
    padding-top:100px
}
.download-section{
    width:100%;
    padding:50px 0;
    color:#fff;
    background:url(../img/downloads-bg.jpg) center center no-repeat #000;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover
}
#map{
    width:100%;
    height:200px;
    margin-top:100px
}
@media (min-width:767px){
    .content-section{
        padding-top:250px;
    }
    .download-section{
        padding:100px 0;
    }
    #map{
        height:400px;margin-top:250px;
    }
}
.btn{
    font-weight:400;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    border-radius:0;
}
.btn-default{border:1px solid #42DCA3;
    color:#42DCA3;
    background-color:transparent;
}
.btn-default:focus,.btn-default:hover{
    border:1px solid #42DCA3;
    outline:0;color:#000;
    background-color:#42DCA3;
}
ul.banner-social-buttons{
    margin-top:0;
}
@media (max-width:1199px){
    ul.banner-social-buttons{margin-top:15px;
    }
}
@media (max-width:767px){
    ul.banner-social-buttons li{
        display:block;
        margin-bottom:20px;
        padding:0;
    }
    ul.banner-social-buttons li:last-child{
        margin-bottom:0;
    }
}
footer{
    padding:50px 0;
}
footer p{
    margin:0
}
::-moz-selection{
    text-shadow:none;
    background:#fcfcfc;
    background:rgba(255,255,255,.2)
}
::selection{
    text-shadow:none;
    background:#fcfcfc;
    background:rgba(255,255,255,.2)
}
img::selection{
    background:0 0;
}
img::-moz-selection{
    background:0 0;
}


.carousel-caption {
    padding-bottom: 0;
    bottom: -70px;
}

hr{
    border: 1px lightslategray dotted;
    width: 25%;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (min-width:1900px) {
    .carousel-caption {
        margin-bottom: 15%;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
        .navbar-custom{
        background-color: #172130;
    }
    .carousel-caption {
        padding-bottom: 0;
        bottom: -10px;
    }
    .fa-2x {
        font-size: 1.5em;
    }
    .social a {
        margin: 0 0.5em;
    }
}

@media (max-width: 737px) {
        .navbar-custom {
        background-color: #172130;
    }
}

@media screen and (max-width: 430px){
    .carousel-caption {
        padding-bottom: 0;
        bottom: 0;
        font-size: 100%;
    }
}


#about p{
    font-size: 1.2em;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}
/*--------------------*/
/* SERVICE */
/*--------------------*/

#services{
    float: left;
    display: inline;
    padding: 10px 0;
    width: 100%;
}
.service_area{
    display: inline;
    float: left;
    width: 100%;
}
.service-content{
    display: inline;
    float: left;
    width: 100%;
}
.service-table{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size:18px ;
    list-style-type: none;
    padding: 0;
}

.single-service {
    display: inline;
    float: left;
    margin-bottom: 15px;
    padding: 25px 20px;
    position: relative;
    text-align: left;
    width: 100%;
    -w-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.single-service:after{
    content: '';
    position: absolute;
    left: 0;
    opacity: 0;
    bottom: 0;
    height: 24px;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.single-service:hover:after{
    opacity: 1;
}

.single-service .service-icon{
    color: #bdbdbd;
    font-size: 55px;
    margin-bottom: 10px;
}
.single-service .service-title {
    color: #343333;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}
.single-service p{
    color: #878787;
}

ul.services-list {
   /* width: 18.5em;*/
    padding: 0;
    list-style-type: none;
}

.services-list li{
    float: left;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    width: 100%;
}

.price-title {
    float: left;
   margin-right: 30px;
}

.price-price {
    float: right;
}

/* PORTFOLIO */ /* ================ ETHANOL ==============================*/

.nopadding { padding: 0 }


/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

    #home{
        height: 80%;
        padding-top: 0;
    }
    .fill {
        height: 100%;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    .carousel-caption {
        padding-bottom: 0;
        bottom: 20%;
    }
   .carousel-inner>.item>a>img, .carousel-inner>.item>img{
        display: block;
        height: 570px;
    }
    #myCarousel {
        height: 440px;
    }
    .fa-2x {
        font-size: 2.5em;
    }
    iframe {
        width: 210px;
        height: 180px;
    }

    .rc-anchor-normal {
        height: 74px;
        width: 100px;
        font-size: 7px;
        float: left;
    }

    .validateform button {
        float: left;
        margin-right: 0;
        border-radius: 0px;
        padding: 2px 10px;
        margin-top: 8px;
    }

    .contact-right {
        background-color: rgba(104, 102, 96, 0.5);
        display: inline;
        float: left;
        padding: 10px 10px;
        width: 100%;
        margin-bottom: 20px;
    }

    .contact-left {
        padding: 30px 25px 10px;
    }

    .contact-right h4 {
        margin: 0 15px 25px;
    }

    #contact h2{
        margin:0;
    }

    .footer {
        margin-top: 0;
    }
    .team figure {
        width: 90%;
        margin: auto 18px 18px;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .intro2 {
        margin-bottom: 60px;
        left: auto;
        right: auto;
    }
    .intro2 h1 {
        font-size:60px;
        line-height:1;
        margin: 0;
    }
    .intro2 h1 span.small {
        font-size:25px;
        line-height:1;

    }
    .intro2 h1 span.smaller {
        font-size:10px;
        line-height:1;
        margin: 0;
    }

    .intro2 h1 span.big {
        font-size:70%;
        line-height:0.5;
    }
    .team figure {
        width: 70%;
        margin: 5% 15% 5% 15%;
    }
}

* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .carousel-inner>.item>img {
        display: block;
        height: 625px;
    }
    #home{
    height: 80%;
    }
}
}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .intro2 {
        margin-bottom: 50px;
        left: auto;
        right: auto;
    }
    .intro2 h1 span.small {
        font-size:28px;
        line-height:1;

    }
    .intro2 h1 span.smaller {
        font-size:15px;
        line-height:1;
        margin: 0;
    }
    .intro2 h1 span.big {
        font-size:80%;
        font-weight: 400;
    }
    .team figure {
         width: 70%;
         margin: 5% 15% 5% 15%;

     }
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {

}

/* Portrait */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
    .carousel-inner>.item>img {
        display: block;
        height: 700px;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    .intro2 {
        margin-bottom: 50px;
        left: auto;
        right: auto;
    }
    .intro2 h1 span.small {
        font-size:28px;
        line-height:1;

    }
    .intro2 h1 span.smaller {
        font-size:15px;
        line-height:1;
        margin: 0;
    }
    .intro2 h1 span.big {
        font-size:110%;
        font-weight: 300;
    }
    .team figure {
        width: 70%;
        margin: 5% 15% 5% 15%;

    }
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
    .carousel-caption {
        padding-bottom: 0;
        bottom: 25%;
    }
}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

    .carousel-inner>.item>a>img, .carousel-inner>.item>img{
        display: block;
        height: 440px;
    }
    .fa-2x {
        font-size: 2em;
    }
    iframe {
        width: 210px;
        height: 180px;
    }

    .rc-anchor-normal {
        height: 74px;
        width: 100px;
        font-size: 7px;
        float: left;
    }

    .validateform button {
        float: left;
        margin-right: 0;
        border-radius: 0px;
        padding: 2px 10px;
        margin-top: 8px;
    }

    .contact-right {
        background-color: rgba(104, 102, 96, 0.5);
        display: inline;
        float: left;
        padding: 10px 10px;
        width: 100%;
        margin-bottom: 20px;
    }
    .contact-left {
        padding: 30px 25px 10px;
    }
    .contact-right h4 {
        margin: 0 15px 25px;
    }
    #contact h2{
        margin:0;
    }
    .footer {
        margin-top: 0;
    }
    .team figure {
        width: 90%;
        margin: auto 18px 18px;
    }

    .intro2{
        margin-bottom: 0;
    }
    #home{
        margin-bottom: 0;
        margin-top: 15%;
    }

    .intro2 h1 {
        font-size:135%;
        line-height:1.2;
    }
    .intro2 h1 span.small {
        font-size:150%;
        line-height:0.8;
    }
    .intro2 h1 span.smaller, .intro2 h1 span.smaller {
        font-size:100%;
        line-height:1.3;
    }
    .intro2 h1 span.big {
        font-size: 250%;
        font-weight: 600;
    }
    .carousel-caption {
        padding-bottom: 0;
        bottom: 16%;
    }
    .intro2 h1 span.smaller {
        font-size: 80%;
        line-height: 2;
    }
    .service-table {
        font-size: 14px;
    }
    .single-service {
        padding: 0;
    }
    .single-service .service-title{
        margin-top: 30px;
    }
    hr{
        margin-top:10%;
    }
    h2{
        margin: 0;
    }
    .carousel-inner {
        position: relative;
        height: 100%;
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .intro2 {
        margin-bottom: 0;
        left: auto;
        right: auto;
    }
    .intro2 h1 span.small {
        font-size:22px;
        line-height:0.5;

    }
    .intro2 h1 span.smaller {
        font-size:12px;
        line-height:0.5;
        margin: 0;
    }
    .intro2 h1 span.big {
        font-size:80%;
        font-weight: 300;
    }
    .team figure {
        width: 70%;
        margin: 5% 15% 5% 15%;
    }
    .carousel-caption {
        padding-bottom: 0;
        bottom: 0;
    }
    .carousel-indicators li,.carousel-indicators .active {
        width: 6px;
        height: 6px;
    }
    .carousel-indicators {
     bottom: 0;
    }
    header {
        height: 85%;
    }
    h2{
        margin: 0;
    }
    hr{
        margin-top:10%;
    }
    .validateform button {
        float: left;
        margin-right: 0;
        border-radius: 0px;
        padding: 2px 10px;
        margin-top: 8px;
    }
}
/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2) {

}

/* Portrait */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2)
and (orientation: portrait) {

}

/* Landscape */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2)
and (orientation: landscape) {

}

/* ----------- Galaxy S4 ----------- */

/* Portrait and Landscape */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait) {

}

/* Landscape */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) {

}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait) {

}

/* Landscape */
@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) {

}

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}
