@import url('https://fonts.googleapis.com/css?family=Belleza');

html {
    height: 100%; }

body {
    background-color: #fff;
    margin: 10vh 5% 50px 0;
    font-family: 'Belleza', sans-serif; }

img { border: 0; }

p {
    margin: 0;
    line-height: 1.4em; }

.maingreen {
    background: #26A345 url(../images/bg.gif) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 500px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px; }

.card {
    background: #fff;
    color: #20a64b;
    padding: 20px 40px;
    display: inline-block;
    position: relative;
    z-index: 99;
    top: 15vh;
    left: 37%;
    margin-left: -150px; }

.cardlogo {
    display: block;
    width: 300px; }

.cardlogo img {
    width: 100%;
    height: auto; }

.cardtext {
    margin: 10px 0 0 18px; }

.cardpole {
    position: absolute;
    width: 6px;
    height: 400px;
    background: #fff;
    left: 0;
    top: -3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.cardpole > div {
    position: absolute;
    background: #fff;
    width: 26px;
    height: 7px;
    bottom: 0;
    left: -10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }

.cardtext a {
    text-decoration: none;
    color: #20a64b; }

.quotation {
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: 15%;
    right: 20%;
    width: 260px;
    color: #fff;
    background: #26A345;
    -webkit-box-shadow: 0px 0px 20px 20px rgba(38,163,69,1);
    -moz-box-shadow: 0px 0px 20px 20px rgba(38,163,69,1);
    box-shadow: 0px 0px 20px 20px rgba(38,163,69,1); }

.quotation > p:first-of-type {
    font-size: 90%;
    font-style: italic; }

.quotation > p:first-of-type > img {
    position: absolute;
    margin:3px 0 0 10px; }

.quotation p:last-of-type {
    font-size: 80%;
    text-align: right;
    margin-right: 35px; }

.quotation > img {
    position: absolute;
    left: -22px;
    top: -8px; }

.partner {
    margin: 20px 0;
    text-align: center; }

.partner img {
    height: 50px;
    margin: 10px 3%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: .7;
    transition-property: all;
    transition-duration: 1s;
    transition-delay: 0.5s; }

.partner a:hover img {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    opacity: 1;
    transition-duration: .3s;
    transition-delay: 0s; }

.numb {
    font-family: "Trebuchet MS", Helvetica, sans-serif; }

@media only screen and (max-width: 480px){
	body {
	    width:100% !important;
        min-width:100% !important;
        margin: 0 0 50px 0 !important; }

    .maingreen {
        height: 75vh;
        min-height: auto;
        overflow: hidden; }

    .card {
        padding: 20px 10px;
        display: block;
        top: 15vh;
        left: 0;
        margin-left: 0;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        border-bottom-right-radius: 20px; }

    .cardtext {
        width: 290px;
        margin: 10px auto 0 auto; }

    .cardpole {
        display: none; }

    .cardlogo {
        width: 100%;
        text-align: center; }

    .cardlogo img {
        width: 90%; }

    .quotation {
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: 5%; }

    .numb {
        font-size: 95%; }
}