/**
 * Eric Meyer's Reset CSS v2.0 
(http://meyerweb.com/
eric/tools/css/reset/)
 * http://cssreset.com
 */
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: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
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-family: 'Open Sans', sans-serif;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

b{
    font-weight: bold;
}

span{
    line-height:20px;
}

html, body{
  height: 100%;
}


#container {
  height: 100%;
}

* {
 color: grey;
 font-family: 'Open Sans', sans-serif;
}

body {
  line-height: 1; 
  font-family: 'Open Sans', sans-serif; 
}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  
 /* End reset */
 
iframe{
	max-width: 80%;
}

.clear{
  clear: both;
}


.fullRow{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: auto;
  clear:both;
  /*overflow: hidden;*/
  /* padding-bottom: 20px; */
  
}

.fullRow p{
	font-size: 0.8em;
	text-align: justify; 
	line-height: 1.4;
	padding-right: 10px;	
}

.fullRow p:lastchild{
	padding-right: 0px;
}


.halfRow{
	width: 50%;
	float: left;
}
.postLeft{width:40%;float:left;}
.postRight{width:60%;float:left;}
.oneThird{
  width: 32%;
  float: left;
  padding-right: 2%;
  padding-bottom: 40px;
}

.oneThird:nth-child(3n+3){
  padding-right: 0;
  line-height: 1.2;
}

.twoThird{
	width: 66%;
	float: left;
}
.project {
    width: 100%;
    max-width: 960px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.project img {
    width: 100%;
    margin-bottom: 20px;
}
.project h1 {
    font-size: 20px;
    line-height: 16px;
    font-weight: 400;
}
.project h1 a{color:inherit}

#artistInfo .twoThird{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.blue, .blue a {
    /*  color: #00ADC4 !important;  */
}
.artistProfile{float: left;
    margin-right: 10px;
    margin-bottom: 0px !important;
    position: relative;
    top: 3px;}

#header{
  width: 100%;
  height: 43px;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 15px;
}


#footerWraper{
	width: 100%;
	bottom: 0px;
	float: left;
	margin-top: 80px;
	display: inline-block;
	margin-bottom: 20px;
	
}
#footer{
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
	border-top: 1px solid #EEE;
	padding-top: 20px;
	line-height: 1.2em;
	padding-bottom: 10px;
	overflow: hidden;
	margin-top: 40px;
	/*margin-top:-123px;*/
}

#footer p{
	font-size: 0.8em;
}
 
#footerWraper{
	width: 100%;
	bottom: 0px;
	float: left;
	margin-top: 80px;
	display: inline-block;
	margin-bottom: 20px;
	
}

#headerWrapper{
  width: 100%;
  background: white;
  height: 120px;
  position:relative;z-index:9999;
}


#header #nav{
padding-top: 35px;
  background: white;
}

#header #nav li{
  float: right;
  padding-right: 20px;
  position:relative;
  height:25px;
  line-height:25px;
}
#header #nav li a{display:inline-block;}
.hex-program-ul{position:absolute;left:0;top:25px;display:none;white-space:nowrap;
	padding: 0px 20px 20px 20px;
	background: white;
}
#header #nav .hex-program-ul li{padding:0px;
	text-align: left;
	float: left;
	padding-top: 20px;
	width:100%;
}
li:hover .hex-program-ul{display:block;}
#header a{
  text-decoration: none;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Open Sans', serif;
}

#logo{
	background-image: url("../themes/nhasan/assets/css/./img/logo-header.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
	display: inline-block;
	margin-top: 10px;
	height: 100px;
	width: 160px;
}

#mainContent{
  min-height: 100%;
  windows: 100%;
  position:relative;
    margin-top: -163px;
    height: auto;

}

#slide,.slider{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  display: block;
  overflow: hidden;
background-position:center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover !important;
  z-index: 1;
  opacity:0;  
}


#slideInforWrapper,.sliderInfoWrapper{
	width: 960px;
	height: auto;
	margin: 0 auto;
	background: grey; 
}
.sliderText{padding-top: 80px;padding-left: 30px; color: grey;}

.sliderText h1{
	font-size: 14px;	
}

.sliderText h3{
	line-height: 1.2em;
	padding-bottom: 5px;	
}

.sliderInfo h3 {font-size: 24px; color: rgb(119, 119, 119);}


#slideInfo,.sliderInfo{
	position: fixed;
    bottom: 60px;
    background: white;
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

#topHeader,.sliderInfoTopHeader{
  
  
}

#topHeader h2{
  border-bottom: 1px solid #EAE9E9;
  padding-bottom: 3px;
  width: auto;
}

.sliderInfo h1{
  padding-top: 0px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  font-weight: bold;
  color: grey;
}

.sliderInfo p{
  
  font-size: 11px;
  padding-right: 20px;
  padding-bottom: 2px;
}


#newsletter{
  height: 43px;
/* display: inline-block; */
bottom: 0;
position: fixed;
background: white;
width: 100%;
float: right;
position:relative;z-index:2;
}
#newsletter form{
	height: 43px;
  display: inline-block;
  background: white;
  width: 210px;
  float:right;
}

#newsletterWrapper{
  width: 100%; 
  max-width: 960px;
  margin: 0 auto;
}
#notice {
    width: auto;
    float: left;
    margin-top: 13px;
    padding-left: 10px;
	position:relative;
	min-width:500px;
}
#newsletterInput{
  float: right;
  width: 170px;
  margin-top: 9px;
}
#newsletterInput input{
  width: 150px;
}
#newsletterButton {
  float: right;
  margin-right: 10px;
  margin-top: 11px;
  width: 21px;
  height: 21px;
  background-image: url(../themes/nhasan/assets/css/./img/submit.png);
  background-repeat: no-repeat;
  border:none;
  cursor:pointer;
}

.socialIcon{
	float: right;
    padding-right: 10px;
    margin-top: 11px;
}

#facebook{
	background-image: url(../themes/nhasan/assets/css/./img/fb_logo.png);
	height: 21px;
	width: 21px;
}

#facebook a{
    height: 21px;
    width: 21px;
    display: block;
}


/* End of Homepage */


/* Main content */

.clear{
  clear: both;
}

.seperate{
	height: 60px;
	width: 100%;
}

.devide{
	width: 100%;
	border-bottom: 1px dashed #d0d0d0;
	height: 1px;
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 20px;
	}

#prevPage{
	float: left;
}

#prevPage a{
	float: left;
}

#nextPage{
	float: right;
}


#nextPage a{
	float: right;
}

#pageTittle{
  padding-top: 40px;
  padding-bottom: 40px;
  
}
#pageTittle h1{
  font-size: 1em;
  font-weight: normal;
}


#artistWork{
	padding-bottom: 10px;
}


h1{
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  padding-right: 10px;
line-height: 1.25em;
}
h2{
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 2px;
}
h3{
  font-size: 0.8em;
  line-height: 1.6em;
}
h4{
padding-top: 5px;
font-size: 0.8em;

}

a{
  font-size: 0.8em;
  color: rgb(119, 119, 119);
  text-decoration: none;
  font-weight: bold;
}

#exhibitionCover{
  width: 100%;
}

#exhibitionCover img{
  width: 100%;
  padding-bottom: 5px;
}

#filter{
  display: inline-block;
  float: right;
  padding-right: 20px; 
  font-size: 1em;
}

#filter a{
	text-decoration: none;
	color: gray;
}

#list {
  float: right;
  display: inline-block;
  padding-right: 20px;
  font-size: 1em;
  
}

#list a{
	text-decoration: none;
	color: gray;
}



.detailTitle{
  padding-top: 10px;
  padding-bottom: 0px;
}

.detailTitle h2{
  padding-top: 0px;
  display: inline-block;
  border-bottom: grey 1px dashed;
  text-transform: uppercase;
  font-size: 0.8em;
  

}

.year{
	padding-top: 10px;
	padding-bottom: 5px;
}

.imgThumb{
	padding-bottom: 20px;
	overflow: hidden;
	display:inline-block;
	min-width: 100%;
	max-height: 100%;
}

#generalInfo{
	float: left;
	
}

#generalInfo p{
	
}

#copyright{
	padding-top: 10px;
	font-size: 0.6em;
	color: #bbb;
	
}

#contactDetail{
	padding-top: 20px;
}

#pageCover{
	width: 80%;
	max-width: 960px;
	height: auto;
}

#pageCover img{
	max-height: 80%;
	width: auto;
	max-width:100%;
}



#aboutContent{
	padding-top: 10px;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}



#pressRelease h2{
  border-bottom: 1px dashed #EAE9E9;
  width: auto;
  height: auto;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.8em;  
}

.releaseDate{
	width: auto;
	display: inline-block;
	margin: 0 auto;
	float: left;
	padding-right: 20px;
	line-height: 1.4;
}



.pressTittle{
	float: left;
	display: inline-block;
	line-height:20px;
}
.pressTittle a{font-weight:normal;color:#999}
.pressTittle a:hover{color:#00ADC4;}
.releaseRow{width:100%;clear:both;}
.shortDesc{
	width: auto;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
    padding-bottom: 10px;
}
.inpageSlider{
	width: 100%;
	height:500px;
	position: relative;
}
.slideImgHolder{
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
    display: block;
	opacity: 0;
    position: absolute;
    width: 90%;
    height: 100%;
	margin-left:5%;
	text-align:center;
}
.slideImgHolder img{width:100%;height:100%;}
.infoPanel{text-align:left;padding-left:20%;}


img.listView{
	
	max-height: 100%;
width: auto;
}

#slideButton{
	width: 100%;
	/*height: 100%;*/
	position: absolute;
	top: 50%;
	left: 0;
	
}

.prevButton{
	background-image: url(../themes/nhasan/assets/css/./img/q_prev.png);
	height: 35px;
	width: 21px;
	float: left;

}

.nextButton{
	background-image: url(../themes/nhasan/assets/css/./img/q_next.png);
	height: 35px;
	width: 21px;
	float: right;
}

.publicDate{
	margin-bottom: 5px;
	line-height: 1.6;
}


#pageTittle{
	position:relative;
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 1px solid #EAE9E9;

}

.inpageSliderBlock{
	padding-bottom: 20px;
}

.newsRow{
	margin-bottom: 20px;
	overflow: hidden;
}

.newsInfo{
	padding-right: 40px;
}

.newsTittle{
	font-size: 1.2em;
	color: #555;
	
}

.newsTittle a{
	color: grey;
	font-size: 1em;
	line-height: 1.5;
	margin-top: 10px;
}
.newsTittle:hover a{color:#00ADC4;}

.newsBody{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;
}

.newsBody p{
	font-size: 1em;
	padding-bottom: 5px;
}

.newsBody a{
	text-decoration: none;
	color: #999;
	font-size: 1em;
	font-weight: 400;
}

.newsImg{
	width: 100%;
	height: auto;
	max-height:300px;
}

.shareSocial{
	width: 100%;
	float: left;
	position: relative;
}
.shareSocial a{
	padding-top: 5px;
	
	display: block;
}


#logo-footer{
	background-image: url(../themes/nhasan/assets/css/./img/logo.jpg);
	background-size: contain;
	height: 60px;
	width: 60px;
	float: right;
}

.detailTitle{
	margin-top: 20px;
	margin-bottom: 10px;
}


#artist_list {
    padding-top: 35px;
    padding-bottom: 35px;
    width: 565px;
    background: #999;
    padding-left: 36px;
    position: absolute;
    right: 0;
    top: 66px;
    z-index: 5000;
    display: none;
}
#artist_list a {
    text-transform: none;
    color: #ebebeb;
    display: inline-block;
    width: 185px;
    margin-bottom: 16px;
    font-family: 'Open Sans';
}
#exhibition_nav{    
	position: absolute;
    width: 100%;
    height: 30px;
    bottom: 45px;
    left: 0;
    text-align: center;
    z-index: 100;}
#exhibition_nav span {
    cursor: pointer;
    margin-right: 5px;
    width: 7px;
    height: 7px;
    display: inline-block;
    background: url(../themes/nhasan/assets/css/img/bullet_selected.png) no-repeat;
}	
#exhibition_nav span.selected {
    background: url(../themes/nhasan/assets/css/img/bullet.png) no-repeat;
}




input[type=search] {
	background: #ededed url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

#nav__search{
    margin-top:10px;
}

/* Demo 2 */
#demo-2 input[type=search] {
	width: 40px;
	margin-top: -5px;
		background-color: #fff;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}


@media screen and (min-width: 320px) and (max-width: 959px) {

.generalInfo{
	width: 100%;
}

#map{
	padding-bottom: 20px;
}

#pageCover img{
	 position: relative;
	 top: 50%;
  transform: translateY(-50%);
}

.infoPanel{
	padding-left: 0;
	padding-top: 20px;
}
	
#footer{
	width: 96%;
	margin: 0 auto;
}
	
#mainContent{
	width: 96%;
	margin: 0 auto;
	height: auto;
	
}

#pageCover img{
	max-height: 100%;
width: auto;
max-width: 100%;
height: auto;
margin: 0 auto;
}

	
#logo{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-position: center center;
}

#header{
	padding-top: 0px;
}

#header #nav{
	display: inline-block;
	padding-top: 0px;
	width: 96%;
	padding-bottom: 10px;
	margin: 0 auto;
	float: right;
	position: relative;
	left: -5%;
	text-align: center;
	
}

#header #nav li{
	display: inline-block;
	position: relative;
	margin: 0 auto;
}

#nav ul{
	margin: 0 auto;
    text-align: center;
}

.oneThird{
	width: 100%;
	
}

.oneThird img{
	width: 100%;
	margin: 0 auto;
}

.imgThumb {
	width: 100%;
}

.imgThumb img{
	width: 100%;
	margin: 0 auto;
	height: auto;

}

.twoThird{
	width: 100%;
	
}

.halfRow {
	width: 100%;
}


.fullRow{
	
}

#logo-footer{
	float: left;
}

.shareSocial a{
	padding-bottom: 20px;
}

.fullRow img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
}


input[type=search] {
	background: #ededed url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

#nav__search{
    margin-top:10px;
    width: 100%;
padding-bottom: 20px;
}

#demo-2 input{
    
    margin-left: 80px;
}

/* Demo 2 */
#demo-2 input[type=search] {
	width: 40px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}
}





@media screen and (min-width: 960px){


#mainContent{
	width: 100%;
	margin: 0 auto;
	height: auto;
	  margin-top: -163px;
}



#header{

	width: 100%;
	
}	

#logo{
	width: 100%;
	float: right;
	text-align: center;
}
	
.seperate{
	height: 0px !important;
	width: 100%;
}

#footerWraper{
	width: 100%;
	bottom: 0px;
	float: left;
	margin-top: 80px;
	display: inline-block;
	margin-bottom: 20px;
	
}

#footer{
	width: 80% !important ; 
	margin: 0px auto;
	border-top: 1px solid #EEE;
	padding-top: 20px;
	line-height: 1.2em;
	padding-bottom: 10px;
	overflow: hidden;
}


#generalInfo{
	float: left;
}

#logo-footer{
	float: left;
	background-image: url("../themes/nhasan/assets/css/./img/logo.jpg");
	background-size: contain;
	height: 60px;
	width: 60px;
	float: right !important;
}

.fullRow{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: auto;
  /*overflow: hidden;*/
  padding-bottom: 20px;
  
}

.fullRow p{
	font-size: 0.8em;
	text-align: justify; 
	line-height: 1.4;
	padding-right: 10px;	
}

.fullRow p:lastchild{
	padding-right: 0px;
}


.halfRow,.postLeft,.postRight{
	width: 50%;
	float: left;
}
.newsInfo{padding-right:20px;}

.oneThird{
  width: 32%;
  margin: 0 auto;
  
  float: left;
  padding-right: 2%;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 20px;
}

.oneThird:last-child{
  padding-right: 0;
  line-height: 1.2;
}

.oneThird img{
	
	margin: 0 auto;
	text-align: center;
/*	min-height: 210px; 
	width: 100%;
	height: auto;
	min-height: 100%;

*/
	min-width: 100%;
	overflow: hidden;
	max-width: 100%;
}

.twoThird{
	width: 66%;
	float: left;
	padding-bottom: 20px;
}

.halfRow img{
	padding-top: 10px;
	width: 100%;
	height: auto;
}

#header{
  width: 80%;
  background: white;
  height: 43px;
  margin: 0 auto;
  padding-top: 15px;
    
}

#exhibitionInfo{
	width: 80%;
}



#headerWrapper{
  width: 100%;
  background: white;
  height: 120px;
}


#header #nav{

  background: white;
  height: auto;
  padding-top:15px;
  
}

#header #nav li{
  float: right;
  padding-right: 20px;
  margin-top: 13px;
  position:relative;
}

#header #nav li:first-child{
  float: right;
  padding-right: 0px;
/*  margin-top: 35px; */
  
}



#header a{
  text-decoration: none;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
 }

#logo{
	background-image: url("../themes/nhasan/assets/css/./img/logo-header.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
	display: inline-block;
	margin-top: 5px;
/*	height: 160px; */
	width: 160px;
}


}