html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
        don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"]{ width:auto; margin-right:4px; vertical-align:middle; }

label{position:relative;top:2px;}

input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}

.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

/* Accessible focus treatment
        people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't screw with your line-heights
        gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's
        Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}



/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

body{
    background:#038aad url(../../css/euminia/img/bg_BU.jpg) repeat-x;
    /*font-size:14px;
        line-height:17px;*/
    background-attachment:fixed;
    color:#026;
}

/* TYPES TYPESET FONTS */

p{
    margin-bottom:10px;   
}
p+h1{
    margin-top:20px;
}
a {
    color: #004493;
    text-decoration:underline;
}a:hover{
    color: #048AAD;
}

h1{
    clear:both;
    width:100%;
    font-size:1.7em;
    color:#fff;
    text-shadow: 0px 1px 0px #AAAAAA;
    margin:-10px;
    padding:10px;
    background:url('../../css/euminia/img/orange_bg.jpg') left bottom;
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
}
.menu_3 h1{
    margin-bottom:20px;
}
h2, h3, h4, h5{
    clear:both;
    font-size:1.1em;
    line-height:0.8em;
    color:#fff;
    text-shadow: 0px 1px 0px #B27C17;
    background:url('../../css/euminia/img/orange_bg.jpg') left bottom;
    padding:10px;
    margin:-10px;
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    border-top:		1px solid #fff;
    border-bottom:	1px solid #93640D;
    margin-bottom:5px;
    -moz-box-shadow: 0px 2px 2px -2px #333;
    -webkit-box-shadow: 0px 2px 2px -2px #333;
    box-shadow: 0px 2px 2px -2px #333;
}
h4, h5{
    border-top:	1px solid #555;
    text-shadow: 0px 1px 0px #000;
    background:url('../../css/euminia/img/gray_gradient.jpg') 0 bottom;
}
h5{
    background:url('../../css/euminia/img/blue_gradient.jpg') 0 -10px;
    border-bottom:	1px solid #A5C5DE;
}

#header, #footer{
    clear:both;
    position:relative;
    margin:10px auto;
    width:940px;
    padding:5px 10px;
}
#footer{
    width:970px;
    top:5px;
    margin:0 auto 20px;
    text-align:center;
}
#footer a{
    text-decoration:none;
}
#logo img {
    border: 0;
}
#flags{
    background:url('../../css/euminia/img/gray_bg.jpg');
    display:inline;
    height:17px;
    position:absolute;
    z-index:3;
    top:155px;
    right:0px;
    padding:7px 15px 7px 20px;
    -moz-border-radius: 30px 5px 0 0 ;
    -webkit-border-radius: 30px 5px 0 0 ;
    border-radius: 30px 5px 0 0 ;
}
#flags img{
    vertical-align:middle;
}
#flags ul li{
    position:relative;
    float:left;
    margin:0px 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: 0px 2px 4px -2px #000;
    -webkit-box-shadow: 0px 2px 4px -2px #000;
    box-shadow: 0px 2px 4px -2px #000;
}
#flags ul li a{
    opacity:0.5;
}
#flags ul li a.active_flag{
    opacity:1;
}
#flags ul li a:hover{
    opacity:0.8;
}

/* --- */

#map_canvas img,
.google-maps img {
    max-width: none;
}
.google-maps {
    height: 350px;
}
blockquote {
    background: #f7f7f7 !important;
    border-left: 1px solid #385287 !important;
    margin: 0px !important;
    padding: 15px !important;
    quotes: "\201C""\201D""\2018""\2019" !important;
}
blockquote:before {
    color: #ddd;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}
span.btn {
    display: inline-block;
    white-space: pre;
    padding: 6px 10px;
    font-weight:bold;
    margin-top: 0px;
    cursor: pointer;
    border-radius: 0 0 8px 8px;
    margin-right:3px;
}
span.btn a {
    text-decoration: none;
    color:#fff;
}
span.active {
    background: #E19E1B !important;
}
span.active:hover a {
    color: #fff !important;
} 
.baseInfoWrapper{
    height:340px;
    overflow:hidden;
}
.slidesNav{
    margin-top:-3px;
}
ul#allBasesWrapper {
    margin-left: 20px;
}
#allBasesWrapper li {
    float: left; width: 330px;
}

/* --- */

span.slidesNav{
    display:none;/*jQ*/
}
span.btn_next, span.btn_prev{
    display:inline-block; /*jQ*/
    cursor:pointer;
    user-select:none;
    vertical-align:middle;
    margin:0 6px;
    width:20px;
    height:19px;
    background:url('../../css/euminia/img/btn_prev_next.jpg');
}
span.btn_prev{

}
span.btn_next{
    background-position: -20px 0;
}

/* --- */

.container{
    position:relative;
    margin:0 auto;
    width:990px;
    display:table;
    /*background:url(../../css/euminia/img/shine_bg.png) no-repeat;*/
}
.wrapper{
    position:relative;
    float:left;
    width:960px;
    padding:15px;
    border-top:1px solid #D4E5F9;
    border-bottom:1px solid #6DA0DB;
    background:url(../../css/euminia/img/transparent_white_40.png);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}

/* NAVIGATION */
#site_nav{
    position:relative;
    height:80px;
    font-size:17px;
}
#site_nav ul{
    height:40px;
}
#site_nav ul li{
    float:left;
    display:inline;
    padding-right:0 2px;
}
#site_nav ul li a{
    display:inline-block;
    position:relative;
    height:39px;
    line-height:36px;
    padding:0 25px;
    color:#004493;
    text-shadow: 0px 1px 0px #DBEBF0;
    border-top:1px solid transparent;
    text-decoration:none;
}
#site_nav ul.submenu li a {
    padding:0 15px;
    font-size: 13px;
}
#site_nav ul li a:hover{
    color:#fff;
}
#site_nav ul li a.active{
    color:#fff;
    text-shadow: 0px 1px 0px #B27C17;
    background:url(../../css/euminia/img/orange_bg.jpg);
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    border-top:1px solid #fff;
}
#site_nav li > ul{
    display:none;
    position:absolute;
    left:0px;
    top:40px;
    width:900px;
}
#site_nav li > ul > li{
    position:relative;
    float:left;
    display:inline;
}
#site_nav li:hover > ul{
    display:block;
}
div#ul_results{
    background:#F0AA23 url(../../css/euminia/img/orange_bg.jpg) 0 bottom;
    border-top:1px solid #fff;
    border-bottom:1px solid #93640D;
    height:38px;
    width:930px;
    padding:0px 15px;
    margin-top:-1px;
    -moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;

    -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
}

/* SIDE MENU */
#side_menu{
    background:#FEBA27;
    text-shadow:0px 1px 0px #BF7C1C;
    text-indent:5px;
    line-height:20px;
    margin:4px 15px 5px 5px;
    color:#fff;
    font-size:15px;
    width:300px;
    padding:20px 5px;
}

/**/
#navigation_path{
    position:relative;
    top:-1px;
    margin-left:5px;
    clear:both;
    float:left;
    padding:8px 50px 8px 20px;
    -moz-border-radius: 0px 0px 40px 7px;
    -webkit-border-radius: 0px 0px 40px 7px;
    border-radius: 0px 0px 40px 7px;
}
#navigation_path > span{
    padding:0px 10px;
    color:#fff;
}
/**/

/* //// PAGE ///// */
.oneTop5List + .oneTop5List{ display:none; } /* jQ */
.oneCharterBaseComments + .oneCharterBaseComments { display:none; } /* jQ */
.cont{
    position:relative;
    left:-10px;
    clear:both;
    /*background:#fff;*/
    /*background:rgba(255,255,255,0.5);*/
    width:980px;
    min-height:200px;
    margin:5px 0px;
}
.cont_left{
    position:relative;
    float:left;
    width:730px;
}
.cont_right{
    position:relative;
    float:left;
    width:250px;
    /*background:#f00;*/
}

.menu_1,
.menu_2,
.menu_3,
.menu_4{
    position:relative;
    float:left;
    background:#fff;
    min-height:150px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin:5px 0px 5px 10px;
    padding:10px;
    -moz-box-shadow:  0px 1px 2px 1px #50667F;
    -webkit-box-shadow:  0px 1px 2px 1px #50667F;
    box-shadow:  0px 1px 2px 1px #50667F;
}
.menu_1{width:210px;}
.menu_2{width:330px;}
.menu_3{width:690px;}
.menu_4{width:940px;}

/**/

.grayed{
    background:url(../../css/euminia/img/gray_bg.jpg);
    text-shadow: 0px 1px 0px #000000;
    border-bottom:1px solid #FEBA27;
    -moz-box-shadow: inset 0px 3px 5px #333;
    -webkit-box-shadow: inset 0px 3px 5px #333;
    box-shadow: inset 0px 3px 5px #333;
    color:#ddd;
}
.grayed a {
    text-shadow: 0px 1px 0px #000000;
    color:#DBA634;
}
.grayed a:hover{
    color:#FEBA27;
}

.oranged{
    min-height:80px;
    background:url(../../css/euminia/img/orange_bg_textured.jpg);
}
.oranged p{
    margin: 18px;
    font-style: italic;
    color:#444;
    text-shadow:0px 1px 0px #9E6400;
}

/**/

.cont_right .menu_1{
    width: 220px;
    margin-left:0px;
}
/* RESULTS INSIDE MENU */
.menu_small{
    position:relative;
    float:left;
    width:127px;
    padding:5px;
    border-right:1px solid #ddd;
}
.menu_small:last-child{border:none;}
.menu_small.result{
    margin-top:10px;
}
.menu_small.result img{
    vertical-align:middle;
}

/*
.menu_small.result span.result_img{
    height: 98px; display: table-cell; vertical-align:middle;
} */

.menu_small.result span.result_img{
    position:relative;
    display:inline-block;
    line-height:100px;
    height:110px;
    min-height:100px !important;
    vertical-align: middle;
}


/*  STARS RATING */
.result_score{
    text-align:center;
}
div.stars{
    vertical-align:middle;
    position:relative;
    display:inline-block;
    margin-bottom:4px;
    width:100px;
    height:19px;
    background: #888 url(../../css/euminia/img/stars_bg.jpg) no-repeat 0px center;
    overflow:hidden;
}
div.stars img{
    position:absolute;
    vertical-align:middle;
    top:0px;
    left:0px;
}
.move20{
    margin-left:20px;
}
div.stars_total{
    background-image:url(../../css/euminia/img/stars_total_bg.jpg);
}
img.call_result_popup{
    cursor:help;
}

/* PERCENTAGE BAR */
.percentage_bar{
    padding:0;
    overflow:hidden;
    height:15px !important;
    border: 1px solid black;
    background-color: #FFF !important;
}


/* RESULT POPUP INFO PANEL */

#result_popup{
    position:absolute;
    left:-9000px;
    z-index:10;
    -moz-box-shadow: 0px 1px 4px 1px #50667F;
    -webkit-box-shadow:  0px 1px 4px 1px #50667F;
    box-shadow:  0px 1px 4px 1px #50667F;
    border:1px solid #F3B226;
}
#close_result_popup{
    cursor:pointer;
    background:url(../../css/euminia/img/close_result_popup.png) no-repeat;
    width:20px;
    height:20px;
    position:absolute;
    top:3px;
    right:4px;
    z-index: 11;
}
.result_popup_content{
    display:none;
}

/* SEARCH INPURS ETC...*/

input,button,select{
    margin: 3px 0px;
}
input, select{
    background:#DDDDDD;
    color:#000000;
    border:1px solid #BBB;
    width:202px;
    padding:5px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0px 1px 5px #333;
    -webkit-box-shadow: inset 0px 1px 5px #333;
    box-shadow: inset 0px 1px 5px #333;
}
select{
    width:220px;
}
input[type=radio]{
    width:auto;
    margin-right:4px;
}
button{
    color:#eee;
    background:#888;
    -moz-box-shadow:0px 1px 2px #222;
    -webkit-box-shadow:0px 1px 2px #222;
    box-shadow:0px 1px 2px #222;
    border:1px solid #444;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    text-shadow: 0px 1px 0px #000000;
}
button[type=submit]{
    font-size:15px;
    padding:7px 20px;
    float:right;
    color:#fff;
    text-shadow: 0px 1px 0px #B27C17;
    background:url(../../css/euminia/img/orange_bg.jpg);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border-top:		1px solid #fff;
    border-bottom:	1px solid #93640D;
    margin-bottom:5px;
    -moz-box-shadow: 0px 2px 2px -2px #333;
    -webkit-box-shadow: 0px 2px 2px -2px #333;
    box-shadow: 0px 2px 2px -2px #333;
}
button[type=submit]:hover{
    opacity:0.9;
}
/* SEARCH inside .menu_4 */
.menu_4 select{
    margin-right:15px;
    width:462px;
}
.menu_4 input[type=radio]{
    margin-left:4px;
}
.menu_4 button[type=submit]{
    margin-right:15px;
    margin-top:15px;
}

div.rating_wrapper {
    position: relative;
}

div.rating_wrapper div.zero_rating {
    width: 200px;
    height: 35px;
    padding: 10px;
    z-index: 100;
    background-color: #f1f1f1;
    border: 1px solid #aaa;
    position: absolute;
    top: 60px;
    left: 40px;
    text-align: center;
    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

div#euminia_widget_container {
    text-align: center;
    margin-top: 10px;
}

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {
}
/* Media queries!
-------------------------------------------------------------------------------*/
/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
}
@media all and (orientation: portrait) {
}
@media all and (orientation: landscape) {
}



























