

@media only screen and (max-width: 480px) {
h2 {
font-size: 50px;
}
}
#cookie-notice .button.bootstrap {
    font-family: sans-serif;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-right: 0.3em;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #939393;
    *background-color: #939393;
    background-image: -moz-linear-gradient(top, #939393, #939393);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#939393), to(#939393));
    background-image: -webkit-linear-gradient(top, #939393, #939393);
    background-image: -o-linear-gradient(top, #939393, #939393);
    background-image: linear-gradient(to bottom, #939393, #939393);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

#cookie-notice .button.bootstrap:hover, #cookie-notice .button.bootstrap:focus {
    color: #ffffff;
    background-color: #4d4d4d;
    *background-color: #4d4d4d;
    background-position: 0 -24px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.title .title_holder .container {
   padding-top: 35px !important;
}
.header_top #lang_sel ul ul, .header_top #lang_sel_click ul ul {
    position: absolute;
    height: auto;
    top: 33px;
    left: 0;
    border: 1px !important;
    border-style: solid !important;
    border-color: #939393 !important;
    z-index: 1000;
    background-color: #ffffff;
    padding: 1px 0!important;
}
.header_top #lang_sel ul li a, .header_top #lang_sel_click ul li a, .header_top #lang_sel ul li a:active, .header_top #lang_sel_click ul li a:active, .header_top #lang_sel ul li a:visited, .header_top #lang_sel_click ul li a:visited{
    color:#4d4d4d!important;
    border: 0!important;
    font-family: 'Playfair Display'!important;
    font-style: normal !important;
}
.header_top #lang_sel ul li a:hover, .header_top #lang_sel_click ul li a:hover {
    color: #939393!important;
    border: 0!important;
    font-family: 'Playfair Display'!important;
    font-style: normal !important;
}
.q_tabs.horizontal.left .tabs-nav li a:first-child {
    padding-left: 20px !important;
}