/***Community Details***/

#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0 0;
}
#commdet-det {
    background: #fff;
    padding: 30px 0 0;
}
.commdet-container {
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1395px;
}
.commdet-inner{
	display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.commdet-ip .commdet-title{}
.commdet-ip .commdet-title h1, .commdet-ip .commdet-title h2{
	font-size: 167px;
    text-transform: uppercase;
    letter-spacing: -0.020em;
    font-weight: 800;
    text-align: right;
    color: #000;
    margin: 40px 0 0;
}
.commdet-ip .commdet-content{
	margin: 50px 0 0;
}
.commdet-ip .commdet-desc{
	width: calc(100% - 698px);
    line-height: 1.667;
    letter-spacing: 0.020em;
    padding: 0 20px 0 0;
    max-width: 610px;
}
.commdet-ip .commdet-desc p{
	margin: 26px 0 0;
}
.commdet-ip .commdet-desc p:nth-of-type(1){
	margin: 0 0 0;
}
.commdet-ip .commdet-popup-vid{
	width: 698px;
}
.commdet-ip .commdet-popup-vid a{
	display: block;
	position: relative;
}
.commdet-ip .commdet-popup-vid a.no-vid-link{
	pointer-events: none;
}
.commdet-ip .commdet-popup-vid a canvas{
	display: block;
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 0;
}
.commdet-ip .commdet-popup-vid a:hover{}
.commdet-ip .commdet-popup-vid a:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.2;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.commdet-ip .commdet-popup-vid a:hover:before{
	opacity: 0.5;
}
.commdet-ip .commdet-popup-vid a:after{
	content:'';
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../../images/community-details/commdet-play-bttn.png) center center no-repeat;
	background-size: 21.633% auto;
}
.commdet-ip .commdet-popup-vid a.no-vid-link:before,
.commdet-ip .commdet-popup-vid a.no-vid-link:after{
	opacity: 0;
}
.commdet-ip .commdet-gallery{
	margin: 75px 0 0;
}
.commdet-ip .commdet-gallery .slick-slide{
	margin: 0 15px;
}
.commdet-ip .commdet-gallery h2{
	font-size: 167px;
    text-transform: uppercase;
    letter-spacing: -0.020em;
    font-weight: 800;
    text-align: center;
    color: #000;
}
.commdet-ip .commdet-gallery ul{
	font-size: 0;
	margin: 73px -15px 0;
}
.commdet-ip .commdet-gallery li{}
.commdet-ip .commdet-gallery a{
	display: block;
	position: relative;
	background: #e96035;
}
.commdet-ip .commdet-gallery a canvas{
	display: block;
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center center;
	opacity: 1;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.commdet-ip .commdet-gallery a:hover canvas{
	opacity: .5;
}
.commdet-ip .gallnavs{
	margin: 70px 0 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.commdet-ip .gallnav{
	width: 70px;
    height: 150px;
    color: #fff;
    font-size: 37px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    background: #002349;
    cursor: pointer;
    margin: 0 7px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.commdet-ip .gallnav.gall-next{}
.commdet-ip .gallnav:hover {
    background: #e96035;
}
.commdet-map{
	margin: 72px 0 0;
}
.commdet-map .commdet-map-inner{}
.commdet-map .map-container{}
.commdet-map .map-container img{
	display: block;
	width: 100%;
	height: auto;
}
.commdet-share{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	min-height: 83px;
}
.commdet-share:before{
	content:'';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 511px;
	background: url(../../images/community-details/commdet-blue-accent.jpg) center center no-repeat;
	background-size: cover;
}
.commdet-share ul{
	font-size: 0;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1;
}
.commdet-share li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 24px;
}
.commdet-share li:first-child{
	margin: 0 0 0 0;
}
.commdet-share em{
	font-style: normal;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.commdet-share a{
	color: #09233f;
	font-size: 24px;
}
.commdet-share a:hover{
	color:#e96035;
}

#hp-museum {
    padding: 180px 0 127px;
}

 @media only screen and (max-width: 1199px){
 	.commdet-ip .commdet-title h1,
 	.commdet-ip .commdet-gallery h2{
 		font-size: 115px;
 	}
 	.commdet-ip .commdet-popup-vid {
		    width: 450px;
	}
	.commdet-ip .commdet-desc {
	    width: calc(100% - 450px);
	}
 }

  @media only screen and (max-width: 991px){
  	.commdet-ip .commdet-title h1, .commdet-ip .commdet-gallery h2 {
	    font-size: 75px;
	    text-align: center;
	}
	.commdet-inner {
	    flex-flow: column-reverse wrap;
	    align-items: center;
	    justify-content: center;
	}
	.commdet-ip .commdet-popup-vid {
	    width: 100%;
	    max-width: 500px;
	    margin: 0 0 30px;
	}
	.commdet-ip .commdet-desc {
	    width: 100%;
	    max-width: none;
	    text-align: center;
	}
	.commdet-share{
		display: block;
    	min-height: 0;
    	margin: 20px 0 0;
	}
	.commdet-share:before{
		display: none;
	}
	.commdet-share li:first-child{
		width: 100%;
    	margin: 0 0 10px;
	}
  }
  @media only screen and (max-width: 767px){
  	.commdet-ip .commdet-title h1,
  	.commdet-ip .commdet-gallery h2 {
	    font-size: 60px;
	}
	.commdet-ip .commdet-gallery .slick-slide{
		margin: 0 5px;
	}
	.commdet-ip .commdet-gallery ul{
		margin: 73px -5px 0;
	}
  }
  @media only screen and (max-width: 480px){
  	.commdet-ip .commdet-title h1, 
  	.commdet-ip .commdet-gallery h2 {
	    font-size: 38px;
	}
  }