html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   ========================================================================== */
body {
    background: #fff !important;
    font-family: arial, helvetica, sans-serif;
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    font-family: 'vesa-ag-thinregular';
    width: 100%;
}
.footer-wrapper {
    background: url(../images/bg-intro.png) no-repeat bottom left;
    width: 100%;
    min-height: 617px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer-content {
    position: relative;
    display: block;
    width: 100%;
    min-height: 617px;
    display: block;
    font-size: 1.6em;
}
.logo {
    clear: left;
    display: block;
    float: left;
    height: 96px;
    margin: 260px 0 0 0;
    padding-left: 42px;
    width: auto;
    position: relative;
    overflow: hidden;
    width: 261px;
}
.logo img {
    display: block;
    top: 0;
    left: 42px;
    width: 261px;
    height: 96px;
    position: absolute;
    -moz-animation-name: slideLogo;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.5s;

    -webkit-animation-name: slideLogo;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;
}
@-moz-keyframes slideLogo {
    0% {
        left: -260px;
    }
    100% {
        left: 42px;
    }
}
@-webkit-keyframes slideLogo {
    0% {
        left: -260px;
    }
    100% {
        left: 42px;
    }
}
.fade-block {
    opacity: 1;
    -moz-animation-name: contentFade;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.8s;

    -webkit-animation-name: contentFade;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.8s;
}
@-moz-keyframes contentFade {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes contentFade {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
.footer-content address {
    display: block;
    float: left;
    text-transform: none;
    font-style: normal;
    clear: left;
    line-height: normal;
    margin: 13px 0 13px 147px;
}
address a {
    font-family: 'vesa-ag-mediumregular';
    text-decoration: none;
    color: #414042;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
address a:hover {
    color: #c32230;
}
ul {
    margin: 0 0 0 147px;
    padding: 0;
    list-style: none;
    width: 140px;
    display: block;
    clear: left;
    float: left;
}
ul li {
    display: block;
    float: left;
    overflow: hidden;
    width: 34px;
    height: 34px;
    margin-right: 1px;
    /*background: #231f20;*/
}
ul li a {
    display: block;
    width: 100%;
    height: 34px;
    overflow: hidden;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
ul li a i {
    display: block;
    width: 100%;
    color: #231f20;
    height: 34px;
    text-align: center;
    text-shadow: none;
    font-size: 20px !important;
    line-height: 34px !important;
    padding-top: 1px;
}
ul li a:hover i {color: #fff;}
ul li a.fb-icon:hover {background-color: #4761a2;}
ul li a.db-icon:hover {background-color: #ea4c88;}
ul li a.tw-icon:hover {background-color: #00abf0;}
ul li a.in-icon:hover {background-color: #C13584;}
ul li a.ln-icon:hover {background-color: #0077B5;}
ul li a.be-icon:hover {background-color: #000;}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1140px) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}