body{
    text-shadow: 0px 0px 0px!important;
    background: rgba(184,184,184,1);
    background: -moz-linear-gradient(left, rgba(184,184,184,1) 0%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,184,184,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(left, rgba(184,184,184,1) 0%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(left, rgba(184,184,184,1) 0%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(184,184,184,1) 0%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to right, rgba(184,184,184,1) 0%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#ededed', GradientType=1 );
    height: 100%;
    height: 100vh;
    font-family: 'Work Sans', sans-serif;
}
::-moz-selection { background: #328195; color: #FFF;; }
::selection { background: #328195; color: #FFF; }

.background{
    width: 100%;
    height: 100%;
    height: 100vh;
}
.container{
    max-width: 1000px;
    width: 100%;
}

/*  NAVBAR  */

.navbar-fixed-top{
    height: 5em;
    display: block;
    position: fixed;
    background: rgba(205,205,205,1);
    background: -moz-linear-gradient(left, rgba(205,205,205,1) 0%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(205,205,205,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(left, rgba(205,205,205,1) 0%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(left, rgba(205,205,205,1) 0%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(205,205,205,1) 0%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to right, rgba(205,205,205,1) 0%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#ededed', GradientType=1 );
}
.navbar-fixed-top a{
    font-size: 15px;
    color: #328195;
    text-transform: uppercase;
    font-weight: bold;

}
.navbar-fixed-top a:hover{
    background: transparent!important;
    /*border-bottom: 2px solid #328195;*/
}
.active{
    color: #57575d!important;
}
.navbar-collapse{
    position: relative;
    position: relative;
    top: 0.7em;
}
.navbar-toggle{
    background-color: #57575d;
    position: relative;
    top: 0.7em;
}
.navbar-toggle .icon-bar{
    background: rgb(201,201,201);
}






.sliding-middle-out {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
}
.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out:hover:after {
	width: 100%;
	background: #328195;
}
/* END NAV */ 



/* CONTENT */ 
.content{
    /*background-image: url(../img/gears.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    max-height: 500px;
    background-size: cover;  
    display: block;
    position: relative;
    top: -150px;
    margin: 0 auto;
}

.services{
    background-image: url(../img/gear_img.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    max-width: 1500px;
    height: 100%;
    max-height: 500px;
    background-size: cover;  
    display: block;
    position: relative;
    top: 65px;
    margin: 0 auto;
}
.services .container {
    padding: 0px;
}

h1{
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    background: #57575d;
    padding: 10px;
    width: 50%
}
h2{
    background: #328195;
    font-weight: 100;
    padding: 10px;
    width: 100%;
    font-family: 'Work Sans', sans-serif;
    color: #FFFFFF;
    font-size: 23px;
    font-style: italic;
}
h3{
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    padding: 1.5em 0em 0.5em;
}
.title ul { 
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 200;
    list-style-type: none;
    color: #FFFFFF;
    list-style: none;
    padding-left: 0;
    margin-left: 15px;
}
.title li {
    position: relative;
    padding-left: 11px;
    margin:0 0 8px 0;
}

.title div {
    background: #328195; 
    display: block;
    line-height: 2.5em;
    padding: 0 10px 0 20px;
    text-decoration: none;
}


.text{
    padding: 0em 5em 4em;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
    position: relative;
    margin: 0 auto;
}
.text p{
    padding-left: 15px;
}
/* END CONTENT */ 



/* CONTACT */
.contact{
    padding: 2em 5em 4em;
    text-align: left;
    font-size: 19px;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
    background-image: url(../img/gear_img.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    max-width: 1500px;
    height: 100%;
    max-height: 500px;
    background-size: cover;  
    display: block;
    position: relative;
    top: 65px;
    margin: 0 auto;
}
.cont_box{
    background: #FFFFFF!important;
    width: 100%;
    height: 92%;
    padding: 0px;
}
.cont_row{
    background: rgba(205,205,205,1);
    background: -moz-linear-gradient(left, rgba(205,205,205,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(205,205,205,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(205,205,205,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(205,205,205,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(205,205,205,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(205,205,205,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#ededed', GradientType=1 );
    margin-top: 10px;
    padding: 25px;
    display: inline-flex;
    align-items: center;
    min-height: 96px;
}
.contact img{
    width: 25px;
    float: left;
    margin-right: 3em;
}
.contact a{
    color: #57575d;
    font-weight: 400;
    background: transparent;
    background: linear-gradient(to right, #328195 50%, transparent 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition:all 400ms ease;
    padding: 10px 10px 10px 0px;
}
.contact a:hover{
    text-decoration: none;
    color: white;
    background-position:left bottom;
    padding: 10px 10px 10px 5px;
}
/* END CONTACT */


/* MOVE */
.gear {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 32em;
    bottom: -13em;
}
.gear2 {
    width: 470px; 
    height: 470px;
    position: absolute;
}
.gear3 {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 41em;
    bottom: 7em;
}
.gear4 {
    width: 115px; 
    height: 115px;
    position: absolute;
    left: 32em;
    bottom: 5em;
}
.gear5 {
    width: 115px; 
    height: 115px;
    position: absolute;
    left: 23em;
    bottom: -4em;
}
.gear6 {
    width: 250px; 
    height: 250px;
    position: absolute;
    left: 49em;
    bottom: -8em;
    
}
keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}
.content img {    
    -moz-animation-name: spin;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -moz-animation-duration: 40s;
    -webkit-animation-name: spin;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 40s;    
    -ms-animation-name: spin;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -ms-animation-duration: 40s;
    animation-name: spin;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 40s;
    
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.1));
    filter:         drop-shadow(5px 5px 5px rgba(0,0,0,0.1)); 
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, 
    Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, 
    Color='#444')";
}


/*  END MOVE    */



/* RESP */
@media only screen and (min-width: 768px) and (max-width: 1090px) { 
    h1 {
        font-size: 23px;
        width: 75%;
        line-height: 1.3;
    }
    h2{
        font-size: 21px;
        line-height: 1.3;
    }
    .text{
        padding: 0px;
    }
    .contact{
        padding: 2em;
    }
     .gear2{
        display: none;
        visibility: hidden;
    }
    .gear4{
        display: none;
        visibility: hidden;
    }
    .gear3{
        display: none;
        visibility: hidden;
    }
    .gear{
        display: none;
        visibility: hidden;
    } 
    .gear5{
        display: none;
        visibility: hidden;
    }
    .gear6{
        display: none;
        visibility: hidden;
    } 
    .content{
        background-image: url(../img/gear_s.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        max-width: 1000px;
        height: 100%;
        max-height: 300px;
        background-size: cover;  
        display: block;
        position: relative;
        top: 0px;
        margin: 0 auto;
    }
    

}


@media only screen and (max-width: 767px) {
    h1 {
        font-size: 21px;
        width: 100%;
    }
    h2 {
        font-size: 19px;
        line-height: 1.3;
    }
    h3{
        padding-left: 10px;
    }
    ul{
        line-height: 1.5;
        font-size: 21px;
    }
    .title{
        bottom: 9em;
    }
    .text{
        padding: 1em 0em 2em;
        text-align: left;
    }
    .contact{
        padding: 2em 0em 2em;
    }
    .contact img{
        float: none;
        margin-right: 0em;
        margin-bottom: 6px;
    }
    .navbar-collapse{
        background: rgb(201,201,201)
    }
    
    

    .title ul{
        margin-left: 0px;
    }
    .title li{
        padding-left: 0px;
    }
    .title div{
        line-height: 2em;
    }
    .cont_row{
        padding: 5px;
        display: block;
        text-align: center;
    }
    .gear2{
        display: none;
        visibility: hidden;
    }
    .gear3{
        display: none;
        visibility: hidden;
    }
    .gear{
        display: none;
        visibility: hidden;
    } 
     .gear4{
        display: none;
        visibility: hidden;
    }
    .gear5{
        display: none;
        visibility: hidden;
    }
    .gear6{
        display: none;
        visibility: hidden;
    } 
    .content{
        background-image: url(../img/gear_s.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        max-width: 1000px;
        height: 100%;
        max-height: 300px;
        background-size: cover;  
        display: block;
        position: relative;
        top: 0px;
        margin: 0 auto;
    }
}

