html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.content {
    min-height: 100%;
    position: relative;
    overflow: auto;
    z-index: 0;
}

.background {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

.top_block {
    width: 100%;
    display: block;
}
/*
.bottom_block {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
}
*/
.left_block {
    display: block;
    float: left;
}

.right_block {
    display: block;
    float: right;
}

.center_block {
    display: block;
    width: auto;
}

.Title {
    width: 100%;
    height: 70px;
}

.map {
    width: 550px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.background.info {
    height: auto !important;
    padding-bottom: 0;
    left: 0;
    right: 0;
    margin-top: 570px;
    margin-bottom: 70px;
}

.info {
    width: auto;
    height: auto;
    padding-bottom: 0px;
    margin: 20px;
}
/*
.footer {
    width: 100%;
    height: 70px;
}
*/
.quote {
    text-align: right;
    font-style: italic;
    margin: 20px;
}


#myLogo
{
    position: absolute;
    top: 2px;
    right: 5px;
    z-index: 999;
    width: 62px;
    height: 24px;
    cursor: pointer;
}

#myLogo img
{
    width: 62px;
    height: 24px;
}


#en-lng
{
    position: absolute;
    top: 2px;
    right: 175px;
    z-index: 999;
    width: 30px;
    height: 20px;
    cursor: pointer;
}

#en-lng img
{
    width: 30px;
    height: 20px;
    opacity: 1;
}

#ru-lng
{
    position: absolute;
    top: 2px;
    right: 140px;
    z-index: 999;
    width: 30px;
    height: 20px;
    cursor: pointer;
}

#ru-lng img
{
    width: 30px;
    height: 20px;
    opacity: 1;
}


#es-lng
{
    position: absolute;
    top: 2px;
    right: 105px;
    z-index: 999;
    width: 30px;
    height: 20px;
    cursor: pointer;
}

#es-lng img
{
    width: 30px;
    height: 20px;
    opacity: 1;
}


#pt-lng
{
    position: absolute;
    top: 2px;
    right: 70px;
    z-index: 999;
    width: 30px;
    height: 20px;
    cursor: pointer;
}


#pt-lng img
{
    width: 30px;
    height: 20px;
    opacity: 1;
}



/* visually hidden from HTML5 Boilerplate */
.vhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/*
 * Socialite
 */

/*
.socialite-instance { display: none; opacity: 0; }
.socialite-loaded .socialite-button { display: block; opacity: 1; }
.socialite-button iframe { max-width: 100%; max-height: 100%; }
*/

/*
 * Socialite Look-a-like defaults
 */

#social { display: block; list-style: none; padding: 0; margin: 10px; float: left;}
#social > li { display: block; margin: 0; padding: 10px; float: left; }
#social .socialite { display: block; position: relative; background: url('../img/social-sprite.png') 0 0 no-repeat; }
#social .socialite-loaded { background: none !important; }

#social .twitter-share { width: 55px; height: 65px; background-position: 0 0; }
#social .googleplus-one { width: 50px; height: 65px; background-position: -75px 0; }
#social .facebook-like { width: 50px; height: 65px; background-position: -145px 0; }
#social .linkedin-share { width: 60px; height: 65px; background-position: -215px 0; }

