@import url('font.css');

body{
    font-family: 'Lato_Web';
    background-color: #fefee2;
}
p{
	text-align:justify;
}

.btn{
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
}

.btn-gray{
    background-color:#dadada;
    border-color:#dadada;
    color:#2b2b2b;
}

.btn-orange{
    background-color:#cf4b00;
    border-color:#cf4b00;
    color:#fff; 
}

.btn-yellow{
    border-color:#f7b733;
    background-color:#f7b733;
    color:#563a00;
}

.btn-yellow:hover, .btn-yellow:focus{
    background-color:#e89c01;
    color:#fff;
    border-color:#e89c01;
}

.btn-orange:hover, .btn-orange:focus{
    color:#fff;
    border-color:#b14000;
    background-color:#b14000;
}

.bg-fb{
    background-color:#39579a;
}

.bg-fb:hover{
    background-color:#314a83;
}

.bg-tw{
    background-color:#059ff5;
}

.bg-tw:hover{
    background-color:#0487d0;
}

.bg-gp{
    background-color:#dc4e41;
}

.bg-gp:hover{
    background-color:#bb4237;
}

.p-0{
    padding:0 !important;
}

.h-30{
	height:30px;
}

.m-t-10{
    margin-top:10px !important;
}

.text-default{
    font-size:1em !important;
}


/* Header StyleSheet */

.site-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.logo {
	background-color: #cf4b00;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	height: 165px;
}

.v-align {
	display: table;
	width: 100%;
	height: 100%;
}

.v-align-middle {
	display: table-cell;
	vertical-align: middle;
}

.logo-text{
    text-transform: uppercase;
	
}

.logo a{
	color:#fff;
}

.logo a:hover{
	text-decoration:none;
}

.logo-text h5{
    margin:0;
    font-family: 'Oranienbaum', serif;
    font-size:1.43em;
}

.logo-text h3{
    margin: 0 0 5px 0;
    font-family: 'Oranienbaum', serif;
    font-size:2.43em;
}

.logo-text p{
    margin:0;
	text-align:center
}

.site-nav {
    background-color: rgba(254,254,226,0.82);
    border-top:8px solid #cf4b00;
    position: relative;
    margin-top:35px;
    padding: 15px;
	font-size:13px;
}

.site-nav::after{
    content:"";
    display: table;
    clear:both;
}

.site-nav > ul {
    display: block;
    margin: 0;
    padding:0;
    text-transform: uppercase;
    width: 25%;
    float: left;
}

/* .site-nav > ul:nth-of-type(1){ */
    /* width:31%; */
/* } */

/* .site-nav > ul:nth-of-type(2){ */
    /* width:21%; */
/* } */

/* .site-nav > ul:nth-of-type(3){ */
    /* width:28%; */
/* } */

/* .site-nav > ul:nth-of-type(4){ */
    /* width:20%; */
/* } */

.site-nav > ul > li {
    padding: 6px 15px;
    list-style: none;
    display: block;
}

.site-nav > ul > li > a{
    color:#000;
    transition: all 0.3s ease;
}

.site-nav > ul > li.active > a,
.site-nav > ul > li > a:hover, 
.site-nav > ul > li > a:focus{
    color:#cf4b00;
    border-left:3px solid #cf4b00;
    padding-left:7px;
    text-decoration: none;
	outline:none;
}

.site-nav > ul > li.home{
    position: absolute;
    top:-16px;
    left:-8px;
    width:auto;
    padding:0;
}

.site-nav > ul > li.home.active > a,
.site-nav > ul > li.home > a:hover,
.site-nav > ul > li.home > a:focus{
    border-left:none;
    background-color:#cf4b00;
    color:#fff;
    padding-left:0;
}

.site-nav > ul > li.home > a{
    display: block;
    width:28px;
    height:28px;
    background-color:#fff;
    border-radius: 50%;
    text-align: center;
    color:#cf4b00;
    line-height: 28px;
    font-size:1.14em;
}

/* Header StyleSheet End */


/* Slider StyleSheet */

.carousel-control{
    top:50%;
    bottom:auto;
    left:auto;
    right:auto;
    opacity: 1;
    color:#000;
    width:auto;
    padding: 5px 4px;
    font-size:3em;
    text-shadow: none;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
}

.carousel-control:hover,.carousel-control:focus{
    opacity: 1;
    color:#000;
}

.carousel-control.left{
    background:#fefee2;
    border-radius: 0 2px 2px 0;
    left:0;
}

.carousel-control.right{
    background:#fefee2;
    border-radius: 2px 0 0 2px;
    right:0;
}

/* Slider StyleSheet End */

/* Widget Box Style */

.home-content {
    margin-top: -78px;
    position: relative;
    z-index: 8;
}

.widget{
    position: relative;
}

.widget::before, .widget::after{
    position: absolute;
    height: 90%;
    box-shadow: 0 0 24px 1px rgba(0, 0, 0, 0.70);
    transform-origin: top center;
    content: "";
    display: block;
    width: 1px;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(-2.4deg);
}

.widget::after{
    right:0;
    left:auto;
    transform: rotate(2.4deg);
}

.widget-heading {
    background-color: rgba(207, 75, 0, 0.90);
    padding:23px 25px;
}

.widget-heading::after{
    clear:both;
    display: table;
    content:"";
}

.widget-title{
    margin:0;
    color: #fff;
    font-family: 'Oranienbaum', serif;
    font-size:2.14em;
    float:left;
}

.widget-body{
    padding:20px 25px;
    background-color: #fefee2;
	min-height:350px;
}

.events .media-list {
    min-height: 358px;
}

.widget-heading > .nav-tabs{
    border-bottom: 2px solid rgba(0,0,0,0);
    /*background-color:rgba(207, 75, 0, 0.90)*/
}

.widget-heading > .nav-tabs > li{
    width:50%;
    text-align: center;
    font-size:1.57em;
    margin-bottom: -2px;
    font-family: 'Oranienbaum', serif;
}

 .widget-heading > .nav-tabs > li > a{
    border-radius: 0;
    margin-right:0;
    border-width:2px 0 2px 0;
    border-style: solid;
    border-color:transparent;
    padding: 22px 0;
    color: rgba(255, 255, 255, 0.8);
 }

 .widget-heading > .nav-tabs > li > a:hover,.widget-heading > .nav-tabs > li > a:focus{
     background-color:transparent;
     border-width:2px 0 2px;
     border-style:solid;
     border-color:transparent;
     color:#fff;
     outline:none;
 }

  .widget-heading > .nav-tabs > li.active > a,
  .widget-heading > .nav-tabs > li.active > a:focus,
  .widget-heading > .nav-tabs > li.active > a:hover {
	color:#fff;
	cursor: default;
	background-color: transparent;
	border-width:2px 0 2px;
    border-style:solid;
    border-color:transparent transparent #fff transparent;
}

.widget-body .tab-content{
    padding:10px 25px;
}

.about-widget{
    font-size:1em;
    color:#000;
    line-height: 24px;
	text-align:justify;
}

.artifact-gallery {
	font-size: 1.14em;
}

.about-widget p{
    margin:0;
}

.about-widget a, .artifact-gallery a, .events .more-link{
    color:#cf4b00;
	font-size:14px;
	text-decoration:underline;
}

.media-box .media-left img{
	max-width:84px;
}

.media-box{
    padding:10px 0;
}

/* .media-box + .media-box{ */
    /* border-top:1px solid #d8d8b6; */
/* } */

.media-date{
    font-size:0.93em;
    color:#4a4a4a;
    margin: 3px 0 5px 0;
}

.media-heading{
    font-size:1.07em;
    font-weight: 400;
}

.events .media-heading a {
    font-size: 16px;
    display: inline-block;
    margin-bottom:5px;
}

.events .media-heading p {
    font-size: 13px;
    margin-bottom:0;
}

.events .media-heading p + p{
    margin-top:3px;
}


.media-heading a{
    color:#cf4b00;
}

.media-left{
    padding-right:15px;
}

.events .icon-img {
    width: 84px;
    height: 68px;
    position: relative;
    background-color: #fff;
    border: 1px solid #c4c4c4;
}

.events .icon-img img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.artifact-gallery ul {
	padding: 0;
	margin: 0 -5px 4px -5px;
}

.artifact-gallery ul::after {
	clear: both;
	content: "";
	display: table;
}

.artifact-gallery > ul > li {
	list-style: none;
	display: block;
	width: 33.33%;
	float: left;
	padding: 5px;
}

/*.artifact-gallery > ul > li img {
	max-width: 100%;
}*/

.art-thumb {
	position: relative;
	height: 75px;
	overflow: hidden;
	background-color: #f0f0f0;
}

.art-thumb img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translateX(-50%);
}

.btn-viewall {
	background-color: #cf4b00;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	padding: 5px 20px;
	font-size: 0.86em;
	margin-top: 20px;
	font-weight: 700;
	
}

.btn-viewall:hover{
    background-color:#ba4603;
    color:#fff;
}

/* Widget Box Style End */

.img-btn {
	position: relative;
	overflow: hidden;
	margin: 20px auto 40px auto;
	height: 75px;
	width: 400px;
}

.img-btn img {
	max-width: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.img-btn:hover img{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
}

.img-btn h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    margin: 0;
    color: #563a00;
    font-size: 1.75em;
    text-transform: uppercase;
    font-family: 'Oranienbaum', serif;
    height: 30px;
}

.img-btn h1::after{
    content: "\f142";
    font-family: "Material Design Icons";
    font-size: 1.5em;
    line-height: normal;
    vertical-align: middle;
    margin-top: -8px;
    display: inline-block;
    margin-left: -8px;
}

.bg-orange{
    background-color:#cf4b00;
}

.section-heading{
    position: relative;
    text-align:center;
    color:#cf4b00;
    font-family: 'Oranienbaum', serif;
    margin-bottom: 25px;
}

.bg-orange .section-heading{
    color:#fff;
}

.bg-orange .section-heading::after{
    border-color:#fff;
}

.section-heading::after{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    height:4px;
    border-width:1px 0 1px 0;
    border-style:solid;
    border-color:#cf4b00;
    content:"";
    width:100%;
    display: block;
    z-index: 1;
}

.section-title{
    margin:0;
    font-size:2.71em;
}

.section-title > span{
    background-color:#fefee2;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding:0 20px; 
}

.bg-orange .section-title > span{
    background-color:#cf4b00;
}

.page-section{
    padding:30px 0;
}

.grid-gallery {
    margin: 0 -4px;
}

.gallery-box {
    float: left;
    padding: 4px;
    width:40%;
}

.gallery-box.box-sm{
    width:20%;
}

.box-image {
    position: relative;
    min-height: 315px;
    width:100%;
    overflow: hidden;
}

.box-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grid-gallery .btn{
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:1.21em;
    font-weight: 700;
    padding:10px 30px;
    margin:30px 0 20px 0;
}

.transit-card {
    background-color: #bb4400;
    color: #fff;
    padding: 25px 24px;
    text-align: center;
}

.transit-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: relative;
	font-size: 1.87em;
	color: #000;
}

.transit-icon .mdi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.transit-card h4 {
    margin: 20px 0;
    font-size: 1.57em;
    color: #fff;
}

.transit-card p {
    color:#ffc09c;
    font-size:1.14em;
    margin:0;
}

.site-footer {
	background-color: #fefee2;
    position: relative;
    z-index: 2;
    border-top:8px solid #cf4b00;
}

.footer-top{
    padding:15px 0;
}

.footer-menu {
	padding: 0;
	margin: 0 auto;
	text-align: center;
    font-size:14px;
    font-weight:500;
	max-width: 900px;
}

.footer-menu > li {
	list-style: none;
	display: inline-block;
    padding: 4px 0;
}

.footer-menu > li + li::before{
    content:"/";
    margin: 0 12px 0 9px;
    color:#4d2900;
}

.footer-menu > li > a{
    color:#4d2900;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
}

.footer-menu > li > a:hover{
    color:#000;
    text-decoration:none;
}

.footer-bottom{
    border-top:1px solid #d7d7a7;
    padding:15px 0;
    color:#4d2900;
    /*font-size:1.07em;*/
}

.footer-bottom p{
    margin-bottom:0;
}

.footer-bottom p + p{
    margin-top:10px;
}

.bottom-menu {
	padding: 0;
	margin: 10px 0 0 0;
}

.bottom-menu > li {
	list-style: none;
	display: inline-block;
}

.bottom-menu > li {
	list-style: none;
	display: inline-block;
}

.bottom-menu > li > a{
    color:#4d2900;
}

.bottom-menu > li + li::before {
	content: "|";
	margin: 0 8px 0 5px;
	color: #000;
}





/* About Page StyleSheet */

 .page-banner > img{
    width:100%;
 }

 .widget-heading > .breadcrumb {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    float: right;
    margin-bottom: 0;
    font-size:1em;
    margin-top: 5px;
}

.widget-heading > .breadcrumb > li > a{
    color:#f7b733;
}

.widget-heading > .breadcrumb > li > span{
    color:#fff;
}

.widget-heading > .breadcrumb > li + li::before{
    content:">";
    color:#f7b733;
    padding: 0 8px 0 5px;
}

.about-body {
    margin-bottom: 30px;
}

  .about-body p{
     margin-bottom:0px;
 }

 .about-body p + p{
     margin-top:15px;
 }

 .about-title {
    color: #cf4b00;
    margin: 10px 0px 15px 0;
    font-family: 'Oranienbaum', serif;
}

 .about-img > img {
    max-width: 100%;
}



/* Mobile Menu */
.nav-ovarlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 98;
    display: none;
}

.mobile-nav-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 75%;
	height: 100%;
	background: #fff;
	z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    /*display: none;*/
}

.mobile-nav-container.visible{
    box-shadow: 0 0 16px rgba(0,0,0,0.5);
    transform:translateX(0%);
}

.menu-header {
	background-color: #EBEBEB;
	padding: 5px 15px;
	position: relative;
	font-size: 1.8em;
	text-align: center;
}

.menu-header .btn {
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent;
	border-radius: 0;
	color: #000;
	font-size: 1.29em;
	padding: 0 15px;
	height: 100%;
    line-height: 1em;
}

.mobile-nav-container .navbar-nav{
    float:none;
}

.mobile-nav-container  .navbar-nav > li{
    display: block;
    float:none;
    padding:0;
    margin:0;
}

.mobile-nav-container .navbar-nav > li:first-child {
	padding: 0;
}

.mobile-nav-container .navbar-nav > li > a{
    padding:8px 15px;
    font-size:1.14em;
}

.mobile-nav-container .navbar-nav > li:first-child a{
	padding: 8px 15px;
    font-size:1.14em;
}

.mobile-nav-container .nav > li > a:focus, .mobile-nav-container .nav > li > a:hover, .mobile-nav-container .nav > li.active > a{
    border-bottom-color:transparent;
    background-color:#EA701A;
    color:#fff;
}

.navbar-toggle {
	border-radius: 0;
	/* border: 1px solid #000; */
	padding: 0;
}

.navbar-toggle .icon-bar {
	border-radius: 0;
	background-color: #FFF;
	height: 3px;
	width: 26px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 6px;
}



.table-ticket{
	margin-bottom:20px;
}

.table-ticket>tbody>tr>td,
.table-ticket>tbody>tr>th,
.table-ticket>tfoot>tr>td,
.table-ticket>tfoot>tr>th,
.table-ticket>thead>tr>td,
.table-ticket>thead>tr>th{
	border-color:#d2d2d2;
}

.table-ticket>tbody>tr>td,
.table-ticket>tbody>tr>th,
.table-ticket>tfoot>tr>td,
.table-ticket>tfoot>tr>th,
.table-ticket>thead>tr>td,
.table-ticket>thead>tr>th{
	padding:13px 17px;
}

.table-ticket>tbody>tr>td:last-child{
	vertical-align: middle;
}

.ticket-label {
    font-size: 1.43em;
    font-family: 'oranienbaum';
    color: #cf4b00;
    position: relative;
    padding-left: 40px;
    padding-top: 3px;
}

.ticket-label  > span{
	color:#000;
	font-size:0.73em;
}

.label-icon {
	width: 24px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.label-icon > img {
	display: inline-block;
	max-width: 100%;
	max-height: 18px;
}

.table-ticket p{
    font-size:14px;
    margin-bottom:0;
}

.table-ticket p + p{
	margin-top:5px;
}

.text-orange{
    color:#cf4b00;
}




/* Publication Page StyleSheet */

.publication-list {
    margin: 10px -10px 0 -10px;
}

.publication-list::after{
    display: table;
    clear:both;
    content:"";
}

.publication-col {
	padding: 0 10px;
	width: 25%;
	float: left;
}

.publication-box {
	border-bottom: 2px solid #cf4b00;
    margin-bottom:30px;
}

.publication-thumb {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.publication-thumb img {
  height: 100%;
  left: 50%;
  max-width: none;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.publication-detail {
	min-height:100px;
	text-align: center;
    padding: 15px 0px;
}

.publication-detail h5 {
	font-size: 1.14em;
	color: #cf4b00;
	font-weight: 600;
	margin: 0 0 8px 0;
}

.publication-detail p {
	margin: 0;
	font-size: 1.14em;
	color: #000000;
}


/* Contact page StyleSheet */

.map{
    width:100%;
    height:665px;
}

.form-group > label{
    font-weight: 400; 
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	border-color: #bebebe;
}

.contact-form {
	margin-bottom: 0;
}

.contact-detail, .contact-form {
	min-height: 360px;
}

.contact-form .btn{
    border-radius: 2px;
    text-transform: uppercase;
    padding:6px 30px;
}

.contact-detail > h2, .contact-form > h3 {
	color: #cf4b00;
	font-size: 1.43em;
	font-weight: 400;
	margin: 0;
	text-transform: capitalize;
	font-family: 'oranienbaum';
}

.contact-form > h3{
    margin-bottom:10px;
}

.contact-detail > address {
	margin: 5px 0 0 0;
	font-size: 16px;
	color: #2d2d2d;
	line-height: 1.43em;
	text-align: left;
}

.communication-info {
	padding: 0;
	margin: 20px 0 0 0;
}

.communication-info::after {
	content: "";
	display: table;
	clear: both;
}

.communication-info > li {
	position: relative;
	padding-left: 35px;
	list-style: none;
	display: block;
	width: 100%;
	float: none;
    color:#000;
}

.communication-info > li a{
    color:#000;
}

.communication-info > li + li {
	margin-top: 20px;
}

.communication-info > li p {
	margin-bottom: 0;
	font-size: 16px;
}
.communication-info > li.address  p {
	text-align:left;
}

.communication-info > li::before {
	position: absolute;
	display: block;
	left: 0;
	top: -3px;
	content: "\f5d6";
	font-family: "Material Design Icons";
	font-size: 1.57em;
	color: #cf4b00;
}


.communication-info > li.address::before{
	content:"\F34E";
	top:0px;
}

.communication-info > li.phone::before {
	content: "\f602";
    top: -5px;
}

.communication-info > li.fax::before {
	content: "\f212";
	top: -4px;
}

.communication-info > li.mobile::before {
	content: "\f120";
	top: -5px;
}

.communication-info > li.mail::before {
	content: "\f1ee";
	top: -4px;
}






/* how to reach page style */

.transit-list {
	padding: 30px 5px;
}

.transit-box {
	position: relative;
    display: table;
}

.transit-box > .icon-outer {
	display: table-cell;
	width: 50px;
	vertical-align: top;
}

.transit-box > .transit-detail{
    display: table-cell;
    vertical-align: middle;
    padding-left:15px;
}

.transit-box + .transit-box{
    margin-top:40px;
}

.transit-box .transit-icon {
	color: #cf4b00;
	border-color: #5f5f5f;
}

.transit-box h4 {
	color: #cf4b00;
	margin: 0 0 10px 0;
	font-size: 1.57em;
}

.transit-box p {
	margin: 0;
	font-size: 1.14em;
	line-height: 1.5em;
	color: #000;
}


/* Nearby Page Style */

.nearby{
    margin-bottom:30px;
} 
.nearby .about-title{
    font-size:2.14em;
    margin-bottom:20px;
}

.nearby .media{
    margin-top:0;
}

.nearby .media + .media{
    margin-top:30px;
}

.nearby .media-heading{
    font-size:1.14em;
    color:#000;
    margin-bottom:12px;
}

.nearby .media-body{
    font-size:1.14em;
    color:#1f1f1f;
    line-height: 1.88em;
}



/* News Page StyleSheet */

.news {
	padding: 10px 0;
}

.news .media{
    margin-top:0;
}

.news .media + .media{
	margin-top:30px;
}

.news .media-body{
    line-height: 1.6em;
}

.news .news-date{
    margin-bottom: 5px;
    font-size:0.86em;   
    color:#727272;
}

.news .media-heading{
    font-size:1.25em;
    color:#cf4b00;
    font-weight: 600;
    margin-bottom: 0px;
}

.news .media-left{
    padding-right:30px;
}



.media-body .readmore{
    color:#cf4b00;
}



/* News Detail */

.news-detail {
	line-height: 1.88em;
    margin-bottom:20px;
}

.news-detail .news-title {
	font-size: 1.25em;
	font-weight: 400;
	margin: 0 0 5px 0;
	color: #d35611;
}

.news-detail .news-title {
	font-size: 1.25em;
	font-weight: 400;
	margin: 0 0 8px 0;
	color: #d35611;
}

.news-detail .news-date {
	font-size: 0.86em;
	margin: 0;
	color: #555;
}

.news .media-left img, .news-detail .media-right img, .news-detail .media-left img{
	max-width:150px;
}

.event-header .news-detail .news-title{
    margin-bottom:8px;
}

.event-header p {
	margin-bottom: 0;
	line-height: normal;
}





/* Gallery Style */

.gallery-container{
    margin-bottom:50px;
}

.left-gallery {
	float: left;
	width: 250px;
	background-color: #fff;
	padding: 15px 0;
	box-shadow:0 0 8px rgba(0,0,0,0.1);
	border:1px solid #d7d7d7;
	height:575px;
}

.album-icon {
	position: relative;
	height: 40px;
	overflow: hidden;
	width: 50px;
	background: #ccc;
}

.album-icon img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.album-slide{
	padding:0 15px;
}

.album-slide .media a{
	color:#000;
}

.left-gallery .gallery-album {
	margin: 10px 0;
	border: 1px solid #c8c8c8;
}

.album-slide .media {
	border: 1px solid #d7d7d7;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	font-size: 14px;
}

.album-slide .media {
	border: 1px solid #d7d7d7;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	font-size: 12px;
}

.album-slide .media.active {
	background-color: #cf4b00;
}

.album-slide .media.active a{
	color:#fff;
}

.album-slide .media-left {
	padding: 5px;
}

.album-slide .media .media-body {
	vertical-align: middle;
	padding: 5px 5px 5px 0;
}

.gallery-album a{
    color:#000;
}

.gallery-album p {
	margin-bottoM: 0;
	padding: 10px;
	background-color: #d1d1d1;
}

.gallery-album.slick-current p{
    background-color:#d35713;
    color:#fff;
}

.album-slide .slick-arrow {
	width: 100%;
	display: block;
	border: none;
	background: #b4b4b4;
	color: #fff;
	line-height: 1em;
	border: 1px solid #ddd;
    padding:7px 10px;
}

.album-slide .slick-prev{
    margin-bottom:10px;
}

.album-slide .slick-next{
    margin-top:10px;
}



.right-gallery{
    margin-left:275px;
	box-shadow:0 0 8px rgba(0,0,0,0.1);
	border:1px solid #d7d7d7;
}

.gallery-slider{
    width:100%;
}

.slide-large .slick-slide{
    text-align: center;
	height: 450px;
	background-color: #fff;	
}

.slide-large .slick-slide img {
    display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.slide-thumb {
    padding: 10px 20px;
    background-color: #fff;
    /* border:1px solid #e0e0e0; */
}

.slide-thumb .slick-slide {
    border: 1px solid #ddd;
    margin: 10px;
    position: relative;
    height:80px;
    overflow: hidden;
}

.slide-thumb .slick-slide img{
    position: absolute;
    max-width: none;
    width:auto;
    height:100%;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}


.slide-thumb .slick-current {
	outline: 1px solid #CF4B00;
}

/*.slide-thumb .slick-slide img {
	max-width: 100%;
}
*/
.gallery-slide{
    position: relative;
}

.slide-thumb-outer {
	position: relative;
}

.slide-thumb .slick-track{
	margin: 0px auto;
}


.gallery-nav > button,
.thumb-nav > button {
    width: 52px;
    height: 52px;
    background: rgba(255,255,255,0.8);
    color: #000;
    border: none;
    outline: none;
    padding: 0;
    border-radius: 50%;
    font-size: 2em;
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}

.thumb-nav > button{
    width: 44px;
    height: 44px;
    background-color: rgb(207, 75, 0);
    color: #ffffff;
}

.gallery-nav > button:hover,
.thumb-nav > button:hover{
	color:#fff;
	background-color: rgba(207, 75, 0, 0.80);
}

.gallery-nav .slick-prev{
    left:30px;
}

.thumb-nav .slick-prev{
    left:8px;
}

.gallery-nav .slick-next{
    right:30px;
}

.thumb-nav .slick-next{
    right:8px;
}

.slide-thumb .slick-current::before {
	border-width: 0 7px 7px 7px;
	border-style: solid;
	border-color: transparent transparent #fefee2 transparent;
	position: absolute;
	left: 50%;
	top: -7px;
	content: "";
	transform: translateX(-50%);
    z-index:1; 
}

.slide-thumb .slick-current::after {
	border-width: 0 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent #CF4B00 transparent;
	position: absolute;
	left: 50%;
	top: -10px;
	content: "";
	transform: translateX(-50%);
}

.gallery-description {
	margin: 0;
	background: #f6f6f6;
	color: #000;
	padding: 10px 15px;
	font-size: 1em;
	font-weight: 400;
	bottom: 0;
	width: 100%;
	left: 0;
	position: absolute;
	border-bottom: 1px solid #d7d7d7;
}



/*  Floor Plan Style*/

.widget-body table > tbody > tr > td {
    padding: 15px;
    border: 1px solid #ddd;
	background-color:#fff;
}

.widget-body table > tbody > tr > td > img {
    width: 100%;
    /* height: 300px; */
    display: block;
    max-height: 100%;
}

.widget-body table > tbody > tr > td > label {
    font-weight: 400;
    padding: 5px 0 0 0;
}

/* Artifact Page Style */

.filters {
    margin: 0 0 30px 0;
}

.filter-box {
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.filter-box-heading {
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 20px;
    position: relative;
}

.filter-box-heading::before, .filter-box-heading::after{
    content:"";
    display: block;
    position: absolute;
    bottom:-10px;
    left:30px;
    border-width:11px 11px 0 11px;
    border-color:#fff transparent transparent transparent;
    border-style:solid; 
}

.filter-box-heading::before{
    bottom:-11px;
    border-top-color:#d7d7d7;
}

.filter-box-title {
    margin: 0;
    font-size: 1.29em;
    color: #181818;
    font-weight: 600;
}

.filter-box + .filter-box {
    margin-top: 20px;
}

.filter-box-body {
    padding: 15px 20px;
    background-color: #f6f6d9;
}

.scroll-container{
	max-height:205px;
}

.slimScrollBar{
	border:1px solid #c2c2c2;
	opacity:1 !important;
}

/* Select 2 filter */

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	border-radius:0;
	background-color:#f3f3f3;
	border-color:#aaa;
	color:#000;
}

.filter-box-body .select2-container--default.select2-container--focus .select2-selection--multiple{
	border-color:#bbb;
	
}

.filter-box-body .select2-container--default .select2-selection--multiple{
	border-radius:0;
	
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	font-size:1.14em;
	color: #7E7E7E;
	border-right: 1px solid #aaa;
	padding-right: 5px;
	margin-right: 5px;
}

.select2-container--default .select2-selection--multiple{
	border-radius:0;
	border-color:#ccc;
}

.select2-dropdown {
	max-height:200px;
}

.select2-container--default .select2-results>.select2-results__options{
	overflow-y:auto;
	max-height:none;
}

/* Select 2 filter */


.filter-options {
    padding: 0;
    margin: 0;
    font-size:1.14em;
}

.filter-options > li {
    list-style: none;
    display: block;
}

.checkbox input[type='checkbox']{
    display: none;
}

.checkbox > label {
    padding-left: 30px;
    position: relative;
    color:#080808;
}

.checkbox > label::before{
    width:16px;
    height:15px;
    border:1px solid #b5b5b5;
    background-color:#fff;
    content:"";
    display: block;
    position:absolute;
    left:0;
    top:3px;
}

.checkbox > label > span::before{
    content:"";
    display: block;
    position:absolute;
    width:16px;
    height:15px;
    text-align:center;
    line-height:15px;
    color:#000;
    font-family:"Material Design Icons";
    font-size:14px;
    top:3px;
    left:0;
}

.checkbox > label > input[type='checkbox']:checked + span::before{
    content:"\f12c";
}

.selected-filter {
    padding: 0;
    margin: 0 0 20px 0;
}

.selected-filter > li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-bottom:10px;
}

.selected-filter > li + li{
    margin-left:8px;
}

.selected-filter > li > span{
    color:#181818;
    font-weight: 600;
    text-transform:uppercase;
}

.active-filter {
    border: 1px solid #cccccc;
}

.active-filter::after{
    clear:both;
    display: table;
    content:"";
}

.active-filter > span{
    float:left;
    color:#1a1a1a;
    text-transform: uppercase;
    font-size:0.79em;
    display: block;
    padding:5px;
}

.active-filter > a{
    float:right;
    text-transform: uppercase;
    border-left:1px solid #ccc;
    display: block;
    padding: 4px 8px;
    color:#000;
    font-size:0.86em;
}

.active-filter > a:hover{
    text-decoration: none;
}

.album-list {
    padding: 0;
    margin: 0 -14px;
}

.album-list::after{
    display: table;
    clear:both;
    content:"";
}

.album-list > li {
    list-style: none;
    display: block;
    width: 33.33%;
    float: left;
    padding: 0 14px;
    margin-bottom:28px;
}

.album-container {
    border: #d7d7d7 1px solid;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.album-thumb {
	position: relative;
	overflow: hidden;
	min-height: 185px;
	background-color: #fff;
}

.album-container .album-thumb{
	border-width: 0 0 1px 0;
	border-color: transparent transparent #e1e1e1 transparent;
	background-color: #fff;
	border-style:solid;
}

/* .album-thumb::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8) url("../images/hover-icon.png") no-repeat center;
    content: "";
    top: 0;
    left: 0;
    pointer-events:none;
    transform: scale(1.7);
    opacity: 0;
    transition:all 0.5s ease;
}

.album-container:hover .album-thumb::after{
    transform: scale(1);
    opacity: 1;
} */

.album-thumb img{
    width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	/* max-height:100%; */
	/* max-width:100%; */
}

.album-thumb:hover img {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	-moz-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
}

.album-title {
    text-align: center;
	padding: 10px;
	font-size: 14px;
	background-color: transparent;
	min-height: 0;
	line-height: 1.43em;
display: flex;
    align-items: center;
    justify-content: center;
	height: 80px;
}

.album-title a{
    color:#000;
}

.album-images {
	display: none;
}


/* Loader StyleSheet Start */

.loader{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.8);
    display:none;
    z-index:999999;
}

.cssload-loader {
    display: block;
    margin:0 auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    border: 4px solid rgb(255,255,255);
    animation: cssload-loader 2.3s infinite ease;
        -o-animation: cssload-loader 2.3s infinite ease;
        -ms-animation: cssload-loader 2.3s infinite ease;
        -webkit-animation: cssload-loader 2.3s infinite ease;
        -moz-animation: cssload-loader 2.3s infinite ease;
}

.cssload-loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: rgb(255,255,255);
    animation: cssload-loader-inner 2.3s infinite ease-in;
        -o-animation: cssload-loader-inner 2.3s infinite ease-in;
        -ms-animation: cssload-loader-inner 2.3s infinite ease-in;
        -webkit-animation: cssload-loader-inner 2.3s infinite ease-in;
        -moz-animation: cssload-loader-inner 2.3s infinite ease-in;
}





@keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(180deg);
    }
    
    50% {
        transform: rotate(180deg);
    }
    
    75% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(180deg);
    }
    
    50% {
        transform: rotate(180deg);
    }
    
    75% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(180deg);
    }
    
    50% {
        transform: rotate(180deg);
    }
    
    75% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(180deg);
    }
    
    50% {
        transform: rotate(180deg);
    }
    
    75% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(180deg);
    }
    
    50% {
        transform: rotate(180deg);
    }
    
    75% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

@keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }
    
    25% {
        height: 0%;
    }
    
    50% {
        height: 100%;
    }
    
    75% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}

@-o-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }
    
    25% {
        height: 0%;
    }
    
    50% {
        height: 100%;
    }
    
    75% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}

@-ms-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }
    
    25% {
        height: 0%;
    }
    
    50% {
        height: 100%;
    }
    
    75% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}

@-webkit-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }
    
    25% {
        height: 0%;
    }
    
    50% {
        height: 100%;
    }
    
    75% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}

@-moz-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }
    
    25% {
        height: 0%;
    }
    
    50% {
        height: 100%;
    }
    
    75% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}
/* Loader StyleSheet End */







/* Home Direction Style */

.how_to_reach_home .transit-list{
    margin:0 -15px;
}

.how_to_reach_home .transit-box {
    background-color: #bb4400;
    color: #fff;
    padding: 25px 24px;
    text-align: center;
    min-height: 405px;
    display: block;
    width:calc(33.33% - 30px);
    margin:0 15px;
    float:left;
}

.how_to_reach_home .transit-box > .icon-outer{
    display: block;
    width:auto;
}

.how_to_reach_home .transit-box > .transit-detail{
    display: block;
    padding-left:0;
}

.how_to_reach_home .transit-icon{
    color:#fff;
    border-color:#fff;
    display: inline-block;
}

.how_to_reach_home .transit-box h4{
    color:#fff;
    margin: 20px 0;
}

.how_to_reach_home .transit-box p{
    color:#ffc09c;
}

.how_to_reach_home .transit-list > p{
    clear:both;
    color:#fff;
    margin:0;
    padding: 15px 15px 0 15px;
}


/* About circle Style */

.bg-red{
    background-color:#C0504E;
}

.bg-green{
    background-color:#9BBB58;
}

.bg-purple{
    background-color:#7F65A4;
}

.bg-blue{
    background-color:#48AEC5;
}

.bg-brown-light{
    background-color:#c0964e
}

.bg-blue-dark{
    background-color:#5269a0;
}

.bg-blue-light{
    background-color:#4e73c0;
}

.bg-pink{
    background-color:#b64ec0;
}

.circle-border {
    position:red;
    width: 344px;
    height: 344px;
    border: 10px;
    border-style: solid;
    border-color: #48AEC5 #C0504E #9BBB58 #7F65A4;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color:#fff;
    margin: 45px;
    position:relative;
}

.circle-inner {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align:center;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
}

.circle-edge {
    width: 114px;
    height: 114px;
    border: 2px solid #fff;
    font-size:1em;
    font-weight:700;
    border-radius: 50%;
    position:absolute;
    overflow:hidden;
}



/* Style for 8 Circle */

.circle-8 .circle-edge:nth-child(1){
    left: 50%;
    top: -57px;
    margin-left:-57px;
}

.circle-8 .circle-edge:nth-child(2){
    right: -10px;
    top: -10px;
}

.circle-8 .circle-edge:nth-child(3){
    right: -57px;
    top: 50%;
    margin-top:-57px;
}

.circle-8 .circle-edge:nth-child(4){
    right: -10px;
    bottom: -10px;
}

.circle-8 .circle-edge:nth-child(5){
    left: 50%;
    bottom: -57px;
    margin-left:-57px;
}

.circle-8 .circle-edge:nth-child(6){
    left: -10px;
    bottom: -10px;
}

.circle-8 .circle-edge:nth-child(7){
    left: -57px;
    top: 50%;
    margin-top:-57px;
}

.circle-8 .circle-edge:nth-child(8){
    left: -10px;
    top: -10px;
}

/* Style for 8 Circle End */





/* Style for 7 Circle */

.circle-7 .circle-edge:nth-child(1){
    left: 50%;
    top: -57px;
    margin-left: -57px;
}

.circle-7 .circle-edge:nth-child(2){
    right: -22px;
    top: 2px;
}

.circle-7 .circle-edge:nth-child(3){
    right: -53px;
    bottom: 72px;
}

.circle-7 .circle-edge:nth-child(4){
    right: 35px;
    bottom: -42px;
}

.circle-7 .circle-edge:nth-child(5){
    left: 33px;
    bottom: -43px;
}

.circle-7 .circle-edge:nth-child(6){
    left: -55px;
    bottom: 70px;
}

.circle-7 .circle-edge:nth-child(7){
    left: -22px;
    top: 4px;
}

/* Style for 7 Circle End */






/* Style for 6 Circle */

.circle-6 .circle-edge:nth-child(1){
    left: 50%;
    top: -57px;
    margin-left: -57px;
}

.circle-6 .circle-edge:nth-child(2){
    right: -37px;
    top: 24px;
}

.circle-6 .circle-edge:nth-child(3){
    right: -36px;
    bottom: 24px;
}

.circle-6 .circle-edge:nth-child(4){
    left: 50%;
    bottom: -57px;
    margin-left: -57px;
}

.circle-6 .circle-edge:nth-child(5){
    left: -36px;
    bottom: 26px;
}

.circle-6 .circle-edge:nth-child(6){
    left: -36px;
    top: 22px;
}

/* Style for 6 Circle End */




/* Style for 5 Circle */

.circle-5 .circle-edge:nth-child(1){
    left: 50%;
    top: -57px;
    margin-left: -57px;
}

.circle-5 .circle-edge:nth-child(2){
    right: -50px;
    top: 55px;
}

.circle-5 .circle-edge:nth-child(3){
    right: 10px;
    bottom: -26px;
}

.circle-5 .circle-edge:nth-child(4){
    left: 8px;
    bottom: -25px;
}

.circle-5 .circle-edge:nth-child(5){
    left: -52px;
    bottom: 164px;
}

/* Style for 5 Circle End */





/* Style for 4 Circle */

.circle-4 .circle-edge:nth-child(1){
    left: 50%;
    top: -57px;
    margin-left: -57px;
}

.circle-4 .circle-edge:nth-child(2){
    right: -57px;
    top: 50%;
    margin-top: -57px;
}

.circle-4 .circle-edge:nth-child(3){
    left: 50%;
    bottom: -57px;
    margin-left: -57px;
}

.circle-4 .circle-edge:nth-child(4){
    left: -57px;
    top: 50%;
    margin-top: -57px;
}

/* Style for 4 Circle End */




/* Style for 3 Circle */

.circle-3 .circle-edge:nth-child(1){
    left: 50%;
    top: -57px;
    margin-left: -57px;
}

.circle-3 .circle-edge:nth-child(2){
    right: -36px;
    bottom: 25px;
}

.circle-3 .circle-edge:nth-child(3){
    left: -36px;
    bottom: 25px;
}

/* Style for 3 Circle End */




/* Style for 2 Circle */

.circle-2 .circle-edge:nth-child(1){
    left: 50%;
    top: -57px;
    margin-left: -57px;
}

.circle-2 .circle-edge:nth-child(2){
    left: 50%;
    bottom: -57px;
    margin-left: -57px;
}

/* Style for 2 Circle End */



/* Style for 1 Circle */

.circle-1 .circle-edge:nth-child(1){
    left: 50%;
    top: -57px;
    margin-left: -57px;
}

/* Style for 2 Circle End */






.circle-center {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #CF4B00;
    font-size:1.43em;
    font-weight:700;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.circle-center span{
    font-size:2em;
}

.circle-edge span{
    font-size:1.5em;
}

.align-vertical {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-inner {
    line-height: 1.29em;
    display: table-cell;
    vertical-align: middle;
}

.circle-container{
    overflow: hidden;
}
.museum-img {
	margin-bottom: 15px;
	position: relative;
	height: 400px;
	border: 1px solid #d7d7d7;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	background-color: #fff;
}

.museum-detial {
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.museum-detial .table {
	border: 1px solid #d7d7d7;
	margin-bottom:0;
}

.museum-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: calc(100% - 30px);
	max-height: calc(100% - 30px);
}

.widget-body .museum-detial  table > tbody > tr > td{
	padding:6px 15px;
}

.logo-text p{ 
   
    text-align: center;
 
}
.ticket-detail {
    font-size: 1.14em;
}

.table {
    border: 1px solid #472816;
}

.ticket-list h3 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	color: #000;
}

.ticket-list .table {
    border-color: #cfcfaf;
}

.table > thead > tr > th {
    background: #472816;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 10px 15px;
}

.ticket-list .table > thead > tr > th:nth-child(2), .ticket-list .table > tbody > tr > td:nth-child(3) {
    border-left: 1px solid #cfcfaf;
}

.ticket-list .table > thead > tr > th {
    background-color: #f6f6f6;
    color: #000;
    font-weight: 500;
    border-bottom: 2px solid #cfcfaf;
	text-transform:uppercase;
}

.table > tbody > tr > td {
    border: none;
    padding: 10px 15px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.table-striped > tbody > tr:nth-of-type(2n+2) {
    background-color: #dbb77f;
}

.ticket-list .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fefee2;
}

.ticket-list .table-striped > tbody > tr:nth-of-type(2n+2) {
    background-color: #FFFFF5;
}

.language-selection {
  position: absolute;
  right: 15px;
  top: 5px;
}

.language-selection .btn {
	font-size: 0.86em;
	padding: 2px 8px;
}

.album-slide .media .active{color:rgba(207, 75, 0, 0.9);}

.no-eve-img {
	padding: 30px;
	text-align:center;
}

.no-eve-img img {
	max-width: 170px;
}
.captcha {
	border: 1px solid #ccc;
	border-radius: 0;
	text-align: center;
	background-color: #f2f2f2;
}

.captcha::after {
	content: "=";
	position: absolute;
	right: -6px;
	font-size: 20px;
	top: 2px;
}


.nearby-list .album-thumb {
    background-color: #fff;
}

.nearby-list .album-title {
    padding: 10px;
    min-height: 0px;
	display:block;
	height: auto;
}

.nearby-list .media-heading {
    text-align: left;
    margin: 0 0 5px 0;
    padding: 0;
    color: #000;
}

.album-title .city {
	text-align: left;
	display: block;
	margin-bottom: 5px;
	color: #777;
	font-size: 14px;
}

.city .mdi {
	margin-right: 4px;
}

.n-shortdetail * {
	display: inline;
}

.nearby-list .album-title p {
    margin: 0;
    padding: 0;
    color: #6c6c6c;
}
.nearby-list .album-title span.textLimit p{
	display:inline;
}

.nearby-list .album-title a {
	margin: 4px 0 0 0;
	padding: 0;
	color: #000000;
	/* color: #cf4b00; */
	display: inline-block;
}

.nearby-list .album-title a:hover{
	text-decoration:none;
}

.ab-content, .ab-content * {
	display: inline;
}

.ab-content h1,
.ab-content h2,
.ab-content h3,
.ab-content h4,
.ab-content h5,
.ab-content h6{
	font-size:inherit;
	font-weight:400;
}


/* Style for RTEditior content */

.rt-editor{
	font-family: 'Lato_Web' !important;
}

.rt-editor h2 {
	font-size: 1.75em !important;
	color: #cf4b23 !important;
	font-weight: 400 !important;
	font-family: 'oranienbaum' !important;
}

.rt-editor ul, .rt-editor ol, .rt-editor ul li, .rt-editor ol li{
	font-size:14px !important;
}

.rt-editor ul li +li, .rt-editor ol li +li{
	margin-top:3px !important;
	color:rgb(31, 31, 31) !important;
}

.rt-editor h3 {
	font-size: 1.14em !important;
	font-weight: 700 !important;
	color: #000 !important;
	margin-top: 15px !important;
}

.rt-editor h3 + p, .rt-editor h2 + p, .rt-editor h4 + p, .rt-editor h5 + p, .rt-editor h6 + p {
	padding-bottom: 10px !important;
}

.rt-editor p {
	font-size: 14px !important;
	line-height: 23px !important;
	color:rgb(31, 31, 31) !important;
}

.rt-editor a {
	color: #cf4b23 !important;
}

/* Style for RTEditior content end */

.album-list.p-books {
	margin: 0 -4px;
}

.p-books > li {
	width: 25%;
	margin-bottom: 28px;
}

.p-books .album-container .album-thumb {
	height: 240px;
}

.p-books .album-thumb img {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	width: auto;
	height: auto;
	max-width: calc(100% - 30px);
	max-height: calc(100% - 30px);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.publication-list .album-title .btn {
	color: #fff;
	padding: 2px 5px;
	font-size: 12px;
	margin: 9px 0;
}

.shadow-box {
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	border: 1px solid #d7d7d7;
	padding: 15px;
	background: #fff;
}

.p-25{
	margin:0 -12px;
}

.p-25 > div{
	padding: 0 12px;
}

.form-group .required {
    color: #f00;
}

.p-less{
	padding-top:20px;
}
#sticky-container{
    margin-bottom:15px;
    padding: 20px 25px 0 20px;
}

.pagination-btn {
    text-align: center;
    margin-bottom: 15px;
}

.pagination-btn .btn {
    margin: 0 5px;
}

.nearby-list .album-title{
    text-align: left;
}

.text_404 {
	text-align: center;
	max-width: 350px;
	margin: 280px auto 100px auto;
}

.text_404 h2 {
	margin: 0 0 20px 0;
	font-size: 13em;
	font-weight: 700;
	letter-spacing: 10px;
	color: #CF4B00;
}

.page-body .text_404 p {
	text-align: center;
	font-size: 1.14em;
	margin: 0 0 40px 0;
	line-height: normal;
}

.text_404 .btn {
	font-weight: 700;
	font-size: 1.14em;
	padding: 8px 30px;
	text-transform: uppercase;
}
.contact-detail{
	 padding: 15px;
}
.contact-detail > h2{
    font-size: 2em;
}





#view_img.museum-img img {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: auto;
    max-width: none;
    max-height: none;
}

.museum-img-ctrl {
	text-align: center;
}

.museum-img-ctrl a {
	display: inline-block;
	padding: 4px 10px 6px 10px;
	background: #cf4b00;
	border-radius: 3px;
	color: #fff;
	font-size: 22px;
}

.museum-img-ctrl a:hover {
	text-decoration: none;
	background: #bc4502;
}

a.top-link {
    float: left;
    margin: 1px 25px 0 0;
    color: #2b2b2b;
    cursor: pointer;
}