@charset "UTF-8";
@viewport {
	width: device-width;
	height: device-height;
}



/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
  list-style:none;
  list-style-type:none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.75em;
    font-weight: normal;
	overflow-x: hidden;
	color:#000;
	/*background:url(img-bg/rotate.php) no-repeat center fixed;
	background-size:cover; */ 
	/*FIXED BG IN BODY DOESN'T WORK FOR IOS. */
}

i { font-style:italic; }

b { font-weight:bold; }

a {
	color:#000; 
	text-decoration:none;
	border:none;
}

p a {
	color:#000; 
	text-decoration:underline;
	border:none;
}

a:hover {
	color:#039; /* deep blue */
	text-decoration:none;
}


h1 {
	font-family:"宋体", "新細明體", PMingLiU, "Apple LiSung Light", "STSong Regular", STSong, serif;
	font-size:1.6em;
	font-weight:lighter;
	line-height:1.25em;
	letter-spacing:2px;
	margin-bottom:.75em;
}

#contentwrap h1 {
	display:inline-block;
	margin-bottom:1em;
	margin-right:5px;
	text-transform:uppercase;
}

#itemwrap h1 {
	padding:0 100px;
}

p {
	margin-bottom: 1.5em;
}

.en p, #contactsection .zh p {
	font-size:.9em;
	line-height:1.6em;
}

 

/* BACKGROUND IMAGE */
#bgwrap {
	position: fixed;
    top: 6em;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url(img-bg/rotate.php) no-repeat center fixed;
	background-size:cover;
	z-index:-500;
}

#bgwrap img {
	display:none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation:portrait) {
  /* For iPhone portrait layouts only */
#bgwrap {
	background:none;
	text-align:center;
}

#bgwrap img {
	display:block;
	height:495px;
	min-width:100%;
	margin-left: auto;
    margin-right: auto;
}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation:landscape) {
  /* For iPhone landscape layouts only */
#bgwrap {
	background:none;
	text-align:center;
}

#bgwrap img {
	display:block;
	width:100%;
	margin-left: auto;
    margin-right: auto;
}
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For iPad portrait layouts only */
#bgwrap {
	background:none;
}

#bgwrap img {
	display:block;
	height:925px;
	min-width:100%;
	margin-left: auto;
    margin-right: auto;
}

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For iPad landscape layouts only */
#bgwrap {
	background:none;
}

#bgwrap img {
	display:block;
	width:100%;
	margin-left: auto;
    margin-right: auto;
}
}




.anchor {
  display: block;
  height: 5.9em; /*same height as header*/
  margin-top: -5.9em; /*same height as header*/
  visibility: hidden;
}

#contact {
  height: 200px; /*was same height as header*/
  margin-top: -200px; /*was same height as header*/
}




/* HEADER */
header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:6em;
	margin:0;
	padding:1.15em 8%;
	background:#FFF;
	z-index:9000;
}

#logo {
	position:relative;
	height:100%;
	width:auto;
	z-index:9500;
}

#menu-icon, #menu-icon-x {
	display: none;
	width: 40px;
	height: 40px;
	margin-right:20px;
}

#menu {
	position:absolute;
	bottom:1.15em;
	right:6%; /* original right margin. */
	right:0;
	font-size:.85em;
}

#menu ul {
	float:left;
	padding-right:30px;
}

#menu ul li {
	display:inline;
	padding-right:15px;
	line-height:1.75em;
}

#menu ul a {
	display:block;
}

#menu .socialIcon {
	float:left;
	display:inline;
	padding:0;
	margin-right:8px;
}

#menu ul img {
	/*margin-top:0.18em;*/
	width:1.5em;
	height:1.5em;
	border:none;
}


/* GALLERY ITEM PAGES */

#closepage {
	position:absolute;
	top:12em;
	right:40px;
	width:40px;
	height:40px;
}

#browseTop, #browseBottom {
	position:relative;
	left:0;
	width:100%;
	height:4em;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#browseTop {
	top: 6em;
}

.prevwrap, .nextwrap {
	position:absolute;
	width:50%;
	height:4em;
	vertical-align:central;
	padding-top:1em;
}

.prevwrap {
	top:0;
	left:0;
	padding-left:60px;
	padding-right:10%;
	text-align:left;
}

.nextwrap {
	top:0;
	right:0;
	padding-right:60px;
	padding-left:10%;
	text-align:right;
}

.prevwrap img, .nextwrap img {
	position:absolute;
	width:40px;
	height:40px;
	border:none;
	top: 50%;
	margin-top: -20px;
}

.prevwrap img {
	left:10px;
}

.nextwrap img {
	right:10px;
}

.navItemTitle {
	font-size:.85em;
	line-height:1.25em;
	height:1.25em;
	overflow:hidden;
}

#itemwrap {
	position:relative;
	width:100%;
	margin-top:10em;
	text-align:center;
}


.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20%;
    right: 3%;
    display: none;
    text-indent: -9999px;
	background:url(/img-base/icon-arrow-top.png) no-repeat;
	background-position:center;
	background-size:contain;
	z-index:1000;
}



/* CONTENT */
#contentwrap {
	position: absolute;
	width: 100%;
	top:120%; original top margin above the ABOUT section, without the news announcement. 
	/* top: 20%; new top margin for News section. */
}

#newssection {
	position:relative;
	top:0;
	left:0;
	width: 60%; /*original*/
	padding:4em 5% 3em 8%; /*original*/
	padding:20px;
	margin-top:2em;
	margin-left:6%;
	margin-bottom:40%; /*original*/
	min-height:400px;
	 /*original*/
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255,255,255);
	/* RGBa with 0.6 opacity */
	background: rgba(255,255,255, 0.65);
	/* For IE 5.5 - 7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
	filter: alpha(opacity=65);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	
	/* Fallback for web browsers that doesn't support RGBa 
	background: rgb(0,0,0);
	/* RGBa with 0.6 opacity 
	background: rgba(0,0,0, 0.3);
	/* For IE 5.5 - 7
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
	filter: alpha(opacity=30);
	/* For IE 8
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	*/
}

#newssection article {
	position:relative;
	width:100%;
	color:#000;
}
#newssection article h1.zh {
	display:block;
	margin-bottom:.5em;
}
#newssection img {
	position:absolute;
	top:0;
	left:0;
	width:25%;
	margin-bottom:1em;
}

#newssection .newstxtwrap {
	padding-left:30%; /*space for event logo/image*/
}
#newssection .newstxtwrap p {
	line-height:1.35em;
}
#newssection .newstxtwrap a { color:#666; }


.focus {
	/*font-family:"宋体", "新細明體", PMingLiU, "Apple LiSung Light", "STSong Regular", STSong, serif;*/
	font-size:2em;
	font-weight:bold;
	line-height:1.25em;
	letter-spacing:2px;
	margin-bottom:.5em;
}


#aboutsection {
	position:relative;
	width:100%;
	padding:14em 9%; 
	padding-bottom:10em;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255,255,255);
	/* RGBa with 0.6 opacity */
	background: rgba(255,255,255, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
	filter: alpha(opacity=60);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#itemDescription, #policywrap {
	position:relative;
	width:100%;
	padding:2em 10%; 
	padding-bottom:6em;
	text-align:justify;
}

#policywrap {
	background:#CCC;
	padding:5em 10% 4em 10%;
}


#contactsection {
	position:relative;
	width:100%;
	margin-top:200px;
	padding:3em 9%; 
	padding-bottom:2em;
	background: #FFF;
}

#HFACmap {
	width:100%;
}

footer {
	padding-top:6em;
	font-size:.75em;
	line-height:1.3em;
	clear:both;
}



#highlightssection {
	width:100%;
	margin:0;
	/*margin-bottom:12em;*/
	background:#FFF;
	z-index:2000;
}

.bxslider figcaption {
	padding:20px 6% 40px 22px;
	font-size: .85em;
	line-height: 1.25em;
}

#itemImages {
	width:80%;
	margin:auto;
	margin-bottom:2em;
	text-align:center;
}

#itemwrap .bx-pager {
	position:absolute;
	bottom:-40px;
	text-align:center;
}

#itemwrap .bx-prev {
	left: -60px;
}

#itemwrap .bx-next {
	right: -60px;
}

#eCatssection {
	width:100%;
	margin:0;
	margin-bottom:12em;
	padding:10em 0 6em 9%; 
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255,255,255);
	/* RGBa with 0.6 opacity */
	background: rgba(255,255,255, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
	filter: alpha(opacity=60);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	z-index:2000;
}

.eCatthumb {
	float:left;
	display:inline;
	width:16%;
	margin-right:6%;
	margin-top:40px;
	margin-bottom:20px;
	text-align:center;
}
#eCatssection .eCatthumb img {
	width:100%;
	height:auto;
}



#loginsection {
	width:600px;
	margin:3em auto 200px auto;
    padding:60px;
	padding-bottom:100px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255,255,255);
	/* RGBa with 0.7 opacity */
	background: rgba(255,255,255, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
	filter: alpha(opacity=70);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#loginwrap {
	padding-bottom: 5em;
	border-bottom:1px solid #000;
}

#signupwrap {
	padding-top: 4em;
}

#loginnotes {
	margin-bottom:3em;
}

#loginnotes p {
	margin-bottom: .5em;
}

#retrievewrap {
	margin: 10em 9% 4em 9%;
}



/* FORMS */
.mc-field-group, .mc-field-group2 {
	float:left;
	display:inline;
	width:46%;
}

.mc-field-group2 {
	margin-left:8%;
}

.mc-field-group3, .pw-field-group {
	clear:both;
}

label, input {
	display:block;
	vertical-align: middle;
}

label {
	font-size:.85em;
	white-space:pre;
	text-transform:uppercase;
}

input[type="email"],
input[type="password"],
input[type="text"] {
	border:none;
	width:100%;
	height:2.25em;
	padding:.5em;
	margin-bottom:1em;
	font-size:1em;
	line-height:1.25em;
	color:#FFF;
	background:#999;
}

textarea {
	border:none;
	width:100%;
	padding:.5em;
	margin-bottom:1em;
	font-size:1em;
	line-height:1.25em;
	color:#FFF;
	background:#999;
}

.pw-field-group #signuppw, .pw-field-group #signuppwconfirm {
	width:80%;
}

input[type="submit"] {
	margin-top:3em;
	width:auto;
	height:3em;
	padding:.85em 20px 1.3em 20px;
	border:none;
	font-size:.85em;
	text-transform:uppercase;
	color:#FFF;
	background:#000;
}

#loginbutton {
	float:left;
}

#sendpassword {
	display:inline-block;
	margin-top:3em;
	margin-left:20px;
	text-decoration:underline;
}

#itemwrap input[type="submit"] {
	margin-top:1em;
}

#mc_embed_signup div.mce_inline_error {
	width:auto;
	margin: 0 0 1em 0;
	padding: 5px 10px;
	background-color: #6B0505;
	background-color:#039; /* deep blue */
	font-size:.85em;
	font-weight:normal;
	z-index: 1;
	color: #fff;
}



p.error, p.success {
	text-align:center;
}
		
p.error {
	color:#C03; /* red */
}
	
p.success {
	color:#039; /* deep blue */
}



#gallerywrap {
	padding:8em 8%;
}

#gallerywrap figure {
	/*display:block;*/
	margin-bottom:40px;
	text-align:center;
	padding:20px;
	border:1px solid #000;
	background:#FFF;
	/* avoid the figure wrap get break up by columns. */
	-webkit-column-break-inside:avoid; 
	-moz-column-break-inside:avoid; 
	-o-column-break-inside:avoid; 
	-ms-column-break-inside:avoid; 
	column-break-inside:avoid;
}

#gallerywrap figure img {
	width:100%;
	margin-bottom:20px;
}

#gallerywrap figure figcaption {
	font-size:.9em;
	line-height: 1.5em;
	margin-bottom:.6em;
}




#inqurywrap {
	margin:3em auto;
	width:400px;
	text-align:left;
}

#inquireExpander {
	margin:auto auto 3em auto;
	/*font-style:italic; */
	text-align:center;
	width:200px;
	padding:5px;
	border:1px solid #000;
}

#inquireExpander:hover {
	color:#039; /* deep blue */
	border:1px solid #039;
}

#sendbutton {
	margin-bottom:40px;
}

/*#noteThankyou, #noteError {
	text-align:center;
	background:none;
	color:#C06;
	display:none;
} */

#contactsection .newlocation {
	clear:both;
	padding-top:2em;
}

#logout_link {
	display:none;
}


/*FOR ALL MOBILE DEVICES*/
@media only screen and (max-width : 900px) {

#bgwrap {
    top: 100px;
}

header {
	height:100px;
	padding:20px;
}

#browseTop {
	top: 100px;
}

.anchor {
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
}

#logo {
	position:relative;
	height:100%;
	width:auto;
}

#menu-icon, #menu-icon-x {
	display:block;
	position:absolute;
	top:40px;
	right:25px;
}

#menu {
	position:fixed;
	width:100%;
	height:20em;
	height:26em; /* adding social icon links. */
	top:0;
	left:0;
	margin:0;
	padding:20px;
	padding-top:100px;
	padding-left:30px;
	background:#FFF;
	z-index:6000;
}

#menu ul {
	float:none;
}

#menu ul li {
	font-size: 1.25em;
	line-height:2.25em;
}

#menu ul img {
	margin-top:1em;
}

#menu {
  	display: none;
}

#menu:target {
  	display: block;
}

/*
#newssection {
	position:relative;
	top:0;
	left:0;
	width: 90%;
	padding:50px 10px 50px 50px;
	margin-bottom:40%;
}

#newssection img {
	position:absolute;
	top:0;
	left:0;
	width:16%;
}

#newssection .newstxtwrap {
	padding-left:20%;
}
*/
#newssection {
	position:relative;
	top:1em;
	left:0;
	width: 80%;
	padding:60px;
	margin-bottom:40%;
}

#newssection img {
	position:relative;
	width:40%;
}

#newssection .newstxtwrap {
	padding-left:0;
}

.focus {
	/*font-family:"宋体", "新細明體", PMingLiU, "Apple LiSung Light", "STSong Regular", STSong, serif;*/
	font-size:2em;
	font-weight:bold;
	line-height:1.25em;
	letter-spacing:2px;
	margin-bottom:.5em;
}

#aboutsection {
	padding:50px 100px 160px 35px;
}

#itemDescription {
	padding:50px 10%;
}

#contactsection {
	padding:50px 100px 60px 35px;
}

#HFACmap {
	margin-top:1.5em;
}

#contactsection div.zh, #contactsection div.en {
	float:left;
	width:50%;
	margin-top:3em;
	padding-right:20px;
}

#contactsection .newlocation {
	clear:both;
	padding-top:4em;
}

#retrievewrap {
	margin: 140px 100px 100px 35px;
}

.bxslider figcaption {
	padding-right: 50px;
}


#gallerywrap {
	padding:140px 100px 100px 30px;
}

	


}


/*FOR CELL PHONE ONLY*/
@media only screen and (max-width : 570px) {

header {
	height:75px;
	padding:15px;
}

#browseTop, #browseBottom, .prevwrap, .nextwrap {
	height:3em;
}

#browseTop {
	top:75px;
}

.navItemTitle {
	display:none;
}

#closepage {
	top:140px;
	right:20px;
}

.anchor {
  display: block;
  height: 75px; /*same height as header*/
  margin-top: -75px; /*same height as header*/
  visibility: hidden;
}

#bgwrap {
    top: 75px;
}

#menu {
    padding-top: 75px;
	height:18em;
	height:22em; /*adding social icon links. */
}

#menu-icon, #menu-icon-x {
	top:22px;
	right:20px;
}

h1 {
	display:inline-block;
	margin-right:5px;
	font-size:1.4em;
	line-height:1.2em;
	/*margin-bottom:0em; */
}

#itemwrap h1 {
	display:block;
	width:100%;
	padding-left:10px;
	padding-right:10px;
}

#newssection {
	position:relative;
	top:1em;
	left:0;
	width: 90%;
	padding:30px 10px 30px 20px;
	margin-bottom:40%;
	padding:10px 10px 30px 20px;
	margin-bottom:30%;
}

#newssection img {
	position:relative;
	width:40%;
}

#newssection .newstxtwrap {
	padding-left:0;
}

.focus {
	/*font-family:"宋体", "新細明體", PMingLiU, "Apple LiSung Light", "STSong Regular", STSong, serif;*/
	font-size:1.25em;
	line-height:1em;
}

#aboutsection {
	padding:60px 60px 120px 20px;
}

#itemDescription, #policywrap {
	padding:20px 60px 20px 20px;
}

#policywrap {
	padding-top:60px;
}

#contactsection {
	padding:40px 60px 30px 20px;
}


#contactsection div.zh, #contactsection div.en {
	clear:both;
	width:100%;
	margin-top:0em;
	padding-right:0px;
}

#contactsection div.zh {
	margin-bottom:2em;
}

#retrievewrap {
	margin: 140px 60px 60px 20px;
}

#loginsection {
	width:100%;
	margin:3em 0 200px 0;
    padding:40px 60px 40px 20px;
}

#inqurywrap {
	width:100%;
    padding:0px 60px 0px 20px;
}

#inquireExpander {
	position:relative;
	left:-100px;
	margin-left:55%;
}

.mc-field-group, .mc-field-group2 {
	clear:both;
	display:block;
	width:100%;
}

.mc-field-group2 {
	margin-left:0;
}


#gallerywrap {
	padding:100px 60px 100px 10px;
}

#gallerywrap figure {
	padding:10px;
	padding-bottom:15px;
}

#gallerywrap figure img {
	margin-bottom:10px;
}

#gallerywrap figure figcaption {
	margin-bottom: .25em;
}

#itemImages {
	width:100%;
}

#itemwrap .bx-pager {
	text-align:left;
}

#itemwrap .bx-prev {
	left: 0px;
}

#itemwrap .bx-next {
	right: 0px;
}

}


/*FOR DESKTOP ONLY*/
@media only screen and (min-width : 770px) {


#aboutsection .zh, #aboutsection .en, #itemDescription .zh, #itemDescription .en, #policywrap .zh, #policywrap .en {
	float:left;
	display:inline;
	width:47%;
}

#aboutsection .zh, #itemDescription .zh, #policywrap .zh {
	width:45%;
}

#aboutsection .en, #itemDescription .en, #policywrap .en {
	width:47%;
	margin-left:8%;
}

#aboutsection h1.zh {
	position:absolute;	
	top:5em;
	left:9%;
}

#aboutsection h1.en {
	position:absolute;	
	top:5em;
	left:45%;
}



#contactsection h1.zh {
	position:absolute;
	top:3em;
	left:48.25%;
}

#contactsection h1.en {
	position:absolute;
	top:3em;
	left:69.5%;
}

#contactsection #HFACmap {
	float:left;
	width:36%;
	margin-top:0em;
	margin-right:12%;
}

#contactsection div.zh, #contactsection div.en {
	float:left;
	width:26%;
	margin-top:6em;
	padding-right:20px;
}

#contactsection .newlocation {
	clear:both;
	padding-top:1em;
	margin-left:48.25%;
}

#contactsection footer {
	margin-left:48%;
}



#gallerywrap {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px; 
	column-gap: 20px; 
	/* avoid the figure wrap get break up by columns. */
	-webkit-column-break-inside:avoid; 
	-moz-column-break-inside:avoid; 
	-o-column-break-inside:avoid; 
	-ms-column-break-inside:avoid; 
	column-break-inside:avoid;
}


/*FOR DESKTOP LARGER SCREENS*/
@media only screen and (min-width : 1200px) {
	
#loginsection {
	position:relative;
	width:1000px;
	margin:3em auto 400px auto;
    padding:60px;
	padding-bottom:100px;
}

#loginwrap {
	float:left;
	width:45%;
	padding-bottom: 5em;
	border-bottom:none;
}

#signupwrap {
	float:right;
	width:45%;
	padding-top: 0em;
}

#loginnotes {
	position:absolute;
	left:60px;
	/*top:26em;*/
	width:45%;
	margin-bottom:2em;
}

#loginnotes a {
	text-decoration:none;
}

#gallerywrap {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px; 
	column-gap: 20px; 
	/* avoid the figure wrap get break up by columns. */
	-webkit-column-break-inside:avoid; 
	-moz-column-break-inside:avoid; 
	-o-column-break-inside:avoid; 
	-ms-column-break-inside:avoid; 
	column-break-inside:avoid;
}

}


@media only screen and (min-width : 1600px) {
	
#gallerywrap {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px; 
	column-gap: 30px; 
	/* avoid the figure wrap get break up by columns. */
	-webkit-column-break-inside:avoid; 
	-moz-column-break-inside:avoid; 
	-o-column-break-inside:avoid; 
	-ms-column-break-inside:avoid; 
	column-break-inside:avoid;
}

#itemImages {
	width:1400px;
}

}


