/*!
 * 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;
    padding: 0;
}
.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;
}
/* Loader*/
#cssload-pgloading {}

#cssload-pgloading:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}
#cssload-pgloading .cssload-loadingwrap {position:absolute;top:45%;bottom:45%;left:25%;right:25%;}
#cssload-pgloading .cssload-bokeh {
    font-size: 97px;
    width: 1em;
    height: 1em;
    position: relative;
    margin: 0 auto;
    list-style: none;
    padding:0;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

#cssload-pgloading .cssload-bokeh li {
    position: absolute;
    width: .2em;
    height: .2em;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

#cssload-pgloading .cssload-bokeh li:nth-child(1) {
    left: 50%;
    top: 0;
    margin: 0 0 0 -.1em;
    background: rgb(0,193,118);
    transform-origin: 50% 250%;
    -o-transform-origin: 50% 250%;
    -ms-transform-origin: 50% 250%;
    -webkit-transform-origin: 50% 250%;
    -moz-transform-origin: 50% 250%;
    animation:
            cssload-rota 1.3s linear infinite,
            cssload-opa 4.22s ease-in-out infinite alternate;
    -o-animation:
            cssload-rota 1.3s linear infinite,
            cssload-opa 4.22s ease-in-out infinite alternate;
    -ms-animation:
            cssload-rota 1.3s linear infinite,
            cssload-opa 4.22s ease-in-out infinite alternate;
    -webkit-animation:
            cssload-rota 1.3s linear infinite,
            cssload-opa 4.22s ease-in-out infinite alternate;
    -moz-animation:
            cssload-rota 1.3s linear infinite,
            cssload-opa 4.22s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(2) {
    top: 50%;
    right: 0;
    margin: -.1em 0 0 0;
    background: rgb(255,0,60);
    transform-origin: -150% 50%;
    -o-transform-origin: -150% 50%;
    -ms-transform-origin: -150% 50%;
    -webkit-transform-origin: -150% 50%;
    -moz-transform-origin: -150% 50%;
    animation:
            cssload-rota 2.14s linear infinite,
            cssload-opa 4.93s ease-in-out infinite alternate;
    -o-animation:
            cssload-rota 2.14s linear infinite,
            cssload-opa 4.93s ease-in-out infinite alternate;
    -ms-animation:
            cssload-rota 2.14s linear infinite,
            cssload-opa 4.93s ease-in-out infinite alternate;
    -webkit-animation:
            cssload-rota 2.14s linear infinite,
            cssload-opa 4.93s ease-in-out infinite alternate;
    -moz-animation:
            cssload-rota 2.14s linear infinite,
            cssload-opa 4.93s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(3) {
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -.1em;
    background: rgb(250,190,40);
    transform-origin: 50% -150%;
    -o-transform-origin: 50% -150%;
    -ms-transform-origin: 50% -150%;
    -webkit-transform-origin: 50% -150%;
    -moz-transform-origin: 50% -150%;
    animation:
            cssload-rota 1.67s linear infinite,
            cssload-opa 5.89s ease-in-out infinite alternate;
    -o-animation:
            cssload-rota 1.67s linear infinite,
            cssload-opa 5.89s ease-in-out infinite alternate;
    -ms-animation:
            cssload-rota 1.67s linear infinite,
            cssload-opa 5.89s ease-in-out infinite alternate;
    -webkit-animation:
            cssload-rota 1.67s linear infinite,
            cssload-opa 5.89s ease-in-out infinite alternate;
    -moz-animation:
            cssload-rota 1.67s linear infinite,
            cssload-opa 5.89s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(4) {
    top: 50%;
    left: 0;
    margin: -.1em 0 0 0;
    background: rgb(136,193,0);
    transform-origin: 250% 50%;
    -o-transform-origin: 250% 50%;
    -ms-transform-origin: 250% 50%;
    -webkit-transform-origin: 250% 50%;
    -moz-transform-origin: 250% 50%;
    animation:
            cssload-rota 1.98s linear infinite,
            cssload-opa 6.04s ease-in-out infinite alternate;
    -o-animation:
            cssload-rota 1.98s linear infinite,
            cssload-opa 6.04s ease-in-out infinite alternate;
    -ms-animation:
            cssload-rota 1.98s linear infinite,
            cssload-opa 6.04s ease-in-out infinite alternate;
    -webkit-animation:
            cssload-rota 1.98s linear infinite,
            cssload-opa 6.04s ease-in-out infinite alternate;
    -moz-animation:
            cssload-rota 1.98s linear infinite,
            cssload-opa 6.04s ease-in-out infinite alternate;
}







@keyframes cssload-rota {
    from { }
    to { transform: rotate(360deg); }
}

@-o-keyframes cssload-rota {
    from { }
    to { -o-transform: rotate(360deg); }
}

@-ms-keyframes cssload-rota {
    from { }
    to { -ms-transform: rotate(360deg); }
}

@-webkit-keyframes cssload-rota {
    from { }
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes cssload-rota {
    from { }
    to { -moz-transform: rotate(360deg); }
}

@keyframes cssload-opa {
    0% { }
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}

@-o-keyframes cssload-opa {
    0% { }
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}

@-ms-keyframes cssload-opa {
    0% { }
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}

@-webkit-keyframes cssload-opa {
    0% { }
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}

@-moz-keyframes cssload-opa {
    0% { }
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}

.spacer{padding: 6em 0;}

.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:#ffffff;
}
.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:#2a5a6f;
        border-bottom:1px solid rgba(255,255,255,.1);
        /*position: relative;*/
    }
    .navbar-custom.top-nav-collapse img{
        width:100%;
        -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
    }
    .top-nav-collapse .navbar-header {
        margin: 0;
        float: left;
        padding-left: 0;
        width: auto;
    }

    .top-nav-collapse .navbar-nav {
        float: right;
        margin: 0;

    }
}
.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 {
    /*overflow: hidden;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 50%;
    opacity: 0;*/
    width: 100%;
    padding: 60px 0 10px;
    color: #999;
    background-color: #1c1c1c;
    /*transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);*/
}

footer h4 {color:#fff;}



/* __________ Footer About Block __________ */
.foot_about_block p {
    margin-bottom:24px;
    padding-right:71px;
    line-height:24px;
    font-size:12px;
}

/*-----------------------------------------------------------------------------------*/
/*	RECENT POSTS
/*-----------------------------------------------------------------------------------*/
.post_item_img {position:relative;}
.post_item_img:before {
    content:'';
    position:absolute;
    z-index:25;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.post_item:hover .post_item_img:before {background-color:rgba(0,0,0,0.8);}
.post_item_content {padding:23px 0 0;}
.post_item_content a.title {
    font-weight:300;
    line-height:34px;
    font-size:24px;
    color:#333;
}
.post_item_inf {padding-top:2px;}
.post_item_inf li {
    display:inline-block;
    padding-right:12px;
    color:#ccc;
}
.post_item_inf a {
    padding-right:12px;
    font-weight:300;
    font-size:14px;
}
.post_item_img a.link {
    position:absolute;
    z-index:30;
    left:50%;
    bottom:30%;
    width:60px;
    height:36px;
    margin:0 0 -18px -30px;
    opacity:0;
    background-image:url(../images/zoom.png);
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:100% auto;
    -webkit-background-size:100% auto;
    transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.post_item:hover .post_item_img a.link {
    bottom:50%;
    opacity:1;
}
.post_item_img a.link:hover {background-image:url(../images/zoom_h.png);}


/* __________ Recent Posts Small __________ */
.recent_posts_small {margin-bottom:15px;}
.post_item_img_small {
    overflow:hidden;
    float:left;
    width:70px;
    height:50px;
    margin:2px 15px 13px 0;
}
.post_item_img_small img {
    width:auto;
    max-width:none;
    height:100%;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}
.recent_posts_small:hover .post_item_img_small img {opacity:0.5;}
.post_item_content_small a.title {
    display:block;
    line-height:17px;
    font-size:14px;
    color:#ccc;
}
.post_item_content_small a.title:hover {color:#666;}
.post_item_inf_small li {
    display:inline-block;
    padding-top:4px;
    padding-right:10px;
    line-height:17px;
    font-size:11px;
    color:#666;
}



/* __________ Recent Posts Sidebar __________ */
.recent_posts_widget {margin-bottom:25px;}
.post_item_img_widget {
    overflow:hidden;
    width:270px;
    height:180px;
    margin-bottom:16px;
    background-color:#000;
}
.post_item_img_widget img {
    width:auto;
    max-width:none;
    height:100%;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}
.recent_posts_widget:hover .post_item_img_widget img {opacity:0.5;}

.post_item_content_widget a.title {
    display:block;
    line-height:21px;
    font-size:18px;
    color:#333;
}
.post_item_content_widgeta.title:hover {color:#666;}
.post_item_inf_widget li {
    display:inline-block;
    padding-top:12px;
    padding-right:10px;
    line-height:17px;
    font-size:11px;
    color:#999;
}


/*-----------------------------------------------------------------------------------*/
/*	SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/
footer ul, .copy-right {
   padding-left: 0;
    text-align: center;
}

.coppyright li {
    display:block;
    border:none;
    text-align:center;
    color:#FFffff;

}

.contact_form, footer h4{
    padding: 0 10%;

}
.social_footer li {
    display:inline-block;
    margin:0 7px 10px 0;
}
.social_footer li a {
    display:block;
    width:50px;
    height:50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align:center;
    line-height:46px;
    font-size:23px;
    color:#FFffff;
}
.social_footer li a:hover {
    color:#ccc;
    border-color:#ccc;
}

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: 13%;
    position: fixed;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    height: 54px;
    width: 54px;
    border: 2px solid #fff;
    font-size: 40px;
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 10;
    border-radius: 56px;

}
#feature li {
    display: inline-block;
}




nav.nav-pills > li > a:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: darkslategrey;
    padding: 14px;
    border-bottom: 1px solid #778899;
}

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: black;
    }
    .carousel-caption {
        padding-bottom: 0;
        bottom: 30px;
    }
    .fa-2x {
        font-size: 1.5em;
    }
    .social a {
        margin: 0 0.5em;
    }
}

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

@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 */
/*--------------------*/
/*cosyr services*/
#services{
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: -30px;
}
.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;
}
/* ============= Services 3 ============ */


/* Accordion */
.accordion-heading {
    color: #393838;
    background: #e9edeb;
}

.accordion-toggle, .accordion-heading {
    padding: 20px !important;
}

.accordion-heading a {
    color: #393838;
}

.accordion-inner {
    color: #393838;
    background: #f9f9f9;
    border: 0px;
    padding: 30px 20px !important;
}

/* tabs */
.nav-tabs {
    border: 0px;
    margin: auto 0;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    border-color: #e9edeb #e9edeb transparent;
    border-style: solid;
    color: #3b3b3b;
}

.nav-tabs li a {
    border-radius: 0px;
    border: 0px;
    color: #fff;
    background: darkslategrey;
    padding: 20px;
}

.tab-pane {
    margin: 15px 0 15px 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.tab-content h4 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    line-height: 30px;
    margin: 35px 0 35px 0;
}

.tab-content p{
    font-size: 1.2em;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}




/* ============= Services 2 ============ */

.service-box {
    background: #fff;
    border: 1px solid lightgrey;
    margin-bottom: 10px;
}

.service-desc{
    padding: 20px 10px;
}

.service-desc h4{
   margin-bottom: 10px;
}

.service-box figure {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.service-box  figure img {
    width: 100%;
}

.single-wc-content .btn-skin-green, .single-wc-content .btn-skin-blue, .single-wc-content .btn-skin-gray, .single-wc-content .btn-skin-orange {
    font-size: 12px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    background: none 0 0 repeat scroll #fff;
    border: lightgrey solid 1px; /*#666666*/
    border-radius: 6px;
    color: #666666;
    display: block;
    padding: 10px 15px;
    transition: transform 0.3s;
    /*width: 50%;*/
    margin: 0 auto;
}

.single-wc-content:hover .btn-skin-green {
    background: none 0 0 repeat scroll #99b815;
    color: #ffffff;
    border: lightgrey solid 1px;
}

.single-wc-content:hover .btn-skin-blue {
    background: none 0 0 repeat scroll #2b5b70;
    color: #ffffff;
    border: lightgrey solid 1px;
}

.single-wc-content:hover .btn-skin-gray {
    background: none 0 0 repeat scroll #838382;
    color: #ffffff;
    border: lightgrey solid 1px;
}

.single-wc-content:hover .btn-skin-orange {
    background: none 0 0 repeat scroll #ff3300;
    color: #ffffff;
    border: lightgrey solid 1px;
}

.btn-skin2 {
    font-size: 12px;
    font-family: lato;
    background: none 0 0 repeat scroll transparent;
    border: #fff solid 1px; /*#666666*/
    border-radius: 6px;
    color: #fff;
    display: block;
    padding: 10px 15px;
    transition: transform 0.3s;
    width: 20%;
    margin: 0 auto;
}

.btn-skin2:hover {
    background: none 0 0 repeat scroll darkslategrey;
    color: #ffffff;
    border: lightgrey solid 1px; /*#666666*/
}

/*==== Rex Idea ========*/
.welcome-content {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 0;
}

.wc-table {
    display: inline-block;
    text-align: center;
    list-style: none;
    padding: 10px;
}

.wc-table ul {
    padding: 0;
    margin: 0;
}


.wc-table li {
    float: left;
   /* width: 25%;*/
}
.single-wc-content {
    float: left;
    display: inline;
    /*width: 100%;*/
}

.single-wc-content:hover .wc-icon {
    color: #fff;
}

.single-wc-content img {
    size:10%;
}

.led_archi_icon {
    background: url('../img/icons/led_archi.svg') center no-repeat ;
    background-size:75%;
}

.single-wc-content:hover .led_archi_icon {
    border:none;
    background: url('../img/icons/led_archi_blanc.svg') center no-repeat #99b815;
    background-size:75%;
}

.led_sub_icon {
    background: url('../img/icons/led_sub_aqua.svg') center no-repeat ;
    background-size:50%;
}

.single-wc-content:hover .led_sub_icon {
    border:none;
    background: url('../img/icons/led_sub_aqua_blanc.svg') center no-repeat #2b5b70;
    background-size:50%;
}

.hublot {
    background: url('../img/icons/hublot_sub.svg') center no-repeat ;
    background-size:50%;
}

.single-wc-content:hover .hublot {
    border:none;
    background: url('../img/icons/hublot_sub_blanc.svg') center no-repeat #838382;
    background-size:50%;
}

.tobbogan {
    background: url('../img/icons/toboggan.svg') center no-repeat ;
    background-size:50%;
}

.single-wc-content:hover .tobbogan {
    border:none;
    background: url('../img/icons/toboggan_blanc.svg') center no-repeat #ff3300;
    background-size:50%;
}

single-wc-content:hover .wc-tittle {
    padding-bottom: 16px;
}

.single-wc-content:hover .wc-tittle {
    border-bottom: 2px solid darkslategrey;
}

single-wc-content:hover .wc-tittle1 {
    padding-bottom: 16px;
}

.single-wc-content:hover .wc-tittle1 {
    color: #99b815;
    border-bottom: 2px solid #99b815;
}

single-wc-content:hover .wc-tittle2 {
    padding-bottom: 16px;
}

.single-wc-content:hover .wc-tittle2 {
    color: #2b5b70;
    border-bottom: 2px solid #2b5b70;
}

single-wc-content:hover .wc-tittle3 {
    padding-bottom: 16px;
}

.single-wc-content:hover .wc-tittle3 {
    color: #838382;
    border-bottom: 2px solid #838382;
}

single-wc-content:hover .wc-tittle4 {
    padding-bottom: 16px;
}

.single-wc-content:hover .wc-tittle4 {
    color: #ff3300;
    border-bottom: 2px solid #ff3300;
}

.single-wc-content span {
    border-radius: 100%;
    display: inline-block;
    font-size: 35px;
    height: 117px;
    line-height: 117px;
    text-align: center;
    width: 117px;
    -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-wc-content span {
    border: 1px solid darkslategrey;
    color: darkslategrey;
}

.single-wc-content .wc-tittle,
.single-wc-content .wc-tittle1,
.single-wc-content .wc-tittle2,
.single-wc-content .wc-tittle3,
.single-wc-content .wc-tittle4  {
    color: #525252;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #bbbbbb;
    margin-top: 32px;
    padding-bottom: 17px;
}


.wc-tittle5  {
    color: #525252;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 10px 10px;
    padding-bottom: 0;
}

.single-wc-content p {
    color: #7d7d7d;
    font-size: 15px;
    padding: 12px;
}

@media (max-width: 767px){
    .wc-table li {
        margin-bottom: 20px;
        /*width: 50%;*/
    }
}

.navbar-nav {
    width: 50%;
    text-align: center;
    margin: auto 29%;
}



/*=====================
.navbar-brand {
    margin: auto 35%;
}*/

.navbar-brand {
    float: none;
    margin-left: 38%;
}

.navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 28%;
}



/*
.navbar-nav {
    float: left;
    margin: 0;
}*/

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

.nopadding { padding: 0 }


/* ----------- 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) {

        .spacer{
            padding: 3em 1em 0 1em;
        }

}

/* 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%;
    }

    .navbar-header {
        margin: 5px 0;
        padding-left: 0;
        float: left;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        height: 44px;
        width: 44px;
        font-size: 30px;
        top: 70%;
    }

    .carousel-caption {
        position: fixed;
        right: 15%;
        top: 90%;

    }

    .carousel-indicators {
        position: fixed;
        position: fixed;
        top: 110%;
    }

    .navbar-brand img {
        width: 115%;
        margin-bottom: 15px;
    }

    .navbar-nav {
        margin: 0;
    }

    .btn-skin2 {
        padding: 8px 12px;
        width: 75%;

    }

    .navbar-brand {
        margin-bottom: 0;
        padding: 12px 5px 5px 20px;
    }

    .navbar-toggle {
        margin-right: 0;

    }

    .og-grid li {
        width: 100%;
    }
    .carousel-control .icon-prev, .carousel-control .icon-next {
        top: 100%;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 100%;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 100%;
    }

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

    .carousel-inner h2 {
        margin: 0;
        font-size: 28px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-brand img {
        width: 25%;
        margin-bottom: 0px;
    }

    .navbar-header {
       margin: 5px 0;
        width: 100%;
        padding-left: 0;
    float: left;
    }

    .navbar-brand {
        margin-bottom: 0;
        padding: 12px 5px 5px 20px;
    }

    .carousel-content {
        width: 75%;
        margin: 12% auto;
}

    .btn-skin2 {
        padding: 8px 12px;
        width: 30%;

    }
    .carousel-control .icon-prev, .carousel-control .icon-next {
        height: 44px;
        width: 44px;
        font-size: 30px;
        top: 30%;
        text-align: center;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 30%;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 30%;
    }
}

/* ----------- 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;
    }

    .navbar-header {
        padding-left: 0;
    }

    .carousel-inner {
        top: 15%;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    .carousel-inner h2 {
        margin: 0;
        font-size: 28px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-brand img {
        width: 120%;
        margin-bottom: 0px;
    }

    .navbar-header {
        margin: 5px 0;
        width: 100%;
        padding-left: 0;
        float: left;
    }

    .navbar-brand {
        margin-bottom: 0;
        padding: 12px 5px 5px 20px;
    }

    .carousel-content {
        width: 75%;
        margin: 12% auto;
    }

    .btn-skin2 {
        padding: 8px 12px;
        width: 30%;

    }
}

/* ----------- 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: 50px;
    }

    .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: auto;
        top: 5%;
    }
}
/* 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) {

    .carousel-inner h2 {
        margin: 0;
        font-size: 28px;
    }

    .carousel-caption {
        padding-bottom: 0;
        top:110%;
        bottom: 20px;
    }

    .navbar-brand img {
        width: 115%;
        margin-bottom: 15px;
    }

    .navbar-nav {
        margin: 0;
    }

    .btn-skin2 {
        padding: 8px 12px;
        width: 75%;

    }

    .navbar-brand {
        margin-bottom: 0;
        padding: 12px 5px 5px 20px;
    }

    .navbar-toggle {
        margin-right: 0;

    }

    .og-grid li {
        width: 100%;
    }

}

/* 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) {

}