@charset "ISO-8859-1";
/* CSS Document */

html {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

body {
    margin: 0;
    font-family: 'Raleway', Helvetica, Arial, san-serif;
    font-size: 12px;
    color: #686D6D;
}

.header {
    width: 100%;
    height: 60px;
    background-color: #7EB041;
}

.stripped {
    width: 100%;
    height: 5px;
    background-color: #C3C3C3;
    margin-bottom: 50px;
}

.logo {
    width: 263px !important;
    height: 193px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container {
    width: 900px;
    margin: auto;
    text-align: center;
}

    .container p {
        padding-top: 100px;
    }
/*--------button-------*/

.btn {
    margin-top: 80px;
}

.btn {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    width: 125px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}

    .btn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color: #dfdfdf;
    }

    .btn:active {
        position: relative;
        top: 1px;
    }

@media only screen and (max-width : 768px) {
    .logo {
        width: 263px !important;
        height: 193px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .container {
        width: 768px;
        margin: auto;
        text-align: center;
    }

    .header {
        width: 768px;
        height: 60px;
        background-color: #7EB041;
    }

    .stripped {
        width: 768px;
        height: 5px;
        background-color: #C3C3C3;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .logo {
        width: 250px !important;
        height: 185px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .container {
        width: 360px;
        margin: auto;
        text-align: center;
    }

    .header {
        width: 360px;
        height: 60px;
        background-color: #7EB041;
    }

    .stripped {
        width: 360px;
        height: 5px;
        background-color: #C3C3C3;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 320px) {
    .logo {
        width: 200px !important;
        height: 148px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .container {
        width: 320px;
        margin: auto;
        text-align: center;
    }

    .btn {
        margin-top: 40px;
    }

    .header {
        width: 320px;
        height: 60px;
        background-color: #7EB041;
    }

    .stripped {
        width: 320px;
        height: 5px;
        background-color: #C3C3C3;
        margin-bottom: 50px;
    }
}
/*--------clear fix-------*/

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE6/IE7 (trigger hasLayout*/
}
