#zone-nav {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 200;
}

header.splash .overlay {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	
	background: rgb(65,81,94); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(65,81,94,.8) 0%, rgba(50,66,79,.8) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,81,94,.8)), color-stop(100%,rgba(50,66,79,.8))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(65,81,94,.8) 0%,rgba(50,66,79,.8) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(65,81,94,.8) 0%,rgba(50,66,79,.8) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(65,81,94,.8) 0%,rgba(50,66,79,.8) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(65,81,94,.8) 0%,rgba(50,66,79,.8) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41515e', endColorstr='#32424f',GradientType=0 ); /* IE6-9 */




}

header.splash .row {
	z-index: 1;
	position: relative;
	/*text-align:center;*/
	width: 100% !important;
	padding: 0px 3em;
}


/*header.splash img.virtual-tour-btn {
	width: 102px;
	height: 64px;
	float: right;
}*/

/*header.splash .row p {
	padding: 2em 1em;
	line-height: 1.5em;
	color:#FFF;
}
*/
section.intro .row a.tl-type {
	display:inline-block;
	text-decoration: none;
	color: #7f8c97;
	border: 1px solid #AAA;
	padding: 6px 12px;
	border-radius: 4px;
	margin: 0px 4px 2em;
}

section.intro .row a.tl-type.selected {
	background-color: #cbd1d6;
	background-color: rgba(127,143,156,.4);
	
}






header.splash {
  height: 200px !important;
  /*text-align: center;*/
  background: #303e49 url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/gallery/splash-milestone.jpg) center no-repeat;
  background-size:cover;
  position:relative;
  color:#FFF;
  
}

header.splash.story {
  background-image: url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/gallery/splash-story.jpg);
}

header.splash.modest {
  background-image: url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/gallery/splash-modest.jpg);
}
header.splash.whole-edu {
  background-image: url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/gallery/splash-whole-edu.jpg);
}

header.splash.scholars {
  background-image: url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/gallery/splash-scholars.jpg);
}

header.splash.chi-study {
  background-image: url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/gallery/splash-chi-study.jpg);
}

header.splash.exchange {
  background-image: url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/gallery/splash-exchange.jpg);
}

header.splash.cu50 {
  background-image: url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/gallery/splash-cu50.jpg);
}

header.splash.about {
  background-image: url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/gallery/splash-about.jpg);
  /*background-position: center -75px;*/
}

header.splash.contact {
  background-image: url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/gallery/splash-contact.jpg);
}

header.splash.visit {
  background-image: url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/gallery/splash-visit.jpg);
}

header.splash.other-resources {
  background-image: url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/gallery/splash-link.jpg);
}

header.splash.home {
  background-image: url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/gallery/splash-home.jpg);
}

header.splash span.zone {
	font-size: 1em;
	border: 1px solid rgba(255,255,255,.5);
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 10px;
	background: #FFF;
	margin-bottom: 10px;
	color:#3C0F32;
}

header.splash span.zone a {	
	color: #3C0F32;
}

header.splash h1 {
	text-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
	color:#DDA400;
}

header.splash h2, header.splash .subheading {
	text-transform: uppercase;
	font-size: 1.6em;
	letter-spacing: .1em;
	margin-top: 8px;
	border-top: 1px solid #5A6A77;
	padding-top: 10px;
	display: inline-block;
	/*display: block;*/
}

header.heading {
	background:#760F6D url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/bg/heading-bg.jpg) repeat;
}

header.heading .row {
	padding: 2em 3em;
	background: url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/icons/cu-symbol.png) 3em center no-repeat;
}
header.heading h1, header.heading h2, header.heading h3{
	margin-left: 70px;
	border-left: 2px solid #5F0056;
	padding-left: 15px;
	font-size: 2.6em;
}
section.intro {
	background:#FFF;
	text-align: justify;
	padding: 1em 0px;
}

section.intro p {
	margin: 2em 0px;
	line-height: 1.5em;
	color:#1b1b1b;
}

section.intro h2, section.intro h3, section.intro h4 {
	margin: 0.8em 0px;
	line-height: 1.5em;
	color:#1b1b1b;
	font-size: 2.2em;

}

section.intro ol, section.intro ul {
	margin: -1em 2em 2em;
	line-height: 1.5em;
	color:#1b1b1b;
}

section.intro a.action-btn {
	display: inline-block;
	background: #DDA400;
	color:#760F6D;
	padding: .6em 1.4em;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-radius: 6px;
	margin-bottom: 3em;
}

section.colleges {
	background:#FFF;
	padding: 3em 0px;
}

section.colleges .emblem {
	display:inline-block;
	width:140px;
	vertical-align: top;
	margin-bottom: 1em;
}

section.colleges .emblem span {
	display:block;
	color: #1b1b1b;
}
/*#photoFilter {
	background:#DDA400;
}

#photoFilter .photoFilterBtn {
	display: inline-block;
	margin: 2em 6em;
	padding: 1em 0px;
	text-decoration: none;
	color: #ad6fa7;
	text-transform: uppercase;
	font-size: 0.8em;
}

#photoFilter .photoFilterBtn:hover {
	color: #952E8C;
}

#photoFilter .photoFilterBtn.active, #photoFilter .photoFilterBtn.active:hover {
	color: #760F6D;
}



#photoFilter .photoFilterBtn:after {
	content: '';
	display: inline-block;
	background: #952E8C;
	width: 8em;
	height: 1px;
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

#photoFilter .photoFilterBtn:hover:after, #photoFilter .photoFilterBtn.active:after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}*/

section.people {
	background:#DDD;
	overflow:hidden;
	text-align:center;
	padding: 5em 0px;
}

section.people div {
	display:inline-block;
	color: #1b1b1b;
	vertical-align: top;
	margin-bottom: 1em;
}

section.people img {
	border:10px solid #FFF;
	margin:8px;
}

section.people span {
	display: block;
	margin: 0px;
	width: 194px;
	/*min-height: 60px;*/
	text-align: left;
	white-space: pre-wrap;
	word-break: normal;
	word-wrap: break-word;
	padding: 0 .5em;
}

section.people p.cu50_footer {
	text-align:left;
	margin:0em 3em; 
	font-size:1em; 
	color:#1b1b1b;
}


section.album {
	background:#DDD;
	overflow:hidden;
}

section.album.story {
	background:#DDD url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/bg/pattern.png) repeat;
	overflow:hidden;
}

section.up-next {
	background: #009688; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTY4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc5NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #009688 0%, #00796b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009688), color-stop(100%,#00796b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #009688 0%,#00796b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #009688 0%,#00796b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #009688 0%,#00796b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #009688 0%,#00796b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009688', endColorstr='#00796b',GradientType=0 ); /* IE6-8 */
	padding:3em 2em;
}

section.up-next blockquote {
	font-family: 'Arvo', 'Droid Serif', 'HiraMinProN-W3', serif;
	font-size: 3em;
	margin-bottom: .5em;
	text-transform: uppercase;
	color: #FFF;
}

section.up-next a {
	display:inline-block;
}

section.up-next .zone {
	color: #80cbc4;
	border: 1px solid #80cbc4;
	padding: 4px 8px;
	display: inline-block;
	margin-bottom: 8px;
	transition: all 0.6s ease;
}

section.up-next h1, section.up-next p.heading {
	color: #004d40;
	transition: all 0.5s ease;
}

section.up-next p.heading {
	font-size: 2.6em;
}

section.up-next p.subheading {
	font-size: 2.2em;
}

section.up-next h2, section.up-next p.subheading {
	color: #006154;
	margin-top: 3px;
	padding-top: 3px;
	display: inline-block;
	border-top: 1px solid #26a69a;
	transition: all 0.7s ease;
}


section.up-next a:hover .zone {
	color: #ffecb3;
	border: 1px solid #ffecb3;
	transition: all 0.6s ease;
	
}

section.up-next a:hover h1, section.up-next a:hover p.heading {
	color:#ff9800;
	transition: all 0.5s ease;
}

section.up-next a:hover h2, section.up-next a:hover p.subheading {
	color:#e65100;
	transition: all 0.7s ease;
}



.slick-slider {
	margin-bottom: 0px !important;
	padding: 6em 0px 4em;
}

.owl-controls {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 2em 2em 1.5em;
}

.slick-prev, .slick-next, .owl-prev, .owl-next {
	display: inline-block;
	text-indent: -3000px;
	overflow: hidden;
	height: 40px !important;
	width: 40px !important;
	top: 30px !important;
	border: 1px solid #BBB !important;
}

#EAlbumCarousel .slick-prev, #EAlbumCarousel .slick-next {
	display: inline-block;
	text-indent: -3000px;
	overflow: hidden;
	height: 40px !important;
	width: 40px !important;
	top: 10px !important;
	border: 1px solid #BBB !important;
}

/*.slick-prev:before, .slick-next:before {
	content:'' !important;
}*/

.slick-prev, .owl-prev {
	background:url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/icons/chevron-left.png) center no-repeat !important;
}
.slick-next, .owl-next {
	background:url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/icons/chevron-right.png) center no-repeat !important;
}

.slick-prev.slick-disabled, .owl-prev.disabled {
	background-image:url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/icons/chevron-left-disabled.png) !important;
}
.slick-next.slick-disabled, .owl-next.disabled {
	background-image:url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/icons/chevron-right-disabled.png) !important;
}

.storySlider img, .ealbumDetailSlider img {
	display: block;
	max-width:80%;
	max-height:600px;
	height:auto !important;
	border:10px solid #FFF;
	margin: 0px auto;	
}

.storySlider p, .ealbumDetailSlider p {
	display: block;
	width:80%;
	text-align:center;
	margin: 10px auto;	
	color: #444;
	font-size: 1.4em;
	line-height: 1.5em;
}

.photoSlider, .storySlider, .ealbumSlider, .ealbumDetailSlider, .collegeSlider  {
	padding:6em 0px 2em;
}
.photoSlider img {
	display:block;
	width:300px;
	height:auto !important;
	border:10px solid #FFF;
	margin: 0px auto;	
}

.collegeSlider img {
	display:block;
}

.ealbumSlider img {
	display:block;
	width:150px;
	height:auto !important;
	border:5px solid #FFF;
	margin: 0px auto;	
}

.photoSlider p {
	width:320px;
	text-align:left;
	margin: 10px auto;	
	color: #444;
	font-size: .9em;
	line-height: 1.5em;
	padding: 0 10px;
}

.contact-details, .about-links {
	padding: 5em 0;
	background:#DDD;
}



.contact-details .badge {
	display:inline-block;
	width: 288px;
	margin: 2em 16px;
}

.contact-details .light-box {
display: table;
}

/*.about-links .badge {
	display:inline-block;
	width: 200px;
	margin: 2em 16px;
}*/

.light-box {
background-color: #fff;
-webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
-moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
box-shadow: 0px 3px 0px 0px #f0f2f4;
padding: 20px 0;
}

.light-box:hover, .light-box:focus {
-webkit-box-shadow: 0px 3px 0px 0px #3dc9b3;
-moz-box-shadow: 0px 3px 0px 0px #3dc9b3;
box-shadow: 0px 3px 0px 0px #3dc9b3;
}

.box-hover {
transition: all 500ms ease-in-out;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
}

.box-hover:hover, .box-hover:focus {
transform: translate(0, -15px);
-webkit-transform: translate(0, -15px);
-ms-transform: translate(0, -15px);
}


/*.about-links h2 {
	display: block;
	color: #3dc9b3;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 26px;
	margin-top: 15px;
}

.about-links h2::after {
	content: " ";
	border: solid 2px #3dc9b3;
	display: block;
	width: 35px;
	margin: 25px auto;
}*/

.floorplan-wrapper img {
	width:100% !important;
}

#map {
	height: 400px;
	position:relative;
	overflow: hidden;
	
	background: url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/cuhk-map.jpg) center no-repeat;
}

#mapCanvas {
	position:absolute;
	top:0px;
	bottom:-30px;
	left:0px;
	right:0px;
	
}

.visit-address, .transport-info {
	background:#DDD;
	color: #8c9398;
}

.visit-address {
	padding: 4em 0px;
	text-align:center;
}

.visit-address p {
	color: #455a64;
	word-spacing: 1px;
	line-height: 25px;
}


.transport-info .half {
	margin: 4em 0px;
	padding: 0px 4em;
	line-height: 1.8em;
}

.transport-info .third {
	margin: 4em 0px;
	padding: 0px 2em;
	line-height: 1.8em;
}

.transport-info img {
	width: 100%;
	max-width: 440px;
	margin-bottom: 1em;
	border: 1px solid #54E0CA;
}

.visit-address h2, .transport-info h2 {
display: block;
/*color: #009688;*/
color: #006E63;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 1.5em;
}



.visit-address h2::after {
	content: " ";
	/*border: solid 2px #3dc9b3;*/
	border: solid 2px #006E63;
	display: block;
	width: 75px;
	margin: 15px auto;
}

.transport-info h2::after {
	content: " ";
	/*border: solid 2px #3dc9b3;*/
	border: solid 2px #006E63;
	display: block;
	width: 75px;
	margin: 15px 0px;
}

.transport-info hr {
	border: solid 2px #006E63;
	display: block;
	width: 75px;
	margin: 15px 0px;
}

.transport-info p {
	margin-bottom: .5em;
	font-size: 1.2em;
	color:#455a64;
}

.transport-info li {
	margin-bottom: .5em;
	font-size: 1.1em;
	color:#455a64;
}

.transport-info li.fee {
	list-style: none;
	border: 1px solid #455a64;
	display: inline-block;
	padding: 4px 10px;
	font-weight: bold;
}

.contact-details h2 {
font-size: 20px;
color: #353535;
text-transform: uppercase;
font-weight: bold;
width: 96px;
}

.contact-details h2::after {
	content:'';
	/*border: solid 2px #3dc9b3;*/
	border: solid 2px #268174;
	display: block;
	width: 35px;
	margin: 25px auto;
}

.contact-details h2 div {
	display: block;
	background: url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/icons/contact-icons.png) center -6px no-repeat;
	height: 40px;
	
}

.contact-details h2 div.phone {
	background-position: center -67px;
}

.contact-details h2 div.email {
	background-position: center -127px;
}

.contact-details h2 span {
	display: block;
	/*color: #3dc9b3;*/ color: #268174;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.875rem; /*14px;*/
	margin-top: 15px;
}

.contact-details p {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-right: 20px;
}

.contact-details p.intro {
	display: block;
	text-align: center;
	color: #1b1b1b;
	padding: 0px;
	margin: 0px 1em 3em;
	line-height: 1.8em;
	font-size: 1.4em;
}

.badge p, .badge a {
	/*color: #8c9398;*/
	color: #777677;
	word-spacing: 1px;
	line-height: 25px;
	font-size: 0.875rem; /*14px;*/
	width: 100%;
}

.contact-details div#comment_form {
	max-width:940px; margin: 2em auto; 
}

.contact-details div#comment_form p{
	display: block;
	font-size:1.4em; 
	line-height:1.4em; 
	color:#1b1b1b;
}

.contact-details div#comment_form label{
	display: table-cell;
	width: 45%;
	padding-right: 1em;
	text-align:right;
	vertical-align:middle;
	font-size:1.1em; 
	line-height:1.4em; 
	color:#1b1b1b;
}

.contact-details div#comment_form input, .contact-details div#comment_form select{
	display: table-cell;
	font-size: 0.9em;
	padding: 0.1em;
	font-size:1.1em; 
	line-height:1.4em; 
	color:#1b1b1b;
}

.contact-details div#comment_form input.form_button {
	padding: 0.1em 1em;
	-webkit-appearance: default;
}

.contact-details div#comment_form textarea {
	width: 600px;
	text-align:left;
	display:block;
}

.contact-details div#comment_form div.field{
	display: table;
	width: 90%;
	
}

.video_btn {
	color: white; 
	padding: 3px 30px 3px 15px; 
	background: rgb(208, 208, 27) url(/20201208093254oe_/http://www.cuhk.edu.hk/ugallery/images/icons/video-play-icon.png) right center no-repeat; 
	border-radius:5px;
}

@media only screen and (min-width: 768px) and (max-width: 944px) {
	header.splash h2.lengthy {
		font-size: 1.25em;
		letter-spacing: .05em;
	}
}



@media only screen and (max-width: 400px) {
  /*header.splash {
    height: 300px !important;
  }*/
  
  /*section.intro .row a.tl-type.selected {
	  margin-top:10px;
  }*/
  header.splash h1 {
	font-size: 2em;
	}
	
	header.splash h2 {
		font-size: 1.5em;
		letter-spacing: 0px;
	}
  
	
	/*img.virtual-tour-btn {
		width: 68px;
		height: 42px;
		float: none;
		display: block;
		margin: 0 0 5px 0;
	}*/
  
  .photoSlider p {
	  width:280px;
  }
  
  section.people img {
	/*width: 84px;*/
	border-width: 6px;
	}
	
	#map {
		background-position: 26% center !important;
	}
  
}

/*@media only screen and (max-width: 767px) {
	
	#photoFilter .row {
		width:100% !important;
	}
}*/

@media only screen and (min-width: 401px) and (max-width: 588px) {
	section.people img {
		width:110px;
	}
	#map {
		background-position: 24% center !important;
	}
	
}

@media only screen and (max-width: 647px) {
	.transport-info .half, .transport-info .third {
		padding: 0px 3em;
	}
	
}

@media only screen and (max-width: 768px) {
	section.people .row {
		width:100%;
	}
	
	.transport-info .row {
		width:100%;
	}
	.contact-details .badge {
		margin: 2em 0px;
	}
	
	a#virtual-tour-btn-link {
		position: absolute;
		top: 160px;
		right : 0.1em;
		z-index: 50;
	}
	
	a#virtual-tour-btn-link  img.virtual-tour-btn{
		width: 102px;
		height: 64px;
	}
	
}

@media only screen and (min-width: 767px) {
	.slick-slider {
		padding: 5em 0px 4em;
	}
	#EAlbumDetailCarousel.slick-slider {
		padding: 2em 0px 0em;
	}	
	#EAlbumCarousel.slick-slider {
		padding: 5em 0px 0em;
	}	
	
}

@media only screen and (min-width: 769px) {
	section.intro h2, section.intro h3, section.intro h4 {
		margin: 0.8em 1.5em;
	}
	section.intro p {
		margin: 2em 3em;
	}
	
	section.intro ol, section.intro ul {
		margin: -1em 5em 2em;
	}

	header.splash {
    height: 300px !important;
	padding-top: 68px;
  }

	section.intro .row a.tl-type {
		padding: 12px;
		border-radius: 4px;
		margin: 0px 4px 3em;
	}

	a#virtual-tour-btn-link {
		position: absolute;
		top: 250px;
		right: 3em;
		z-index: 50;
	}

  
}

@media only screen and (max-width: 1200px) {
	#map {
		background-position: 10% center;
	}
	
	
}

@media only screen and (max-width: 1065px) {
	.contact-details div#comment_form {
		max-width:600px; margin: 2em auto; 
	}
}

@media only screen and (max-width: 750px) {
	.contact-details div#comment_form {
		max-width:400px; margin: 2em auto; 
	}
}
