html {
    height:100%;
}
body {
    margin: 0;
    padding: 0;
    font-size: 12pt;
    line-height: 1.75em;
    color: #0f3551;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    background: url('/themes/Verdun/images/bg.png');
    background-color: #f0f0f0;
    height:100%;
    min-height: 100%;
}



h1, h2, h3, h4, h5, h6 {
    color: #252122;
    font-weight: 500;
    margin-top: 0;
}

h1 {
    font-weight: 400;
    font-size: 2.5em;
    letter-spacing: -0.015em;
	line-height: 1.1em;
}
h3 {
    font-size: 1.35em;
    margin-bottom: 5px;
}
a h3:hover{
    color: #176dd1!important;
}


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

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

#header{
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}
#header_content{
    padding: 0px 0px 0px 0px;
        background: url('/themes/Verdun/images/bg-header.jpg') no-repeat;
 background-position: right;
        height: 200px;
}
#header_line_1{
    color:#858484;
    font-size: 0.8em;
    display: block;
}
#content {
    margin: 30px auto;
}

#homeslider{
    width: auto;
}


#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: #fcfcfc;
    border:1px solid #f0f0f0;
    color: #ddd;
    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: 47px;
}



#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: #fff;
    border:1px solid #ddd;
    color: #176dd1;
}
#bt-back-text, #bt-prev-text, #bt-next-text {
    display: none;
}

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

.navlist_content em, .navpic_tooltip em, .navlist_fulltextpage em {
    background-color: #0099CC;
    color: #FFFFFF;
    padding: 1px;
    font-style: normal;
}

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

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

.page_content.share{
    margin-top: 30px;
    text-align: center;
}

.page_content.share i{
    font-size: 2em;
    padding: 0px 10px;
    color: #bbb;
}
.page_content.share i:hover{
    color: #1e84f2;
}

.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: 30px;
}
.p_right{
    margin-left: 30px;
}
.p_top{
    border-top: 5px solid #1e84f2;
    padding-top: 25px;
}
.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 : 350px;
}
#home .p_left{
    margin-right: 20px;
    min-height : 350px;
    border-right: 0px;
}
#home .p_right{
    margin-left: 20px;
    min-height : 350px;
    border-left: 0px;
}

#page a{
    color: #252122;
}

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

.alignright {
    clear: right;
    float: right;
    margin-left: 2.5em;
}
.imgbox {
    border: 3px 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;
    padding: 10px;
    position: absolute;
    z-index:1;
}

#footer{
    padding-top: 20px;
    background-color: #252122;
    min-height:200px;
    color: #858484;
}
#footer h3 {
    color: #fff;
}
#footer a {
    color: #858484;
}

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

#menu-bottom {
    list-style: square;
}


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




#logo{
margin-top: 20px;
} 


.sep{padding-top: 30px;}
.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%;
}



/****************/
.pennant i{
    color: #fff;
    font-size: 3em;
}

.pennant:after {
    border-left: 4.5em solid rgba(0, 0, 0, 0);
    border-right: 4.5em solid rgba(0, 0, 0, 0);
    border-top: 2em solid #1e84f2;
    bottom: -1.98em;
    content: "";
    left: 0;
    position: absolute;
}
.pennant {
    margin: 0 0 4em;
}
.pennant {
    background-color: #1e84f2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    padding: 1.5em 0 0.5em;
    position: relative;
    width: 9em;
}

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

dl.item-list
{
    margin: 0;
}

.item-list dt
{
    width: 14em;
    float: left;
    font-weight: 500;
}

.item-list dd
{
    margin-left: 14em;
}
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 {
    max-width: 100%;
    height: auto; }


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

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {

    font-family: 'Source Sans Pro';
    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: #1e84f2;

    color: #fff; }

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

    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-family: 'Source Sans Pro';
    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: #1e84f2;
    color:#fff;
    float: right;
    font-weight: 400;
}
#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;
}
#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 *******/

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

#menu-top{ 
    float: left;
    padding: 0px 0;
}

#menu-top li
{
    float: left;
    position: relative;
    line-height: 0;
    margin: 0px;

}
#menu-top li:last-child
{

}

#menu-top a 
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 12px 10px;
    color: #fff;
    text-transform: uppercase;
    font: 16px/25px 'Source Sans Pro';;
    text-decoration: none;
}

#menu-top li a
{
    margin: 0px 0px 0px 30px;
}
#menu-top ul li a
{
    margin: 0px 0px 0px 0px;
}

#menu-top li:hover > a
{
    color: #147ef9;
    background-color: #252122;
}

#menu-top li:first-child a
{
margin: 0px;
}

#menu-top li li:hover > a
{
    color: #fff;
}

*html #menu-top li a:hover /* IE6 */
{
    color: #fafafa;
}

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

/* Sub-menu */

#menu-top ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 99999;    
    background: #444;
    left: 35px;
}

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

#menu-top ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#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: 350px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    color: #fff;
}

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

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

#menu-top ul a:hover
{
    background: #147ef9;
    color: #fff;
}
#menu-top li a.active
{
    color: #fff;
    background-color: #147ef9;
}
#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;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu-top ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;

}

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

#menu-top ul ul li:first-child a:hover:after
{
    border-right-color: #1e84f2; 
    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: 100px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.2);

}
#homeslider .slide_title
{
    font-size: 62px;
    color: #fff; 
    text-align: center;
    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: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
/*
#homeslider .slide_column
{
    background-size: 90%!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: #f9f9f9;
    color: #5D5D5D!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: #252122;
}

.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;
}

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;

}
/* hide the submenu */
li ul.subdropdown {
    display: none;
    color: #fff!important;
    margin: 0px 0px 0px -5px!important;
    padding: 0px!important;
}
ul.dropdown li a{
    display: block;
    text-decoration: none;
    color: #999!important;
}
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{
    width:220px;
    float : right;
}
#browsing li ul.subdropdown {
    min-width:220px;
}

#sort{
    width:230px;
    margin-right: 5px;
    float: right;
}
#sort li ul.subdropdown {
    min-width:230px;
}
#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:200px;
}
#result_per_page ul.dropdown li span{
    color:#555;
}




/********/

.facet ul{
    list-style: none!important;
    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 li a {
    color: #176dd1!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;
}
.noimage{
    color: #f0f0f0;
    font-size: 58pt
}

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

.navlist_img{
    width: 150px;
    display: table-cell;
    vertical-align: top;
}
.navlist_img img{
    max-width: 160px;
    max-height: 280px;
}
.navlist_img_box
{
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 15px 15px 10px 15px;
    margin: 0px;
    text-align: center;
    display: block;
}

.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;
}
.navpic:hover
{
    color: #fff;
    background-color : #1e84f2;
}

.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: 33%;
}

.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: #1e84f2;
    color: #fff!important;

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

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

#homeslider .slide_title
{
    font-size: 45px;
    padding-bottom: 15px;
    padding-top: 20px;
}
#homeslider .slide_txt
{
    font-size: 28px;
}


/** AUTOCOMPLETION**/
.autocomplete_table{
    position: absolute;
    color: #53595c;
    /*border: 1px solid #e9eaed;*/
    background-color: #fff;

    -moz-box-shadow: 0px 3px 2px 0px #aaa;
    -webkit-box-shadow: 0px 3px 2px 0px aaa999;
    -o-box-shadow: 0px 3px 2px 0px #aaa;
    box-shadow: 0px 3px 10px 0px #aaa;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#aaa, Direction=180, Strength=2);
    z-index: 100;
}
.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;

}

/** 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 #1e84f2;
    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: #176dd1!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%;
}
@media only screen and (max-height: 800px) {
    #modal_result  {     height: 150px;}

}

.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 {
    padding-left: 0px;
}
.deep2_option {
    padding-left: 20px!important;
}
.deep3_option{
    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: #1e84f2;
    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: #1e84f2;
    color: #fff!important;
}



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

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

.time_navlist_date_marker{
    position: absolute;
    background-color: #1e84f2;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    left: 124px;
}
.time_navlist_date_arrow{
    position: absolute;
    left: 160px;
    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;
}

.timeline_histogram{
    height:250px;
    width: 100%;
    margin-bottom: 30px;
}
.timeline_histogram svg{
    width: 100%;
    background-color: #444;
    padding: 10px;
}

.timeline_histogram .axis path,
.timeline_histogram .axis line {

    stroke: #ccc;
}
.timeline_histogram .tick text{
    font-weight: 100;
    stroke: #eee;
}

.timeline_histogram .bar {
    fill: #1e84f2;
    stroke: #222;
}

.timeline_histogram .brush .resize path {
    fill: #1e84f2;
    stroke: #222;
    stroke-width:1px;
}

.timeline_histogram .brush .extent {
    fill-opacity: .3;
    fill: #1e84f2;
}

.timeline_histogram .bar:hover {
    /* fill: #1e84f2;*/
}

.timeline_histogram_range{
    margin-top:-7px;
    width: 100%;
    color:#fff;
    background-color: #222;
    padding: 10px;
}

.timeline_histogram_range button{
    font-size: 1em!important;
    float: right;
    background-color: #1e84f2;
    color: #fff;
    font-family: 'Source Sans Pro';
    border: 1px solid #227092;
    padding: 4px!important;
    text-indent: 0px;
    font-weight: 100;
    cursor: pointer;
    min-width: 150px;
}

.timeline_histogram_range button:hover {
    color: #252122;
    border: 1px solid #e9eaed;
    background-color: #f9f9f9;
}


.date-range{
    background-color: #1e84f2;
    color: #fff;
    padding: 4px;
}



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

.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:#176dd1;
}


/********/

.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: #176dd1!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{
    float: left;
    text-align: left;
}


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

html.RTL ul {
    padding-right: 20px;
    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 #1e84f2;
    margin-left: 0px;
    border-right: 3px solid #1e84f2;
    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;
    }
    #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: 100%;
        margin-bottom: 90px;
    } 


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


    #homeslider .slide_content
    {
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0);
        height: 60px;
        padding: 0px;
    }
    #homeslider .slide_2 .slide_content
    {
        height: 60px;
    }
    #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 #1e84f2;
    }

    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;
        width: auto;
    }


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

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

    .right_column_sep{
        padding: 0px;
    }

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

    #homeslider .slide_content
    {
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0);
        height: 50px;
        padding: 0px;
    }
    #homeslider .slide_2 .slide_content
    {
        height: 50px;
    }
    #homeslider .slide_title
    {
        font-size: 16px;
        padding-bottom: 0px;
        padding-top: 5px;
    }
    #homeslider .slide_txt
    {
        font-size: 12px;
    } 

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


    img.scale-with-grid {
        width: 100%;
    }

}

.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: #1e84f2;
    color: #fff;
}
#geomap_type a:hover{
    background-color: #000;
    color: #fff;
}


#lggeomap_1{
    border: 1px solid #1e84f2;
}

#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;
}
#mapurl{    
    display: none;
    text-decoration: none;
}
#mapurl div{
    margin-top: 10px;
    text-align: center;
    width: 100%;
    color:#fff;
    font-weight: 400;   
    background-color: #1e84f2;
    padding: 0px 3px 0px 3px;
}
#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: #1e84f2;
    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: #176dd1;
}


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

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

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

.calendar{
    border: 1px solid #e0e0e0;
    width: 100%;
    margin-top: 10px;
font-size: 0.9em;
}
.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: #176dd1 !important;
    text-decoration: none;
}
.calendar_day_refine a:hover{
    text-decoration: underline;
}


.menu_top_bg {
    background-color: #252122;
    height: 50px;
}


#header h1 {
    bottom: 0;
    color: #fff;
    font-size: 3.5em;
    letter-spacing: 0;
    margin-bottom:40px;
    position: absolute;
    text-shadow: 1px 1px 4px #000000;
    white-space: nowrap;
}
.menu_top_bg form {
    float: right;
margin-top: 10px;
}
#search_txt{
    float: left;
        width: 220px;
        padding:5px;
}

#search_bt {
    width: 30px!important;
    padding:5px;
}

#back{
    float: right;
    margin: -30px 0px 0 0;
    background-color: #111;
    color: #fff;
    padding: 5px 10px;
}
#back a{
    color: #fff;
    text-decoration: none;
}
#back a:hover{
    text-decoration: underline;
}

.bt_link {
    background: #073953 none repeat scroll 0 0;
    border: 1px solid #073953;
    color: #fff !important;
    cursor: pointer;
    font-size: 1em;
    font-weight: 100;
    padding: 5px;
    text-decoration: none;
    text-indent: 0;
}
.bt_link:hover{
    background: #1885ff none repeat scroll 0 0;
}

#home-picture ul {
    list-style: outside none square;
}
#home-picture a {
    color: #252122;
}
#home-picture .page_content img {
    max-width: 300px;
}
#home-picture .bt_link{
    width: 100%;
    display: inline-block;
    text-align: center;
}

#home-picture .page_content{
    min-height: 500px;
}

#menu-bottom{
    float: right;
}
#menu-bottom ul{
    list-style :none;
}
#menu-bottom li {
    display: inline;
    line-height: 18px;
    margin-left: 20px;
}

.copyright{
    text-align: center;
    margin-top: 100px;
}

@media only screen and (max-width: 800px) {
#menu-bottom {
    float: none;
}

    #header_content {
        background: none;
        height: 200px;
        padding: 0;
    }    
    #header h1 {
        bottom: 0;
        color: #333;
        font-size: 2em;
        letter-spacing: 0;
        margin-bottom: 40px;
        position: absolute;
                text-shadow: none;
        white-space: pre-wrap;
        text-align: center;
    }

    #menu-bottom li {
        display: block;

    }

    .menu_top_bg {
        height: auto;
        padding-bottom: 20px;
    }

#menu-top a {
    padding: 10px 0px;

}
    #menu-top li {
        width: 100%;
    }


    #menu-top li a {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .menu_top_bg form {
        margin-top: 0px;
        width: 100%;
    }

    #search_txt {
        width: calc(100% - 32px);
    }

    #search_bt {
        width: 100%!important;
    }
    #menu-top ul{
        display: none!important;
    }

    .item-list dd {
        margin-left: 0;
    }

    .item-list dt {
        float: inherit;
        font-weight: 600;
        width: auto;
    }

    #search_bt, #search_txt {
    padding:15px;
    float: none;
    }

}