/* -------------------------------------------------------------------------------------- font */
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700);

@font-face {
    font-family: 'gt_cinetype_betaregular';
    src: url('../upload/fonts/gtcinetypebeta-webfont.eot');
    src: url('../upload/fonts/gtcinetypebeta-webfont.eot?#iefix') format('embedded-opentype'),
         url('../upload/fonts/gtcinetypebeta-webfont.woff2') format('woff2'),
         url('../upload/fonts/gtcinetypebeta-webfont.woff') format('woff'),
         url('../upload/fonts/gtcinetypebeta-webfont.ttf') format('truetype'),
         url('../upload/fonts/gtcinetypebeta-webfont.svg#gt_cinetype_betaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* -------------------------------------------------------------------------------------- reset */

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: 18px;
    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: 24px;
}
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;
}


/* -------------------------------------------------------------------------------------- LAYOUT */






html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 500px;  /*320 min */            
    min-height: 100%;
    font-family: 'gt_cinetype_betaregular', Verdana, Geneva, sans-serif;
    font-size: 100%;
    background-color: #eee;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../upload/System/back/rotate.php);
}

ul, li, p {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* -------------------------------------------------------------------------------------- LOGO */


.logo_E {
    position: fixed;
    display: block;
    left: 24px;
    top: 24px;
    width: 100px;
    height: 133px;
}

.logo_A {
    position: fixed;
    right: 24px;
    bottom: 16px;
    display: block;
    width: 100px;
    height: 133px;
}


.logo_E a svg .letter{
    fill: #ffffff;
    transition: 0.25s;
    
}


.logo_E a svg:hover .letter{
    fill: #000000;
    
}

.logo_A a svg .letter{
    fill: #441199;
    transition: 0.25s;
    width: 10%;
}


.logo_A a svg:hover .letter{
    fill: #000000;
}

/* -------------------------------------------------------------------------------------- MAIN BLOCK */

#out-wrapper{
    background-color: #fff;
    width: 100%;
}

#out-wrapper_archive {
    background-color: #eeeeee;
    width: 100%;
}

.wrapper {
    width: 864px; 
    margin: auto;
}

.image_top {
    background: transparent;
    height: 50%; /*50vh;*/
    width: 100%;
}

.image_bottom {
    background: transparent;
    height: 50%; /*50vh;*/
    width: 100%;
}



/* -------------------------------------------------------------------------------------- Navigation */

#nav_main{
    margin: auto;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 72px;
    height: 26px;
}

#nav_sub {
    width: 174px;
    text-align: right;
    padding-top: 48px;
    float: left;
}

.wrapper_content {
    margin: auto;
    width: 100%;
}

#content_box {
    float: right;
    width:  494px;  
    font-family: 'Vollkorn', serif;
    line-height: 24px;
    padding-bottom: 72px;
    margin-right: 148px;
    margin-top: -15px;
}

#home_box {
    display: block;
    width:  100%;  
    vertical-align: top;
    font-family: 'Vollkorn', serif;
    line-height: 25px;
    padding-bottom: 72px;
}

#footer {
    margin: auto;
    width: 100%;
    padding-top: 15px;
    height: auto;
    border-top: 15px solid #441199;
    position: relative;
    display: table;
    padding-bottom: 24px;
}

#nav_main .social_btn {
    text-align: right;
    vertical-align: top;
    float: right;
    width: 60px;
}

.social_btn a{
display: block;
height: 20px;
width: 20px;
float: left;
background-position: 0px 0px;
background-repeat: no-repeat;
text-indent: -9999;
font-size: 0px;
transition: 0.5s;
}

.social_btn a:hover{
background-position: -20px 0px;
}

.social_btn a.facebook{
background-image: url(../upload/System/facebook.png);
margin-right: 10px
}


.social_btn a.youtube{
background-image: url(../upload/System/youtube.png);
}


#footer .social_btn_footer {
    text-align: left;
    vertical-align: top;
    width: 60px;
    display: block;
    position: absolute;
    top: 104px
}

.social_btn_footer a{
display: block;
height: 20px;
width: 20px;
float: left;
background-position: 0px 0px;
background-repeat: no-repeat;
text-indent: -9999;
font-size: 0px;
transition: 0.5s;
}

.social_btn_footer a:hover{
background-position: -20px 0px;
}

.social_btn_footer a.facebook{
background-image: url(../upload/System/facebook.png);
margin-right: 10px
}


.social_btn_footer a.youtube{
background-image: url(../upload/System/youtube.png);
}



/* -------------------------------------------------------------------------------------- NAVIGATION */

a:link {
    text-decoration: none;
    color: #000000;
}

a:visited {
   text-decoration: none;
   color: #000000;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

/* ------------ NAV-MAIN ------------------ */

.nav_main_list {
    margin: 0;
    padding: 0;
    height: 26px;
    float: left;
}

.nav_main_item {
    display: inline-block;
    font-size: 18px;
    padding-right: 24px;
}

.nav_main_item a{
    text-decoration: none;
    color: #441199;
    
}

.nav_main_link {
    display: block;
    padding-bottom: 2px;
    border-bottom: 15px solid #441199;
    transition: 0.25s;
    color: #441199;
    
}

.nav_main_link:hover {
    color: #000000 !important;
    border-bottom: 15px solid #000;
}

.nav_main_link.active {
    border-bottom: 15px solid #fff;
}

/* ------------ NAV-SUB ------------------ */

.nav_sub_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-transform: lowercase;
}

.nav_sub_item {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
    border-bottom: solid 15px #000000;
}


.nav_sub_item:hover {
    border-bottom: solid 15px #441199;
    color: #441199;
}

.nav_sub_item a{
    line-height: 24px;
    text-decoration: none;
}

.nav_sub_item a:hover{

    color: #441199;
    line-height: 24px;
    text-decoration: none;
}


.nav_sub_link {
}

.nav_sub_link.active {
    border-bottom: solid 5px #000000;
}

/* ------------ FOOTER ------------------ */

.language_btn {
    float: right;
}

/* ------------ BREADCRUMP ------------------ */

.nav_breadcrump_link {
    font-size: 0px;
    display: none;
    visibility: collapse;
}

/* ------------ FOOTER ------------------ */

#nav_meta {
    display: inline-block;
    vertical-align: top;
    float: left;
    text-transform: lowercase;
}


.nav_meta_item {
    display: inline-block;
    padding-right: 24px;
    font-size: 18px;
}

.nav_meta_item a{
text-decoration: none;
}

.nav_meta_item a:hover{
border-bottom: 15px solid #441199;
color: #441199;
}

/* -------------------------------------------------------------------------------------- CONTENT */

.headline {
    font-family: 'gt_cinetype_betaregular', Verdana, Geneva, sans-serif;
    font-size: 36px;
    text-transform: lowercase;
    line-height: 40px;
    margin-bottom: 24px;
    color: #441199;
    border-bottom: 15px solid;
}

.title {
    font-family: 'gt_cinetype_betaregular', Verdana, Geneva, sans-serif;
    font-size: 20px;
}

#content_box img {
    width: 100%;
    height: auto;
}

#content_box p {
    margin-bottom: 24px;
}

#content_box p a{
    font-style: italic;
    letter-spacing: 1px;
}

#content_box p strong{
    font-weight: 700;
}

#content_box p.title{
    margin-bottom: 0px;
}

/* ------------ NEWS ------------------ */

#news_list {
    padding-top: 74px;
}

.news_list_item {
    display: inline-block;
    width: 272px;
    padding-right: 24px;
    padding-bottom: 72px;
    cursor: pointer;
    vertical-align: top;
}

.news_list_item img {
    width: 270px;
    height: auto;
}


#news_list .news_list_item:nth-child(1){
margin-left: 222px;
}

#news_list .news_list_item:nth-child(2){
padding-right: 0px;
}

#news_list .news_list_item:nth-child(3){
margin-left: 74px;
/*padding-bottom: 0px;*/
}

#news_list .news_list_item:nth-child(4){
/*padding-bottom: 0px;*/
}

.news_list_title {
    font-size: 36px;
    line-height:42px;
    font-family: 'gt_cinetype_betaregular', Verdana, Geneva, sans-serif;
    margin-bottom: 25px;
    color: #441199;
    
}

.news_list_text {
    font-size: 18px;
    line-height: 24px;

}

.news_list_date {
    margin-top: 15px;
    padding-left: 4px;
    padding-top: 0px;
    font-size: 10px;
    line-height: 15px;
    font-family: 'gt_cinetype_betaregular', Verdana, Geneva, sans-serif;
    letter-spacing: 5px;
    color: #fff;
    background-color: #441199;

}

ul#amares_list li.amares-list-item{
border-bottom: 2px solid #000000;
margin-bottom: 24px;
}

#language_selector{
display: block;
position: fixed;
top: 24px;
right: 24px;
font-family: 'gt_cinetype_betaregular', Verdana, Geneva, sans-serif;
font-size: 12px;
letter-spacing: 2px;
text-transform: lowercase;
}

#language_selector a{
background-color: #441199;
color: #fff;
text-decoration: none;
padding-left: 5px;
padding-right: 3px;
margin-left: 20px;
transition: 0.5s;
line-height: 22px;
}

li.ui-state-default a.ui-tabs-anchor{
color: #441199;
}

#language_selector a:hover{
background-color: #000;
color: #fff;
}

@media only screen and (max-width : 1920px) {

.logo_E{
    fill: red;
    width: 160px;
    height: 213px;
}

.logo_A{
    fill: red;
    width: 160px;
    height: 213px;

}

#language_selector{

}
}

@media only screen and (max-width : 1920px) {

.logo_E{
    width: 100px;
    height: 133px;
}

.logo_A{
    width: 100px;
    height: 133px;
}

#language_selector{

}
}



@media only screen and (max-width : 1180px) {

.logo_E{
    width: 54px;
    height: 72px;
    top: 15px;
    left: 15px;
}

.logo_A{
    width: 54px;
    height: 72px;
    bottom: 15px;
    right: 15px;
}

#language_selector{
    top: 15px;
    right: 15px;
}
}

@media only screen and (max-width : 979px) {

.logo_E{
    display: none;
}

.logo_A{
    display: none;
    
}

#language_selector{
top: 0px;
right: 0px;
}


}

@media only screen and (max-width : 767px) {

}

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

}

@media only screen and (max-width : 320px) {

}