/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    overflow: hidden!important;
    height: 100%;
    width: 100%;
}



html {
    background: url(images/bgrd.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    /* make sure it is at least as tall as the viewport */
    position: relative;
    height: 100%;
    overflow: hidden;


}





#container{
    width:100%;
    max-width: 1280px;
    height:100vh;
    /*background-color: rgba(226, 255, 255, 0.04);*/
    margin: 0 auto;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    color: white;
}

.info{
    width:320px;
    height: 290px;
    /*background-color: rgba(0, 0, 0, 0.45);*/
    top: 14.814814814814815%;
    position: absolute;
    left:11.71875%;
}

.logo{
    max-width: 260px;
}
.address{
    padding-left: 50px;
    margin-top: 30px;
}

.item {
    font-size: 18px;
    line-height: 1.333;

}

.column{
    padding-bottom: 0!important;
}

a{
    color: white;
}
a:hover{
    color: white;
    text-decoration: underline;
}
@media only screen and (max-width: 600px) {
    .info {
        left: 50%;
        transform: translate(-50%);
    }
}
