/* MULTI-LEVEL DROPDOWNS FOR BOOTSTRAP */
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
    display: block;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}



html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}
/* SITE BACKGROUND
body {
        background-image: url('/img/g3677.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
}
*/
/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin-left: auto;
    margin-right: auto;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 60px;
}
#footer {
    background-color: #ffffff;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.arttext {
    line-height: 150%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: justify;
    /*    text-indent: 2em;*/
    /*    font-family: 'Fournier MT'; */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.arttext > p {
    line-height: 150%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: justify;
/*    text-indent: 2em;*/
/*    font-family: 'Fournier MT'; */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

hr {
    height: 1px;
    color: rgb(221,221,221);
    background-color: rgb(221,221,221);
}

.arttext > p > span, .arttext > p > strong, .arttext > p > span > strong, .arttext > p > span > em, .arttext > p > em, .arttext > p > blockquote, .arttext > div {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.arttext > p > span > img, .arttext > p > p > img, .arttext > p > img { text-align: center; display: block; margin-left: auto; margin-right: auto;}

.widgetlateral {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    *padding-top: 19px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
/*    font-family: 'Fournier MT'; */
}

.widgetlateral > h3 {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    margin-top: 0px;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
    /* font-family: 'Avenir LT 85 Heavy';*/
}

.navbar .nav > li > a {
    float: none;
    padding: 10px 10px 0px;
    color: #777777;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 1px 0 #ffffff;
/*    font-family: 'Fournier MT';*/
}

.navbar .nav > li > ul > li > a {
    float: none;
    padding: 10px 10px 10px;
    color: #777777;
    text-decoration: none;
/*    font-family: 'Fournier MT';*/
}

.navbar .nav > li > ul > li > ul > li > a {
    float: none;
    padding: 10px 10px 10px;
    color: #777777;
    text-decoration: none;
/*    font-family: 'Fournier MT';*/
}

.navbar .nav > li > ul > li > ul > li > a:hover {
    color: #ffffff;
}

.navbar .nav > li > ul > li > a:hover {
    color: #ffffff;
}

@media (max-width:1280px) {
 .hidelores {
     width:0px;
 }
}

