/*===========================================================================================
    RESET
============================================================================================*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
    outline: 0;
}
input, textarea, select {
  outline: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #000;
}
img {
    border: none;
}
/*=================================================================================
    CLEAR FLOATS
===================================================================================*/
.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    /* IE6 */
    _zoom: 1;
    /* IE 7*/
    min-height: 0;
}
/*=================================================================================
    MAIN STYLES
===================================================================================*/
html {
    background: #f0f0f0;
}
body {
    margin: 0 auto;
    width: 980px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #231f20;
}
/*=================================================================================
    HEADER
===================================================================================*/
header {
    position: relative;
    height: 105px;
}
.logo {
    float: left;
    margin: 10px 0 0 0;
    width: 285px;
    height: 82px;
}
.logo a {
    display: block;
}
/*=================================================================================
    NAV
===================================================================================*/
.main-nav {
    float: right;
}
.main-nav ul {
    margin: 45px 0 0 0;
    height: 30px;
}
.main-nav ul li {
    float: left;
}
.main-nav ul li a {
    display: block;
    padding: 0 15px;
    min-width: 85px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #008740;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid #008740;
}
.main-nav ul li a:hover {
    font-weight: 400;
}
.main-nav ul li .current-page {
    font-weight: 400;
}
.main-nav ul li a span {
    display: block;
    margin: -3px auto 0 auto;
    width: 5px;
    height: 5px;
    border: 1px solid #008740;
    border-radius: 4px;
    background-color: #008740;
}
.main-nav ul li a:hover span {
    background-color: #fff;
}
.main-nav ul li .current-page span {
    background-color: #fff;
}
/*=================================================================================
    SLIDER
===================================================================================*/
.slider-wrapper {
    position: relative;
    width: 980px;
    height: 368px;
    overflow: hidden;
    z-index: 1;
}
#slideshow {
    width: 980px;
    height: 346px;
    overflow: hidden;
    border: 1px solid #adadad;
}
#slideshow div {
    width: 980px;
    height: 346px;
}
#slideshow div h1 {
    margin: 45px 0 0 25px;
    width: 400px;
    font-size: 30px;
    font-weight: 700;
    color: #008740;
}
#slideshow div h2 {
    margin: 40px 0 0 25px;
    width: 400px;
    font-size: 24px;
    font-weight: 600;
    color: #231f20;
}
.call-now {
    display: block;
    margin: 55px 0 0 65px;
    padding: 20px 0 0 60px;
    width: 97px;
    height: 39px;
    font-size: 14px;
    font-weight: 700;
    color: #f0f0f0;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-position: -5px -0px;
}
.slide1 {
    background: url("../img/slider/slide1.jpg") center center no-repeat;
}
.slide2 {
    background: url("../img/slider/slide2.jpg") center center no-repeat;
}
.slide3 {
    background: url("../img/slider/slide3.jpg") center center no-repeat;
}
.slider-pagination {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 980px;
    text-align: center;
    z-index: 100;
}
.slider-pagination a {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #008740;
    border-radius: 8px;
    border: 2px solid #008740;
    text-indent: -9999px;
    overflow: hidden;
}
.slider-pagination .activeSlide {
    background-color: #231f20;
}
.slider-shadow {
    width: 976px;
    height: 22px;
    background-image: url("../img/sprite.png");
    background-position: -3px -63px;
    background-repeat: no-repeat; 
}
/*=================================================================================
    ICONS
===================================================================================*/
.icon-wrapper {
    margin: 0 0 25px 0;
}
.icon {
    float: left;
    display: block;
    margin: 0 5px;
    width: 128px;
    height: 128px;
    background-color: #40a046;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
}
.icon img {
    display: block;
    margin: 15px auto 0 auto;
}
.icon h1 {
    margin: 15px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
/*=================================================================================
    FOOTER
===================================================================================*/
footer {
    margin: 6px 0 0 0;
    padding: 10px 0 0 25px;
    height: 100px;
    background-color: #231f20;
}
footer .left-col, footer .right-col {
    width: 260px;
    height: 90px;
}
footer .left-col, 
footer .right-col {
    position: relative;
}
.separator {
    width: 2px;
    height: 100%;
    background-image: url("../img/sprite.png");
    background-repeat: repeat-y;
    background-position: -0px -0px;
}
footer .left-col .separator {
    position: absolute;
    top: 0;
    right: 0;
}
footer .right-col .separator {
    position: absolute;
    top: 0;
    left: 0;
}
.foot-logo {
    width: 195px;
    height: 56px;
}
.foot-logo a {
    display: block;
}
.copyright {
    float: left;
    margin: 15px 0 0 0;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}
#webmagnat {
    margin: 20px auto 0 auto;
    width: 77px;
    height: 53px;
}
#webmagnat a {
    display: block;
}
.footer-mid-col {
    margin: 0 auto;
    padding: 15px 0 0 0;
    width: 360px;
}
.footer-mid-col nav {
    float: left;
    margin: 0 10px;
}
.footer-mid-col nav h1 {
    margin: 0 0 10px 0;
    color: #40a046;
    font-weight: bold;
}
.footer-mid-col nav ul li {
    width: 100px;
}
.footer-mid-col nav ul li a {
    color: #fff;
    line-height: 16px;
}
.footer-mid-col nav ul li a:hover {
    color: #40a046;
}
/*=================================================================================
    MAIN-CONTENT
===================================================================================*/
.main-content {
    padding: 25px;
    background-color: #fff;
}
.left-col {
    float: left;
}
.right-col {
    float: right;
}
.big-article {
    width: 615px;
}
.small-acticle {
    width: 285px;
}
.main-content article {
    margin: 0 0 30px 0;
}
article h1 {
    margin: 0 0 20px 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #231f20;
    border-bottom: 1px solid #231f20;
}
article ul {
    margin: 10px 0 0 0;
}
article ul li {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 300;
    text-indent: 17px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-position: -162px 2px;
}
.small-acticle h1 {
    font-size: 14px;
}
article h2 {
    display: inline-block;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #40a046;
}
article p {
    font-size: 14px;
    font-weight: 300;
    color: #231f20;
    text-align: justify;
    line-height: 18px;
}
.atelier, .transport {
    display: block;
    margin: 0 0 20px 0;
    width: 285px;
    height: 166px;
    position: relative;
    border: 1px solid #8f8f8f;
    border-radius: 5px;
}
.atelier img, .transport img {
    border-radius: 3px;
}
.atelier div, .transport div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 14px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    background-color: #40a046; 
    border-radius: 3px 3px 0 0;
    opacity: 0;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 2
}
.atelier:hover div {
    opacity: 1;
}
.transport:hover div {
    opacity: 1;
}
/*=================================================================================
    CONTACT
===================================================================================*/
.contact-form {

}
.contact-form .left-col {
    width: 240px;
}
.contact-form .right-col {
    width: 340px;
}
.contact-form .left-col input {
    margin: 0 0 10px 0;
    padding: 5px 0 5px 5px;
    width: 235px;
    height: 22px;
    font-weight: 300;
    background-color: #f0f0f0;
    border: 1px solid #d9d8d8;
    border-radius: 5px;
}
.contact-form .right-col textarea {
    resize: none;
    margin: 0 0 10px 0;
    padding: 4px 2px;
    width: 337px;
    height: 116px;
    font-weight: 300;
    background-color: #f0f0f0;
    border: 1px solid #d9d8d8;
    border-radius: 5px;
}
.contact-form .right-col input {
    float: right;
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #40a046;
    border: 1px solid #d9d8d8;
    border-radius: 6px;
    cursor: pointer;
}
input[placeholder] {
    color: #231f20;
}
.contact .left-col {
    width: 350px;
}
.contact .right-col {
    width: 210px;
    margin: 0 50px 0 0; 
}
.left-col strong, .right-col strong {
    margin: 0 0 10px 0;
    float: left;
    width: 80px;
    font-size: 14px;
    font-weight: 600;
}
.left-col h3, .right-col h3 {
    margin: 0 30px 10px 0;
    float: left;
    font-size: 14px;
    font-weight: 300;
}
.left-col h3 a:hover {
    color: #40a046;
}