
body {
    /*font: normal 80% Arial, Helvetica, sans-serif;*/
    font-family: "Open Sans";
    color: #000;
    /*background-color: #000;*/
    background-image: url(/images/bg_v.png);
}

div.bigshadow {
    /*width: 250px;
    box-shadow: 0px 30px 30px 20px rgba(0,0,0,0.17),0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 30px 30px 20px rgba(0,0,0,0.17),0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    background-color: #f6f6f6;
    -webkit-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.27);
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

p {
    padding: 0;
    color: #000;
    line-height: 1.7em;
    font-size: 100%;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #2d506e;
    text-shadow: 1px 1px 5px rgba(150, 150, 150, 0.25);
    letter-spacing: -1px;
    margin: 10px 0 10px 0; /*top right bottom left*/
}

h3 {
    padding-top: 15px;
}

footer {
    font-size: 14px;
    height: 50px;
    padding-bottom: 30px;
    text-align: center;
    color: #0043A8;
    background: #f7f7f7;
}

.k_sh {
    -webkit-box-shadow: 0px 5px 6px -3px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 5px 6px -3px rgba(0,0,0,0.71);
    box-shadow: 0px 5px 6px -3px rgba(0,0,0,0.71);
    margin-bottom: 10px;
    padding: 0px;
}

.cent {
    text-align: center;
}

.my-nav {
    margin: 5px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    display: block;
    background-color: transparent;
    border: 1px solid transparent;
    color: #9bbdc4 !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-nav:hover {
    /*background-color: #76f3ef;*/
    color: #f6f6f6 !important;
    border-color: #0ba9dc;
    margin: 5px 5px 0 5px; /*top right bottom left*/
}

.my-btn {
    cursor: pointer;
    width: auto;
    font-weight: bold;
    font-size: 32px;
    background-color: white;
    border: 1px solid #000;
    color: green !important;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 20px 10px 20px 10px;
    text-align: center;
    text-shadow: rgba(0, 128, 0, 0.23) 0px 1px 20px;
}

    .my-btn:hover {
        background-color: #85ff94;
        color:white;
       
    }

/* BUTTON CSS */

input.send {
    font-size: 14px;
    font-weight: bold;
    display: block;
    background-color: #f6941b;
    border: 1px solid transparent;
    color: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 15%;
    margin-left: 15%;
}

    input.send:hover {
        background-color: #45d03f;
        color: #363636;
        border-color: #343434;
    }



/* BUTTON CSS END*/
