@media (max-width: 1045px) {


	/* NEWS START */
	.newscard_title{
		padding-top:1em;
	}
	.newscard_excerpt{
		padding-top: 1em;
		line-height: 23px;
	}
	.newscard{
		width:100%;
		height:auto;
		box-sizing: border-box;

		padding-left: 5%;
		padding-right: 5%;
		margin-bottom:40px;
	}
	.newscard_thumb{
		float: none;
		width:100%;
		height:auto;

	}
	.newscard_info{
		float: none;
		width:100%;
		margin-left:0px;
		height:auto;
	}
	/* NEWS STOP */

	/* ARTWORKS START */

	/* ARTWORKS STOP */
	/* ENG START */
	#eng_header{
		width:100% !important;
	}
	.admin #eng_menu {
		top: 41px !important;
	}
	#eng_menu {
		width:100% !important;
		z-index: 11;
		top: 41px;
	}
	#eng_content{
		width:100% !important;
	}


	/* ENG STOP */

	/* ADMIN START */
	#admin_nav {
		display: none;
	}
	body.admin{
		padding-top:0px !important;
	}
	.admin #nn_header.fixed{
		top:0px;
	}
	/* ADMIN STOP */


}
.addeventatc, #addeventatc1 {
	background-color: #00abf0 !important;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 0px !important;
	font-family: Untitled Sans;
	font-weight: bold;
	box-shadow: none !important;
	padding-right: 16px;
	border: 0px;
	font-size: 14px;
	margin-top: 10px;
	display: none;
	z-index: 5 !important;
}
#addeventatc1[data-loaded='true']{
	display: inline-block;
}
#addeventatc1 .addeventatc_icon{
	background:url('/img/nn/icon2.svg') !important;
	left:15px;
}
body.body_exhibitions{

	padding-top:75px !important;
}
.nn_body #menu_breadcrumb{
	display: none !important;
}html, body{
	height:100%;
	
}
#nn_search_posts{
	display: none;
}
.generic_runs_holder{
	text-align: center;
}
body{
	background:#fff !important;
	padding-top:80px !important;
	font-family:Untitled Sans;
}
body.hascartitems{
	padding-top:101px !important;
}
body.admin{
	padding-top:125px !important;
}
body.admin.hascartitems{
	padding-top: 145px !important;
}
@media(max-width:1045px){
body{
	padding-top: 41px !important;
}
	body.hascartitems{
		padding-top:65px !important;
	}
	body.admin.hascartitems{
		padding-top: 65px !important;
	}
}
.feed_header{
	font-weight:bold;
	padding-bottom:20px;
	font-size:24px;
	border-bottom:1px solid #ccc;
}

/* LOGIN START */

/* LOGIN STOP */
/* INTS START */
.int_header{
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	font-weight: bold;
	text-align: left;
}
.int{
	max-width: 1046px;
	margin: 0 auto;
}
@media(max-width:600px){
	.int_header{
		
	}
}
/* INTS STOP */


body{
	font-family:Untitled Sans;
}
#eng_content{
	width: -moz-calc(100% - 684px);
	width: -webkit-calc(100% - 684px);
	width: -o-calc(100% - 684px);
	width: calc(100% - 684px);
	text-align: center;
	min-height:500px;
	margin: 0 auto;
}
#eng_header{
	width:1046px;
	margin:0 auto;
}
#eng_menu{
	width:342px;
	position: fixed;
	top:100px;
	left:0px;
	font-family:Untitled Sans, sans-serif;
	color:#000;
	background-color: #fff;
	font-weight: bold;
}
.admin #eng_menu{
	top:150px;
}
/* BUTTONS START */
.w2b{
	background-color: #fff;
	position: relative;


}
.w2b:hover{
	/*background-color: #000;*/

}
.w2b .abtn_txt{
	position: relative;
	z-index:2;
}
.w2b:hover .abtn_txt{
	color:#fff;
}
.w2b:after{
	position: absolute;
	z-index: 1;
	top:0;
	left:0px;
	background-color: #fff !important;
	width:0%;
	height:100%;
	display: none;
	content: "";

	-webkit-transition: width 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: width 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: width 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: width 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */


}
.w2b:hover:after{
	width:100%;
	display: block;
	background-color: #01c6fd !important;
	-webkit-transition: width 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: width 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: width 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: width 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
/* BUTTONS STOP */

/* AUTOCOMPLETES */
#nn_artworks_mobile_header{
	display: none;
}
#nn_artworks_artistsearch{
	width: 100%;
	user-focus: none;
	height: 3em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Untitled Sans, sans-serif;
	padding-left: 32px;
	margin-left: 0;
	border: 0px;
	box-sizing: border-box;
}
#nn_artworks_artistheader{
	height: 205px;
	border-bottom: 1px solid #ccc;
	font-family:Untitled Sans, sans-serif;
	position: relative;
	text-align: left;

}
#nn_artworks_artistpagelink{
	color: #1f9fff;
	position: absolute;
	bottom: 32px;
	font-size: 13px;
	left: 0;
	font-weight: bold;}
#nn_artworks_artistheader img{
	width: 165px;
	height: auto;
	margin-top: 7px;
	margin-right: 23px;
}
#nn_artworks_artistbio {
	font-size: 12px;
	line-height: 1.2em;
	margin-top: .7em;
	margin-bottom: 1em;
}
#nn_artworks_artistlocation {
	font-size:19px;
}
#nn_artworks_artistinfo{
	width:450px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	height:100%;

}
#nn_artworks_artistname{
	font-size: 38px;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: top;
	line-height: 1em;
}
.nn_artwork_type.selected, .nn_artwork_subtype.selected{
	/*color:#81e0ff !important;
	*
	 */
}
.nn_artwork_type{
	cursor: pointer;
	cursor: hand;
}
.nn_artwork_subtypes{
	display: none;
	margin-left: 15px;
	cursor: pointer;
	cursor: hand;
	padding-bottom: 10px;
	padding-top: 0px;

}


/* CSS BTNS */
@font-face {
	font-family: 'icomoon';
	src:url('/font/icomoon.eot');
	src:url('/font/icomoon.eot?#iefix') format('embedded-opentype'),
	url('/font/icomoon.woff') format('woff'),
	url('/font/icomoon.ttf') format('truetype'),
	url('/font/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.btnNav{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background:#000;
	color:#fff;

}
.btn{
	align-items: flex-start;
	text-align: center;
}
.btnNav {
	padding: 25px 120px 25px 60px;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	box-sizing: border-box;
	font-family:Untitled Sans, sans-serif;
}
.btnNav:hover {
	background: #333;
}
.btnNav:after {
	width: 20%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btnNav:hover:after {
	width: 25%;
	background:#1f9fff;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}



.icon-arrow-right:before {
	content: "\e00d";
}

.btn:before, .btnNav:before, .icon-heart:after, .icon-star:after, .icon-plus:after, .icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.btnNav:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}
.btnNav:before {
	left: auto;
	right: 10px;
	z-index: 2;
}
.btnNav:after, .btnNav:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* /CSS BTNS */
/* GLOBAL STYLES */

.color_upcoming{
	color:#00b5b7;

}
.color_soldout{
	color:#b70000;

}
.color_waitlisted{
	color:#ff8f02;
}
.color_archived{
	color:#797979;
}
.runCard{
	position:relative;
	width:290px;
	height:425px;
	padding: 0;
	margin-right: 20.5px;
	margin-left: 20.5PX;
	margin-bottom: 0px;
	vertical-align: top;
	display: inline-block;
	font-family:Untitled Sans, sans-serif;
	text-align:center;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	cursor: default;
	/*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
	-ms-user-select: none;
	user-select: none;

}
.yuge .runCard{
	width:390px;
	height:525px;
}

.runCard.draftMode:after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align: center;
	content:'DRAFT';
	color:#ff0000;
	padding-top:20px;
	font-size:30px;
	font-weight: bold;
	font-family:Untitled Sans, sans-serif;
}
.runCard.card_redirect:after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align: center;
	content:'';
	color:#ff0000;
	padding-top:20px;
	font-size:30px;
	font-weight: bold;
	font-family:Untitled Sans, sans-serif;
}
.cardtype_promo .cardImage{
	width:290px !important;
	height:358px !important;
}
@media(max-width:669px){
	#home_runs{
		text-align: center !important;
	}
	#home_runs .runCard
	{
		width:290px !important;
		margin:0 auto;
	}
	.cardtype_promo .cardImage{
		height: auto !important;
	}
	#home_runs .runCard.cardtype_promo{
		margin-bottom: 10px !important;
	}
}
.cardtype_promo{
	height: auto !important;
}
#nn_search_holder_artworks .runs_querybutton{
	display: none !important;
}
#nn_search_holder{
	display: none;
	position: absolute;
	top:32px;
	width:350px;
	height:auto;
	left:0;
	background-color: #fff;
	font-family:Untitled Sans, sans-serif;
}

.runCardMoreInfo{
	display:none;
}
.tooltip_header{
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 1em;
	color: #fff;
	font-size: 16px;
	padding-bottom: .6em;
	line-height: 1em;
}
.tooltip_text{
	padding-left:104px;
}
.tooltip_bottomborder{
	border-bottom:10px solid #c50210;
	height:110px;
}
.color_waitlisted .tooltip_bottomborder{
	height:124px;
}
.color_waitlisted .tooltip-content::after{
	border-top-color:#ff8f02;
}
.color_waitlisted .tooltip_bottomborder{
	border-bottom-color:#ff8f02;
}
.color_soldout .tooltip-content::after{
	border-top-color:#c50210;
}
.color_upcoming .tooltip_bottomborder{
	border-bottom-color:#15b4b7;
}
.color_upcoming .tooltip-content::after{
	border-top-color:#15b4b7;
}
.color_archived .tooltip_bottomborder{
	border-bottom-color:#797979;
}
.color_archived .tooltip-content::after{
	border-top-color:#797979;
}
.tooltip-item::after {
	content: '';
	position: absolute;
	width: 300px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltip:hover .tooltip-item::after {
	pointer-events: auto;
}
.tooltip:hover .tooltip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
	transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}
.tooltip {
	display: inline;
	position: relative;
	z-index:6;
}
.tooltip-content::after {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #2a3035;
	border-width: 10px;
	margin-left: -10px;
}
.tooltip-item {

	cursor: pointer;
	display: inline-block;
	font-weight: 700;
}
.tooltip-text{
	font-size: 13px;
	line-height: 1.35;
	display: block;
	padding: 0;
	color: #fff;
	padding-right: 20px;
	text-transform: none;
	font-weight: normal;
}
.tooltip-content img {
	position: relative;
	height: 110px;
	width:80px;
	display: block;
	float: left;
	background-color: #fff;
	margin-right: 1em;
}
.color_waitlisted .tooltip-content img{
	height: 124px;
	width:79px;
}
.tooltip-content{
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	position: absolute;
	z-index: 9999;
	width: 300px;
	left: 50%;
	margin: 0 0 20px -150px;
	bottom: 100%;
	text-align: left;
	font-size: 0.765em;
	line-height: 1.4;
	box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
	box-shadow:none;
	background: #000;
	opacity: 0;
	cursor: default;
	pointer-events: none;
}
.cardStatus{
	font-weight:bold;
	font-size:15px;
}
.slick-prev:before, .slick-next:before{
	color:#666 !important;
}

.slick-prev, .slick-next{
	
}
.opposite_btnholder{
	margin-top:10px;
	width:100%;
	text-align:center;
}
.opposite_addtocart{
	margin-top:10px;
	color: #fff;
	border: 3px solid #000;
	text-align: center;
	cursor:pointer;
	cursor:hand;
	background-color: #000;
	height: 30px;
	width: 169px;
	font-family: Untitled Sans, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	line-height: 30px;
	margin: 0 auto;
	-webkit-transition: background-color .15s,color .15s;
	transition: background-color .15s,color .15s;
}
.opposite_addtocart:hover {
	background-color: #01c6fd !important;
	border:3px solid #01c6fd !important;
	color:#fff !important;
}
.opposite_moreinfo{
	margin-top:10px;
	color: #000;
    border: 3px solid #000;
    text-align: center;
	cursor:pointer;
	cursor:hand;
    background-color: #fff;
    height: 30px;
    width: 169px;
    font-family: Untitled Sans, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
    line-height: 30px;
    margin: 0 auto;
    -webkit-transition: background-color .15s,color .15s;
    transition: background-color .15s,color .15s;
}
.opposite_moreinfo:hover {
	background-color: #01c6fd !important;
	border: 3px solid #01c6fd !important;
	color: #fff !important;
}
.opposite_size{
	    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-top: 0px;
    font-size: 13px;
    font-weight: bold;
		text-align:center;

}
.opposite_medium{
   font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 11px;
    width: 136px;
    white-space: normal;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    line-height: 14px;
		
}
.opposite_edition{
       font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;

	text-align:center;
		
}


.cardflip_editbtn{
	font-family: Untitled Sans, sans-serif;
	color: #fff;
	display: inline-block;
	border: 3px solid #fff;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
.runCard a{
	text-decoration: none;
}
.runCard .admin_cardbuttons{
	text-align:center;
	left: 0px;
	top: 290px;
    position: absolute;
    width: 280px;
    height: 160px;
    display: none;
    background-color:rgba(0,0,0, 0.74);
    padding-left: 5px;
    padding-right: 5px;
    z-index: 200;
}
.runCard .adminpopper:hover+.runCard.admin_cardbuttons{
	display:block !important;
}
.runCard:hover{
	overflow:visible;
}
.adminattributetext{
	color:#fff;
	font-size:11px;
	line-height:14px;
}
.exhibition_slider_topimg{
	   -webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
overflow-y:hidden;
/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;
}
	   .card_details{
		  max-height:0px;
		  position:absolute;
		   top:0px;
		   left:0px;
		   width:290px;
		   height:0px;
		   -webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
overflow-y:hidden;
/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;


		   color:#000 !important;
		   -webkit-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		   -moz-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		   -o-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		   transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */


	   }
	   .yuge .card_details{
		   width:390px;
	   }
	   .card_info{
		   position: relative;
		   top: 50%;
		   -webkit-transform: none;
		   -moz-transform: none;
		   -ms-transform: none;
		   -o-transform: none;
		   transform: none;
		   -webkit-transition: all .35s ease-in-out;
		   transition: all .35s ease-in-out;
	   }
	   .runCard:hover .card_info{
		   transform: translateY(-50%);
	   }
	   .runCard .cardTop{
		 /*  -webkit-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		   -moz-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		   -o-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		   transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
  -webkit-transition: all .35s ease-in-out;
		   transition: all .35s ease-in-out;

		   background-color:transparent;
	   }
	   .runCard .cardTop:hover .card_details{
			max-height:290px;
			height:290px;
		   z-index:9;
		   background-color: rgba(255,255,255,1);

		   
	   }
	   .yuge .runCard .cardTop:hover .card_details{
		   max-height:390px;
		   height:390px;
	   }

	   .runCard .cardTop img{

		   width:290px;
		   height:auto;
		   max-height:none;
	   }
		.yuge .runCard .cardTop img{
			width:390px;
			max-height:390px;
		}


	 
	   .runCard .cardText{
	margin-top:5px;
	   }


	   .runCard .front{
		   height:423px;
		   width:290px;
	   }
		.yuge .runCard .front{
			width:390px;
		}
	   .runCard .cardArtist{
		   overflow: visible;
		   text-overflow: inherit;
		   white-space: normal;
		   width: 290px;
		   color: #000;
		   margin-top: 15px;
		   font-family: Untitled Sans, sans-serif;
		   font-weight: 800;
		   text-align: center;
		   text-transform: uppercase;
		   font-size: 17px;
		   line-height: 19px;
	   }
	   .yuge .runCard .cardArtist{
		   width:390px;
	   }
	   .timeLeftIconWhite, .timeUntilIconWhite{
		   background-image:url('/img/nn/sprites_1x.png');
		   width:16px;
		   height:16px;
		   background-position: 0px 0px;
		   background-repeat:no-repeat;
		   margin-right:8px;
		   vertical-align: top;
		   display: inline-block;

	   }
	     .runCard .cardTitle{
			 font-family: Untitled Sans, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
			 font-size: 14px;
			 font-weight: normal;
			 line-height: 20px;
			 text-align: center;
			 margin-top: 2px;
			 white-space: normal;
			 width:290px;
			 color:#646464;
	   }
	.yuge .runCard .cardTitle{
		width:390px;
	}
	   body{
		   width:100%;
		   margin:0;
	   }
	   .adminpopper{
		   position: absolute;
		   bottom:0;
		   height:20px;
		   width:100%;
		   text-align:center;
		   cursor: pointer;
		   cursor: hand;
		   color:#fff;
		   z-index: 12;
		   display: none;
	   }
.runCard .cardTop:hover .adminpopper{
	display: block !important;
}
	   .runCard .cardHeader{
		   display:none !important;
	   }
	   	#table_card_details{
		color:#000;
		font-size:14px;
	}

	.runCard .cardTop{
		    height: 290px;
			width:290px;
			overflow:hidden;
	}
.yuge .runCard .cardTop{
	height:390px;
	width:390px;
}
/* EXHIBITION CARDS */
.exh_card{
	margin-top:20px;
	margin-bottom:20px;
}
.exh_card_draft{
	color: #ff3333;
	font-weight:bold;
	font-size:22px;
}
.exh_card_title{
	font-weight:bold;
	font-size:22px;
}
.exh_card_info{
	width:400px;
	display: inline-block;
}
.exh_card {

	width:100%;
	height:250px;
}
.exh_card_contents{
	text-align: left;

}
.exh_card_info{
	text-align: left;
	width:300px;
	vertical-align: top;
	display: inline-block;
}
.exh_card_dates{
	margin-top:1em;
	margin-bottom:1.5em;
}
.exh_card_imgs{
	vertical-align: top;
	width:calc(100% - 300px);
	max-width:calc(100% - 300px);
	display: inline-block;
	overflow: hidden;

}
.exh_card_imgholder{
	width:100%;
	overflow: hidden;
	white-space: nowrap;
	height:200px;
}
.exh_card_img{
	height:200px;
	display: inline-block;
	margin-right:10px;
}
.exh_card_imgs img{
	height:200px;
	width:auto;
}


/* EXHIBITION START */

	.exhibition_container{
		width:100%;
		min-height:300px;
		
	}
	.exh_card a{
		text-decoration: none;
		color:#000;
	}
	#btnViewMoreExhibitions{
		font-size:11px;
		font-weight:bold;
		line-height:25px;
		height:25px;
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
		cursor: hand;
		text-align: center;
	}
	.exh_card_viewbtn{
		border:2px solid #ccc;
		cursor: pointer;
		cursor: hand;
		display: inline-block;
		width:140px;
		line-height:30px;
		height:30px;
		font-size:11px;
		font-weight:bold;
		text-align: center;
	}
	.exhibition_slider_topimg{
		width:100%;
		margin:0 auto;
		height:auto;
	}
    .exhibition_header{
		font-family:Antenna Comp;
		color:#616060;
	
		text-align:center;
		font-size: 47px;
    line-height: 47px;
    height: 47px;
	}
    .exhibition_slider_topimg_holder{
		width:618px;
		margin:0 auto;
		text-align:center;
	}


.body_newexhibition #eng_content{
	width:100%;
	text-align: left;
}
.body_newexhibtion #eng_menu{
	display: none;
}
#nn_ex_artist{
	font-size:36px;
	line-height:36px;
	text-transform: uppercase;
	font-weight:bold;
}
#nn_ex_available_holder, #nn_ex_unavailable_holder{
	text-align: center;
}
.nn_ex_runheader{
	text-align: left;
}
#nn_ex_exhibitionname{
	font-size: 16px;
	line-height: 1em;
	margin-top:1em;
	margin-bottom:1em;

}
#nn_ex_body{
	margin-left:175px;
	margin-right:175px;
	padding-top:78px;
}
#nn_ex_top_left{
	display:inline-block;
	vertical-align:top;
	width:48%;
}
#nn_ex_top_right{
	display:inline-block;
	vertical-align:top;
	width:48%;
}
#nn_ex_news_header{
	font-size:18px;
	font-weight:bold;
	color:#929292;

	margin-bottom: 15px;

}
#nn_ex_news_img{
	display:table-cell;
	vertical-align:top;
}
#nn_ex_news_info{
	display:table-cell;
	vertical-align:middle;
	padding-left:26px;
}
#nn_ex_news_item{
	display:table-row;

}
#nn_ex_top_right, #nn_ex_top_left{
	margin-bottom:20px;
}
#nn_ex_news_item a{
	color:#000;
}
#nn_ex_news_title{
	font-weight:bold;
	margin-bottom:20px;
}
#nn_ex_news_footer{
	margin-top:20px;
	font-weight:bold;
}
#nn_ex_description{
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap:63px;
}
#nn_ex_viewallart{
	display:inline-block;
	margin:0 auto;
	cursor:pointer;
	cursor:hand;
	border:1px solid #bdb9af;
	padding-left:15px;
	padding-right:15px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#000;
	font-size:14px;
	font-weight:bold;

}
#nn_ex_viewall_holder{
	display:none;
	text-align:center;
}
#nn_ex_runs{
	text-align: center;

}
#nn_ex_runs.expanded{
	overflow:visible !important;
	max-height:none !important;
}
#nn_ex_slider_new{
	margin-bottom:20px;
	margin-top:30px;
}
#nn_ex_slides{
	width:10000px;
	height:450px;
	position: absolute;
	top:0;
	left:0;
	text-align: left;
}
.nn_ex_slider_new_slide{
	display: inline-block;
	margin-right:10px;
	height:450px;
}
.nn_ex_slider_new_slide img{
	height:100%;
	width:auto;
}
#nn_ex_slider_new{
	width:100%;
	overflow: hidden;
	position: relative;

}
#nn_ex_photos{
	background-color:#fff;
	height:450px;
	width:100%;
}
@media (max-width: 1045px){
	#nn_ex_body{
		margin-left:5%;
		margin-right:5%;
	}
}
	.runCardSoldOut{
color: #c50210;
    border: 0;
    text-align: center;
    height: 30px;
    width: 290px;
    font-family: Untitled Sans, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
    line-height: 30px;
    margin: 0 ;
		    -webkit-transition: background-color .15s,color .15s;
    transition: background-color .15s,color .15s;
	}
	.card_nocountdown, .card_countdown{
		display: inline-block;
		vertical-align: top;

	}
	.card_timeleft, .card_timeuntil{
	color:#000;
		font-size: 12px;
		line-height: 17px;
		height: 17px;
		vertical-align: top;
		margin-top: 3px;
	}
	.runCardAvailable{
color: #000;
    border: 0px;
    text-align: center;
	background-color:#fff;
    height: 30px;
    width: 169px;
		width:290px;
    font-family: Untitled Sans, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
    line-height: 30px;
    margin: 0;

	}
	.runCardArchived{
color: #797979;
    border:0;
    text-align: center;
	background-color:#fff;
    height: 30px;
    width: 290px;
    font-family: Untitled Sans, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
    line-height: 30px;
    margin: 0;


	}
	.runCardAvailable:hover {
		background-color:#fff;
	}
	.runCardAvailable .cardQuickPrice{
		text-align:center;
		color:#000;
		font-size:16px;
	}
	.arrow_exhibition_prev{
		position:absolute;
		left:0%;	
		font-size:24px;
		color:#000;
		cursor:pointer;
		cursor:hand;
		background-color:#eee;
		padding-left:5px;
		padding-top:10px;
		padding-bottom:10px;
		padding-right:5px;
		z-index:2;
	    top: 150px;
	}
	.arrow_exhibition_next{
		position:absolute;
		font-size:24px;
		color:#000;
		right:0%;	
		cursor:pointer;
		cursor:hand;
		background-color:#eee;
		z-index:2;
		padding-left:5px;
		padding-top:10px;
		padding-bottom:10px;
		padding-right:5px;
	    top: 150px;
	}
	.arrow_exhibition_next.off,	.arrow_exhibition_prev.off{
		display:none;
	}
	.labs_holder{
		z-index:1;
		
		position:relative;
		height:470px;
	
		width:100%;
		    text-align: center;
	}
	.runHolder{
		max-width:100%;
	}
	.runCard .back, .runCard .back:hover{
		display:none !important;
	}
	.labs_shell{
		width:1046px;
		position:relative;
		min-height:430px;
		overflow:hidden;
		margin:0 auto;
		
	}
	.labs_holder{
		
	}
	@media (max-width: 669px)
{
	.runCard .cardText {
    float: none;
	width:290px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 0px;
    position: relative;
}
		.yuge .runCard .cardText{
			width:390px;
		}
.runCard .cardTop{
	width:290px !important;
float:none;
}
		.yuge .runCard .cardTop{
			width:390px;
		}

		.runCard .cardArtist, .runCard .cardTitle{
	float:none;	
	text-align:center;
	padding-left:0px;
}
.runCard{
	width:304px;
	height:435px;
}
}
	@media screen and (min-width: 1045px) {
		/* 3 wide */
}
	@media screen and (max-width: 1045px) {
		/* 2 wide */
		.labs_shell{
			width:649px !important;
			
}
	.exhibition_slider_topimg_holder{
		
	}
	}
	@media screen and (max-width: 605px) {
	/* 1 wide start */			
	.labs_shell{
			width:320px !important;
			
}
.exhibition_slider_topimg_holder{
		width:100%;
	}
		/* 1 wide stop */
		
}

@media (max-width: 669px){
.runCard:hover .cardTop img {
}
}
/* EXHIBITION STOP */
/* CREATIVE SERVICES START */
#fp_menu{
	display: inline-block;
	list-style: none;
	margin-top:0;
	margin-bottom:0;
	vertical-align: top;
}
#fp_menu li.active{
	color:#1f9fff;
}
#fp_menu li{
	cursor: pointer;
	cursor: hand;
}
#cs_featuredprojects_container{
	position: relative;

}
#cs_featuredprojects_inner{
	width:calc(100% - 300px);
	margin:0 auto;
	max-width:1250px;
}
#cs_featuredprojects_holder{
	background-color: #eee;
	min-height: 500px;
	padding: 81px 0px;
	width: 100%;
	margin: 0 auto;
}
#cs_featuredprojects_header{
	float: left;
	font-family:Fjalla One;
	font-size: 36px;
	vertical-align: top;
}
#cs_featuredprojects_menu{
	float: right;
	vertical-align: top;
	margin-top: 19px;

}
#cs_featuredprojects_menu ul{
	display: inline-block;
	list-style: none;
	margin-top:0;
	margin-bottom:0;
}
#cs_featuredprojects_menu li{
	display: inline-block;
	list-style:none;
	margin-left:17px;
	font-weight:bold;

}
a {
	text-decoration: none;
}
#projects_more{
	width:208px;
	margin:0 auto;
	margin-bottom: 73px;
	margin-top:43px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.btnClassic{
	border: 1px solid #bdb9ae;
	background-color: #fff;
	display: inline-block;
	height: 35px;
	color:#000;


	line-height: 35px;
	padding-left: 22px;
	padding-right: 22px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	font-size: 14px;

}
.cs_back{
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad*/
	/* ...and now for the proper property */

	background-color: rgba(0,0,0,0.0);
	opacity:0;

}
.cs_item:hover .cs_back{
	background-color: rgba(0,0,0,0.6);
	opacity:1;
	display: block;
}
.cs_item{
	display: inline-block;
	width:24%;
	height:auto;
	position: relative;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	margin-bottom: 1.25%;}
.cs_view {
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
	color:#fff;
	border:2px solid #fff;
	text-align: center;
	width:120px;
	height:30px;
	display: inline-block;
	line-height:30px;
}
.cs_editbtn{
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	width: 120px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -60px;
}
.cs_item {
	margin-right:1.25%;
}
#cs_featuredprojects_container .cs_item:nth-child(4n+4){
	margin-right:0%;
}
#home_csthumbs{
	position:relative;
}
.cs_item:nth-child(4n+4){
	margin-right:0 !important;
}
.cs_title{
	color:#fff;
	font-family: Fjalla One;
	font-size: 24px;
	margin-bottom: 15px;
	transform:translate(0%, -50%);
	-webkit-transition: all .35s ease-in-out;
	font-weight:normal;
	transition: all .35s ease-in-out;
}
.cs_item:hover .cs_title{
	transform:translate(0%, 0%);
}
.cs_thumb{
	position: relative;
	width: 100%;
	height:auto;
	margin:0px;
box-sizing:border-box;
	margin-top:0px;
	magin-left:0px;
	background-color: #fff;
}
.cs_item a{
	text-decoration: none;
	font-weight:bold;
}
.cs_thumb img{
	width:100%;
	height:auto;
}
.cs_back{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	text-align: center;
	vertical-align: middle;
}
.cs_info{
	top:50%;
	position: relative;
	transform: translateY(-50%);
}
#cs_featuredprojects_top{
	height:50px;
	width: 100%;
	margin-bottom:43px;
}
/* CREATIVE SERVICES STOP */


#nn_ex_description_snippet{
	font-size: 12px;
}

#nn_ex_photos{
	height: auto;
	margin-left: 0;
	margin-right:0;
	width: 100%;
	margin-top: 0;
}
#nn_ex_body{
	padding-top:44px;
	margin-left: 75px;
	margin-right:75px;
}

#nn_ex_runs_loading{
	display: none;
}
.nn_ex_runheader{
	font-weight: bold;
	font-size: 24px;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 12px;
	margin-bottom: 40px;
	padding-top:40px;
}
#exhibition_sharebox{
	display: inline-block;
	vertical-align: top;
	float: right;
	padding-top: 14px;
	margin-left:15px;
}

#exhibition_sharebox div{
	background-image: url(/img/nn/sprites.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 33px;
	background-size: 1000px 1000px;
	background-position: -29px -69px;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	cursor: hand;
}
#ex_share_fb{
	background-position: -29px -69px !important;
}
#ex_share_twitter{
	background-position: -29px -168px !important;
}
#ex_share_link{
	background-color: #000;
	background-position: -100px -241px !important;
}

#nn_quickview_ex_text a{
	color:#000;
	text-decoration: none;
}
/* QUICKVIEW STOP */



/* NEWSITEM START */
.ssb-share{
	display: none !important;
}
#newsitem_body img{
	max-width:100%;
	height:auto;
}
#newsitem_body div{
	max-width:100%;
}
#newsitem_menu{
	margin:0 auto;
	height:50px;
	max-width:calc(100% - 200px);
}
.body_news #eng_menu{
	position: fixed;
	width: 100%;
	height: 59px;
	top:125px !important;
	border:1px solid #ccc;
	border-left: 0px;
	border-right:0px;

}
#newsitem_menu_back, #newsitem_menu_last{
	float: left;
}
#newsitem_menu_next{
	float: right;
}
#newsitem_menu_back, #newsitem_menu_next, #newsitem_menu_last{
	line-height: 59px;
	color:#000;
	font-weight:normal;
	font-style: italic;
}

#newsitem_full a{
	text-decoration: none;
	color:#1f9fff;
}
#newsitem_full{
	max-width:1046px;
	padding-top: 80px;
	margin: 0 auto;
}
#newsitem_full #newsitem_title{
	font-family:Fjalla One;
	text-align: center;
	font-size:24px;
}
#newsitem_date{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	margin-top: 1em;

}
#newsitem_full{
	text-align: left;
}
/* NEWSITEM STOP */
/* MISC START */
.nn_section{
	border-top:2px solid #bcbcbc;
	padding-bottom:41px;
}
.nn_section.noborder{
	border-top:0px !important;
}
.nn_headline{
	font-size:36px;
	font-weight:bold;
	margin-top:32px;
	margin-bottom:42px;
}
.cardArchivedText{
	font-weight:bold;
}
.nn_newsCaption .captionHeader{
	font-size:18px;
	font-weight:bold;
	text-transform: uppercase;
}.nn_newsImg{
	 display: table-cell;

 }
.nn_newsCaption{
	vertical-align: top;
	display:table-cell;
	font-size:14px;
	padding-left:33px;

}
.nn_newsCard{
	display: table-row;
	width:100%;
}
.nn_newsCard a{
	color:#000 !important;
}
.nn_newsCard img{
	width:150px;
}/* MISC STOP */
/* SINGLE ARTIST START */


#artist_photos .flexslider{
	border: 0px !important;
}
#artist_like_text{
	display: table-cell;
	vertical-align: middle;
	color:#000;
	font-size:14px;
	text-align: left;
	padding-left:10px;
	font-weight:bold;


}
#artist_like_btn .user_like{
	margin-top:0px !important;
}
#artist_like_holder{
	width:200px;
	text-align: right;
	display: table;
	position: absolute;
	top:0;
	right:0;
}
#artist_like_btn{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width:30px;
}

#singleartist_name{
	font-size: 34px;
	text-transform: uppercase;
	font-weight: bold;
}
#singleartist_info_right{
	padding-left:50px;
}
#singleartist_bio{
	font-size: 13px;
	padding-top: 10px;
}
#singleartist_bio{
	column-count:2;
	vertical-align: top;
	text-align: left;
	column-gap:40px;

}
#singleartist_info{
	text-align: left;
}
#artist_profilephoto{
	display: inline-block;
	vertical-align: top;
	width:222px;
	display: table-cell;
}
#artist_header_right{
	width:200px;
	display: table-cell;
	vertical-align: bottom;
}
#artist_top_table{
	width:100%;
	display: table;
	position: relative;
}
#artist_topinfo{
	text-align: left;
	position: relative;
	display: table-row;
}
.artist_linkholder{
	display: table-row;
}
#artist_info_links{

	width:200px;
	text-align: right;
}
#artist_topinfo_text{
	display:table-cell;
	vertical-align: top;
	padding-left: 40px;

}
.artist_link_full a{
	color:#17c570;
	font-weight:bold;
	text-decoration: none;
	font-size:14px;
	line-height:27px;
	height:27px;
}
.artist_link_full{
	text-align: left;
	width:100%;

}
.artist_link{
	display: table-cell;
	height:27px;
	vertical-align: middle;
	text-align: left;
	padding-left:10px;
}
.artist_link_icon{
	display: table-cell;
	height:27px;
	vertical-align: middle;
	text-align: left;
}
.artist_link a{
	
	text-decoration: none;
}

.singleartist_heading{
	text-align: left;
	font-weight:bold;
	font-size:22px;
	margin-bottom:1em;
	margin-top:1em;


}
/* SINGLE ARTIST STOP */
/* SINGLE RUN START */
#nn_run_about{

}
@media(max-width: 1045px){
	#nn_run_about{
		padding-left:5%;
		padding-right: 5%;
	}
	#nn_run_more_artist, #nn_run_more_collection{
	margin-top:40px;

	}
	#nn_run_more_artist .int_header{
		margin-bottom: 33px;
	}
}
#blog_nn_rip_img{
	width:200px;
	position: relative;
	display: inline-block;
}
#blog_nn_rip_img img{
	width: 100%;
	height: auto;
}
#blog_nn_info{
	display: inline-block;
	vertical-align: top;
	width:calc(100% - 200px);
}
#blog_nn_info #blog_rip_title{
	border-bottom: 0px;
	margin-top: 0px;
}
#blog_nn_info #blog_rip_p1{
	margin-top: 0px;
}
.artists_single .user_like:hover:after, #artist_like_holder .user_like:hover:after{
	content: 'Like this artist? Add them to your favorites so we can recommend other artists you might like.';
}
.loggedout .artists_single .user_like:hover:after{
	content: 'Sign up or sign in to 1xRUN to follow your favorite artists!' !important;
}
.user_like:hover:after{
	content: 'Like this piece? Add it to your favorites so we can recommend more products you might like.';
	width: 174px;
	height: 50px;
	background-color: #fff;
	color: #333;
	border: 1px solid #ccc;
	position: absolute;
	top: 30px;
	left: -75px;
	text-align: center;
	font-size: 11px;
}
.loggedout .user_like:hover:after{
	content:'Sign up or sign in to 1xRUN to rate products to get better recommendations!' !important;
}
#nn_run_buttons{
	height: 58px;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #fff;
	z-index: 50020;

	position: relative;
	width: 320px;
	font-size:12px;
	font-weight:bold;
}
.flex-control-nav{
	display:none !important;
}
#tbl_nn_run_details{
	font-size:13px;
	margin-top: .5em;
}
/* SINGLE RUN STOP */
/* FEATURED ARTIST START */
.featured_artist .img1{
		width:496px;
		height:555px;
		background-color:#666;
		display:inline-block;	
	}
	.featured_artist .img2, .featured_artist .img3{
		width:190px;
		height:190px;
		display:inline-block;	
		    margin-left: 10px;
    margin-right: 10px;
	vertical-align:top;
		background-color:#666;
	}
	.featured_artist{
		display:table-row;
	}
	.fa_left,.fa_right{
		display:table-cell;
	}
	.fa_right{
		vertical-align:middle;
		text-align:left;
	}
	.fa_left{
		vertical-align:top;
	}
	.fa_smallimages{
			margin-top:30px;
			margin-bottom:30px;
			text-align:center;
	}
	.fa_headline{
		font-size:62px;
		font-weight:bold;
		text-align:center;
		line-height:62px;
	}
	.fa_paragraph{
		    text-align: left;
    padding-left: 75px;
    padding-right: 68px;
    line-height: 19px;
    font-size: 12px;
	}
	.fa_linkbtn{
	    border: 3px solid #000;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    color: #000;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
	margin-left:75px;
	margin-top:40px;
	}
	.fa_slider_header{
		color:#777777;
		font-size:18px;
		font-weight:bold;
		margin:0 auto;
		margin-top:36px;
		margin-bottom:36px;
		display:inline-block;
		width:1046px;
		
	}
	
	.fa_slider{
		width:1046px;
		margin:0 auto;
		height:556px;
		position:relative;
	}
	.fa_slides{
		width:1046px;
		height:556px;
		overflow:hidden;
	}
/* FEATURED ARTIST STOP */
/* ARTIST START */

/* ARTIST STOP */

/* ARTISTS START */
#artists_regional_statefilter_holder{
	display: inline-block;
	float: right;
	font-size:14px;
	line-height: 24px;
	font-weight:bold;

}
#regionalartists_holder{
	text-align: left;
}
#artists_regional_statefilter_holder select{
	margin-left:10px;
}
#artists_results .item_contentslider.size_2{
	height:auto !important;
}
#artists_results{
	margin: 0 auto;
	margin-top:50px;
	padding-bottom:50px;
}
.body_artists #eng_content{
	width:100%;
	margin:0;
}
body{
	font-family: Untitled Sans, sans-serif;
}
.inner{
	width:1046px;
	margin:0 auto;

}
#artists_results_holder{
	width:1046px;
	margin:0 auto;
}
#artists_search_header{
	font-size: 29px;
	font-weight: bold;
	margin-bottom: 40px;
}
#artists_featuredslider{
	width:1046px;
	margin:0 auto;
}
#artists_featuredfour{
	text-align: center;
	margin-top: 30px;
	height: 414px;
	margin: 0 auto;
}
#artists_featuredfour .artists_single{
	float: none !important;
}
#artists_search_icon {
	float: right;
	width: 30px;
	height: 29px;
	margin-left: 12px;
	margin-top: 12px;
	background-color: #ccc;
	background-position: -13px -452px !important;
}
.admin_edit_artist{
	font-family:Untitled Sans, sans-serif !important;
	display: none;
}
.artists_single:hover .admin_edit_artist{
	display: block;
}
#artists_search_txt{
	position: relative;
	width: 300px;
	height: 45px;
	border: 0px;
	line-height: 45px;
	margin-right: 41px;
	background-color: #efefef;  padding-left: 10px;
	font-style: italic;
	text-transform: uppercase;
}
#artists_search_box:before{

}
#artists_search_box{
	float: right;
	position: relative;
	height:45px;
	margin-top:6px;
	border:1px solid #ddd;
	display: none;}
#artists_search_box.opened{
	display: block;
}
#artist_topcaption{
	font-style: italic;
	font-size:16px;
	float: left;
}
#artists_top{
	height:40px;
	background-color: #fff;
	width:100%;
	border-top:1px solid #ccc;
}
#menu_breadcrumb{
	display: none;
}
#artists_topnav{
	height:58px;
	line-height:58px;
	margin-bottom:62px;
	width:100%;
	border-bottom:1px solid #e4e4e4;
	position: fixed;
	top:125px;
	background-color: #fff;
	left:0px;
	z-index: 3;

}
@media (max-width:1040px){
	#artist_results{
		margin-top:80px !important;
	}
	#artist_mapholder {
		margin-top: 66px !important;
	}
	#artist_mapresults{
		width: 100%;
	}
	#artist_mapholder #map{
		width:100% !important;
	}
	#artists_search_icon{
		margin-top:7px;
		margin-right:5px;
	}
	#artists_results{
		max-width:100% !important;
	}
	#artists_topnav{
		top:41px;
		height: 43px !important;
		line-height: 43px !important;
	}
	#artists_topnav .inner{
		width:100% !important;
	}
	#artists_lettering{
		display: none !important;
	}
}
.letterselect{
	display: inline-block;
	margin-right:5px;
	cursor: pointer;
	cursor: hand;
	font-weight:bold;
}
.letterselect.selected, .letterselect:hover{
	font-weight:bold;
	color:#81e0ff !important;
}
#artists_topnav .inner{

	border-left:0;
	height:58px;
	border-right:0;
	width: 1250px;
}
#artists_results{
	width:1250px;
}
#artists_breadcrumbnav{
	float: right;
}
.artists_breadcrumbnav_letter{
	display: inline-block;
	font-weight: bold;
	width:16px;
	text-align: center;
	cursor: pointer;
	cursor: hand;;
}

#artists_results_holder{
	width:1046px;
	margin:0 auto;
}
#artists_search_header{
	font-size: 29px;
	font-weight: bold;
	margin-bottom: 40px;
}
#artists_featuredslider{
	width:1046px;
	margin:0 auto;
}

#artists_lettering{
	display: inline-block;
	float: right;
	margin-right: 23px;
}
#artists_search_txt{
	position: relative;
	width: 300px;
	height: 45px;
	border: 0px;
	line-height: 45px;
	margin-right: 41px;
	background-color: #efefef;  padding-left: 10px;
	font-style: italic;
	text-transform: uppercase;
	width:0px;
	overflow: hidden;
}
#artists_search_box.opened #artists_search_txt{
	width:300px !important;
}
#artists_search_box:before{
/*	position: absolute;
	width: 30px;
	height: 31px;
	background-image: url(/img/nn/sprites.png);
	right: 4px;
	top: 8px;
	content: "";
	background-color: transparent !important;
	background-position: -111px -171px;
	-webkit-background-size: 800px 800px;
	background-size: 800px 800px;
*/}
#artists_search_box{
	float: right;
	position: relative;
	height:45px;
	margin-top:6px;
	border:1px solid #ddd; }
#artist_topcaption{
	font-style: italic;
	font-size:16px;
	float: left;
}
#artists_top{
	height:40px;
	background-color: #fff;
	width:100%;
	border-top:1px solid #ccc;
}
#menu_breadcrumb{
	display: none;
}
#artists_content {
	margin: 0 auto;
	max-width: 1240px;
	padding-top: 50px;
}
#artists_results .featured_artists.item_contentslider{
	margin-top:30px;

}
.featured_artists .contentslide_textright1{
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
.featured_artists .contentslide_textright1:hover{
	color:#fff;
	background-color: #01c6fd !important;
	border:2px solid #01c6fd;
}
#artists_results .contentslider_header{
	margin-bottom: 44px;

}
#artists_results .contentslider_headertext{
	font-size:28px;
}
#artists_topnav{
	height:58px;
	line-height:58px;
	margin-bottom:62px;
	width:100%;

}
#artists_topnav .inner{

	border-left:0;
	height:58px;
	border-right:0;
}
#artists_breadcrumbnav{
	float: right;
}
.artists_breadcrumbnav_letter{
	display: inline-block;
	font-weight: bold;
	width:16px;
	text-align: center;
	cursor: pointer;
	cursor: hand;;
}
.fa_slider_2{
	display: inline-block;
	width:100%;


}
.fa2_bottom{
	display: inline-block;
}
.fa2_linkbtn{
	border: 2px solid #000;
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	padding-right: 20px;
	background-color: #fff;
	color: #000;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	float: right;
	margin-top: 17px;
	line-height: 36px;
	height: 32px;
	font-weight: bold;

}
.featured_artist_2{
	width:48%;
	display: inline-block;
	max-width:48%;
	vertical-align: top;
}
.fa_slider_2_header{
	font-size: 29px;
	font-weight: bold;
	margin-bottom:40px;
}

.fa2_largeimage img{
	height:400px;
	width: auto;
}
.fa2_largeimage{
	width:400px;
	display: inline-block;
	vertical-align: top;
}
.fa2_smallimages{
	display: inline-block;
	vertical-align: top;
}
.fa2_headline{
	font-size: 23px;
	font-weight: bold;
	margin-top: .5em;
	text-transform: uppercase;
}
.fa2_location{
	font-size: 14px;
}
.fa2_img{
	width: 100%;
	height: auto;
}
.fa2_paragraph{
	text-align: left;
	margin-top: 16px;
	line-height: 18px;
	font-size: 12px;
}
.featured_artist_2:first-child{
	margin-right:4%;
}
.artists_single{
	display: inline-block;
	position: relative;
	vertical-align: top;
	border: 1px solid #aeaeae;
	padding: 5px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;

	
}
.artists_single_name{
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size:18px;
}
.artists_single a{
	text-decoration: none;
}
.artists_single_location{
	font-weight:normal;
	font-size: 14px;
	color: #000;
}
.admin_edit_artist{
	color: #fff;
	background-color: #1f9fff;
	text-align: center;
	width: 110px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 89px;
	/* font-family: Antenna Cond; */
	font-weight: bold;
	left: 60px;
}
/* ARTISTS STOP */

/* SPRITES START */
#artists_search_icon{
	background-color: transparent !important;

	-webkit-background-size:1000px 1000px;
	background-size:1000px 1000px;
	cursor: pointer;
	cursor: hand;
}
/* SPRITES STOP */
.nn_sprite{
	background-image: url('/img/nn/sprites.png');
	background-size: 1000px 1000px;
	
}
.nn_sprite_runshare_fb{


	background-position: -29px -338px;
}
.nn_sprite_runshare_twitter{
	background-position: -29px -316px;
	height:25px !important;
}
.nn_sprite_runshare_link{
	background-position: -55px -338px;
}

#runs_box{
	padding-top: 42px;
}
.body_artworks .featured_collections.item_contentslider{


}


/* FOOTER START */
#nn_footer_mobilemenu{
	display: none;
}
/* FOOTER STOP */
/* NEWS HOME START */
#news_holder{

}
.body_news_home #eng_content{
	width:100%;
	margin:0 auto;
}
.body_news_home #eng_header h2{
	margin-bottom:0px;
}
#news_bar.fixtop, #news_bar.alltop{
	position: fixed;
	top: 75px;
	left: 0px;
	z-index: 10;
	width: 100%;
	background-color: #fff;

}
#news_subbar{
	position: fixed;
	top:169px;
	left: 0px;
	z-index:10;
	background-color: #f6f6f6;
	width:100%;
}
body.admin #news_bar.fixtop, body.admin #news_bar.alltop{
	top:125px;
}
@media (max-width: 1045px) {
	body.admin #news_bar.fixtop, #news_bar.fixtop{
		top: 40px !important;
	}
}
.news_thumbs_holder{
	max-width:1046px;
	margin:0 auto;
}
#news_contents{
	/*max-width:1046px;*/
	margin: 0 auto;
}
#feed_featured_slider .flex-caption{

}
#feed_featured_slider   .flex-control-nav  {

position: absolute;
bottom: 20px;
text-align: right;
right: 0;
display: inline-block;
width: 100px;
}
.flex-control-nav .flex-control-paging a{
	display: none;
	color:transparent;
}
#feed_featured_slider .flex-control-nav{
	display: inline-block !important;
	z-index: 2;

}
#feed_featured_slider .flex-control-paging li a{
	border-radius:0px !important;
	color: transparent;}
#feed_featured_slider a{
	color: #000;
	font-style: italic;
	text-decoration: none;
	font-size: 14px;

}
#news_bar{
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;

	position: relative;
}
#news_filter{
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	margin-left:0;
	padding:0;
	padding-left:4%;
	margin-right:0;
}
#news_filter ul{
	width:100%;
	padding-left:5%;
	padding-right:5%;
}
#news_filter li{
	display: inline-block;
	list-style-type: none;
	text-transform:uppercase;
	font-weight:normal;
	text-align: center;
	width: 13%;
	padding-top:1em;
	padding-bottom:1em;
	font-size:14px;
	line-height:14px;
	cursor: pointer;
	cursor: hand;

}
#news_filter li.selected, #news_filter li:hover{
	font-weight:bold;
}
/* NEWS HOME STOP */
/* NEWS CARD START */
.newscard{
	display: block;
	height: 430px;
	position: relative;
	border-top: 1px solid #ccc;
	padding-top: 70px;
	padding-bottom: 70px;
	box-sizing: border-box;
}
.newscard:first-child {
	border-top:0px !important;
}



.newscard_excerpt{
	line-height:22px;
}
.newscard_thumb img{
	width:100%;
	height:auto;
}
.newscard_title{
	font-family: Fjalla One;
	font-weight: normal;
	font-size:24px;
	margin-bottom:1em;
}
.newscard_thumb{
width:450px;
	float: left;
	height:285px;
	overflow:hidden;
	border:4px solid #fff;

}
.newscard_thumb, .newscard_readmore{
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
.newscard_readmore{
	height: 25px;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
	vertical-align: top;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 25px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 16px;
}
.newscard:hover .newscard_thumb{
	border:4px solid #000;
}
.newscard:hover .newscard_readmore{
	background-color: #1f9fff;
	color:#fff;

}
 .newscard a{
	color:#000;
	text-decoration: none;
}
.newscard_info{
	float: left;
	text-align: left;
width:calc(100% - 515px);
	margin-left:45px;
}
.newscard_date{
	font-weight:bold;
	text-transform: capitalize;
}
.admin_newseditbtns{
	position: absolute;
	top:0;
	left:0;
	z-index: 5;
}
.admin_newseditbtns div{
	display: none;
	background-color:rgba(255,255,255,0.8);
	color:#1f9fff;
	padding:2px 10px;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
}
.newscard:hover .admin_newseditbtns div{
	display: block;
}
/* NEWS CARD STOP */

/* SHAREBOX START */
#shareBox{
	display: none;
	position: fixed;
	top:0;
	width:100%;
	height:100%;
	left:0;
}
.modal_bg{
	z-index: 1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.8);
}
#shareBoxText{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#shareBox_box{
	background-color: #fff;
	width:400px;
	height:100px;
	position: fixed;
	left:50%;
	top:50%;
	padding:15px;
	
	transform:translate(-50%, -50%);
	display: inline-block;
	z-index: 2;
}
/* SHAREBOX STOP */
/* HOME START */
body.admin #nn_home{
	margin-top:100px;
}
#nn_home{
	margin-top:50px;
}
/* HOME STOP */

/* INSTABANNER START */
#insta_banner{
	height:auto;
}
#insta_banner_holder{
	height:150px;
	text-align: center;
	margin-top:59px;
	width:100%;
}
#insta_banner_title{
	line-height: 30px;
	text-transform: uppercase;
	font-family: Fjalla One;
	font-size: 28px;
	text-align: center;
	padding-top: 90px;
	box-sizing: border-box;

}
/* INSTABANNER STOP */
/* FILLER START */
.filler_social_icons div{
	width:100px;
	height:100px;
	cursor: pointer;
	cursor: hand;
}
.filler_social_top {

}
.filler_social{
	height:292px;
	overflow: hidden;
	position: relative;
	width:100%;
}
.filler_img_full{
	position: absolute;
	top:50%;
	left:50%;
	height:auto;
	width:100%;
	transform:translate(-50%,-50%);

}
.filler_social_icons{

	background-color:rgba(0,0,0,0.8);
	position: absolute;
	top:50%;
	left:100px;
	transform:translate(0, -50%);
	width:200px;
	height:200px;
}
/* FILLER STOP */