p#forms {
    border-bottom: 1px dotted rgba(43, 166, 203, 0.7);
    padding-bottom: 15px;
    font-size: 17px;
}

#lider {
    width: 500px;
    top: 100px;
    position: fixed;
    z-index: 100000
}

#heads {
    width: 348px;
    height: 520px;
    position: absolute;
    right: 0px;
    border: 1px solid rgba(43, 166, 203, 0.7);
    margin-left: 40px;
    padding: 20px 40px;
    border-radius: 3px;
    box-shadow: 0 0 8px gray;
    background-color: #ffffff;
}

#idebar {
    position: absolute;
    //top: 180px;
    //left: 113px;
    //box-shadow: 0 0 8px gray;
}

#sidebar1 {
    position: absolute;
    //top: 180px;
    //left: 113px;
    //box-shadow: 0 0 8px gray;
}

h3#forms {
    font-family: 'Roboto Slab', serif;
}

input#forms[type=text],
input#forms[type=email] {
    margin-top: 10px;
    padding: 6px;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    border: 3px solid rgba(43, 166, 203, 0.7);
}

h4#forms {
    font-size: 15px;
}

div#forms {
    position: absolute;
    top: 300px;
    left: 650px;
}

select#forms {
    padding: 6px;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    border: 3px solid rgba(43, 166, 203, 0.7);
}

textarea#forms {
    padding: 6px;
    font-size: 15px;
    border-radius: 2px;
    border: 3px solid rgba(43, 166, 203, 0.7);
    margin-top: 10px;
    height: 200px;
    width: 100%;
}

button#forms {
    background: rgba(43, 166, 203, 0.7);
    border: none;
    color: #fff;
    width: 100%;
    font-size: 22px;
    font-weight: bolder;
    padding: 8px 0 8px 0;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 25px;
}


/*--------------------------------------

		Advertisement div

----------------------------------------*/

.formget {
    width: 300px;
    margin-top: 65px;
    margin-left: 57px;
    float: left;
}