/***
font-family: 'Poppins', sans-serif;

***/

body {
	font-family: 'Lato', sans-serif !important;
}

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

a,
:before,
:after {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
	text-decoration: none!important
}

i:before,
i:after,
a:before,
a:after {
	-webkit-transition: all 0;
	-moz-transition: all 0;
	-ms-transition: all 0;
	transition: all 0;
	text-decoration: none!important
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

section.main_section,
header.main_header,
footer.footer {
	float: left;
	width: 100%;
}

.no-padding {
	padding: 0
}

.main_section a {
	color: #337ab7;
}

header.main_header {
	padding: 16px 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	background: url(../images/pattren.jpg);
}

.main_logo {
	max-width: 291px;
}

header.main_header .main_navigation {
	width: 100%;
	max-width: 65%;
}

.footer_main_logo img {
	max-width: 320px;
}

.meta-data-list:before {
    content: ' ';
}

.meta-data-list:after {
    font-size: 1.25em;
    content: ' \2022 ';
    color: #fff;
}

.meta-data-list:last-of-type:after {
    content: ' ';
}

.main_navigation ul {
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	/*padding: 0 15px;*/
	justify-content: left;
}

.main_navigation ul li {
	display: inline-block;
}

div#meenu {
	width: 20%;
	margin-left: 25%;
}

.main_navigation ul li a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	padding: 15px 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #303030;
	letter-spacing: 2.3px;
}

.main_navigation ul li.menu-item-has-children#menu-item-1927 {
}

.main_navigation ul li a:hover {
	color: #fcb715
}

.main_navigation ul li.spacer {
	width: 40%;
}

.main_header .right_header {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.main_header .right_header .social_icons {
	width: 60%;
}

.main_header .right_header .social_icons ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.main_header .right_header .social_icons ul li {
	display: inline-block;
}

.main_header .right_header .social_icons ul li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 26px;
	border-radius: 50px;
	border: solid 2px #c4c4c4;
	font-size: 12px;
	color: #777777;
	margin: 0 5px;
}

.main_header .right_header .social_icons ul li a:hover {
	background: #fcb715;
	border: solid 2px #fcb713;
	color: #fff;
}

.header_search_form {
	position: relative;
	width: 290px;
}

.header_search_form input[type="text"] {
	width: 100%;
	background: #fdfdfd;
	border: none;
	height: 34px;
	border-radius: 50px;
	outline: none;
	padding-left: 20px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.header_search_form button.search_btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 34px;
	width: 50px;
	background: none;
	border: none;
	padding: 0;
	outline: none;
}

.header_search_form #ADVANCED_SEARCH {
	font-size: 10px;
	position: absolute;
	bottom: -17px;
	left: 15px;
	color: #3c3c3c;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline !important;
	outline: none;
}

.breadcrumbs {
	background: #fcb715;
	padding: 7.5px 0px 0 100px;
	padding-right: 0;
	float: left;
	width: 100%;
}

.breadcrumbs ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.breadcrumbs ul li a {
	margin: 0px 5px;
	color: #946c0d;
	font-weight: bold;
	font-size: 13px;
}

.breadcrumbs ul li a span {
	margin: 0 0 0 7px;
}

.breadcrumbs ul li:last-child a {
	color: #fff;
}

.Atlas_view_main {
	background: #000;
	position: relative;
	float: left;
	width: 100%;
}

.Atlas_view_main:before {
	content: '';
	height: 3px;
	width: 100%;
	top: 2px;
	position: absolute;
	left: 0;
	background: #fff;
}

.Atlas_view_main .top_bar .middle_controls {
	color: #fff;
	display: inline-block;
}

.Atlas_view_main .top_bar .middle_controls ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Atlas_view_main .top_bar {
	text-align: center;
	background: #201f1f;
	float: left;
	width: 100%;
	margin-top: 4px;
}

.Atlas_view_main .top_bar .middle_controls ul .arrow_btn {
	display: inline-block;
}

.Atlas_view_main .top_bar .Right_controls {
	float: right;
}

.Atlas_view_main .top_bar .middle_controls ul .arrow_btn a {
	width: 40px;
	height: 40px;
	display: block;
	line-height: 40px;
	margin: 0px 5px;
	color: #868686;
	font-size: 22px;
}

.Atlas_view_main .top_bar .middle_controls ul .arrow_btn a:hover,
.Atlas_view_main .top_bar .middle_controls ul .arrow_btn.active a {
	background: #5a5a5a;
	color: #fff;
}

.Atlas_view_main .top_bar .middle_controls ul li.goPageEnter form.goForm i {
	font-style: normal;
	color: #868686;
	font-weight: bold;
}

.Atlas_view_main .top_bar .middle_controls ul li.goPageEnter form.goForm input[type="text"] {
	width: 45px;
	height: 26px;
	border: none;
	margin: 0 5px;
	border-radius: 3px;
	color: #000;
	padding: 0 5px;
}

.Atlas_view_main .top_bar .middle_controls ul li.goPageEnter form.goForm a.Go_btn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0px 5px;
	color: #ffffff;
	font-size: 16px;
	background: #fcb715;
	display: inline-block;
}

.Atlas_view_main .top_bar .Right_controls ul {
	margin-top: 10px;
}

.Atlas_view_main .top_bar .Right_controls ul li {
	display: inline-block;
	vertical-align: middle;
}

.Atlas_view_main .top_bar .Right_controls ul li a {
	display: block;
	margin: 0px 5px;
	background: #201f1f;
	padding: 6px;
	font-size: 31px;
	color: #fff;
	line-height: 20px;
}

.Atlas_view_main .top_bar .Right_controls ul li.active a {
	background: #ccc;
}

.Atlas_view_main .upper_content {
	clear: both;
	padding: 20px 50px;
	padding-right: 100px;
}

.Atlas_view_main .upper_content p {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.Atlas_view_main .middle_section {
	padding: 0 42px;
	position: relative;
	overflow: hidden;
}

.Atlas_view_main .middle_section img {
	width: 100%;
}

.Atlas_view_main .middle_section .Left_bar {
	position: absolute;
	left: -550px;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 550px;
	background: #fff;
	padding: 15px;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: end;
	transition: all .5s;
}

.Atlas_view_main .middle_section .right_bar {
	position: absolute;
	right: -550px;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 550px;
	background: #fff;
	padding: 15px;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: end;
	transition: all .5s;
}

.Atlas_view_main .middle_section .Map_view {
	position: relative;
}

.Atlas_view_main .middle_section .Map_view .Map_prew {
	position: absolute;
	bottom: 15px;
	right: 85px;
	width: 350px;
	height: 220px;
	/* z-index: 1; */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}


/*.Atlas_view_main .middle_section .Map_view .Map_prew {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 350px;
    height: 220px;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}*/

.Atlas_view_main .middle_section .Map_view .Map_prew img {
	max-width: 80%;
}

.Atlas_view_main .middle_section .Left_bar .toggle_btn_slide,
.Atlas_view_main .middle_section .right_bar .toggle_btn_slide {
	position: absolute;
	right: -40px;
	top: 0;
	width: 40px;
	height: 100%;
	background: #211f1f;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	border-right: solid 6px #000;
	cursor: pointer;
}

.Atlas_view_main .middle_section .right_bar .toggle_btn_slide {
	right: inherit;
	left: -40px;
	border-right: solid 0px #000;
	border-left: solid 6px #000;
}

.Atlas_view_main .middle_section .Left_bar .toggle_btn_slide i.icofont,
.Atlas_view_main .middle_section .right_bar .toggle_btn_slide i.icofont {
	font-size: 30px;
}

.Atlas_view_main .middle_section .Left_bar .toggle_btn_slide span,
.Atlas_view_main .middle_section .right_bar .toggle_btn_slide span {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	display: block;
	margin-top: 12px;
	letter-spacing: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 2px;
}

.middle_section .sidebar_content h2 {
	margin: 0 0 30px 0;
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
}

.middle_section .sidebar_content h4 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 900;
}

.middle_section .sidebar_content p {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 25px;
}

.middle_section .sidebar_content {
	height: 100%;
	overflow: auto;
	padding: 15px;
}

.middle_section .sidebar_content::-webkit-scrollbar {
	width: 10px
}

.middle_section .sidebar_content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #b8b8b8;
	border: 2px solid #fff
}

.middle_section .sidebar_content::-webkit-scrollbar-thumb:hover {
	background-color: grey;
	border: 2px solid #fff
}

.Atlas_view_main .middle_section .Left_bar#left_slide.slide {
	left: 0;
}

.Atlas_view_main .middle_section .right_bar#right_slide.slide {
	right: 0;
}

.Bottom_bar .bottom_controls ul li {
	display: inline-block;
}

.Bottom_bar .bottom_controls ul li:last-child {
	float: right;
}

.Bottom_bar .bottom_controls ul li a {
	padding: 10px;
	display: block;
	font-size: 25px;
	color: #fff;
}

.Bottom_bar .next_prew_btn ul li {
	display: inline-block;
}

.Bottom_bar .next_prew_btn ul li a {
	color: #fff;
	background: #fcb715;
	padding: 12px 40px;
	display: block;
	min-width: 200px;
	text-align: center;
}

.Bottom_bar .next_prew_btn ul li.NEXT {
	float: right;
}

.Bottom_bar .next_prew_btn {
	padding: 9px 50px;
	border-top: solid 2px #fff;
}

.Atlas_view_main .middle_section .right_bar#right_slide.slide i.icofont {
	transform: rotate(180deg);
	display: inline-block;
}

.Atlas_view_main .middle_section .Left_bar#left_slide.slide i.icofont {
	transform: rotate(-180deg);
	display: inline-block;
}

footer.footer {
	padding: 15px 35px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/pattren.jpg);
	border-top: 1px solid whitesmoke;
}

ul#menu-footer-main-menu {
	margin-bottom: -2px;
}

.footer_navigation ul li {
	display: inline-block;
}

.footer_navigation ul li a {
	padding: 20px 0;
	display: block;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	color: #303030;
	letter-spacing: 2px;
}

.footer_navigation ul li a:hover {
	color: #fcb715;
}

.footer_navigation ul li a span {
	margin: 0 20px;
	color: #fcb715;
}

.Terms_links ul li {
	display: inline-block;
}

.Terms_links ul li a {
	padding: 0px 0;
	display: block;
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
	color: #303030;
	letter-spacing: 2px;
}

.Terms_links ul li a:hover {
	color: #fcb715;
}

.Terms_links ul li a span {
	margin: 0 5px;
	color: #000000;
}

.modal-dialog.modal-lg {
	height: auto;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	display: inline-block;
	width: 100%;
	max-width: 1170px;
}

#lightbox .modal-dialog .modal-content {
	border-radius: 0;
	min-height: 100% !important;
	max-height: 100% !important;
	overflow: hidden;
}

.modal .modal-dialog .modal-content {
	border-radius: 0;
	min-height: 785px;
	max-height: 785px;
	overflow: auto;
}

.modal-header .close {
	margin-top: -2px;
	opacity: 1;
	font-size: 30px;
}

.modal-header {
	padding: 15px;
	border-bottom: none;
}

.form_tabs ul.nav.nav-tabs {
	text-align: center;
	border: none;
}

.form_tabs ul.nav.nav-tabs>li {
	float: none;
	display: inline-block;
}

.form_tabs ul.nav.nav-tabs>li a {
	border: none;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding: 15px 10px;
	margin: 0 20px;
	border-radius: 0;
	background: none;
	color: #cccccc;
}

.form_tabs ul.nav.nav-tabs>li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	left: 0;
	background: #f2f2f2;
}

.form_tabs ul.nav.nav-tabs>li.active a {
	color: #000;
}

.form_tabs ul.nav.nav-tabs>li.active a:after {
	background: #fcb715;
}

.form_tabs .tab-content {
	padding: 55px 0;
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	display: table;
}

.tab-content>.active {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

form.advance_search_popup input.form-control {
	background: #fafafa;
	box-shadow: inset 1px 1px 2px rgba(66, 66, 66, 0.5);
}

form.advance_search_popup .checkbox label {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	padding-left: 35px;
	line-height: 22px;
}

form.advance_search_popup .checkbox label input[type="checkbox"] {
	position: absolute;
	left: 0;
	margin: 0;
	top: 0;
	width: 22px;
	height: 22px;
	opacity: 0;
	z-index: 1;
}

form.advance_search_popup .checkbox label input[type="checkbox"]+span {
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	border: solid 1px #ddd;
	border-radius: 5px;
	background: #fafafa;
}

form.advance_search_popup .checkbox label input[type="checkbox"]+span:after {
	content: "\efad";
	font-family: 'IcoFont' !important;
	font-size: 20px;
	margin: 0;
	display: inline-block;
	color: #fcb715;
	position: absolute;
	left: 0;
	width: 0px;
	height: 22px;
	top: 0;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}

form.advance_search_popup .checkbox label input[type="checkbox"]:checked+span:after {
	width: 22px;
}

.advance_search_popup button.submit {
	width: 100%;
	display: block;
	max-width: 200px;
	margin: 40px auto 0;
	background: #fcb715;
	border: none;
	padding: 13px 0;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
}

.advance_search_popup .form-group {
	margin-bottom: 20px;
}

.advance_search_popup .form-group label {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	color: #333333;
}

.DIGITAL-BACKPACKS {
	background-image: url(../images/backpack-back-img.png);
	background-size: cover;
}

.container {
	width: 100%;
	max-width: 1545px;
}

.DIGITAL-BACKPACKS.RANDOM-MAPS .grid li .grid_inner:hover {
	box-shadow: 5px 5px 10px black;
	top: -5px;
}

.DIGITAL-BACKPACKS .container .row {
	margin: 0 -5px;
}

.DIGITAL-BACKPACKS .container .row .col-md-3 {
	padding: 0px 5px;
}

.DIGITAL-BACKPACKS .container .row .heading-bar {
	padding: 0px 5px;
	margin: 50px 0 20px 0;
}

.DIGITAL-BACKPACKS .heading-bar h2 {
	color: #fff;
	font-size: 27px;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 5px 15px;
	margin: 0;
	float: left;
	border-left: solid 10px #fcb715;
}

.DIGITAL-BACKPACKS .heading-bar a.NEW-FOLDER {
	float: right;
	color: #fff;
	font-weight: 600;
}

.DIGITAL-BACKPACKS .heading-bar a.NEW-FOLDER img {
	margin-right: 6px;
}

.DIGITAL-BACKPACKS .BACKPACKS-items {
	float: left;
	width: 100%;
}

.DIGITAL-BACKPACKS .BACKPACKS-items .items {
	background: #fff;
	padding: 10px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.DIGITAL-BACKPACKS .BACKPACKS-items .items .details h3 {
	font-size: 15px;
	font-weight: 900;
	color: #484848;
	margin-top: 30px;
	margin-bottom: 4px;
}

.DIGITAL-BACKPACKS .BACKPACKS-items .items .details p {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #484848;
	float: left;
}

.DIGITAL-BACKPACKS .BACKPACKS-items .items .details .opstion_icons {
	float: right;
}

.DIGITAL-BACKPACKS .BACKPACKS-items .items .details .opstion_icons ul li {
	display: inline-block;
}

.DIGITAL-BACKPACKS .BACKPACKS-items .items .details .opstion_icons ul li a {
	font-size: 21px;
	margin: 0px 5px;
	color: #000;
}

.Pagination ul {
	text-align: center;
	margin: 50px 0;
}

.Pagination ul li {
	display: inline-block;
	vertical-align: middle;
}

.Pagination ul li a {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	margin: 0 12px;
	border-bottom: solid 2px rgba(252, 183, 21, 0);
}

.Pagination ul li.active a {
	border-bottom: solid 2px rgba(252, 183, 21, 1);
}

.Pagination ul li .previouspostslink,
.Pagination ul li .nextpostslink {
	color: #fcb715;
	font-size: 25px;
}

.DIGITAL-BACKPACKS .BACKPACKS-items .items img {
	width: 100%;
	min-height: 200px;
	max-height: 200px;
}

.DIGITAL-BACKPACKS .BACKPACKS-items .items .details .opstion_icons ul li a:hover i {
	color: #fcb715;
}

.EXHIBITS_content h2 {
	margin: 50px 0 6px 0;
	font-weight: 600;
	color: #383838;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 35px;
}

.EXHIBITS_content p {
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
	color: #363636;
}

.EXHIBITS_content .content_img_section {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.EXHIBITS_content .content_img_section img {
	float: left;
	margin-right: 25px;
}

.EXHIBITS_content .content_img_section p span {
	color: #9a9a9a;
	font-size: 14px;
	padding-right: 130px;
	display: block;
	margin-top: 50px;
}

.EXHIBITS_content p span {
	color: #9a9a9a;
	font-size: 14px;
	padding-right: 130px;
	display: block;
	margin-top: 30px;
}

.EXHIBITS {
	background: #f2f2f2;
	padding-top: 30px;
}

.EXHIBITS_content ul {
	margin-bottom: 15px;
	font-size: 16px;
}

.EXHIBITS_content ul li {
	list-style-type: square;
	margin-left: 25px;
}

.EXHIBITS_content li.leaf {
	float: left;
}

.EXHIBITS .left_sideBar h2 {
	display: inline-block;
	font-size: 27px;
	font-weight: 900;
	color: #535353;
	letter-spacing: 2px;
	border-right: solid 10px #fcb715;
	padding: 2px 10px 2px 15px;
}

.EXHIBITS .left_sideBar ul li a {
	display: block;
	padding: 13px 15px;
	border-bottom: solid 1px #ccc;
	color: #535353;
	font-weight: 600;
}
.EXHIBITS .left_sideBar ul li a:hover {border-left: 6px solid #f8b732;}

.NP_btn {
	display: block;
	margin: 70px 0;
}

.NP_btn a {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	text-align: center;
	background: #fcb715;
	color: #fff;
	padding: 13px 0;
	font-weight: 600;
	letter-spacing: 1px;
}

.NP_btn a.NEXT {
	float: right;
	clear: both;
}

.EXHIBITS_Portland_Maine {
	background-image: url(../images/Exhibits-back-img.png);
	background-size: cover;
	position: relative;
}

.EXHIBITS_Portland_Maine:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.EXHIBITS_Portland_Maine .slder_heading {
	margin: 50px 0 30px 0;
	float: left;
	width: 100%;
}

.EXHIBITS_Portland_Maine .slder_heading h2 {
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	display: block;
	float: left;
	margin: 0;
}

.EXHIBITS_Portland_Maine .slder_heading h2 span {
	font-weight: 900;
	border-right: solid 10px #fcb715;
	padding-right: 15px;
	margin-right: 10px;
}

.EXHIBITS_Portland_Maine .slder_heading h5 {
	float: right;
	color: #fff;
	font-size: 26px;
	margin: 0;
}

.owl-carousel .owl-item .item {
	background: #000;
	min-height: 150px;
}

.slider_main {
	position: relative;
	margin-bottom: 50px;
}

.slider_main .slider_img {
	position: relative;
	height: 725px;
}

.slider_main .slider_img img {
	width: 100%;
	height: 100%;
	background-color: #ccc;
	-ms-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
}

.slider_main .slider_img:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider_main .slider_img .text_caption {
	position: absolute;
	bottom: 20px;
	z-index: 9;
	color: #fff;
	left: 70px;
}

.slider_main .slider_img .text_caption h3 {
	font-size: 27px;
	font-weight: 900;
	letter-spacing: 2px;
}

.slider_main .slider_img .arrow_naigation {
	position: absolute;
	top: 50%;
	z-index: 99;
	left: 0;
	width: 100%;
	color: #fff;
	transform: translate(0px, -50%);
}

.slider_main .slider_img .arrow_naigation a.left {
	left: -110px;
	width: 65px;
	height: 65px;
	background: rgba(255, 255, 255, 0.15);
	top: 0;
	border-radius: 100px;
	text-align: center;
	z-index: 999;
	line-height: 64px;
	font-size: 30px;
	color: #fff;
	opacity: 1;
	display: block;
	position: absolute;
}

.slider_main .slider_img .arrow_naigation a.right {
	right: -110px;
	width: 65px;
	height: 65px;
	background: rgba(255, 255, 255, 0.15);
	top: 0;
	border-radius: 100px;
	text-align: center;
	z-index: 999;
	line-height: 64px;
	font-size: 30px;
	color: #fff;
	opacity: 1;
	display: block;
	position: absolute;
}

.slider_main .slider_img .arrow_naigation a:hover {
	background: rgba(255, 255, 255, 0.50);
}

.slider_main .slider_content {
	background: #fff;
	padding: 40px 100px;
	position: relative;
}

.slider_main .slider_content .inner_content {
	overflow: hidden;
	max-height: 180px;
}

.slider_main .slider_content .inner_content p {
	font-size: 17px;
	font-weight: 600;
	color: #383838;
	line-height: 29px;
}

.slider_main .slider_content .expend_text_btn {
	position: absolute;
	bottom: -18px;
	width: 100%;
	left: 0;
	text-align: center;
}

.slider_main .slider_content .expend_text_btn button.expend {
	background: #fcb715;
	border: none;
	color: #fff;
	width: 38px;
	height: 38px;
	outline: none;
}

.slider_content.expend_content .inner_content {
	max-height: max-content;
}

.slider_main .slider_content .expend_text_btn button.expend .icofont-plus {
	display: block;
}

.slider_main .slider_content .expend_text_btn button.expend .icofont-minus {
	display: none;
}

.slider_content.expend_content .expend_text_btn button.expend .icofont-plus {
	display: none;
}

.slider_content.expend_content .expend_text_btn button.expend .icofont-minus {
	display: block;
}


/*.Related-items {
    position: relative;
    z-index: 9;
}*/

.Related-items h4 {
	font-weight: 600;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 100px;
	margin: 0 0 30px 0;
}

.full_img_content h4.category_name {
	font-weight: 600;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 30px 0;
}

.Related-items .crausel {
	padding: 0px 100px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Related-items .crausel .items {
	margin-right: 10px;
}

.Related-items .arrow_naigation {
	position: relative;
	bottom: 55px;
	width: 100%;
}

.Related-items .arrow_naigation a.right {
	color: #fff;
	font-size: 25px;
	float: right;
	margin-right: 50px;
}

.Related-items .arrow_naigation a.left {
	color: #fff;
	font-size: 25px;
	float: left;
	margin-left: 50px;
}

.Related-items .crausel .items.active {
	border: solid 3px #fcb715;
}

.VIEW-EXHIBIT a {
	background: #fcb715;
	display: inline-block;
	padding: 15px 15%;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}

.VIEW-EXHIBIT {
	margin: 20px 0 20px 0;
	padding: 30px 10px 30px 10px;
	border-left: solid 1px #e2e2e2;
}

.header_banner {
	background-image: url(../images/MAP-COMMENTARIES-header-banner.png);
	position: relative;
	min-height: 350px;
	overflow: hidden;
	width: 100%;
	background-size: cover !important;
}

.header_banner h3 {
	position: absolute;
	bottom: 0;
	z-index: 9;
	left: 0;
	width: 70%;
	margin: 50px 160px;
	padding: 5px 15px;
	color: #fff;
	font-size: 27px;
	font-weight: 600;
	border-left: solid 10px #fcb715;
}

.header_banner:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.DIGITAL-BACKPACKS.RANDOM-MAPS {
	background-image: url(../images/RANDOM-MAPS-bg.png);
	background-size: cover;
	position: relative;
}
.DIGITAL-BACKPACKS.RANDOM-MAPS.browse_maps a {
	color: #fab633;
}

.DIGITAL-BACKPACKS.RANDOM-MAPS:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.DIGITAL-BACKPACKS.RANDOM-MAPS:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.42);
}

.DIGITAL-BACKPACKS.RANDOM-MAPS .container {
	z-index: 9;
	position: relative;
}

.DIGITAL-BACKPACKS.RANDOM-MAPS ul#grid {
	width: 100%;
	max-width: 100%;
}

.DIGITAL-BACKPACKS.RANDOM-MAPS a.NEW-FOLDER {
	margin-right: 25px;
}

.grid li a,
.grid li img {
	width: 100%;
}

.grid li .grid_inner {
	padding: 10px;
	padding-bottom: 40px;
}

.DIGITAL-BACKPACKS.RANDOM-MAPS .grid li .grid_inner {
	background: white;
	transition: all .3s ease;
	top: 0px;
	position: relative;
	box-shadow: 1px 1px 9px black;
	border-radius: 4px;
}

.grid li .grid_inner.nopadding {
	padding-bottom: 0px;
	padding: 0px;
}

.grid li .grid_inner h4 {
	font-weight: 600;
	font-size: 15px;
	margin: 20px 0 5px 0;
}

.DIGITAL-BACKPACKS.RANDOM-MAPS .load_more {
	text-align: center;
	margin: 10px 0 50px 0;
	display: block;
}

.DIGITAL-BACKPACKS.RANDOM-MAPS .load_more a.lm_btn {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
}

.DIGITAL-BACKPACKS.RANDOM-MAPS .load_more a.lm_btn img {
	margin-right: 10px;
}

.DIGITAL-BACKPACKS.RANDOM-MAPS .heading-bar select {
	float: right;
	margin-right: 25px;
	width: 110px;
	color: #fff;
	border: none;
	-webkit-appearance: none;
	background: url(../images/select-down-icon.png);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 13px;
	outline: none;
	text-transform: uppercase;
	padding: 0px 5px;
}

select option {
	color: #000;
}

.main_section .left_side_bar_fix {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	background: url(../images/pattren.jpg);
	width: 390px;
	padding: 30px;
	z-index: 9;
	overflow: auto;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.main_section .left_side_bar_fix .main_navigation {
	margin: 40px 0 40px 0;
}

.main_section .left_side_bar_fix .main_navigation ul {
	display: block;
	padding: 10px 0 30px 50px;
	border-bottom: solid 2px #ebebeb;
}

.main_section .left_side_bar_fix .main_navigation ul li {
	display: block;
	transition: all .4s;
}

.main_section .left_side_bar_fix .main_navigation ul li a {
	display: block;
	border-bottom: solid 1px #e8e8e8;
	padding: 15px 0;
	border-top: 1px solid white;
}

.main_section .left_side_bar_fix .main_navigation ul li:last-child a {
	border: none;
}

.main_section .left_side_bar_fix .right_header {
	padding: 0 0px 0 50px;
}

.main_section .left_side_bar_fix .right_header .social_icons {
	margin: 50px 0 0 0;
}

.main_section .left_side_bar_fix .right_header .social_icons ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.main_section .left_side_bar_fix .right_header .social_icons ul li {
	display: inline-block;
}

.main_section .left_side_bar_fix .right_header .social_icons ul li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 26px;
	border-radius: 50px;
	border: solid 2px #c4c4c4;
	font-size: 12px;
	color: #777777;
	margin: 0 5px;
}

.main_section .left_side_bar_fix .right_header .social_icons ul li a:hover {
	background: #fcb715;
	border: solid 2px #fcb713;
	color: #fff;
}

.main_section .left_side_bar_fix .right_header {
	padding: 0px 0px 40px 50px;
	border-bottom: solid 2px #ebebeb;
	margin-bottom: 35px;
}

.main_section .left_side_bar_fix .footer_logo {
	text-align: center;
	width: 82%;
	margin: auto;
}

.main_section .left_side_bar_fix .Terms_links {
	text-align: center;
	margin: 20px 0 10px 0;
}

.main_section .left_side_bar_fix .Terms_links ul li a {
	letter-spacing: 0;
}

.modal-backdrop.in {
	opacity: .7;
}

.main_section .right_sideBar_fix {
	padding: 15px 15px 15px 15px;
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	width: calc(100% - 390px);
	height: 100%;
	overflow: auto;
}

.main_section .right_sideBar_fix .full_image {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 100%;
}

.main_section .right_sideBar_fix .full_image img {
	width: 100%;
	height: 100%;
	background-color: #ccc;
	-ms-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
}

.main_section .right_sideBar_fix .full_img_content:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 9;
}

.main_section .right_sideBar_fix .full_img_content {
	position: absolute;
	bottom: 0;
	z-index: 99;
	width: 100%;
	display: none;
}

.main_section .right_sideBar_fix .full_img_content.slick-slide {
	display: block;
}

.Related-items .slick-list .slick-track .item.slick-slide {}

.main_section .right_sideBar_fix .text_content {
	padding: 0 85px;
	margin-bottom: 30px;
	position: absolute;
	bottom: 94px;
	z-index: 9;
}

.main_section .right_sideBar_fix .text_content p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 30px;
}

.main_section .right_sideBar_fix .text_content .Learn_more a {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	transition: all .8s !important;
}

.main_section .right_sideBar_fix .text_content .Learn_more a:hover {
	color: orange;
}

.main_section .right_sideBar_fix .text_content .Learn_more a img {
	margin-right: 5px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: auto;
	background: none;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

.main_section .left_side_bar_fix .right_header .header_search_form a#ADVANCED_SEARCH {
	bottom: -32px;
}

.EXHIBITS_Portland_Maine .container {
	max-width: 100%;
	padding: 0 150px;
}

.modal-dialog.modal-lg {
	-webkit-transform: translate(-33%, -50%) !important;
	-moz-transform: translate(-33%, -50%) !important;
	-ms-transform: translate(-33%, -50%) !important;
	transform: translate(-33%, -50%) !important;
}

.main_section .left_side_bar_fix .main_navigation ul.sub-menu {
	display: none;
}

ul.sub-menu {
	margin-left: 18%;
}

.main_section .left_side_bar_fix .main_navigation ul li.menu-item-has-children>a {
	position: relative;
}


/*.main_section .left_side_bar_fix .main_navigation ul li.menu-item-has-children>a:after {
    content: "\f107";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    font: normal normal normal 20px/1 FontAwesome;
    text-align: center;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}*/

.main_section .left_side_bar_fix .main_navigation ul.sub-menu {
	padding: 10px 0 10px 20px;
	position: relative;
	opacity: 1;
	visibility: visible;
	box-shadow: none;
	min-width: 0;
	display: none;
	-webkit-transition: all .2s !important;
	-moz-transition: all .2s !important;
	-ms-transition: all .2s !important;
	transition: all .8s !important;
}

.main_section .left_side_bar_fix .main_navigation ul li#menu-item-1860 {
	padding-top: 30px;
	border-top: solid 2px #ebebeb;
	margin-left: -50px;
	margin-top: -1px;
	padding-left: 50px;
}

ul.slick-dots {
	display: none !important;
}

.Related-items {
	position: absolute;
	bottom: 0;
	z-index: 99;
	width: 100%;
	left: 0;
}

.Related-items .slick-prev {
	left: 25px;
}

.Related-items .slick-next {
	right: 25px;
}

.slick-track {
	width: 100%;
}

.Related-items .slick-prev:before {
	content: "\f104";
	font: normal normal normal 25px/1 FontAwesome;
}

.Related-items .slick-next:before {
	content: "\f105";
	font: normal normal normal 25px/1 FontAwesome;
}

.main_section .right_sideBar_fix .full_image .slick-list,
.main_section .right_sideBar_fix .full_image .slick-list .slick-track {
	height: 100%;
}

.Related-items .slick-list .slick-track .item.slick-slide {
	overflow: hidden;
	text-align: center;
	outline: none;
	margin: 0 5px;
}

.Related-items .slick-list .slick-track .item.slick-slide img {
	-ms-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	object-fit: cover;
	display: inline-block;
	width: 100%;
	height: 80px;
	position: relative;
	cursor: pointer;
}

.Related-items .slick-list .slick-track .item.slick-slide.slick-current img {
	border: solid 3px #f7b632;
	outline: none;
	border-radius: 2px;
}

.main_navigation ul li.menu-item-has-children {
	position: relative;
}

.main_navigation ul li a {
	display: block;
}

.main_navigation ul li.menu-item-has-children ul.sub-menu {
	position: absolute;
	display: block;
	left: 0;
	top: 120%;
	min-width: 340px;
	z-index: 99;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.23);
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
}

.main_navigation ul li.menu-item-has-children:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s !important;
}
.main_navigation ul li.menu-item-has-children ul.sub-menu li {
    display: block;
}
.main_navigation ul li.menu-item-has-children ul.sub-menu li a{
    border-bottom: solid 1px #eee;
    padding: 11px 0px 11px 15px;
}
.main_navigation ul li.menu-item-has-children ul.sub-menu li a:hover {
    background: #fcb715;
    color: #fff;
    padding-left: 30px;
}
.main_navigation ul li#menu-item-1860 {
    /*margin-left: 24%;*/
} 
.main_navigation ul li.menu-item-has-children ul.sub-menu:before {
    content: "\f0d8";
    font: normal normal normal 30px/1 FontAwesome;
    position: absolute;
    top: -20px;
    left: 25px;
    right: 0;
    width: 15px;
    text-align: center;
    color: #fff;
    text-shadow: 0px -2px 2px rgba(0, 0, 0, 0.18);
}





.book-toc .dropdown-menu .first.last.active:before {
	content: "\f0d8";
	font: normal normal normal 30px/1 FontAwesome;
	position: absolute;
	top: -20px;
	left: 272px;
	right: 0;
	width: 15px;
	text-align: center;
	color: #fff;
	text-shadow: 0px -2px 2px rgba(0, 0, 0, 0.18);
}


/* width */

.main_section .left_side_bar_fix::-webkit-scrollbar {
	width: 5px;
}


/* Track */

.main_section .left_side_bar_fix::-webkit-scrollbar-track {
	background: #f1f1f1;
}


/* Handle */

.main_section .left_side_bar_fix::-webkit-scrollbar-thumb {
	background: #888;
}


/* Handle on hover */

.main_section .left_side_bar_fix::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.mobile_toggle_btn {
	width: 40px;
	height: 40px;
	float: left;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 9;
	display: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.mobile_toggle_btn button {
	width: 100%;
	height: 100%;
	font-size: 25px;
	line-height: 21px;
	background: #fcb91d;
	border: none;
	color: #fff;
	border-radius: 0px;
	box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.39);
	outline: none;
	text-align: center;
	display: block;
	position: relative;
}

.mobile_toggle_btn button i.icofont {
	display: none;
}

.open_menu .mobile_toggle_btn button i.icofont {
	display: block;
}

.open_menu .mobile_toggle_btn button i.fa.fa-bars {
	display: none;
}

.main_navigation ul li.menu-item-has-children span.dropdown_menu_mobile {
	width: 30px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	font: normal normal normal 20px/1 FontAwesome;
	text-align: center;
	line-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	cursor: pointer;
}

.main_navigation ul li.menu-item-has-children span.dropdown_menu_mobile:before {
	font: normal normal normal 20px/1 FontAwesome;
	content: "\f107";
	-webkit-transition: all .0s;
	-moz-transition: all .0s;
	-ms-transition: all .0s;
	transition: all .0s;
}

.main_section .left_side_bar_fix .main_navigation .open_dropdown ul.sub-menu {
	opacity: 1;
	visibility: visible;
	display: block;
	border-radius: 0;
	box-shadow: 6px 9px 20px -12px black;
}

.main_navigation ul li.menu-item-has-children.open_dropdown span.dropdown_menu_mobile:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mobile_toggle_btn button i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 40px;
}

.EXHIBITS .left_sideBar .current-menu-item>a {
	border-left: 6px solid #f8b732;
}

.search_pag a {
	color: #333 !important;
}

.EXHIBITS_content .result {
	background: #fff;
	float: left;
	width: 100%;
    padding: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
	position: relative;
	top: 0;
}

.EXHIBITS_content .result:hover {
	box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.15);
	top: -5px;
	cursor: pointer;
}

.EXHIBITS_content .result .res_thumb {
	width: 150px;
}

.EXHIBITS_content .result .res_text {
	width: calc(100% - 150px) !important;
	padding-left: 15px;
}

.search_pag.Pagination {
	clear: both;
}

.Pagination ul li a {
	margin: 0 0;
	color: #fab633;
}

.EXHIBITS_content .top_section select {
	height: 38px;
	font-size: 14px;
	border: none;
	padding-left: 12px;
	margin-left: 7px;
	border-radius: 5px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
	outline: none;
	cursor: pointer;
}

.left_sideBar .accordion {
	background: #fff;
	margin-top: 25px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
	float: left;
}

.left_sideBar .accordion .accordion-head {
	padding: 5px 12px;
}

.left_sideBar .accordion .accordion-body {
	padding: 0 12px 0 0 !important;
	width: 100%;
}

.left_sideBar .accordion .accordion-body .check_list_item {
	padding: 4px 0px;
	position: relative;
}

.left_sideBar .accordion .accordion-body .check_list_item input[type=radio] {
	margin: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	opacity: 0;
}

.left_sideBar .accordion .accordion-body .check_list_item input[type=radio]+label {
	height: 100%;
	padding-left: 25px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 97%;
}

.left_sideBar .accordion .accordion-body .check_list_item input[type=radio]+label:before {
	content: "";
	width: 18px;
	position: absolute;
	left: 0;
	top: 3px;
	height: 18px;
	border: solid 1px #ccc;
	border-radius: 3px;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 16px;
	text-align: center;
}

.left_sideBar .accordion .accordion-body .check_list_item input[type=radio]:checked+label:before {
	content: "\f00c";
}

.EXHIBITS_content .result:hover strong a {
	color: #fcb715;
}

body.inner-pages .left_side_bar_fix {
	display: none;
}

.main_header .main_navigation {
	padding-left: 30px;
}

body.inner-pages .modal-dialog.modal-lg {
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}

form.advance_search_popup select.form-control {
	background: #fafafa;
	box-shadow: none;
	border: solid 1px #e6e6e6;
	height: 40px;
}

.moreFileds {
	display: none;
}

.open_less .moreFileds {
	display: block;
}

.more_btn {
	display: inline-block;
}

.more_btn span {
	display: inline-block;
	background: #a2a2a2;
	color: #fff;
	padding: 7px 20px;
	border-radius: 5px;
	cursor: pointer;
}

.more_btn span.less {
	display: none;
}

.open_less .more_btn span.less {
	display: inline-block;
}

.open_less .more_btn span.More {
	display: none;
}


/*Search Accordion*/

.accordion {
	width: 100%;
}

.accordion .accordion-head * {
	cursor: pointer;
}

.accordion .accordion-head.open {
	border-bottom: 0 none;
}

.accordion .accordion-head {
	border-top: 1px solid #ddd;
	color: #222;
	cursor: pointer;
	font-size: 16px;
	margin-top: -1px;
	overflow: hidden;
	padding: 5px 0px;
	position: relative;
	width: 100%;
}

.accordion .accordion-body {
	border-bottom: 1px solid #ddd;
	display: none;
	height: auto;
	padding: 15px;
}

.accordion-head.open .arrow {
	border-bottom-color: #222222;
	border-top-color: transparent;
	margin-top: 10px;
}

.arrow {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #222222 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 5px;
	float: right;
	height: 0;
	margin-top: 16px;
	width: 0;
}

.check_list_item,
.check_list_item label,
.check_list_item input {
	cursor: pointer;
}

.accordion-head h4 {
	float: left;
}

.accordion-head.close {
	opacity: 1;
}

.accordion .accordion-head:first-child {
	border-top: 0;
}

.accordion .accordion-body {
	border-bottom: medium none !important;
	float: left;
	padding: 0 0 5px !important;
}

.accordion-body .check_list_item {
	float: left;
	width: 100%;
}

.accordion-body .check_list_item>input {
	float: left;
}

.accordion-body .check_list_item>label {
	float: right;
	width: 93%;
}

.no_result_h2 {
	float: left;
	width: 100%;
	text-align: center;
}

.main_section .left_side_bar_fix .main_navigation .open_dropdown ul.sub-menu {
	box-shadow: 2px 1px 8px -2px black;
	left: -51px;
	transition: all .4s !important;
	padding: 5px 0px 0px 0px;
}

.main_section .left_side_bar_fix .main_navigation ul li.menu-item-has-children#menu-item-1927 {
	margin-left: 0;
}


/*Single maps view*/

.showmaps {
	margin: 0px, 15px, 0px, 15px;
}

.browse_maps p {
	color: #fff;
	font-size: 17px;
	/*word-break: break-all;*/
}

.browse_maps a:hover {
	color: #fff;
}

.load_more_img {
	display: none;
}

.load_more_img img {
	width: 50px;
}

section.main_section.inner-pages {
	min-height: 68vh;
}

.Related-items .slick-track {
	min-width: 300px;
}

ul.dropdown-menu-inside a {
    color: #000 !important;
   	background-color: #fff !important;

}

ul.dropdown-menu-inside a:hover {
    color: #fcb715 !important;
}

ul.dropdown-menu-inside li {
    list-style: none !important;
}

ul.dropdown-menu-inside>li>a {
    padding: 3px 15px !important;
}

.dropdown-menu-inside {
    width: 500px;
}

@media (max-width: 1400px) {
	.main_navigation ul li a {
		padding: 15px 10px;
		font-size: 12px;
	}
	.main_logo {
		min-width: 182px;
	}
	.main_header .right_header .social_icons {
		width: 40%;
	}
	.header_search_form #ADVANCED_SEARCH {
		bottom: -20px;
	}
	.modal .modal-dialog .modal-content {
		border-radius: 0;
		min-height: 586px;
		max-height: 586px;
		overflow: auto;
	}
	.modal-dialog.modal-lg {
		max-width: 850px;
	}
	.main_section .right_sideBar_fix .text_content p {
		font-size: 16px;
		line-height: 22px;
	}
	.Related-items .arrow_naigation {
		bottom: 42px;
	}
	.main_section .left_side_bar_fix .main_navigation ul li a {
		padding: 11px 0;
	}
	.main_section .left_side_bar_fix .main_navigation {
		margin: 20px 0 30px 0;
	}
	.main_section .left_side_bar_fix .right_header {
		padding: 0px 0px 20px 50px;
		margin-bottom: 80px;
	}
	.modal-dialog.modal-lg {
		-webkit-transform: translate(-27%, -50%) !important;
		-moz-transform: translate(-27%, -50%) !important;
		-ms-transform: translate(-27%, -50%) !important;
		transform: translate(-27%, -50%) !important;
	}
	.VIEW-EXHIBIT a {
		font-size: 13px;
	}
}

@media (max-width: 1200px) {
	.main_navigation ul li.menu-item-has-children#menu-item-1927 {
		margin-left: 5px;
	}
}

@media (max-width: 1250px) {
	.modal-dialog.modal-lg {
		-webkit-transform: translate(-50%, -50%) !important;
		-moz-transform: translate(-50%, -50%) !important;
		-ms-transform: translate(-50%, -50%) !important;
		transform: translate(-50%, -50%) !important;
		max-width: 90%;
	}
}

@media (max-width: 1024px) {
	.main_section .right_sideBar_fix {
		width: calc(100% - 0px);
	}
	.main_section .left_side_bar_fix {
		-webkit-transform: translate(-390px, 0px);
		-moz-transform: translate(-390px, 0px);
		-ms-transform: translate(-390px, 0px);
		transform: translate(-390px, 0px);
	}
	.mobile_toggle_btn {
		display: block;
	}
	.open_menu .mobile_toggle_btn {
		left: inherit;
	}
	.open_menu .left_side_bar_fix {
		transform: translate(-0px, 0px);
	}
	header.main_header {
		display: none;
	}
	body.inner-pages .left_side_bar_fix {
		display: block;
	}
	.breadcrumbs {
		display: none;
	}
	body.inner-pages .EXHIBITS {
		padding-top: 50px;
	}
	body.inner-pages .mobile_toggle_btn {
		left: inherit;
		right: 20px;
	}
	body.inner-pages:after {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.50);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-ms-transition: all .4s;
		transition: all .4s;
	}
	.open_menu.inner-pages:after {
		opacity: 1;
		visibility: visible;
	}
	.EXHIBITS .left_sideBar h2 {
		padding: 2px 10px 2px 0px;
	}
	body.inner-pages .left_side_bar_fix .footer_logo,
	body.inner-pages .left_side_bar_fix .Terms_links {
		display: none;
	}
	body.inner-pages .mobile_toggle_btn,
	body.inner-pages .left_side_bar_fix {
		z-index: 9999;
	}
	body.inner-pages:after {
		z-index: 9;
	}
}

@media (max-width: 767px) {
	.ul_parent_div {
		margin: 0 20px !important;
	}
	.footer_main_logo img {
		max-width: 100%;
	}
	form.advance_search_popup input.form-control {
		border: 1px solid grey;
	}
	.footer_logo {
		margin-bottom: 15px;
	}
	.header_banner {
		min-height: 150px;
	}
	.header_banner h3 {
		margin: 0px;
	}
	.main_section .left_side_bar_fix {
		width: 290px;
		padding: 10px;
	}
	.main_section .left_side_bar_fix .main_navigation ul {
		padding: 10px 0 30px 20px;
	}
	.main_section .left_side_bar_fix .right_header {
		padding: 0px 0px 20px 20px;
	}
	.open_menu .mobile_toggle_btn {
		left: inherit;
	}
	.main_section .right_sideBar_fix .text_content {
		padding: 0 15px;
	}
	.Related-items h4 {
		padding-left: 30px;
	}
	.Related-items .crausel {
		padding: 0px 45px;
	}
	.form_tabs ul.nav.nav-tabs>li a {
		font-size: 12px;
		padding: 15px 0px;
		margin: 0 20px;
	}
	.Admin_login.modal-open .modal {
		height: calc(100% - 20px);
		overflow: hidden;
	}
	.modal-dialog.modal-lg {
		-webkit-transform: translate(-50%, -0%) !important;
		-moz-transform: translate(-50%, -0%) !important;
		-ms-transform: translate(-50%, -0%) !important;
		transform: translate(-50%, -0%) !important;
		max-width: 90%;
		top: 20px;
		height: calc(100% - 40px);
	}
	.modal .modal-dialog .modal-content {
		border-radius: 0;
		height: 100%;
		max-height: none;
		overflow: auto;
		min-height: auto;
	}
	footer.footer {
		display: block;
		text-align: center;
	}
	footer.footer .footer_logo a {
		display: block;
		text-align: center;
	}
	body.inner-pages .modal-dialog.modal-lg {
		-webkit-transform: translate(-50%, -0%) !important;
		-moz-transform: translate(-50%, -0%) !important;
		-ms-transform: translate(-50%, -0%) !important;
		transform: translate(-50%, -0%) !important;
	}
	#htmlcontent_home ul li.htmlcontent-item-2 {
		display: none;
	}
	#htmlcontent_home ul li.htmlcontent-item-3 {
		margin-top: 60px;
	}
	.NP_btn a {
		font-size: 13px;
		max-width: 100px;
	}
	.EXHIBITS_content h2 {
		font-size: 18px;
		line-height: 23px;
	}
	.Related-items {
		bottom: 20px;
	}
}

@media (max-width: 480px) {

	.dropdown-menu-inside {
	    width: auto;
	}
	.main_section .left_side_bar_fix {
		width: 290px;
	}
	.open_menu .mobile_toggle_btn {
		left: inherit;
	}
	.main_section .left_side_bar_fix .main_navigation ul {
		padding: 0px 0 0px 0px;
	}
	.main_section .left_side_bar_fix .right_header {
		padding: 0px 0px 20px 0px;
		margin-bottom: 30px;
	}
	.header_search_form {
		width: 100%;
		max-width: 220px;
	}
	.main_section .left_side_bar_fix .right_header .social_icons {
		margin: 40px 0 0 0;
	}
	.main_section .right_sideBar_fix .text_content p {
		font-size: 12px;
		line-height: 17px;
	}
	.Related-items h4 {
		margin: 0 0 15px 0;
		font-size: 16px;
	}
	.main_section .right_sideBar_fix .text_content {
		bottom: 110px;
	}
	.full_img_content h4.category_name {
		margin: 0 0 20px 0;
		font-size: 20px;
	}
	.main_navigation ul li a {
		font-size: 11px;
		letter-spacing: 1px;
	}
	.form_tabs ul.nav.nav-tabs>li {
		display: block;
	}
	.form_tabs ul.nav.nav-tabs>li a {
		font-size: 14px;
		padding: 15px 20px;
		margin: 0 0;
	}
	.modal-dialog.modal-lg .modal-body {
		padding: 0;
	}
	.EXHIBITS_content .result .res_text {
		width: calc(100% - 0px) !important;
		padding-left: 0;
	}
	.EXHIBITS_content .result .res_thumb {
		width: 100%;
		margin-bottom: 15px;
	}
	.EXHIBITS_content .result .res_thumb img {
		width: 100%;
	}
	.top_section .pull-right {
		width: 100%;
		margin-top: 10px;
	}
	.header_banner h3 {
		margin: 0 0 10px 0px;
		font-size: 16px;
	}
}

@media (max-width: 374px) {
	.main_section .left_side_bar_fix {
		width: 230px;
	}
	.open_menu .mobile_toggle_btn {
		left: inherit;
	}
}

div.checkbox span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
	margin-right: 20px !important;
}

#lightbox .modal-body button.close {
	font-size: 60px;
	color: white;
	opacity: 1;
}

#lightbox .modal-content {
	background-color: transparent;
	box-shadow: none;
	border: none;
	min-height: auto !important;
	max-height: auto !important;
}

.default-demo li {
	cursor: pointer;
}

.uv .centerPanel .content .attribution {
	display: none !important;
}

input,
textarea {
	width: 100%;
	border-radius: 4px;
	border: 0px;
	border: 1px solid #b5b5b5;
}

label {
	width: 100%;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	color: white;
	background: #f7b632;
	border: none;
}

input[type=submit] {
	width: 90px;
	padding: 9px;
	font-size: 19px;
	box-shadow: 0px 0px 0px 0px;
}

.open .dropdown-menu ul {
	display: block;
	width: 100%;
}

.dropdown-menu ul li.leaf,
li.first.last.expanded {
	list-style: none;
	float: none;
}

.pull-right>.dropdown-menu li {
	list-style: circle;
	clear: both;
}

.book-toc .dropdown-menu {
	margin: 0px !important;
	border: 0pc;
	border-radius: 0px;
	min-width: 289px;
}

.book-toc .dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: white;
	color: black;
}

.field-collection-view {
    padding: 1em 0 0.3em 0;
    margin: 0 1em 0 1em;
    border-bottom: 1px dotted #D3D7D9;
}
.field-name-field-item-title {
    font-weight: bold;
    font-size: 20px;
    color: #20438D;
}
.field-collection-view {
    padding: 1em 0 0.3em 0;
    margin: 0 1em 0 1em;
    border-bottom: 1px dotted #D3D7D9;
}

.book-toc span, .book-toc button {font-size: 23px !important;}

.wp-caption-text {
font-size: 14px !important;
font-weight: bold !important;
line-height: 16px;
padding: 0 4px 5px;
margin: 0;
color: #062d5d !important;
}