/*-----------Visit Us Page New Sections------------*/
.common-section.transparent-bg{
	background: transparent;
}

/*---VISIT US PAGE TAB SECTION---*/
.tab-container{
	background-color: transparent;
	width: 100%;
}
.tab-menu{
	padding-bottom: 25%;
	margin-top: 2%;
}
.tab-menu ul{
	margin: 0;
	padding: 0;
}
.tab-menu ul li{
	list-style-type: none;
	display: inline-block;
}
.tab-menu ul li a{
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	padding: 0px 0px;
}
.tab-menu ul li a.active-a{

	color: #ffffff;
}
.tab{
	display: none;
	padding-left: 40px;
}
.tab h3{
    font-family: var(--title);
	color: var(--orange);
	margin-bottom: 30px;
}
.tab p{
	color: #ffffff;
	text-align: justify;
}
.tab-active{
	display: block;
}
.tab-menu ul li a.tab-a{
	
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	width: 115px;
	height: 108px;
	padding-top: 90px;
	text-align: center;
	margin-top: 20px;
    font-family: var(--title);
	font-size: 22px;
	background-size: 60px;
}
.tab-menu ul li a.tab-a:hover, .tab-menu ul li a.tab-a.active-a{
	color: #ba9958;
}
.tab-a.address{
	background-image: url(../images/visit-assets/location-icons-normal.png);
	background-position: center center;
}
.tab-a.hours {
	background-image: url(../images/visit-assets/hours-icons-normal.png);
    background-position: center center;
}
.tab-a.admission{
	background-image: url(../images/visit-assets/ticket-icons-normal.png);
	background-position: center center;
}
.tab-a.parking{
	background-image: url(../images/visit-assets/parking-icons-normal.png);
	background-position: center center;
}

.tab-a.address:hover, .tab-a.address.active-a{
	background-image: url(../images/visit-assets/location-icons.png);
}
.tab-a.hours:hover, .tab-a.hours.active-a{
	background-image: url(../images/visit-assets/hours-icons.png);
}
.tab-a.admission:hover, .tab-a.admission.active-a{
	background-image: url(../images/visit-assets/ticket-icons.png);
}
.tab-a.parking:hover, .tab-a.parking.active-a{
	background-image: url(../images/visit-assets/parking-icons.png);
}
.tab-btn{
    font-family: var(--title);
	font-size: 60px;
	color: var(--orange);
	padding-top: 70px;
	display: block;
}
.tab-btn span {
    background-image: url(../images/visit-assets/btn-arrow.png);
    background-position: top center;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
}
/*---VISIT US PAGE TAB SECTION---*/
/*---VISIT US PAGE ACCORDION SECTION---*/
.faq-content p{
	color: #000;
}
.common-section .faq-heading{
	padding-top: 140px;
}
.common-section .faq-heading h2{
	color: #000;
}
.main-content {
  width: 100%;
  padding: 0 70px 0 0px;
}
.main-content .description-title {
    font-size: 35px;
    color: var(--orange);
    font-family: var(--title);
    line-height: 40px;
	border-radius: 0;
	padding: 30px 0px;
	text-transform: uppercase;
}
.main-content .description-title:hover {
  cursor: pointer;
}
.main-content .expand-collapse {
  float: right;
  margin-right: 8px;
}
.main-content .largetxt .expand-collapse img{
	margin-top: -25px;
}
.main-content .description {
  font-size: 18px;
  color: #000000;
  max-height: 0;
  overflow: hidden;
  margin-left: 0px;
  padding-left: 10px;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #000;
}
.main-content .description p {
  margin-top: 4px;
}

/*---VISIT US PAGE ACCORDION SECTION---*/

.event-calender{
	padding-top: 100px;
	height: 1000px;
}
.event-calender p{
	margin-top: 21px;
}
.event-calender h3{
	color: var(--orange);
}

.awards-content{
	padding-top: 140px;
	text-align: center;
}
.awards-content h2{
	color: #000;
}
.awards-content p{
	color: #000;
}
.awards-content .award-item{
	width: 33.3333%;
	padding: 0px 55px;
}
.awards-content .award-item img{
	margin: 0 auto;
	padding: 30px 0;
}

@media screen and (max-width: 1399px) {
	.tab-menu ul li a.tab-a {
		width: 80px;
		height: 80px;
		background-size: 50px;
	}
	.tab-menu {
    	padding-bottom: 20%;
	}
	
	.tab-btn span {
	    width: 30px;
	    height: 30px;
	    background-size: contain;
	}
	.tab-btn {
    	font-size: 40px;
		padding-top: 50px;
	}
	.common-section .faq-heading {
    	padding-top: 60px;
	}
	.main-content .description-title {
	    font-size: 28px;
	    line-height: 28px;
	    padding: 20px 0px;
	}
	.main-content .description {
    	font-size: 16px;
	}
	.event-calender img{
		width: 95%;
	}
	.event-calender {
    	padding-top: 100px;
    	height: 850px;
	}
	.awards-content {
    	padding-top: 80px;
    	text-align: center;
	}
	.awards-content .award-item {
    	padding: 0px 30px;
	}
	.main-content .expand-collapse img{
		width: 70%;
	}
}


@media screen and (max-width: 991px) {
	.tab-menu ul li a.tab-a {
		width: 62px;
		height: 80px;
		background-size: 50px;
	}
	.common-section .faq-heading {
    	padding-top: 25px;
	}
	.main-content {
    	padding: 0 30px 0 0px;
	}
	.main-content .description-title {
    	font-size: 21px;
    	line-height: 22px;
    	padding: 15px 0px;
	}
	.main-content .description-title {
    	font-size: 21px;
    	line-height: 22px;
    	padding: 18px 0px;
	}
	.main-content .description {
    	font-size: 12px;
	}
	.event-calender h3 {
    	font-size: 32px;
	}
	.event-calender {
    	padding-top: 100px;
    	height: 750px;
	}
	.awards-content .award-item {
    	padding: 0px 0px;
	}
	.tab-btn {
		padding-top: 22px;
	}
	.awards-content {
    	margin-bottom: 80px;
	}
	.tab {
    	padding-left: 0px;
	}
	.tab-menu {
    	padding-bottom: 8%;
	}
	


}


@media screen and (max-width: 767px) {
	.common-section.map-content .container{
		padding: 0 0px;
	}
	.common-section.map-content .container img{
		width: 100%
	}
	.common-section.map-content .common-section, .common-section.map-content .section-inner{
		min-height: auto;
	}
	.common-section.map-content .section-inner_contents{
    	padding-top: 50px;
   		padding-bottom: 0px;
	}
	.tab-menu ul li {
    	margin: 0 auto;
    	width: 24%;
	}
	.tab {
    	padding-left: 60px;
	}
	.tab-menu ul li a.tab-a {
    	width: 100%;
    	height: auto;
    	margin: 0 0 65px 0px;
    	background-size: 50%;
    	background-position: top center;
    	max-width: 100%;
	}

	.tab-a.address {
    	background-position: center center;
	}
	.tab-a.hours {
    	background-position: center center;
	}
	.tab-a.admission {
    	background-position: center center;
	}
	.tab-a.parking {
    	background-position: center center;
	}

	.event-calender {
    	padding-top: 100px;
    	height: auto;
    	padding-bottom: 100px;
	}

	.awards-content .award-item {
    	width: 100%;
    	text-align: center;
	}
	.awards-content p {
    	max-width: 100%;
	}

	.common-section .faq-heading {
    	padding-top: 100px;
    	padding-bottom: 40px;
	}
	.main-content .description-title {
    	font-size: 32px;
    	line-height: 36px;
    	padding: 20px 0px;
	}
	.common-section.faq-content {
    	padding-bottom: 100px;
	}
	.faq-content p {
    	max-width: 100%;
	}
	.event-calender img {
    	width: 100%;
	}
	.awards-content .award-item {
    	padding: 0px 60px;
	}
	.awards-content {
    	padding-top: 80px;
    	text-align: center;
    	padding-bottom: 80px;
	}
	.tab-menu {
    	padding-bottom: 0%;
	}
	.main-content {
    padding: 0 0px 0 0px;
	}

}

@media screen and (max-width: 539px) {
	.tab-menu ul li {
    	width: 23%;
	}
	.tab-menu ul li a.tab-a {
    	background-size: 45%;
    	margin: 0 0 20px 0px;
    	padding: 60px 0;
	}
	.common-section.map-content .section-inner_contents{
		padding-top: 50px !important;
		padding-bottom: 0px !important;
	}
	.main-content .description-title {
    	font-size: 21px;
    	line-height: 23px;
    	padding: 18px 0px;
	}
	.tab {
    	padding-left: 20px;
	}
}