@charset "UTF-8";

::selection {
    color:#FFFFFF;
    background:#0093DB;
}

::-moz-selection {
    color:#FFFFFF;
    background:#0093DB;
}

* {
    font-family:"proxima nova","Helvetica Neue",Helvetica,Arial;
}

html, body {
    height:100%;
    margin:0px;
    font-size:14px;
    font-weight:normal;
    color:#626262;
    background-color:#f2f2f2;
}

.wrap {
    min-height:100%;
    height:auto !important;
    height:100%;
    margin:0 auto -50px;
    position:relative;
}

.container {
    width: 80%;
    height: 80%;
    position: absolute;    
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

img.center {
    max-width: 100%;
    max-height: 100%;  
    position: absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

@media
only screen and (max-width:1100px) {
    .content {
        padding-left:20px;
        padding-right:20px;
    }
}

