@import url("color-scheme.html");	/* Color scheme */

/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
#logo_home h1 a {
    width: 300px !important;
    height: 34px;
    display: block;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 300px 34px !important;  
    text-indent: -9999px;
}
#top_line {
    background: #0f77b3 url(../images/pattern_3.png) repeat;
}

@media only screen and (max-width: 991px)
#header_menu {
    text-align: center;
    padding: 25px 15px;
    display: block;
    background: url(../images/pattern_3.png) #0f77b3 !important;

}

#feedback {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 250px;
    margin-left: -3px;
    margin-bottom: -3px;
}

#feedback-form {
    float: left;
    width: 300px;
    height: 100%;
    z-index: 1000;
    padding-left: 5px;
    padding-right: 10px;
    background-clip: 'padding-box';
    border: 1px solid rgba(0,0,0,.2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#feedback-tab {
    float: right;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 42px;
    background-color: rgba(0,0,0,0.5);
    margin-top: 60px;
    margin-left: -42px;
    padding-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#feedback-tab:hover {
    background-color: rgba(0,0,0,0.4);
}

#feedback-form textarea {
    resize: none;
}
#content {
       position: fixed;
    bottom: 142px;
    z-index: 99999;
    float: left;
    left: 0px;
    right: 0px;

}
#content img {
   
}