/*
@font-face {
    font-family: "myfont";
    src: url("../fonts/UniversLTStd.woff") format('woff');
}
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);


body {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 12px;
    /*font-family: 'myfont';*/
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

p {
    line-height: 1.5em;
}

a {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'myfont';*/
    font-weight: 400;
    outline: none;
    font-size: 12px;
    text-decoration: none;
    color: black;
    letter-spacing: 0.05em;
}

a:hover, a.active {
    color: silver;
    text-decoration: none;
}

#logo {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 100000;

}

#menu-bar {
    position: fixed;
    height: 50px;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
;
}

#menu-bar ul {
    float: left;
    margin: 0px 0px 0px 142px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

#menu-bar ul li {
    float: left;
    margin: 0px 40px 0px 0px;
}

#menu-bar ul li a{
    text-decoration: none;
}

#menu-bar ul li a {
    text-decoration: none;
}

#menu-bar a {
    color: #fff;
}

.clearfix {
    clear: both;
}

.popup {
    display: none;
    width: 500px;
    height: 400px;
    background-color: rgba(255,255,255,0.90);
    position: fixed;
    top: 50%;
    left: 25%;
    margin-top: -250px;
    margin-left: -250px;
    z-index: 3000;

}

.shifted {
    top: 60%;
    left: 39%;
}
/*
.shadow {
    -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
}
*/
.popup-about {
    display: none;
    width: 700px;
    height: 500px;
    background-color: rgba(255,255,255,0.90);
    position: fixed;
    top: 45%;
    left: 59%;
    margin-top: -250px;
    margin-left: -350px;
    z-index: 3000;
}


.content-col1 {
    margin-left: 102px;
    margin-top: 103px;
    width: 250px;
    float: left;
}
.content-col2 {
    margin-top: 138px;
    float:left;
}

.content-centered {
    width: 200px;
    margin: 0 auto;
    padding: 150px 10px 0px 10px;
    text-align: center;
}

.content-col1 .content-col2 {
    padding: 24px 0 10px;
}

.content-about-col1 {
    margin: 0 auto;
    padding: 50px 10px 0px 10px;
    width: 550px;
}

.content-about-col1 p {
    text-align: justify;
}

.small-p {
    font-size: 11px;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/ajax-loader.gif') 50% 50% no-repeat rgb(255,255,255);
}
