@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('/fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
    url('/fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('/fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
    url('/fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}



body,html {
    color: #333;
    background: #eee;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    height: 100%;
    cursor: default;
}

*:first-child {
    margin-top: 0;
}

a {
    cursor: pointer;
    color: #1264a9;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


h1 {
    color: #555;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}
h2 {
    margin-top: 0;
}

p {
    line-height: 160%;
}

#utility {
    position: absolute;
    top: 10px;
    list-style: none;
    font-size: 0;
    margin: 0;
    padding: 0;
}
#utility li {
    font-size: 12pt;
    display: inline;
    margin: 0;
    padding: 0;
}
#utility li a {
    display: inline-block;
    padding: 0 10px;
    color: #333;
    text-decoration: none;
}
#utility li:first-child a {
    border-right: 1px solid #ccc;
    padding-left: 0;
}

.about {
    text-align: justify;
}

.wrapper {
    margin: 0 auto;
    width: 850px;
    min-height:100vh;
}
.inner {
    padding: 60px 27px 0 25px;
    background: #fff;
    float: left;
    width: 500px;
}

.home .inner {
    padding-top: 20%;
    min-height: 80%;
    border-right: 40px solid #ff8814;

    /** css3 madness **/
    min-height: 80vh;
    padding-top: 20vh;
}

.full_width.wrapper {
    background: #fff;
}

.full_width .main {
    padding: 0 25px 15px 25px;
    text-align: justify;
}

.language {
    line-height: 40px;
}
.language div {
    position: absolute;
    margin-left: 340px;
    width: 200px;
    text-align: right;
}
.language ul {
    position: absolute;
    margin: 0 0 0 552px;
    padding: 0;
    list-style: none;
    width: 300px;
}
.language ul li span {
    height: 40px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.language ul li span.label {
    padding-left: 10px;
    color: #333;
    border-bottom-color: #ccc;
    width: 250px;
}
.language ul li span.code {
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    background: #ff8814;
}
.language ul li span.code.active {
    font-weight: 600;
}
.language li a:hover span.label {
    font-weight: 600;
}

aside {
    margin-left: 592px;
    padding-top: 15%;
}

aside section {
    padding: 5px 10px;
}

aside section.picture {
    margin-bottom: 25px;
    text-align: center;
}

table tbody th {
    text-align: left;
}

.contact {
    background: #999;
    margin: 25px 1% 0;
    padding: 1px 1% 10px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.overlay .close_btn {
    position: absolute;
    z-index: 502;
    top: 20%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #fff;
    box-shadow: 0 0 2px #000;
    background: #000;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    font-weight: 600;
    margin: -18px 0 0 330px;
}
.overlay .background {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 500;
    background: #000;
    opacity: 0.75;
}
.overlay .content {
    top: 20%;
    position: absolute;
    background: #fff;
    z-index: 501;
    left: 50%;
    margin-left: -350px;
    width: 660px;
    padding: 20px;
}

.contact_form {
    padding-top: 15px;
}
.contact_form label, input.submit {
    margin-bottom: 5px;
    display: inline-block;
    background: #ff8814;
    color: #fff;
    font-size: .8em;
    font-weight: 600;
    width: 180px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    cursor: pointer;
    vertical-align: top;
}
.contact_form label.full {
    width: 625px;
    margin-bottom: 0;
}
.contact_form input {
    margin-left: -5px;
    padding-bottom: 0;
    height: 23px;
    width: 440px;
}
.contact_form input.submit {
    border: none;
    height: 28px;
    width: 180px;
    margin: 0 0 5px 0;
}
.contact_form textarea {
    width: 625px;
    margin: 0;
    height: 300px;
    padding: 3px 9px;
    border-color: #ccc;
}


.clear_fix:before,
.clear_fix:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clear_fix:after {
    clear: both;
}

.clear_fix {
    zoom: 1;
}