 
.contact-slide{
    position: fixed;
    right: -3px;
    bottom: 500px;
}


.contact-slide input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 70%;
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;
    text-align: left;
}

.side-contact-panel textarea{ width: 70%;}
.contact-slide button{
    width: 70%;
    background: #00bff2;
    color: #fff;
    border: 0;
    padding: 7px;
    font-size: 14px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
}
.contact-slide button:hover{ background:#6D6E70;}

.contact-slide h2{
    color: #6D6E70;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}

.u-c-c{    color: #00bff0;}

.side-contact-panel{}

.side-contact-panel label{
    font-size: 13px;
    margin-bottom: 5px;
    color: #6D6E70;
    float: left;
    width: 30%;
    line-height: 32px;
    text-align: right;
    padding-right: 5%;
    font-weight: normal;
}


#slider{
	width:500px;
	top:100px;
	position:absolute;
}
   
#header {
    width: 300px;
    height: 350px;
    position: absolute;
    right: 0px;
    border: 1px solid #d8d8d8;
    margin-left: 0px;
    padding: 20px 20px;
    border-radius: 5px;
    box-shadow: 0 0 8px grey;
    background: #fff;
    top: -60px; 
}

#sidebar{
    position: absolute;
    top: 25px;
    left: 138px;
    box-shadow: 0 0 8px grey;
    cursor: pointer;
    background: #00bff0;
    padding: 15px 10px 15px 7px;
    border-radius: 10px 0px 0px 10px;
    border: 2px solid #fff;
}

#sidebar1{
    position: absolute;
    top: 25px;
    left: 138px;
    box-shadow: 0 0 8px grey;
    cursor: pointer;
    background: #00bff0;
    padding: 15px 10px 15px 7px;
    border-radius: 10px 0px 0px 10px;
    border: 2px solid #fff;
}


@media only screen and (min-width: 600px) and (max-width: 979px) and (orientation : landscape) {
#slider {
    width: 500px;
    top: 242px;
    position: absolute;
}

}
 
 
 
 