@charset "UTF-8";
 @import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600');
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed:400,300,700);
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700&subset=arabic');

html {
    height:100%;
}
body {
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    background-color: #f5f5f5;
    height:100%;
    min-height: 100%;
    line-height: 1.50em;  
    transition: all 0.3s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    color: #006ba2;
    font-weight: 500;
    margin-top: 0;

}

h1 {
    font-weight: 300;
    line-height: 1.1em;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
h1::after {
    content: "\d __________";
    display: block;
    font-size: 0.8em;
    font-weight: 600;
    margin-top: -0.5em;
}

h3 {
    font-size: 1.30em;
    margin-bottom: 10px;
    line-height: 1.20em;
    color: #190707;
}
a h3:hover{
    color: #006ba2!important;
}


.home_boxes .one-third{
margin-bottom: 10px;
}

strong{
    font-weight: 600;
}
ul {
    padding-left: 20px;
}

hr{
    border: 0px;
    border-top:1px #ccc dotted;
}

#header{
color: #fff;
    padding: 0px 0;
    background-color: #fff;
    height: 100px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fdfdfd;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    overflow: hidden;  
}

#text_block{
    border-left: 5px solid #fff;
    color: #fff;
    font-family: "Istok Web",sans-serif;
    font-size: 30px;
    font-style: italic;
    line-height: 28px;
    margin-top: 0;
    padding: 0 0 0 10px;
    float: left;
}
#text_block a{
    color: #fff;
    text-decoration: none;
}

a {
    color: #009ecb;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#header_line_1 {
    font-family: 'El Messiri','Oswald', sans-serif;
    color: #e20303;
    font-weight: bold;
    font-size: 1.9em;
    display: block;
    text-align: left;
    margin-left: 2em;
margin-top: 1.2em;
    line-height: 1.50em;
}
#content {
    margin: 20px auto;
}

#homeslider{
    width: auto;
padding: 5px;
	margin-bottom: 10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}


#page{
    min-height: 100%;
    height:100%;
    clear: both;
}

#div-back, #div-prev, #div-next{
    position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 0;
}
#div-prev, #div-next{
    display: none;
}

#bt-back, #bt-prev,#bt-next  {
    background-color: #006ba2;
    border:1px solid #004e76;
    color: #fff;
    bottom: 0;
    left: -100%;
    margin: auto;
    position: absolute;
    right: -80px;
    top: 0;
    display: block;
    padding: 0px; 
    text-decoration: none;
    border-radius:50%;
    width: 50px;
    height: 50px;
    font-size: 3em;
    text-align: center;
    line-height: 45px;
    opacity: 0.2;
}



#bt-back i, #bt-prev i, #bt-next i{
    font-size: 0.8em;
    margin-left: -3px;
}

#bt-next i{
    font-size: 0.8em;
    margin-left: 0px;
}
#bt-back:hover , #bt-prev:hover, #bt-next:hover{
    background-color: #006ba2;
    border:1px solid #004e76;
    color: #fff;
        opacity: 1;
}
#bt-back-text, #bt-prev-text, #bt-next-text {
    display: none;
}

/****/
.page_content{
    background-color: #fff;
    padding: 15px;
    height:100%;
}
.body_page-collection #content em, .navpic_tooltip em{
    background-color: #0099CC;
    color: #FFFFFF;
    padding: 1px;
    font-style: normal;
}

.page_content.box{
    margin-top: 15px;
}

.page_content.add_info{
    padding-top: 0px;
}

.share{
    margin-top: 1px;
    text-align: center;
    background-color: #fff;
	    padding: 0.5em;
	margin-bottom: 10px;
	box-shadow: 1px 3px 4px rgba(0,0,0,0.2);
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.share a{}
.share i{
    font-size: 1.30em;
    padding: 0.5em;
    color: #006ba2;
}
.share i:hover{
    color: #aaa;
}

.page_content.map{
    margin-top: 30px;
    text-align: center;
}
.page_content.attachedfiles{
    margin-top: 30px;
    text-align: center;
}
.page_content.attachedfiles ul{
    display: inline-block;
}
.page_content.attachedfiles li{
    text-align: left;
}



.column_hr_right{
    border-left:1px #ccc dotted;
    padding-left: 30px;
    margin-left: 30px;
}

.p_center{
    margin-left: 15px;
    margin-right: 15px;
}
.p_left{
    margin-right:20px;
}
.p_right{
    margin-left: 20px;
}
.p_top{
    border-top: 5px solid #006ba2;
    padding-top: 20px;
}
.page_nav{
    background-color: #fff;
    margin-bottom: 30px; 
    border-bottom:1px #ccc dotted;
    padding-bottom: 15px;

    border-top:1px #ccc dotted;
    padding-top: 15px;
}


/****/

#home .p_center{
    margin-left: 10px;
    margin-right: 10px;
    min-height : 270px;
}
#home .p_left{
    margin-right: 20px;
    min-height : 270px;
    border-right: 0px;
}
#home .p_right{
    margin-left: 20px;
    min-height : 270px;
    border-left: 0px;
}

#page a{
    color: #006ba2;
}

#page ul{
    padding-left: 20px;
    list-style: square;
    z-index: 10;
}

.alignright {
    clear: right;
    float: right;
    margin-left: 2.5em;
}
.alignleft{
    clear: left;
    float: left;
    margin-right: 2.5em;
}

.imgbox {
    border: 5px solid white;
    box-shadow: -5px 4px 5px rgba(172, 172, 172, 0.75);
    margin-bottom: 1em;
    max-width: 100%;
    height: auto;
}

.column{
    min-height: 100%;
    height:100%;
}


#menu_lang{
    right: 0;
    top:0;
    margin-top: 10px;
    position: absolute;
    z-index:1;
}
#menu_lang a{
    color: rgba(0,0,0,.3);
    text-transform: uppercase;
    border-right: 1px solid rgba(0,0,0,.3);
    padding: 0 10px 0px 5px;
    font-weight: bold;
}
#menu_lang a:last-child{
    border-right: 0px;
}
#menu_lang .selected{
    color:#006ba2;
}

.user_account i:hover{
    color:#006ba2;
}

#footer{
    padding-top: 15px;
    background-color: #006ba2;
    min-height:200px;
    color: #cabeda;
}
#footer h3 {
    color: #fff;
}
#footer a {
    color: #cabeda;
    text-transform: uppercase;
}

#footer a:hover {
    color: #fff;
}

#footer .footer_size_info{
    text-align: center;
    font-style: italic;
}
#footer .footer_size_info span {
    background-color: #006ba2;
    display: block;
    font-size: 1.3em;
    padding: 2px;
    color: #fff;
}
.footer-Images  {
    border: 0;
padding: 0;
}

#menu-bottom {
    margin-top: 1em;
    list-style: none;
    padding-left: 0;
}
#menu-bottom li{
    line-height: 2em;
}
#menu-bottom li a{
    text-transform: capitalize;
    text-decoration: underline;
    transition: opacity 0.3s;
}
#menu-bottom li a:hover{
    color: #cabeda;
    text-transform: capitalize;
    text-decoration: underline;
    opacity: 0.8;

}
#footer .p_center{
    margin-left: 50px;
    margin-right: 50px;
    border: 0px;
}
#footer .p_left{
    margin-left: 0px;
    margin-right: 50px;
    border: 0px;
}
#footer .p_right{
    margin-left: 50px;
    margin-right: 0px;
    border: 0px;
}

#logo{
    float: left;
    max-height: 69px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fdfdfd;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: 0px 0px 5px 0px #ddd;
    -webkit-box-shadow: 0px 0px 5px 0px #ddd;
    -o-box-shadow: 0px 0px 5px 0px #ddd;
    box-shadow: 0px 0px 5px 0px #ddd;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=NaN, Strength=5);
    z-index: 10;
    overflow: hidden;
    margin-right: 1em;
        padding: 0.5em;

} 
#logo img{
    max-height: 69px;
margin-bottom: 0px
    float: left;
} 

.sep{padding-top: 15px;}
.center{text-align: center;}


#search input[type="text"], button{
    width: 100%;
}
#search button {
    margin-top: 3px;
}
#contact input[type="text"],input[type="submit"], button,select,textarea{
    width: 100%;
}



/****************/


.ih3{
    float: left;
    padding-right: 10px;
    font-size: 2em;
}
/***************/

dl.item-list
{
    display: table;
    margin:15px 0;
}

.item-list dt
{
    width: 10em;
    float: left;
}
.item-list dd
{
    margin-left: 11em;
    font-weight: 400;
    color: #000;
}
.item-list td{
    padding:5px 5px 5px 0;
}

.body_page-collection-single .item-list dt
{
    width: 15em;
}
.body_page-collection-single .item-list dd
{
    margin-left: 16em;
}
.body_page-collection-single .type
{
    font-style: italic;
    font-size: 1.2em;
    margin-top: -1em;
}


dt { clear: both; }



.navpic_content .item-list dt, .navtable .item-list dt
{
    width: 0!important;
    display: none!important;
}
.navpic_content .item-list dd, .navtable .item-list dd
{
    margin-left: 0!important;
}



/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; margin-top: 0px;}
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 0px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li {  }
li { line-height: 18px;}
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* #Images
================================================== */

img.scale-with-grid {
  width: auto%;
  max-width: 350px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;

  display: block;
	padding: 5px;
	margin-bottom: 10px;
	box-shadow: 1px 3px 4px rgba(0,0,0,0.2);
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
  display: block;
  margin-left: auto;
  margin-right: auto;

}


/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-size: inherit;
    color: #252122;
    border: 1px solid #e9eaed;
    background-color: #f9f9f9;
    padding: 4px;
    text-indent: 0px;
    font-weight: 100;
    cursor: pointer;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #006ba2;

    color: #fff; }

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    background: #006ba2;

    color: #fff;
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, select,textarea,checkbox {
    font-size: inherit;
    color: #53595c;
    border: 1px solid #e9eaed;
    background-color: #fff;
    padding: 4px 0;
    text-indent: 4px;
}


#show_map{
    padding: 0px 3px 0px 3px;
    border: 0px;
    cursor: pointer;
    text-decoration: none;
    background-color: #006ba2;
    color:#fff;
    float: right;
    font-weight: 400;
    margin-left: 10px;
}
#show_map i{
    font-size: 8pt;
    padding: 0px 5px;
}

#hide_map{
    padding: 0px 3px 0px 3px;
    border: 0px;
    cursor: pointer;
    text-decoration: none;
    background-color: #E24F66;
    color:#fff;
    float: right;
    font-weight: 400;
        margin-left: 10px;
}
#hide_map i{
    font-size: 8pt;
    padding: 0px 5px;
}

/* pagination ******************/

.pagination_bottom{
    background-color: #fff; 
    border-top:1px #ccc dotted;
    padding-top: 20px;
}

.pagination .btn {
    display: inline-block;
    padding: 4px 12px;
    margin: 0;
    width: auto;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    text-indent: 0px;
}

.pagination .inline {
    display: inline-block !important;
    vertical-align: top;
}

.pagination .per_page{
    display: none;
}

.pager.left{
    float: left;
}

.right {
    float: right;
}
/***** MENU *******/


.menu_top_bg {
background: linear-gradient(#fff,#eee);
height: 65px;
border-bottom: 1px solid #ddd;
}

.menu_top_bg form {
    float: right;
    margin-top: 9px;
    width: 100%;
}
#search_txt {
    float: left;
    padding: 11px 8px;
    width: calc(100% - 110px);
    background-color: #fff;
    border:1px solid #006ba2;
    color: #006ba2;
    font-family: Oswald;
}
#search_bt {
    padding: 12px 8px;
    border:0;
    width: 40px !important;
    background-color: #006ba2;
    display: list-item;
    color: #006ba2;
    position: relative;
    font-family: Oswald;
}
#search_bt:after {
    content: "-";
}
#search_bt:hover{
     background-color: #000;
     color:#000;
}
#search_bt i{
    color: #fff;
    font-size: 1.4em;
    position: absolute;
    top: 0.3em;
    right: 0.6em;
    transition: color 0.3s;
}
#search_level{
background: linear-gradient(#ccc,#eee);
border-bottom: 1px solid #ddd;
}
#search_form{
    padding: 6px 0;
}

/* Main menu */
.menu{
    list-style: none;
}

#menu-top {
    float: left;
    padding: 0;
        margin: 0px;
        width: 100%;
}

#menu-top > li
{
    border-left: 1px solid #ddd;
    float: left;
    padding: 0;
    position: relative;
    line-height: 4.0625rem;
    margin: 0px;
    width: calc(16% - 1px);
    text-align: center;
    display: grid;
    height: 65px;
}
#menu-top > li:last-child
{
    border-right: 1px solid #ddd;
    width: calc(20% - 2px);
}

#menu-top > li:first-child
{
    text-indent: 300%;
    white-space: nowrap;
    overflow: hidden;
    width: calc(8%);
}
#menu-top > li:first-child a
{
    background: url("/themes/Mmsh/images/home.png") no-repeat scroll transparent;
    background-position: center;
}
#menu-top > li:first-child a:hover
{
    background: #e2e2e2 url("/themes/Mmsh/images/home.png") no-repeat scroll;
    background-position: center;
}
#menu-top > li.active:first-child a
{
    background: url("/themes/Mmsh/images/home-hover.png") no-repeat scroll;
    background-position: center;
    background-color: #2997d0;
}

#menu-top a 
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #006ba2;
    font-size: 1.2rem;
    font-family: 'Oswald', sans-serif, sans-serif;
    text-decoration: none;
    font-weight: 400;
    width: 100%;
    display: block;
    text-align: center;
}

#menu-top li a
{
    transition: color 0.3s;
}
#menu-top ul li a
{
    margin: 0px 0px 0px 0px;
}

#menu-top li:hover > a
{
    color: #424242;
    background-color: #e2e2e2;
    text-decoration: none;
    transition: color 0.3s;
}
#menu-top li li:hover > a
{
    color: #424242;
    background-color: #e2e2e2;
    text-decoration: none;
}

#menu-top li:hover > ul
{
    display: block;
}

/* Sub-menu */

#menu-top ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 99999;    
    color: #424242;
    background-color: #e2e2e2;
}

#menu-top ul ul
{
    top: 0;
    left: 300px;
}

#menu-top ul li
{
    float: none;
    margin: 0;
    padding: 5px 10px;
    display: block;  
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
}
#menu-top ul li:hover, #menu-top ul li:hover a,#menu-top ul li:hover ul
{
background-color: #333!important;
color: #fff!important;
}
#menu-top ul li ul a:hover
{
color: #ccc!important;
}



#menu-top ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu-top ul a
{    
    padding: 10px;
    height: 10px;
    width: 280px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    color: #424242;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
}

*html #menu-top ul a /* IE6 */
{    
    height: 10px;
}

*:first-child+html #menu-top ul a /* IE7 */
{    
    height: 10px;
}

#menu-top ul a:hover
{
    color: #424242;
}
#menu-top li .active
{
    background:linear-gradient(#2997d0,#006ba2);
}
#menu-top li a.active
{
    color: #fff;
}
#menu-top li ul li a.active
{

    color: #fff;
}


#menu-top ul li:first-child > a
{

}

#menu-top ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;

}

#menu-top ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
}

#menu-top ul li:first-child a:hover:after
{
    border-bottom-color: #000; 
}

#menu-top ul ul li:first-child a:hover:after
{
    border-right-color: #000; 
    border-bottom-color: transparent; 	
}


#menu-top ul li:last-child > a
{

}

/* Clear floated elements */
#menu-top:after 
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu-top             { zoom: 1; } /* IE6 */
*:first-child+html #menu-top { zoom: 1; } /* IE7 */

/*SLIDER*/
#homeslider .slide_content
{
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0);
}
#homeslider .slide_content
{
    bottom: 0px;
    height: 250px;
    margin-left: calc(50% - 20px);
    margin-bottom: 20px;
    padding: 0;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.7);
        border-radius: 10px;

}
#homeslider .slide_title
{
    font-size: 62px;
    color: #fff; 
    text-align: left;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    padding-bottom: 25px;
    padding-top: 20px;

}
#homeslider .slide_txt
{
    font-size: 36px;
    color: #fff; 
    text-align: left;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
/*
#homeslider .slide_column
{
    background-size: 100%!important;
    background-position: center!important;
}
*/
/************/
.title_item{
    margin-bottom: 5px;
}

.returned_results{
    clear: both;
    padding-bottom: 5px;
    text-align: left;
}

.facets_unrefined{
    clear: both;
    padding-bottom: 5px;
    text-align: left;

}
.facets_unrefined a{
    border: 1px solid #e0e0e0;
    padding: 1px 2px;
    margin-bottom: 5px;
    background-color: #e20303;
    color: #ffffff!important;
    text-decoration: none;
    font-size: 0.9em;
}
.facets_unrefined i{
    font-size: 0.7em;
    color: #E796A3!important;
    padding-left: 3px;
}
.facets_unrefined a:hover{
    border: 1px solid #000;
    color: #fff!important;
    background: #0091c7;
}

.facets_unrefined_option{

    background-color: #E796A3;
    color: #fff!important;
    text-decoration: none;
    font-size: 0.9em;
}

/* NAVLIST *******************/
.right_column_sep{
    clear: both;
    padding-bottom: 30px;
}

.navigation i
{
    width: 20px;
    text-align: center;
    margin-right: 10px;
}
.navigation b
{
    width: 20px;
    text-align: center;
    float: right;
    margin-top: 3px;
}

.navigation
{
    border:1px solid #f0f0f0;
}

/****************************/

ul.dropdown, ul.subdropdown{
    margin: 0!important;
    padding: 0!important;
    list-style: none;
    font-size: 100%!important;
    color: #252122;
    cursor: pointer;
}

ul.dropdown:hover {
    background: #252122;
    color: #fff;
    margin: 0!important;
    padding: 0!important;
}

ul.dropdown li{
    list-style: none;
    margin: 0px!important;
    padding: 5px!important;
    cursor: pointer;
}
/* hide the submenu */
li ul.subdropdown {
    display: none;
    color: #fff!important;
    margin: 0px 0px 0px -5px!important;
    padding: 0px!important;
    cursor: pointer;
}
ul.dropdown li a{
    display: block;
    text-decoration: none;
    color: #999!important;
    cursor: pointer;
}
ul.dropdown li a:hover{
    color: #fff!important;
}


ul.dropdown li:first-child > a{
    padding-top: 5px;
}
/* show the submenu */
ul.dropdown li:hover ul.subdropdown{
    background: #252122;
    display: block;
    position: absolute;
    float:left;

}
ul.dropdown li:hover li,  ul.dropdown li:hover a {
    float: none;
}

/****************************** browsing ********************************/

#browsing{
    font-size: 2em;
    transition: all 0.3s ease-in-out;
}
#browsing ul{
    padding: 0;
    margin: 0;
}
#browsing ul li{
    padding: 0 0.2em 0 0;
    display: inline-block;
}
#browsing ul li a{
    border:0px;
    color:#999;
}

#browsing ul li a.selected{
    color:#004e76;
}
#browsing ul li a:hover{
    color:#c2000a;
}
#browsing ul li .selected{
    color:#004e76;
}
/****************************** end browsing ********************************/


#sort{
    width:250px;
    margin-right: 5px;
    float: right;
}
#sort li ul.subdropdown {
    min-width:190px;
}
#sort ul.dropdown li span{
    color:#555;
}

#result_per_page{
    width:200px;
    margin-right: 5px;
    float: left;
}

#result_per_page li ul.subdropdown {
    min-width:170px;
}
#result_per_page ul.dropdown li span{
    color:#555;
}




/********/

.facet ul{
    padding: 0px 0px 0px 0px!important;
    margin: 0px 0px 0px 0px!important;
    display: table;
    width: 100%;
}
.facet ul li{
    display: table;
    font-weight: 400;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.facet ul li a::before{
  /*  content:"- ";*/
}


.facet li a {
    color: #006ba2!important;
    text-decoration: none;
    display: table-row;
}
.facet li a:hover{
    text-decoration: underline;
}

.facet li div {
    width: 75%;
    display: table-cell;
}

.facet li span{
    color: #5D5D5D!important;
    display: table-cell;
    width: 25%;
    text-align: right;

}
.facet .more{
    margin-top: 10px;
    cursor : pointer;
}
.facet .nomore{
    /*margin-top: 30px;*/
}
.facet .more:hover{
    text-decoration: underline;
}
.facet i{
    font-size: 0.8em;
    padding-left: 3px;
}

.facet .right_column_sep{
    border-top: 1px dotted #ccc;
    clear: both;
    margin-top: 10px;
    padding-bottom: 25px;
}


.facet li .facets_unrefined {
    padding: 5px!important;
    background-color: #f9f9f9!important;
    color: #5D5D5D!important;
    text-decoration: none;
    text-align: left!important;
    width: auto!important;
}
.facet li .facets_unrefined div{
    border: 1px solid #e0e0e0!important;
    border-right: 0px!important;
    padding: 5px;
}
.facet li .facets_unrefined span{
    border: 1px solid #e0e0e0!important;
    border-left: 0px!important;
    padding: 5px!important;
}
.facet li .facets_unrefined:hover{
    border: 1px solid #000;
    color: #fff!important;
    background: #252122!important;
    text-decoration: none!important;
}

/****************************/

.media_image{
    text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .4);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, .4);
    box-shadow: 0 0 5px rgba(50, 50, 50, .4);
	padding: 10px;
	margin-left:2.12766%%;*margin-left:2.12766%%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border: 0;
}
.noimage{
    color: #f0f0f0;
    font-size: 58pt
}

.media_image .noimage{
    color: #f0f0f0;
    font-size: 150pt
}
.navlist_tr{
    margin-bottom: 20px;
    display: table;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.navlist_bottom{
    border-bottom: 1px dotted #e0e0e0;
}
.navlist_tr_top{
    margin-top: 20px;
    display: table;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.navlist_img{
    width: 190px;
    display: table-cell;
    vertical-align: top;
}
.navlist_img img{
    max-width: 180px;
    max-height: 200px;
}
.navlist_img_box
{
    background-color: #fff;
    margin: 0px;
    text-align: center;
    display: block;
    position: relative;

}

.navlist_content{
    float: left;
    padding-left: 20px;
    display: table-cell;
    vertical-align: top;

}

.navlist_tr h4
{
    color: #004d95;   
}

/****************************/

.navpic
{
    background-color: #fff;
    border: 1px solid #e9e9e9;
    text-align: center;
    min-height: 255px;
    margin: 5px;
    padding: 10px;
    position:relative;
}
.navpic:hover
{
    color: #fff;
    background-color : #006ba2;
}

.navpic_info
{
    display: none;
}
.navpic_img_box{
    height: 200px;
}
.navpic_img_box img{
    border: 1px solid #F0F0F0;
    max-height: 90%;
    max-width: 90%;
}
.navpic_img_box .noimage {
    color: #F0F0F0;
    font-size: 72pt;
    margin-top: 50px;
}

.og-grid {
    padding: 0px!important;
    list-style: none;
    width: 100%;

}

.og-grid li {
    display: inline-block;
    vertical-align: top;
    min-height: 255px;
    width: 32.8%;
}

.navpic_tooltip
{
    position: absolute;
    background-image: none;
    background-color: #fff!important;
    z-index: 10000000;
    padding: 7px;
    -moz-box-shadow: 0px 0px 10px 0px #222;
    -webkit-box-shadow: 0px 0px 10px 0px #222;
    -o-box-shadow: 0px 0px 10px 0px #222;
    box-shadow: 0px 0px 10px 0px #222;
    max-width: 500px;
}


.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;

}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 0%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;


    -moz-box-shadow: 0px 0px 10px 0px #222;
    -webkit-box-shadow: 0px 0px 10px 0px #222;
    -o-box-shadow: 0px 0px 10px 0px #222;
    box-shadow: 0px 0px 10px 0px #222;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
    background-color: #fff!important;
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
/**********************/
.table {
    width: 100%;
    background-color: #fff;
    max-width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
}
.table a {
    text-decoration: none;
}
.table td{
    padding: 5px;
    background-color: #f2f2f2;
}
.table th{
    padding: 10px;
    text-align: left;
    background-color: #efefef;
    font-weight: 500;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td {
    background-color: #006ba2;
    color: #fff!important;

}
.table-hover > tbody > tr:hover > td a{
    color: #fff!important;
}

/**********
/*slider*/
.lgslider .container {
    background-color: transparent;
}
.lgslider .prev {
    background: url("/themes/Mmsh/images/slider/left-arrow.png") no-repeat scroll transparent;
    opacity: 0.5;
    width: 30px;

}
.lgslider .next {
    background: url("/themes/Mmsh/images/slider/right-arrow.png") no-repeat scroll transparent;
    opacity: 0.5;
    width: 30px;
}
.lgslider .dots_container{
display: none;
}

#homeslider .slide_title
{
    font-size: 25px;
    padding-bottom: 5px;
    padding-top: 20px;
}
#homeslider .slide_txt
{
    font-size: 1em;
    line-height: 22px;
}

.lgslider .slide_more{
    float: right;
    color: #ff86b7;
    font-size: 1.5em;
    background-color: #000;
    padding: 0.4em;
    border-radius: 5px;
}
.lgslider .slide_more:hover{
    color: #fff;
}


/** AUTOCOMPLETION**/
.autocomplete_table{
    position: absolute;
    color: #53595c;
    border: 1px solid #e9eaed;
    border-top: 0px solid #e9eaed;
    background-color: #fff;
    z-index: 100;
    top: 53px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.autocomplete_table > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #f9f9f9;
}
.autocomplete_table > tbody > tr:hover > td {
    background-color: #eee;
    color: #000!important;

}
.autocomplete_table td{
    padding: 10px;
}
/** MODAL **/

#modal {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#modal_content {
    border-top: 5px solid #006ba2;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    padding: 20px 30px 30px 30px;
    width: 80%;
    max-width: 600px;
}
#modal_content h1 {
    font-size: 2em;
}

#modal_content .close{
    position:absolute;
    right:22px;
    top:10px;
    float: right;
    cursor: pointer;
}
#modal_content .close:hover{
    color :#E796A3;
}

#modal_content ul{
    list-style: none!important;
    padding: 0px 0px 0px 0px!important;
    margin: 0px 0px 0px 0px!important;
    display: table;
    width: 100%;
}
#modal_content ul li{
    display: table;
    font-weight: 400;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
}

#modal_content li a {
    color: #006ba2!important;
    text-decoration: none;
    display: table-row;
}
#modal_content li:hover{
    text-decoration: underline;
    background-color: #f0f0f0;
}

#modal_content li div {
    width: 75%;
    display: table-cell;
    padding-left: 7px;
}

#modal_content li span{
    color: #5D5D5D!important;
    display: table-cell;
    width: 25%;
    text-align: right;
    padding-right: 7px;
}

#modal_result  {
    height: 400px;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.yoomap{z-index: 0;}


.deep1 a div{
    padding-left: 0px;
}
.deep2 a div{
    padding-left: 20px!important;
}
.deep3 a div{
    padding-left: 40px!important;
}

.deep1_option span{
    padding-left: 0px;
}
.deep2_option span{
    padding-left: 20px!important;
}
.deep3_option span{
    padding-left: 40px!important;
}



.navlist_fulltextpage{
    padding-left: 20px;
    vertical-align: top;
}

.navlist_fulltextpage .menu{

    text-align: left;
}
.navlist_fulltextpage button{
    font-size: 0.9em;
    padding: 2px 10px;
    width: auto;
}

.navlist_fulltextpage .items .item{
    background-color: #fefefe;
    border:1px #f0f0f0 solid;
    margin-top: 20px;
    padding: 0px 20px 0px 20px;
}
.navlist_fulltextpage .more{
    margin-top: 20px;
    margin-bottom: 20px;
}
.navlist_fulltextpage .more a{
    padding: 4px;
    text-align: center;
    background-color: #F9F9F9;
    border: 1px solid #E9EAED;
    color: #252122;
    text-decoration: none;
}
.navlist_fulltextpage .more a:hover{
    background: #006ba2;
    color: #fff!important;
}


.navlist_bookmarkspage{
    padding-left: 20px;
    vertical-align: top;
}
.navlist_bookmarkspage .menu{

    text-align: left;
}
.navlist_bookmarkspage button{
    font-size: 0.9em;
    padding: 2px 10px;
    width: auto;
}

.navlist_bookmarkspage .items .item{
    background-color: #fefefe;
    border:1px #f0f0f0 solid;
    margin-top: 20px;
    padding: 0px 20px 0px 20px;
}
.navlist_bookmarkspage .more{
    margin-top: 20px;
    margin-bottom: 20px;

}
.navlist_bookmarkspage .more a{
    padding: 4px;
    text-align: center;
    background-color: #F9F9F9;
    border: 1px solid #E9EAED;
    color: #252122;
    text-decoration: none;
}
.navlist_bookmarkspage .more a:hover{
    background: #006ba2;
    color: #fff!important;
}



.time_navlist{
    border-left: 3px solid  #006ba2;
    margin-left: 105px;
    padding-top: 10px;
}
.time_navlist .ion-record{
    color: #006ba2;
}

.time_navlist_date{
    position: absolute;  
    left: 30px;
    width: 80px;
    text-align: right;
    font-size: 1.2em;
    font-weight: 300;
    color: #006ba2;
}

.time_navlist_date_marker{
    position: absolute;
    background-color: #006ba2;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    left: 112px;
}
.time_navlist_date_arrow{
    position: absolute;
    left: 145px;
    text-shadow:-1px 0px 1px #ccc;
    color: #fcfcfc;
    font-size: 1.7em;
    z-index: 10;

}


.time_navlist_box{
    margin-top: -12px;
    position: relative;
    margin-left: 30px;
    margin-bottom: 30px;
    padding:10px;
    box-shadow: 0px 0px 2px 0px #ccc;
    background-color: #fcfcfc;
}
.time_navlist_tr{
    display: table;
}
.time_navlist_box h3
{
    color: #004d95;   
    padding-bottom: 10px;
}
.time_navlist_content{
    float: left;
    padding-left: 20px;
    display: table-cell;
    vertical-align: top;
}
.time_navlist_img{
    width: 150px;
    display: table-cell;
    vertical-align: top;
}
.time_navlist_img img{
    max-width: 120px;
    max-height: 150px;
}
.time_navlist_img_box
{
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 15px 15px 10px 15px;
    margin: 0px;
    text-align: center;
    display: block;
}


/* TIME **************************/


#timeline{
    border: 2em solid #fff;
    background-color: #fff;
}
.timeline_histogram{
    height:280px;
    width: 100%;
    display: table;
    margin-bottom: 40px;
}
.timeline_histogram svg{
    width: 100%;
    background-color: #fff;
    font-size: 0.5em;
    display: table-row;

}

.timeline_histogram .axis path,
.timeline_histogram .axis line {
    stroke: #000;
}
.timeline_histogram .tick text{
    font-weight: 100;
}
.timeline_histogram .bar {
    fill: #006ba2;
    stroke: rgba(0,0,0,0.5);
}

.timeline_histogram .brush .resize path {
    fill: #006ba2;
    stroke: #000;
    stroke-width:1px;
}

.timeline_histogram .brush .extent {
    fill-opacity: .3;
    fill: #006ba2;
}

.timeline_histogram .bar:hover {
    /* fill: #37aadc;*/
}

.timeline_histogram_range{
    width: 100%;
    display: inline-block;
    margin-top: 0.5em;
}

.timeline_histogram .timeline_histogram_range button{
    font-size: 1em;
    float: right;
    background-color: #006ba2;
    color: #fff!important;
    border: 0px;
    cursor: pointer;
    min-width: 150px;
    padding: auto;
    font-weight: 300;
    box-shadow:none!important;
    height: auto;
    line-height: 1em;
    padding: 0.5em;
    transition: all 0.3s ease-in-out 0s;
}

.timeline_histogram .timeline_histogram_range button:hover {
    background-color: #006ba2!important;
}

.timeline_histogram .date-range{
    background-color: #006ba2;
    color: #fff;
    padding: 0.5em;
}











.home_search{
    width:100%;
}
#home .square a{
    color:#5D5D5D;
    text-decoration: none;
}
#home .square a:hover{
    color:#006ba2;
}

.lgitems .listing li{
    display: table;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 1px dotted #E0E0E0;
}
.lgitems .listing li .img{
    display: table-cell;
    vertical-align: top;
    width: 150px;
}

.lgitems .listing li .img img{
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    display: block;
    margin: 0;
    padding: 15px 15px 10px;
    text-align: center;

    max-height: 150px;
    max-width: 120px;
}

.lgitems .listing li .text{
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}
.lgitems .listing li .title{
    font-size: 1.35em;
    margin-bottom: 5px;
    color: #252122;
    font-weight: 500;
    margin-top: 0;
}
.lgitems .listing li p{
    color: #5D5D5D;
}

.lgitems ul.list{
    list-style: square outside none;
}

.lgitems .list li{
    line-height: 18px;
}

.lgitems .list a{
    color: #5D5D5D;
    text-decoration: none;
}

.lgitems .list a:hover{
    color:#006ba2;
}


/********/

.lgfacets ul{
    list-style: none!important;
    padding: 0px 0px 0px 0px!important;
    margin: 0px 0px 0px 0px!important;
    display: table;

}
.lgfacets ul li{
    display: table;
    font-weight: 400;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lgfacets li a {
    color: #006ba2!important;
    text-decoration: none;
    display: table-row;
}
.lgfacets li a:hover{
    text-decoration: underline;
}

.lgfacets li div {
    width: 75%;
    display: table-cell;
}

.lgfacets li span{
    color: #5D5D5D!important;
    display: table-cell;
    width: 25%;
    text-align: right;

}

/* RTL */



#logo_block{
    width: 100%;
}


/*
html.RTL #menu-top li a {
    margin: 0 30px 0 0;
}
*/

html.RTL ul {
    padding-right: 30px;
    padding-left: 0px;
}
html.RTL #menu-top {
    padding-left: 0px;
    padding-right: 0px;
}


html.RTL .navlist_content {
    float: right;
    padding-right: 20px;
    padding-left: 0px;
}
html.RTL .item-list dt {
    float: right;
}
html.RTL .facet li span {
    text-align: left;
}
html.RTL li ul.subdropdown {
    margin: 0 -5px 0 0 !important;
}
html.RTL .navigation b {
    float: left;
}
html.RTL .navigation i {
    margin-right: 0px;
    margin-left: 10px;
}
html.RTL .returned_results {
    text-align: right;
}
html.RTL .right {
    float: left;
}
html.RTL .left {
    float: right;
}
html.RTL .p_right {
    margin-left: 0px;
    margin-right: 30px;
}

html.RTL .item-list dd {
    margin-left: 0em;
    margin-right: 7em;
}
html.RTL .container .column, html.RTL .container .columns {
    display: inline;
    float: right;
}

html.RTL #header_content .column, html.RTL #header_content .columns {
    display: inline;
    float: left;
}


html.RTL #home .p_right {
    border-left: 1px;
    margin-left: 0px;

    border-right: 0 none;
    margin-right: 20px;
}
html.RTL #home .p_left {
    border-right: 1px;
    margin-right: 0px;
    border-left: 0 none;
    margin-left: 20px;
}
html.RTL .navpic_content .item-list dd,html.RTL  .navtable .item-list dd {
    margin-right: 0;
}

html.RTL .table th {
    text-align: right;
}

html.RTL .time_navlist {
    border-left: 0px solid #006ba2;
    margin-left: 0px;
    border-right: 3px solid #006ba2;
    margin-right: 105px;
}

html.RTL .time_navlist_box {
    margin-left: 0px;
    margin-right: 30px;
}

html.RTL .time_navlist_content {
    float: right;
    padding-right: 20px;
}
html.RTL .time_navlist_date_marker {
    left: auto;
    right: 124px;
}
html.RTL .time_navlist_date {
    left: auto;
    right: 30px;
    text-align: left;
}

html.RTL .time_navlist_date_arrow {
    left: auto;
    right: 160px;
    text-shadow: 1px 0 1px #ccc;
}

html.RTL #modal_result {
    padding-right: 0px;
    padding-left: 10px;
}
html.RTL #modal_content .close{
    float: left;
    left: 22px;
    right: auto;
}  


/* RESIZE */

@media only screen and (max-width: 1340px) {
    #bt-back {
        right: 10px;
        line-height: 40px;
        background-color: #ffffff;
        border:1px solid #f0f0f0;
        color: #ddd;
        border-radius:0%;
        line-height: 47px;   
    }
    #bt-back i{
        margin-right: 25px;
    }

}

@media only screen and (max-width: 1180px) {
    .og-grid li {
        width: 49%!important;
    }
}
@media only screen and (max-width: 1300px) {
    #homeslider .prev {
        display: none!important;
    }
    #homeslider .next {
        display: none!important;
    }
}

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

    #contact td{
        display: block;
        width: 100%;
    }



    #div-back, #div-prev, #div-next {
        position: relative;
        height: auto;
        width: auto;

    }
    #bt-back, #bt-prev, #bt-next {
        border: 0px;
        width: 100%;
        position: relative;
        border-radius:0%;
        left: 0;
        margin: 0;
        font-size: 1.5em;
    }
    #bt-back:hover, #bt-prev:hover, #bt-next:hover{
        border: 0px;
    }
    #bt-back-text, #bt-prev-text, #bt-next-text {
        display: inline;
        font-size: 0.7em;
    }

    #logo{
        text-align: center;
        width: calc(100% - 20px);

    } 
#header_line_1{
    margin: 0;
}
    #header_line_2{
        width: 90%;
        display: block;
        padding-bottom: 10px;
    } 
    #menu-top{
        width: 100%;
    }


    #homeslider .slide
    {
        background-size: cover!important;
    }


    #homeslider .slide_title
    {
        font-size: 25px;
        padding-bottom: 2px;
        padding-top: 10px;
    }
    #homeslider .slide_txt
    {
        font-size: 16px;
    }

    #homeslider .prev {
        display: none!important;
    }
    #homeslider .next {
        display: none!important;
    }

    .p_center{
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    .p_left{
        margin-right: 0px!important;
    }
    .p_right{
        margin-left: 0px!important;
    }
    .p_top{
        border-top: 5px solid #006ba2;
    }

    html.RTL #home .p_left {
        margin-left: 0px!important;
    }
    html.RTL #home .p_right {
        margin-right: 0px!important;
    }

    #home .p_center{
        margin-left: 0px;
        margin-right: 0px;
        min-height : 0px;
    }
    #home .p_left{
        margin-right: 0px;
        min-height : 0px;
    }
    #home .p_right{
        margin-left: 0px;
        min-height : 0px;
    }

    #footer .p_center{
        margin-left: 30px!important;
        margin-right: 30px!important;
    }
    #footer .p_left{
        margin-left: 30px!important;
        margin-right: 30px!important;
    }
    #footer .p_right{
        margin-left: 30px!important;
        margin-right: 30px!important;
    }

    .navigation
    {
        width: 100%!important;
        margin: 0px 0px 5px 0px !important;
        float: left!important;
    }

    .navlist_img{
        display: block;
    }


    .navlist_content {
        display:block;
        padding-left:0px;
        padding-top:10px;
    }

    .og-grid li {
        width: 49%!important;
    }

    .right_column_sep{
        padding: 0px;
    }

    #modal_result{
        height:100%;
    }  

    #logo {
        margin-bottom: 10px;
    } 


    .timeline_histogram{
        width: 100% ;
    }
    .timeline_histogram_range{
        width: auto;
    }

    .time_navlist {
        border-left: 3px solid #006ba2;
        margin-left: 45px;
        padding-top: 10px;
    }
    .time_navlist_date_marker {
        background-color: #006ba2;
        border: 2px solid #fff;
        border-radius: 50%;
        height: 10px;
        left: 69px;
        position: absolute;
        width: 10px;
    }

    .time_navlist_date {
        color: #006ba2;
        font-size: 1.2em;
        font-weight: 300;
        left: 30px;
        position: absolute;
        text-align: right;
        width: 20px;
    }
    .time_navlist_date_arrow{
        display: none;
    }

    .time_navlist_content{
        padding-left:0px;
    }

    .item-list dt {
        float: none;
        font-weight: 600;
    }
    .item-list dd {
        float: none;
        margin-left: 0;
    }

   .item-list{
        margin-bottom: 20px!important;
    }
    .body_page-collection-single .item-list dt {
        width: auto !important;
    }
    .body_page-collection-single .item-list dd {
        margin-left: 0em !important;
    }



    .navlist_content .item-list dt {
        width: auto !important;
    }
    .navlist_content .item-list dd {
        margin-left: 0em !important;
    }


    .timeline_histogram_range button {
        float: none;
        min-width: auto;

    }
    #page {
        min-height: auto;
        height: auto;

    }

#footer .column{
        margin-bottom: 30px;
}

    .navlist_img {
        width: 100%;
    }

    .time_navlist_tr {
        width: 100%;
    }

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

.page_content.share,.page_content.map {
    margin-top: 0px;
    border-top: 1px dotted #dedede;
}
.body_page-collection-single .page_content{
    margin-top: 5px;
}

    .home_boxes .page_content {
        padding: 20px;
    }

    body {
    background-color: #fff;}

    #bt-back, #bt-prev, #bt-next {
        background-color: #000;
        border-bottom: 1px solid #fff!important;
    }

    .timeline_histogram {
        margin-bottom: 0px;
    }

    .time_navlist_date {
        font-size: 0.8em;
        left: 10px;

    }

    #text_block {
        font-size: 24px;
    }

    #content {
        margin: 0px auto;
    }

    #header {
        height: auto;
        padding: 10px;
background-image: none; 
    background-color: #fdfdfd;
    border-top: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease-in-out;


    -moz-box-shadow: 0px 0px 5px 0px #ddd;
    -webkit-box-shadow: 0px 0px 5px 0px #ddd;
    -o-box-shadow: 0px 0px 5px 0px #ddd;
    box-shadow: 0px 0px 5px 0px #ddd;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=NaN, Strength=5);
    }

    #logo {
        text-align: left;
        margin-top: 20px;
    }
    .menu_top_bg form {
        float: left;
        margin: 10px 20px;
        width: 75%;
    }
    #menu-top-mobile {
        top: 15px;
    }


    #homeslider .slide_title
    {
        font-size: 14px;
        padding-bottom: 0px;
        padding-top: 5px;
        line-height: 15px;
    }
    #homeslider .slide_txt
    {
        font-size: 11px;
        line-height: 12px;
    } 

    #homeslider .slide_content {
        height: 165px;
        margin-bottom: 10px;
        overflow: hidden;
        width: 80%;
        margin-left: calc(20% - 10px);

    }

    .og-grid li {
        width: 100%!important;
    }

}

.lgvideo{
    width: 100%;
}


.alert {
    padding: 8px 35px 8px 14px;
    margin: 10px 0;
    color: #c09853;
    background-color: #fcf8e3;
    border: 1px solid #c09853;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style-position: inside;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #609450;
    color: #468847;
}

.alert-error {
    background-color: #f9e5e5;
    border-color: #e9a5a5;
    color: #DA4C4C;
}

.alert-info {
    background-color: #dff3f8;
    border-color: #93b9d8;
    color: #7399b9;
}
#fulltext_include, #bookmarks_include{
    background-color: #fefefe;
    border: 1px solid #e9eaed;
    border-top: 0px;
    width: 100%;
    color: #999;
}
#fulltext_checkbox, #bookmarks_checkbox{
    opacity: 0.7;
}
#geomap_type{
    clear: both;
}

#geomap_type a{
    background-color: #f0f0f0;
    color: #999;
    font-weight: 400;
    padding: 0 5px;
    text-align: center;
    float: right;
    margin-left: 1px;
    text-decoration: none;
}
#geomap_type a.selected{
    background-color: #006ba2;
    color: #fff;
}
#geomap_type a:hover{
    background-color: #000;
    color: #fff;
}


#lggeomap_1{
    border: 1px solid #006ba2;
}

#geomap_results{
    background-color: #fff;
    border-top: 1px dotted #ccc;
    padding-top: 30px;
    margin-top: 30px;
}

.geomarker{
    display: none;
}


.geomarkercircle{
    border-radius: 50%;
    color: #fff;
    background-color: #000099;
    border: 2px solid #fff;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 600;
    z-index: 20;
}
.geomarkerselected{
    background-color: #ff0000; 
}


.geomarkerzone{
    background-color: #000000;
    z-index: 10;
    opacity: 0.1;
    stroke-width:0;
    fill-opacity: 1;
    fill: #000000;
    stroke: #000000;
}
#mapurl{    
    display: none;
    text-decoration: none;
}
#mapurl div{
    margin-top: 10px;
    text-align: center;
    width: 100%;
    color:#fff;
    font-weight: 400;   
    background-color: #006ba2;
padding: 10px;
width: calc(100% - 20px);}
#mapurl div:hover{ 
    background-color: #2380a8;
}

#advanced-search select{
    width: 100%;
    padding-right: 10px;
}
#advanced-search input{
    width: 100%;
}

#advanced-search .advs_value{
    width: 100%;
}
#advanced-search .advs_name{
    min-width: 200px;
}

#advanced-search .advs_operator{
    min-width: 100px;
}


#advanced-search .fields_line{
    margin-top: 5px;
}
#advanced-search .remove_element{
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    color:#5d5d5d;
}
#advanced-search .remove_element:hover{
    color:#cc0000;   
}
#advanced-search .fields_title{
    padding-right: 10px;
}
#advanced-search #tr_to_duplicate .advs_remove{
    display: none;
}
#advanced-search .advs_div{
    width: 80%;
    white-space: nowrap;
}
#advanced-search .table_to_duplicate{
    width: 100%;
}

/* exhibition ********/

.exhibition_toc{

    background-color: #f9f9f9;
    padding: 1px 10px 0px 10px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.exhibition_toc h2{
    padding-bottom: 20px;
}
.exhibition_toc .lgitems .listing li {
    border-bottom: 0 none;
    display: inline;
    float: left;
    text-align: center;
    width: 30%;
    height: 250px;
    overflow: hidden;
    margin: 1.5%;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
}

@media only screen and (max-width: 800px) {
    .exhibition_toc .lgitems .listing li {
        width: 47%;
        margin: 1%;
    } 
}


.exhibition_toc .lgitems .listing li a{
    display: block;
    padding: 20px 10px 20px 10px;
    text-align: center;
}

.exhibition_toc .lgitems .listing li .text {
    display: inline-block;
    padding-left: 0px;
    padding-top: 10px;
}
.exhibition_toc .lgitems .listing{
    padding-left: 0px!important;   
} 
.exhibition_toc .lgitems .listing li .img{
    display: inline-block;
    min-height: 150px;
}

.exhibition_toc .lgitems .listing li .img img{
    display: inline;
    border: 0px;
    padding: 0px
}

.exhibition_toc .lgitems .listing li .title {
    font-size: 1em;
}

.exhibition_second_level .listing li, .exhibition_second_level .listing {
    padding-left: 0px!important;   
}
.exhibition_second_level .lgitems .listing li .text {
    padding-left: 0px;
}
.exhibition_second_level_img{
    float: left;
    margin-right: 30px;
}
.exhibition_second_level_img img{
    max-width: 250px;
    border : 1px solid #5d5d5d;
}
.exhibition_second_level_pic{
    max-width: 250px;
    border : 1px solid #5d5d5d;
}
#exhibitions_next, #exhibitions_prev{
    color: #fff;
    background-color: #006ba2;
    padding: 0px 5px ;
    cursor: pointer;
    float: right;
    font-weight: 400;
    display: none;
}
#exhibitions_prev{
    float: left;

}
.exhibitions_next i{
    padding-left: 10px;
}
.exhibitions_prev i{
    padding-right: 10px;
}
.exhibitions_next, .exhibitions_prev{
    color: #fff;
    text-decoration: none;
}
.exhibitions_img_box{
    float: right;
    padding: 0 0 20px 40px;
}
.exhibitions_img_box img{
    width: 200px;
}
.exhibitions_img_box .add_info{
    font-style: italic;
    font-size: 0.9em;
}

#exhibition_bookmark_title{
    padding: 0px;
}
#exhibition_bookmark_title li{
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#exhibition_bookmark_title span{
    padding: 0px;
}


#exhibition_bookmarks .current{
    text-decoration: underline;
}

#exhibitions .column .page_content .item-list{
    margin-bottom: 20px;
}

#exhibitions .column .page_content .item-list dt{
    float: none;
    width: auto;
    font-size: 1.35em;
    margin-bottom: 5px;
    color: #252122;
    font-weight: 500;
    margin-top: 0;
}
#exhibitions .column .page_content .item-list dd{
    margin: 0;
}
#exhibitions .column .page_content .item-list dd a{
    color: #5d5d5d;
    text-decoration: none;
}
#exhibitions .column .page_content .item-list dd a:hover{
    color: #006ba2;
}




.login{
    max-width: 350px;
    border: 1px solid #f0f0f0;
    padding: 10px;
    background-color: #fefefe;
}

.login dt
{
    width: 10em;
    float: left;
    font-weight: 500;
}

.login dd
{
    margin-left: 11em;
}

.calendar{
    border: 1px solid #e0e0e0;
    width: 100%;
    margin-top: 10px;
}
.calendar th {
    font-weight: 400;
    background-color: #f0f0f0;
    width: 14.285%;
}
.calendar td {
    background-color: #f9f9f9;
    padding-right: 5px;
    text-align: right;
}
.calendar_day_refine{
    background-color: #f0f0f0!important;
}
.calendar_day_refine a{
    color: #006ba2 !important;
    text-decoration: none;
}
.calendar_day_refine a:hover{
    text-decoration: underline;
}

/* menu mobile */

#menu-top-mobile{
    display: none;
    position: absolute;
    top:24px;
    left:15px;
}
.menu-top-mobile-bar{
    background-color: #006ba2;
    color: #fff;
    padding: 15px;
    cursor: pointer;
}
#menu-top-mobile-content{
    display: none;
}

#menu-top-mobile-content-ul li{
    border-bottom: 0!important;
    padding :  0!important;
}
#menu-top-mobile-content-ul li:hover{
    background-color: #fff!important;
    text-decoration: none;
}
#menu-top-mobile-content-ul .level1 a{
    padding-left: 30px!important;
}
#menu-top-mobile-content-ul .level2 a{
    padding-left: 60px!important;
}
#menu-top-mobile-content-ul .level3 a{
    padding-left: 90px!important;
}
#menu-top-mobile-content-ul a{
    display: block!important;
    background-color: #f9f9f9;
    padding: 10px;
    margin-bottom: 1px;
}
#menu-top-mobile-content-ul a:hover{
    background-color: #000;
    color: #fff!important;
}

#menu-top-mobile-content-ul ul {
    font-size: 100%;
}


.button-refine {
    background-color: #006ba2;
    border: 1px solid #e9eaed;
    color: #fff;
    cursor: pointer;
    display: table;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    font-size: 1.1em;
    width: 100%
}
.button-refine:hover {
    background-color: #000;
}
.refine-filter{
    display: none;
    background-color: #f9f9f9;
    display: none;
    padding: 20px 20px 0px;
}
/* Articles
================================================== */

.articles_content{
    background-color: #fff;
    padding: 30px;
    height:100%;
}

.column_articles_right {
    border-left:1px #ccc dotted;
    padding-left: 30px;
}

.column_articles_left {
    margin-right: 30px;
}


.article_single_content {
    padding-right: 20px;
    vertical-align: top;
}

.img_same {
    position: relative;
    float: left;
    width:  100px;
    height: 100px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
    margin-right: 10px;
}

.img_timeline {
    position: relative;
    width:  100%;
    height: 100px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}

.singleTimeline {   
    word-wrap: break-word;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
}

.summary_box {
    -moz-box-shadow: 0px 1px 2px 0px #c0c0c0;
    -webkit-box-shadow: 0px 1px 2px 0px #c0c0c0;
    -o-box-shadow: 0px 1px 2px 0px #c0c0c0;
    box-shadow: 0px 1px 2px 0px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=180, Strength=2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

a .summary_box:hover {
    -moz-box-shadow: 0px 0px 1px 0px #656565;
    -webkit-box-shadow: 0px 0px 1px 0px #656565;
    -o-box-shadow: 0px 0px 1px 0px #656565;
    box-shadow: 0px 0px 1px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f8fa;
}

.summary_content {
    color: inherit !important;
    text-align: left;   
    padding: 10px;
}

.summary_title {
    max-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2em;
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 5px;
}

.summary_description {
    max-height: 3.9em;
    overflow: hidden;
    display: block !important;
    color: black;
    margin-top: 0;
    margin-bottom: 5px;
}

.summary_signature {
    color: #b0b0b0;
    font-weight: 400;
    font-size: small;
}

.no_hover {
    color: #252122;
}

/*video*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ticker {
    width: 100%;  
    overflow: hidden;
    text-align: left;
    border-bottom: 1px solid #A7A7A7;
    margin-bottom: 20px;
}

.ticker h3 {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #A7A7A7;
}

.ticker ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ticker ul li {
    list-style: none;
    height: 100%;
    overflow: hidden;
}

.navlist_articles {
    margin-top: 30px;
    display: table;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

.grey_hover:hover {
    background-color: #fcfcfc;
}

.article_signature {
    margin-top: 15px;
    word-wrap: break-word;
}

.categories_list ul {
    padding-left: 20px;
    list-style: disc;
    z-index: 10;
}

/*lgarticles*/
.lgarticles .listing li{
    display: table;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 1px dotted #E0E0E0;
}
.lgarticles .listing li .img{
    display: table-cell;
    vertical-align: top;
    width: 150px;
}

.lgarticles .listing li .img img{
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    display: block;
    margin: 0;
    padding: 15px 15px 10px;
    text-align: center;

    max-height: 150px;
    max-width: 120px;
}

.lgarticles .listing li .text{
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}
.lgarticles .listing li .title{
    font-size: 1.35em;
    margin-bottom: 5px;
    color: #252122;
    font-weight: 500;
    margin-top: 0;
}
.lgarticles .listing li p{
    color: #5D5D5D;
}

.lgarticles ul.list{
    list-style: square outside none;
}

.lgarticles .list li{
    line-height: 18px;
}

.lgarticles .list a{
    color: #5D5D5D;
    text-decoration: none;
}

.lgarticles .list a:hover{
    color:#006ba2;
}


@media only screen and (max-width: 800px) {
    .column_articles_right {
        border-left:1px #ccc dotted;
        padding-left: 5px;
    }

    .column_articles_left {
        margin-right: 0;
    }
}


.exhibition_menu ul{
    padding: 0!important;
    list-style: circle!important;
    font-size:100%!important;
    padding-bottom: 20px!important;
}
.exhibition_menu ul:first-child{
    padding-bottom: 0px!important;
}
.exhibition_menu ul li{
    padding-top: 8px!important;

}

.exhibition_menu a{
    text-decoration: none!important;
    color:#5D5D5D!important;
}
.exhibition_menu a:hover{
    color:#006ba2!important;
}
#exhibitions img{
    max-width: 100%;
}

#exhibitions .img img{
    max-width: 120px;
}



/* BASKET */
.lgbasket{
    position: absolute;
    top: -0.5em;
    left:-0.4em;
    font-size: 1.5em;
    cursor: pointer;

}
.lgbasket a{
    color:#333!important;
}
.lgbasket a:hover{
    color:#006ba2!important;
}
.lgbasket.in i{

}
.lgbasket.in i:hover{

}
#single-results-picture .lgbasket{
    top: 0em;
    right:0.2em;
}
#single-results-table .lgbasket{
    position: relative;
    top: 0em;
    right:0em;
    float:right;
}



.lgbasket_add,.lgbasket_remove, .lgbasket_cat,.lgbasket_cat_edit,.lgbasket_cat_add,.lgbasket_edit {
    font-size: 1em;
    float: right;
    background-color: #006ba2;
    color: #fff;
    border: 0px;
    cursor: pointer;
    padding: auto;
    font-weight: 300;
    box-shadow:none!important;
    height: auto;
    line-height: 1em;
    padding: 0.5em;
    min-width: 100px;
    text-align: center;
    border: 1px solid #006ba2;
}
.lgbasket_cat{
    background-color: #f9f9f9;
    border: 1px solid #e9eaed;
    color: #252122;
    float: left;
}
.lgbasket_remove{
    background-color: #f9f9f9;
    border: 1px solid #e9eaed;
    color: #252122;
}

.lgbasket_edit{
    color:#fff!important;
}

.lgbasket_remove:hover, .lgbasket_add:hover, .lgbasket_cat:hover,.lgbasket_cat_edit:hover,.lgbasket_cat_add:hover,.lgbasket_edit:hover  {
    background-color: #000!important;
    border: 1px solid #000;
        color: #fff;
}
.lgbasket_cat_remove{
    cursor: pointer;
    border:0;
    color:#cc3333;
    font-size: 1.2em;
}
.lgbasket_cat_remove:hover{
    border:0;
}
.lgbasket_table{
    border: 1px solid rgba(0, 0, 0, 1);
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-table;
    border-spacing : 0;
    border-collapse : collapse;
}
.lgbasket_table tr, .lgbasket_table td{
    border: 1px solid rgba(0, 0, 0, 0.09);
}
.lgbasket_table tr {
    background-color: rgba(0, 0, 0, 0.02);
}
.lgbasket_table tr:nth-child(2n + 1) {
    background-color: rgba(0, 0, 0, 0.04);
}
.lgbasket_table td{
    padding: 0.3em;
}

.lgbasketnote textarea{
    width: calc(100% - 1em);
    min-height: 200px;
}
.lgbasketnote .lgbasket_add,.lgbasketnote .lgbasket_remove{
    float: left;
}


.lgbasket_header {
    cursor: pointer;
    font-size: 1.5em;
    position: relative;
    float: left;
}

#header_single h2 {
    float: left;
    width: auto;
    max-width: 80%;
}

.print{
    background-color: #fefefe;
    border: 1px solid #f5f5f5;
    cursor: pointer;
    float: left;
    padding: 0px 3px;
    float: right;
    text-decoration: none;
}
.print:hover{
    background-color: #006ba2;
    border: 1px solid #006ba2;
    color:#fff!important;
}

.single-print{
    margin-right: 0.5em;
}
.navtable .lgbasket,.navtable .lgauth{
    position: relative;
    top:0;
    left:0;
    font-size: 13px;
    cursor: pointer;
}
.navlist_img .lgbasket,.navpic .lgbasket, .navtable tr .lgbasket,.grid li .lgbasket{
    display: none;
}
.navlist_img:hover .lgbasket,.navpic:hover .lgbasket, .navtable tr:hover .lgbasket,.navlist_img .lgbasket.in, .navtable tr .lgbasket.in,.navpic .lgbasket.in,.grid li:hover .lgbasket,.grid li .lgbasket.in{
    display: block;
}

/* AUTH ******/

.lgauth, .navlist_img .lgauth,.navpic .lgauth{
    position: absolute;
    top: -0.5em;
    left:-0.4em;
    font-size: 1.5em;
    cursor: pointer;
}
.navlist_img:hover .lgauth{    
    display: block;
}
.lgauth_text{
   
    margin-bottom: 2em;
}
.lgauth_signup,.lgauth_signin, .lgauth_back, .lgauth_action{
    font-size: 1em;
    float: right;
    background-color: #006ba2;
    color: #fff;
    border: 0px;
    cursor: pointer;
    padding: auto;
    font-weight: 300;
    box-shadow:none!important;
    height: auto;
    line-height: 1em;
    padding: 0.5em;
    min-width: 100px;
    text-align: center;
    border: 1px solid #006ba2;
}
.lgauth_signin,.lgauth_back{
    background-color: #f9f9f9;
    border: 1px solid #e9eaed;
    color: #252122;
    float: left;
}
.lgauth_action{
    float: left;
    margin-left: 1em;
}
.lgauth_signin:hover, .lgauth_signup:hover,.lgauth_back:hover, .lgauth_action:hover   {
    background-color: #000!important;
    border: 1px solid #000;
        color: #fff;
}

.favorite{
    margin-bottom: 30px;
}


#box_last_7{
padding: 10px;
width: 700px;
margin: 20px auto auto auto;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}
#lgitems_last_7_slide{
    height: 83px;
    background-color: #fff!important;
}
#lgitems_last_7_slide .slide{
        background-color: #fff!important;
}

#lgitems_last_7_slide .slide_title{
    display: none;
}

#lgitems_last_7_slide .slide_column
{
background-color:#fff !important;
background-position: center!important;
margin-top: -3px!important;
}

#lgitems_last_7_slide .slide_content {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #e9e9e9 !important;
    bottom: 0 !important;
    color: #fff !important;
    margin-left: 10% !important;
    margin-top: 10px !important;
    padding: 10px 0 20px !important;
    width: 80% !important;
    height: 48px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#lgitems_last_7_slide .dots_container{
    display: none;
}
#lgitems_last_7_slide .prev{
    background: transparent url("/themes/Mmsh/images/slider/left-multi-media-arrow.png") no-repeat scroll 0 0 !important;
    width: 27px!important;
    height: 27px!important;
        top: 25px;
}
#lgitems_last_7_slide .next{
    background: transparent url("/themes/Mmsh/images/slider/right-multi-media-arrow.png") no-repeat scroll 0 0 !important;
    width: 27px!important;
    height: 27px!important;
        top: 25px;
}

#lgitems_last_7_slide .slide_link:hover .slide_content{
    background-color: rgba(255, 255, 255, 0.3)!important;
    transition: background-color 0.5s ease 0s;

        background: rgba(0, 0, 0, 0) url("/themes/Mmsh/images/more.png") no-repeat scroll center center;
        display: block;
        margin-top: calc(50% - 10px);
        position: absolute;
        width: 100%;
}

@media only screen and (max-width: 800px) {
    #box_last_7{
        width: calc(100% - 20px);
    }
}



.slide_popup{
    display: none;
    position: absolute;
    background-color: #fff;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    z-index: 50;
    -moz-box-shadow: 0px 0px 3px 0px #656565;
    -webkit-box-shadow: 0px 0px 3px 0px #656565;
    -o-box-shadow: 0px 0px 3px 0px #656565;
    box-shadow: 0px 0px 3px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=3);
    margin-left: -75px;
}


.slide_popup::before{
    font-family: Ionicons;
    text-shadow: 0 -3px 3px rgba(150, 150, 150, 0.5);
    font-size: 20px;
    color: #fff;
    position: absolute;
    content: "\f10d";
    top:-16px;
    left: 93px;
}


.body_home .page_content h3{
    padding: 0;
    margin: 0;
}

.body_home .page_content p{
    padding: 0;
     margin: 0;
}



.recherche-avancee{
background-color: #006ba2;
border: 1px solid #006ba2;
color: #fff;
cursor: pointer;
font-size: inherit;
font-weight: 100;
padding: 10px 15px 11px 15px;
text-indent: 0;
display: inline;
position: absolute;
right: 0;
top: 0;
margin: 6px 0px 6px 11px;
}
.recherche-avancee i {

    font-size: 0.8em;
}
.recherche-avancee:hover{
    background-color: #006ba2;
    border: 1px solid #fff;
    color: #fff;
}




#similaire{
    display: none;
    margin: 50px 0 0 0;
}
#similaire h3{
    margin: 15px 0;
}

#similaire .lgitems .listing li .img img {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    display: block;
    margin: 0;
    max-height: 150px;
    max-width: 65px;
    padding: 5px;
    text-align: center;
}

#similaire .lgitems .listing li .text {
    font-size: 0.7em;

}

#similaire .lgitems .listing li .img {
    width: auto;
}


#similaire .lgitems {
    display: inline-block;
}
#similaire .lgitems .listing li {
display: block;
margin-bottom: 10px;
width: calc(33% - 22px);
margin-right: 10px;
float: left;
height: 110px;
background-color: #f9f9f9;
padding: 5px;
border: 1px solid #eee;
}
#similaire ul {
    padding-left: 0;
}

#back {
    background-color: #c2000a;
    color: #fff;
    float: right;
    margin: -10px -10px 0 0;
    padding: 5px 5px;
}

#back a {
    color: #fff;
    text-decoration: none;
}
.exhibition_menu .active {
    color: #009ecb!important;
}

.fulltext_check{
    margin-bottom:30px;
}
.fulltext_check a {
    color: #006ba2 !important;
    display: table-row;
    text-decoration: none;
}
.fulltext_check i{
        color: #333 !important;
        font-size: 1em;
}
.date_slider{
    margin-bottom: 30px;
}

.date_slider .ui-rangeSlider-label{
    top: 18px;
}

#advanced-search .add_element{
    cursor: pointer;
}
#advs_submit{
width: 100%;
}

@media only screen and (max-width: 800px) {
#div-back, #div-prev, #div-next {
    top: 40px;

}
#search_level {
    padding: 0px 15px;
}
#footer {
    padding: 15px;
}
#menu-top-mobile{
    display: block;
}
#menu-top{
    display: none;
}

.lgbasket_header {
    cursor: pointer;
    float: left;
    font-size: 1.5em;
    margin: 20px;
    position: absolute;
}
    .date_slider, .favorite,.fulltext_check {
        margin-bottom: 0px;
        width: 90%;
    }
.advs_div {
    width: 100%;
}
    .advs_div #table_to_duplicate{
        width: 100%;
    }
    .advs_div #table_to_duplicate tr{
        display: block;
        background-color: #f9f9f9;
        padding: 10px;
        border: 1px solid #f0f0f0;
        margin-bottom: 10px;
    }
     .advs_div #table_to_duplicate td{
        display: block;
    }   
}
#social-icons{
    text-align: center;
    margin: 20px 0 0 50px;
}

    .browse-collection-box{
            width: 100%;
            display: table;
            padding-bottom: 10px;  
    }

    .browse-collection .lgfacets li span, #browse-collection li div{
        width: auto!important;
    }

    .browse-collection .lgfacets{
        width: 100%;
    }
    .browse-collection .lgfacets li a{
        color:#252122!important;
    }
    .browse-collection .lgfacets .deep1 a{
        color:#662483!important;
        font-weight: 600;
    }

.browse-collection .lgfacets ul li {
    padding-bottom: 3px;
    padding-top: 3px;
}


.browse-collection-all-box{
            width: 100%;
            display: table;
            padding-bottom: 50px;  
}

.browse-collection-all-box img{
    float: left;
    margin-right: 20px;
    width: 180px;
    overflow: hidden;
}
.browse-collection-all-box .deep1{
    display: none;
}
.browse-collection-all-box .deep1:first-child{
    display:inherit;
}
.browse-collection .lgfacets ul{
    width: calc(100% - 250px);
}
.browse-collection .deep2 a div {
    padding-right: 30px !important;
}
.browse-collection{
    width: 100%;
}

.img-collection{
    float: left;
    margin-right: 20px;
    width: 180px;
    overflow: hidden;
}
.table-collection .deep1{
    display: none;
}
.table-collection .deep1:first-child{
    display:inherit;
}
.table-collection .browse-collection .lgfacets ul {
    width: auto;
}

@media only screen and (max-width: 600px) {
    .browse-collection .img{
        width: 100%;
          display: table;
    }
    .browse-collection .lgfacets ul{
        width: auto!important;
    }
.img-collection{
        width: 100%;
          display: table;
}
}
#facet_Contributor{
    display: none;
}
#menu-header{
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: .875rem;
    float: right;
    padding-bottom:0.7em;
}
#menu-header li{
    display: inline-block;
    color: #fff;
    padding: 0 1em;
    border-right: 1px solid #281342;
}

#menu-header li:first-child{
    padding-left:0;
}
#menu-header li:last-child{
    padding-right:0;
border-right: 0px;
}
#menu-header a{
    display: inline-block;
    color: #fff;
}

b {
font-weight: 700;
}
#footer{
    font-size: 1rem;
}
#footer h3{
    color: #fff;
    font-family: 'Oswald', sans-serif;
}
#footer .scale-with-grid{
    max-width: 214px;
}
#footer .social a{
font-size: 1.25em;
color: #fff;
padding-right: 0.5em;
opacity: 1;
}
#footer .social a:hover{
opacity: 0.8;
}
.welcome{
    padding: 60px 0px 40px 0px;
    margin: 0px 90px 10px 90px;
    border-bottom: 1px dotted #ccc;
}
.home_box{
    background-color: #eee;
    position: relative;
    display: block;
}
.home_box{
    cursor: pointer;
    height: 250px;
    display: block;
    overflow: hidden;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

.home_box > div {
    min-height: 250px;
    display: block;
    background-position: top center!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-color: #fff!important;

}
.home_box:hover > div{
    transition: all 0.3s ease-in-out;
    border:10px solid #006ba2;
}
.home_box .infos {
    bottom: 0px;
    height: 70px;
    padding: 0px;
    background-color: rgba(0, 107, 162, 0.9);
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
 vertical-align: middle;
}

.home_box h3{
    font-weight: 800;
    color: #fff!important;
    padding: 5px;
    font-size: 1.05em;
}

.home_box:hover .infos{
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 107, 162, 1);
}
.home_box:hover .infos h3{
    color: #fff!important;
}
@media only screen and (max-width: 1000px) {
    #homeslider .slide_content {
    height: 200px;
}
#homeslider .slide_txt {
    font-size: 0.8em;
    line-height: auto;
}
}


@media only screen and (max-width: 800px) {
    #homeslider .slide_content {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-bottom: 10px;
    }

    #homeslider .slide_content {
        height: auto;
    }
    .home_box {
        height: 200px;
        padding: 2em;
    }
    .home_box .infos {
        width: calc(100% - 4em);
        margin: 0em 2em;
    }

    #logo-head {
        position: relative;
        top: 20px;
    }
    #logo-head img {
        max-width: 200px;

    }
    img.scale-with-grid.first {
        max-width: calc(100% - 20px);
        height: auto;
        padding: 10px 10px 0px 10px;
    }
    

.home_box {
    box-shadow: none;
}
.home_boxes .one-third {
    margin-bottom: 0px;
}
}

.type{
    /*font-size: 2em;
    position: absolute;
    top: -10px;
    left: 190px;
    color: #ccc;*/
float: left;
margin-right: 0.5em;
}

#exhibition_single{
    display: table;
    width: 100%;
}

.exhibition_box{
    width: calc(50% - 30px);
    margin-bottom: 25px;
    padding: 6px;
    border: 1px solid #ccc;
    float: left;
    display: table-cell;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .4);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, .4);
    box-shadow: 0 0 5px rgba(50, 50, 50, .4);
	margin-left:2.12766%;*margin-left:2.12766%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border: 0;
}
.exhibition_box h1 {
    font-size: 18px;
}
.exhibition_box .exhibition_single_extract {
    font-size: 15px;
    color: #000000;
    font-style: regular;
}

.exhibition_box:hover{
    border: 1px solid #006ba2;
}

.author{
    margin-top: -0.5em;
    margin-bottom: 1.5em;
    display: block;
    font-style: italic;
}

/************************** PICTURE ***************************/

#single-results-picture{

}

/* General style */
.grid-gallery ul {
    list-style: none!important;
    margin: 0!important;
    padding: 0!important;
}

.grid-gallery figure {
    margin: 0;
}

.grid-gallery figure img {
    display: block;
}

.grid-gallery figure .noimage{
    background-color: #fff;
    width: 100%;

    font-size: 7em;
    color: #eee;
    display: block;
    text-align: center;
    max-width: 100%;
}

.grid-gallery figcaption h3 {
    margin: 0;
    padding: 0 0 0.2em;
font-size: 1.1em;
}

.grid-gallery figcaption p {
    margin: 0;
}

/* Grid style */
.grid-wrap {
    max-width: 100%;

}

.grid {
    margin: 0 auto;
}

.grid li {
    width: 33.33%;
    float: left;
    cursor: pointer;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

.grid figure {
    padding: 0.5em;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.grid figure .box{
    background-color: #f0f0f0;
    padding: 1em;
    height: 150px;
}

.grid figure .overflow{
    overflow: hidden;
    height: 150px;
}

.grid figure img{
    max-width: 100%;
    margin: auto;
}
.grid li:hover figure {
    opacity: 0.7;
}

.grid figcaption {
    background: #f0f0f0;
    padding: 1em;
    height: 170px;
    overflow: hidden;
}

.grid .item-list dt{
    font-weight: 600;
    float: left;
}
.grid .item-list dt:after {
    content: ": ";
    margin-right: 0.5em;
}
.grid .item-list dd{
    margin-left: 0em;
}
.grid dl {
    margin: 0;
}


/* Slideshow style */
.slideshow {
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.slideshow .item-list dt{
    font-weight: 600;
    float: left;
}
.slideshow .item-list dt:after {
    content: ": ";
    margin-right: 0.5em;
}
.slideshow .item-list dd{
    margin-left: 0em;
}
.slideshow dl {
    margin: 0;
}


.slideshow figure img{
    width: auto;
    margin: auto auto 2em;
    max-width: 100%;
}

.slideshow-open .slideshow {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 1000;
}

.slideshow ul {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0,0,150px);
    transform: translate3d(0,0,150px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.slideshow ul.animatable li {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slideshow li {
    width: 40%;
    height: 60%;
    position: absolute;
    top: 20%;
    left: 30%;
    visibility: hidden;
}

.slideshow li.show {
    visibility: visible;
}

.slideshow li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.slideshow li.current:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y:scroll;
}
.slideshow figure figcaption{
    padding: 2em;
}
.slideshow figure figcaption p{
    padding-bottom: 1em;
}

.slideshow h2 {
    padding-bottom: 1em;
    font-weight: 300;
    text-align: center;
}

.slideshow img{
    -moz-box-shadow: 0px 0px 5px 0px #ddd;
    -webkit-box-shadow: 0px 0px 5px 0px #ddd;
    -o-box-shadow: 0px 0px 5px 0px #ddd;
    box-shadow: 0px 0px 5px 0px #ddd;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=NaN, Strength=5);
    margin-bottom: 1em;
}
/* Navigation */
.slideshow nav span {
    position: fixed;
    z-index: 1000;
    color: #f0f0f0;
    text-align: center;
    padding: 5em;
    cursor: pointer;
    font-size: 2.2em;
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slideshow nav span.nav-prev {
    left:0;
}
.slideshow nav span.nav-next {
    right: 0;
}

.slideshow nav span.nav-close {
    top: 0;
    right: 0;
    padding: 0.5em 1em;
    color: #f0f0f0;

}


/* Example media queries (reduce number of columns and change slideshow layout) */
@media screen and (max-width: 1800px) {
    /* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
    .grid li {
        width: 33.3%;
    }

}
@media screen and (max-width: 1400px) {

    .slideshow li {
        width: 70%;
        height: 80%;
        top: 10%;
        left: 15%;
    }

    .slideshow nav span {padding: 2em;}
}

@media screen and (max-width: 700px) {
    .grid li {
        width: 49%;
    }
}
@media screen and (max-width: 550px) {
    .slideshow nav span {padding: 1em;}
}
@media screen and (max-width: 450px) {
    .slideshow li {
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%;
    }

    .grid li {
        width: 100%;
    }
    .slideshow nav span {padding: 0.2em;}
}
#grid-gallery{
    z-index: 1;
    position: relative;
}
/* Style_MMSH ******/
.resp-container {
 position: relative;
 padding-bottom: 56.25%; /* 16:9 */
 padding-top: 25px;
 height: 0;
}
.resp-container iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.page_content media_image{
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .4);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, .4);
    box-shadow: 0 0 5px rgba(50, 50, 50, .4);
	padding: 6px;
	margin-left:2.12766%;*margin-left:2.12766%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border: 0;
}
.page_content p_right{
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .4);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, .4);
    box-shadow: 0 0 5px rgba(50, 50, 50, .4);
	padding: 6px;
	margin-left:2.12766%;*margin-left:2.12766%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border: 1;
}
.exhibition_single_head{
 position: relative;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
img {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */

}

/* Add a hover effect (blue shadow) */
img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.deep1_option facets_refine_option {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
    color: #000000;
}

.grid .box{
border: 1px solid #ccc;
margin: 0em 1em 1em 0em;
border-radius: 4px;
}
.grid .box:hover{
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}


.grid .box figure img{
    border:0px!important;
    box-shadow:none!important;
    padding: 0;
    border-radius: 0;
}


.grid li{
box-shadow: none;
}

@media only screen and (max-width: 800px) {
    .menu_top_bg form{
    width: calc(100% - 80px);
    float: right;

    }
    .recherche-avancee {
        right: 10px;
    }

    #search_txt {
        width: calc(100% - 85px);
    }
    #search_form{
    width: calc(100% - 36px);
    }
    .item-list td{
        display: block;
    }

    .item-list td.key{
        padding: 0;
        font-weight:600;
    }

}

.media_image img{
    box-shadow: none;
    border:0px;
    max-width: calc(100% - 20px);
}
img{
    max-width: 100%;
}

.body_page-records em{
    background-color: #006ba2;
    font-style: normal;
    color: #fff;
    padding: 0 0.2em;
}


/*SPOTLIGHT*/

#spotlight{
    line-height: 1.4em;
    background-color: #fefefe;
}

#spotlight h4{
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 1 0;
    display: block;
}
#spotlight h4:after{
    display: block;
    content:'\D___';
    font-size: 2em;
    font-weight: 600;
    margin-top: -0.3em;
}

#spotlight .table{
    display: table;
    width: 100%;
    border-spacing: 2em;
    border-collapse: separate;
    border-bottom: 1px solid #e0e0e0;

box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
#spotlight .table .tr{
    display: table-row;
}
#spotlight .table .tr .td{
    display: table-cell;
    border-left: 1px solid #e0e0e0;
    padding: 0em 2em;
    vertical-align: top;
    width: 33.33%;
}


#spotlight .table .tr .td:first-child {
    border-left: 0px solid #e0e0e0;
}

#spotlight .spotlight .image img{
    width: 100%;
}

#spotlight .spotlight {
    border-collapse: separate;
    border-spacing: 0;
    display: table;
}

#spotlight .spotlight .box {
    display: table-row;
}
#spotlight .spotlight .image{
    display: table-cell;
    vertical-align: top;
    width: 40%;
}
#spotlight .spotlight .content{
    display: table-cell;
    vertical-align: top;
    width: 60%;

}

#spotlight .spotlight .content{
    padding-left: 1em;
}
/* color CSS for Mediamed Player */

/* 
	###########################
		  minimal dark 
	##########################
*/
.minimalDarkCategoriesTitle{
	color:#BBBBBB !important;
	margin:5px !important;
	margin-top:6px !important;
	line-height:16px !important;
	font-weight:100 !important;
}

.minimalDarkCategoriesType{
	color:#BBBBBB !important;
	margin:5px !important;
	margin-top:-4px !important;
	line-height:16px !important;
	font-weight:100 !important;
}

.minimalDarkCategoriesTypeIn{
	color:#BBBBBB !important;
}

.minimalDarkCategoriesDescription{
	color:#BBBBBB !important;
	margin:5px !important;
	margin-top:-4px !important;
	line-height:16px !important;
	line-height:16px !important;
	font-weight:100 !important;
}

.minimalDarkThumbnailTitle{
	color:#FFFFFF !important;
	line-height:16px !important;
	margin:0px !important;
	margin-top:2px !important;
	margin-bottom:4px !important;
	padding:0px !important;
}

.minimalDarkThumbnailDesc{
	color:#888888 !important;
	line-height:16px !important;
	margin:0px !important;
	padding:px !important;
}

.minimalDarkVideoTitleDesc{
	margin:12px !important;
	margin-bottom:8px !important;
	color:#FFFFFF !important;
}

.minimalDarkVideoMainDesc{
	margin:10px !important;
	margin-top:0px !important;
	margin-bottom:8px !important;
	line-height:16px !important;
	color:#888888 !important;
}

.minimalDarkLink{
	margin:12px !important;
	margin-top:0px !important;
	margin-bottom:8px !important;
	line-height:16px !important;
	color:#888888 !important;
}

.minimialDarkBold{
	font-weight:bold !important;
	color:#FFFFFF !important;
}

.minimalDarkLink a:link    {color:#0099FF !important;}
.minimalDarkLink a:visited {color:#0099FF !important;}
.minimalDarkLink a:hover   {color:#DDDDDD !important;}
.minimalDarkLink a:active  {color:0099FF !important;}


/* 
	###########################
		  minimal white 
	##########################
*/
.minimalWhiteCategoriesTitle{
	color:#666666 !important;
	margin:5px !important;
	margin-top:6px !important;
	line-height:16px !important;
	font-weight:100 !important;
}

.minimalWhiteCategoriesType{
	color:#666666 !important;
	margin:5px !important;
	margin-top:-4px !important;
	line-height:16px !important;
	font-weight:100 !important;
}

.minimalWhiteCategoriesTypeIn{
	color:#888888 !important;
}

.minimalWhiteCategoriesDescription{
	color:#666666 !important;
	margin:5px !important;
	margin-top:-4px !important;
	line-height:16px !important;
	line-height:16px !important;
	font-weight:100 !important;
}

.minimalWhiteThumbnailTitle{
	color:#000000 !important;
	line-height:16px !important;
	margin:0px !important;
	margin-top:2px !important;
	margin-bottom:4px !important;
	padding:0px !important;
}

.minimalWhiteThumbnailDesc{
	color:#919191 !important;
	line-height:16px !important;
	margin:0px !important;
	padding:px !important;
}

.minimalWhiteVideoTitleDesc{
	margin:12px !important;
	margin-bottom:8px !important;
	color:#000000 !important;
}

.minimalWhiteVideoMainDesc{
	margin:10px !important;
	margin-top:0px !important;
	margin-bottom:8px !important;
	line-height:16px !important;
	color:#919191 !important;
}

.minimalWhiteLink{
	margin:12px !important;
	margin-top:0px !important;
	margin-bottom:8px !important;
	line-height:16px !important;
	color:#919191 !important;
}

.minimalWhiteBold{
	font-weight:bold !important;
	color:#000000 !important;
}

.minimalWhiteLink a:link    {color:#0099FF !important;}
.minimalWhiteLink a:visited {color:#0099FF !important;}
.minimalWhiteLink a:hover   {color:#000000 !important;}
.minimalWhiteLink a:active  {color:0099FF !important;}

/* 
	###########################
		 classic dark 
	##########################
*/
.classicDarkCategoriesTitle{
	color:#BBBBBB !important;
	margin:5px !important;
	margin-top:6px !important;
	line-height:16px !important;
	font-weight:100 !important;
}

.classicDarkCategoriesType{
	color:#BBBBBB !important;
	margin:5px !important;
	margin-top:-4px !important;
	line-height:16px !important;
	font-weight:100 !important;
}

.classicDarkCategoriesTypeIn{
	color:#BBBBBB !important;
}

.classicDarkCategoriesDescription{
	color:#BBBBBB !important;
	margin:5px !important;
	margin-top:-4px !important;
	line-height:16px !important;
	line-height:16px !important;
	font-weight:100 !important;
}

.classicDarkThumbnailTitle{
	color:#FFFFFF !important;
	line-height:16px !important;
	margin:0px !important;
	margin-top:2px !important;
	margin-bottom:4px !important;
	padding:0px !important;
}

.classicDarkThumbnailDesc{
	color:#bdbdbd !important;
	line-height:16px !important;
	margin:0px !important;
	padding:px !important;
}

.classicDarkVideoTitleDesc{
	margin:12px !important;
	margin-bottom:8px !important;
	color:#FFFFFF !important;
}

.classicDarkVideoMainDesc{
	margin:10px !important;
	margin-top:0px !important;
	margin-bottom:8px !important;
	line-height:16px !important;
	color:#bdbdbd !important;
}

.classicDarkLink{
	margin:12px !important;
	margin-top:0px !important;
	margin-bottom:8px !important;
	line-height:16px !important;
	color:#bdbdbd !important;
}

.minimialDarkBold{
	font-weight:bold !important;
	color:#FFFFFF !important;
}

.classicDarkLink a:link    {color:#0099FF !important;}
.classicDarkLink a:visited {color:#0099FF !important;}
.classicDarkLink a:hover   {color:#DDDDDD !important;}
.classicDarkLink a:active  {color:0099FF !important;}

/* 
	###########################
		  classic white 
	##########################
*/
.classicWhiteCategoriesTitle{
	color:#494949 !important;
	margin:5px !important;
	margin-top:6px !important;
	line-height:16px !important;
	font-weight:100 !important;
}

.classicWhiteCategoriesType{
	color:#494949 !important;
	margin:5px !important;
	margin-top:-4px !important;
	line-height:16px !important;
	font-weight:100 !important;
}

.classicWhiteCategoriesTypeIn{
	color:#919191 !important;
}

.classicWhiteCategoriesDescription{
	color:#494949 !important;
	margin:5px !important;
	margin-top:-4px !important;
	line-height:16px !important;
	line-height:16px !important;
	font-weight:100 !important;
}

.classicWhiteThumbnailTitle{
	color:#000000 !important;
	line-height:16px !important;
	margin:0px !important;
	margin-top:2px !important;
	margin-bottom:4px !important;
	padding:0px !important;
}

.classicWhiteThumbnailDesc{
	color:#777777 !important;
	line-height:16px !important;
	margin:0px !important;
	padding:px !important;
}

.classicWhiteVideoTitleDesc{
	margin:12px !important;
	margin-bottom:8px !important;
	color:#000000 !important;
}

.classicWhiteVideoMainDesc{
	margin:10px !important;
	margin-top:0px !important;
	margin-bottom:8px !important;
	line-height:16px !important;
	color:#777777 !important;
}

.classicWhiteLink{
	margin:12px !important;
	margin-top:0px !important;
	margin-bottom:8px !important;
	line-height:16px !important;
	color:#777777 !important;
}

.classicWhiteBold{
	font-weight:bold !important;
	color:#000000 !important;
}

.classicWhiteLink a:link    {color:#0099FF !important;}
.classicWhiteLink a:visited {color:#0099FF !important;}
.classicWhiteLink a:hover   {color:#000000 !important;}
.classicWhiteLink a:active  {color:0099FF !important;}